Commit Graph

196 Commits

Author SHA1 Message Date
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
431bd1c0c2 refactor: replace guarded and appends properties with attributes in models for improved clarity and consistency 2026-04-17 15:50:41 +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
506385939e feat: integrate Spatie Media Library with custom path generator and configuration for media handling 2026-04-17 10:45:43 +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
eaa2662eed refactor: remove unused Log facade import in CategoryController 2026-04-14 23:05:48 +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
0aabc1ba71 feat: add flash message sharing to HandleInertiaRequests middleware 2026-04-14 22:51:32 +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
Yoga Pangestu
1613cdfc09 feat: enhance DataTable component with row numbering and selection features 2026-04-14 21:55:46 +07:00
Yoga Pangestu
c0ea08f1e9 chore: add spatie/laravel-sluggable package and update composer.lock and pnpm-lock.yaml 2026-04-14 21:30:47 +07:00
Yoga Pangestu
cf52c05436 feat: implement UserSeeder and refactor DatabaseSeeder to utilize seeders for user and category data 2026-04-14 21:30:34 +07:00
Yoga Pangestu
1ce60dd0a6 feat: add DataTable component with sorting, filtering, and bulk actions functionality 2026-04-14 20:45:00 +07:00
Yoga Pangestu
9101ded2e2 feat: install @tanstack/react-table 2026-04-14 20:44:28 +07:00
Yoga Pangestu
33ad844975 refactor: update sidebar layout, branding, and navigation structure with categorized menu groups and header user profile 2026-04-12 22:27:56 +07:00
Yoga Pangestu
b9429778f7 feat: integrate useFlashToast hook into AppLayout for global flash message handling 2026-04-12 21:56:17 +07:00
Yoga Pangestu
8d08473340 feat: localize login page to Indonesian and update branding with new logo and cover image 2026-04-12 21:28:39 +07:00
Yoga Pangestu
b116cbb660 refactor: update UI component library with enhanced styling, new field component, and improved toggle-group flexibility 2026-04-12 20:02:16 +07:00
Yoga Pangestu
05c7b8da04 refactor: update feature and unit test suites to improve test coverage and reliability 2026-04-11 22:33:28 +07:00
Yoga Pangestu
4b833c81c6 chore: update application timezone to Asia/Jakarta 2026-04-11 22:32:53 +07:00
Yoga Pangestu
9dc4a5e51e initial commit 2026-04-11 22:26:56 +07:00