@hiennc24/constant 1.0.16 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/collections.constant.d.ts +509 -506
- package/lib/collections.constant.js +641 -650
- package/lib/index.d.ts +1 -1
- package/lib/index.js +2 -25
- package/package.json +1 -1
|
@@ -1,652 +1,643 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
//
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
//
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
//
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
//
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
//
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
//
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
//
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
//
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
//
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
//
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
//
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
//
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
//
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
//
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
//
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
//
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
//
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
//
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
//
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
//
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
//
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
//
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
//
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
//
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
exports.
|
|
644
|
-
exports.INVOICE_DETAIL_COLLECTION_NAME = 'invoice_details';
|
|
645
|
-
exports.INVOICE_PAYMENT_TYPE_REPOSITORY_NAME = 'invoicePaymentType';
|
|
646
|
-
exports.INVOICE_PAYMENT_TYPE_COLLECTION_NAME = 'invoice_payment_types';
|
|
647
|
-
// Setting
|
|
648
|
-
exports.PURCHASE_SETTING_REPOSITORY_NAME = 'purchaseSetting';
|
|
649
|
-
exports.PURCHASE_SETTING_COLLECTION_NAME = 'purchase_settings';
|
|
650
|
-
// Detail Payment Invoices
|
|
651
|
-
exports.DEBT_ITEMS_REPOSITORY_NAME = 'debtItems';
|
|
652
|
-
exports.DEBT_ITEMS_COLLECTION_NAME = 'debt_items';
|
|
3
|
+
const COLLECTIONS = {
|
|
4
|
+
// Menu
|
|
5
|
+
MENU_REPOSITORY_NAME: 'menu',
|
|
6
|
+
MENU_COLLECTION_NAME: 'menus',
|
|
7
|
+
// Menu Application
|
|
8
|
+
MENU_APPLICATION_REPOSITORY_NAME: 'menuApplication',
|
|
9
|
+
MENU_APPLICATION_COLLECTION_NAME: 'menu_applications',
|
|
10
|
+
// Facility List
|
|
11
|
+
FACILITY_LIST_REPOSITORY_NAME: 'facilityList',
|
|
12
|
+
FACILITY_LIST_COLLECTION_NAME: 'facility_lists',
|
|
13
|
+
// Channel List
|
|
14
|
+
CHANNEL_LIST_REPOSITORY_NAME: 'channelList',
|
|
15
|
+
CHANNEL_LIST_COLLECTION_NAME: 'channel_lists',
|
|
16
|
+
// Currency List
|
|
17
|
+
CURRENCY_LIST_REPOSITORY_NAME: 'currencyList',
|
|
18
|
+
CURRENCY_LIST_COLLECTION_NAME: 'currency_lists',
|
|
19
|
+
// Contract
|
|
20
|
+
CONTRACT_LISTS_REPOSITORY_NAME: 'contractList',
|
|
21
|
+
CONTRACT_LISTS_COLLECTION_NAME: 'contract_lists',
|
|
22
|
+
CONTRACT_COLUMNS_REPOSITORY_NAME: 'contractColumn',
|
|
23
|
+
CONTRACT_COLUMNS_COLLECTION_NAME: 'contract_columns',
|
|
24
|
+
CONTRACT_MISSIONS_REPOSITORY_NAME: 'contractMission',
|
|
25
|
+
CONTRACT_MISSIONS_COLLECTION_NAME: 'contract_missions',
|
|
26
|
+
CONTRACT_HISTORIES_REPOSITORY_NAME: 'contractHistory',
|
|
27
|
+
CONTRACT_HISTORIES_COLLECTION_NAME: 'contract_histories',
|
|
28
|
+
CONTRACT_MISSION_COLUMNS_REPOSITORY_NAME: 'contractMissionColumn',
|
|
29
|
+
CONTRACT_MISSION_COLUMNS_COLLECTION_NAME: 'contract_mission_columns',
|
|
30
|
+
CONTRACT_LIBRARIES_REPOSITORY_NAME: 'contractLibrary',
|
|
31
|
+
CONTRACT_LIBRARIES_COLLECTION_NAME: 'contract_libraries',
|
|
32
|
+
CONTRACT_KEYS_REPOSITORY_NAME: 'contractKey',
|
|
33
|
+
CONTRACT_KEYS_COLLECTION_NAME: 'contract_keys',
|
|
34
|
+
// Selling Method
|
|
35
|
+
SELLING_METHOD_REPOSITORY_NAME: 'sellingMethod',
|
|
36
|
+
SELLING_METHOD_COLLECTION_NAME: 'selling_methods',
|
|
37
|
+
// Warehouse
|
|
38
|
+
WAREHOUSE_LIST_REPOSITORY_NAME: 'warehouseList',
|
|
39
|
+
WAREHOUSE_LIST_COLLECTION_NAME: 'warehouse_lists',
|
|
40
|
+
WAREHOUSE_TYPE_REPOSITORY_NAME: 'warehouseType',
|
|
41
|
+
WAREHOUSE_TYPE_COLLECTION_NAME: 'warehouse_types',
|
|
42
|
+
// Management Criteria
|
|
43
|
+
MANAGEMENT_CRITERIA_REPOSITORY_NAME: 'managementCriteria',
|
|
44
|
+
MANAGEMENT_CRITERIA_COLLECTION_NAME: 'management_criterias',
|
|
45
|
+
// Method List
|
|
46
|
+
METHOD_LIST_REPOSITORY_NAME: 'methodList',
|
|
47
|
+
METHOD_LIST_COLLECTION_NAME: 'method_lists',
|
|
48
|
+
// Method Item
|
|
49
|
+
METHOD_ITEM_REPOSITORY_NAME: 'methodItem',
|
|
50
|
+
METHOD_ITEM_COLLECTION_NAME: 'method_items',
|
|
51
|
+
// Administration List
|
|
52
|
+
ADMINISTRATION_LIST_REPOSITORY_NAME: 'administrationList',
|
|
53
|
+
ADMINISTRATION_LIST_COLLECTION_NAME: 'administration_lists',
|
|
54
|
+
// Administration Item
|
|
55
|
+
ADMINISTRATION_ITEMS_REPOSITORY_NAME: 'administrationItem',
|
|
56
|
+
ADMINISTRATION_ITEMS_COLLECTION_NAME: 'administration_items',
|
|
57
|
+
// Customer
|
|
58
|
+
CUSTOMER_REPOSITORY_NAME: 'customer',
|
|
59
|
+
CUSTOMER_COLLECTION_NAME: 'customers',
|
|
60
|
+
// Customer Detail
|
|
61
|
+
CUSTOMER_DETAIL_REPOSITORY_NAME: 'customerDetail',
|
|
62
|
+
CUSTOMER_DETAIL_COLLECTION_NAME: 'customer_details',
|
|
63
|
+
// ORGANIZATION SERVICE
|
|
64
|
+
// Employee
|
|
65
|
+
EMPLOYEE_REPOSITORY_NAME: 'employee',
|
|
66
|
+
EMPLOYEE_COLLECTION_NAME: 'employees',
|
|
67
|
+
EMPLOYEE_DETAIL_REPOSITORY_NAME: 'employeeDetail',
|
|
68
|
+
EMPLOYEE_DETAIL_COLLECTION_NAME: 'employee_details',
|
|
69
|
+
EMPLOYEE_SETTING_REPOSITORY_NAME: 'employeeSetting',
|
|
70
|
+
EMPLOYEE_SETTING_COLLECTION_NAME: 'employee_settings',
|
|
71
|
+
EMPLOYEE_JOB_REPOSITORY_NAME: 'employeeJob',
|
|
72
|
+
EMPLOYEE_JOB_COLLECTION_NAME: 'employee_jobs',
|
|
73
|
+
EMPLOYEE_SALARY_REPOSITORY_NAME: 'employeeSalary',
|
|
74
|
+
EMPLOYEE_SALARY_COLLECTION_NAME: 'employee_salaries',
|
|
75
|
+
EMPLOYEE_SALARY_HISTORY_REPOSITORY_NAME: 'employeeSalaryHistory',
|
|
76
|
+
EMPLOYEE_SALARY_HISTORY_COLLECTION_NAME: 'employee_salary_histories',
|
|
77
|
+
// Organization
|
|
78
|
+
ORGANIZATION_REPOSITORY_NAME: 'organization',
|
|
79
|
+
ORGANIZATION_COLLECTION_NAME: 'organizations',
|
|
80
|
+
// Department
|
|
81
|
+
DEPARTMENT_REPOSITORY_NAME: 'department',
|
|
82
|
+
DEPARTMENT_COLLECTION_NAME: 'departments',
|
|
83
|
+
// Position
|
|
84
|
+
POSITION_REPOSITORY_NAME: 'position',
|
|
85
|
+
POSITION_COLLECTION_NAME: 'positions',
|
|
86
|
+
// Org Setting
|
|
87
|
+
ORG_SETTING_REPOSITORY_NAME: 'orgSetting',
|
|
88
|
+
ORG_SETTING_COLLECTION_NAME: 'org_settings',
|
|
89
|
+
// AUTH SERVICE
|
|
90
|
+
// User
|
|
91
|
+
TENANT_USER_REPOSITORY_NAME: 'tenantUser',
|
|
92
|
+
TENANT_USER_COLLECTION_NAME: 'tenant_users',
|
|
93
|
+
// Application
|
|
94
|
+
TENANT_APPLICATION_REPOSITORY_NAME: 'tenantApplication',
|
|
95
|
+
TENANT_APPLICATION_COLLECTION_NAME: 'tenant_applications',
|
|
96
|
+
// Verify Email Token
|
|
97
|
+
VERIFY_EMAIL_TOKEN_REPOSITORY_NAME: 'verifyEmailToken',
|
|
98
|
+
VERIFY_EMAIL_TOKEN_COLLECTION_NAME: 'verify_email_tokens',
|
|
99
|
+
// Authentication
|
|
100
|
+
REFRESH_TOKEN_REPOSITORY_NAME: 'refreshToken',
|
|
101
|
+
REFRESH_TOKEN_COLLECTION_NAME: 'refresh_tokens',
|
|
102
|
+
// Authorize
|
|
103
|
+
TENANT_ROLE_REPOSITORY_NAME: 'tenantRole',
|
|
104
|
+
TENANT_ROLE_COLLECTION_NAME: 'tenant_roles',
|
|
105
|
+
APPLICATION_ACTION_REPOSITORY_NAME: 'applicationAction',
|
|
106
|
+
APPLICATION_ACTION_COLLECTION_NAME: 'application_actions',
|
|
107
|
+
// AUTH2 PLATFORM
|
|
108
|
+
AUTH2_REPOSITORY_NAME: 'oAuth2',
|
|
109
|
+
AUTH2_COLLECTION_NAME: 'oauth2',
|
|
110
|
+
// platform
|
|
111
|
+
PLATFORM_REPOSITORY_NAME: 'platformIntegration',
|
|
112
|
+
PLATFORM_COLLECTION_NAME: 'platform_integrations',
|
|
113
|
+
// Verify Email Token
|
|
114
|
+
VERIFY_PLATFORM_TOKEN_REPOSITORY_NAME: 'verifyPlatformToken',
|
|
115
|
+
VERIFY_PLATFORM_TOKEN_COLLECTION_NAME: 'verify_platform_tokens',
|
|
116
|
+
// Lock Login
|
|
117
|
+
LOCK_LOGIN_REPOSITORY_NAME: 'lockLogIn',
|
|
118
|
+
LOCK_LOGIN_COLLECTION_NAME: 'lock_log_in',
|
|
119
|
+
// SALES PLAN
|
|
120
|
+
// Sales Plan
|
|
121
|
+
SALES_PLAN_CORE_COLLECTION_NAME: 'sales_plan_cores',
|
|
122
|
+
SALES_PLAN_YEAR_REPOSITORY_NAME: 'salesPlanYear',
|
|
123
|
+
SALES_PLAN_YEAR_COLLECTION_NAME: 'sales_plan_years',
|
|
124
|
+
ACTIONS_PLANS_REPOSITORY_NAME: 'actionsPlan',
|
|
125
|
+
ACTIONS_PLANS_COLLECTION_NAME: 'actions_plans',
|
|
126
|
+
SALES_PLAN_REPOSITORY_NAME: 'salesPlan',
|
|
127
|
+
SALES_PLAN_COLLECTION_NAME: 'sales_plans',
|
|
128
|
+
SALES_PLAN_GROUP_REPOSITORY_NAME: 'salesPlanGroup',
|
|
129
|
+
SALES_PLAN_GROUP_COLLECTION_NAME: 'sales_plan_groups',
|
|
130
|
+
SALES_PLAN_SETTING_REPOSITORY_NAME: 'salesPlanSetting',
|
|
131
|
+
SALES_PLAN_SETTING_COLLECTION_NAME: 'sales_plan_settings',
|
|
132
|
+
SALES_PLAN_PRODUCT_REPOSITORY_NAME: 'salesPlanProduct',
|
|
133
|
+
SALES_PLAN_PRODUCT_COLLECTION_NAME: 'sales_plan_products',
|
|
134
|
+
SALES_PLAN_CONFIGURATION_REPOSITORY_NAME: 'salesPlanConfiguration',
|
|
135
|
+
SALES_PLAN_CONFIGURATION_COLLECTION_NAME: 'sales_plan_configurations',
|
|
136
|
+
SALES_PLAN_REVENUE_CONFIGURATION_REPOSITORY_NAME: 'salesPlanRevenueConfiguration',
|
|
137
|
+
SALES_PLAN_REVENUE_CONFIGURATION_COLLECTION_NAME: 'sales_plan_revenue_configurations',
|
|
138
|
+
SALES_PLAN_REVENUE_CONFIGURATION_DETAIL_REPOSITORY_NAME: 'salesPlanRevenueConfigurationDetail',
|
|
139
|
+
SALES_PLAN_REVENUE_CONFIGURATION_DETAIL_COLLECTION_NAME: 'sales_plan_revenue_configuration_details',
|
|
140
|
+
SALES_PLAN_VERSION_REPOSITORY_NAME: 'salesPlanVersion',
|
|
141
|
+
SALES_PLAN_VERSION_COLLECTION_NAME: 'sales_plan_versions',
|
|
142
|
+
SALES_PLAN_ALLOCATION_REPOSITORY_NAME: 'salesPlanAllocation',
|
|
143
|
+
SALES_PLAN_ALLOCATION_COLLECTION_NAME: 'sales_plan_allocations',
|
|
144
|
+
SALES_PLAN_SUBDIVISION_REPOSITORY_NAME: 'salesPlanSubdivision',
|
|
145
|
+
SALES_PLAN_SUBDIVISION_COLLECTION_NAME: 'sales_plan_subdivisions',
|
|
146
|
+
SALES_PLAN_SUBDIVISION_CONFIG_REPOSITORY_NAME: 'salesPlanSubdivisionConfig',
|
|
147
|
+
// Sales Plan - collections view
|
|
148
|
+
SALES_PLAN_DATA_STATISTICS_VIEWS_REPOSITORY_NAME: 'salesPlanDataStatisticsView',
|
|
149
|
+
SALES_PLAN_DATA_STATISTICS_VIEWS_COLLECTION_NAME: 'sales_plan_data_statistics_views',
|
|
150
|
+
SALES_PLAN_GROUPS_DATA_STATISTICS_VIEWS_REPOSITORY_NAME: 'salesPlanGroupsDataStatisticsView',
|
|
151
|
+
SALES_PLAN_GROUPS_DATA_STATISTICS_VIEWS_COLLECTION_NAME: 'sales_plan_groups_data_statistics_views',
|
|
152
|
+
// Purchase Plan
|
|
153
|
+
PURCHASE_PLAN_REPOSITORY_NAME: 'purchasePlan',
|
|
154
|
+
PURCHASE_PLAN_COLLECTION_NAME: 'purchase_plans',
|
|
155
|
+
PURCHASE_PLAN_GROUP_REPOSITORY_NAME: 'purchasePlanGroup',
|
|
156
|
+
PURCHASE_PLAN_GROUP_COLLECTION_NAME: 'purchase_plan_groups',
|
|
157
|
+
// HumanResourcePlanning - SalaryAndBenefit
|
|
158
|
+
SALARY_BENEFIT_DEPARTMENT_REPOSITORY_NAME: 'salaryBenefitDepartment',
|
|
159
|
+
SALARY_BENEFIT_DEPARTMENT_COLLECTION_NAME: 'salary_benefit_departments',
|
|
160
|
+
SALARY_BENEFIT_PLAN_REPOSITORY_NAME: 'salaryBenefitPlan',
|
|
161
|
+
SALARY_BENEFIT_PLAN_COLLECTION_NAME: 'salary_benefit_plans',
|
|
162
|
+
SALARY_BENEFIT_PLAN_MONTH_REPOSITORY_NAME: 'salaryBenefitPlanMonth',
|
|
163
|
+
SALARY_BENEFIT_PLAN_MONTH_COLLECTION_NAME: 'salary_benefit_plan_months',
|
|
164
|
+
SALARY_BENEFIT_SPECIAL_COLUMN_REPOSITORY_NAME: 'salaryBenefitSpecialColumn',
|
|
165
|
+
SALARY_BENEFIT_SPECIAL_COLUMN_COLLECTION_NAME: 'salary_benefit_special_columns',
|
|
166
|
+
// Actual Sales
|
|
167
|
+
ACTUAL_SALES_PRODUCT_REPOSITORY_NAME: 'actualSalesProduct',
|
|
168
|
+
ACTUAL_SALES_PRODUCT_COLLECTION_NAME: 'actual_sales_products',
|
|
169
|
+
ACTUAL_SALES_GROUP_REPOSITORY_NAME: 'actualSalesGroup',
|
|
170
|
+
ACTUAL_SALES_GROUP_COLLECTION_NAME: 'actual_sales_groups',
|
|
171
|
+
PLAN_QUANTITY_REPOSITORY_NAME: 'planQuantity',
|
|
172
|
+
PLAN_QUANTITY_COLLECTION_NAME: 'plan_quantities',
|
|
173
|
+
SALES_PLAN_YEAR_STATUS_REPOSITORY_NAME: 'salesPlanYearStatus',
|
|
174
|
+
SALES_PLAN_YEAR_STATUS_COLLECTION_NAME: 'sales_plan_year_status',
|
|
175
|
+
// FM01 Classification Mapping
|
|
176
|
+
FINANCE_MODAL_CLASSIFICATION_MAPPING_REPOSITORY_NAME: 'financialModelClassificationMapping',
|
|
177
|
+
FINANCE_MODAL_CLASSIFICATION_MAPPING_COLLECTION_NAME: 'financial_model_classification_mappings',
|
|
178
|
+
// Order products
|
|
179
|
+
ORDER_PRODUCTS_REPOSITORY_NAME: 'orderProduct',
|
|
180
|
+
ORDER_PRODUCTS_COLLECTION_NAME: 'order_products',
|
|
181
|
+
// SHARED SERVICE
|
|
182
|
+
// Activity Log
|
|
183
|
+
ACTIVITY_LOG_REPOSITORY_NAME: 'activityLog',
|
|
184
|
+
ACTIVITY_LOG_COLLECTION_NAME: 'activity_logs',
|
|
185
|
+
// Setting Common
|
|
186
|
+
SETTING_COMMON_REPOSITORY_NAME: 'settingCommon',
|
|
187
|
+
SETTING_COMMON_COLLECTION_NAME: 'setting_commons',
|
|
188
|
+
// Setting Financial Year
|
|
189
|
+
SETTING_FINANCIAL_YEAR_REPOSITORY_NAME: 'settingFinancialYear',
|
|
190
|
+
SETTING_FINANCIAL_YEAR_COLLECTION_NAME: 'setting_financial_years',
|
|
191
|
+
// Setting Access Token
|
|
192
|
+
SETTING_ACCESS_TOKEN_REPOSITORY_NAME: 'settingAccessToken',
|
|
193
|
+
SETTING_ACCESS_TOKEN_COLLECTION_NAME: 'setting_access_tokens',
|
|
194
|
+
// Setting Ecommerce Platform
|
|
195
|
+
SETTING_ECOMMERCE_PLATFORM_REPOSITORY_NAME: 'settingEcommercePlatform',
|
|
196
|
+
SETTING_ECOMMERCE_PLATFORM_COLLECTION_NAME: 'setting_ecommerce_platforms',
|
|
197
|
+
// Province
|
|
198
|
+
PROVINCE_REPOSITORY_NAME: 'province',
|
|
199
|
+
PROVINCE_COLLECTION_NAME: 'provinces',
|
|
200
|
+
// District
|
|
201
|
+
DISTRICT_REPOSITORY_NAME: 'district',
|
|
202
|
+
DISTRICT_COLLECTION_NAME: 'districts',
|
|
203
|
+
// PRODUCT SERVICE
|
|
204
|
+
// in-out Inventories
|
|
205
|
+
IN_OUT_INVENTORY_REPOSITORY_NAME: 'inOutInventory',
|
|
206
|
+
IN_OUT_INVENTORY_COLLECTION_NAME: 'in_out_inventories',
|
|
207
|
+
IN_OUT_PRODUCTS_REPOSITORY_NAME: 'inOutProduct',
|
|
208
|
+
IN_OUT_PRODUCTS_COLLECTION_NAME: 'in_out_products',
|
|
209
|
+
// Inventories
|
|
210
|
+
INVENTORY_TRANSACTION_REPOSITORY_NAME: 'inventoryTransaction',
|
|
211
|
+
INVENTORY_TRANSACTION_COLLECTION_NAME: 'inventory_transactions',
|
|
212
|
+
INVENTORY_PRODUCTS_REPOSITORY_NAME: 'inventoryProduct',
|
|
213
|
+
INVENTORY_PRODUCTS_COLLECTION_NAME: 'inventory_products',
|
|
214
|
+
// Order Inventories for SOPO & another modules
|
|
215
|
+
ORDER_INVENTORY_REPOSITORY_NAME: 'orderInventory',
|
|
216
|
+
ORDER_INVENTORY_COLLECTION_NAME: 'order_inventories',
|
|
217
|
+
// Inventories - Order Product Items
|
|
218
|
+
ORDER_PRODUCT_ITEM_REPOSITORY_NAME: 'orderProductItem',
|
|
219
|
+
ORDER_PRODUCT_ITEM_COLLECTION_NAME: 'order_product_items',
|
|
220
|
+
// Warehouse Products
|
|
221
|
+
WAREHOUSE_PRODUCT_REPOSITORY_NAME: 'warehouseProduct',
|
|
222
|
+
WAREHOUSE_PRODUCT_COLLECTION_NAME: 'warehouse_products',
|
|
223
|
+
// Warehouse Setting
|
|
224
|
+
WAREHOUSE_SETTING_REPOSITORY_NAME: 'warehouseSetting',
|
|
225
|
+
WAREHOUSE_SETTING_COLLECTION_NAME: 'warehouse_settings',
|
|
226
|
+
// Group Labels
|
|
227
|
+
GROUP_LABEL_REPOSITORY_NAME: 'productGroupLabel',
|
|
228
|
+
GROUP_LABEL_COLLECTION_NAME: 'product_group_labels',
|
|
229
|
+
// Product Items
|
|
230
|
+
PRODUCT_ITEM_REPOSITORY_NAME: 'productItem',
|
|
231
|
+
PRODUCT_ITEM_COLLECTION_NAME: 'product_items',
|
|
232
|
+
// Product Details
|
|
233
|
+
PRODUCT_DETAIL_REPOSITORY_NAME: 'productDetail',
|
|
234
|
+
PRODUCT_DETAIL_COLLECTION_NAME: 'product_details',
|
|
235
|
+
// Product Variants
|
|
236
|
+
PRODUCT_VARIANT_REPOSITORY_NAME: 'productVariant',
|
|
237
|
+
PRODUCT_VARIANT_COLLECTION_NAME: 'product_variants',
|
|
238
|
+
// Product Combos
|
|
239
|
+
PRODUCT_COMBO_REPOSITORY_NAME: 'productCombo',
|
|
240
|
+
PRODUCT_COMBO_COLLECTION_NAME: 'product_combos',
|
|
241
|
+
// Order products
|
|
242
|
+
WAREHOUSE_REPOSITORY_NAME: 'warehouse',
|
|
243
|
+
WAREHOUSE_COLLECTION_NAME: 'warehouses',
|
|
244
|
+
// Accounting Settings
|
|
245
|
+
ACCOUNTING_SETTING_REPOSITORY_NAME: 'accountingSetting',
|
|
246
|
+
ACCOUNTING_SETTING_COLLECTION_NAME: 'accounting_settings',
|
|
247
|
+
// Accounting Category
|
|
248
|
+
ACCOUNTING_CATEGORY_REPOSITORY_NAME: 'accountingCategory',
|
|
249
|
+
ACCOUNTING_CATEGORY_COLLECTION_NAME: 'accounting_categories',
|
|
250
|
+
// Voucher Parameter
|
|
251
|
+
VOUCHER_PARAMETER_REPOSITORY_NAME: 'voucherParameter',
|
|
252
|
+
VOUCHER_PARAMETER_COLLECTION_NAME: 'voucher_parameters',
|
|
253
|
+
// Product History
|
|
254
|
+
PRODUCT_IMPORT_HISTORIES_REPOSITORY_NAME: 'productImportHistories',
|
|
255
|
+
PRODUCT_IMPORT_HISTORIES_COLLECTION_NAME: 'product_import_histories',
|
|
256
|
+
// Product Setting
|
|
257
|
+
PRODUCT_SETTING_REPOSITORY_NAME: 'productSetting',
|
|
258
|
+
PRODUCT_SETTING_COLLECTION_NAME: 'product_settings',
|
|
259
|
+
// Bizcore - API
|
|
260
|
+
// Value Chains
|
|
261
|
+
VALUE_CHAIN_REPOSITORY_NAME: 'valueChain',
|
|
262
|
+
VALUE_CHAIN_COLLECTION_NAME: 'value_chains',
|
|
263
|
+
PROCESS_REPOSITORY_NAME: 'process',
|
|
264
|
+
PROCESS_COLLECTION_NAME: 'processes',
|
|
265
|
+
PROCESS_DETAIL_REPOSITORY_NAME: 'processDetail',
|
|
266
|
+
PROCESS_DETAIL_COLLECTION_NAME: 'process_details',
|
|
267
|
+
// Financial Model
|
|
268
|
+
FINANCE_MODAL_LIST_REPOSITORY_NAME: 'financialModelList',
|
|
269
|
+
FINANCE_MODAL_LIST_COLLECTION_NAME: 'financial_model_lists',
|
|
270
|
+
FINANCE_MODAL_TARGET_REPOSITORY_NAME: 'financialModelTarget',
|
|
271
|
+
FINANCE_MODAL_TARGET_COLLECTION_NAME: 'financial_model_targets',
|
|
272
|
+
FINANCE_MODAL_CONFIGURATION_REPOSITORY_NAME: 'financialModelConfiguration',
|
|
273
|
+
FINANCE_MODAL_CONFIGURATION_COLLECTION_NAME: 'financial_model_configurations',
|
|
274
|
+
FINANCE_MODAL_TARGET_CONFIGURATION_REPOSITORY_NAME: 'financialModelTargetConfiguration',
|
|
275
|
+
FINANCE_MODAL_TARGET_CONFIGURATION_COLLECTION_NAME: 'financial_model_target_configurations',
|
|
276
|
+
FINANCE_MODAL_VERSION_REPOSITORY_NAME: 'financialModelVersion',
|
|
277
|
+
FINANCE_MODAL_VERSION_COLLECTION_NAME: 'financial_model_versions',
|
|
278
|
+
FINANCE_MODAL_ALLOCATION_MAPPING_REPOSITORY_NAME: 'financialModelAllocationMapping',
|
|
279
|
+
FINANCE_MODAL_ALLOCATION_MAPPING_COLLECTION_NAME: 'financial_model_allocation_mappings',
|
|
280
|
+
// Expense List
|
|
281
|
+
EXPENSE_LISTS_REPOSITORY_NAME: 'expenseList',
|
|
282
|
+
EXPENSE_LISTS_COLLECTION_NAME: 'expense_lists',
|
|
283
|
+
ACTUAL_EXPENSE_LISTS_REPOSITORY_NAME: 'actualExpenseList',
|
|
284
|
+
ACTUAL_EXPENSE_LISTS_COLLECTION_NAME: 'actual_expense_lists',
|
|
285
|
+
REAL_EXPENSE_LISTS_REPOSITORY_NAME: 'realExpenseList',
|
|
286
|
+
REAL_EXPENSE_LISTS_COLLECTION_NAME: 'real_expense_lists',
|
|
287
|
+
// Init Business Plan
|
|
288
|
+
INIT_BUSINESS_LAN_REPOSITORY_NAME: 'initBusinessPlan',
|
|
289
|
+
INIT_BUSINESS_LAN_COLLECTION_NAME: 'init_business_plans',
|
|
290
|
+
// Actual profit
|
|
291
|
+
ACTUAL_PROFIT_REPOSITORY_NAME: 'actualProfit',
|
|
292
|
+
ACTUAL_PROFIT_COLLECTION_NAME: 'actual_profits',
|
|
293
|
+
// Product Service
|
|
294
|
+
PRODUCT_SERVICE_REPOSITORY_NAME: 'productService',
|
|
295
|
+
PRODUCT_SERVICE_COLLECTION_NAME: 'product_services',
|
|
296
|
+
PRODUCT_CATEGORY_REPOSITORY_NAME: 'productCategory',
|
|
297
|
+
PRODUCT_CATEGORY_COLLECTION_NAME: 'product_categories',
|
|
298
|
+
// Department Mission
|
|
299
|
+
DEPARTMENT_SEGMENT_REPOSITORY_NAME: 'departmentSegment',
|
|
300
|
+
DEPARTMENT_SEGMENT_COLLECTION_NAME: 'department_segments',
|
|
301
|
+
DEPARTMENT_TODO_REPOSITORY_NAME: 'departmentTodo',
|
|
302
|
+
DEPARTMENT_TODO_COLLECTION_NAME: 'department_todos',
|
|
303
|
+
DEPARTMENT_CHECKLIST_REPOSITORY_NAME: 'departmentChecklist',
|
|
304
|
+
DEPARTMENT_CHECKLIST_COLLECTION_NAME: 'department_checklists',
|
|
305
|
+
DEPARTMENT_REGULATION_REPOSITORY_NAME: 'departmentRegulation',
|
|
306
|
+
DEPARTMENT_REGULATION_COLLECTION_NAME: 'department_regulations',
|
|
307
|
+
DEPARTMENT_REGULATION_ITEM_REPOSITORY_NAME: 'departmentRegulationItem',
|
|
308
|
+
DEPARTMENT_REGULATION_ITEM_COLLECTION_NAME: 'department_regulation_items',
|
|
309
|
+
// Balance Score Cards
|
|
310
|
+
BALANCE_SCORE_CARD_REPOSITORY_NAME: 'balanceScoreCard',
|
|
311
|
+
BALANCE_SCORE_CARD_COLLECTION_NAME: 'balance_score_cards',
|
|
312
|
+
BALANCE_SCORE_CARD_LIST_REPOSITORY_NAME: 'balancedScoreCardList',
|
|
313
|
+
BALANCE_SCORE_CARD_LIST_COLLECTION_NAME: 'balanced_score_card_lists',
|
|
314
|
+
BALANCE_SCORE_CARD_ITEM_REPOSITORY_NAME: 'balancedScorecardItem',
|
|
315
|
+
BALANCE_SCORE_CARD_ITEM_COLLECTION_NAME: 'balanced_score_card_items',
|
|
316
|
+
BALANCE_SCORE_CARD_ITEM_FIELD_REPOSITORY_NAME: 'balancedScoreCardItemField',
|
|
317
|
+
BALANCE_SCORE_CARD_ITEM_FIELD_COLLECTION_NAME: 'balanced_score_card_item_fields',
|
|
318
|
+
BALANCE_SCORE_VERSION_REPOSITORY_NAME: 'balancedScoreCardVersion',
|
|
319
|
+
BALANCE_SCORE_VERSION_COLLECTION_NAME: 'balanced_score_card_versions',
|
|
320
|
+
// Cash flow
|
|
321
|
+
CASH_FLOW_LIST_REPOSITORY_NAME: 'cashFlowList',
|
|
322
|
+
CASH_FLOW_LIST_COLLECTION_NAME: 'cash_flow_lists',
|
|
323
|
+
ACTUAL_CASH_FLOW_LIST_REPOSITORY_NAME: 'actualCashFlowList',
|
|
324
|
+
ACTUAL_CASH_FLOW_LIST_COLLECTION_NAME: 'actual_cash_flow_lists',
|
|
325
|
+
REAL_CASH_FLOW_LIST_REPOSITORY_NAME: 'realCashFlowList',
|
|
326
|
+
REAL_CASH_FLOW_LIST_COLLECTION_NAME: 'real_cash_flow_lists',
|
|
327
|
+
// FM02
|
|
328
|
+
FM_STYLE_2_LIST_REPOSITORY_NAME: 'financialModelStyle2List',
|
|
329
|
+
FM_STYLE_2_LIST_COLLECTION_NAME: 'financial_model_style_2_lists',
|
|
330
|
+
FM_STYLE_2_CONFIGURATION_REPOSITORY_NAME: 'financialModelStyle2Configurations',
|
|
331
|
+
FM_STYLE_2_CONFIGURATION_COLLECTION_NAME: 'financial_model_style_2_configurations',
|
|
332
|
+
FM_STYLE_2_CONFIGURATION_ALLOCATION_REPOSITORY_NAME: 'financialModelStyle2Allocations',
|
|
333
|
+
FM_STYLE_2_CONFIGURATION_ALLOCATION_COLLECTION_NAME: 'financial_model_style_2_allocations',
|
|
334
|
+
FM_STYLE_2_TARGET_REPOSITORY_NAME: 'financialModelStyle2Target',
|
|
335
|
+
FM_STYLE_2_TARGET_COLLECTION_NAME: 'financial_model_style_2_target',
|
|
336
|
+
FM_STYLE_2_VERSION_REPOSITORY_NAME: 'financialModelStyle2Version',
|
|
337
|
+
FM_STYLE_2_VERSION_COLLECTION_NAME: 'financial_model_style_2_versions',
|
|
338
|
+
// Setting
|
|
339
|
+
CORE_SETTING_REPOSITORY_NAME: 'coreSetting',
|
|
340
|
+
CORE_SETTING_COLLECTION_NAME: 'core_settings',
|
|
341
|
+
// Income and Revenue
|
|
342
|
+
INCOME_AND_REVENUE_LIST_REPOSITORY_NAME: 'incomeAndRevenueList',
|
|
343
|
+
INCOME_AND_REVENUE_LIST_COLLECTION_NAME: 'income_and_revenue_lists',
|
|
344
|
+
ACTUAL_INCOME_AND_REVENUE_LIST_REPOSITORY_NAME: 'actualIncomeAndRevenueList',
|
|
345
|
+
ACTUAL_INCOME_AND_REVENUE_LIST_COLLECTION_NAME: 'actual_income_and_revenue_lists',
|
|
346
|
+
// SyncMethod
|
|
347
|
+
SYNC_METHOD_REPOSITORY_NAME: 'syncMethod',
|
|
348
|
+
SYNC_METHOD_COLLECTION_NAME: 'sync_methods',
|
|
349
|
+
// T&M Contract
|
|
350
|
+
TM_CONTRACT_REPOSITORY_NAME: 'tmContract',
|
|
351
|
+
TM_CONTRACT_COLLECTION_NAME: 'tm_contracts',
|
|
352
|
+
TM_CONTRACT_BONUS_REPOSITORY_NAME: 'tmContractBonus',
|
|
353
|
+
TM_CONTRACT_BONUS_COLLECTION_NAME: 'tm_contract_bonuses',
|
|
354
|
+
TM_CONTRACT_BUDGET_REPOSITORY_NAME: 'tmContractBudget',
|
|
355
|
+
TM_CONTRACT_BUDGET_COLLECTION_NAME: 'tm_contract_budgets',
|
|
356
|
+
TM_CONTRACT_SALARY_REPOSITORY_NAME: 'tmContractSalary',
|
|
357
|
+
TM_CONTRACT_SALARY_COLLECTION_NAME: 'tm_contract_salaries',
|
|
358
|
+
TM_CONTRACT_TARGET_REPOSITORY_NAME: 'tmContractTarget',
|
|
359
|
+
TM_CONTRACT_TARGET_COLLECTION_NAME: 'tm_contract_targets',
|
|
360
|
+
TM_CONTRACT_BOUNDARY_REPOSITORY_NAME: 'tmContractBoundary',
|
|
361
|
+
TM_CONTRACT_BOUNDARY_COLLECTION_NAME: 'tm_contract_boundaries',
|
|
362
|
+
// Transport list
|
|
363
|
+
TRANSPORT_LIST_REPOSITORY_NAME: 'transportList',
|
|
364
|
+
TRANSPORT_LIST_COLLECTION_NAME: 'transport_lists',
|
|
365
|
+
TRANSPORT_STATUS_REPOSITORY_NAME: 'transportStatus',
|
|
366
|
+
TRANSPORT_STATUS_COLLECTION_NAME: 'transport_statuses',
|
|
367
|
+
// Version
|
|
368
|
+
VERSION_REPOSITORY_NAME: 'version',
|
|
369
|
+
VERSION_COLLECTION_NAME: 'versions',
|
|
370
|
+
// FinancialPlanAndReport
|
|
371
|
+
FINANCIAL_PLAN_AND_REPORT_REPOSITORY_NAME: 'financialPlanAndReport',
|
|
372
|
+
FINANCIAL_PLAN_AND_REPORT_COLLECTION_NAME: 'financial_plan_and_reports',
|
|
373
|
+
// FinancialPlanAndReportItem
|
|
374
|
+
FINANCIAL_PLAN_AND_REPORT_FM01_ITEM_REPOSITORY_NAME: 'financialPlanAndReportFm01Item',
|
|
375
|
+
FINANCIAL_PLAN_AND_REPORT_FM01_ITEM_COLLECTION_NAME: 'financial_plan_and_report_fm01_items',
|
|
376
|
+
// FM03
|
|
377
|
+
FM_STYLE_3_VERSION_REPOSITORY_NAME: 'financialModelStyle3Version',
|
|
378
|
+
FM_STYLE_3_VERSION_COLLECTION_NAME: 'financial_model_style_3_versions',
|
|
379
|
+
FM_STYLE_3_CONFIG_REPOSITORY_NAME: 'financialModelStyle3Config',
|
|
380
|
+
FM_STYLE_3_CONFIG_COLLECTION_NAME: 'financial_model_style_3_configs',
|
|
381
|
+
// HCM - API
|
|
382
|
+
// Dashboard
|
|
383
|
+
DASHBOARD_REPOSITORY_NAME: 'dashboard',
|
|
384
|
+
DASHBOARD_COLLECTION_NAME: 'dashboards',
|
|
385
|
+
// Salary ranges
|
|
386
|
+
SALARY_SETTING_REPOSITORY_NAME: 'salarySetting',
|
|
387
|
+
SALARY_SETTING_COLLECTION_NAME: 'salary_settings',
|
|
388
|
+
SALARY_RANGER_REPOSITORY_NAME: 'salaryRange',
|
|
389
|
+
SALARY_RANGER_COLLECTION_NAME: 'salary_ranges',
|
|
390
|
+
SALARY_HISTORY_REPOSITORY_NAME: 'salaryHistory',
|
|
391
|
+
SALARY_HISTORY_COLLECTION_NAME: 'salary_histories',
|
|
392
|
+
// Payroll Template
|
|
393
|
+
PAYROLL_TEMPLATE_SETTING_REPOSITORY_NAME: 'payrollTemplateSetting',
|
|
394
|
+
PAYROLL_TEMPLATE_SETTING_COLLECTION_NAME: 'payroll_template_settings',
|
|
395
|
+
PAYROLL_TEMPLATE_EMPLOYEE_REPOSITORY_NAME: 'payrollTemplateEmployee',
|
|
396
|
+
PAYROLL_TEMPLATE_EMPLOYEE_COLLECTION_NAME: 'payroll_template_employees',
|
|
397
|
+
// Paycheck
|
|
398
|
+
PAYCHECK_SETTING_REPOSITORY_NAME: 'paycheckSetting',
|
|
399
|
+
PAYCHECK_SETTING_COLLECTION_NAME: 'paycheck_settings',
|
|
400
|
+
PAYCHECK_EMPLOYEE_REPOSITORY_NAME: 'paycheckEmployee',
|
|
401
|
+
PAYCHECK_EMPLOYEE_COLLECTION_NAME: 'paycheck_employees',
|
|
402
|
+
// Salary Composition
|
|
403
|
+
SALARY_COMPOSITION_REPOSITORY_NAME: 'salaryComposition',
|
|
404
|
+
SALARY_COMPOSITION_COLLECTION_NAME: 'salary_compositions',
|
|
405
|
+
// Setting
|
|
406
|
+
HCM_SETTING_REPOSITORY_NAME: 'hcmSetting',
|
|
407
|
+
HCM_SETTING_COLLECTION_NAME: 'hcm_settings',
|
|
408
|
+
SETTING_WORKING_DAY_REPOSITORY_NAME: 'settingWorkingDay',
|
|
409
|
+
SETTING_WORKING_DAY_COLLECTION_NAME: 'setting_working_days',
|
|
410
|
+
SETTING_HOLIDAY_REPOSITORY_NAME: 'settingHoliday',
|
|
411
|
+
SETTING_HOLIDAY_COLLECTION_NAME: 'setting_holidays',
|
|
412
|
+
// Payroll
|
|
413
|
+
PAYROLL_REPOSITORY_NAME: 'payroll',
|
|
414
|
+
PAYROLL_COLLECTION_NAME: 'payrolls',
|
|
415
|
+
PAYROLL_SETTING_REPOSITORY_NAME: 'payrollSetting',
|
|
416
|
+
PAYROLL_SETTING_COLLECTION_NAME: 'payroll_settings',
|
|
417
|
+
PAYROLL_EMPLOYEE_REPOSITORY_NAME: 'payrollEmployee',
|
|
418
|
+
PAYROLL_EMPLOYEE_COLLECTION_NAME: 'payroll_employees',
|
|
419
|
+
// Bonus Mechanism
|
|
420
|
+
BONUS_ITEM_REPOSITORY_NAME: 'bonusItem',
|
|
421
|
+
BONUS_ITEM_COLLECTION_NAME: 'bonus_items',
|
|
422
|
+
BONUS_RANGE_REPOSITORY_NAME: 'bonusRange',
|
|
423
|
+
BONUS_RANGE_COLLECTION_NAME: 'bonus_ranges',
|
|
424
|
+
BONUS_CATEGORY_REPOSITORY_NAME: 'bonusCategory',
|
|
425
|
+
BONUS_CATEGORY_COLLECTION_NAME: 'bonus_categories',
|
|
426
|
+
BONUS_RANGE_EMPLOYEE_REPOSITORY_NAME: 'bonusRangeEmployee',
|
|
427
|
+
BONUS_RANGE_EMPLOYEE_COLLECTION_NAME: 'bonus_range_employees',
|
|
428
|
+
BONUS_CALCULATE_BASIS_REPOSITORY_NAME: 'bonusCalculateBasis',
|
|
429
|
+
BONUS_CALCULATE_BASIS_COLLECTION_NAME: 'bonus_calculate_basis',
|
|
430
|
+
BONUS_CALCULATE_SCHEDULE_REPOSITORY_NAME: 'bonusCalculateSchedule',
|
|
431
|
+
BONUS_CALCULATE_SCHEDULE_COLLECTION_NAME: 'bonus_calculate_schedules',
|
|
432
|
+
BONUS_CALCULATE_BASIS_CONFIG_REPOSITORY_NAME: 'bonusCalculateBasisConfig',
|
|
433
|
+
BONUS_CALCULATE_BASIS_CONFIG_COLLECTION_NAME: 'bonus_calculate_basis_configs',
|
|
434
|
+
// Leave Management
|
|
435
|
+
LEAVE_REPOSITORY_NAME: 'leave',
|
|
436
|
+
LEAVE_COLLECTION_NAME: 'leaves',
|
|
437
|
+
LEAVE_CONFIG_REPOSITORY_NAME: 'leaveConfiguration',
|
|
438
|
+
LEAVE_CONFIG_COLLECTION_NAME: 'leave_configurations',
|
|
439
|
+
LEAVE_EMPLOYEE_REPOSITORY_NAME: 'leaveEmployee',
|
|
440
|
+
LEAVE_EMPLOYEE_COLLECTION_NAME: 'leave_employees',
|
|
441
|
+
LEAVE_DEPARTMENT_REPOSITORY_NAME: 'leaveDepartment',
|
|
442
|
+
LEAVE_DEPARTMENT_COLLECTION_NAME: 'leave_departments',
|
|
443
|
+
// Timekeeping
|
|
444
|
+
TIMEKEEPING_SETTING_REPOSITORY_NAME: 'timekeepingSettings',
|
|
445
|
+
TIMEKEEPING_SETTING_COLLECTION_NAME: 'timekeeping_settings',
|
|
446
|
+
TIMEKEEPING_TIMEKEEPER_REPOSITORY_NAME: 'timekeepingTimekeeper',
|
|
447
|
+
TIMEKEEPING_TIMEKEEPER_COLLECTION_NAME: 'timekeeping_timekeepers',
|
|
448
|
+
TIMEKEEPING_EMPLOYEE_CONFIG_REPOSITORY_NAME: 'timekeepingEmployeeConfig',
|
|
449
|
+
TIMEKEEPING_EMPLOYEE_CONFIG_COLLECTION_NAME: 'timekeeping_employee_configs',
|
|
450
|
+
TIMEKEEPING_SUMMARY_REPOSITORY_NAME: 'timekeepingSummary',
|
|
451
|
+
TIMEKEEPING_SUMMARY_COLLECTION_NAME: 'timekeeping_summaries',
|
|
452
|
+
TIMEKEEPING_DETAIL_REPOSITORY_NAME: 'timekeepingDetail',
|
|
453
|
+
TIMEKEEPING_DETAIL_COLLECTION_NAME: 'timekeeping_details',
|
|
454
|
+
TIMEKEEPING_OVERTIME_REPOSITORY_NAME: 'timekeepingOverTime',
|
|
455
|
+
TIMEKEEPING_OVERTIME_COLLECTION_NAME: 'timekeeping_overtimes',
|
|
456
|
+
TIMEKEEPING_COMPONENT_REPOSITORY_NAME: 'timekeepingComponent',
|
|
457
|
+
TIMEKEEPING_COMPONENT_COLLECTION_NAME: 'timekeeping_components',
|
|
458
|
+
TIMEKEEPING_EMPLOYEE_REPOSITORY_NAME: 'timekeepingEmployee',
|
|
459
|
+
TIMEKEEPING_EMPLOYEE_COLLECTION_NAME: 'timekeeping_employees',
|
|
460
|
+
TIMEKEEPING_REQUEST_REPOSITORY_NAME: 'timekeepingRequest',
|
|
461
|
+
TIMEKEEPING_REQUEST_COLLECTION_NAME: 'timekeeping_requests',
|
|
462
|
+
// Work Shift
|
|
463
|
+
WORK_SHIFT_REPOSITORY_NAME: 'workShift',
|
|
464
|
+
WORK_SHIFT_COLLECTION_NAME: 'work_shift',
|
|
465
|
+
WORK_SHIFT_ITEM_REPOSITORY_NAME: 'workShiftItem',
|
|
466
|
+
WORK_SHIFT_ITEM_COLLECTION_NAME: 'work_shift_items',
|
|
467
|
+
WORK_SHIFT_EMPLOYEE_REPOSITORY_NAME: 'workShiftEmployee',
|
|
468
|
+
WORK_SHIFT_EMPLOYEE_COLLECTION_NAME: 'work_shift_employees',
|
|
469
|
+
// Setting
|
|
470
|
+
MOBILE_SETTING_REPOSITORY_NAME: 'mobileSetting',
|
|
471
|
+
MOBILE_SETTING_COLLECTION_NAME: 'mobile_settings',
|
|
472
|
+
// SALE - API
|
|
473
|
+
// Sale Order
|
|
474
|
+
VENDOR_CONFIRM_REPOSITORY_NAME: 'vendorConfirm',
|
|
475
|
+
VENDOR_CONFIRM_COLLECTION_NAME: 'vendor_confirm',
|
|
476
|
+
INVOICES_REPOSITORY_NAME: 'invoice',
|
|
477
|
+
INVOICES_COLLECTION_NAME: 'invoices',
|
|
478
|
+
SALE_TYPES_REPOSITORY_NAME: 'saleType',
|
|
479
|
+
SALE_TYPES_COLLECTION_NAME: 'sale_types',
|
|
480
|
+
SALE_ORDERS_REPOSITORY_NAME: 'salesOrder',
|
|
481
|
+
SALE_ORDERS_COLLECTION_NAME: 'sales_orders',
|
|
482
|
+
SALE_ORDERS_DETAIL_REPOSITORY_NAME: 'salesOrderDetail',
|
|
483
|
+
SALE_ORDERS_DETAIL_COLLECTION_NAME: 'sales_order_details',
|
|
484
|
+
SALE_ORDERS_HISTORY_REPOSITORY_NAME: 'salesOrderHistories',
|
|
485
|
+
SALE_ORDERS_HISTORY_COLLECTION_NAME: 'sales_order_histories',
|
|
486
|
+
ORDER_DASHBOARDS_REPOSITORY_NAME: 'salesOrderDashboard',
|
|
487
|
+
ORDER_DASHBOARDS_COLLECTION_NAME: 'sales_order_dashboards',
|
|
488
|
+
DASHBOARD_PROCESS_ITEMS_REPOSITORY_NAME: 'dashboardProcessItem',
|
|
489
|
+
DASHBOARD_PROCESS_ITEMS_COLLECTION_NAME: 'dashboard_process_items',
|
|
490
|
+
// Lead
|
|
491
|
+
LEAD_ITEM_REPOSITORY_NAME: 'leadItem',
|
|
492
|
+
LEAD_ITEM_COLLECTION_NAME: 'lead_items',
|
|
493
|
+
LEAD_DETAIL_REPOSITORY_NAME: 'leadDetail',
|
|
494
|
+
LEAD_DETAIL_COLLECTION_NAME: 'lead_details',
|
|
495
|
+
LEAD_STATUS_REPOSITORY_NAME: 'leadStatus',
|
|
496
|
+
LEAD_STATUS_COLLECTION_NAME: 'lead_statuses',
|
|
497
|
+
LEAD_PRODUCT_REPOSITORY_NAME: 'leadProduct',
|
|
498
|
+
LEAD_PRODUCT_COLLECTION_NAME: 'lead_products',
|
|
499
|
+
LEAD_SETTING_REPOSITORY_NAME: 'leadSetting',
|
|
500
|
+
LEAD_SETTING_COLLECTION_NAME: 'lead_settings',
|
|
501
|
+
LEAD_HISTORY_REPOSITORY_NAME: 'leadHistory',
|
|
502
|
+
LEAD_HISTORY_COLLECTION_NAME: 'lead_histories',
|
|
503
|
+
LEAD_SCHEDULE_REPOSITORY_NAME: 'leadSchedule',
|
|
504
|
+
LEAD_SCHEDULE_COLLECTION_NAME: 'lead_schedules',
|
|
505
|
+
LEAD_COMMENT_REPOSITORY_NAME: 'leadComment',
|
|
506
|
+
LEAD_COMMENT_COLLECTION_NAME: 'lead_comments',
|
|
507
|
+
LEAD_SALE_TYPE_REPOSITORY_NAME: 'leadSaleType',
|
|
508
|
+
LEAD_SALE_TYPE_COLLECTION_NAME: 'lead_sale_types',
|
|
509
|
+
PAYMENT_METHOD_REPOSITORY_NAME: 'paymentMethod',
|
|
510
|
+
PAYMENT_METHOD_COLLECTION_NAME: 'payment_methods',
|
|
511
|
+
TRANSPORTATION_REPOSITORY_NAME: 'transportation',
|
|
512
|
+
TRANSPORTATION_COLLECTION_NAME: 'transportations',
|
|
513
|
+
LEAD_DEPARTMENT_REPOSITORY_NAME: 'leadDepartment',
|
|
514
|
+
LEAD_DEPARTMENT_COLLECTION_NAME: 'lead_departments',
|
|
515
|
+
NEGOTIATION_DETAIL_REPOSITORY_NAME: 'negotiationDetail',
|
|
516
|
+
NEGOTIATION_DETAIL_COLLECTION_NAME: 'negotiation_details',
|
|
517
|
+
// Campaign Price
|
|
518
|
+
CAMPAIGN_PRICE_REPOSITORY_NAME: 'campaignPrice',
|
|
519
|
+
CAMPAIGN_PRICE_COLLECTION_NAME: 'campaign_prices',
|
|
520
|
+
CAMPAIGN_PRODUCT_PRICE_REPOSITORY_NAME: 'campaignProductPrice',
|
|
521
|
+
CAMPAIGN_PRODUCT_PRICE_COLLECTION_NAME: 'campaign_product_prices',
|
|
522
|
+
CAMPAIGN_PRICE_HISTORY_REPOSITORY_NAME: 'campaignPriceHistory',
|
|
523
|
+
CAMPAIGN_PRICE_HISTORY_COLLECTION_NAME: 'campaign_price_histories',
|
|
524
|
+
// Sales Plan
|
|
525
|
+
SALES_PLAN_CLASSIFICATION_LIST_REPOSITORY_NAME: 'salesPlanClassificationList',
|
|
526
|
+
SALES_PLAN_CLASSIFICATION_LIST_COLLECTION_NAME: 'sales_plan_classification_lists',
|
|
527
|
+
// Setting
|
|
528
|
+
SALES_SETTING_REPOSITORY_NAME: 'salesSetting',
|
|
529
|
+
SALES_SETTING_COLLECTION_NAME: 'sales_settings',
|
|
530
|
+
// promotion Product
|
|
531
|
+
PROMOTION_PRODUCT_REPOSITORY_NAME: 'promotionProduct',
|
|
532
|
+
PROMOTION_PRODUCT_COLLECTION_NAME: 'promotion_products',
|
|
533
|
+
// promotion group label
|
|
534
|
+
PROMOTION_GROUP_LABEL_REPOSITORY_NAME: 'promotionGroupLabel',
|
|
535
|
+
PROMOTION_GROUP_LABEL_COLLECTION_NAME: 'promotion_group_labels',
|
|
536
|
+
// promotion
|
|
537
|
+
PROMOTION_REPOSITORY_NAME: 'promotion',
|
|
538
|
+
PROMOTION_COLLECTION_NAME: 'promotions',
|
|
539
|
+
// promotion details
|
|
540
|
+
PROMOTION_DETAILS_REPOSITORY_NAME: 'promotionDetails',
|
|
541
|
+
PROMOTION_DETAILS_COLLECTION_NAME: 'promotion_details',
|
|
542
|
+
// promotion details
|
|
543
|
+
PROMOTION_HISTORY_REPOSITORY_NAME: 'promotion_histories',
|
|
544
|
+
PROMOTION_HISTORY_COLLECTION_NAME: 'promotionHistory',
|
|
545
|
+
// promotion report
|
|
546
|
+
PROMOTION_REPORT_REPOSITORY_NAME: 'promotionReport',
|
|
547
|
+
PROMOTION_REPORT_COLLECTION_NAME: 'promotion_reports',
|
|
548
|
+
// promotion report views
|
|
549
|
+
PROMOTION_REPORT_VIEW_REPOSITORY_NAME: 'promotionReportView',
|
|
550
|
+
PROMOTION_REPORT_VIEW_COLLECTION_NAME: 'promotion_report_views',
|
|
551
|
+
// promotion Type
|
|
552
|
+
PROMOTION_TYPE_REPOSITORY_NAME: 'promotionType',
|
|
553
|
+
PROMOTION_TYPE_COLLECTION_NAME: 'promotion_types',
|
|
554
|
+
// Delivery Order
|
|
555
|
+
DELIVERY_ORDER_REPOSITORY_NAME: 'deliveryOrder',
|
|
556
|
+
DELIVERY_ORDER_COLLECTION_NAME: 'delivery_orders',
|
|
557
|
+
// Delivery Product
|
|
558
|
+
DELIVERY_PRODUCT_REPOSITORY_NAME: 'deliveryProduct',
|
|
559
|
+
DELIVERY_PRODUCT_COLLECTION_NAME: 'delivery_products',
|
|
560
|
+
// Delivery History
|
|
561
|
+
DELIVERY_HISTORY_REPOSITORY_NAME: 'deliveryHistory',
|
|
562
|
+
DELIVERY_HISTORY_COLLECTION_NAME: 'delivery_histories',
|
|
563
|
+
// Sale costs
|
|
564
|
+
SALE_COSTS_REPOSITORY_NAME: 'saleCosts',
|
|
565
|
+
SALE_COSTS_COLLECTION_NAME: 'sale_costs',
|
|
566
|
+
SALE_COSTS_CONFIGURATION_REPOSITORY_NAME: 'saleCostsConfiguration',
|
|
567
|
+
SALE_COSTS_CONFIGURATION_COLLECTION_NAME: 'sale_costs_configurations',
|
|
568
|
+
// ProductAccountingValue
|
|
569
|
+
PRODUCT_ACCOUNTING_VALUES_REPOSITORY_NAME: 'productAccountingValues',
|
|
570
|
+
PRODUCT_ACCOUNTING_VALUES_COLLECTION_NAME: 'product_accounting_values',
|
|
571
|
+
// GroupLabelAccountingValue
|
|
572
|
+
GROUP_LABEL_ACCOUNTING_VALUES_REPOSITORY_NAME: 'groupLabelAccountingValues',
|
|
573
|
+
GROUP_LABEL_ACCOUNTING_VALUES_COLLECTION_NAME: 'group_label_accounting_values',
|
|
574
|
+
// Debt
|
|
575
|
+
DEBTS_REPOSITORY_NAME: 'debts',
|
|
576
|
+
DEBTS_COLLECTION_NAME: 'debts',
|
|
577
|
+
DEBT_DETAILS_REPOSITORY_NAME: 'debtDetail',
|
|
578
|
+
DEBT_DETAILS_COLLECTION_NAME: 'debt_details',
|
|
579
|
+
DEBT_HISTORIES_REPOSITORY_NAME: 'debtHistory',
|
|
580
|
+
DEBT_HISTORIES_COLLECTION_NAME: 'debt_histories',
|
|
581
|
+
// order voucher
|
|
582
|
+
ORDER_VOUCHER_REPOSITORY_NAME: 'orderVouchers',
|
|
583
|
+
ORDER_VOUCHER_COLLECTION_NAME: 'order_vouchers',
|
|
584
|
+
// WAREHOUSE - API
|
|
585
|
+
// Sale Order
|
|
586
|
+
ORDER_ADDRESSES_REPOSITORY_NAME: 'orderAddress',
|
|
587
|
+
ORDER_ADDRESSES_COLLECTION_NAME: 'order_addresses',
|
|
588
|
+
ORDER_HISTORIES_REPOSITORY_NAME: 'orderHistory',
|
|
589
|
+
ORDER_HISTORIES_COLLECTION_NAME: 'order_histories',
|
|
590
|
+
ORDER_PROMOTIONS_REPOSITORY_NAME: 'orderPromotion',
|
|
591
|
+
ORDER_PROMOTIONS_COLLECTION_NAME: 'order_promotions',
|
|
592
|
+
// ware house
|
|
593
|
+
WAREHOUSE_VOUCHER_REPOSITORY_NAME: 'warehouseVoucher',
|
|
594
|
+
WAREHOUSE_VOUCHER_COLLECTION_NAME: 'warehouse_vouchers',
|
|
595
|
+
// warehouse voucher product
|
|
596
|
+
WAREHOUSE_VOUCHER_PRODUCT_REPOSITORY_NAME: 'warehouseVoucherProduct',
|
|
597
|
+
WAREHOUSE_VOUCHER_PRODUCT_COLLECTION_NAME: 'warehouse_voucher_products',
|
|
598
|
+
// Warehouse Inventories
|
|
599
|
+
WAREHOUSE_INVENTORY_REPOSITORY_NAME: 'warehouseInventory',
|
|
600
|
+
WAREHOUSE_INVENTORY_COLLECTION_NAME: 'warehouse_inventories',
|
|
601
|
+
PRODUCT_INVENTORY_REPOSITORY_NAME: 'productInventory',
|
|
602
|
+
PRODUCT_INVENTORY_COLLECTION_NAME: 'product_inventories',
|
|
603
|
+
// PURCHASE - API
|
|
604
|
+
// Dashboard
|
|
605
|
+
DELIVERY_TYPE_REPOSITORY_NAME: 'deliveryType',
|
|
606
|
+
DELIVERY_TYPE_COLLECTION_NAME: 'delivery_types',
|
|
607
|
+
ORDER_DASHBOARD_REPOSITORY_NAME: 'orderDashboard',
|
|
608
|
+
ORDER_DASHBOARD_COLLECTION_NAME: 'order_dashboards',
|
|
609
|
+
DASHBOARD_PROCESS_ITEM_REPOSITORY_NAME: 'dashboardProcessItem',
|
|
610
|
+
DASHBOARD_PROCESS_ITEM_COLLECTION_NAME: 'dashboard_process_items',
|
|
611
|
+
// Purchase Order
|
|
612
|
+
ORDER_CONFIRM_REPOSITORY_NAME: 'orderConfirm',
|
|
613
|
+
ORDER_CONFIRM_COLLECTION_NAME: 'order_confirms',
|
|
614
|
+
ORDER_PRODUCT_REPOSITORY_NAME: 'orderProduct',
|
|
615
|
+
ORDER_PRODUCT_COLLECTION_NAME: 'order_products',
|
|
616
|
+
PURCHASE_TYPE_REPOSITORY_NAME: 'purchaseType',
|
|
617
|
+
PURCHASE_TYPE_COLLECTION_NAME: 'purchase_types',
|
|
618
|
+
PURCHASE_ORDER_REPOSITORY_NAME: 'purchaseOrder',
|
|
619
|
+
PURCHASE_ORDER_COLLECTION_NAME: 'purchase_orders',
|
|
620
|
+
PURCHASE_ORDER_DETAIL_REPOSITORY_NAME: 'purchaseOrderDetail',
|
|
621
|
+
PURCHASE_ORDER_DETAIL_COLLECTION_NAME: 'purchase_order_details',
|
|
622
|
+
ORDER_PROMOTION_REPOSITORY_NAME: 'orderPromotion',
|
|
623
|
+
ORDER_PROMOTION_COLLECTION_NAME: 'order_promotions',
|
|
624
|
+
ORDER_MODIFY_HISTORY_REPOSITORY_NAME: 'orderModifyHistory',
|
|
625
|
+
ORDER_MODIFY_HISTORY_COLLECTION_NAME: 'order_modify_histories',
|
|
626
|
+
// Delivery
|
|
627
|
+
DELIVERY_MODIFY_HISTORY_REPOSITORY_NAME: 'deliveryModifyHistory',
|
|
628
|
+
DELIVERY_MODIFY_HISTORY_COLLECTION_NAME: 'delivery_modify_histories',
|
|
629
|
+
// Invoice
|
|
630
|
+
INVOICE_REPOSITORY_NAME: 'invoice',
|
|
631
|
+
INVOICE_COLLECTION_NAME: 'invoices',
|
|
632
|
+
INVOICE_DETAIL_REPOSITORY_NAME: 'invoiceDetail',
|
|
633
|
+
INVOICE_DETAIL_COLLECTION_NAME: 'invoice_details',
|
|
634
|
+
INVOICE_PAYMENT_TYPE_REPOSITORY_NAME: 'invoicePaymentType',
|
|
635
|
+
INVOICE_PAYMENT_TYPE_COLLECTION_NAME: 'invoice_payment_types',
|
|
636
|
+
// Setting
|
|
637
|
+
PURCHASE_SETTING_REPOSITORY_NAME: 'purchaseSetting',
|
|
638
|
+
PURCHASE_SETTING_COLLECTION_NAME: 'purchase_settings',
|
|
639
|
+
// Detail Payment Invoices
|
|
640
|
+
DEBT_ITEMS_REPOSITORY_NAME: 'debtItems',
|
|
641
|
+
DEBT_ITEMS_COLLECTION_NAME: 'debt_items',
|
|
642
|
+
};
|
|
643
|
+
exports.default = COLLECTIONS;
|