Bruce Herbach Posted November 15, 2021 Posted November 15, 2021 (edited) The image below show two sets of data I want to pull out of QuickBooks using the plugin. The lower section Parts is pulled using a BillQuery. The question is what do I use to pull the inventory items? My first guess at this is ItemInventoryQuery. Is this correct? Thanks very much for the help. Bruce Herbach Edited November 15, 2021 by Bruce Herbach
Geoffrey Gerhard Posted November 15, 2021 Posted November 15, 2021 How is the top part generated? My best guess is that you could gather the data from one or both parts using a GeneralDetailReportQuery. Setting them up is pretty straightforward. Parsing them has a steep learning curve, but they're extremely useful. HTH! Geoffrey Gerhard Creative Solutions Incorporated 14000 Creekside Drive Matthews, NC 28105 704.814.6852
Bruce Herbach Posted November 15, 2021 Author Posted November 15, 2021 (edited) Hi Geoffrey, Just asked the client about how this was generated. It comes from the Job Profitability Report on the main customer display from the Customer Center. Report can be run from the Customer Center screen for the selected Customer/Job or from the reports menu. Here it asks for the Customer name first. What I would like at the end is a list by Customer of Inventory items the Customer received. Is it possible to set up a report that would list just the inventory items, grouped by Customer? In looking at this, I see what you mean about the parsing being a steep learning curve. I would like the items to end up in a FileMaker table and have the record end up there just once. So I can mark it as invoiced to the customer. Suggestions on how to do this would be appreciated? I do it for Parts by pulling in the Vendor Bills through a BillQuery and use the TxnID as a filter to update an existing or add a new record. I doubt that the report has that level of detail. Thanks Bruce Edited November 15, 2021 by Bruce Herbach
Geoffrey Gerhard Posted November 16, 2021 Posted November 16, 2021 I wrote "GeneralDetailReportQuery" above, but it's the GeneralSummaryReportQuery you want, specifying an EntityTypeFilter of "Customer", the Customer's ListID, and a GeneralSummaryReportType of "ProfitAndLossByJob". I'd start with that and see if it's what you need. You may need to specify additional elements (ReportItemType, maybe?) to get what you need, but that will get you started. HTH! Geoffrey Gerhard Creative Solutions Incorporated 14000 Creekside Drive Matthews, NC 28105 704.814.6852
Recommended Posts
This topic is 1160 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now