File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 <table class="table table-striped table-sm table-bordered">
8989 <tr>
9090 <th class="text-center" width="40">#</th>
91- <th class="text-center" width="120"> ' .tr ('Q.tà ' ).'</th>
91+ <th class="text-center" width="120"> ' .tr ('Carico ' ).'</th>
92+ <th class="text-center" width="120"> ' .tr ('Scarico ' ).'</th>
9293 <th class="text-center"> ' .tr ('Q.tà progressiva ' ).'</th>
9394 <th> ' .tr ('Operazione ' ).'</th>
9495 <th> ' .tr ('Controparte ' ).'</th>
116117 <td class="text-center">
117118 ' .count ($ movimenti ) - $ i .'
118119 </td>
119- <td class="text-center" style="color: ' .($ movimento ->qta < 0 ? 'red ' : 'green ' ).';">
120- ' .numberFormat ($ movimento ->qta , 'qta ' ).' ' .$ record ['um ' ].'
120+ <td class="text-center" style="color: green;">
121+ ' .($ movimento ->qta > 0 ? numberFormat ($ movimento ->qta , 'qta ' ).' ' .$ record ['um ' ] : '' ).'
122+ </td>
123+ <td class="text-center" style="color: red;">
124+ ' .($ movimento ->qta < 0 ? numberFormat (abs ($ movimento ->qta ), 'qta ' ).' ' .$ record ['um ' ] : '' ).'
121125 </td>
122-
123126 <td class="text-center">
124127 ' .numberFormat ($ movimento ['progressivo_iniziale ' ], 'qta ' ).' ' .$ record ['um ' ].'
125128 <i class="fa fa-arrow-circle-right"></i>
You can’t perform that action at this time.
0 commit comments