-
Notifications
You must be signed in to change notification settings - Fork 0
/
outstanding-payable-details.html
46 lines (34 loc) · 1.7 KB
/
outstanding-payable-details.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<div class="pages">
<div data-page="outstanding-payable-details" class="page no-toolbar no-navbar">
<div class="page-content">
<div class="navbarpages">
<div class="nav_left_logo"><a href="index.html"><img src="images/logo.png" alt="" title="" /></a></div>
<div class="nav_right_button"><a href="#" data-popup=".popup-menu" class="open-popup"><img src="images/icons/white/menu.png" alt="" title="" /></a></div>
</div>
<div id="pages_maincontent">
<h2 class="page_title">Outstanding Payables</h2>
<div class="page_content">
<div class="Row">
<div id="dateformat_div" ></div>
<div id="chart_div" ></div>
<table width="100%">
<tr>
<th>Dated</th>
<th>Partys'Name</th>
<th>Amount</th>
<th>Pending Amount</th>
<th>Due On</th>
<th>Overdue by days</th>
</tr>
<tbody id="table_body_detail">
<tr>
<td colspan="10"></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>