Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 10.0
Conflicts: htdocs/core/modules/modAccounting.class.php
This commit is contained in:
commit
7a0962a393
@ -229,6 +229,7 @@ FIX: Use of cron with multicompany
|
|||||||
FIX: var name
|
FIX: var name
|
||||||
FIX: we need to fetch fourn invoice with ref in current entity
|
FIX: we need to fetch fourn invoice with ref in current entity
|
||||||
FIX: Wrong stock movement on supplier credit notes
|
FIX: Wrong stock movement on supplier credit notes
|
||||||
|
FIX: Import of record in ledger
|
||||||
|
|
||||||
***** ChangeLog for 9.0.3 compared to 9.0.2 *****
|
***** ChangeLog for 9.0.3 compared to 9.0.2 *****
|
||||||
FIX: #11013
|
FIX: #11013
|
||||||
|
|||||||
@ -106,6 +106,7 @@ if (empty($includecustom)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
print "Release : ".$release."\n";
|
print "Release : ".$release."\n";
|
||||||
|
print "Working on files into : ".DOL_DOCUMENT_ROOT."\n";
|
||||||
print "Include custom in signature : ".$includecustom."\n";
|
print "Include custom in signature : ".$includecustom."\n";
|
||||||
print "Include constants in signature : ";
|
print "Include constants in signature : ";
|
||||||
foreach ($includeconstants as $countrycode => $tmp) {
|
foreach ($includeconstants as $countrycode => $tmp) {
|
||||||
|
|||||||
@ -281,7 +281,7 @@ class modAccounting extends DolibarrModules
|
|||||||
$this->import_fieldshidden_array[$r]=array('b.doc_type'=>'const-import_from_external', 'b.fk_doc'=>'const-0', 'b.fk_docdet'=>'const-0', 'b.fk_user_author'=>'user->id', 'b.date_creation'=>'const-'.dol_print_date(dol_now(), 'standard')); // aliastable.field => ('user->id' or 'lastrowid-'.tableparent)
|
$this->import_fieldshidden_array[$r]=array('b.doc_type'=>'const-import_from_external', 'b.fk_doc'=>'const-0', 'b.fk_docdet'=>'const-0', 'b.fk_user_author'=>'user->id', 'b.date_creation'=>'const-'.dol_print_date(dol_now(), 'standard')); // aliastable.field => ('user->id' or 'lastrowid-'.tableparent)
|
||||||
$this->import_regex_array[$r]=array('b.doc_date'=>'^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]$');
|
$this->import_regex_array[$r]=array('b.doc_date'=>'^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]$');
|
||||||
$this->import_examplevalues_array[$r]=array(
|
$this->import_examplevalues_array[$r]=array(
|
||||||
'b.piece_num'=>'1',
|
'b.piece_num'=>'123 (!!! use next value not already used)',
|
||||||
'b.doc_date'=>dol_print_date(dol_now(), "%Y-%m-%d"),
|
'b.doc_date'=>dol_print_date(dol_now(), "%Y-%m-%d"),
|
||||||
//'b.doc_type'=>'import',
|
//'b.doc_type'=>'import',
|
||||||
'b.doc_ref'=>'My document ABC',
|
'b.doc_ref'=>'My document ABC',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user