Subversion Repositories SmartDukaan

Rev

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

Rev 9404 Rev 9416
Line 158... Line 158...
158
	INVENTORY_LOW_REVERSAL_NOT_ON_TIME,
158
	INVENTORY_LOW_REVERSAL_NOT_ON_TIME,
159
	INVENTORY_LOW_PRODUCT_NOT_SEALED,
159
	INVENTORY_LOW_PRODUCT_NOT_SEALED,
160
	COURIER_DELAY_NOT_DELIVERED_TO_COURIER_ON_TIME,
160
	COURIER_DELAY_NOT_DELIVERED_TO_COURIER_ON_TIME,
161
	COURIER_DELAY_DID_NOT_CONNECT,
161
	COURIER_DELAY_DID_NOT_CONNECT,
162
	COURIER_DELAY_CUSTOMER_NOT_AVAILABLE,
162
	COURIER_DELAY_CUSTOMER_NOT_AVAILABLE,
163
	COURIER_DELAY_INCORRECT_ADDRESS
163
	COURIER_DELAY_INCORRECT_ADDRESS,
164
	COURIER_DELAY_OCTROI_DELAY,
164
	COURIER_DELAY_OCTROI_DELAY,
165
	COURIER_DELAY_FORCES_OF_NATURE,
165
	COURIER_DELAY_FORCES_OF_NATURE,
166
	COD_VERIFICATION_DELAY,
166
	COD_VERIFICATION_DELAY,
167
	PAYMENT_FLAGGED,
167
	PAYMENT_FLAGGED,
168
	OTHERS
168
	OTHERS
Line 265... Line 265...
265
	70:i64 source,
265
	70:i64 source,
266
	71:double advanceAmount,
266
	71:double advanceAmount,
267
	72:i64 storeId,
267
	72:i64 storeId,
268
	73:ProductCondition productCondition,
268
	73:ProductCondition productCondition,
269
	74:i64 dataProtectionInsurer,
269
	74:i64 dataProtectionInsurer,
270
	75:double dataProtectionAmount
270
	75:double dataProtectionAmount,
-
 
271
	76:TaxType taxType
271
}
272
}
272
 
273
 
273
struct Attribute{
274
struct Attribute{
274
	1:string name,
275
	1:string name,
275
	2:string value
276
	2:string value