@feedmepos/mf-hrm-portal 2.0.24-dev.1 → 2.0.24-dev.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AuditLogList-D13Tma55.js +1054 -0
- package/dist/{EmployeeList-B-XHFRU-.js → EmployeeList-CmU-WKPT.js} +76 -76
- package/dist/{Main-0k0WaemL.js → Main-Bb7KhUuL.js} +6 -6
- package/dist/{Main-CjfEUkuJ.js → Main-Br31SktO.js} +9 -9
- package/dist/{Main-2OGCqAeO.js → Main-CMv3GJZK.js} +4 -4
- package/dist/{PermissionSetList-Cl5Zkj0c.js → PermissionSetList-C6nSv0Em.js} +6 -6
- package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-DhsRoS9v.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-NFr_QRGO.js} +681 -681
- package/dist/{PortalUserSearcher.vue_vue_type_style_index_0_scoped_a439fdd8_lang-DREzWx0l.js → PortalUserSearcher.vue_vue_type_style_index_0_scoped_a439fdd8_lang-BypKOLqT.js} +1 -1
- package/dist/{RoleList-CqxTqm13.js → RoleList-VS11Dt8v.js} +51 -49
- package/dist/{TeamMemberList-BVWthOPA.js → TeamMemberList-BZv00x4B.js} +59 -59
- package/dist/{TimesheetList-Bh9v_qYt.js → TimesheetList-DFbVpInY.js} +9 -9
- package/dist/{TimesheetList.vue_vue_type_style_index_0_scoped_d7ed31d7_lang-CLPUVVhu.js → TimesheetList.vue_vue_type_style_index_0_scoped_91afda4e_lang-u6mJw-wq.js} +2 -2
- package/dist/{app-CMYV9sz0.js → app-DPuGdUoR.js} +136 -113
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-DlsortAX.js → dayjs.min-BhwkmEiy.js} +1 -1
- package/dist/{employee-walWoaes.js → employee-CUQGn4B5.js} +3 -3
- package/dist/{iteration-CzhHoG_z.js → iteration-C2RViFQ4.js} +1 -1
- package/dist/{lodash-DLFCPgMt.js → lodash-DQoFrc1P.js} +1 -1
- package/dist/{rule-BqeyTmLz.js → rule-DRvM4HKU.js} +25 -25
- package/dist/src/stores/team.d.ts +4 -1
- package/dist/src/views/audit-log/locales/index.d.ts +16 -8
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-BX_L8TWU.js → useAppStore-DqX0G_6s.js} +1 -1
- package/dist/{useLoading-BlNSXpjY.js → useLoading-Dx1S3DeY.js} +1 -1
- package/dist/{useReportPermissions-DiF4euxe.js → useReportPermissions-DH4hhuYf.js} +3 -3
- package/package.json +2 -2
- package/dist/AuditLogList-BetvGaDX.js +0 -1060
|
@@ -21,6 +21,9 @@ const Lt = {
|
|
|
21
21
|
dateRange: {
|
|
22
22
|
placeholder: "Select date range"
|
|
23
23
|
},
|
|
24
|
+
user: {
|
|
25
|
+
feedmeAdmin: "FeedMe Admin"
|
|
26
|
+
},
|
|
24
27
|
filter: {
|
|
25
28
|
user_placeholder: "User",
|
|
26
29
|
selected_user_prefix: "User: ",
|
|
@@ -87,8 +90,8 @@ const Lt = {
|
|
|
87
90
|
timestamp: "Date",
|
|
88
91
|
userName: "User Name",
|
|
89
92
|
userPhone: "Phone",
|
|
90
|
-
subject: "
|
|
91
|
-
action: "Action",
|
|
93
|
+
subject: "Subject",
|
|
94
|
+
action: "Action Description",
|
|
92
95
|
operation: "Operation",
|
|
93
96
|
outcome: "Status",
|
|
94
97
|
businessId: "Business ID",
|
|
@@ -106,13 +109,12 @@ const Lt = {
|
|
|
106
109
|
email: "E-mail",
|
|
107
110
|
action: "Action",
|
|
108
111
|
operation: "Operation",
|
|
109
|
-
role: "Role",
|
|
110
112
|
subject: "Subject",
|
|
111
113
|
field: "Field",
|
|
112
114
|
outcome: "Outcome",
|
|
113
115
|
business: "Business",
|
|
114
116
|
restaurant: "Restaurant",
|
|
115
|
-
|
|
117
|
+
eventDetails: "Event Details",
|
|
116
118
|
actionDescription: "Action Description",
|
|
117
119
|
metadata: "Metadata",
|
|
118
120
|
reason: "Reason",
|
|
@@ -153,18 +155,21 @@ const Lt = {
|
|
|
153
155
|
lastMonth: "เดือนที่แล้ว"
|
|
154
156
|
}
|
|
155
157
|
}, $t = {
|
|
156
|
-
title: "
|
|
158
|
+
title: "ประวัติการใช้งาน",
|
|
157
159
|
export: "ส่งออก",
|
|
158
160
|
dateRange: {
|
|
159
161
|
placeholder: "เลือกช่วงวันที่"
|
|
160
162
|
},
|
|
163
|
+
user: {
|
|
164
|
+
feedmeAdmin: "ผู้ดูแล FeedMe"
|
|
165
|
+
},
|
|
161
166
|
filter: {
|
|
162
167
|
user_placeholder: "ผู้ใช้",
|
|
163
168
|
selected_user_prefix: "ผู้ใช้: ",
|
|
164
169
|
subject_placeholder: "หัวข้อ",
|
|
165
170
|
selected_subject_prefix: "หัวข้อ: ",
|
|
166
|
-
action_placeholder: "
|
|
167
|
-
selected_action_prefix: "
|
|
171
|
+
action_placeholder: "การดำเนินการ",
|
|
172
|
+
selected_action_prefix: "การดำเนินการ: ",
|
|
168
173
|
status_placeholder: "สถานะ",
|
|
169
174
|
selected_status_prefix: "สถานะ: ",
|
|
170
175
|
outcome_placeholder: "สถานะ",
|
|
@@ -192,7 +197,7 @@ const Lt = {
|
|
|
192
197
|
timestamp: "วันที่",
|
|
193
198
|
user: "ผู้ใช้",
|
|
194
199
|
subject: "หัวข้อ",
|
|
195
|
-
action: "
|
|
200
|
+
action: "การดำเนินการ",
|
|
196
201
|
operation: "รายละเอียดการดำเนินการ",
|
|
197
202
|
outcome: "สถานะ"
|
|
198
203
|
},
|
|
@@ -204,8 +209,8 @@ const Lt = {
|
|
|
204
209
|
skipped: "ข้ามไป"
|
|
205
210
|
},
|
|
206
211
|
noData: {
|
|
207
|
-
title: "
|
|
208
|
-
subtitle: "
|
|
212
|
+
title: "ไม่มีประวัติการใช้งาน",
|
|
213
|
+
subtitle: "ประวัติการใช้งานสิทธิ์จะแสดงขึ้นที่นี่เมื่อมีกิจกรรมถูกบันทึก"
|
|
209
214
|
},
|
|
210
215
|
pagination: {
|
|
211
216
|
page: "หน้า {page}",
|
|
@@ -224,52 +229,51 @@ const Lt = {
|
|
|
224
229
|
timestamp: "วันที่",
|
|
225
230
|
userName: "ชื่อผู้ใช้",
|
|
226
231
|
userPhone: "เบอร์โทรศัพท์",
|
|
227
|
-
subject: "
|
|
228
|
-
action: "
|
|
232
|
+
subject: "ตำแหน่ง",
|
|
233
|
+
action: "การดำเนินการ",
|
|
229
234
|
operation: "รายละเอียดการดำเนินการ",
|
|
230
235
|
outcome: "สถานะ",
|
|
231
236
|
businessId: "รหัสธุรกิจ",
|
|
232
237
|
restaurantId: "รหัสร้านอาหาร",
|
|
233
238
|
country: "ประเทศ",
|
|
234
239
|
resolvedFrom: "แก้ไขจาก",
|
|
235
|
-
requestMethod: "
|
|
236
|
-
requestPath: "
|
|
240
|
+
requestMethod: "วิธีการเข้าถึง",
|
|
241
|
+
requestPath: "URL ที่เข้าถึง"
|
|
237
242
|
},
|
|
238
243
|
detail: {
|
|
239
|
-
header: "
|
|
244
|
+
header: "รายละเอียดประวัติการใช้งาน",
|
|
240
245
|
date: "วันที่",
|
|
241
246
|
timestamp: "เวลา",
|
|
242
247
|
user: "ผู้ใช้",
|
|
243
248
|
email: "อีเมล",
|
|
244
|
-
action: "
|
|
249
|
+
action: "การดำเนินการ",
|
|
245
250
|
operation: "รายละเอียดการดำเนินการ",
|
|
246
|
-
role: "บทบาท",
|
|
247
251
|
subject: "หัวข้อ",
|
|
248
252
|
field: "ฟิลด์",
|
|
249
253
|
outcome: "ผลลัพธ์",
|
|
250
254
|
business: "ธุรกิจ",
|
|
251
255
|
restaurant: "ร้านอาหาร",
|
|
252
|
-
|
|
256
|
+
eventDetails: "รายละเอียดเหตุการณ์",
|
|
253
257
|
actionDescription: "คำอธิบายการกระทำ",
|
|
254
|
-
metadata: "
|
|
258
|
+
metadata: "ข้อมูลเพิ่มเติม",
|
|
255
259
|
reason: "เหตุผล",
|
|
256
260
|
resolvedFrom: "แก้ไขจาก",
|
|
257
261
|
resolvedFromValue: {
|
|
258
262
|
admin: "ผู้ดูแลระบบ",
|
|
259
263
|
staff: "พนักงาน",
|
|
260
|
-
permissionSet: "
|
|
261
|
-
systemPermissionSet: "
|
|
264
|
+
permissionSet: "กลุ่มสิทธิ์",
|
|
265
|
+
systemPermissionSet: "กลุ่มสิทธิ์ระบบ",
|
|
262
266
|
custom: "กำหนดเอง",
|
|
263
267
|
noMatch: "ไม่พบรายการที่ตรงกัน",
|
|
264
268
|
unknown: "ไม่ทราบ"
|
|
265
269
|
},
|
|
266
|
-
permissionSet: "
|
|
270
|
+
permissionSet: "กลุ่มสิทธิ์",
|
|
267
271
|
permissionTrace: "เส้นทางสิทธิ์",
|
|
268
272
|
decisivePermission: "กฎที่จำเป็น",
|
|
269
273
|
decisiveRule: "กฎที่เด็ดขาด",
|
|
270
274
|
request: "คำขอ",
|
|
271
|
-
requestMethod: "
|
|
272
|
-
requestPath: "
|
|
275
|
+
requestMethod: "วิธีการเข้าถึง",
|
|
276
|
+
requestPath: "URL ที่เข้าถึง",
|
|
273
277
|
requestBody: "เนื้อหาคำขอ"
|
|
274
278
|
}
|
|
275
279
|
}, pn = {
|
|
@@ -296,6 +300,9 @@ const Lt = {
|
|
|
296
300
|
dateRange: {
|
|
297
301
|
placeholder: "选择日期范围"
|
|
298
302
|
},
|
|
303
|
+
user: {
|
|
304
|
+
feedmeAdmin: "FeedMe 管理员"
|
|
305
|
+
},
|
|
299
306
|
filter: {
|
|
300
307
|
user_placeholder: "用户",
|
|
301
308
|
selected_user_prefix: "用户: ",
|
|
@@ -362,8 +369,8 @@ const Lt = {
|
|
|
362
369
|
timestamp: "日期",
|
|
363
370
|
userName: "用户名",
|
|
364
371
|
userPhone: "手机号",
|
|
365
|
-
subject: "
|
|
366
|
-
action: "
|
|
372
|
+
subject: "主题",
|
|
373
|
+
action: "操作说明",
|
|
367
374
|
operation: "操作说明",
|
|
368
375
|
outcome: "状态",
|
|
369
376
|
businessId: "商家 ID",
|
|
@@ -381,13 +388,12 @@ const Lt = {
|
|
|
381
388
|
email: "邮箱",
|
|
382
389
|
action: "操作",
|
|
383
390
|
operation: "操作说明",
|
|
384
|
-
role: "角色",
|
|
385
391
|
subject: "主题",
|
|
386
392
|
field: "字段",
|
|
387
393
|
outcome: "结果",
|
|
388
394
|
business: "商家",
|
|
389
395
|
restaurant: "餐厅",
|
|
390
|
-
|
|
396
|
+
eventDetails: "事件详情",
|
|
391
397
|
actionDescription: "操作说明",
|
|
392
398
|
metadata: "元数据",
|
|
393
399
|
reason: "原因",
|
|
@@ -434,6 +440,9 @@ const Lt = {
|
|
|
434
440
|
dateRange: {
|
|
435
441
|
placeholder: "選擇日期範圍"
|
|
436
442
|
},
|
|
443
|
+
user: {
|
|
444
|
+
feedmeAdmin: "FeedMe 管理員"
|
|
445
|
+
},
|
|
437
446
|
filter: {
|
|
438
447
|
user_placeholder: "用戶",
|
|
439
448
|
selected_user_prefix: "用戶: ",
|
|
@@ -500,8 +509,8 @@ const Lt = {
|
|
|
500
509
|
timestamp: "日期",
|
|
501
510
|
userName: "用戶名稱",
|
|
502
511
|
userPhone: "手機號碼",
|
|
503
|
-
subject: "
|
|
504
|
-
action: "
|
|
512
|
+
subject: "主題",
|
|
513
|
+
action: "操作說明",
|
|
505
514
|
operation: "操作說明",
|
|
506
515
|
outcome: "狀態",
|
|
507
516
|
businessId: "商家 ID",
|
|
@@ -519,13 +528,12 @@ const Lt = {
|
|
|
519
528
|
email: "電子郵件",
|
|
520
529
|
action: "操作",
|
|
521
530
|
operation: "操作說明",
|
|
522
|
-
role: "角色",
|
|
523
531
|
subject: "主題",
|
|
524
532
|
field: "字段",
|
|
525
533
|
outcome: "結果",
|
|
526
534
|
business: "商家",
|
|
527
535
|
restaurant: "餐廳",
|
|
528
|
-
|
|
536
|
+
eventDetails: "事件詳情",
|
|
529
537
|
actionDescription: "操作說明",
|
|
530
538
|
metadata: "元數據",
|
|
531
539
|
reason: "原因",
|
|
@@ -776,14 +784,14 @@ const Lt = {
|
|
|
776
784
|
code: "รหัส",
|
|
777
785
|
name: "ชื่อ",
|
|
778
786
|
restaurants: "ร้านอาหาร",
|
|
779
|
-
assignedRole: "
|
|
787
|
+
assignedRole: "ตำแหน่งที่ได้รับมอบหมาย",
|
|
780
788
|
since: "เข้าร่วมตั้งแต่"
|
|
781
789
|
},
|
|
782
790
|
form: {
|
|
783
791
|
add: "สร้างพนักงาน",
|
|
784
792
|
update: "อัพเดทพนักงาน",
|
|
785
793
|
employeeSetting: "ตั้งค่าพนักงาน",
|
|
786
|
-
assignmentSection: "
|
|
794
|
+
assignmentSection: "การกำหนดสาขาและตำแหน่ง",
|
|
787
795
|
addAnother: "เพิ่มอีกหนึ่งรายการ",
|
|
788
796
|
masterUserConfig: "ตั้งค่าผู้ใช้หลัก",
|
|
789
797
|
code: "รหัส",
|
|
@@ -794,9 +802,9 @@ const Lt = {
|
|
|
794
802
|
passcodeRequired: "รหัสผ่านต้องเป็นตัวเลข 4 หลัก",
|
|
795
803
|
passcodeGenerate: "สร้างรหัส",
|
|
796
804
|
atLeastOneRestaurant: "เลือกร้านอาหารอย่างน้อยหนึ่งสาขา",
|
|
797
|
-
roleRequired: "
|
|
805
|
+
roleRequired: "กรุณาเลือกตำแหน่งให้ทุกร้านอาหาร",
|
|
798
806
|
all: "ทั้งหมด",
|
|
799
|
-
role: "
|
|
807
|
+
role: "ตำแหน่ง",
|
|
800
808
|
name: "ชื่อ"
|
|
801
809
|
},
|
|
802
810
|
create: {
|
|
@@ -815,8 +823,8 @@ const Lt = {
|
|
|
815
823
|
placeholder: "ค้นหาพนักงาน"
|
|
816
824
|
},
|
|
817
825
|
filter: {
|
|
818
|
-
role_placeholder: "
|
|
819
|
-
selected_role_prefix: "
|
|
826
|
+
role_placeholder: "กรองตามตำแหน่ง",
|
|
827
|
+
selected_role_prefix: "ตำแหน่งที่เลือก: "
|
|
820
828
|
},
|
|
821
829
|
restaurants: "ร้านอาหาร: {restaurants}",
|
|
822
830
|
noData: {
|
|
@@ -831,8 +839,8 @@ const Lt = {
|
|
|
831
839
|
}
|
|
832
840
|
},
|
|
833
841
|
role: {
|
|
834
|
-
title: "
|
|
835
|
-
createButtonLabel: "
|
|
842
|
+
title: "ตำแหน่ง",
|
|
843
|
+
createButtonLabel: "สร้างตำแหน่ง",
|
|
836
844
|
columns: {
|
|
837
845
|
name: "ชื่อ",
|
|
838
846
|
operation: "การดำเนินการ",
|
|
@@ -856,20 +864,20 @@ const Lt = {
|
|
|
856
864
|
successMessage: "{name} อัปเดตสำเร็จ"
|
|
857
865
|
},
|
|
858
866
|
remove: {
|
|
859
|
-
title: "
|
|
860
|
-
message: "
|
|
867
|
+
title: "ลบตำแหน่ง",
|
|
868
|
+
message: "คุณต้องการลบตำแหน่ง {name} ใช่หรือไม่?",
|
|
861
869
|
successMessage: "ลบ {name} สำเร็จ"
|
|
862
870
|
},
|
|
863
871
|
search: {
|
|
864
|
-
placeholder: "
|
|
872
|
+
placeholder: "ค้นหาตำแหน่ง"
|
|
865
873
|
},
|
|
866
874
|
form: {
|
|
867
|
-
add: "
|
|
868
|
-
update: "
|
|
875
|
+
add: "สร้างตำแหน่ง",
|
|
876
|
+
update: "อัปเดตตำแหน่ง",
|
|
869
877
|
name: "ชื่อ",
|
|
870
878
|
required: "โปรดระบุข้อมูล",
|
|
871
879
|
all: "ทั้งหมด",
|
|
872
|
-
roleDetail: "
|
|
880
|
+
roleDetail: "รายละเอียดตำแหน่ง",
|
|
873
881
|
atLeastOneRestaurant: "เลือกร้านอาหารอย่างน้อยหนึ่งสาขา",
|
|
874
882
|
permissions: "สิทธิ์",
|
|
875
883
|
maxDiscountPercentage: "เปอร์เซ็นต์ส่วนลดสูงสุด",
|
|
@@ -878,14 +886,14 @@ const Lt = {
|
|
|
878
886
|
minValueIs: "ค่าต่ำสุดคือ {min}",
|
|
879
887
|
restaurant: "ร้านอาหาร",
|
|
880
888
|
permissionLabels: {
|
|
881
|
-
"order:discount": "
|
|
889
|
+
"order:discount": "ใช้ส่วนลด",
|
|
882
890
|
"order:changePrice": "เปลี่ยนราคา",
|
|
883
|
-
"order:void": "
|
|
884
|
-
"order:payment": "
|
|
885
|
-
"order:claimDeposit": "
|
|
886
|
-
"order:resend": "
|
|
887
|
-
"order:changePaymentType": "
|
|
888
|
-
refund: "
|
|
891
|
+
"order:void": "ยกเลิกออเดอร์",
|
|
892
|
+
"order:payment": "ชำระเงิน",
|
|
893
|
+
"order:claimDeposit": "ขอคืนมัดจำ",
|
|
894
|
+
"order:resend": "ส่งออเดอร์ซ้ำ",
|
|
895
|
+
"order:changePaymentType": "เปลี่ยนวิธีการชำระเงิน",
|
|
896
|
+
refund: "ขอคืนเงิน",
|
|
889
897
|
counter: "เคาน์เตอร์",
|
|
890
898
|
mallIntegration: "การเชื่อมต่อกับห้างสรรพสินค้า",
|
|
891
899
|
drawer: "ลิ้นชัก",
|
|
@@ -922,8 +930,8 @@ const Lt = {
|
|
|
922
930
|
}
|
|
923
931
|
},
|
|
924
932
|
noData: {
|
|
925
|
-
title: "
|
|
926
|
-
subtitle: "
|
|
933
|
+
title: "ไม่พบตำแหน่ง",
|
|
934
|
+
subtitle: "คุณไม่มีตำแหน่งที่จะแสดงในขณะนี้"
|
|
927
935
|
},
|
|
928
936
|
tooltip: {
|
|
929
937
|
labels: {
|
|
@@ -1619,55 +1627,55 @@ const Lt = {
|
|
|
1619
1627
|
permissionSet: cs,
|
|
1620
1628
|
team: ls
|
|
1621
1629
|
}, Symbol.toStringTag, { value: "Module" })), As = {
|
|
1622
|
-
title: "
|
|
1630
|
+
title: "ผู้ดูแลระบบ",
|
|
1623
1631
|
actions: {
|
|
1624
|
-
addMember: "
|
|
1625
|
-
updateMember: "
|
|
1626
|
-
removeMember: "
|
|
1632
|
+
addMember: "เพิ่มผู้ดูแลระบบ",
|
|
1633
|
+
updateMember: "อัปเดตผู้ดูแลระบบ",
|
|
1634
|
+
removeMember: "ลบผู้ดูแลระบบ"
|
|
1627
1635
|
},
|
|
1628
1636
|
table: {
|
|
1629
1637
|
columns: {
|
|
1630
1638
|
name: "ชื่อ",
|
|
1631
1639
|
phoneNumber: "ผู้ติดต่อ",
|
|
1632
1640
|
restaurant: "ร้านอาหาร",
|
|
1633
|
-
permission: "
|
|
1634
|
-
assignedRoles: "
|
|
1641
|
+
permission: "สิทธิ์",
|
|
1642
|
+
assignedRoles: "ตำแหน่งที่กำหนด"
|
|
1635
1643
|
}
|
|
1636
1644
|
},
|
|
1637
1645
|
labels: {
|
|
1638
1646
|
all: "ทั้งหมด",
|
|
1639
1647
|
businessOwner: "เจ้าของธุรกิจ",
|
|
1640
|
-
permission: "
|
|
1641
|
-
permissions: "
|
|
1648
|
+
permission: "สิทธิ์",
|
|
1649
|
+
permissions: "สิทธิ์",
|
|
1642
1650
|
allowed: "{ count } สิทธิ์ที่อนุญาต",
|
|
1643
1651
|
restaurant: "ร้านอาหาร",
|
|
1644
1652
|
warehouse: "คลังสินค้า"
|
|
1645
1653
|
},
|
|
1646
1654
|
removeMember: {
|
|
1647
|
-
title: "
|
|
1648
|
-
confirmationMessage: "
|
|
1655
|
+
title: "ลบผู้ดูแลระบบ",
|
|
1656
|
+
confirmationMessage: "คุณต้องการที่จะลบ {memberName} จริงหรือไม่?",
|
|
1649
1657
|
successMessage: "{memberName} ถูกลบออก"
|
|
1650
1658
|
},
|
|
1651
1659
|
addMember: {
|
|
1652
|
-
title: "
|
|
1660
|
+
title: "เพิ่มผู้ดูแลระบบ",
|
|
1653
1661
|
successMessage: "เพิ่ม {memberName} แล้ว"
|
|
1654
1662
|
},
|
|
1655
1663
|
updateMember: {
|
|
1656
|
-
title: "
|
|
1664
|
+
title: "อัปเดตผู้ดูแลระบบ",
|
|
1657
1665
|
successMessage: "อัปเดต {memberName} แล้ว"
|
|
1658
1666
|
},
|
|
1659
1667
|
search: {
|
|
1660
|
-
placeholder: "
|
|
1668
|
+
placeholder: "ค้นหาผู้ดูแลระบบ"
|
|
1661
1669
|
},
|
|
1662
1670
|
filter: {
|
|
1663
|
-
permission_placeholder: "
|
|
1671
|
+
permission_placeholder: "กรองตามสิทธิ์",
|
|
1664
1672
|
selected_permission_prefix: "สิทธิ์ที่เลือก: ",
|
|
1665
|
-
assigned_role_placeholder: "
|
|
1666
|
-
selected_assigned_role_prefix: "
|
|
1673
|
+
assigned_role_placeholder: "ตำแหน่งที่กำหนด",
|
|
1674
|
+
selected_assigned_role_prefix: "ตำแหน่งที่เลือก: "
|
|
1667
1675
|
},
|
|
1668
1676
|
emptyState: {
|
|
1669
|
-
title: "
|
|
1670
|
-
description: "
|
|
1677
|
+
title: "ไม่พบผู้ดูแลระบบ",
|
|
1678
|
+
description: "คุณไม่มีผู้ดูแลระบบที่จะแสดงในขณะนี้"
|
|
1671
1679
|
},
|
|
1672
1680
|
memberForm: {
|
|
1673
1681
|
searchUser: {
|
|
@@ -1685,7 +1693,7 @@ const Lt = {
|
|
|
1685
1693
|
emailAddress: "ที่อยู่อีเมล"
|
|
1686
1694
|
},
|
|
1687
1695
|
permissions: {
|
|
1688
|
-
title: "
|
|
1696
|
+
title: "สิทธิ์",
|
|
1689
1697
|
manageable: "จัดการได้ {context}",
|
|
1690
1698
|
search: "ค้นหา {context}",
|
|
1691
1699
|
general: "สิทธิ์ทั่วไป",
|
|
@@ -1693,8 +1701,8 @@ const Lt = {
|
|
|
1693
1701
|
hrm: "สิทธิ์ HRM",
|
|
1694
1702
|
crm: "สิทธิ์ CRM",
|
|
1695
1703
|
includedFuture: "รวม {context} ในอนาคต",
|
|
1696
|
-
includedNewRole: "
|
|
1697
|
-
roles: "
|
|
1704
|
+
includedNewRole: "รวมตำแหน่งใหม่ที่เพิ่มเข้ามา",
|
|
1705
|
+
roles: "ตำแหน่ง POS ที่สามารถใช้ได้",
|
|
1698
1706
|
inherited: "สิทธิ์ที่ได้รับการสืบทอดจาก:",
|
|
1699
1707
|
allowedCount: "{count} สิทธิ์ที่อนุญาต",
|
|
1700
1708
|
columnName: "ชื่อ",
|
|
@@ -1705,54 +1713,54 @@ const Lt = {
|
|
|
1705
1713
|
passcode: "รหัสผ่านผู้ใช้หลัก",
|
|
1706
1714
|
passcodeRequired: "รหัสผ่านต้องเป็นตัวเลข 4 หลัก",
|
|
1707
1715
|
sublabel: "ผู้ใช้หลักสามารถเข้าถึงระบบ POS ของร้านอาหารได้",
|
|
1708
|
-
assignmentSection: "
|
|
1716
|
+
assignmentSection: "การกำหนดสาขาและตำแหน่ง",
|
|
1709
1717
|
addAnother: "เพิ่มอีก",
|
|
1710
1718
|
code: "รหัส",
|
|
1711
1719
|
name: "ชื่อ",
|
|
1712
|
-
role: "
|
|
1720
|
+
role: "ตำแหน่ง",
|
|
1713
1721
|
nameEmptyError: "กรุณาป้อนชื่อ",
|
|
1714
1722
|
restaurantRequired: "กรุณาเลือกร้านอาหารอย่างน้อย 1 แห่ง",
|
|
1715
|
-
roleRequired: "
|
|
1723
|
+
roleRequired: "กรุณากำหนดตำแหน่งให้กับร้านอาหารที่เลือกทุกแห่ง"
|
|
1716
1724
|
},
|
|
1717
1725
|
posRole: {
|
|
1718
|
-
placeholder: "
|
|
1726
|
+
placeholder: "ค้นหาตำแหน่ง POS"
|
|
1719
1727
|
},
|
|
1720
1728
|
permissionSet: {
|
|
1721
|
-
title: "
|
|
1722
|
-
selectPlaceholder: "
|
|
1729
|
+
title: "ตำแหน่งสิทธิ์",
|
|
1730
|
+
selectPlaceholder: "เลือกตำแหน่งสิทธิ์"
|
|
1723
1731
|
}
|
|
1724
1732
|
}
|
|
1725
1733
|
}, us = {
|
|
1726
|
-
title: "
|
|
1727
|
-
createButtonLabel: "
|
|
1734
|
+
title: "กลุ่มสิทธิ์",
|
|
1735
|
+
createButtonLabel: "สร้างกลุ่มสิทธิ์",
|
|
1728
1736
|
search: {
|
|
1729
|
-
placeholder: "
|
|
1737
|
+
placeholder: "ค้นหากลุ่มสิทธิ์"
|
|
1730
1738
|
},
|
|
1731
1739
|
noData: {
|
|
1732
|
-
title: "
|
|
1733
|
-
subtitle: "
|
|
1740
|
+
title: "ไม่พบกลุ่มสิทธิ์",
|
|
1741
|
+
subtitle: "คุณไม่มีกลุ่มสิทธิ์ที่จะแสดงในขณะนี้"
|
|
1734
1742
|
},
|
|
1735
1743
|
form: {
|
|
1736
1744
|
create: {
|
|
1737
|
-
title: "
|
|
1745
|
+
title: "สร้างกลุ่มสิทธิ์",
|
|
1738
1746
|
confirmButtonLabel: "สร้าง"
|
|
1739
1747
|
},
|
|
1740
1748
|
update: {
|
|
1741
|
-
title: "
|
|
1749
|
+
title: "อัปเดตกลุ่มสิทธิ์",
|
|
1742
1750
|
confirmButtonLabel: "อัปเดต"
|
|
1743
1751
|
},
|
|
1744
1752
|
delete: {
|
|
1745
|
-
title: "
|
|
1746
|
-
confirmationMessage: "
|
|
1747
|
-
successMessage: "
|
|
1748
|
-
conflictError: '
|
|
1749
|
-
setReferencedConflictError: '
|
|
1753
|
+
title: "ลบกลุ่มสิทธิ์",
|
|
1754
|
+
confirmationMessage: "คุณต้องการลบกลุ่มสิทธิ์ {permissionSetName} จริงหรือไม่?",
|
|
1755
|
+
successMessage: "ลบกลุ่มสิทธิ์ {permissionSetName} แล้ว",
|
|
1756
|
+
conflictError: 'ไม่สามารถลบกลุ่มสิทธิ์ "{permissionSetName}" ได้ เนื่องจากยังมีผู้ใช้งานที่ได้รับการกำหนดกลุ่มสิทธิ์นี้อยู่ กรุณายกเลิกการกำหนดทั้งหมดก่อน',
|
|
1757
|
+
setReferencedConflictError: 'ไม่สามารถลบกลุ่มสิทธิ์ "{permissionSetName}" ได้ เนื่องจากถูกอ้างอิงโดยกลุ่มสิทธิ์อื่น กรุณาลบการอ้างอิงเหล่านั้นก่อน'
|
|
1750
1758
|
},
|
|
1751
|
-
name: "
|
|
1752
|
-
namePlaceholder: "
|
|
1753
|
-
nameRequired: "
|
|
1754
|
-
includedSets: "
|
|
1755
|
-
includedSetsPlaceholder: "
|
|
1759
|
+
name: "ชื่อกลุ่มสิทธิ์",
|
|
1760
|
+
namePlaceholder: "ป้อนชื่อกลุ่มสิทธิ์",
|
|
1761
|
+
nameRequired: "โปรดระบุชื่อกลุ่มสิทธิ์",
|
|
1762
|
+
includedSets: "กลุ่มสิทธิ์ที่รวมอยู่",
|
|
1763
|
+
includedSetsPlaceholder: "เลือกกลุ่มสิทธิ์ที่จะรวม"
|
|
1756
1764
|
},
|
|
1757
1765
|
categoryLabels: {
|
|
1758
1766
|
General: "ทั่วไป",
|
|
@@ -1827,9 +1835,9 @@ const Lt = {
|
|
|
1827
1835
|
"business::payment::paymentOnboarding": "จัดการการลงทะเบียนชำระเงิน",
|
|
1828
1836
|
"business::payment::transactions": "จัดการธุรกรรมการชำระเงิน",
|
|
1829
1837
|
"business::payment::settlements": "จัดการการชำระบัญชี",
|
|
1830
|
-
"business::hrm::teamMember": "
|
|
1838
|
+
"business::hrm::teamMember": "จัดการผู้ดูแลระบบ",
|
|
1831
1839
|
"business::hrm::employee": "จัดการพนักงาน",
|
|
1832
|
-
"business::hrm::auditLog": "
|
|
1840
|
+
"business::hrm::auditLog": "จัดการประวัติการใช้งาน",
|
|
1833
1841
|
"business::report::createReport": "สร้างรายงาน",
|
|
1834
1842
|
"business::report::accessOverview": "เข้าถึงหน้าภาพรวม",
|
|
1835
1843
|
"business::report::accessInsight": "เข้าถึงหน้าข้อมูลเชิงลึก",
|
|
@@ -1841,7 +1849,7 @@ const Lt = {
|
|
|
1841
1849
|
table: {
|
|
1842
1850
|
columns: {
|
|
1843
1851
|
name: "ชื่อ",
|
|
1844
|
-
permissions: "
|
|
1852
|
+
permissions: "สิทธิ์"
|
|
1845
1853
|
}
|
|
1846
1854
|
}
|
|
1847
1855
|
}, Fn = {
|
|
@@ -2406,15 +2414,15 @@ const Lt = {
|
|
|
2406
2414
|
restaurant: "ร้านอาหาร",
|
|
2407
2415
|
selectRestaurant: "เลือกร้านอาหาร",
|
|
2408
2416
|
restaurantRequired: "ต้องเลือกร้านอาหาร",
|
|
2409
|
-
role: "
|
|
2410
|
-
selectRole: "
|
|
2411
|
-
roleRequired: "
|
|
2417
|
+
role: "ตำแหน่ง",
|
|
2418
|
+
selectRole: "เลือกตำแหน่ง",
|
|
2419
|
+
roleRequired: "ต้องเลือกตำแหน่ง"
|
|
2412
2420
|
},
|
|
2413
2421
|
columns: {
|
|
2414
2422
|
passcode: "รหัสผ่าน",
|
|
2415
2423
|
name: "ชื่อ",
|
|
2416
2424
|
restaurant: "ร้านอาหาร",
|
|
2417
|
-
role: "
|
|
2425
|
+
role: "ตำแหน่ง",
|
|
2418
2426
|
status: "สถานะ",
|
|
2419
2427
|
grantedBy: "ให้สิทธิ์โดย",
|
|
2420
2428
|
createdAt: "สร้างเมื่อ"
|
|
@@ -2578,7 +2586,7 @@ const Lt = {
|
|
|
2578
2586
|
"th-TH": zn,
|
|
2579
2587
|
"zh-Hant": Sn
|
|
2580
2588
|
};
|
|
2581
|
-
var t = /* @__PURE__ */ ((e) => (e.manage = "manage", e.create = "create", e.read = "read", e.update = "update", e.delete = "delete", e))(t || {}), o = /* @__PURE__ */ ((e) => (e.miniProgram_profile = "business::miniProgram::profile", e.miniProgram_brandkit = "business::miniProgram::brandkit", e.miniProgram_template = "business::miniProgram::template", e.miniProgram_publish = "business::miniProgram::publish", e.miniProgram_assets = "business::miniProgram::assets", e.miniProgram_nativeCredentials = "business::miniProgram::nativeCredentials", e.crm = "business::crm", e.crm_promotion = "business::crm::promotion", e.crm_voucher = "business::crm::voucher", e.crm_membership = "business::crm::membership", e.crm_analytic = "business::crm::analytic", e.crm_tier = "business::crm::tier", e.crm_title = "business::crm::title", e.crm_broadcast = "business::crm::broadcast", e.crm_point = "business::crm::point", e.crm_credit = "business::crm::credit", e.crm_experience = "business::crm::experience", e.crm_game = "business::crm::game", e.crm_mission = "business::crm::mission", e.crm_loyaltyMember = "business::crm::loyaltyMember", e.crm_loyaltySegment = "business::crm::loyaltySegment", e.crm_loyaltyCard = "business::crm::loyaltyCard", e.crm_referral = "business::crm::referral", e.crm_store = "business::crm::store", e.crm_transaction = "business::crm::transaction", e.crm_setting = "business::crm::setting", e.crm_bin = "business::crm::bin", e.payment = "business::payment", e.payment_payoutAccount = "business::payment::payoutAccount", e.payment_paymentOnboarding = "business::payment::paymentOnboarding", e.payment_transactions = "business::payment::transactions", e.payment_settlements = "business::payment::settlements", e.inventory_stock = "business::inventory::stock", e.inventory_stockBalance = "business::inventory::stockBalance", e.inventory_stockAdjustment = "business::inventory::stockAdjustment", e.inventory_unitCostHistory = "business::inventory::unitCostHistory", e.inventory_wastageTemplate = "business::inventory::wastageTemplate", e.inventory_closingHistory = "business::inventory::closingHistory", e.inventory_closingTemplate = "business::inventory::closingTemplate", e.inventory_closingDraft = "business::inventory::closingDraft", e.inventory_ingredient = "business::inventory::ingredient", e.inventory_ingredientGroup = "business::inventory::ingredientGroup", e.inventory_recipe = "business::inventory::recipe", e.inventory_unit = "business::inventory::unit", e.inventory_purchaseTransfer = "business::inventory::purchaseTransfer", e.inventory_orderDraftApproval = "business::inventory::orderDraftApproval", e.inventory_transferOut = "business::inventory::transferOut", e.inventory_surcharge = "business::inventory::surcharge", e.inventory_orderTemplate = "business::inventory::orderTemplate", e.inventory_supplier = "business::inventory::supplier", e.inventory_warehouse = "business::inventory::warehouse", e.inventory_publish = "business::inventory::publish", e.inventory_import = "business::inventory::import", e.inventory_integration = "business::inventory::integration", e.hrm = "business::hrm", e.hrm_employee = "business::hrm::employee", e.hrm_teamMember = "business::hrm::teamMember", e.hrm_auditLog = "business::hrm::auditLog", e.menu = "business::menu", e.menu_item = "business::menu::item", e.menu_catalog = "business::menu::catalog", e.menu_category = "business::menu::category", e.menu_subCategory = "business::menu::subCategory", e.menu_group = "business::menu::group", e.menu_takeaway = "business::menu::takeaway", e.menu_scheduler = "business::menu::scheduler", e.menu_variant = "business::menu::variant", e.menu_cookingGuide = "business::menu::cookingGuide", e.menu_printRoute = "business::menu::printRoute", e.menu_servingSequence = "business::menu::servingSequence", e.menu_settings = "business::menu::settings", e.menu_publish = "business::menu::publish", e.menu_menuManagement = "business::menu::menuManagement", e.menu_importExport = "business::menu::importExport", e.menu_unit = "business::menu::unit", e.menu_ingredient = "business::menu::ingredient", e.menu_recipe = "business::menu::recipe", e.restaurant = "business::restaurant", e.role = "business::role", e.mdm_deviceManagement = "business::mdm::deviceManagement", e.mdm_createDevice = "business::mdm::createDevice", e.mdm_deviceBinding = "business::mdm::deviceBinding", e.mdm_customerDisplay = "business::mdm::customerDisplay", e.eInvoice_management = "business::eInvoice::management", e.eInvoice_integration = "business::eInvoice::integration", e.profile = "business::profile", e.report_createReport = "business::report::createReport", e.report_accessInsight = "business::report::accessInsight", e.report_accessSetting = "business::report::accessSetting", e.report_accessIntegration = "business::report::accessIntegration", e.report_accessOverview = "business::report::accessOverview", e.report_reports_allDefaultReports = "business::report::allDefaultReports", e.report_reports_allCustomReports = "business::report::allCustomReports", e.operation_receipt = "business::operation::receipt", e.operation_tableManagement = "business::operation::tableManagement", e.operation_offlinePayment = "business::operation::offlinePayment", e.operation_reasonTemplate = "business::operation::reasonTemplate", e.operation_discountRule = "business::operation::discountRule", e.operation_serviceCharge = "business::operation::serviceCharge", e.operation_kitchenPrintTemplate = "business::operation::kitchenPrintTemplate", e))(o || {}), U = /* @__PURE__ */ ((e) => (e.profile = "business::profile", e.restaurant = "business::restaurant", e.menu = "business::menu", e.promotion = "business::promotion", e.voucher = "business::voucher", e.membership = "business::membership", e.stock = "business::stock", e.permission = "business::permission", e.role = "business::role", e.wastageTemplate = "business::wastageTemplate", e.closingTemplate = "business::closingTemplate", e.orderTemplate = "business::orderTemplate", e.ingredient = "business::ingredient", e.recipe = "business::recipe", e.unit = "business::unit", e.supplier = "business::supplier", e.warehouse = "business::warehouse", e.publish = "business::publish", e.integration = "business::integration", e.orderDraft = "business::orderDraft", e.unitCostHistory = "business::unitCostHistory", e))(U || {}), hs = /* @__PURE__ */ ((e) => (e.restaurant = "restaurant", e))(hs || {});
|
|
2589
|
+
var t = /* @__PURE__ */ ((e) => (e.manage = "manage", e.create = "create", e.read = "read", e.update = "update", e.delete = "delete", e))(t || {}), o = /* @__PURE__ */ ((e) => (e.miniProgram_profile = "business::miniProgram::profile", e.miniProgram_brandkit = "business::miniProgram::brandkit", e.miniProgram_template = "business::miniProgram::template", e.miniProgram_publish = "business::miniProgram::publish", e.miniProgram_assets = "business::miniProgram::assets", e.miniProgram_nativeCredentials = "business::miniProgram::nativeCredentials", e.crm = "business::crm", e.crm_promotion = "business::crm::promotion", e.crm_voucher = "business::crm::voucher", e.crm_membership = "business::crm::membership", e.crm_analytic = "business::crm::analytic", e.crm_tier = "business::crm::tier", e.crm_title = "business::crm::title", e.crm_broadcast = "business::crm::broadcast", e.crm_point = "business::crm::point", e.crm_credit = "business::crm::credit", e.crm_experience = "business::crm::experience", e.crm_game = "business::crm::game", e.crm_mission = "business::crm::mission", e.crm_loyaltyMember = "business::crm::loyaltyMember", e.crm_loyaltySegment = "business::crm::loyaltySegment", e.crm_loyaltyCard = "business::crm::loyaltyCard", e.crm_referral = "business::crm::referral", e.crm_store = "business::crm::store", e.crm_transaction = "business::crm::transaction", e.crm_setting = "business::crm::setting", e.crm_bin = "business::crm::bin", e.payment = "business::payment", e.payment_payoutAccount = "business::payment::payoutAccount", e.payment_paymentOnboarding = "business::payment::paymentOnboarding", e.payment_transactions = "business::payment::transactions", e.payment_settlements = "business::payment::settlements", e.inventory_stock = "business::inventory::stock", e.inventory_stockBalance = "business::inventory::stockBalance", e.inventory_stockAdjustment = "business::inventory::stockAdjustment", e.inventory_unitCostHistory = "business::inventory::unitCostHistory", e.inventory_wastageTemplate = "business::inventory::wastageTemplate", e.inventory_closingHistory = "business::inventory::closingHistory", e.inventory_closingTemplate = "business::inventory::closingTemplate", e.inventory_closingDraft = "business::inventory::closingDraft", e.inventory_ingredient = "business::inventory::ingredient", e.inventory_ingredientGroup = "business::inventory::ingredientGroup", e.inventory_recipe = "business::inventory::recipe", e.inventory_unit = "business::inventory::unit", e.inventory_purchaseTransfer = "business::inventory::purchaseTransfer", e.inventory_orderDraftApproval = "business::inventory::orderDraftApproval", e.inventory_transferOut = "business::inventory::transferOut", e.inventory_surcharge = "business::inventory::surcharge", e.inventory_orderTemplate = "business::inventory::orderTemplate", e.inventory_supplier = "business::inventory::supplier", e.inventory_warehouse = "business::inventory::warehouse", e.inventory_publish = "business::inventory::publish", e.inventory_import = "business::inventory::import", e.inventory_integration = "business::inventory::integration", e.hrm = "business::hrm", e.hrm_employee = "business::hrm::employee", e.hrm_teamMember = "business::hrm::teamMember", e.hrm_auditLog = "business::hrm::auditLog", e.menu = "business::menu", e.menu_item = "business::menu::item", e.menu_catalog = "business::menu::catalog", e.menu_category = "business::menu::category", e.menu_subCategory = "business::menu::subCategory", e.menu_group = "business::menu::group", e.menu_takeaway = "business::menu::takeaway", e.menu_scheduler = "business::menu::scheduler", e.menu_variant = "business::menu::variant", e.menu_cookingGuide = "business::menu::cookingGuide", e.menu_printRoute = "business::menu::printRoute", e.menu_servingSequence = "business::menu::servingSequence", e.menu_settings = "business::menu::settings", e.menu_publish = "business::menu::publish", e.menu_menuManagement = "business::menu::menuManagement", e.menu_importExport = "business::menu::importExport", e.menu_unit = "business::menu::unit", e.menu_ingredient = "business::menu::ingredient", e.menu_recipe = "business::menu::recipe", e.restaurant = "business::restaurant", e.role = "business::role", e.mdm_deviceManagement = "business::mdm::deviceManagement", e.mdm_createDevice = "business::mdm::createDevice", e.mdm_deviceBinding = "business::mdm::deviceBinding", e.mdm_customerDisplay = "business::mdm::customerDisplay", e.kiosk_deviceManagement = "business::kiosk::deviceManagement", e.kiosk_deviceBinding = "business::kiosk::deviceBinding", e.eInvoice_management = "business::eInvoice::management", e.eInvoice_integration = "business::eInvoice::integration", e.profile = "business::profile", e.report_createReport = "business::report::createReport", e.report_accessInsight = "business::report::accessInsight", e.report_accessSetting = "business::report::accessSetting", e.report_accessIntegration = "business::report::accessIntegration", e.report_accessOverview = "business::report::accessOverview", e.report_reports_allDefaultReports = "business::report::allDefaultReports", e.report_reports_allCustomReports = "business::report::allCustomReports", e.operation_receipt = "business::operation::receipt", e.operation_tableManagement = "business::operation::tableManagement", e.operation_offlinePayment = "business::operation::offlinePayment", e.operation_reasonTemplate = "business::operation::reasonTemplate", e.operation_discountRule = "business::operation::discountRule", e.operation_serviceCharge = "business::operation::serviceCharge", e.operation_kitchenPrintTemplate = "business::operation::kitchenPrintTemplate", e))(o || {}), U = /* @__PURE__ */ ((e) => (e.profile = "business::profile", e.restaurant = "business::restaurant", e.menu = "business::menu", e.promotion = "business::promotion", e.voucher = "business::voucher", e.membership = "business::membership", e.stock = "business::stock", e.permission = "business::permission", e.role = "business::role", e.wastageTemplate = "business::wastageTemplate", e.closingTemplate = "business::closingTemplate", e.orderTemplate = "business::orderTemplate", e.ingredient = "business::ingredient", e.recipe = "business::recipe", e.unit = "business::unit", e.supplier = "business::supplier", e.warehouse = "business::warehouse", e.publish = "business::publish", e.integration = "business::integration", e.orderDraft = "business::orderDraft", e.unitCostHistory = "business::unitCostHistory", e))(U || {}), hs = /* @__PURE__ */ ((e) => (e.restaurant = "restaurant", e))(hs || {});
|
|
2582
2590
|
const b = {
|
|
2583
2591
|
general: "General",
|
|
2584
2592
|
inventory: "Inventory",
|
|
@@ -3112,6 +3120,21 @@ const b = {
|
|
|
3112
3120
|
category: b.settings,
|
|
3113
3121
|
showByFeatureFlag: "hrm_enable_mdm_permission"
|
|
3114
3122
|
},
|
|
3123
|
+
// Kiosk
|
|
3124
|
+
kioskDeviceManagement: {
|
|
3125
|
+
label: "Kiosk Device Management",
|
|
3126
|
+
subject: o.kiosk_deviceManagement,
|
|
3127
|
+
actions: [t.manage],
|
|
3128
|
+
category: b.settings,
|
|
3129
|
+
showByFeatureFlag: "hrm_enable_kiosk_permission"
|
|
3130
|
+
},
|
|
3131
|
+
kioskDeviceBinding: {
|
|
3132
|
+
label: "Kiosk Device Binding",
|
|
3133
|
+
subject: o.kiosk_deviceBinding,
|
|
3134
|
+
actions: [t.manage],
|
|
3135
|
+
category: b.settings,
|
|
3136
|
+
showByFeatureFlag: "hrm_enable_kiosk_permission"
|
|
3137
|
+
},
|
|
3115
3138
|
// E-invoice
|
|
3116
3139
|
eInvoiceManagement: {
|
|
3117
3140
|
label: "E-invoice Management",
|
|
@@ -5158,10 +5181,10 @@ const ht = (e) => ({
|
|
|
5158
5181
|
}
|
|
5159
5182
|
]
|
|
5160
5183
|
}
|
|
5161
|
-
}), xa = Ke(be(() => import("./Main-
|
|
5162
|
-
be(() => import("./AuditLogList-
|
|
5163
|
-
), Fa = Ke(be(() => import("./Main-
|
|
5164
|
-
() => import("./PermissionSetList-
|
|
5184
|
+
}), xa = Ke(be(() => import("./Main-Br31SktO.js"))), Va = Ke(be(() => import("./Main-Bb7KhUuL.js"))), Pa = Ke(
|
|
5185
|
+
be(() => import("./AuditLogList-D13Tma55.js"))
|
|
5186
|
+
), Fa = Ke(be(() => import("./Main-CMv3GJZK.js"))), Oa = be(() => import("./EmployeeList-CmU-WKPT.js")), qa = be(() => import("./RoleList-VS11Dt8v.js")), Ha = be(() => import("./TimesheetList-DFbVpInY.js")), Xa = be(() => import("./TeamMemberList-BZv00x4B.js")), Qa = be(
|
|
5187
|
+
() => import("./PermissionSetList-C6nSv0Em.js")
|
|
5165
5188
|
), eo = [
|
|
5166
5189
|
{
|
|
5167
5190
|
path: "/",
|
|
@@ -6147,8 +6170,8 @@ const to = /* @__PURE__ */ xe({
|
|
|
6147
6170
|
);
|
|
6148
6171
|
};
|
|
6149
6172
|
export {
|
|
6150
|
-
Ja as C,
|
|
6151
6173
|
_a as G,
|
|
6174
|
+
Fr as P,
|
|
6152
6175
|
T as R,
|
|
6153
6176
|
Ga as _,
|
|
6154
6177
|
Ea as a,
|
|
@@ -6158,8 +6181,8 @@ export {
|
|
|
6158
6181
|
ea as e,
|
|
6159
6182
|
to as f,
|
|
6160
6183
|
Or as g,
|
|
6161
|
-
Fr as h,
|
|
6162
6184
|
so as i,
|
|
6185
|
+
Ja as k,
|
|
6163
6186
|
t as l,
|
|
6164
6187
|
$a as m,
|
|
6165
6188
|
eo as r,
|
package/dist/app.js
CHANGED