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