Update doc

This commit is contained in:
Laurent Destailleur 2011-07-02 11:28:03 +00:00
parent 3ade96f96f
commit 337b4380ab

View File

@ -1,31 +1,31 @@
-------------------------------------------------------------- --------------------------------------------------------------
English Dolibarr ChangeLog English Dolibarr ChangeLog
$Id: ChangeLog,v 1.420 2011/06/29 22:42:42 eldy Exp $ $Id: ChangeLog,v 1.421 2011/07/02 11:28:03 eldy Exp $
-------------------------------------------------------------- --------------------------------------------------------------
***** ChangeLog for 3.1 compared to 3.0 ***** ***** ChangeLog for 3.1 compared to 3.0 *****
For users: For users:
- New: War against number of clicks: - New: War against number of clicks:
- When adding a free bank transaction, form to add next one is still - When adding a free bank transaction, form to add next one is still
visible (save one click). visible (save one click).
- task #10969 : Add checkbox to close automatically invoice if - task #10969 : Add checkbox to close automatically invoice if
payment is complete (save 3 clicks). payment is complete (save 3 clicks).
- Reduce a step into supplier order workflow to save time. If user - Reduce a step into supplier order workflow to save time. If user
has permission to approve, order is approved when order is validated. has permission to approve, order is approved when order is validated.
(Save 2 clicks). (Save 2 clicks).
- In commercial main menu, left menu are already opened. This save one click - In commercial main menu, left menu are already opened. This save one click
to open a proposal or order. to open a proposal or order.
- Can add a discount for third party, during invoice edition (and we - Can add a discount for third party, during invoice edition (and we
saved clicks again). saved clicks again).
- When creating a contract, sales representative are preset to user. This save - When creating a contract, sales representative are preset to user. This save
4 clicks. 4 clicks.
- Can edit several fields in bank transaction line page into one update. - Can edit several fields in bank transaction line page into one update.
- Creation of contacts from third party page go back to third party. - Creation of contacts from third party page go back to third party.
- Preselect model if there is only one. This save 2 clicks. - Preselect model if there is only one. This save 2 clicks.
- Can remove a project if project has tasks. No need to delete task one by one.
- New: Enhance donation module. Add a status "canceled". - New: Enhance donation module. Add a status "canceled".
- New: Add filters on statistics page reports. - New: Add filters on all statistics report pages.
- New: Usage of Jquery Notify to show result or error messages on action. - New: If a service contains subproducts, subpoducts are decrease when service
- New: If a service contains subproducts, subrpoducts are decrease when service
is decrease. is decrease.
- New: Add status for third parties to disable a third party. - New: Add status for third parties to disable a third party.
- New: Can send interventions cards by email. - New: Can send interventions cards by email.
@ -34,14 +34,14 @@ For users:
letters for names and firstname. letters for names and firstname.
- New: Can filter of payment type in bank transaction list. - New: Can filter of payment type in bank transaction list.
- New: Status of users is visible into user list. - New: Status of users is visible into user list.
- New: Support BSB code for bank account in australia. - New: Support BSB code for bank account in Australia.
- New: Can set date of payment for autocreate invoice/payment when - New: Can set date of payment for autocreate invoice/payment when
creating a foundation subscription. creating a foundation subscription.
- New: Can edit note of payment. - New: Can edit note of payment.
- New: Login is not mandatory in member module. - New: Option to make login not mandatory in member module.
- New: Add box for last members for foundation module. - New: Add box for last members for foundation module.
- New: A specialized menu can now be used when using smartphones. - New: A specialized menu can now be used when using smartphones.
- New: Can add information on current user on odt generation - New: Can add information on current user on ODT generation.
- New: Prefix on third party is not used by default. Hidden option - New: Prefix on third party is not used by default. Hidden option
SOCIETE_USEPREFIX can restore old feature. SOCIETE_USEPREFIX can restore old feature.
- New: Standing orders module use bank account from banks module. - New: Standing orders module use bank account from banks module.
@ -57,21 +57,23 @@ For users:
- New: Add subscriptions/country/region/town statistics for member module. - New: Add subscriptions/country/region/town statistics for member module.
- New: Can define a proxy for external web access. - New: Can define a proxy for external web access.
- New: task #11003: checkbox on checks for deposit. - New: task #11003: checkbox on checks for deposit.
- New: Add status into export. Add default language into export. - New: Add status into export. Add third party default language into export.
- New: Can remove a project if project has tasks.
- New: Can filter on date and bank account when building check receipts. - New: Can filter on date and bank account when building check receipts.
- New: Paypal module can show paypal list of transaction and convert one - New: Paypal module can show paypal list of transaction and convert one
into an order. into an order.
- New: task #10958 : Add link to cheque receipts into bank transaction - New: task #10958 : Add link to cheque receipts into bank transaction
line if exists line if exists
- New: Can import external ical url into dolibarr agenda view. - New: Can import external ical url into dolibarr agenda view.
- New: Minor look enhancements into agenda view.
- New: Can add a logo on third parties card. - New: Can add a logo on third parties card.
- New: task #11194 : Can delete uploaded photos - New: task #11194 : Can delete uploaded photos
- New: task #9744 : Add the barcode to select products on Point of Sale module - New: task #9744 : Add the barcode to select products on Point of Sale module
- New: Subscription/Unsubscription to mailman mailing-list can be done on - New: Subscription/Unsubscription to mailman mailing-list can be done on
validate/resiliate in foundation module. validate/resiliate in foundation module.
- New: Can use extrafields on third parties. - New: Can use extrafields on third parties.
- New: Add chart to report counts by status on element home area pages.
- New: Look: Usage of Jquery Notify to show result or error messages on action.
- New: Look: Minor enhancements into agenda view.
- New: Look: Nicer tooltips with transparency and shadow.
- Fix: Better Postgresql compatibility. - Fix: Better Postgresql compatibility.
- Fix: Numbering module for invoices use same number for invoice - Fix: Numbering module for invoices use same number for invoice
and credit note if mask is same. and credit note if mask is same.
@ -79,19 +81,19 @@ For users:
For developers: For developers:
- New: External modules can add tabs on agenda views. - New: External modules can add tabs on agenda views.
- New: External modules can also remove default tabs.
- New: External modules can force skin directory so force their own skins. - New: External modules can force skin directory so force their own skins.
- New: External modules can add their own menu manager. - New: External modules can add their own menu manager.
- New: External modules can remove tabs.
- New: External modules can force menu manager. - New: External modules can force menu manager.
- New: External modules can overwrite all default language files by - New: External modules can overwrite all default language files by
forcing priority on langs directories on its own lang directory. forcing priority on langs directories on its own lang directory.
- New: External modules can show export list with an "enabled" condition. - New: External modules can show export list with an "enabled" condition.
- New: Support a backtopage parameter on contact creation page - New: Support a backtopage parameter on contact creation page.
- New: Add id on div to show logo - New: Add id on div to show logo.
- New: Install wizard can activate a module during install. - New: Install wizard can activate a module at end of install.
- New: Dictionnary setup works with very large external dictionnaries (Add - New: Dictionnary setup works with very large external dictionnaries (Add
page navigation). page navigation).
- New: Add function to draw graphics with javascript (using Jquery Flot). - New: Add api to draw graphics with javascript (using Jquery Flot).
- New: Can add user login into menu urls added by modules. - New: Can add user login into menu urls added by modules.
For translators: For translators: