Commit Graph

57 Commits

Author SHA1 Message Date
Yoga Pangestu
3d9fcedcba feat: add Recharts integration with Chart component and refactor Card UI 2026-04-22 19:10:50 +07:00
Yoga Pangestu
5b3b12e6c2 feat: implement dashboard statistics controller and update UI with interactive metrics cards 2026-04-22 19:07:15 +07:00
Yoga Pangestu
9f312091e7 feat: implement dynamic time-based dashboard theme and live greeting interface 2026-04-22 18:40:16 +07:00
Yoga Pangestu
75450301bb feat: implement full order management system including CRUD operations, inventory tracking, and payment processing 2026-04-22 15:18:18 +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
481ec6a3f6 feat: implement general settings module for application configuration and branding management 2026-04-21 19:27:34 +07:00
Yoga Pangestu
702b033a8b feat: add activity log management module with database migrations, controller, and UI components 2026-04-20 23:53:52 +07:00
Yoga Pangestu
c48d2ecd18 feat: implement product stock management with automated inventory tracking during purchases 2026-04-20 23:15:31 +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
Yoga Pangestu
ac537a6b8c feat: add ScrollArea and ScrollBar components for enhanced scrolling functionality 2026-04-20 22:34:58 +07:00
Yoga Pangestu
6958f28b9c feat: add system log viewer module with file selection and parsing capabilities 2026-04-18 16:37:28 +07:00
Yoga Pangestu
cae6bc929a feat: add formatted price and type label attributes to ProductPrice model and display in product table 2026-04-18 16:24:52 +07:00
Yoga Pangestu
d06d32f3f8 fix: add unique IDs and required labels to payroll adjustment inputs 2026-04-18 16:12:26 +07:00
Yoga Pangestu
69131d8f8f 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
Yoga Pangestu
7089188d4d feat: implement RadioGroup and RadioGroupItem components for enhanced form functionality 2026-04-18 16:00:14 +07:00
Yoga Pangestu
8e32df7307 feat: add base salary field to user profile management with validation and UI integration 2026-04-18 14:51:49 +07:00
Yoga Pangestu
6c21c66e12 feat: add placeholder extension to simple editor component 2026-04-17 22:22:53 +07:00
Yoga Pangestu
4d6db252df refactor: update column header title from 'User' to 'Nama dan Alamat Surel' for improved clarity 2026-04-17 22:18:58 +07:00
Yoga Pangestu
9b1a04c7a2 feat: enable user authentication via email or username in Fortify 2026-04-17 22:11:59 +07:00
Yoga Pangestu
9af62ff47c feat: refactor expense and category management components to utilize custom hooks and modularize code for improved maintainability 2026-04-17 21:55:55 +07:00
Yoga Pangestu
b69f42ed31 feat: replace N/A placeholder with ImagePlus icon in product list table 2026-04-17 15:44:59 +07:00
Yoga Pangestu
d169e5a733 feat: add required indicator support to Label component and apply to mandatory form fields 2026-04-17 15:43:56 +07:00
Yoga Pangestu
a4a22e1cc5 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
Yoga Pangestu
bd80328f65 feat: add calendar and popover components with date-fns and react-day-picker integration 2026-04-17 14:54:07 +07:00
Yoga Pangestu
0638cfbdf2 refactor: update 'Finance' title to 'Keuangan' in ExpenseIndex component and add autoComplete='off' to pricing fields in product create/edit forms 2026-04-17 13:16:22 +07:00
Yoga Pangestu
ce947bc379 refactor: rename 'Petugas' to 'Pegawai' in ExpenseIndex component for consistency 2026-04-17 13:11:58 +07:00
Yoga Pangestu
eca45258a1 feat: add image preview modal for product thumbnails in product index page 2026-04-17 13:11:16 +07:00
Yoga Pangestu
a761540447 feat: implement expense management module with CRUD operations, validation, and media handling for expense records 2026-04-17 13:08:54 +07:00
Yoga Pangestu
fd1c215ede refactor: rename 'title' to 'name' in CategoryIndex component for consistency with data model 2026-04-17 11:09:05 +07:00
Yoga Pangestu
0c9d58b551 feat: enhance product management with media handling, including thumbnail and image uploads in create/edit forms 2026-04-17 11:06:32 +07:00
Yoga Pangestu
e8ae633509 feat: update product create and edit forms to include detailed pricing fields and improved layout structure 2026-04-17 09:54:53 +07:00
Yoga Pangestu
2e1aebae97 refactor: enhance URL normalization logic and update sidebar navigation active state handling 2026-04-16 13:38:36 +07:00
Yoga Pangestu
fe3e6767ce feat: add category filter to product management table and rename title to name in Category type 2026-04-16 13:30:50 +07:00
Yoga Pangestu
2efb90e027 feat: add active filter badges and reset functionality to data table component 2026-04-16 13:27:24 +07:00
Yoga Pangestu
678e693f00 refactor: rename 'title' to 'name' in Category model, requests, factories, migrations, and seeders for consistency 2026-04-16 13:19:04 +07:00
Yoga Pangestu
bfee01153c feat: integrate react-number-format for price inputs in product create and edit forms 2026-04-16 13:16:05 +07:00
Yoga Pangestu
4b5d5af316 feat: implement product management module with CRUD operations, validation, and UI integration 2026-04-16 13:03:38 +07:00
Yoga Pangestu
bcd08e28ed feat: enhance SimpleEditor with controlled input and add Combobox and InputGroup components for improved UI interactions 2026-04-16 12:36:40 +07:00
Yoga Pangestu
c826179b60 feat: implement Tiptap editor framework with custom UI primitives and add product management module 2026-04-16 10:53:55 +07:00
Yoga Pangestu
2abdde4337 fix: add padding to sidebar menu item for improved spacing 2026-04-16 09:34:54 +07:00
Yoga Pangestu
53fc170a7e feat: enhance UserInfo component to conditionally display user details 2026-04-14 23:10:44 +07:00
Yoga Pangestu
68e007e305 feat: improve data-table responsiveness and add bulk action support 2026-04-14 23:05:37 +07:00
Yoga Pangestu
54ccda7d80 feat: add page size selector to data table pagination controls 2026-04-14 23:01:03 +07:00
Yoga Pangestu
13667406d9 feat: implement Category management with CRUD operations, validation, and UI integration 2026-04-14 22:58:44 +07:00
Yoga Pangestu
2dc311b4b5 feat: add row selection functionality to DataTable component 2026-04-14 22:51:25 +07:00
Yoga Pangestu
c29063391f feat: add AlertDialog and Switch components for improved UI interactions 2026-04-14 22:51:13 +07:00
Yoga Pangestu
3832723921 refactor: simplify row numbering calculation in DataTable component 2026-04-14 22:24:19 +07:00
Yoga Pangestu
adb89b73e7 feat: add Empty component for improved no-data display in DataTable 2026-04-14 22:13:26 +07:00
Yoga Pangestu
b7f70f6244 refactor: improve Dialog and Tooltip components with enhanced styling and structure 2026-04-14 21:56:06 +07:00