Commit | Line | Data |
---|---|---|
4f74f44a H |
1 | ##TODO |
2 | * Features | |
3 | * INSERT/UPDATE to multiple tables (so brand new item can be inserted with model at once) | |
7b5547db | 4 | * Need to know autoincremented ID of last inserted row |
c9759229 TM |
5 | * DB |
6 | * Reference integrity | |
a084118b | 7 | * Use INSTEAD OF triggers to maintain audit trails (currently not supported by MySQL) |
4f74f44a | 8 | * UI |
c9759229 | 9 | * CSS |
4f74f44a H |
10 | * Templating system |
11 | * Stateless barcode scanner interface (php-cli?) | |
12 | * Security | |
13 | * SQLi (some fixed, some not) | |
14 | * XSS (none fixed) | |
15 | * Code refactoring | |
253705f2 | 16 | * Use something more elegant than get_user_id() (something more universal) and map_unique() (load whole array at once) |
4f74f44a | 17 | * Optimize magic quotes usage |
c9759229 | 18 | * Move classes to separate files |
4f74f44a | 19 | * Make sure that every method is in the class that it belongs to |
c9759229 | 20 | * Move CSS and Javascript to separate files |
4f74f44a H |
21 | * Use GetText |
22 | * English and Czech locales | |
c64a1325 | 23 | * Release engineering |
82666fce TM |
24 | * LMS |
25 | * Login | |
26 | * Prodej | |
27 | * Dodacak | |
28 | * Castka bez DPH k vyfakturovani do LMS |