Subversion Repositories SmartDukaan

Rev

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

Rev 22566 Rev 23146
Line 132... Line 132...
132
	46:i64 packQuantity,
132
	46:i64 packQuantity,
133
	47:i64 quantityStep,
133
	47:i64 quantityStep,
134
	48:i64 minimumBuyQuantity,
134
	48:i64 minimumBuyQuantity,
135
	49:i64 maximumBuyQuantity 
135
	49:i64 maximumBuyQuantity 
136
	50:optional double dealPrice,
136
	50:optional double dealPrice,
137
	51:string hsnCode
137
	51:string hsnCode,
-
 
138
	52:double taxRate
-
 
139
}
-
 
140
 
-
 
141
struct StateGstRate{
-
 
142
	1:i64 itemId,
-
 
143
	2:i64 stateId,
-
 
144
	3:double taxRate
138
}
145
}
139
 
146
 
140
struct Insurer{
147
struct Insurer{
141
	1:i64 id,
148
	1:i64 id,
142
	2:string name,
149
	2:string name,
Line 1264... Line 1271...
1264
	map<string, i64> getWarrantyInfoForItem(1:i64 catalogItemId, 2:ItemCondition itemCondition) throws (1:CatalogServiceException cex)
1271
	map<string, i64> getWarrantyInfoForItem(1:i64 catalogItemId, 2:ItemCondition itemCondition) throws (1:CatalogServiceException cex)
1265
	
1272
	
1266
	map<i64, map<string, i64>> getWarrantyInfoForItemList(1:list<i64> catalogItemIds, 2:ItemCondition itemCondition) throws (1:CatalogServiceException cex)
1273
	map<i64, map<string, i64>> getWarrantyInfoForItemList(1:list<i64> catalogItemIds, 2:ItemCondition itemCondition) throws (1:CatalogServiceException cex)
1267
	
1274
	
1268
	StateGstRates getGstRatesByState(1:i64 stateId) throws (1:CatalogServiceException cex)
1275
	StateGstRates getGstRatesByState(1:i64 stateId) throws (1:CatalogServiceException cex)
-
 
1276
	
-
 
1277
	map<i32, GstRate> getTotalTaxRate(1:list<i32> itemIds, 2:i32 stateId)
-
 
1278
	
-
 
1279
	//map<i32, double> getCgstTaxRate(1:list<i32> itemIds, 2:i32 stateId)
-
 
1280
	
1269
	map<string, GstRate> getInterStateGstRates() throws (1:CatalogServiceException cex)
1281
	map<string, GstRate> getInterStateGstRates() throws (1:CatalogServiceException cex)
1270
	
1282
	
1271
	list<CategoryHsnCode> getHsnCodesByCategory(1:i64  categoryId) throws(1:CatalogServiceException cex)
1283
	list<CategoryHsnCode> getHsnCodesByCategory(1:i64  categoryId) throws(1:CatalogServiceException cex)
1272
	
1284
	
1273
	map<i64,double> getAllFofoDeals(list<i64> itemIds, list<i64> tagIds)
1285
	map<i64,double> getAllFofoDeals(list<i64> itemIds, list<i64> tagIds)