diff options
author | Camil Staps | 2015-02-06 10:48:36 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-06 10:48:36 +0100 |
commit | 4ed0049b1c1bead979de48dbc117740f5b47d4b9 (patch) | |
tree | ce83aaad31fe83b02157a86a8eb603bf9c4b3350 /README.md | |
parent | Updated readme (diff) |
0.1 Assign float values to nr. of working hours of assignments
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 |