Commit Graph

83 Commits

Author SHA1 Message Date
Yoga Pangestu
23cc07596c feat: implement stock validation on purchase removal and add global toast error handling for flash messages 2026-05-02 17:57:32 +07:00
Yoga Pangestu
3fcdaa7475 refactor: migrate general settings to spatie/laravel-settings and rename properties for consistency 2026-05-02 01:05:09 +07:00
Yoga Pangestu
044dffefa8 feat: enforce roles requirement in user management validation and UI 2026-05-02 00:25:30 +07:00
Yoga Pangestu
b059d5a260 feat: restrict Developer role visibility and management in user modules 2026-05-02 00:21:55 +07:00
Yoga Pangestu
85e04dbf6a feat: add order detail page and link to order management table 2026-05-02 00:13:19 +07:00
Yoga Pangestu
2fe3173817 refactor: remove two-factor authentication management features from security settings 2026-04-30 23:24:31 +07:00
Yoga Pangestu
098c2a9cf1 feat: add light and dark mode variants for logo and icon with dynamic theme switching support 2026-04-30 23:19:55 +07:00
Yoga Pangestu
dc68c73c2a refactor: implement server-side pagination across admin modules and update corresponding frontend components and tests 2026-04-30 22:41:43 +07:00
Yoga Pangestu
4df6c215ad style: format currency output in Order model for consistency 2026-04-30 17:03:31 +07:00
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
2763f1fbcc feat: include user relationship in order data and update finance and order tables to display employee details 2026-04-30 15:36:11 +07:00
Yoga Pangestu
781962b44c feat: restrict dashboard sensitive financial metrics for admin role 2026-04-30 15:14:13 +07:00
Yoga Pangestu
002b6fa468 feat: restrict payroll index visibility to current user for Admin role 2026-04-30 15:04:25 +07:00
Yoga Pangestu
ad6b9e9618 feat: add account inactivity check during login and update related messages 2026-04-30 14:45:52 +07:00
Yoga Pangestu
2ea62fa033 feat: implement role assignment functionality for user creation and editing via combobox component 2026-04-30 14:31:17 +07:00
Yoga Pangestu
665394d511 feat: enhance user management by including roles and additional profile information in the user list 2026-04-30 14:14:35 +07:00
Yoga Pangestu
fb1ad29741 feat: add automated monthly payroll generation and update unpaid previous month records 2026-04-30 14:03:51 +07:00
Yoga Pangestu
917e60c013 fix: exclude Owner and Developer roles from payroll generation command 2026-04-30 13:37:24 +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
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
b384a699de fix: allow custom creation dates for order numbering and prevent overwriting existing user IDs in OrderObserver 2026-04-29 22:33:00 +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
0fdd02e9e4 feat: implement permission-based access control for routes and UI components using a new custom hook 2026-04-28 18:52:47 +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
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