Files
admin-php-module/web/views/reports/items/construct.html
miroman-afk c4dc6e02a0 v.2.30
Добавлен расширенный отчет по реализации
Добавлен монитор активности
2023-08-03 11:05:15 +03:00

66 lines
2.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div class="modal-dialog modal-lg" style="width: 98% !important;
height: 92% !important;
min-width: 98% !important;
min-height: 92% !important;
max-width: 98% !important;
max-height: 92% !important;
padding: 0 !important;">
<div class="modal-content" id="reportRealisationConstruct" style=" height: 99% !important;
min-height: 99% !important;
max-height: 99% !important;">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"
ng-click="closeModal('reportRealisationConstruct')">&times;
</button>
<button class="btn btn-icon white" ng-click="printElem('#reportRealisationConstruct')">
<i class="fa fa-print"></i>
</button>
<h4 class="modal-title">{{globals.currentUser.organization.name}}</h4>
<h5 class="modal-title">Расширенный отчет</h5>
<span class="text-muted">{{start_date}} - {{end_date}}</span>
</div>
<div id="tableRealisation" class="modal-body p-lg">
<!-- <table cellspacing="5" cellpadding="5" border="0">
<tbody>
<span>Фильтр по времени добавления позиции</span>
<tr>
<td colspan="1">С:</td>
<td colspan="1"><input type="text" id="min" name="min" class="form-control"></td>
<td colspan="1">По:</td>
<td colspan="1"><input type="text" id="max" name="max" class="form-control"></td>
</tr>
</tbody>
</table>-->
<!--<table cellspacing="5" cellpadding="5" border="0">
<tbody>
<span>Фильтр по персоналу: </span>
<tr>
<td colspan="2">
<select id="staff_filter" class="form-control c-select">
<option value="">All</option>
</select>
</td>
</tr>
</tbody>
</table>
<table cellspacing="5" cellpadding="5" border="0">
<tbody>
<span>Фильтр по размеру скидки: </span>
<tr>
<td colspan="2">
<select id="discount_filter" class="form-control c-select">
<option value="">All</option>
</select>
</td>
</tr>
</tbody>
</table>-->
<table id="table_orders" class="display table table-striped b-t compact cell-border"
style="width:100%"></table>
<div ng-if="items.length == 0">
<p>Реализация отсутсвует</p>
</div>
</div>
</div>
</div>