Qual: Uniformize dictionnary table names.
This commit is contained in:
parent
153d2080f0
commit
7c4ad958c5
@ -45,5 +45,5 @@ ALTER TABLE llx_societe ADD COLUMN canvas varchar(32) DEFAULT NULL AFTER default
|
||||
--UPDATE llx_societe SET canvas='default' WHERE fk_typent <> 8;
|
||||
--UPDATE llx_societe SET canvas='individual' WHERE fk_typent = 8;
|
||||
|
||||
RENAME TABLE llx_cond_reglement TO llx_c_payment_term;
|
||||
RENAME TABLE llx_expedition_method TO llx_c_shipment_mode;
|
||||
ALTER TABLE llx_cond_reglement RENAME TO llx_c_payment_term;
|
||||
ALTER TABLE llx_expedition_methode RENAME TO llx_c_shipment_mode;
|
||||
|
||||
@ -595,7 +595,7 @@ DictionnaryCivility=Civility title
|
||||
DictionnaryActions=Actions list
|
||||
DictionnarySocialContributions=Social contributions types
|
||||
DictionnaryVAT=VAT Rates
|
||||
DictionnaryPaymentConditions=Payment conditions
|
||||
DictionnaryPaymentConditions=Payment terms
|
||||
DictionnaryPaymentModes=Payment modes
|
||||
DictionnaryTypeContact=Contact types
|
||||
DictionnaryEcotaxe=Ecotax (WEEE)
|
||||
|
||||
@ -207,7 +207,7 @@ CustomerBillsUnpaid=Unpaid customers invoices
|
||||
DispenseMontantLettres=The bill drafted by mechanographical are exempt from the order in letters
|
||||
DispenseMontantLettres=The written invoices through mecanographic procedures are dispensed by the order in letters
|
||||
NonPercuRecuperable=Non-recoverable
|
||||
SetConditions=Set payment conditions
|
||||
SetConditions=Set payment terms
|
||||
SetMode=Set payment mode
|
||||
SetDate= Set date
|
||||
Billed=Billed
|
||||
|
||||
Loading…
Reference in New Issue
Block a user