Yoga Pangestu
|
b47a7ff0a3
|
feat: Implement comprehensive order and stock management with membership, vouchers, and dedicated tests.
|
2026-01-02 22:15:57 +07:00 |
|
Yoga Pangestu
|
b132f86ed7
|
refactor: Migrate loyalty tier system from points to spending and remove tier rewards.
|
2025-12-18 19:27:50 +07:00 |
|
Yoga Pangestu
|
2978d34e9e
|
feat: Ensure order totals are non-negative, improve voucher deduction validation, and add pessimistic locking for stock updates.
|
2025-12-17 04:21:37 +07:00 |
|
Yoga Pangestu
|
fb5e920a11
|
refactor(traits): Update trait imports to a new namespace structure and remove unused traits for improved organization and maintainability.
|
2025-12-14 17:02:21 +07:00 |
|
Yoga Pangestu
|
a7427f145f
|
refactor(helpers, forms, livewire): Rename functions for clarity and consistency, update currency and date formatting across various components to improve maintainability and user experience.
|
2025-12-14 15:49:53 +07:00 |
|
Yoga Pangestu
|
7c7e26414b
|
refactor(form): add return type declarations to Livewire form methods, adjust property types, and remove unused methods and docblocks.
|
2025-12-11 19:12:50 +07:00 |
|
Yoga Pangestu
|
5fa0944811
|
feat(push notification): menjadikan notificakasi menggunakan job dan dispatch di beberapa komponen yang membuatuhkan
|
2025-11-16 15:33:51 +07:00 |
|
Yoga Pangestu
|
0019633886
|
fix(order): calculate diskon
|
2025-11-11 01:41:10 +07:00 |
|
Yoga Pangestu
|
c63245bf68
|
feat(order): throw transaction jika stok produk tidak mencukupi
|
2025-11-05 13:49:18 +07:00 |
|
Yoga Pangestu
|
464ce3df39
|
feat(order): tambah poin saat update
|
2025-11-05 13:10:21 +07:00 |
|
Yoga Pangestu
|
ac59863be3
|
refactor(order): mengubah nama kolom dari order_at menjadi ordered_at
- menambahkan key ordered_at untuk create
- mengaubah type param di WithMember
- menambahkan clearable di input
|
2025-11-05 11:16:56 +07:00 |
|
Yoga Pangestu
|
7b0abd6aa2
|
feat(order): menambahkan kolom voucher ke table
- calculate voucher diskon dan manual diskon
- menambahkan input voucher
- munculkan input voucher hanya ketika ada member
|
2025-11-05 09:56:49 +07:00 |
|
Yoga Pangestu
|
5427260c5a
|
refactor: menyesuaikan nama relasi dari orderItems menjadi items
|
2025-11-01 18:46:09 +07:00 |
|
Yoga Pangestu
|
d5fae1989a
|
feat(order): membuat crud
-skema migrasi dan menyesuaikan relasi model nya
-membuat beberapa trait utuk memisahkan logika
|
2025-10-27 19:25:10 +07:00 |
|