bouffeatulm/TODO

32 lines
823 B
Plaintext
Raw Normal View History

* i18n
* Vérification des variables dans les classes + throw exception
2013-08-09 00:44:43 +02:00
* tokens + ban system
* remember me
2013-08-12 09:52:50 +02:00
* htmlspecialchars => on users objects
* handle negative amounts
* Refactor load method to avoir load_* methods !
2013-08-09 23:43:56 +02:00
install.php :
=============
* TRUNCATE before CREATE TABLE in install.php
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 ?
index.php?do=new_invoice :
==========================
* Improve date handling for form display
2013-08-17 18:43:35 +02:00
* Onchange not working as wanted
* Handle date/months
index.php?do=settings :
=======================
* Prefill the timezone field
Manage paybacks :
=================