Subversion Repositories SmartDukaan

Rev

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

Rev 6765 Rev 6880
Line 221... Line 221...
221
      * Get inventory for Non Serialized items in our warehouses at a given date using entries in ScanNew table
221
      * Get inventory for Non Serialized items in our warehouses at a given date using entries in ScanNew table
222
      */
222
      */
223
     list<InventoryAvailability> getHistoricNonSerializedInventoryByScans(1:i64 date);
223
     list<InventoryAvailability> getHistoricNonSerializedInventoryByScans(1:i64 date);
224
     
224
     
225
     /**
225
     /**
226
      * Insert Purchase/Scan Entries for product billed by Hotspot using OURS_EXTERNAL Billing
226
      * Insert Purchase/Sale Entries for product billed by Hotspot using OURS_EXTERNAL Billing
227
      */
227
      */
228
     InventoryItem scanForOursExternalSale(1:i64 itemId, 2:string serialNumber, 3:string itemNumber, 4:string invoiceNumber, 5:i64 warehouseId, 6:double unitPrice, 7: i64 orderId)throws (1:WarehouseServiceException ex);
228
     InventoryItem scanForOursExternalSale(1:i64 itemId, 2:string serialNumber, 3:string itemNumber, 4:string invoiceNumber, 5:i64 warehouseId, 6:double unitPrice, 7: i64 orderId)throws (1:WarehouseServiceException ex);
229
     
229
     
230
     /**
230
     /**
231
      * Insert Purchase_Ret Entries for product billed by Hotspot using OURS_EXTERNAL Billing
231
      * Insert Purchase_Ret/Sale_Ret Entries for product billed by Hotspot using OURS_EXTERNAL Billing
232
      */
232
      */
233
     void scanForOursExternalSaleReturn(1:i64 orderId, 2:double unitPrice);
233
     void scanForOursExternalSaleReturn(1:i64 orderId, 2:double unitPrice);
234
     
234
     
235
     /**list<InventoryMovement> getMovementNonSerializedInventoryByScans(1:i64 startDate, 2:i64 endDate);
235
     list<InventoryMovement> getMovementNonSerializedInventoryByScans(1:i64 startDate, 2:i64 endDate);
236
     
236
     
237
     list<InventoryMovement> getMovementSerializedInventoryByScans(1:i64 startDate, 2:i64 endDate);*/
237
     list<InventoryMovement> getMovementSerializedInventoryByScans(1:i64 startDate, 2:i64 endDate);
238
     
238
     
239
}
239
}