Subversion Repositories SmartDukaan

Rev

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

Rev 7190 Rev 7263
Line 536... Line 536...
536
	1:i64 id,
536
	1:i64 id,
537
    2:string name,
537
    2:string name,
538
    3:string code
538
    3:string code
539
}
539
}
540
 
540
 
-
 
541
struct SourceDetail {
-
 
542
	1:i64 id,
-
 
543
    2:string name,
-
 
544
    3:string email
-
 
545
}
-
 
546
 
541
struct OrderStatusGroups{
547
struct OrderStatusGroups{
542
	1:list<OrderStatus> codCancellable = [OrderStatus.COD_VERIFICATION_PENDING,
548
	1:list<OrderStatus> codCancellable = [OrderStatus.COD_VERIFICATION_PENDING,
543
										OrderStatus.SUBMITTED_FOR_PROCESSING,
549
										OrderStatus.SUBMITTED_FOR_PROCESSING,
544
										OrderStatus.ACCEPTED,
550
										OrderStatus.ACCEPTED,
545
										OrderStatus.INVENTORY_LOW,
551
										OrderStatus.INVENTORY_LOW,
Line 1282... Line 1288...
1282
	 Order splitFreebieOrder(1:i64 orderId, 2:string splitReason, 3:i64 shippingDate);
1288
	 Order splitFreebieOrder(1:i64 orderId, 2:string splitReason, 3:i64 shippingDate);
1283
	 
1289
	 
1284
	 list<RechargeTransaction> getRechargeTransactionsByNumber(1:string number, 2:i64 storeId);
1290
	 list<RechargeTransaction> getRechargeTransactionsByNumber(1:string number, 2:i64 storeId);
1285
	 
1291
	 
1286
	 bool updateHotspotStorePassword(1:i64 storeId, 2:string password);
1292
	 bool updateHotspotStorePassword(1:i64 storeId, 2:string password);
-
 
1293
	 
-
 
1294
	 SourceDetail getSourceDetail(1:i64 source);
1287
}
1295
}