Module DAV
This commit is contained in:
parent
9a82cc3261
commit
d8365e9260
19
ChangeLog
19
ChangeLog
@ -2,6 +2,17 @@
|
|||||||
English Dolibarr ChangeLog
|
English Dolibarr ChangeLog
|
||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
***** ChangeLog for 8.0.0 compared to 8.0.0 *****
|
||||||
|
|
||||||
|
For Users:
|
||||||
|
NEW: Stable module: Website
|
||||||
|
NEW: Stable module: WebDAV
|
||||||
|
NEW: Dolibarr can provide information in page title when multicompany is enabled of not, making
|
||||||
|
Android application like DoliDroid able to provide native features for multicompany module
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
***** ChangeLog for 8.0.0 compared to 7.0.0 *****
|
***** ChangeLog for 8.0.0 compared to 7.0.0 *****
|
||||||
|
|
||||||
For Users:
|
For Users:
|
||||||
@ -10,11 +21,11 @@ NEW: Experimental module: WebDAV
|
|||||||
NEW: Accept anonymous events (no user assigned)
|
NEW: Accept anonymous events (no user assigned)
|
||||||
NEW: Accountancy - Add import on general ledger
|
NEW: Accountancy - Add import on general ledger
|
||||||
NEW: Accountancy - Show journal name on journal page and hide button draft export (Add an option in admin)
|
NEW: Accountancy - Show journal name on journal page and hide button draft export (Add an option in admin)
|
||||||
NEW: Can create event from record card of a company and member
|
NEW: Can create event from record card of a company and/or member
|
||||||
NEW: Add a button to create Stripe customer from the Payment mode tab
|
NEW: Add a button to create Stripe customer from the customer Payment mode tab
|
||||||
NEW: Add accounting account number on product tooltip
|
NEW: Add accounting account number on product tooltip
|
||||||
NEW: add any predefined mail content
|
NEW: Add any predefined mail content
|
||||||
NEW: Add arrows to navigate into containers in website module
|
NEW: Add arrows to navigate into containers in experimental website module
|
||||||
NEW: Add a tab to specify accountant/auditor of the company
|
NEW: Add a tab to specify accountant/auditor of the company
|
||||||
NEW: Add Date delivery and Availability on Propals List
|
NEW: Add Date delivery and Availability on Propals List
|
||||||
NEW: Add date in goods reception supplier order table
|
NEW: Add date in goods reception supplier order table
|
||||||
|
|||||||
@ -68,7 +68,7 @@ class modDav extends DolibarrModules
|
|||||||
$this->descriptionlong = "davDescription";
|
$this->descriptionlong = "davDescription";
|
||||||
|
|
||||||
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
|
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
|
||||||
$this->version = 'experimental';
|
$this->version = 'dolibarr';
|
||||||
// Key used in llx_const table to save module status enabled/disabled (where DAV is value of property name of module in uppercase)
|
// Key used in llx_const table to save module status enabled/disabled (where DAV is value of property name of module in uppercase)
|
||||||
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
||||||
// Name of image file used for this module.
|
// Name of image file used for this module.
|
||||||
|
|||||||
@ -51,7 +51,7 @@ class modWebsite extends DolibarrModules
|
|||||||
$this->name = preg_replace('/^mod/i','',get_class($this));
|
$this->name = preg_replace('/^mod/i','',get_class($this));
|
||||||
$this->description = "Enable to build and serve public web sites with CMS features";
|
$this->description = "Enable to build and serve public web sites with CMS features";
|
||||||
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
|
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
|
||||||
$this->version = 'experimental';
|
$this->version = 'dolibarr';
|
||||||
// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
|
// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
|
||||||
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
||||||
// Name of image file used for this module.
|
// Name of image file used for this module.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user