Subversion Repositories SmartDukaan

Rev

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

Rev 2249 Rev 2284
Line 263... Line 263...
263
	
263
	
264
	/**
264
	/**
265
	Checks if similar item exists (with same ProductGroup, Brand, ModelNumber, Color)
265
	Checks if similar item exists (with same ProductGroup, Brand, ModelNumber, Color)
266
	If yes, returns the itemId else returns 0
266
	If yes, returns the itemId else returns 0
267
	*/
267
	*/
268
	i64 checkSimilarItem(1:string productGroup, 2:string brand, 3:string modelNumber, 4:string color)
268
	i64 checkSimilarItem(1:string productGroup, 2:string brand, 3:string modelNumber, 4:string color),
-
 
269
	
-
 
270
	/**
-
 
271
	Marks/Unmarks an item as risky. This flag is used for automatic marking of an item as INACTIVE in case of zero inventory.
-
 
272
	*/
-
 
273
	void changeItemRiskyFlag(1:i64 itemId, 2:bool risky)
269
}
274
}
270
 
275