Commit Graph

196 Commits

Author SHA1 Message Date
Yoga Pangestu
221f796696 refactor: reorganize imports across multiple components for improved clarity and consistency 2026-04-23 15:02:59 +07:00
Yoga Pangestu
24da9d5333 feat: integrate eslint-plugin-unused-imports for improved linting and add new rules to manage unused imports 2026-04-23 15:02:26 +07:00
Yoga Pangestu
34229d0d68 refactor: replace inline image modals with shared ImagePreviewDialog component 2026-04-23 14:34:29 +07:00
Yoga Pangestu
d4ba91fc0d refactor: replace AlertDialog with DeleteConfirmation component for consistent delete confirmation across finance, manage, and master pages 2026-04-23 14:12:25 +07:00
Yoga Pangestu
cb2c16f0c4 fix: enhance formatDate function to handle undefined and string inputs, ensuring robust date formatting 2026-04-23 14:12:06 +07:00
Yoga Pangestu
c1c87da623 feat: add LabelList to pie chart to display category names 2026-04-23 13:32:20 +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
80b7705b3f chore: translate Dashboard page title to Dasbor 2026-04-23 10:52:33 +07:00
Yoga Pangestu
803eebd026 feat: extract dashboard components and formatters to dedicated files for improved maintainability 2026-04-23 10:14:12 +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
b04ce914ad feat: update factory and seeder implementations to include user associations and created_at timestamps for Expense, Order, Purchase, and PurchaseItem models 2026-04-22 22:44:56 +07:00
Yoga Pangestu
cf4e2f5d10 feat: implement Payroll and PayrollAdjustment factories and seeders for database initialization 2026-04-22 22:25:11 +07:00
Yoga Pangestu
f84173e8aa feat: initialize general settings table with validation constraints and database seeder 2026-04-22 22:18:55 +07:00
Yoga Pangestu
703ceefddf feat: enhance error handling in forms by introducing FieldError component for consistent error display 2026-04-22 22:07:58 +07:00
Yoga Pangestu
beafccf974 feat: add localization files for English and Indonesian languages 2026-04-22 21:55:28 +07:00
Yoga Pangestu
92860bfb28 feat: add icons to action buttons in purchase management pages 2026-04-22 21:38:27 +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
635dcf712b fix: remove redundant breadcrumb from system settings page 2026-04-22 20:47:40 +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
37960a9dc5 feat: define Activity interface and centralize type exports for activity logs 2026-04-22 20:35:04 +07:00
Yoga Pangestu
26eaaf6d66 feat: enhance UI consistency by adding consistent icons to action buttons and loaders to save operations across admin modules 2026-04-22 20:26:20 +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
08cb1a5d78 feat: implement thermal printer support with ESC/POS encoding and device connectivity hooks 2026-04-22 20:00:11 +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
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
959c01b6bc fix: update stock validation to be conditionally required based on request method 2026-04-21 19:22:03 +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
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