Qual: Uniformize code.
This commit is contained in:
parent
74801a2914
commit
758a78ef85
@ -95,7 +95,7 @@ if (! $mesg)
|
|||||||
$px->SetHorizTickIncrement(1);
|
$px->SetHorizTickIncrement(1);
|
||||||
$px->SetPrecisionY(0);
|
$px->SetPrecisionY(0);
|
||||||
$px->mode='depth';
|
$px->mode='depth';
|
||||||
$px->SetTitle($langs->trans("NbOfProposals"));
|
$px->SetTitle($langs->trans("NumberOfProposalsByMonth"));
|
||||||
|
|
||||||
$px->draw($filenamenb);
|
$px->draw($filenamenb);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -25,6 +25,7 @@ LastProposals=Last proposals
|
|||||||
SearchAProposal=Search a proposal
|
SearchAProposal=Search a proposal
|
||||||
ProposalsStatistics=Commercial proposals' statistics
|
ProposalsStatistics=Commercial proposals' statistics
|
||||||
NumberOfProposalsByMonth=Number by month
|
NumberOfProposalsByMonth=Number by month
|
||||||
|
AmountOfProposalsByMonthHT=Amount by month (net of tax)
|
||||||
NbOfProposals=Number of commercial proposals
|
NbOfProposals=Number of commercial proposals
|
||||||
ShowPropal=Show proposal
|
ShowPropal=Show proposal
|
||||||
PropalsDraft=Drafts
|
PropalsDraft=Drafts
|
||||||
|
|||||||
@ -25,6 +25,7 @@ LastProposals=Derni
|
|||||||
SearchAProposal=Rechercher une propale
|
SearchAProposal=Rechercher une propale
|
||||||
ProposalsStatistics=Statistiques des propositions commerciales
|
ProposalsStatistics=Statistiques des propositions commerciales
|
||||||
NumberOfProposalsByMonth=Nombre par mois
|
NumberOfProposalsByMonth=Nombre par mois
|
||||||
|
AmountOfProposalsByMonthHT=Montant par mois (HT)
|
||||||
NbOfProposals=Nombre de propositions commerciales
|
NbOfProposals=Nombre de propositions commerciales
|
||||||
ShowPropal=Afficher proposition
|
ShowPropal=Afficher proposition
|
||||||
PropalsDraft=Brouillons
|
PropalsDraft=Brouillons
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user