Subversion Repositories SmartDukaan

Rev

Rev 13504 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!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>
        <title>
            Movement Report
        </title>
        <link rel="stylesheet" href="/inventory/css/common.css" type="text/css" />
    </head>
    <body>
        <div >
            <a href="/inventory">Go to Home page</a>
            <br />
                <label >Physical Movement Report</label>
            <br />
                <form action="/inventory/movement-report" method="post">
                    <table >
                        <tr >
                            <td class="bold">Opening Stock Date(DD-MM-YYYY)</td>
                            <td ><input type="date" name="startDate" /></td>
                        </tr>
                        <tr >
                            <td class="bold">Closing Stock Date(DD-MM-YYYY)</td>
                            <td ><input type="date" name="endDate" /></td>
                        </tr>
                        <tr >
                            <td colspan="2"><input type="submit" value="Download"/></td>
                        </tr>
                    </table>
                </form>
                                
                        <br />
                <label >Complete Movement Report(Includes items got through VIRTUAL PO)</label>
            <br />
                <form action="/inventory/movement-report" method="post">
                    <table >
                        <tr >
                            <td class="bold">Opening Stock Date(DD-MM-YYYY)</td>
                            <td ><input type="date" name="startDate" /></td>
                        </tr>
                        <tr >
                            <td class="bold">Closing Stock Date(DD-MM-YYYY)</td>
                            <td ><input type="date" name="endDate" /></td>
                        </tr>
                        <tr>
                            <td><input type="hidden" name="complete" value = "1"/></td>
                                                </tr>
                        <tr >
                            <td colspan="2"><input type="submit" value="Download"/></td>
                        </tr>
                    </table>
                </form>
                                
        </div>
                <div id= "instrctionsDiv">
                        <p style="color:blue"> Instructions: (Movement Report Considerable Transactions)
                        <br> Purchase Transactions:- Consider (Purchase - DOA Replaced) Transactions  
                        <br> Sale Transactions:- Consider (Sale + Bad) Transactions
                        <br> Sale Return Transactions:- (Sale Return + Sale Return Unusable + DOA In) Transactions
                        <br> For Sale Transactions:- Consider Freebie Items in Physical Sales Report to Avoid Mismatch for Freebies.
                        <br> Third Party Transactions are not included in the Derived Value. 
                        </p>
        </div>
    </body>
</html>