Managing Ledgers
Guide to managing your general ledger and account balances in Open Ledger.
The general ledger is the foundation of your financial records in Open Ledger. Our system implements a complete double-entry accounting system where every transaction affects at least two accounts.
Key Features
- Real-time transaction processing
- Automated balance calculations
- Multi-currency support
- Detailed audit trails
- Custom account hierarchies
Account Structure
Our ledger system organizes accounts into a hierarchical structure:
TypeScript
Standard Account Categories
Managing Opening Balances
Transaction Management
Transaction Features
- Automatic running balance calculation
- Category assignment
- Multi-currency handling
- Attachment support
Recording transactions: The LedgerEntry
interface defines the structure for a double-entry accounting transaction, capturing both debit and credit movements with associated metadata.
TypeScript
API Integration
The ledger management operations described above can be automated through our REST API endpoints. Here are the key interfaces for programmatic ledger management:
Get General Ledger
Best Practices
Daily Operations
Transaction Entry
- Record transactions promptly
- Include detailed descriptions
- Attach supporting documents
- Verify account assignments
Ledger Management
- Perform daily balance checks
- Complete bank reconciliations
- Review account categories
- Archive old transactions
Period End Procedures
Closing Procedures
- Reconcile all accounts
- Post adjusting entries
- Generate trial balance
- Backup final balances
New Period Setup
- Verify opening balances
- Set up new periods
- Update fiscal calendars
- Review account structure