dstpabuaran.com/resources/js/pages/admin/roles
Yoga Pangestu 4ac83c8e78 feat: add permission checks for various actions across admin pages
- Integrated permission checks using `can` function in payroll period management to control visibility of adjustment, pay, and cancel actions.
- Updated employee management to conditionally render edit, reset password, and delete actions based on permissions.
- Enhanced leave request management with permission checks for approve, reject, edit, and delete actions.
- Implemented permission checks in cutting management for edit and delete actions.
- Added permission checks for purchase management actions including create, edit, and delete.
- Integrated permission checks in restock management for create, edit, and delete actions.
- Updated transaction management to conditionally render create, edit, and delete actions based on permissions.
- Enhanced category management with permission checks for edit and delete actions.
- Integrated permission checks in customer management for edit and delete actions.
- Updated product management to conditionally render create, edit, and delete actions based on permissions.
- Enhanced raw material management with permission checks for edit and delete actions.
- Integrated permission checks in supplier management for edit and delete actions.
- Updated role management to conditionally render edit and delete actions based on permissions.
2026-08-05 22:52:35 +07:00
..
columns.tsx feat: add permission checks for various actions across admin pages 2026-08-05 22:52:35 +07:00
create.tsx refactor: replace anchor tags with Link components for improved navigation consistency 2026-08-05 20:48:58 +07:00
edit.tsx refactor: replace anchor tags with Link components for improved navigation consistency 2026-08-05 20:48:58 +07:00
index.tsx feat: add permission checks for various actions across admin pages 2026-08-05 22:52:35 +07:00