@hiennc24/constant 1.0.13 → 1.0.15

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