<!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 content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Select a Report</title>
<style media="all" type="text/css">@import url('../css/styles.css');</style>
<script LANGUAGE="JavaScript">
function addSched(sched){
window.location = "get.mv?PAGE=ALERT&MODE=RETRIEVE&ALERT_ID=5000.1&ADD_SCHED=" + sched;
setTimeout(function(){window.opener.location.reload(true);}, 500)
self.close();
}
</script>
</head>
<body>
<table>
<tr>
<th>Schedule Number</th>
<th>Schedule Name</th>
<th>Accounts</th>
</tr>
<tr>
<td><a href="javascript:addSched('PLC 2');">2</td>
<td><a href="javascript:addSched('PLC 2');">CASH IN BANK</td>
<td>202,202F,202L</td>
</tr>
<tr>
<td><a href="javascript:addSched('PLC 3');">3</td>
<td><a href="javascript:addSched('PLC 3');">AR VEH DEPOSIT</td>
<td>220A,220B</td>
</tr>
</table>
</body>
</html>
|