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