Commit Graph

51 Commits

Author SHA1 Message Date
Yoga Pangestu
305c9572cf feat: add repeat order percentage analysis using new KnobChart component 2026-04-30 09:30:53 +07:00
Yoga Pangestu
120c5d28e8 feat: add analysis feature tests and support for cross-database date extraction in AnalysisController 2026-04-30 09:12:05 +07:00
Yoga Pangestu
b62dbf32d9 fix: make dashboard sales-by-hour query cross-database compatible and add dashboard feature tests 2026-04-30 09:08:41 +07:00
Yoga Pangestu
00586e168f refactor: remove email verification reset on profile update and add feature tests for profile settings 2026-04-30 09:05:29 +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
e11df20ea6 feat: add options method to enums for OrderChannel, OrderStatus, PaymentMethod, and PriceType to streamline data retrieval 2026-04-29 21:48:02 +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
96ad0de44c feat: implement Role management system with CRUD operations, including role creation, editing, and deletion, along with permission assignment 2026-04-29 20:08:03 +07:00
Yoga Pangestu
f8d6c495fc feat: integrate GeneralSettings into homepage for dynamic display of logo, description, address, and contact information 2026-04-24 21:22:55 +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
b010e1a126 feat: implement server-side product search, category filtering, and infinite scroll pagination on the homepage 2026-04-23 23:57:41 +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
f2be0157a3 feat: implement custom homepage and replace default welcome route 2026-04-23 21:17:18 +07:00
Yoga Pangestu
2098570a23 feat: add dynamic date filtering for analysis dashboard metrics and charts 2026-04-23 21:03:22 +07:00
Yoga Pangestu
d182401670 feat: add AOV trend chart and top category distribution to analysis dashboard 2026-04-23 20:29:11 +07:00
Yoga Pangestu
4d417fa08b feat: add transaction volume and AOV chart to analysis dashboard 2026-04-23 20:06:40 +07:00
Yoga Pangestu
51f2e65bd2 feat: add payroll calculations to analysis and visualize revenue vs profit trends 2026-04-23 19:58:02 +07:00
Yoga Pangestu
a280eb8a64 refactor: consolidate hourly chart components and update sales-by-hour data logic 2026-04-23 19:47:36 +07:00
Yoga Pangestu
b1eb893cfe feat: implement analysis dashboard with new charts, controller, and reporting components 2026-04-23 19:43:55 +07:00
Yoga Pangestu
cb11ee9be6 fix: filter dashboard order statistics by current date 2026-04-23 13:28:29 +07:00
Yoga Pangestu
ed7918e858 feat: add Top Products and Top Customers charts to the dashboard using a new BarChart component 2026-04-23 13:28:02 +07:00
Yoga Pangestu
f7288db5cb feat: add order distribution charts for payment methods, status, and channels to dashboard 2026-04-23 13:20:34 +07:00
Yoga Pangestu
7ee44c8fd9 feat: add sales by hour statistics to dashboard with interactive chart component 2026-04-23 13:01:58 +07:00
Yoga Pangestu
5f8718af69 refactor: modularize dashboard types and streamline UI components for improved stats display 2026-04-22 23:21:04 +07:00
Yoga Pangestu
9ba4cf0ee3 refactor: standardize error notification messages across controllers and console commands 2026-04-22 21:36:55 +07:00
Yoga Pangestu
53a7b23cbe feat: introduce LogHelper for centralized exception handling and implement consistent error logging across admin controllers 2026-04-22 21:19:33 +07:00
Yoga Pangestu
2552ca9511 feat: implement system log detail view with dynamic status badges and optimize log file retrieval performance 2026-04-22 20:44:39 +07:00
Yoga Pangestu
2b43213ee4 refactor: import enum classes and apply PSR-12 formatting to DashboardController 2026-04-22 20:00:24 +07:00
Yoga Pangestu
0f3a4e9912 feat: implement dashboard analytics charts for sales activity, payment methods, and top products 2026-04-22 19:25:00 +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
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
6958f28b9c feat: add system log viewer module with file selection and parsing capabilities 2026-04-18 16:37:28 +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
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
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
4b5d5af316 feat: implement product management module with CRUD operations, validation, and UI integration 2026-04-16 13:03:38 +07:00
Yoga Pangestu
eaa2662eed refactor: remove unused Log facade import in CategoryController 2026-04-14 23:05:48 +07:00
Yoga Pangestu
13667406d9 feat: implement Category management with CRUD operations, validation, and UI integration 2026-04-14 22:58:44 +07:00