diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -65,6 +65,14 @@ The files folder will be used to put generated invoices in. Make your server use If you add a file logo-correspondence.png in the files folder, this image will be used as your logo in generated invoices. +# Upgrading + +1. Always make a backup of your current files! +1. First note down your current version number from the About page in BusinessAdmin. +1. Update the directory. +1. Make sure you restore your personal settings in /conf.php and /classes/constants.php, if these files were updated. +1. Go to /install/upgrade.php and fill in your old version number. This will alter database tables, if necessary. + # Usage ## Abstract @@ -118,3 +126,9 @@ When you delete an invoice file, it's not actually deleted. Instead, it's placed * Different languages for different contacts * Add a calendar plugin to the date fields * Appendices feature: upload custom documents and link them to assignments (for functional designs, specifications, etc.) + +# Changelog + +## 0.1 (Feb 6, 2015) + +It's now possible to assign float values to the amount of hours you work on an assignment (as opposed to integer values).
\ No newline at end of file |