Subversion Repositories SmartDukaan

Rev

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

Rev 23069 Rev 23081
Line 189... Line 189...
189
	REFUND,
189
	REFUND,
190
	FAILURE,
190
	FAILURE,
191
	ADVANCE_AMOUNT,
191
	ADVANCE_AMOUNT,
192
	SHIPPING_REFUND,
192
	SHIPPING_REFUND,
193
	ADVANCE_REVERSAL,
193
	ADVANCE_REVERSAL,
194
	OPENING_BALANCE
194
	OPENING_BALANCE,
-
 
195
	SCHEME_IN,
-
 
196
  	SCHEME_OUT,
-
 
197
  	DAMAGE_PROTECTION
195
}
198
}
196
 
199
 
197
enum DelayReason {
200
enum DelayReason {
198
	INVENTORY_LOW_PHASED_OUT,
201
	INVENTORY_LOW_PHASED_OUT,
199
	INVENTORY_LOW_COLOR_NOT_AVAILABLE,
202
	INVENTORY_LOW_COLOR_NOT_AVAILABLE,
Line 2271... Line 2274...
2271
	
2274
	
2272
	bool isShipmentCod(1:string logisticsTransactionId)
2275
	bool isShipmentCod(1:string logisticsTransactionId)
2273
	
2276
	
2274
	list<Order> getInTransitOrdersOnDate(1:i64 closingDate);
2277
	list<Order> getInTransitOrdersOnDate(1:i64 closingDate);
2275
	list<Order> getInTransitOrdersOnDateByItemId(1:i64 closingDate, 2:i64 itemId);
2278
	list<Order> getInTransitOrdersOnDateByItemId(1:i64 closingDate, 2:i64 itemId);
-
 
2279
	
-
 
2280
	bool addPriceDrop(1:i64 item_id, 2:list<string>imeis, 3:double amount, 4:i64 affected_on)
2276
}
2281
}