Sample Projects
Sample Project | Description |
Add Credit Card Charge | A demo of the CCCharge component. Lets you add a credit card charge to QuickBooks. |
Add Invoice | A demo of the Invoice component. Shows how to add invoices to QuickBooks. |
Bill Query Demo | A demo of the Bill and Objsearch components. Illustrates how to search QuickBooks for bills meeting specified criteria. |
BillPayment Demo | A demo that uses BillPayment component. Illustrates how to find and pay bills via check or credit card. |
Customer Demo | A demo of the Customer component. Lets you add, update, or search for customers. |
Estimate Demo | A demo of the Estimate component, which shows the user how to add an estimate to QuickBooks. |
ItemReceipt Demo | A demo that uses ItemReceipt component. Illustrates receiving unbilled inventory from vendors. |
Journal Entry Demo | A demo of the JournalEntry component. Shows how to add a general journal entry to QuickBooks. |
QBConnectionString Demo | A demo explaining the usage of the QBConnectionString property in all objects, used to determine how an application connects to Quickbooks. |
QBConnector Demo | A demo that uses the QBConnector component. Used to bridge the connection to Quickbooks from an application running on another machine or under another user account. |
Queue Demo | A demonstration of how to use the QBObject object to queue requests from other objects and process them in a single request. |
StatementCharge Demo | A demo that uses the StatementCharge component. Illustrates how to enter statement charges against customers. |