| 6880 |
amar.kumar |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<title>
|
|
|
5 |
Movement Report
|
|
|
6 |
</title>
|
|
|
7 |
<link rel="stylesheet" href="/inventory/css/common.css" type="text/css" />
|
|
|
8 |
</head>
|
|
|
9 |
<body>
|
|
|
10 |
<div >
|
|
|
11 |
<a href="/inventory">Go to Home page</a>
|
|
|
12 |
<br />
|
| 7216 |
amar.kumar |
13 |
<label >Physical Movement Report</label>
|
| 6880 |
amar.kumar |
14 |
<br />
|
|
|
15 |
<form action="/inventory/movement-report" method="post">
|
|
|
16 |
<table >
|
|
|
17 |
<tr >
|
|
|
18 |
<td class="bold">Opening Stock Date(DD-MM-YYYY)</td>
|
|
|
19 |
<td ><input type="date" name="startDate" /></td>
|
|
|
20 |
</tr>
|
|
|
21 |
<tr >
|
|
|
22 |
<td class="bold">Closing Stock Date(DD-MM-YYYY)</td>
|
|
|
23 |
<td ><input type="date" name="endDate" /></td>
|
|
|
24 |
</tr>
|
|
|
25 |
<tr >
|
|
|
26 |
<td colspan="2"><input type="submit" value="Download"/></td>
|
|
|
27 |
</tr>
|
|
|
28 |
</table>
|
|
|
29 |
</form>
|
| 7216 |
amar.kumar |
30 |
|
|
|
31 |
<br />
|
|
|
32 |
<label >Complete Movement Report(Includes items got through VIRTUAL PO)</label>
|
|
|
33 |
<br />
|
|
|
34 |
<form action="/inventory/movement-report" method="post">
|
|
|
35 |
<table >
|
|
|
36 |
<tr >
|
|
|
37 |
<td class="bold">Opening Stock Date(DD-MM-YYYY)</td>
|
|
|
38 |
<td ><input type="date" name="startDate" /></td>
|
|
|
39 |
</tr>
|
|
|
40 |
<tr >
|
|
|
41 |
<td class="bold">Closing Stock Date(DD-MM-YYYY)</td>
|
|
|
42 |
<td ><input type="date" name="endDate" /></td>
|
|
|
43 |
</tr>
|
|
|
44 |
<tr>
|
|
|
45 |
<td><input type="hidden" name="complete" value = "1"/></td>
|
|
|
46 |
</tr>
|
|
|
47 |
<tr >
|
|
|
48 |
<td colspan="2"><input type="submit" value="Download"/></td>
|
|
|
49 |
</tr>
|
|
|
50 |
</table>
|
|
|
51 |
</form>
|
| 13504 |
manish.sha |
52 |
|
| 6880 |
amar.kumar |
53 |
</div>
|
| 13504 |
manish.sha |
54 |
<div id= "instrctionsDiv">
|
|
|
55 |
<p style="color:blue"> Instructions: (Movement Report Considerable Transactions)
|
|
|
56 |
<br> Purchase Transactions:- Consider (Purchase - DOA Replaced) Transactions
|
|
|
57 |
<br> Sale Transactions:- Consider (Sale + Bad) Transactions
|
|
|
58 |
<br> Sale Return Transactions:- (Sale Return + Sale Return Unusable + DOA In) Transactions
|
|
|
59 |
<br> For Sale Transactions:- Consider Freebie Items in Physical Sales Report to Avoid Mismatch for Freebies.
|
| 13529 |
manish.sha |
60 |
<br> Third Party Transactions are not included in the Derived Value.
|
| 13504 |
manish.sha |
61 |
</p>
|
|
|
62 |
</div>
|
| 6880 |
amar.kumar |
63 |
</body>
|
|
|
64 |
</html>
|