Subversion Repositories SmartDukaan

Rev

Rev 4734 | Rev 4875 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4734 Rev 4745
Line 14... Line 14...
14
</head>
14
</head>
15
<body>
15
<body>
16
	#parse("../content/reports-common.vm")
16
	#parse("../content/reports-common.vm")
17
	<h2>Vendor specific Reconciliation Report Generator</h2>
17
	<h2>Vendor specific Reconciliation Report Generator</h2>
18
	<hr />
18
	<hr />
-
 
19
	#set($errors = $action.getActionErrors())
-
 
20
	#set($messages = $action.getActionMessages())
-
 
21
	
-
 
22
	#if($errors)
19
	<div id="error">
23
	<div id="error">
20
		<h4>Errors:</h4>
24
		<h4>Errors:</h4>
21
		#foreach($error in $action.getActionErrors())
25
		#foreach($error in $errors)
22
			$error<br />
26
			$error<br />
23
		#end
27
		#end
24
    </div>
28
    </div>
-
 
29
	#end
-
 
30
	#if($messages)
25
	<div id="msg">
31
	<div id="msg">
26
		<h4>Messages:</h4>
32
		<h4>Messages:</h4>
27
		#foreach($msg in $action.getActionMessages())
33
		#foreach($msg in $messages)
28
			$msg<br />
34
			$msg<br />
29
		#end
35
		#end
30
    </div>
36
    </div>
-
 
37
	#end
31
	<div id="download" class="form-container">
38
	<div id="download" class="form-container">
32
		<form action="/Support/vendor-reconciliation!generateReconciliationReport" method="post">
39
		<form action="/Support/vendor-reconciliation!generateReconciliationReport" method="post">
33
			#set($vendors = $action.getAllVendors())
40
			#set($vendors = $action.getAllVendors())
34
			<fieldset>
41
			<fieldset>
35
				<legend>Generate Reconciliation Report</legend>
42
				<legend>Generate Reconciliation Report</legend>