feat: introduce employees and logistics management modules
- Added new modules for managing employees and logistics, including routes for creating, editing, and viewing employee details and logistics cycles. - Implemented UI components for employee forms and detail views, with validation schemas for employee data. - Integrated language support for English and Indonesian in the new modules. - Developed unit tests for employee remote data services and transformers to ensure functionality and reliability. This commit enhances the application by providing structured management for employees and logistics, improving user experience and data handling.
This commit is contained in:
@@ -206,7 +206,19 @@
|
||||
"startDate": "Start Date",
|
||||
"endDate": "End Date",
|
||||
"attachment": "Attachment",
|
||||
"reference": "Reference"
|
||||
"reference": "Reference",
|
||||
"employee": "Employee",
|
||||
"position": "Position",
|
||||
"cycleNumber": "Cycle Number",
|
||||
"purpose": "Purpose",
|
||||
"startBranch": "Start Branch",
|
||||
"endBranch": "End Branch",
|
||||
"customers": "Customers",
|
||||
"invoices": "Invoices",
|
||||
"packingSlips": "Packing Slips",
|
||||
"destinations": "Destinations",
|
||||
"from": "From",
|
||||
"to": "To"
|
||||
},
|
||||
"systemPages": {
|
||||
"comingSoon": {
|
||||
@@ -235,4 +247,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -206,7 +206,19 @@
|
||||
"startDate": "Tanggal Mulai",
|
||||
"endDate": "Tanggal Selesai",
|
||||
"attachment": "Lampiran",
|
||||
"reference": "Referensi"
|
||||
"reference": "Referensi",
|
||||
"employee": "Karyawan",
|
||||
"position": "Posisi",
|
||||
"cycleNumber": "Nomor Siklus",
|
||||
"purpose": "Tujuan",
|
||||
"startBranch": "Cabang Awal",
|
||||
"endBranch": "Cabang Akhir",
|
||||
"customers": "Pelanggan",
|
||||
"invoices": "Faktur",
|
||||
"packingSlips": "Surat Jalan",
|
||||
"destinations": "Destinasi",
|
||||
"from": "Dari",
|
||||
"to": "Sampai"
|
||||
},
|
||||
"systemPages": {
|
||||
"comingSoon": {
|
||||
@@ -235,4 +247,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user