2013-08-07 20:32:44 +02:00
|
|
|
* i18n
|
2013-08-09 23:43:56 +02:00
|
|
|
|
2013-08-13 19:37:11 +02:00
|
|
|
inc/Invoices.class.php :
|
|
|
|
========================
|
2013-08-30 20:07:52 +02:00
|
|
|
* Modify store() method to handle storage
|
2013-08-13 19:37:11 +02:00
|
|
|
* Modify load() method to handle complex queries (such as WHERE date < DATE_1 AND date > DATE_2)
|
2013-09-02 00:23:37 +02:00
|
|
|
|
|
|
|
==========
|
|
|
|
* Don't cache the username
|
|
|
|
==========
|
2013-08-13 19:37:11 +02:00
|
|
|
|
2013-08-17 19:28:42 +02:00
|
|
|
Manage paybacks :
|
|
|
|
=================
|
2013-08-25 23:06:47 +02:00
|
|
|
* TODO : Payback system
|
|
|
|
|
2013-08-26 21:21:52 +02:00
|
|
|
TODO :
|
|
|
|
======
|
|
|
|
* Add / Edit a bill
|
2013-08-30 20:07:52 +02:00
|
|
|
* JSON output
|
2013-08-30 22:33:06 +02:00
|
|
|
* Arrow to toggle visible password
|
2013-09-04 23:04:05 +02:00
|
|
|
* Change tpl easily
|
2013-08-26 21:21:52 +02:00
|
|
|
|
2013-08-30 20:07:52 +02:00
|
|
|
To test :
|
|
|
|
=========
|
2013-08-25 23:06:47 +02:00
|
|
|
* Connection form
|
2013-08-30 20:07:52 +02:00
|
|
|
* Remember me ?
|
2013-08-25 23:06:47 +02:00
|
|
|
* Edit notice
|
|
|
|
* Add / Edit user
|
|
|
|
* Change password
|
2013-08-26 09:29:30 +02:00
|
|
|
* Change settings
|