Commit Graph

138 Commits

Author SHA1 Message Date
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
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
f5698ee47f feat: enhance DataTable component with pagination support and meta data handling 2026-04-30 20:06:11 +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
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
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
7fbf5dc6c2 feat: conditionally render payroll card grid only when data is available 2026-04-30 13:41:43 +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
7ce9409202 feat: add user status toggle functionality with database support and UI controls 2026-04-29 22:29:51 +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
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
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
Yoga Pangestu
53cdb219d5 refactor: replace manual currency formatting with global formatCurrency utility across order and financial modules 2026-04-24 00:43:02 +07:00
Yoga Pangestu
1a0c4a4601 refactor: update homepage footer layout and replace newsletter with contact information 2026-04-24 00:37:20 +07:00
Yoga Pangestu
c2e79e1b37 feat: add login link to header and mobile menu in homepage 2026-04-24 00:32:27 +07:00
Yoga Pangestu
bfd96f1358 refactor: remove Cara Pesan section and optimize filter parameter handling in homepage router calls 2026-04-24 00:19:57 +07:00
Yoga Pangestu
b7f3953a56 feat: add active modal image state and thumbnail update logic to product display 2026-04-24 00:14:08 +07:00
Yoga Pangestu
530d2cbbcb feat: update authentication layout to use homepage route for logo link 2026-04-24 00:08:21 +07:00
Yoga Pangestu
917d8a6e1a feat: add WhatsApp order and inquiry links to product cards and selection modal 2026-04-24 00:02:20 +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
37f11e63f9 feat: redesign homepage with smooth scroll, intersection animations, and updated layout styling 2026-04-23 23:03:12 +07:00
Yoga Pangestu
2edeedbf9e feat: implement responsive mobile-friendly navigation with burger menu and update UI styling 2026-04-23 21:25: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
e74eff77f2 refactor: remove unused imports and CardFooter from AovTrendChart component 2026-04-23 20:42:47 +07:00