Subversion Repositories SmartDukaan

Rev

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

Rev 7308 Rev 7330
Line 65... Line 65...
65
	32:ItemType type,
65
	32:ItemType type,
66
	33:optional i64 comingSoonStartDate,
66
	33:optional i64 comingSoonStartDate,
67
	34:optional i64 expectedArrivalDate,
67
	34:optional i64 expectedArrivalDate,
68
	35:bool hasItemNo,
68
	35:bool hasItemNo,
69
	36:bool activeOnStore,
69
	36:bool activeOnStore,
70
	37:double vatPercentage,
-
 
71
	38:bool showSellingPrice,
70
	38:bool showSellingPrice,
72
	39:string bestDealsDetailsText,
71
	39:string bestDealsDetailsText,
73
	40:string bestDealsDetailsLink,
72
	40:string bestDealsDetailsLink,
74
	41:i64 preferredInsurer,
73
	41:i64 preferredInsurer,
75
	42:string asin,
74
	42:string asin,
Line 435... Line 434...
435
	
434
	
436
	list<VoucherItemMapping> getAllItemVouchers(1:i64 itemId),
435
	list<VoucherItemMapping> getAllItemVouchers(1:i64 itemId),
437
	
436
	
438
	bool isValidCatalogItemId(1:i64 catalog_item_id),
437
	bool isValidCatalogItemId(1:i64 catalog_item_id),
439
	
438
	
440
	double getVatPercentageForItem(1:i64 itemId, 2:double price),
439
	double getVatPercentageForItem(1:i64 itemId, 2:i64 stateId, 3:double price),
441
	
440
	
442
	double getVatAmountForItem(1:i64 itemId, 2:double price),
441
	double getVatAmountForItem(1:i64 itemId, 2:double price),
443
	
442
	
444
	list<Item> getAllIgnoredInventoryUpdateItemsList(1:i32 offset,2:i32 limit),
443
	list<Item> getAllIgnoredInventoryUpdateItemsList(1:i32 offset,2:i32 limit),
445
 
444