Files
crm.e5.pl/modules/EcmWorkCards/tpl/DetailViewTableEcmActions.tpl
2024-04-27 09:23:34 +02:00

20 lines
865 B
Smarty

<input type="hidden" name="tableEcmActions_list" id="tableEcmActions_list" value='{$TABLEECMACTIONS_LIST|@json_encode}'>
<div style="width:100%;border: 1px solid rgb(48,192,255);background-color:white;overflow:auto;">
<link rel="stylesheet" type="text/css" href="modules/Accounts/MyTable.css" />
<table id="tableEcmActions" style="width: 100%" class="positions">
</table>
</div>
<br>
<input type="button" id="showPrice" name="showPrice" value="Pokaż jednostkowe ceny" onclick="showHideSingleCost()">
<div style="width:30%;border: 1px solid rgb(48,192,255);background-color:white;overflow:auto;float: right">
<table class="positions">
<tr>
<td>Suma netto</td>
<td id="sum_netto" style="text-align: right">0,00</td>
</tr>
<tr>
<td>Suma brutto</td>
<td id="sum_brutto" style="text-align: right">0,00</td>
</tr>
</table>
</div>