diff options
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | classes/constants.class.php | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -122,9 +122,14 @@ 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.) +* Sorting for offers # Changelog +## 0.2 (Feb 10, 2015) + +Sort clients, contacts and assignments. + ## 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 diff --git a/classes/constants.class.php b/classes/constants.class.php index 4bb8dbf..517db21 100644 --- a/classes/constants.class.php +++ b/classes/constants.class.php @@ -67,5 +67,5 @@ class constants { const invoice_valuta = '$'; // chr(128) for euro /** @const version Version of BusinessAdmin. Don't change this yourself! */ - const version = '0.1'; + const version = '0.2'; }
\ No newline at end of file |