Commit Graph

14 Commits

Author SHA1 Message Date
Yoga Pangestu
23cc07596c feat: implement stock validation on purchase removal and add global toast error handling for flash messages 2026-05-02 17:57:32 +07:00
Yoga Pangestu
dc68c73c2a refactor: implement server-side pagination across admin modules and update corresponding frontend components and tests 2026-04-30 22:41:43 +07:00
Yoga Pangestu
0fdd02e9e4 feat: implement permission-based access control for routes and UI components using a new custom hook 2026-04-28 18:52:47 +07:00
Yoga Pangestu
9d0fc6d15e refactor: add autoComplete attribute to input fields across order, purchase, and product forms for improved user experience 2026-04-24 23:57:35 +07:00
Yoga Pangestu
53cdb219d5 refactor: replace manual currency formatting with global formatCurrency utility across order and financial modules 2026-04-24 00:43:02 +07:00
Yoga Pangestu
34190253e5 refactor: clean up and reorganize imports in various components for improved readability and consistency 2026-04-23 15:11:13 +07:00
Yoga Pangestu
221f796696 refactor: reorganize imports across multiple components for improved clarity and consistency 2026-04-23 15:02:59 +07:00
Yoga Pangestu
d4ba91fc0d refactor: replace AlertDialog with DeleteConfirmation component for consistent delete confirmation across finance, manage, and master pages 2026-04-23 14:12:25 +07:00
Yoga Pangestu
703ceefddf feat: enhance error handling in forms by introducing FieldError component for consistent error display 2026-04-22 22:07:58 +07:00
Yoga Pangestu
92860bfb28 feat: add icons to action buttons in purchase management pages 2026-04-22 21:38:27 +07:00
Yoga Pangestu
26eaaf6d66 feat: enhance UI consistency by adding consistent icons to action buttons and loaders to save operations across admin modules 2026-04-22 20:26:20 +07:00
Yoga Pangestu
a121e7b52d refactor: replace 'where' with 'whereNull' for clarity in PurchaseItem queries 2026-04-22 13:49:58 +07:00
Yoga Pangestu
f1cda67e23 feat: include purchase items and total amount in purchase management table 2026-04-20 22:57:44 +07:00
Yoga Pangestu
70e0ba9760 feat: implement purchase management system with database schema, CRUD controllers, and UI components 2026-04-20 22:55:19 +07:00