Quote Templates give users a fast and easy way to add popular items (including sub-items) and configurations to quotes. Users can easily save Quote Templates from a quote and then re-add them later to future quotes. Users can make their templates private or available for other users to benefit from. […]
Sub-Items
Mothernode offers users a unique capability when adding line items to Quotes, Orders, and Invoices by introducing sub-items. Sub-items are basically child items to a parent product. You can have as many sub-items as you want, and together, they make up a single bundled item with one price. Line Items […]
Adding line items from Purchase Order History
Mothernode makes it easy to add line items that customers have previously ordered, by letting users add line items available in previous purchase orders. This is done via adding items using the Purchase Order History option. Adding items from Purchase Order History is a practical solution for working with customers […]
Adding line items from Order History
Mothernode makes it easy to add line items that customers have previously ordered, by letting users add line items available in previous orders. This is done via adding items using the Order History option. Adding items from Order History is a practical solution for working with customers who re-order the […]
Merging Duplicate Contact Records
From time to time, you may end up with duplicate contact records. Sometimes this is caused by importing the same contact which already exists, or sometimes users may mistakenly create a duplicate record for a contact that already exists. When this happens and the issue isn’t rectified, you may end […]
Adding Products and Services Items
Products and Services When adding line items to Quotes, Orders, Work Orders, and Purchase Orders, Mothernode provides a variety of entry options. Using Products and Services is a quick way to add common line items. See more information on Products and Services to learn how to add your listing of […]
Adding FreeForm Items
FreeForm When adding line items to Quotes, Orders, Work Orders, and Purchase Orders, Mothernode provides a variety of entry options. FreeForm allows users to enter any item they want and is ideal for adding ad-hoc items that are customized or not listed in Inventory or Products and Services. FreeForm […]
Transaction Pro Importer
These instructions cover the basics of using Transaction Pro Importer to download your Mothernode financial activity and import it into Quickbooks. For more information about Transaction Pro Importer of technical support, visit Baystate Consulting’s website. IMPORTANT: Mothernode and its Customer Service and Customer Support teams do not provide customer service […]
Purchase Order API
Purchase Orders GET https://api.mothernode.com/purchaseorders Receive a list of all Purchase Orders Sample Response: { “purchaseorders”:{ “10000”:{ “header”:{ “po_id”:”0000000a-a0a0-00a0-a000-a00a00a0000a”, “po_number”:”10000″, “vendor_name”:”Company”, “bill_name”:”Billing”, “bill_address1″:”555 Main”, “bill_address2″:”Suite 100”, “bill_city”:”New York”, “bill_state”:”NY”, “bill_country”:”US”, “bill_contact”:”Accounts Payable”, “bill_contact_email”:”accounts@company.com”, “revision_date”:”2016-06-15 16:45:48″, “due_date”:”2016-06-15 16:45:48″, “g_reference”:”Reference”, “subtotal”:”4000.00″, “tax_total”:”0.00″, “quote_total”:”4000.00″ }, “detail”:[ { “line_number”:”1″, “line_sub”:”0″, “item_name”:”test item”, “item_description”:null, “qty”:”3.000″, “unit_cost”:”-1000.00″, […]
Invoices API
Invoices GET https://api.mothernode.com/invoices Receive a list of all Invoices Sample Response: { “invoices”:{ “10000”:{ “header”:{ “invoice_id”:”0000000a-a0a0-00a0-a000-a00a00a0000a”, “invoice_number”:”10000″, “company_name”:”Company”, “bill_name”:”Billing”, “bill_address1″:”555 Main”, “bill_address2″:”Suite 100”, “bill_city”:”New York”, “bill_state”:”NY”, “bill_country”:”US”, “bill_contact”:”Accounts Payable”, “bill_contact_email”:”accounts@company.com”, “revision_date”:”2016-06-15 16:45:48″, “due_date”:”2016-06-15 16:45:48″, “g_reference”:”Reference”, “subtotal”:”4000.00″, “tax_total”:”0.00″, “quote_total”:”4000.00″ }, “detail”:[ { “line_number”:”1″, “line_sub”:”0″, “item_name”:”test item”, “item_description”:null, “qty”:”3.000″, “unit_cost”:”-1000.00″, “markup”:null, “discount”:null, […]