Skip to content
Snippets Groups Projects
Commit 758a78ef authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Qual: Uniformize code.

parent 74801a29
Branches
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ if (! $mesg) ...@@ -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 ...@@ -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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment