mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Debug v20
This commit is contained in:
parent
7f3ed10922
commit
05602a64ec
|
|
@ -329,7 +329,7 @@ class modBom extends DolibarrModules
|
|||
'b.efficiency' => 'Efficiency',
|
||||
'b.duration' => 'Duration',
|
||||
'b.date_creation' => 'DateCreation',
|
||||
'b.date_valid' => 'DateValid',
|
||||
'b.date_valid' => 'DateValidation',
|
||||
'b.fk_user_modif' => 'ModifiedById',
|
||||
'b.fk_user_valid' => 'ValidatedById',
|
||||
'b.model_pdf' => 'Model',
|
||||
|
|
|
|||
|
|
@ -308,7 +308,7 @@ class modCommande extends DolibarrModules
|
|||
$this->import_entities_array[$r] = array();
|
||||
$this->import_tables_array[$r] = array('c' => MAIN_DB_PREFIX.'commande', 'extra' => MAIN_DB_PREFIX.'commande_extrafields');
|
||||
$this->import_tables_creator_array[$r] = array('c' => 'fk_user_author'); // Fields to store import user id
|
||||
$import_sample = array();
|
||||
$import_sample = array('c.facture' => '0 or 1');
|
||||
$this->import_fields_array[$r] = array(
|
||||
'c.ref' => 'Ref*',
|
||||
'c.ref_client' => 'RefCustomer',
|
||||
|
|
@ -324,7 +324,7 @@ class modCommande extends DolibarrModules
|
|||
'c.total_ttc' => 'TotalTTC',
|
||||
'c.note_private' => 'NotePrivate',
|
||||
'c.note_public' => 'Note',
|
||||
'c.facture' => 'Invoice(1/0)',
|
||||
'c.facture' => 'Billed',
|
||||
'c.date_livraison' => 'DeliveryDate',
|
||||
'c.fk_cond_reglement' => 'Payment Condition',
|
||||
'c.fk_mode_reglement' => 'Payment Mode',
|
||||
|
|
|
|||
|
|
@ -812,7 +812,7 @@ class modFournisseur extends DolibarrModules
|
|||
'c.fk_soc' => 'ThirdPartyName*',
|
||||
'c.fk_projet' => 'ProjectId',
|
||||
'c.date_creation' => 'DateCreation',
|
||||
'c.date_valid' => 'DateValid',
|
||||
'c.date_valid' => 'DateValidation',
|
||||
'c.date_approve' => 'DateApprove',
|
||||
'c.date_commande' => 'DateOrder',
|
||||
'c.fk_user_modif' => 'ModifiedById',
|
||||
|
|
@ -820,7 +820,7 @@ class modFournisseur extends DolibarrModules
|
|||
'c.fk_user_approve' => 'ApprovedById',
|
||||
'c.source' => 'Source',
|
||||
'c.fk_statut' => 'Status*',
|
||||
'c.billed' => 'Billed(0/1)',
|
||||
'c.billed' => 'Billed',
|
||||
'c.total_tva' => 'TotalTVA',
|
||||
'c.total_ht' => 'TotalHT',
|
||||
'c.total_ttc' => 'TotalTTC',
|
||||
|
|
|
|||
|
|
@ -346,7 +346,7 @@ class modMrp extends DolibarrModules
|
|||
'm.fk_user_valid'=>'ValidatedById',
|
||||
'm.fk_user_modif'=>'ModifiedById',
|
||||
'm.fk_user_creat'=>'CreatedById',
|
||||
'm.date_valid'=>'DateValid',
|
||||
'm.date_valid'=>'DateValidation',
|
||||
'm.note_private'=>'NotePrivate',
|
||||
'm.note_public'=>'Note',
|
||||
'm.fk_soc'=>'Tiers',
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/images.lib.php';
|
|||
require_once DOL_DOCUMENT_ROOT.'/core/lib/import.lib.php';
|
||||
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array('exports', 'compta', 'errors', 'admin'));
|
||||
$langs->loadLangs(array('exports', 'compta', 'errors', 'projects', 'admin'));
|
||||
|
||||
// Security check
|
||||
$result = restrictedArea($user, 'import');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user