Subversion Repositories SmartDukaan

Rev

Rev 23780 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
21543 ashik.ali 1
#Generic Errors
2
 
3
GE_1000=User not found
4
GE_1002=Role is already exist
5
GE_1003=Email is not verified
22106 ashik.ali 6
GE_1004=Accessed uri is forbidden
22215 ashik.ali 7
GE_1005=Unable to get ok response from server
8
GE_1006=Unable to connect to server
22924 ashik.ali 9
GE_1007=Internal server error
23780 ashik.ali 10
GE_1008=Cookies are invalid
21543 ashik.ali 11
 
12
OK_1000=Migration has been done
22124 ashik.ali 13
OK_1001=Mongo Migration has been done
21543 ashik.ali 14
 
15
#Validation
16
VE_1000=Empty Json request check syntex
17
VE_1001=Invalid json request check syntex
18
VE_1002=userId is required
19
VE_1003=userId can not be blank
20
VE_1004=emailId is required
21
VE_1005=emailId can not be blank
22
VE_1006=roleId is required
23
VE_1007=roleId can not be blank
24
VE_1008=roleName is required
25
VE_1009=roleName can not be blank
22470 ashik.ali 26
VE_1010=interval is empty
27
VE_1011=interval should be in assending order
21543 ashik.ali 28
VE_1014=privilegeId is required
29
VE_1015=privilegeId can not be blank
22924 ashik.ali 30
VE_1016=emailId is not valid
21543 ashik.ali 31
VE_1069=mobileNumber is required
32
VE_1070=mobileNumber can not be blank
33
VE_1071=mobileNumber is not valid
23369 ashik.ali 34
VE_1072=gstNumber is not valid
21543 ashik.ali 35
 
36
VE_1087=errorCode is required
37
VE_1088=errorCode can not be blank
38
VE_1089=errorCode should contain 7 characters
39
VE_1090=errorCode should be of 2 alphabets characters then underscore then 4 digit numeric code
40
VE_1091=errorMessage is required
41
VE_1092=errorMessage can not be blank
42
 
43
 
44
# User related errors
45
USR_1000=user not found
46
USR_1003=role is already added with given user
47
USR_1004=role is not mapped with given user
48
USR_1005=token is invalid
49
USR_1006=unable to verify token from google servers
50
USR_1007=user is already exist
51
USR_1008=user not found with the given token
52
USR_1009=roleTypes not found with given token
53
USR_1010=unable to parse given token
54
USR_1011=Unable to create JWT Token, or problem in signing the token
55
USR_1012=Token has been expired
22521 ashik.ali 56
USR_1013=Requested user is not retailer
57
USR_1014=Retailer fofo Store has is already created
22924 ashik.ali 58
USR_1015=Saholic user not found
22521 ashik.ali 59
 
21543 ashik.ali 60
# User related validation errors
61
USR_VE_1000=firstName is required
62
USR_VE_1001=firstName can not be blank
63
USR_VE_1002=lastName is required
64
USR_VE_1003=lastName can not be blank
65
USR_VE_1004=emailId is required
66
USR_VE_1005=emailId can not be blank
67
USR_VE_1006=mobileNumber is required
68
USR_VE_1007=mobileNumber can not be blank
69
USR_VE_1008=gender is invalid, Please choose any one [MALE, FEMALE, OTHER]
70
USR_VE_1009=token is required
71
USR_VE_1010=token can not be blank
72
USR_VE_1011=type is required
73
USR_VE_1012=type can not be blank
74
USR_VE_1013=type is invalid, Please choose any one [GOOGLE]
75
USR_VE_1014=city is required
76
USR_VE_1015=city can not be blank
77
USR_VE_1016=pinCode is required
78
USR_VE_1017=pinCode can not be blank
79
USR_VE_1018=mobileNumber is invalid length should be 10 digit
80
 
81
# User related response
82
USR_OK_1000=User has registered
23201 ashik.ali 83
USR_OK_1001=User secondry email has been updated
21543 ashik.ali 84
 
85
# Role related errors
23780 ashik.ali 86
ROL_1000=role not found
21543 ashik.ali 87
ROL_1001=role not found with given name
23780 ashik.ali 88
ROL_1002=role is already exist
21543 ashik.ali 89
ROL_1003=api is already added with given role
90
ROL_1004=api is not mapped with given role
91
ROL_1005=role not found with given api
23780 ashik.ali 92
ROL_1006=role can not be deleted
93
ROL_1007=System role can not be deleted
94
ROL_1008=System role can not be renamed
95
ROL_1009=Role api mapping not found
96
ROL_1010=User Role mapping not found
97
 
21543 ashik.ali 98
# Role validation errors
99
ROL_VE_1000=roleName is required
100
ROL_VE_1001=roleName can not be blank
101
ROL_VE_1002=roleType is required
102
ROL_VE_1003=roleType can not be blank
103
ROL_VE_1004=roleType is invalid, Please choose any one [USER, RETAILER, CUSTOM]
104
ROL_VE_1005=pricePermission is required
105
ROL_VE_1006=pricePermission can not be blank
106
ROL_VE_1007=pricePermission is invalid, Please choose any one [WITHOUT_PRICE, WITH_PRICE]
107
 
108
# Role related ok response
109
ROL_OK_1000=Role has been created
110
ROL_OK_1001=Api has been added with given role
111
ROL_OK_1002=Api has been removed from given role
112
 
113
# Privilege related errors
114
PRVLG_1000=privilege not found with given id
115
 
116
# Privilege related OK response
117
PRVLG_OK_1000=privilege has been created
118
PRVLG_OK_1000=privilege has been deleted
119
 
120
# Api related errors
23780 ashik.ali 121
API_1000=api not found
21543 ashik.ali 122
API_1001=api not found with given name
123
API_1002=api not found with given uri
23780 ashik.ali 124
API_1003=api is already exist
21543 ashik.ali 125
 
126
# Api validation errors
127
API_VE_1000=apiName is required
128
API_VE_1001=apiName can not be blank
129
API_VE_1002=apiUri is required
130
API_VE_1003=apiUri can not be blank
131
API_VE_1004=apiMethod is required
132
API_VE_1005=apiMethod can not be blank
133
API_VE_1006=apiMethod is invalid, Please choose any one [GET, POST, PUT, DELETE]
134
API_VE_1007=apiId is required
135
API_VE_1008=apiId must be positive integer
136
# Api related OK response
137
API_OK_1000=Api has been created
138
API_OK_1001=Api has been deleted
139
API_OK_1002=Api has been updated
140
 
141
 
142
# Address related errors
143
ADRS_1000=Address not found
144
ADRS_1001=Address is duplicate
145
 
146
# Address related validation errors
147
ADRS_VE_1000=name is required
148
ADRS_VE_1001=name can not be blank
149
ADRS_VE_1002=line1 is required
150
ADRS_VE_1003=line1 can not be blank
151
ADRS_VE_1004=line2 is required
152
ADRS_VE_1005=line2 can not be blank
153
ADRS_VE_1006=landmark is required
154
ADRS_VE_1007=landmark can not be blank
155
ADRS_VE_1008=city is required
156
ADRS_VE_1009=city can not be blank
157
ADRS_VE_1010=state is required
158
ADRS_VE_1011=state can not be blank
159
ADRS_VE_1012=pinCode is required
160
ADRS_VE_1013=pinCode can not be blank
161
ADRS_VE_1014=country is required
162
ADRS_VE_1015=country can not be blank
163
ADRS_VE_1016=phoneNumber is required
164
ADRS_VE_1017=phoneNumber can not be blank
165
 
166
#Document related errors
167
DCMNT_1000=Document not found
23780 ashik.ali 168
DCMNT_1001=Unable to detect file type
169
DCMNT_1002=Unknown file type for file detection
21543 ashik.ali 170
 
171
# Shop related errors
172
SHP_1000=Shop not found
173
SHP_1001=This is existing document of another shop
174
SHP_1002=Shop Address is duplicate
175
SHP_1003=Shop is duplicate
176
SHP_1004=Shop not found with the given retailer
23498 ashik.ali 177
SHP_1005=Shop document not found
178
SHP_1006=Shop document file not found
21543 ashik.ali 179
 
23430 ashik.ali 180
# Recharge Provider related errors
181
RCHRG_PRVDR_1000=Recharge Provider not found
182
 
183
# Recharge Transaction related errors
184
RCHRG_TXN_1000=Recharge Transaction not found
185
 
23498 ashik.ali 186
# Recharge Operator related errors
187
RCHRG_OPRTR_1000=Recharge Operator not found
188
 
23417 ashik.ali 189
# Item related errors
190
ITM_1000=Item not found
191
 
192
# Retailer brand errors
193
RTLR_BRND_1000=Retailer Brand not found
194
 
195
# Fofo partner payment option related errors
196
FF_PRTNR_PMNT_OPT_1000=Fofo Partner payment option related errors
197
 
21543 ashik.ali 198
# Shop related validation errors
199
SHP_VE_1000=name is required
200
SHP_VE_1001=name can not be blank
201
SHP_VE_1002=retailerId is required
202
SHP_VE_1003=retailerId can not be blank
203
SHP_VE_1004=documentId is required
204
SHP_VE_1005=documentId can not be blank
205
SHP_VE_1006=address is requred
206
 
207
#Retailer related errors
208
RTLR_1000=Retailer not found
209
RTLR_1001=Retailer is already exist with given number and type
210
RTLR_1002=Retailer address is duplicate
211
RTLR_1003=Retailer is already mapped with the given brand
212
RTLR_1004=Retailer registered address is already exist
213
RTLR_1005=Retailer not found with the given brand
214
RTLR_1006=Retailer not found with the given address
215
RTLR_1007=Retailer does not exist with given document
21558 ashik.ali 216
RTLR_1008=Fofo Retailer does not exist with given email id
21571 ashik.ali 217
RTLR_1009=Fofo Retailer session is not valid
21786 ashik.ali 218
RTLR_1010=Retailer is not fofo
23040 ashik.ali 219
RTLR_1011=Retailer is already registered with given email
23498 ashik.ali 220
RTLR_1012=Retailer document not found
221
RTLR_1013=Retailer document file not found
222
RTLR_1014=Requested retailer is not the owner of the requested document
21571 ashik.ali 223
 
21543 ashik.ali 224
#Retailer related validation errors
225
RTLR_VE_1000=name is required
226
RTLR_VE_1001=name can not be blank
227
RTLR_VE_1002=number is required
228
RTLR_VE_1003=number can not be blank
229
RTLR_VE_1004=type is required
230
RTLR_VE_1005=type can not be blank, possible values are [TIN, ESTABLISHMENT]
231
RTLR_VE_1006=monthlySaleValue is required
232
RTLR_VE_1007=monthlySaleValue can not be blank
233
RTLR_VE_1008=smartphoneSaleValue is required
234
RTLR_VE_1009=smartphoneSaleValue can not be blank
235
RTLR_VE_1010=brandNames are required
236
RTLR_VE_1011=brandNames must be array
237
RTLR_VE_1012=recharge is required
238
RTLR_VE_1013=mobile is required
239
RTLR_VE_1014=accessories is required
240
RTLR_VE_1015=other1 is required
241
RTLR_VE_1016=other2 is required
242
RTLR_VE_1017=address is required
243
RTLR_VE_1018=documentId is required
244
RTLR_VE_1019=documentId can not be blank
245
RTLR_VE_1020=shop is required
21571 ashik.ali 246
RTLR_VE_1021=Given types are not valid
21543 ashik.ali 247
 
248
#Retailer OK response
249
RTLR_OK_1000=Retailer has been created
21571 ashik.ali 250
RTLR_OK_1001=Retailer is already login
251
RTLR_OK_1002=Retailer has been login successfully.
22521 ashik.ali 252
RTLR_OK_1003=Retailer fofo Store has been created
23879 ashik.ali 253
RTLR_OK_1004=Retailer fofo Store lattitude longitude has been updated
21543 ashik.ali 254
 
22521 ashik.ali 255
 
21543 ashik.ali 256
#Order Related Codes
257
CART_CHANGED=cart has changed
21572 ashik.ali 258
SELF_PICKUP_NOT_ALLOWED=self pickup not allowed
21666 amit.gupta 259
INVALID_TR_ID=invalid transaction id
21572 ashik.ali 260
 
261
#Scan Record and InventoryItem related codes
262
SCNSR_II_1000=Scan serialized record has been created
263
 
21575 ashik.ali 264
SCNNSR_II_1000=Scan non serialized record has been created
265
 
21601 ashik.ali 266
# FofoLineItemImei related errors
267
FFLINITMIMEI_1000=FofoLineItemImei not found
268
 
22924 ashik.ali 269
#Fofo Order Item related errors
270
FFORDRITM_1000=Fofo Order Item not found
21601 ashik.ali 271
 
22924 ashik.ali 272
#Fofo Order related errors
273
FFORDR_1000=Fofo Order not found
274
FFORDR_1001=Given Item Ids quantity does not match the size of given serial numbers
275
FFORDR_1002=Given item ids selling price must be greater than zero
276
FFORDR_1003=Given item ids are not completly found in database
277
FFORDR_1004=Given item ids's serialNumbers are not completly found in database
278
FFORDR_1005=Given item ids quantity are not sufficient for non serialized items
279
FFORDR_1006=Unable to prepare cart for placing order.
280
FFORDR_1007=insurance margin should be greater than equal to item profit margin
281
FFORDR_1008=insurance sale amount can not be lesser than insurance purchase amount
282
FFORDR_1009=insurance sale amount can not be greater than than insurance max amount
283
FFORDR_1010=Given item Ids selling prices should be greater than mop prices
284
FFORDR_1011=Given item Ids discount amounts should be lesser than discount max prices
285
FFORDR_1012=Given date of birth is invalid
286
FFORDR_1013=Given item Id's serialNumbers are invalid for serialized case
287
FFORDR_1014=Given item Id's serialNumbers are invalid for non serialized case
288
FFORDR_1015=Given item ids quantity are greater than the available quantities.
289
FFORDR_1016=Payment options amount is not equal to total amount
23364 ashik.ali 290
FFORDR_1017=Given payment options ids are invalid
291
FFORDR_1018=Given payment options amount should be greater than zero
23417 ashik.ali 292
FFORDR_1019=Maximum limit reached for the day
293
FFORDR_1020=Invalid OTP
294
FFORDR_1021=OTP expired
295
FFORDR_1022=Maximum try count reached
23780 ashik.ali 296
FFORDR_1023=Quantity are unequal in size
22924 ashik.ali 297
 
23417 ashik.ali 298
# Fofo Order ok responses
299
FFORDR_OK_1000=OTP generated less than 2 minutes ago
300
FFORDR_OK_1001=OTP generated successfully
301
FFORDR_OK_1002=OTP validated successfully
302
 
303
 
21601 ashik.ali 304
# ImeiLot related errors
305
IMEILT_1000=ImeiLot not found
306
 
307
# Imei related erros
308
IMEI_1000=Imei not found
309
 
310
# InventoryItem related errors
311
INVNTRITM_1000=InventoryItem not found
312
 
313
# InvoiceNumberGenerationSequence related erros
22924 ashik.ali 314
INVCNMBRGNRTNSQNC_1000=Invoice Number Generation Sequence not found
21601 ashik.ali 315
 
316
# Order related errors
317
ORDR_1000=Order not found
318
 
319
# PaymentOption related errors
21752 ashik.ali 320
PMNTOPT_1000=PaymentOption not found
23780 ashik.ali 321
PMNTOPT_1001=Payment option is already exist
21752 ashik.ali 322
 
23780 ashik.ali 323
PMNTOPT_VE_1000=Payment option name is invalid
324
 
23417 ashik.ali 325
# Prebooking Customer amount related errors
326
PRBKNG_CSTMR_AMNT_1000=Prebooking customer amount not found
327
 
328
# Prebooking related errors
329
PRBKNG_1000=Given item id not found in active prebooking listing
330
PRBKNG_1001=Given item id is alrady booked with given customer mobile number
331
 
22924 ashik.ali 332
# Purchase related errors
333
PRCHS_1000=Purchase not found
334
PRCHS_1001=Found serial numbers are less in size than given serial numbers
335
PRCHS_1002=Given serial numbers are invalid
23414 amit.gupta 336
PRCHS_1003=Mentioned Quantity is not same as total invoiced quantity
23780 ashik.ali 337
PRCHS_1004=Serial numbers are duplicate
22924 ashik.ali 338
 
21752 ashik.ali 339
# Tag related errors
340
TG_1000=Tag not found
22924 ashik.ali 341
TG_1001=Tag ids not found
342
TG_1002=Tag item ids not found
21752 ashik.ali 343
 
344
# Tag Ok responses
21756 ashik.ali 345
TG_OK_1000=Tag has been created
346
TG_OK_1001=Tag has been activated
347
TG_OK_1001=Tag has been deactivated
348
 
349
# PinCodeTag related Errors
350
PNCDTG_1000=PinCodeTag not found
351
 
352
# PinCodeTag validation errors
353
PNCD_VE_1000=PinCode is invalid
354
 
355
# PinCodeTag Ok responses
356
PNCDTG_OK_1000=PinCodeTag has been created
357
PNCDTG_OK_1001=PinCodeTag has been activated
21786 ashik.ali 358
PNCDTG_OK_1002=PinCodeTag has been deactivated
359
 
360
# Tag Listing related errors
361
TGLSTNG_1000=Tag Listing not found
22924 ashik.ali 362
TGLSTNG_1001=Tag Listing list is empty
21786 ashik.ali 363
 
364
# Tag Listing Ok responses
365
TGLSTNG_OK_1000=Tag Listing has been created
366
TGLSTNG_OK_1001=Tag Listing has been activated
367
TGLSTNG_OK_1002=Tag Listing has been deactivated
368
TGLSTNG_OK_1003=Tag Listing has updated
369
 
370
# Tag Listing bulk upload validation errors
371
TGLSTNG_VE_1000=Tag Id header is invalid
372
TGLSTNG_VE_1001=Tag Label header is invalid
373
TGLSTNG_VE_1002=Item Id header is invalid
374
TGLSTNG_VE_1003=Brand header is invalid
375
TGLSTNG_VE_1004=Model Name is header is invalid
376
TGLSTNG_VE_1005=Model Number is header is invalid
377
TGLSTNG_VE_1006=Color header is invalid
378
TGLSTNG_VE_1007=Selling Price header is invalid
379
TGLSTNG_VE_1008=Support Price header is invalid
380
TGLSTNG_VE_1009=Start Date header is invalid
381
TGLSTNG_VE_1010=Given Cell is invalid
22207 amit.gupta 382
TGLSTNG_VE_1011=Invalid columns expected 11 columns
21786 ashik.ali 383
TGLSTNG_VE_1012=Header is missing in first row
384
 
385
# Excel file validation errors
22470 ashik.ali 386
EXL_VE_1000=Excel File unable to parse
387
 
22607 ashik.ali 388
ITM_AGNG_OK_1000=Item Aging report successfully generated
389
 
390
# Retailer Scheme tag errors
391
RTLR_SCHM_TG_1000=Retailer Scheme tag not found
392
 
22652 ashik.ali 393
# Inventory Item tag errors
394
INVNTRY_ITM_1000=InventoryItem not found
395
 
396
 
22607 ashik.ali 397
# Scheme tag errors
22858 ashik.ali 398
SCHM_1000=Scheme not found
22924 ashik.ali 399
SCHM_1001=Scheme retailer Ids can not be null or empty
400
SCHM_1002=Scheme retailer Ids are invalid
401
SCHM_1003=Scheme item Ids can not be null or empty
402
SCHM_1004=Scheme item Ids are invalid
403
SCHM_1005=Scheme is already activated
404
SCHM_1006=Expired scheme can not be activated
405
SCHM_1007=Scheme must be activated for expiring
406
SCHM_1008=Scheme is already expired
22858 ashik.ali 407
 
22924 ashik.ali 408
 
409
 
410
SCHM_VE_1000=Scheme name can not be empty
411
SCHM_VE_1001=Scheme amount must be greater than zero
412
SCHM_VE_1002=Scheme amount can not greater than 100 if scheme type is percentage
413
SCHM_VE_1003=Scheme start date can not be null or empty
414
SCHM_VE_1004=Scheme end date can not be null or empty
415
SCHM_VE_1005=Scheme start date can not greater than end date
416
 
23417 ashik.ali 417
# Prebooking related errors
418
PRBKNG_LSTNG_1000=Prebooking listing not found
419
PRBKNG_LSTNG_1001=Prebooking listing is already active
420
PRBKNG_LSTNG_1002=Expire Prebooking listing can not be active
421
PRBKNG_LSTNG_1003=Prebooking listing must be active for expiring
422
PRBKNG_LSTNG_1004=Expire Prebooking listing is already expire
423
 
23526 ashik.ali 424
# Recharge Commission related errors
425
RCHRG_CMSN_1000=Recharge Commission not found
426
 
22858 ashik.ali 427
# Wallet related errors
22924 ashik.ali 428
WLT_1000=Wallet has insufficient balance
429
 
430
# District Master related errors
431
DSTRCT_1000=District not found
432
 
433
# Fofo Store related errors
434
FOFOSTR_1000=Fofo store not found
435
 
436
# Fofo Store Sequence Generation related errors
437
FOFOSTRSQNCGNRTN_1000=Fofo store sequence generation not found 
438
 
439
# Gadget Cops Insurance calculation related errors
440
GDTCPSINSRNCCALC_1000=Gadget Cops insurance calucation not found
22995 amit.gupta 441
GDTCPSServerDown_1000=Could not create policy on Gadget Cop
22924 ashik.ali 442
 
443
# Not Buy Back related errors
444
NTBYBAK_1000=Not Buy back not found
445
 
446
# Otp related errors
447
OTP_1000=Otp not found
448
 
449
# Policy Number generation sequence related errors
450
PLCNMBRGNRTNSQNC_1000=Policy number generation sequence not found
451
 
452
# Inventory snapshot related errors
23780 ashik.ali 453
INVNTRYSNPSHT_1000=Inventory Snapshot not found
22924 ashik.ali 454
 
455
# Customer address related errors
456
CSTMRADRS_1000=Customer address not found
457
 
458
# Customer related errors
459
CSTMR_1000=Customer not found
460
CSTMR_1001=Customer is already exist
461
CSTMR_1002=Customer 
462
 
463
 
464
# Transaction related errors
465
TRNSCTION_1000=Transaction not found
466
 
467
# Cart related errors
468
CART_1000=Cart not found
469
 
470
# Counter related errors
471
CNTR_1000=Counter not found
472
 
473
# Private Deal User Address related errors
474
PRVTDLUSRADRS_1000=Private deal user address not found
475
 
476
# Private Deal related errors
477
PRVTDL_1000=Private deal not found
478
 
23018 ashik.ali 479
# Operator related errors
480
OPRTR_1000=Operator not found
22924 ashik.ali 481
 
23561 ashik.ali 482
# Recharge Circle related errors
483
RCHRG_CRCL_1000=Recharge Circle not found
484
 
23018 ashik.ali 485
# Recharge validation related errors
486
RCHRG_VE_1000=Provider name can not be blank
487
RCHRG_VE_1001=Recharge Type must be 'MOBILE' or 'DTH'
488
RCHRG_VE_1002=Recharge amount must be greater than zero
489
RCHRG_VE_1003=Recharge operator name can not be blank
490
RCHRG_VE_1004=Recharge reference number can not blank 
23109 ashik.ali 491
 
23498 ashik.ali 492
# Recharge Service related errors
493
RCHRG_1000=Recharge can not be done due to provider is not active
494
RCHRG_1001=Recharge check status can not be check after 72 hours of transaction due to provider limitation
23526 ashik.ali 495
RCHRG_1002=Recharge Operator is already exist in recharge commission
496
RCHRG_1003=Recharge Commission operators are not found, already have been used in recharge commission
497
RCHRG_1004=Same Recharge Commission details can not be updated
23543 ashik.ali 498
RCHRG_1005=More than 2500 rs recharge can not be done on the same day
499
RCHRG_1006=Recharge payment option does not match with total amount
500
RCHRG_1007=Recharge payment option ids are invalid
23780 ashik.ali 501
RCHRG_1008=Recharge provider not found
23498 ashik.ali 502
 
23780 ashik.ali 503
# Recharge commission related errors
504
RCHRGCMISN_1000=Recharge commission not found
505
 
23109 ashik.ali 506
# price drop related errors
507
PRCDRP_1000=Price Drop not found
508
 
509
# pending recharge commission related errors
510
PNDNGRCHRGCMSN_1000=Pending recharge commission not found
23780 ashik.ali 511
 
512
# vendor related errors
513
VNDR_1000=Vendor is already exist with email id
514
VNDR_1001=Vendor is already exist with mobile number
515
VNDR_1002=Vendor not found
516
 
517
# warehouse related errors
518
WRHS_1000=Warehouse is already exist with name
519
 
520
# admin current inventory snapshot related erros
521
ADMN_CRNT_INVNTR_SNPSHT_1000=Admin current inventory snapshot not found
522
 
523
# admin inventory item related errors
524
ADMN_INVNTR_ITM_1000=Admin inventory item not found
525
 
526
# admin scan record related errors
527
ADMN_SCN_RCRD_1000=Admin scan record not found
528
 
529
# admin delivery note related errors
530
ADMN_DLVR_NT_1000=Admin delivery note not found
531
 
532
# delivery note id generation sequence related errors
533
DLVR_NT_ID_GNRTN_SQNC_1000=Delivery note id generation sequence not found
534
 
535
# partner current inventory snapshot related erros
536
PRTNR_CRNT_INVNTR_SNPSHT_1000=Partner current inventory snapshot not found
537
 
538
# Partner inventory item related errors
539
PRTNR_INVNTR_ITM_1000=Partner inventory item not found
540
 
541
# partner scan record related errors
542
PRTNR_SCN_RCRD_1000=Partner scan record not found
543
 
544
# user warehouse related errors
545
USR_WRHS_1000=User warehouse not found
546
 
547
# thrift related errors
548
THRFT_1000=Unable to fetch items state tax rate
549
THRFT_1001=Unable to fetch item tax rate
550
 
551
# category related errors
552
CTRGY_1000=Category not found
553
 
554
# daily recharge related errors
555
DLYRCHRG_1000=Daily recharge not found
556
 
557
# insurance provider related errors
558
INSRNC_PRVDR_1000=Insurance provider not found
559
 
560
# nonbillable items related errors
561
NNBLBL_ITM_1000=Requested quantity can not be more than available quantities
562
NNBLBL_ITM_1001=Requested quantity should be equal to serial numbers size
563
NNBLBL_ITM_1002=Given delivery note is already completed