Commit Graph

9 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
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
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