Version 4.1: Import-Funktion für Produktgruppen
Neue Features: - Import von Sections/Textlines/Subtotals beim Dokumentübergang (Angebot → Auftrag → Rechnung) - Automatische Produktzuordnung zu Sections via fk_product Matching - Neue Produkte (nur im Zieldokument) werden am Ende angefügt - Synchronisation von line_order UND rang in beiden Tabellen - Import-Button erscheint bei verlinkten Dokumenten Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
bb761ebd89
commit
2a0cffa378
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class modSubtotalTitle extends DolibarrModules
|
|||
$this->editor_squarred_logo = ''; // Must be image filename into the module/img directory followed with @modulename. Example: 'myimage.png@subtotaltitle'
|
||||
|
||||
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated', 'experimental_deprecated' or a version string like 'x.y.z'
|
||||
$this->version = '4.0';
|
||||
$this->version = '4.1';
|
||||
// Url to the file with your last numberversion of this module
|
||||
//$this->url_last_version = 'http://www.example.com/versionmodule.txt';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue