The accounting balance collects all relevant data from the other books and calculates the profit or loss of the company.
Functions
In detail it allows
- to enter additional records for incomes and expenditures not stored in the other books,
- to sort the records on a client basis,
- different number formats,
- automatic completion for missing fields derived from the entered data,
- to print the derived records,
- and to export the derived data.
Files
The functions of the accounting balance are handled by the following files:
| File | Explanation |
|---|---|
| /code/completion.inc.php | the main PHP code of the accounting balance |
| /code/balance.db.php | the database functions of the accounting balance |
| /admin/sql/balance.sql | the database definition of the accounting balance |
| /code/balance.html.php | the HTML functions of the accounting balance |
| /html/balance.tpl | the Smarty template of the accounting balance |
| /html/balanceprint.tpl | the Smarty template of the accounting balance – print view |
| /html/balancecsv.tpl | the Smarty template of the accounting balance – CSV export |
| /lang/de/balance.ini | the German language file of the accounting balance |
| /lang/en/balance.ini | the English language file of the accounting balance |
| /css/balance.css | the style sheet of the accounting balance |
| /js/balance.js | the JavaScript functions of the accounting balance |