Now you can: it is possible to export the data of a firm you own into a SQLite database.
You can easily manage the database offline with a program that manages SQLite databases, like, for instance, SQLiteBrowser, available as free / open source software and working for most platforms.
- Analyze the structure of the tables to find out the meaning of the fields.
- Create an SQL SELECT query that shows the journal entries, with date, description, names of the accounts, and amounts.
- Create an SQL SELECT query that shows the ledger of a specific account.
- Create an SQL SELECT query that shows the trial balance.
No comments:
Post a Comment