2013-08-07 20:32:44 +02:00
|
|
|
* i18n
|
2013-08-08 22:55:12 +02:00
|
|
|
* Vérification des variables dans les classes + throw exception
|
2013-08-09 00:44:43 +02:00
|
|
|
* tokens + ban system
|
2013-08-10 23:58:40 +02:00
|
|
|
* remember me
|
2013-08-12 09:52:50 +02:00
|
|
|
* htmlspecialchars => on users objects
|
2013-08-09 23:43:56 +02:00
|
|
|
|
|
|
|
install.php :
|
|
|
|
=============
|
|
|
|
* Link beside password field to toggle visible / not visible
|
2013-08-09 23:47:01 +02:00
|
|
|
* TRUNCATE before CREATE TABLE in install.php
|
2013-08-13 19:37:11 +02:00
|
|
|
|
|
|
|
inc/Invoices.class.php :
|
|
|
|
========================
|
|
|
|
* Better way to store date ? (use specific date types)
|
|
|
|
* Better way to store users in ?
|
|
|
|
* Modify load() method to handle complex queries (such as WHERE date < DATE_1 AND date > DATE_2)
|
2013-08-17 18:43:35 +02:00
|
|
|
* Buyer as user object ?
|
2013-08-13 19:37:11 +02:00
|
|
|
|
|
|
|
index.php?do=new_invoice :
|
|
|
|
==========================
|
|
|
|
* Improve date handling for form display
|
2013-08-17 18:43:35 +02:00
|
|
|
* Onchange not working as wanted
|
2013-08-13 19:37:11 +02:00
|
|
|
|
|
|
|
index.php?do=settings :
|
|
|
|
=======================
|
|
|
|
* Prefill the timezone field
|
|
|
|
* Fill the fields with POST
|
|
|
|
* Handle checkboxes in PHP ?
|
|
|
|
* JavaScript to handle singular / plural + months
|