| Line 76... |
Line 76... |
| 76 |
print ' i64 reshipOrder(i64 orderId)'
|
76 |
print ' i64 reshipOrder(i64 orderId)'
|
| 77 |
print ' bool refundOrder(i64 orderId, string refundedBy, string reason)'
|
77 |
print ' bool refundOrder(i64 orderId, string refundedBy, string reason)'
|
| 78 |
print ' getReturnOrders(i64 warehouseId, i64 fromDate, i64 toDate)'
|
78 |
print ' getReturnOrders(i64 warehouseId, i64 fromDate, i64 toDate)'
|
| 79 |
print ' ReturnOrder getReturnOrder(i64 id)'
|
79 |
print ' ReturnOrder getReturnOrder(i64 id)'
|
| 80 |
print ' void processReturn(i64 returnOrderId)'
|
80 |
print ' void processReturn(i64 returnOrderId)'
|
| 81 |
print ' i64 createPurchaseOrder(i64 warehouseId)'
|
81 |
print ' createPurchaseOrder(i64 warehouseId)'
|
| 82 |
print ' Order updateWeight(i64 orderId, double weight)'
|
82 |
print ' Order updateWeight(i64 orderId, double weight)'
|
| 83 |
print ' Order changeItem(i64 orderId, i64 itemId)'
|
83 |
print ' Order changeItem(i64 orderId, i64 itemId)'
|
| 84 |
print ' Order shiftToWarehouse(i64 orderId, i64 warehouseId)'
|
84 |
print ' Order shiftToWarehouse(i64 orderId, i64 warehouseId)'
|
| 85 |
print ' bool addDelayReason(i64 orderId, DelayReason delayReason, i64 furtherDelay)'
|
85 |
print ' bool addDelayReason(i64 orderId, DelayReason delayReason, i64 furtherDelay)'
|
| 86 |
print ' reconcileCodCollection( collectedAmountMap, string xferBy, string xferTxnId, i64 xferDate)'
|
86 |
print ' reconcileCodCollection( collectedAmountMap, string xferBy, string xferTxnId, i64 xferDate)'
|