dress/resources/js/types
2026-04-22 20:44:39 +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: implement user management module with CRUD operations, including user creation, editing, and deletion, along with profile handling 2026-04-17 14:54:21 +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
expense.ts feat: implement expense management module with CRUD operations, validation, and media handling for expense records 2026-04-17 13:08:54 +07:00
general-setting.ts feat: implement general settings module for application configuration and branding management 2026-04-21 19:27:34 +07:00
global.d.ts initial commit 2026-04-11 22:26:56 +07:00
index.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
navigation.ts initial commit 2026-04-11 22:26:56 +07:00
order.ts feat: implement full order management system including CRUD operations, inventory tracking, and payment processing 2026-04-22 15:18:18 +07:00
payroll.ts feat: implement payroll management module with CRUD operations, including payroll generation, adjustments, and user salary history tracking 2026-04-18 16:07:31 +07:00
product.ts feat: implement product stock management with automated inventory tracking during purchases 2026-04-20 23:15:31 +07:00
purchase.ts feat: implement purchase management system with database schema, CRUD controllers, and UI components 2026-04-20 22:55:19 +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