Commit Graph

27 Commits

Author SHA1 Message Date
Yoga Pangestu
7d4368f774 feat: add created_at formatting and update order calculations in Order model and observer 2026-04-30 15:48:05 +07:00
Yoga Pangestu
2ae9c0c470 refactor: rename hpp_formatted attribute to cogs_formatted in Order model 2026-04-30 13:32:56 +07:00
Yoga Pangestu
6baee0f9cc refactor: standardize currency formatting and reorder Tailwind classes in Payroll components 2026-04-30 13:32:26 +07:00
Yoga Pangestu
7ce9409202 feat: add user status toggle functionality with database support and UI controls 2026-04-29 22:29:51 +07:00
Yoga Pangestu
00a9eb96d0 refactor: move order number generation and stock management logic to OrderObserver 2026-04-29 21:41:28 +07:00
Yoga Pangestu
ede4831f96 feat: add subtotal field to orders and include it in print receipts and UI displays 2026-04-29 20:42:33 +07:00
Yoga Pangestu
cf0d60f74b feat: rename invoice_number to order_number and refactor order management components and logic 2026-04-29 20:23:29 +07:00
Yoga Pangestu
f383f3bd00 feat: integrate spatie/laravel-permission for role-based access control and initialize core system permissions 2026-04-24 23:43:40 +07:00
Yoga Pangestu
706937f479 refactor: rename hpp field to cogs across models, database, and controllers 2026-04-24 19:57:31 +07:00
Yoga Pangestu
22f214dc64 feat: localize UI to Indonesian, update profile form with extended fields, and disable 2FA password confirmation requirement 2026-04-24 19:54:59 +07:00
Yoga Pangestu
470fbd4b40 feat: integrate dynamic categories and product data into homepage with retail price attribute support 2026-04-23 23:30:21 +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
481ec6a3f6 feat: implement general settings module for application configuration and branding management 2026-04-21 19:27:34 +07:00
Yoga Pangestu
486d626ca2 feat: integrate activity logging into various models for enhanced tracking of changes 2026-04-21 19:20:40 +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
70e0ba9760 feat: implement purchase management system with database schema, CRUD controllers, and UI components 2026-04-20 22:55:19 +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
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
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
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
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
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
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
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
Yoga Pangestu
9dc4a5e51e initial commit 2026-04-11 22:26:56 +07:00