Sample Projects
Sample Project | Description |
Account Demo | Shows how to use the Account and ObjSearch components to retrieve a Chart of Accounts from QuickBooks. |
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. |
AdjustInventory Demo | Illustrates the use the AdjustInventory component to add a new inventory adjustment 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. |
Company Demo | A demo of the Company component. It shows how to retrieve Quickbooks company information. |
Customer Demo | A demo of the Customer component. Lets you add, update, or search for customers. |
Deposit Demo | A demo of the Deposit component. Shows how to add deposits into Quickbooks. |
Employee Demo | A demo of the Employee and Address components. Allows the user to add new employees to QuickBooks, get employees from QuickBooks, and modify employees already in QuickBooks. |
Estimate Demo | A demo of the Estimate component, which shows the user how to add an estimate to QuickBooks. |
Journal Entry Demo | A demo of the JournalEntry component. Shows how to add a general journal entry to QuickBooks. |
New Inventory Item Demo | A demo using the ObjSearch, Account, Item, and Vendor components. This demo shows how to add a new inventory item to QuickBooks. |
PriceLevel Demo | A demo of the PriceLevel component. Shows how to add a new price level in QuickBooks. |
Purchase Order Add | A demo of the PurchaseOrder and Address components. Allows the user to add purchase orders 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. |
QBLists Demo | A demo of the QBLists component. Shows how to get or add new item list in QuickBooks for each list type supported. |
Queue Demo | A demonstration of how to use the QBObject object to queue requests from other objects and process them in a single request. |
Receive Payment Demo | A demo of the ReceivePayment component. Shows how to receive customer payments. |
Sales Order Demo | A demo of the SalesOrder component. Shows how to add a sales order to QuickBooks (QuickBooks 2003 or higher required). |
StatementCharge Demo | A demo that uses the StatementCharge component. Illustrates how to enter statement charges against customers. |
Time Tracking Demo | A demo of the TimeTracking component. Shows how to track employee or subcontractor time. |
Transaction Query | A demo of the ObjSearch in combination with various other components to query QuickBooks for a wide range of transactions. |
Vendor Query | A demo that exhibits using the ObjSearch control to find Vendors in QuickBooks. |