• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 27, 2024, 04:38:19 am

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - pooja

31
Programming of KonaKart / Database documentaion
March 29, 2014, 02:14:23 am
Hi,

I am a newbie to konakart. I am finding a bit difficult to understand the purpose of some of the tables.

Can you please let me know if there is any documentation regarding that or any description for all the tables so that it will be really helpful to understand the whole schema?

Thanks in advance.
32
Miscellaneous / Re: Data model structure
March 28, 2014, 11:00:42 pm
Hi Michael,

Can you please share the document you have made? It will be very helpful as I am a newbie to konakart and kk does not  have its DB document.

Thanks in advance.
33
Hi,

I ran 'ant make_eclipse_wizard_project' inside custom folder of Konakart installation. But it just shows Build successful and no folder gets created.

I checked build.xml which contains:
<target name="make_eclipse_wizard_project"
                        description="Create an Eclipse Project for Developing the Product Creation Wizard"
                        if="konakartadmin_app.code.present">

I think the problem is because of 'if' attribute.

Please let me know what should I do to create Product Creation Wizard in Eclipse.

Thanks in advance.