*** empty log message ***
This commit is contained in:
parent
06484c3f43
commit
a214deb752
@ -116,11 +116,11 @@ $html=new Form($db);
|
||||
$h = 0;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT."/admin/facture.php";
|
||||
$head[$h][1] = $langs->trans("Bills");
|
||||
$head[$h][1] = $langs->trans("Invoices");
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT."/admin/avoir.php";
|
||||
$head[$h][1] = $langs->trans("Discounts");
|
||||
$head[$h][1] = $langs->trans("CreditNotes");
|
||||
$hselected=$h;
|
||||
$h++;
|
||||
|
||||
|
||||
@ -144,12 +144,12 @@ $html=new Form($db);
|
||||
$h = 0;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT."/admin/facture.php";
|
||||
$head[$h][1] = $langs->trans("Bills");
|
||||
$head[$h][1] = $langs->trans("Invoices");
|
||||
$hselected=$h;
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT."/admin/avoir.php";
|
||||
$head[$h][1] = $langs->trans("Discounts");
|
||||
$head[$h][1] = $langs->trans("CreditNotes");
|
||||
$h++;
|
||||
|
||||
dolibarr_fiche_head($head, $hselected, $langs->trans("ModuleSetup"));
|
||||
|
||||
@ -9,6 +9,7 @@ BillsSuppliersUnpayed=Unpayed suppliers' invoices
|
||||
BillsUnpayed=Unpayed
|
||||
BillsStatistics=Invoices statistics
|
||||
Invoice=Invoice
|
||||
Invoices=Invoices
|
||||
InvoiceLine=Invoice line
|
||||
InvoiceCustomer=Customer invoice
|
||||
CardBill=Invoice card
|
||||
@ -121,6 +122,8 @@ CreateRepeatableInvoice=Create repeatable invoice
|
||||
ExportDataset_invoice_1=Customer invoices list and invoices' lines
|
||||
ProformaBill=Proforma Bill:
|
||||
VATIsUsed=Using VAT
|
||||
CreditNote=Credit note
|
||||
CreditNotes=Credit notes
|
||||
NewGlobalDiscount=New discount
|
||||
ReasonDiscount=Reason
|
||||
AddGlobalDiscount=Add discount
|
||||
|
||||
@ -9,6 +9,7 @@ BillsSuppliersUnpayed=Factures fournisseurs impay
|
||||
BillsUnpayed=Impayées
|
||||
BillsStatistics=Statistiques factures
|
||||
Invoice=Facture
|
||||
Invoices=Factures
|
||||
InvoiceLine=Ligne de facture
|
||||
InvoiceCustomer=Facture client
|
||||
CardBill=Fiche facture
|
||||
@ -121,6 +122,8 @@ CreateRepeatableInvoice=Cr
|
||||
ExportDataset_invoice_1=Factures clients et lignes de facture
|
||||
ProformaBill=Facture Proforma :
|
||||
VATIsUsed=Assujéti à TVA
|
||||
CreditNote=Avoir
|
||||
CreditNotes=Avoirs
|
||||
NewGlobalDiscount=Nouvel avoir
|
||||
ReasonDiscount=Motif
|
||||
AddGlobalDiscount=Ajouter avoir
|
||||
|
||||
Loading…
Reference in New Issue
Block a user