Commit Graph

33 Commits

Author SHA1 Message Date
Yoga Pangestu
482ce9f3b8 feat: implement order cancellation logic to restore stock while preserving existing order items
Some checks failed
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled
linter / quality (push) Has been cancelled
2026-05-02 19:29:11 +07:00
Yoga Pangestu
f8529b2459 test: add validation tests for insufficient stock on purchase and order operations 2026-05-02 18:00:35 +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
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
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
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
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
2bff00f98e test: add feature tests for user management module 2026-04-30 08:24:34 +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
05c7b8da04 refactor: update feature and unit test suites to improve test coverage and reliability 2026-04-11 22:33:28 +07:00
Yoga Pangestu
9dc4a5e51e initial commit 2026-04-11 22:26:56 +07:00