Commit Graph

187 Commits

Author SHA1 Message Date
Yoga Pangestu
43d399f07a style: update CSS root color palette and add custom selection styling 2026-04-30 23:34:53 +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
f5698ee47f feat: enhance DataTable component with pagination support and meta data handling 2026-04-30 20:06:11 +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
eb13532b0b feat: add custom error page handler and improve permission check safety in sidebar navigation 2026-04-30 15:27:07 +07:00
Yoga Pangestu
1368ed0b54 feat: add purchase management permissions to RolePermissionSeeder 2026-04-30 15:18:08 +07:00
Yoga Pangestu
888d219a18 style: increase layout spacing by updating gap utility from 2 to 4 across dashboard and analysis pages 2026-04-30 15:15:58 +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
69aff5a8a7 test: update homepage route name in feature test 2026-04-30 14:32:42 +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
29ca4f8ec4 refactor: reorganize imports and improve code formatting in PayrollFormModal component 2026-04-30 14:07:07 +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
7fbf5dc6c2 feat: conditionally render payroll card grid only when data is available 2026-04-30 13:41:43 +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
d6935d49d6 refactor: extract payroll card to reusable component and improve state persistence for toggle actions 2026-04-30 13:25:59 +07:00
Yoga Pangestu
b04dd959f6 refactor: improve StatCard UI responsiveness and clean up component code formatting 2026-04-30 10:27:55 +07:00
Yoga Pangestu
9aeeac00b4 refactor: remove redundant period labels from analysis description string 2026-04-30 09:38:02 +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
1d2e25e57f test: add feature tests for user authentication, login, and logout flows 2026-04-30 08:56:32 +07:00
Yoga Pangestu
57a171b6a2 refactor: remove feature tests for authentication and dashboard functionality 2026-04-30 08:49:34 +07:00
Yoga Pangestu
11469e7a04 refactor: decouple activity log tests from system log tests into a dedicated feature test file 2026-04-30 08:48:42 +07:00
Yoga Pangestu
f979e18bd0 test: add feature tests for system and activity log modules authorization and access 2026-04-30 08:41:31 +07:00
Yoga Pangestu
f552338eb5 test: add RoleFactory and feature tests for role management module 2026-04-30 08:40:46 +07:00
Yoga Pangestu
513820b9e5 test: add feature tests for general settings module authorization and updates 2026-04-30 08:40:00 +07:00
Yoga Pangestu
e0bafb5ba6 test: add feature tests for payroll module authorization and management actions 2026-04-30 08:37:49 +07:00
Yoga Pangestu
0c4c30ab6b test: add feature tests for purchase management module 2026-04-30 08:35:36 +07:00
Yoga Pangestu
22771fdeea test: add feature tests for order management authorization, CRUD operations, and cart functionality 2026-04-30 08:34:25 +07:00
Yoga Pangestu
01a13a4bf4 test: add feature tests for expense module CRUD operations and authorization policies 2026-04-30 08:31:35 +07:00
Yoga Pangestu
635542fac4 docs: add testing guidelines for feature tests with Pest PHP 2026-04-30 08:29:01 +07:00
Yoga Pangestu
2bff00f98e test: add feature tests for user management module 2026-04-30 08:24:34 +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
f58f909a4a test: add feature tests for product module CRUD and authorization logic 2026-04-29 22:17:17 +07:00
Yoga Pangestu
a2281c348f feat: add is_active field to category factory and implement category feature tests 2026-04-29 22:11:05 +07:00
Yoga Pangestu
87a0554c2b feat: add user creation functions with permission handling for authorized and unauthorized users 2026-04-29 22:09:59 +07:00
Yoga Pangestu
90946babeb feat: implement pagination reset on filter change and maintain scroll position for status toggle actions 2026-04-29 21:56: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