The main purpose of the assets book is the calculation of the depreciation for wear and tear of the assets of a company. The assets book stores the assets and provides the needed calculation functionality.
Functions
In detail it allows
- to enter new and update old asset records,
- to sort the records on a client basis,
- different date and number formats,
- automatic completion for missing fields derived from the entered data,
- to browse the records,
- with sorting possibilities,
- and a search function,
- to print single or multiple records,
- to export single or multiple records.
Files
The functions of the assets book are handled by the following files:
File | Explanation |
---|---|
/code/assets.inc.php | the main PHP code of the assets book |
/code/assets.db.php | the database functions of the assets book |
/admin/sql/assets.sql | the database definition of the assets book |
/code/assets.html.php | the HTML functions of the assets book |
/html/assets.tpl | the Smarty template of the assets-book overview page |
/html/assetsitem.tpl | the Smarty template of the assets item detail page |
/html/assetsnav.tpl | the Smarty template of the navigation line |
/html/assetsprint.tpl | the Smarty template of the assets-book overview page – print view |
/html/assetsitemprint.tpl | the Smarty template of the assets item detail page – print view |
/html/assetscsv.tpl | the Smarty template of the assets-book overview page – CSV export |
/html/assetsitemcsv.tpl | the Smarty template of the assets item detail page – CSV export |
/lang/de/assets.ini | the German language file of the assets-book |
/lang/en/assets.ini | the English language file of the assets-book |
/css/assets.css | the style sheet of the assets-book |
/js/assetsitem.js | the JavaScript functions of the assets-book |