GreatDevelopers / LibreHatti

An E-Commerce cum CRM Django App
http://greatdevelopers.github.io/LibreHatti/
GNU General Public License v2.0
24 stars 61 forks source link

Product Display #505

Open aseemmittal opened 8 years ago

aseemmittal commented 8 years ago

Need to display products with their complete information.

inderpreetsingh commented 8 years ago

It used to be there in it's first version :P , anyway..

Just a question, can we automate a JSON export of products from database say after every hour?

I would like the cart or products application to work without depending upon and messing with librehatti's existing code. A JSON based export and import would really help that cause.

aseemmittal commented 8 years ago

Yes, we can do that. There is also another way, product application can ping a url and JSON response can be sent through librehatti. In this case, we don't have to export every hour, we can get response whenever we want.