Subversion Repositories SmartDukaan

Rev

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

Rev 6805 Rev 6821
Line 373... Line 373...
373
	
373
	
374
	double getVatPercentageForItem(1:i64 itemId, 2:double price),
374
	double getVatPercentageForItem(1:i64 itemId, 2:double price),
375
	
375
	
376
	double getVatAmountForItem(1:i64 itemId, 2:double price),
376
	double getVatAmountForItem(1:i64 itemId, 2:double price),
377
	
377
	
378
	list<Item> getAllIgnoredInventoryUpdateItemsList(1:i32 offset,2:i32 limit),	
378
	list<Item> getAllIgnoredInventoryUpdateItemsList(1:i32 offset,2:i32 limit),
-
 
379
 
-
 
380
	list<Item> getAllAliveItems();	
379
	
381
	
380
	/**
382
	/**
381
	This method returns the insurance amount needed to insure the given item for a given quantity.
383
	This method returns the insurance amount needed to insure the given item for a given quantity.
382
	*/
384
	*/
383
	i64 getInsuranceAmount(1:i64 itemId, 2:i64 insurerId, 3:i64 quantity),
385
	i64 getInsuranceAmount(1:i64 itemId, 2:i64 insurerId, 3:i64 quantity),