From 9cb32411d3c72938bdc5cef517d2bb175bad6b22 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 10 Feb 2015 10:56:50 +0100 Subject: sorting also for clients and contacts --- README.md | 5 +++++ classes/constants.class.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2399f0..3c03fa7 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3