Subversion Repositories SmartDukaan

Rev

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

Rev 10308 Rev 10489
Line 27... Line 27...
27
                        <th >Product</th>
27
                        <th >Product</th>
28
                        <th >Serial Number</th>
28
                        <th >Serial Number</th>
29
                        <th >Purchase Order</th>
29
                        <th >Purchase Order</th>
30
                        <th ></th>
30
                        <th ></th>
31
						<th ></th>
31
						<th ></th>
-
 
32
						<th ></th>
32
                    </tr>
33
                    </tr>
33
                </thead>
34
                </thead>
34
                <tbody >
35
                <tbody >
35
                    #foreach($inventoryItem in $action.getInventoryItems())
36
                    #foreach($inventoryItem in $action.getInventoryItems())
36
                        <tr >
37
                        <tr >
Line 47... Line 48...
47
                                        <input type="submit" value="Open PO for retrieval"/>
48
                                        <input type="submit" value="Open PO for retrieval"/>
48
                                    </div>
49
                                    </div>
49
                                </form>
50
                                </form>
50
                            </td>
51
                            </td>
51
							<td >
52
							<td >
52
                                <form id="doa-rejection-form" inventoryItemId="$inventoryItem.getId()">
53
                                <form id="doa-rejection-form" inventoryItemId="$inventoryItem.getId()" action = "/inventory/doa-out!doaReject">
53
                                    <div >
54
                                    <div >
54
                                        <input type="hidden" name="id" value="$inventoryItem.getId()"/>
55
                                        <input type="hidden" name="id" value="$inventoryItem.getId()"/>
55
                                        <input type="submit" value="Mark DOA Rejected"/>
56
                                        <input type="submit" value="Mark DOA Rejected"/>
56
                                    </div>
57
                                    </div>
57
                                </form>
58
                                </form>
58
                            </td>
59
                            </td>
-
 
60
							<td >
-
 
61
								<input class="closeDOAButton" type="button" value="Close DOA By Credit Note"/>
-
 
62
                                <form class="doa-close-credit-note" inventoryItemId="$inventoryItem.getId()" action = "/inventory/doa-out!closeDOAByCreditNote">
-
 
63
                                    <div >
-
 
64
                                        <label >Credit Npte: </label>
-
 
65
                                        <input type="text" name="creditNote"/> <br />
-
 
66
										<input type="hidden" name="id" value="$inventoryItem.getId()"/>
-
 
67
										<input type="submit" value="Close DOA"/>
-
 
68
										<input type="button" value="Cancel" class="cancelButton"/>
-
 
69
                                    </div>
-
 
70
                                </form>
-
 
71
                            </td>
59
                        </tr>
72
                        </tr>
60
                    #end
73
                    #end
61
                </tbody>
74
                </tbody>
62
            </table>
75
            </table>
63
        </div>
76
        </div>