forked from jmueller17/Aixada
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
74 lines (52 loc) · 2.55 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Changelog
v1.0 Done by Gilad Buzi back in 2005
v2.0
* relaunch: major changes in database structure and interface which is now jquey based
v2.5
* new page: manage orders for revising individual quantities
* de-/activate dates for orders redone; has now table format and clickable cells
* logic of turnos has own page which shortcuts for most common tasks
* incidents have now distribution level and can be posted on portal entry
* member management completely redone
* orders have now closing dates
* orders can be send directly to provider if platform has internet connection
* added personal overview of ordered items and past purchases for each household
* bill template; printable
* order item and shop item linked for better control
* vat / iva groups to easy modify tax for product groups
v2.6
* direct PDF printing of incidents and bills
* emailing of incidents
* new page: purchase total ordered by provider
* unlocking orderable products/dates with ordered items is now possible
* de-/activating products for dates can be automatically repeated for all remaining dates
* warning message when cart has been validated without money desposit.
* overview of upcoming orders added to Home
Bugfixes
* creating preorders
* deactivating orderable products failed when other product for the same date had ordered items
* sum of revised orders is now updated when editing uf quantities
* mentor household did not show when creating new HU
v2.7 Released 2 April 2013
* provider new/edit form rewrite for better required form-fields checking
* product new/edit rewrite for better required form-fields checking
* new field in aixada_product: min order (requires to run dbUpgradeAixada2.6To2.7.sql
* config.sample.php added; copy this file and rename it to config.php to configure your local install
* provider/product listing sortable
* export architecture; works for providers, products, members to csv, xml, google drive.
* import architecture; works for providers and products (formats: csv, ods, xls, xlsx, xml)
* change of licence to GPL
Bugfixes
* delete members now possible for unassigned members
* member validation issues
* delete order cart completely bug
* iva and revolutionary tax price calculation fix
* table manager checks fields against database before updating
* correct warning message when creating new cart on validated
* #41 illegal collation fix
* #36 install language issue (thanks marc0s!) fix
* #37 filter session variables for table manager fix
* ...and otherss
Next release
Bugfixes
* product edit form, calculation and display of brutto price fixed.