Commit Graph

173 Commits

Author SHA1 Message Date
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
Yoga Pangestu
2793abd8ed refactor: update order print discount display to use pre-formatted string value 2026-04-29 21:03:58 +07:00
Yoga Pangestu
1296e10be7 feat: implement global printer context and auto-reconnect for Bluetooth and USB devices 2026-04-29 21:01:11 +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
c07f1bd3bb refactor: improve code formatting and readability in settings component by adjusting indentation and line breaks 2026-04-29 20:09:37 +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
9d0fc6d15e refactor: add autoComplete attribute to input fields across order, purchase, and product forms for improved user experience 2026-04-24 23:57:35 +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
abeff9963a refactor: reorder settings form fields and improve code formatting 2026-04-24 21:17:37 +07:00
Yoga Pangestu
d0ee05a148 chore: translate Login button labels to Masuk on homepage 2026-04-24 21:10:51 +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