summaryrefslogtreecommitdiff
path: root/UI/Reconciliation/report.html
diff options
context:
space:
mode:
authoraurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46>2008-07-29 22:39:50 +0000
committeraurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46>2008-07-29 22:39:50 +0000
commit556e1b6f75b3686c408be5e299ac68b834254983 (patch)
tree9e329d31a14747cf3478942da7ec2422b9671ad8 /UI/Reconciliation/report.html
parent40ed95089aab6167cb7da2e7038fc3351ec79932 (diff)
Rearranging the UI directory to have non-capitalized reconciliation dir.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2223 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/Reconciliation/report.html')
-rw-r--r--UI/Reconciliation/report.html60
1 files changed, 0 insertions, 60 deletions
diff --git a/UI/Reconciliation/report.html b/UI/Reconciliation/report.html
deleted file mode 100644
index 41c24a9d..00000000
--- a/UI/Reconciliation/report.html
+++ /dev/null
@@ -1,60 +0,0 @@
-<center>Reconciliation Report for <?lsmb total.account ?> for the month of <?lsmbtotal.month?></center>
-
-<center>
- <?lsmbIF total.errorcode != 0 ?>
- <div style="color:blue; border-style:solid; border-width:1px; border-color: blue;">
- <?lsmbELSE?>
- <div style="color:red; border-style:solid; border-width:1px; border-color: blue;">
- <?lsmbEND?>
- Our Balance: total.our_balance | Bank Balance: total.their_balance
- </div>
-</center>
-
-<center>Report generated by <?lsmb total.user ?></center>
-
-<?lsmb if recon.error ?>
-<div style="border-color:red; border-width:1px; border-style:solid; margin:3px;" >
- <?lsmb recon.error ?>
-</div>
-<?lsmbend?>
-
-<table border=0>
-
- <tr>
- <td>Clear date</td>
- <td>Transaction Type</td>
- <td>Our Balance</td>
- <td>Their Balance</td>
- <td>Error Corrections</td>
- <td>Error Code</td>
- <td></td>
- </tr>
-
- <?lsmb FOREACH row = records ?>
- <?lsmbIF row.errorcode != 0 ?>
- <tr style="background-color:red;">
- <?lsmb ELSIF row.id = corrected ?>
- <tr style="background-color:yellow;">
- <?lsmbELSE?>
- <tr>
- <?lsmbEND?>
- <td><?lsmb row.clear_time ?></td>
- <td><?lsmb row.transaction_type ?> </td>
- <td><?lsmb row.our_balance ?></td>
- <td><?lsmb row.their_balance?></td>
- <td><?lsmb row.corrections ?></td>
- <?lsmb IF row.errorcode > 0 ?>
- <td><?lsmb row.errorcode ?> <a href="/reconciliation.pl?action=corrections&amp;entry=<?lsmbrow.entry_id?>">View Corrections</a> </td>
- <?lsmbELSE?>
- <td>0</td>
- <?lsmbEND?>
- <td><a href="/reconciliation.pl?action=correct&amp;report_id=<?lsmbrow.report_id?>&amp;entry_id=<?lsmbrow.entry_id?>">Correct</a></td>
- </tr>
- <?lsmb END ?>
-</table>
-
-<?lsmb if not recon.error?>
-<form name="approval" method="POST" action="/reconciliation.pl">
- <input type="submit" name="action" value="Approve" />
-</form>
-<?lsmb end?> \ No newline at end of file