diff options
author | Camil Staps | 2015-05-16 18:17:31 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-16 18:17:31 +0200 |
commit | 58efe323dffb9b088a6b59d06627341a89c8d9fd (patch) | |
tree | b8da258978ec6a7c33204848b952f8d841463d2a /README.md | |
parent | readme (diff) |
Added small intended feature change
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -122,6 +122,7 @@ When you delete an invoice file, it's not actually deleted. Instead, it's placed * 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 +* Currently, the 'collapse sidebar' feature uses a session. It would be better to set a cookie with unlimited lifetime. # Changelog @@ -131,4 +132,4 @@ 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 +It's now possible to assign float values to the amount of hours you work on an assignment (as opposed to integer values). |