QuickBooks Desktop - WebConnector Script

Job ID: 34112404

Budget: $250 – $750 USD

We need a PHP Webconnector script written for QuickBooks Desktop that will send newly created Sales Orders and some of their related information to a MySQL table (already created).

When a new Sales Order gets created and saved in QuickBooks Desktop, the script should create a new record with the following values:

1. Sales Order Number to the order_number column
2. Customer Name to the customer_name column
3. Ship To Address to the ship_to_address column
4. Ship To City to the ship_to_city column
5. Ship To State to the ship_to_state column
6. Ship To ZIP to the ship_to_zip column
7. Order Date to the order_date column
8. Customer PO to the customer_po column
9. Sales Rep to the sales_rep column
10. Payment Terms to the payment_terms column
11. Order Amount to the order_amount column
12. Insert "NEW" into the status column
Related categories: PHP Intuit QuickBooks MySQL