Overview
A Trial Balance is a financial statement that shows the closing balance of each General Ledger (GL) account at a specific point in time. This report helps accountants perform a high-level audit of a business’s books, ultimately ensuring everything is being tracked and accounted for accurately in the GL. The Trial Balance displays the beginning balance, net debit or net credit, and ending balance of each GL account for the period. This report is primarily used to help the business owner ensure their debits and credits are accounted for properly in the GL and their books are balanced. When viewing a Trial Balance, the bookkeeper can drill down into the report to see all of the transactions and journal entries contributing to the debit balance, credit balance, or ending balance for each specific GL account within the reporting period.Embedding the interactive Trial Balance
To initialize the Tight Embedded experience in your React project, follow the instructions on Embedding Tight’s white-labeled UI. Below is an example embedding of the Trial Balance:TrialBalanceReport.tsx
Props
filters
The time period grouping of the report (e.g. for creating a month-over-month report).Available options:
NONE, MONTHLY, QUARTERLY, YEARLYA function that is called whenever the user changes the grouping from the dashboard.
This function will only be invoked if the
grouping prop is also provided. The callback takes a grouping as its single
argument.A function that is called whenever the user changes the filters from the dashboard.
This function will only be invoked if the
filters prop is also provided. The callback takes filters as its single
argument.