This commit is contained in:
Laurent Destailleur 2008-11-24 22:13:49 +00:00
parent f3ed811ddb
commit 858a21659f

View File

@ -9,7 +9,7 @@ For users:
- Enhancement in stock management (Automatic increase/decrease - Enhancement in stock management (Automatic increase/decrease
from order or invoice is possible). from order or invoice is possible).
- New filter options in prospect lists (category and level). - New filter options in prospect lists (category and level).
- New view in ecm module. - New view in ECM module.
- Look enhancements for graphics (add transparency). - Look enhancements for graphics (add transparency).
- Added statistics report for supplier invoices. - Added statistics report for supplier invoices.
- Added average amount in invoices statistics reports. - Added average amount in invoices statistics reports.
@ -21,11 +21,18 @@ For users:
- All phone numbers show the clicktodial link if module is enabled. - All phone numbers show the clicktodial link if module is enabled.
- Can define hour and minutes in intervention cards. - Can define hour and minutes in intervention cards.
- Can edit a validated intervention. - Can edit a validated intervention.
- Add filters on intervention list.
- Add juridical status and number of employees in third party - Add juridical status and number of employees in third party
export definition. export definition.
- A lot of enhancements and translation in withdraw module. - A lot of enhancements and translation in withdraw module.
- Full support of Mysql option mode=strict. - Full support of Mysql option mode=strict.
- Added a new event from member module to agenda tracked events. - Added a new event from member module to agenda tracked events.
- Can attach a file to suppliers orders.
- Change to make Bank Account Number form more "internationnal".
- Can clone an invoice.
- Can clone an emailing.
- Reduce memory usage (about 2%).
- Add weight and size in sendings module.
For translators: For translators:
- The errors language file contains only error or warning messages with - The errors language file contains only error or warning messages with
@ -34,7 +41,7 @@ For translators:
in UTF8. in UTF8.
For developers: For developers:
- Update skeletons (fixes and add function createFromClass). - Update skeletons (some fixes and add function createFromClone).
- Add an experimental Cash Desk module. - Add an experimental Cash Desk module.
- Added new triggers events in agenda module. - Added new triggers events in agenda module.
- All submodules are moved in the includes directory. - All submodules are moved in the includes directory.
@ -42,6 +49,8 @@ For developers:
- Menu managers now use same class name for their menu entry - Menu managers now use same class name for their menu entry
and add a different value in an HTML id for each entry. This allows and add a different value in an HTML id for each entry. This allows
to build skins that use different style for each menu entry. to build skins that use different style for each menu entry.
- All emails and url HTML output use same function.
- Add more integrity check on database
***** Changelog for 2.4 compared to 2.2 ***** ***** Changelog for 2.4 compared to 2.2 *****