Files
crm.e5.pl/modules/EcmServices/views/realizationList.tpl

1 line
2.0 KiB
Smarty
Raw Normal View History

2024-04-27 09:23:34 +02:00
<input type="hidden" name="position_list" id="position_list" value='{$POSITION_LIST}'/> <input type="hidden" name="temp_id" id="temp_id" value='{$TEMP_ID}'/> <input type="hidden" name="stock_id" id="stock_id" value='{$STOCK_ID}'/> <input type="hidden" name="parent_doc_type" id="parent_doc_type" value='EcmServices'/> <table id="searchTable' cellspacing="0" cellpadding="0" border="0"><tr><td width="19"><img src="modules/EcmPurchaseOrders/images/EcmQuotes.gif" style="margin-top: 3px; margin-right: 3px;" width="16" border="0" height="16"></td> <td width="402"><h2>{$MOD.LBL_LISTVIEW_CREATE_INVOICE}ee</h2></td></tr></table> <input type="button" class="button" onClick="createEcmInvoiceOut();" value="Faktura"/> <input type="button" class="button" onClick="createEcmStockDocOut();" value="WZ"/> <input type="button" class="button" onClick="return;" value="Przejdź dalej"/> <br /> {literal} <script type="text/javascript" src="modules/EcmServices/MyTable.js"></script> <script type="text/javascript" src="modules/EcmServices/realizationList.js"></script> <script type="text/javascript" src="include/JSON.js"></script> {/literal} <link rel="stylesheet" type="text/css" href="modules/EcmServices/MyTable.css" /> <link rel="stylesheet" type="text/css" href="modules/EcmServices/AjaxSearch/AjaxSearch.css" /> <div style="width:100%;border: 1px solid rgb(48,192,255);background-color:white;height:{$OPT.position_table_height}px;max-height:{$OPT.position_table_height}px;overflow:auto;" id="itemsTableDIV"> <table class="positions" style="width:100%;" id="itemsTable"> <thead id="head"> <tr id="tr"> <td width="2%"></td> <td width="8%">{$MOD.LBL_EDITTABLE_CODE}</td> <td width="15%">{$MOD.LBL_EDITTABLE_NAME}</td> <td width="10%">Ilośc dostepna</td> <td width="10%">Do realizacji</td> <td width="10%">Magazyn</td> </tr> </thead> <tbody id="tbody"> </tbody> </table> </div>