Skip to main content

Overview

The General Ledger provides a GL account-specific view into accounting transactions, allowing business owner-operators and bookkeepers to:
  • View transactions specific to a given GL account
  • See running debits/credits and how each transaction impacts the balance for the given GL account
  • Edit transactions
  • Download GL data into a spreadsheet
General Ledger Demo

Embedding the General Ledger

To initialize the Tight Embedded experience using plain Javascript in your project, follow the instructions on Embedding Tight’s white-labeled UI. Below is an example JS embedding of the General Ledger:
Tight.renderScreen(elementId, 'generalLedger');