Subversion Repositories SmartDukaan

Rev

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

Rev 14821 Rev 15045
Line 183... Line 183...
183
	5:i64 transferDate,
183
	5:i64 transferDate,
184
	6:TransferType type,
184
	6:TransferType type,
185
	7:string transitCompletionReferenceNumber,
185
	7:string transitCompletionReferenceNumber,
186
	8:i64 referenceUpdationDate
186
	8:i64 referenceUpdationDate
187
	9:string remarks,
187
	9:string remarks,
-
 
188
	10:i64 shipmentReference
-
 
189
}
-
 
190
 
-
 
191
struct RemovalStockShipmentReference {
-
 
192
	1:i64 id,
-
 
193
	2:string shipmentReference,
-
 
194
	3:i64 createdOn,
-
 
195
	4:string source,
-
 
196
	5:i64 inventoryType,
-
 
197
	6:i64 quantity,
-
 
198
	7:i64 unfulfilQuantity,
-
 
199
	8:bool completed
188
}
200
}
189
 
201
 
190
struct InvAgeConsiderItems {
202
struct InvAgeConsiderItems {
191
    1:i64 id,
203
    1:i64 id,
192
    2:i64 itemId,
204
    2:i64 itemId,
Line 459... Line 471...
459
	 i64 getCountForDoaOutInventoryItems() throws (1:WarehouseServiceException ex);
471
	 i64 getCountForDoaOutInventoryItems() throws (1:WarehouseServiceException ex);
460
	
472
	
461
	 i64 getDoaOutInventoryItemsResultCount(1:list<string> searchTerm) throws (1:WarehouseServiceException ex); */
473
	 i64 getDoaOutInventoryItemsResultCount(1:list<string> searchTerm) throws (1:WarehouseServiceException ex); */
462
	 
474
	 
463
	 list<DoaOutInventoryItem> getAllDoaOutInventoryItems() throws (1:WarehouseServiceException ex);
475
	 list<DoaOutInventoryItem> getAllDoaOutInventoryItems() throws (1:WarehouseServiceException ex);
-
 
476
	 
-
 
477
	 list<RemovalStockShipmentReference> getAllUnCompletedStockShipments(1:string source) throws (1:WarehouseServiceException ex);
-
 
478
	 
-
 
479
	 RemovalStockShipmentReference getRemovalStockShipmentReferenceById(1:i64 id) throws (1:WarehouseServiceException ex);
-
 
480
	 
-
 
481
	 i64 createRemovalStockShipmentReference(1:RemovalStockShipmentReference removalStockShipmentReference) throws (1:WarehouseServiceException ex);
-
 
482
	 
-
 
483
	 void updateShipmentReferenceTransferLot(1:i64 transferLotId, 2:i64 shipmentReferenceId) throws (1:WarehouseServiceException ex); 
464
}
484
}
465
	 
485
	 
466
486