Line 9:
Line 9:
For users:
For users:
NEW: Add a preview icon after files that can be previewed (pdf + images)
NEW: Add a preview icon after files that can be previewed (pdf + images)
−
NEW: When payment is registered, PDF of invoices are also regenerated so payments
+
NEW: When payment is registered, PDF of invoices are also regenerated so payments appears with no need to click on regenerate.
−
appears with no need to click on regenerate.
NEW: #5711 Add shipment line deleting and editing for draft shipments.
NEW: #5711 Add shipment line deleting and editing for draft shipments.
NEW: Accept substitution key __(ABC)__ replaced with value of translation of key ABC
NEW: Accept substitution key __(ABC)__ replaced with value of translation of key ABC
Line 264:
Line 263:
* The methode "cloture" on contract were renamed into "closeAll".
* The methode "cloture" on contract were renamed into "closeAll".
* The method "is_erasable" of invoice return a value <= 0 if not erasable (value is meaning) instead of always 0.
* The method "is_erasable" of invoice return a value <= 0 if not erasable (value is meaning) instead of always 0.
−
* The substitution key for reference of objects is now __REF__ whatever is the object (it replaces __ORDERREF__,
+
* The substitution key for reference of objects is now __REF__ whatever is the object (it replaces __ORDERREF__, __PROPALREF__, ...)
−
__PROPALREF__, ...)
* The substition key __SIGNATURE__ was renamed into __USER_SIGNATURE__ to follow naming conventions.
* The substition key __SIGNATURE__ was renamed into __USER_SIGNATURE__ to follow naming conventions.
* Substitution keys with syntax %XXX% were renamed into __XXX__ to match others.
* Substitution keys with syntax %XXX% were renamed into __XXX__ to match others.
* Removed old deprecated REST API (APIs found into '/root' section of the REST API explorer in Dolibarr v6).
* Removed old deprecated REST API (APIs found into '/root' section of the REST API explorer in Dolibarr v6).
−
* Some REST API to access setup features, like dictionaries (country, town, extrafields, ...) were moved into a
+
* Some REST API to access setup features, like dictionaries (country, town, extrafields, ...) were moved into a common API "/setup".
−
common API "/setup".
* The REST API /documents were renamed into /documents/download and /documents/upload.
* The REST API /documents were renamed into /documents/download and /documents/upload.
* Page bank/index.php, bank/bankentries.php and comm/actions/listactions.php were renamed into
* Page bank/index.php, bank/bankentries.php and comm/actions/listactions.php were renamed into
Line 280:
Line 277:
* The parameter $user is now mandatory for method createFromOrder and createFromPropal.
* The parameter $user is now mandatory for method createFromOrder and createFromPropal.
* Removed js library 'fileupload' that was not used by core code.
* Removed js library 'fileupload' that was not used by core code.
−
* Jquery plugin tableDnd updated. You now need to use decodeURI on the return value of tableDnDSerialize()
+
* Jquery plugin tableDnd updated. You now need to use decodeURI on the return value of tableDnDSerialize() and add 'td.' to the beginning of the dragHandle match string.
−
and add 'td.' to the beginning of the dragHandle match string.
* IE8 and earlier and Firefox 12 and earlier (< 2012) are no more supported.
* IE8 and earlier and Firefox 12 and earlier (< 2012) are no more supported.
* The module ExpenseReport use numbering rules that you can setup (like other modules do). If you need to
* The module ExpenseReport use numbering rules that you can setup (like other modules do). If you need to