Таблица детализации заказов. Расчет выполнения плана

This commit is contained in:
Anastasia
2015-05-07 16:42:03 +05:00
parent f0a9db1c86
commit e62be89b3d
11 changed files with 84 additions and 14 deletions

View File

@@ -1,2 +1,8 @@
{% include 'asuzr/attendance.html' %}
{% include 'asuzr/orders.html' %}
<table WIDTH="100%">
<TR VALIGN=top>
<TD WIDTH="40%">{% include 'asuzr/attendance.html' %}</TD>
<TD WIDTH="5%"></TD>
<TD WIDTH="55%">{% include 'asuzr/orders.html' %}</TD>
</TR>
</table>
{% include 'asuzr/plan_balance.html' %}