Is there a way to integrate QuickBooks Desktop to modify the on hand quantity for the item?

霸气de小男生 提交于 2019-12-23 04:16:10

问题


I am trying to integrate with QBs pro (2016) to modify the total on hand quantity. Attached screenshot is how you can update an item on hand quantity in QuickBooks Pro: 1. Click the InventoryActivities icon 2. Select an item, and manually update the new quantity. 3. OR, If you have a receiving, or sales, the item on hand quantity can also change (receiving can increase the quantity, sales will decrease the quantity).

My question is, right now I have an external web app that keeps track of the on hand quantity, and would like to integrate with QBs desktop to change the on hand quantity field. I've tried direct csv import and it won't allow me to change the on hand field, so I was wondering if I use QB web connector, will it be able to change/update the on hand quantity?


回答1:


You would need to use InventoryAdjustment to modify the Quantity on hand. See the OSR - http://developer-static.intuit.com/qbsdk-current/common/newosr/index.html

All development for the desktop will need to be done through the QBXML SDK. https://developer.intuit.com/v2/docs/0250_qb

To connect to a web application, you will need to use the QB Web Connector (QBWC) included with QB desktop. There is a QBWC server sample included in the SDK along with programmer guides for QBXML and QBWC.

If you are using PHP, there is an open source project available that has the server built and sample requests. http://consolibyte.com/quickbooks-open-source/



来源:https://stackoverflow.com/questions/34027410/is-there-a-way-to-integrate-quickbooks-desktop-to-modify-the-on-hand-quantity-fo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!