Subversion Repositories SmartDukaan

Rev

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

Rev 23161 Rev 23308
Line 1277... Line 1277...
1277
	
1277
	
1278
	map<i64, GstRate> getStateTaxRate(1:list<i64> itemIds, 2:i64 stateId)
1278
	map<i64, GstRate> getStateTaxRate(1:list<i64> itemIds, 2:i64 stateId)
1279
	
1279
	
1280
	map<i64, double> getIgstTaxRate(1:list<i64> itemIds)
1280
	map<i64, double> getIgstTaxRate(1:list<i64> itemIds)
1281
	
1281
	
-
 
1282
	void persistStateGstRate(1:StateGstRate stateGstRate)
-
 
1283
	
1282
	//map<i32, double> getCgstTaxRate(1:list<i32> itemIds, 2:i32 stateId)
1284
	//map<i32, double> getCgstTaxRate(1:list<i32> itemIds, 2:i32 stateId)
1283
	
1285
	
1284
	map<string, GstRate> getInterStateGstRates() throws (1:CatalogServiceException cex)
1286
	map<string, GstRate> getInterStateGstRates() throws (1:CatalogServiceException cex)
1285
	
1287
	
1286
	list<CategoryHsnCode> getHsnCodesByCategory(1:i64  categoryId) throws(1:CatalogServiceException cex)
1288
	list<CategoryHsnCode> getHsnCodesByCategory(1:i64  categoryId) throws(1:CatalogServiceException cex)