mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-14 18:40:36 +01:00
Aggiornamento grafico su qtà evase su totali
This commit is contained in:
parent
de5e2c0bad
commit
2c51638e92
@ -12,7 +12,7 @@ echo '
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>'.tr('Descrizione').'</th>
|
<th>'.tr('Descrizione').'</th>
|
||||||
<th width="120">'.tr('Q.tà').'</th>
|
<th width="120">'.tr('Q.tà').'</th><th width="120">'.tr('Q.tà').' <i title="'.tr('da evadere').' / '.tr('totale').'" class="tip fa fa-question-circle-o"></i></th>
|
||||||
<th width="80">'.tr('U.m.').'</th>
|
<th width="80">'.tr('U.m.').'</th>
|
||||||
<th width="120">'.tr('Costo unitario').'</th>
|
<th width="120">'.tr('Costo unitario').'</th>
|
||||||
<th width="120">'.tr('Iva').'</th>
|
<th width="120">'.tr('Iva').'</th>
|
||||||
@ -42,8 +42,7 @@ foreach ($rs as $r) {
|
|||||||
|
|
||||||
if (empty($r['is_descrizione'])) {
|
if (empty($r['is_descrizione'])) {
|
||||||
echo '
|
echo '
|
||||||
<big>'.Translator::numberToLocale($r['qta'] - $r['qta_evasa'], 'qta').'</big>
|
<span >'.Translator::numberToLocale($r['qta'] - $r['qta_evasa'], 'qta').' / '.Translator::numberToLocale($r['qta'], 'qta').'</span>';
|
||||||
<br><small>('.tr('Q.tà iniziale').': '.Translator::numberToLocale($r['qta'], 'qta').')</small>';
|
|
||||||
}
|
}
|
||||||
echo '
|
echo '
|
||||||
</td>';
|
</td>';
|
||||||
|
@ -6,7 +6,7 @@ echo '
|
|||||||
<table class="table table-striped table-hover table-condensed table-bordered">
|
<table class="table table-striped table-hover table-condensed table-bordered">
|
||||||
<tr>
|
<tr>
|
||||||
<th>'.tr('Descrizione').'</th>
|
<th>'.tr('Descrizione').'</th>
|
||||||
<th width="120">'.tr('Q.tà').'</th>
|
<th width="120">'.tr('Q.tà').' <i title="'.tr('da evadere').' / '.tr('totale').'" class="tip fa fa-question-circle-o"></i></th>
|
||||||
<th width="80">'.tr('U.m.').'</th>
|
<th width="80">'.tr('U.m.').'</th>
|
||||||
<th width="120">'.tr('Costo unitario').'</th>
|
<th width="120">'.tr('Costo unitario').'</th>
|
||||||
<th width="120">'.tr('Iva').'</th>
|
<th width="120">'.tr('Iva').'</th>
|
||||||
@ -79,7 +79,7 @@ if (!empty($rs)) {
|
|||||||
<td class="text-center">';
|
<td class="text-center">';
|
||||||
if (empty($r['is_descrizione'])) {
|
if (empty($r['is_descrizione'])) {
|
||||||
echo '
|
echo '
|
||||||
<span >'.Translator::numberToLocale($r['qta'] - $r['qta_evasa'], 'qta').' / '.Translator::numberToLocale($r['qta'], 'qta').' <i title="'.tr('Q.tà evasa').' / '.tr('Q.tà da evadere').'" class="tip fa fa-question-circle-o"></i></span>';
|
<span >'.Translator::numberToLocale($r['qta'] - $r['qta_evasa'], 'qta').' / '.Translator::numberToLocale($r['qta'], 'qta').'</span>';
|
||||||
}
|
}
|
||||||
echo '
|
echo '
|
||||||
</td>';
|
</td>';
|
||||||
|
@ -8,7 +8,7 @@ echo '
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>'.tr('Descrizione').'</th>
|
<th>'.tr('Descrizione').'</th>
|
||||||
<th width="120">'.tr('Q.tà').'</th>
|
<th width="120">'.tr('Q.tà').' <i title="'.tr('da evadere').' / '.tr('totale').'" class="tip fa fa-question-circle-o"></i></th>
|
||||||
<th width="80">'.tr('U.m.').'</th>
|
<th width="80">'.tr('U.m.').'</th>
|
||||||
<th width="120">'.tr('Costo unitario').'</th>
|
<th width="120">'.tr('Costo unitario').'</th>
|
||||||
<th width="120">'.tr('Iva').'</th>
|
<th width="120">'.tr('Iva').'</th>
|
||||||
@ -81,8 +81,7 @@ if (!empty($rs)) {
|
|||||||
<td class="text-center">';
|
<td class="text-center">';
|
||||||
if (empty($r['is_descrizione'])) {
|
if (empty($r['is_descrizione'])) {
|
||||||
echo '
|
echo '
|
||||||
<big>'.Translator::numberToLocale($r['qta'] - $r['qta_evasa'], 'qta').'</big>
|
<span >'.Translator::numberToLocale($r['qta'] - $r['qta_evasa'], 'qta').' / '.Translator::numberToLocale($r['qta'], 'qta').'</span>';
|
||||||
<br><small>('.tr('Q.tà iniziale').': '.Translator::numberToLocale($r['qta'], 'qta').')</small>';
|
|
||||||
}
|
}
|
||||||
echo '
|
echo '
|
||||||
</td>';
|
</td>';
|
||||||
|
@ -13,7 +13,7 @@ echo '
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>'.tr('Descrizione').'</th>
|
<th>'.tr('Descrizione').'</th>
|
||||||
<th width="120">'.tr('Q.tà').'</th>
|
<th width="120">'.tr('Q.tà').' <i title="'.tr('da evadere').' / '.tr('totale').'" class="tip fa fa-question-circle-o"></i></th>
|
||||||
<th width="80">'.tr('U.m.').'</th>
|
<th width="80">'.tr('U.m.').'</th>
|
||||||
<th width="160">'.tr('Prezzo unitario').'</th>
|
<th width="160">'.tr('Prezzo unitario').'</th>
|
||||||
<th width="120">'.tr('Iva').'</th>
|
<th width="120">'.tr('Iva').'</th>
|
||||||
@ -43,8 +43,7 @@ foreach ($rs as $r) {
|
|||||||
<td class="text-center">';
|
<td class="text-center">';
|
||||||
if (empty($r['is_descrizione'])) {
|
if (empty($r['is_descrizione'])) {
|
||||||
echo '
|
echo '
|
||||||
<big>'.Translator::numberToLocale($r['qta'] - $r['qta_evasa'], 'qta').'</big>
|
<span >'.Translator::numberToLocale($r['qta'] - $r['qta_evasa'], 'qta').' / '.Translator::numberToLocale($r['qta'], 'qta').'</span>';
|
||||||
<br><small>('.tr('Q.tà iniziale').': '.Translator::numberToLocale($r['qta'], 'qta').')</small>';
|
|
||||||
}
|
}
|
||||||
echo '
|
echo '
|
||||||
</td>';
|
</td>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user