Other Questions
Recently active
Original commenter did not share additional details
for example our product 50,000/= freight 7,500/= how can i enter these figures in one purchase order and thats prodct cost is 57,500/= I request to anyone here in QB community, please share a screen shot of the above-giving figure and made a purchase order so I easily get it where am I wrong to create it.clear
I am testing the Traditional Chinese version of QuickBooks but my client told me today that they want the Simple Chinese version...if there is one. Does anyone know if there is one?
how to print the check? i already have the voucher.
HSN code to be added while accounting purchase bills.
I want some users to have access to only Sales price
How can i show opening stock and closing stock in quickbooks
I have tried to account the reverse charge mechanism in gst in vendor bills, but i am not able to submit the transactions due to the following error. You have either selected a tax liability account on a transaction where it is not allowed, or have not specified a tax rate along with it.Please let me know if you have any template or video to how to account the same.
The Quickbooks APIs requires the access_token for making API calls. Fetching the access_token requires the user to login and authorize the Quickbooks app for accessing the informations through modal popup. Once the access_token is received only then one can store it in persistent storage and make use of it for making one or more APIs calls from there onwards. It seems that this entire process of authorization requires manual intervention i.e we cannot fetch the access_token in background silently by just using the client_id and client_secret keys. Users need to authorize the app first through a 'modal popup' window from quickbooks. So whenever I am required to use the Quickbooks API integration module, the very first time users will be prompted to login and authorize the app via modal window(on Quickbooks website) for generating the access_token. Is this workflow and our understanding Ok w.r.t to Quickbooks APIs? Or can we avoid user authorization happening through thi