dress/resources/js/types
2026-04-30 23:19:55 +07:00
..
activity.ts feat: define Activity interface and centralize type exports for activity logs 2026-04-22 20:35:04 +07:00
auth.ts feat: enhance user management by including roles and additional profile information in the user list 2026-04-30 14:14:35 +07:00
category.ts feat: add category filter to product management table and rename title to name in Category type 2026-04-16 13:30:50 +07:00
dashboard.ts feat: add repeat order percentage analysis using new KnobChart component 2026-04-30 09:30:53 +07:00
expense.ts refactor: reorganize imports across multiple components for improved clarity and consistency 2026-04-23 15:02:59 +07:00
general-setting.ts feat: add light and dark mode variants for logo and icon with dynamic theme switching support 2026-04-30 23:19:55 +07:00
global.d.ts initial commit 2026-04-11 22:26:56 +07:00
index.ts feat: enhance DataTable component with pagination support and meta data handling 2026-04-30 20:06:11 +07:00
navigation.ts feat: implement permission-based access control for routes and UI components using a new custom hook 2026-04-28 18:52:47 +07:00
order.ts feat: add created_at formatting and update order calculations in Order model and observer 2026-04-30 15:48:05 +07:00
pagination.ts feat: enhance DataTable component with pagination support and meta data handling 2026-04-30 20:06:11 +07:00
payroll.ts refactor: reorganize imports across multiple components for improved clarity and consistency 2026-04-23 15:02:59 +07:00
permission.ts feat: implement Role management system with CRUD operations, including role creation, editing, and deletion, along with permission assignment 2026-04-29 20:08:03 +07:00
product.ts refactor: reorganize imports across multiple components for improved clarity and consistency 2026-04-23 15:02:59 +07:00
purchase.ts refactor: reorganize imports across multiple components for improved clarity and consistency 2026-04-23 15:02:59 +07:00
role.ts feat: implement Role management system with CRUD operations, including role creation, editing, and deletion, along with permission assignment 2026-04-29 20:08:03 +07:00
system-log.ts feat: implement system log detail view with dynamic status badges and optimize log file retrieval performance 2026-04-22 20:44:39 +07:00
ui.ts initial commit 2026-04-11 22:26:56 +07:00
vite-env.d.ts initial commit 2026-04-11 22:26:56 +07:00