Subversion Repositories SmartDukaan

Rev

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

Rev 19691 Rev 19714
Line 167... Line 167...
167
	19:i64 warrantry_expiry_timestamp,
167
	19:i64 warrantry_expiry_timestamp,
168
	20:double vatRate,
168
	20:double vatRate,
169
	21:double nlc,
169
	21:double nlc,
170
	22:double logisticsCost,
170
	22:double logisticsCost,
171
	23:double codCollectionCharges,
171
	23:double codCollectionCharges,
172
	24:double returnQty
172
	24:double returnQty,
-
 
173
	25:i64 damaged_expiry_timestamp
173
}
174
}
174
 
175
 
175
enum DelayReason {
176
enum DelayReason {
176
	INVENTORY_LOW_PHASED_OUT,
177
	INVENTORY_LOW_PHASED_OUT,
177
	INVENTORY_LOW_COLOR_NOT_AVAILABLE,
178
	INVENTORY_LOW_COLOR_NOT_AVAILABLE,
Line 2063... Line 2064...
2063
	void setOrderAttributeForMasterOrderId(1:string logisticsTransactionId, 2:list<Attribute> attributes)
2064
	void setOrderAttributeForMasterOrderId(1:string logisticsTransactionId, 2:list<Attribute> attributes)
2064
	
2065
	
2065
	bool updateMasterOrderAWB(1:string logisticsTransactionId, 2:string airwayBillNo);
2066
	bool updateMasterOrderAWB(1:string logisticsTransactionId, 2:string airwayBillNo);
2066
	
2067
	
2067
	bool addOrUpdateShipmentLogisticsCostDetails(1:list<ShipmentLogisticsCostDetail>  shipmentLogisticsCostDetails)
2068
	bool addOrUpdateShipmentLogisticsCostDetails(1:list<ShipmentLogisticsCostDetail>  shipmentLogisticsCostDetails)
-
 
2069
	
-
 
2070
	list<Order> getEligibleOrdersForReturn(1:i64 customerId, 2:string itemCondition, 3:bool overrideWarranty) 
-
 
2071
	
-
 
2072
	list<ReturnOrderInfo> getEligibleReturnOrdersForPickup(1:i64 customerId)
2068
}
2073
}
2069
2074