Center title column & modify language key
This commit is contained in:
parent
ace524056e
commit
f23212eb22
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/compta/resultat/index.php
|
* \file htdocs/compta/resultat/index.php
|
||||||
* \brief Page reporting resultat
|
* \brief Page reporting result
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require '../../main.inc.php';
|
require '../../main.inc.php';
|
||||||
@ -570,8 +570,8 @@ print '</tr>';
|
|||||||
print '<tr class="liste_titre"><td class="liste_titre">'.$langs->trans("Month").'</td>';
|
print '<tr class="liste_titre"><td class="liste_titre">'.$langs->trans("Month").'</td>';
|
||||||
for ($annee = $year_start ; $annee <= $year_end ; $annee++)
|
for ($annee = $year_start ; $annee <= $year_end ; $annee++)
|
||||||
{
|
{
|
||||||
print '<td align="right">'.$langs->trans("Outcome").'</td>';
|
print '<td align="center">'.$langs->trans("Outcome").'</td>';
|
||||||
print '<td align="right" class="borderrightlight">'.$langs->trans("Income").'</td>';
|
print '<td align="center" class="borderrightlight">'.$langs->trans("Income").'</td>';
|
||||||
}
|
}
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
@ -634,7 +634,7 @@ print "</tr>\n";
|
|||||||
|
|
||||||
// Balance
|
// Balance
|
||||||
$var=!$var;
|
$var=!$var;
|
||||||
print '<tr class="liste_total"><td>'.$langs->trans("Profit").'</td>';
|
print '<tr class="liste_total"><td>'.$langs->trans("AccountingResult").'</td>';
|
||||||
for ($annee = $year_start ; $annee <= $year_end ; $annee++)
|
for ($annee = $year_start ; $annee <= $year_end ; $annee++)
|
||||||
{
|
{
|
||||||
print '<td align="right" colspan="2" class="borderrightlight"> ';
|
print '<td align="right" colspan="2" class="borderrightlight"> ';
|
||||||
|
|||||||
@ -29,6 +29,7 @@ ReportTurnover=Turnover
|
|||||||
PaymentsNotLinkedToInvoice=Payments not linked to any invoice, so not linked to any third party
|
PaymentsNotLinkedToInvoice=Payments not linked to any invoice, so not linked to any third party
|
||||||
PaymentsNotLinkedToUser=Payments not linked to any user
|
PaymentsNotLinkedToUser=Payments not linked to any user
|
||||||
Profit=Profit
|
Profit=Profit
|
||||||
|
AccountingResult=Accounting Result
|
||||||
Balance=Balance
|
Balance=Balance
|
||||||
Debit=Debit
|
Debit=Debit
|
||||||
Credit=Credit
|
Credit=Credit
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user