weltlink/django-quickbooks

Add most of the important objects

Opened this issue · 3 comments

Add most of the important objects

Is there currently the ability to sync inventory level of products? If not, I would be willing to help in that endeavor. Context: I have maintained a small non profit bookstore website on WordPress for years but would love to bring it over to Django with Quickbooks sync functionality.

I dont think there is such object and service right now.
Check qb documentation to add the object, service, and processor appropriately.
However If you are talking about QBPOS, you can check my fork as it contains ItemInventory for QBPOS, i meant to make a pull request but i didnt get the time.

Hi @etmartinkazoo, currently it is not yet supported and unfortunately, I am not the main contributor to this repository as of now. However, as @hassaanalansary suggested you can fork and start implementing your own object and services accordingly. If @nrkfred is going to maintain the project, you can make a pull request and merge successfully so that others also can benefit. Good luck 😃