Skip to content

alexremnev/QuickBooks

Repository files navigation

Application for QuickBooks Online

The application write sales tax into estimates, invoices, sales receipts, credit memos. Sales tax amount depends on customer shipTo state (5% for California, 6% for New York, 7% for other ship to addresses). Document total sales tax amount calculated as multiplication document total amount on tax rate. Invoices, sales receipts and credit memos persists into “report” table. Invoices persists depends on Accounting Method(Accrual Basis or Cash Basis). Application don't store deleted documents and contain only most recent documents data. Also all documents are recalculated in Quickbooks Online.

First Use Instructions:

  • Clone the GitHub repo to your workspace.
  • Set appropriate values into the project's web.config file(list of values see below).
  • Set Tax rates into database depends on state.
  • Run the application.
  • Click on the buttons in the following order:
      1. Connect your app to Quickbooks, by clicking on Connect to QuickBooks button and follow the instructions on the screen.
      2. Recalculate sales tax button.
      3. Save report button.

To get started the application set the next values into the project's web.config file:

1) Consumer key and consumer secret;
2) AppToken;
3) WebHooksVerifier and WebhooksEntities;
4) RealmId;
5) OauthCallbackUrl(instead of localhost:63793 write your domain).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published