> ## Documentation Index
> Fetch the complete documentation index at: https://docs.push.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickbooks

Quickbooks is a cloud-based accounting software that helps you manage your finances, track your income and expenses, and get insights into your business

<Accordion title="Create Customer">
  Create a new customer in quickbooks with the given parameters.
</Accordion>

<Accordion title="Read Customer">
  Read a customer in quickbooks with the given customer id.
</Accordion>

<Accordion title="Customer Balance Report">
  Generate a balance report for a customer in quickbooks with the given customer id.
</Accordion>

<Accordion title="Read Account">
  Read an account in quickbooks with the given account id.
</Accordion>

<Accordion title="Query Account">
  Query an account in quickbooks with the given parameters.
</Accordion>

<Accordion title="Create Employee">
  Create a new employee in quickbooks.
</Accordion>

<Accordion title="Read Vendor">
  Read a vendor in quickbooks with the given vendor id.
</Accordion>

<Accordion title="Read Employee">
  Read an employee's details in quickbooks with the given employee id.
</Accordion>

<Accordion title="Create Vendor">
  Create a new vendor in quickbooks with the given details.
</Accordion>

<Accordion title="Create Account">
  Create a new account in quickbooks with the given parameters.
</Accordion>

<Accordion title="Vendor Balance Detail">
  Generate a balance detail report for a vendor in quickbooks with the given vendor id.
</Accordion>

<Accordion title="Customer Balance Detail">
  Generate a balance detail report for a customer in quickbooks with the given customer id.
</Accordion>

<Accordion title="Vendor Balance Report">
  Get the balance report of a vendor in quickbooks with the given vendor id.
</Accordion>
