Commit Graph

25 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
85e04dbf6a feat: add order detail page and link to order management table 2026-05-02 00:13:19 +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
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
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
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
34190253e5 refactor: clean up and reorganize imports in various components for improved readability and consistency 2026-04-23 15:11:13 +07:00
Yoga Pangestu
93828b6da9 feat: implement printer settings component and refactor order printing logic for improved functionality 2026-04-23 15:11:05 +07:00
Yoga Pangestu
221f796696 refactor: reorganize imports across multiple components for improved clarity and consistency 2026-04-23 15:02:59 +07:00
Yoga Pangestu
d4ba91fc0d refactor: replace AlertDialog with DeleteConfirmation component for consistent delete confirmation across finance, manage, and master pages 2026-04-23 14:12:25 +07:00
Yoga Pangestu
703ceefddf feat: enhance error handling in forms by introducing FieldError component for consistent error display 2026-04-22 22:07:58 +07:00
Yoga Pangestu
92860bfb28 feat: add icons to action buttons in purchase management pages 2026-04-22 21:38:27 +07:00
Yoga Pangestu
26eaaf6d66 feat: enhance UI consistency by adding consistent icons to action buttons and loaders to save operations across admin modules 2026-04-22 20:26:20 +07:00
Yoga Pangestu
08cb1a5d78 feat: implement thermal printer support with ESC/POS encoding and device connectivity hooks 2026-04-22 20:00:11 +07:00
Yoga Pangestu
75450301bb feat: implement full order management system including CRUD operations, inventory tracking, and payment processing 2026-04-22 15:18:18 +07:00
Yoga Pangestu
a121e7b52d refactor: replace 'where' with 'whereNull' for clarity in PurchaseItem queries 2026-04-22 13:49:58 +07:00
Yoga Pangestu
f1cda67e23 feat: include purchase items and total amount in purchase management table 2026-04-20 22:57:44 +07:00
Yoga Pangestu
70e0ba9760 feat: implement purchase management system with database schema, CRUD controllers, and UI components 2026-04-20 22:55:19 +07:00