Commit Graph

55 Commits

Author SHA1 Message Date
Yoga Pangestu
e74eff77f2 refactor: remove unused imports and CardFooter from AovTrendChart component 2026-04-23 20:42:47 +07:00
Yoga Pangestu
861cd6d26f refactor: update chart tooltip formatting and enhance currency formatter for consistency 2026-04-23 20:40:54 +07:00
Yoga Pangestu
50953e1c37 refactor: make chart titles and descriptions dynamic via component props and update dashboard content labels 2026-04-23 20:37:29 +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
1b1c374e99 refactor: remove redundant CardFooter from transaction volume chart component 2026-04-23 20:18:09 +07:00
Yoga Pangestu
07d5219e78 feat: add YAxis to all chart components for improved data visualization 2026-04-23 20:17:51 +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
221f796696 refactor: reorganize imports across multiple components for improved clarity and consistency 2026-04-23 15:02:59 +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
c1c87da623 feat: add LabelList to pie chart to display category names 2026-04-23 13:32:20 +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
803eebd026 feat: extract dashboard components and formatters to dedicated files for improved maintainability 2026-04-23 10:14:12 +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
3d9fcedcba feat: add Recharts integration with Chart component and refactor Card UI 2026-04-22 19:10:50 +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
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
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
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
6c21c66e12 feat: add placeholder extension to simple editor component 2026-04-17 22:22:53 +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
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
2e1aebae97 refactor: enhance URL normalization logic and update sidebar navigation active state handling 2026-04-16 13:38:36 +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
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
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
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