New: Store and show estimated value of stock

This commit is contained in:
Laurent Destailleur 2009-07-09 18:59:29 +00:00
parent 0e8e8e2b98
commit 5e649cd44d

View File

@ -24,6 +24,8 @@ For users:
plugin for FireBug. plugin for FireBug.
- New: Add a confirmation on dangerous admin purge feature. - New: Add a confirmation on dangerous admin purge feature.
- New: Add navigation on donation sheets. - New: Add navigation on donation sheets.
- New: Added estimated value for stocks.
- Fix: Error Call to a member function trans when refusing a supplier order.
- Fix: Fix payment conditions on commercial proposals. - Fix: Fix payment conditions on commercial proposals.
- Fix: Nb of orders to process was wrong. - Fix: Nb of orders to process was wrong.
- Fix: Customer code was not correct on PDF it if contains special - Fix: Customer code was not correct on PDF it if contains special
@ -38,8 +40,8 @@ For translators:
- Update some language files. - Update some language files.
For developers: For developers:
- An external module can force the third party code to be required whatever is the rule of - An external module can force the third party code to be required whatever
third party code module. is the rule of third party code module.
- Update fckeditor to 2.6.4. - Update fckeditor to 2.6.4.
- Removed some deprecated files. - Removed some deprecated files.
- Creation of directory in module descriptor is simpler. - Creation of directory in module descriptor is simpler.