-
Notifications
You must be signed in to change notification settings - Fork 1
/
clientCharges.html
117 lines (113 loc) · 6.04 KB
/
clientCharges.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<!-- Framework CSS -->
<link rel="stylesheet" href="css/maincss.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="css/print.css" type="text/css" media="print" />
<!--[if lt IE 8]><link rel="stylesheet" href="css/ie.css" type="text/css" media="screen, projection" /><![endif]-->
</head>
<body>
<!-- Container Begins-->
<div class="container">
<!--Header-->
<div class="topAlign append-1"><a href="yourSettings.html" title="Your Settings">Your Settings</a> | <a href="index.html">Log Out</a> </div>
<div><span class="logo"></span><span class="menu"><a href="home.html" class="tablightorange">Home</a><a href="clientsAcc.html" class="tablightorange">Clients and Accounts</a><a href="reports.html" class="tablightorange">Reports</a><a href="admin.html" class="taborange">Admin</a></span></div>
<div class="clear"></div>
<div class="orangeline"> </div>
<!-- Left Sidebar Begins-->
<div class="sidebar ht750">
<p class="orangetab">Clients & Accounts Tasks</p>
<p class="fontBold paddingLeft">Search by name, system ID or account number
<input type="text" /><input class="buttn" type="button" value="Search" onclick="location.href='searched.html'"/>
</p>
<p class="paddingLeft"><span class="fontBold">Manage Collection Sheets</span><br />
<a href="collectionData.html">Enter Collection Sheet Data</a> </p>
<p class="paddingLeft"><span class="fontBold">Create new Clients</span><br />
<a href="newCenter.html">Create new Center</a><br />
<a href="newGroup.html">Create new Group</a><br />
<a href="newClient.html">Create new Client</a> </p>
<p class="paddingLeft"><span class="fontBold">Create new Accounts</span><br />
<a href="newSavings.html">Create Savings account</a><br />
<a href="newLoan.html">Create Loan account</a><br />
<a href="multipleLoan.html">Create multiple Loan accounts</a> </p>
<p class="paddingLeft"><span class="fontBold">Manage account status</span><br />
<a href="status.html">Change account status</a> </p>
</div>
<!-- Left Sidebar Ends-->
<!-- Main Content Begins-->
<div class="content leftMargin180">
<form name="formname" action="">
<div class="bluedivs paddingLeft"><a href="branch1.html">Branch_Office_1</a> / <a href="center.html">Mycenter</a> / <a href="groupDetails.html">Mygroup</a> / <a href="clientDetails.html">Myclient 1</a> / <span class="fontBold">Client charges</span></div>
<div> </div>
<p class="font15 orangeheading">Client charges</p>
<div class="span-23">
<div class=" orangediv span-22 paddingLeft">
<span class="span-4 fontBold">Apply transactions :</span>
<span class="span-3"><a href="clientPayment.html"> Apply payment </a></span>
<span class="span-3"><a href="clientAdjustment.html"> Apply adjustment </a></span>
<span class="span-3"><a href="clientAplyCharges.html"> Apply charges </a></span>
</div>
<div class="clear"> </div>
<div class=" span-23">
<div class="span-22 font15"><span class="orangeheading">Account summary</span></div>
<div><span>Amount Due :</span><span> 700.0</span><span><a href="#">Waive</a></span></div>
<div><span>Amount Overdue :</span><span>0.0</span></div>
<div><span class="fontBold">Total :</span><span> 700.0</span></div>
</div>
<div class="clear"> </div>
<div class=" span-23">
<div class=" span-23"><span class="span-16 font14 orangeheading">Upcomming charges (26/04/2010)</span>
<span class="span-6 rightAlign"><a href="clientTransaction.html">View transaction history</a></span>
</div>
<div class=" span-22 borderbtm fontBold">
<span class="span-12">Fee Type :</span>
<span class="span-4 rightAlign">Amount</span>
</div>
<div class=" span-22 borderbtm ">
<span class="span-12">LMF</span>
<span class="span-4 rightAlign">200.0</span>
</div>
<div class=" span-22 borderbtm ">
<span class="span-12">ledger Fee</span>
<span class="span-4 rightAlign">500.0</span>
</div>
<div class=" span-22 borderbtm ">
<span class="span-12">New Client Fee</span>
<span class="span-4 rightAlign">10.0</span>
</div>
</div>
<div class="clear"> </div>
<div class=" span-23">
<div class=" span-23"><span class="span-16 font14 orangeheading">Recent Account Activity</span>
<span class="span-6 rightAlign"><a href="clientAccountActivity.html">View all account activity</a></span>
</div>
<div class=" span-22 borderbtm fontBold">
<span class="span-4">Date</span>
<span class="span-7">Description</span>
<span class="span-4">Amount</span>
<span class="span-6">Posted By</span>
</div>
<div class=" span-22 borderbtm ">
<span class="span-4">26/03/2010</span>
<span class="span-7">New Client Fee applied</span>
<span class="span-4">10.0</span>
<span class="span-6">Test Mifos Open Source User - demo user, do not modify!</span>
</div>
</div>
<div class="clear"> </div>
<div class=" span-23">
<div><span class="span-16 font14 orangeheading">Recurring Account Fees</span>
</div>
</div>
</div>
</form>
</div>
<!--Main Content Ends-->
<div class="footer"> </div>
</div>
<!--Container Ends-->
</body>
</html>