Update doc

This commit is contained in:
Laurent Destailleur 2009-08-22 03:47:19 +00:00
parent 2ce53205cb
commit 729a02fdef

View File

@ -34,6 +34,9 @@ For users:
- New: Minor enhancements in look themes. - New: Minor enhancements in look themes.
- New: Add option to hide help in menu. - New: Add option to hide help in menu.
- New: Added a "force LDAP synchronize" on member and contact cards. - New: Added a "force LDAP synchronize" on member and contact cards.
- New: Can split a discount into two smaller discount. This allows to use a
discount on an invoice even if invoice amount is lower than discount
credit available.
- Fix: "Now" link works when date popup is not used. - Fix: "Now" link works when date popup is not used.
- Fix: Debug seriously the email notification module. - Fix: Debug seriously the email notification module.
- Fix: Error Call to a member function trans when refusing a supplier order. - Fix: Error Call to a member function trans when refusing a supplier order.
@ -68,9 +71,10 @@ For developers:
- Updated wiki documentation. - Updated wiki documentation.
- Better W3C standard. - Better W3C standard.
- Can add init data when enabling a module. - Can add init data when enabling a module.
- Can fix some corruptions in database by calling the update page with action=repair - Can fix some corruptions in database by calling the update page with
- Log files contains more information (PHP_SELD added and OS user used for log of action=repair
command lines scripts) - Log files contains more information (PHP_SELD added and OS user used for
log of command lines scripts)
***** Changelog for 2.6 compared to 2.5 ***** ***** Changelog for 2.6 compared to 2.5 *****
@ -79,8 +83,8 @@ For users:
- New: Add filter on status in emailing selector for Dolibarr users. - New: Add filter on status in emailing selector for Dolibarr users.
- New: Can add bookmarks on all pages. - New: Can add bookmarks on all pages.
- New: Enhance bank transactions reporting. - New: Enhance bank transactions reporting.
- New: When creating a contact from a third party, informations from third party card - New: When creating a contact from a third party, informations from third
are automatically suggested. party card are automatically suggested.
- New: Sort list of languages in combo box. - New: Sort list of languages in combo box.
- New: EMails links are show with function dol_print_email - New: EMails links are show with function dol_print_email
- New: Add graph report on number of entities in product statistics page. - New: Add graph report on number of entities in product statistics page.
@ -118,7 +122,8 @@ For users:
- Fix: Partial payment on social contributions not shown on main page. - Fix: Partial payment on social contributions not shown on main page.
- Fix: Handle correctly the comment in status changing of supplier orders. - Fix: Handle correctly the comment in status changing of supplier orders.
- Fix: Author, title and topic are correctly encoded in PDF. - Fix: Author, title and topic are correctly encoded in PDF.
- Fix: Now HTML output is always UTF8, this solve bad PDF encoding on old users. - Fix: Now HTML output is always UTF8, this solve bad PDF encoding on old
users.
- Fix: Save new model when changed on interventions. - Fix: Save new model when changed on interventions.
- Fix: Failed to go on the future view of bank transaction if there is no - Fix: Failed to go on the future view of bank transaction if there is no
future bank transaction already wrote. future bank transaction already wrote.