Commit Graph

23 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
13667406d9 feat: implement Category management with CRUD operations, validation, and UI integration 2026-04-14 22:58:44 +07:00