| Line 4... |
Line 4... |
| 4 |
<style>
|
4 |
<style>
|
| 5 |
body { font-size: 12px; }
|
5 |
body { font-size: 12px; }
|
| 6 |
.form-container { float: left; margin: 20px 0 0 20px; min-width: 600px; }
|
6 |
.form-container { float: left; margin: 20px 0 0 20px; min-width: 600px; }
|
| 7 |
legend { font-weight: bold; }
|
7 |
legend { font-weight: bold; }
|
| 8 |
.fieldset { border: 1px solid; padding: 8px; }
|
8 |
.fieldset { border: 1px solid; padding: 8px; }
|
| - |
|
9 |
.instruction { padding: 5px; color: #000EA3; font-weight: bold; }
|
| 9 |
#ebsSettlement { border: 0px; display: none; }
|
10 |
#ebsSettlement { border: 0px; display: none; }
|
| - |
|
11 |
#error { padding: 0px 10px 5px; border: 1px solid #FF0000; color: #C41616; margin-bottom: 10px; }
|
| - |
|
12 |
#msg { padding: 0px 10px 5px; border: 1px solid #00FF00; color: #0C5200; margin-bottom: 10px; }
|
| 10 |
</style>
|
13 |
</style>
|
| 11 |
</head>
|
14 |
</head>
|
| 12 |
<body>
|
15 |
<body>
|
| 13 |
#parse("../content/reports-common.vm")
|
16 |
#parse("../content/reports-common.vm")
|
| 14 |
<h2>Vendor specific Reconciliation Report Generator</h2>
|
17 |
<h2>Vendor specific Reconciliation Report Generator</h2>
|
| 15 |
<hr />
|
18 |
<hr />
|
| 16 |
<div id="msg">
|
19 |
<div id="error">
|
| - |
|
20 |
<h4>Errors:</h4>
|
| 17 |
#foreach($error in $action.getActionErrors())
|
21 |
#foreach($error in $action.getActionErrors())
|
| 18 |
$error<br />
|
22 |
$error<br />
|
| 19 |
#end
|
23 |
#end
|
| 20 |
</div>
|
24 |
</div>
|
| - |
|
25 |
<div id="msg">
|
| - |
|
26 |
<h4>Messages:</h4>
|
| - |
|
27 |
#foreach($msg in $action.getActionMessages())
|
| - |
|
28 |
$msg<br />
|
| - |
|
29 |
#end
|
| - |
|
30 |
</div>
|
| 21 |
<div id="download" class="form-container">
|
31 |
<div id="download" class="form-container">
|
| 22 |
<form action="/Support/vendor-reconciliation!generateReconciliationReport" method="post">
|
32 |
<form action="/Support/vendor-reconciliation!generateReconciliationReport" method="post">
|
| 23 |
#set($vendors = $action.getAllVendors())
|
33 |
#set($vendors = $action.getAllVendors())
|
| 24 |
<fieldset>
|
34 |
<fieldset>
|
| 25 |
<legend>Generate Reconciliation Report</legend>
|
35 |
<legend>Generate Reconciliation Report</legend>
|
| Line 82... |
Line 92... |
| 82 |
<form action="" method="post" enctype="multipart/form-data">
|
92 |
<form action="" method="post" enctype="multipart/form-data">
|
| 83 |
<input type="hidden" name="formtype" value="uploadBluedartSettlements" />
|
93 |
<input type="hidden" name="formtype" value="uploadBluedartSettlements" />
|
| 84 |
Collection Date <b>(DD/MM/YYYY)</b>: <input type="text" name="bluedartSettlementDate" /><br />
|
94 |
Collection Date <b>(DD/MM/YYYY)</b>: <input type="text" name="bluedartSettlementDate" /><br />
|
| 85 |
Settlement Report <input type="file" name="bluedartSettlementReport" /><br /><br />
|
95 |
Settlement Report <input type="file" name="bluedartSettlementReport" /><br /><br />
|
| 86 |
<input type="submit" value="Upload">
|
96 |
<input type="submit" value="Upload">
|
| - |
|
97 |
<div class="instruction">* The Excel report must have only two columns: Order Id & Amount</div>
|
| 87 |
</form>
|
98 |
</form>
|
| 88 |
</div>
|
99 |
</div>
|
| 89 |
<div id="aramex">
|
100 |
<div id="aramex">
|
| 90 |
<form action="" method="post" enctype="multipart/form-data">
|
101 |
<form action="" method="post" enctype="multipart/form-data">
|
| 91 |
<input type="hidden" name="formtype" value="uploadAramexSettlements" />
|
102 |
<input type="hidden" name="formtype" value="uploadAramexSettlements" />
|
| 92 |
Collection Date <b>(DD/MM/YYYY)</b>: <input type="text" name="aramexSettlementDate" /><br />
|
103 |
Collection Date <b>(DD/MM/YYYY)</b>: <input type="text" name="aramexSettlementDate" /><br />
|
| 93 |
Settlement Report <input type="file" name="aramexSettlementReport" /><br /><br />
|
104 |
Settlement Report <input type="file" name="aramexSettlementReport" /><br /><br />
|
| 94 |
<input type="submit" value="Upload">
|
105 |
<input type="submit" value="Upload">
|
| - |
|
106 |
<div class="instruction">* The Excel report must have only two columns: Order Id & Amount</div>
|
| 95 |
</form>
|
107 |
</form>
|
| 96 |
</div>
|
108 |
</div>
|
| 97 |
</div>
|
109 |
</div>
|
| 98 |
</div>
|
110 |
</div>
|
| 99 |
<script type="text/javascript" src="/Support/js/jquery-1.4.2.js"></script>
|
111 |
<script type="text/javascript" src="/Support/js/jquery-1.4.2.js"></script>
|