ValdiANS
773829b95d
hotfix: remove default value for quantity field
2026-06-15 11:16:58 +07:00
Giovanni Gabriel Septriadi
e2354b5ea7
Merge branch 'feat/enable-edit-chick-in-date' into 'rc/00'
...
feat: add inline edit for chick-in date in chickin logs
See merge request mbugroup/lti-web-client!503
2026-06-04 16:53:13 +00:00
ValdiANS
4151829cb8
fix: disabled deliver item button if is submitting and set the is loading prop
2026-06-03 14:24:39 +07:00
ValdiANS
e73af7e252
feat: add date range, filter by, and warehouse filter to marketing table
...
- Add start_date and end_date range inputs to the marketing filter modal
with validation that prevents end date from being earlier than start date
- Add 'Filter Berdasarkan' single-select radio (so_date / created_at)
to let users choose which date field the range applies to
- Add single-select Gudang (warehouse) filter backed by WarehouseApi,
serialized as warehouse_id query param
- Wire all three new filters into useTableFilter (paramMap, persist,
excludeKeysFromUrl for label-only fields) and propagate through
filterSubmitHandler, filterResetHandler, and marketingFilterInitialValues
so filter state survives page refreshes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-02 13:22:01 +07:00
ValdiANS
c12beca4d7
fix: recalculate qty if product change
2026-05-18 14:26:52 +07:00
ValdiANS
910981645b
fix: remove unnecessary code
2026-05-18 14:25:19 +07:00
ValdiANS
82b5429d02
fix: update DeliveryOrderSchema validation, make all delivery_order should valid instead of some
2026-05-18 14:24:59 +07:00
ValdiANS
6c6f739fc0
fix: remove onAfterSubmit callback in useFormikErrorList
2026-05-18 14:20:30 +07:00
ValdiANS
001dafecb7
fix: adjust copywriting for approve button based on approval step number
2026-05-18 14:18:35 +07:00
ValdiANS
fe2a2dfb43
fix: add loading state to approve modal
2026-05-13 15:29:03 +07:00
ValdiANS
ddffdd1b27
fix: adjust marketing_type default value
2026-05-13 13:46:59 +07:00
ValdiANS
280d790f0c
fix: add created_at column
2026-05-13 10:51:46 +07:00
ValdiANS
2ed8ecbbb7
fix: pass manualSorting to Table
2026-05-09 10:55:57 +07:00
ValdiANS
7643645643
feat: implement server-side sorting
2026-05-08 16:25:51 +07:00
ValdiANS
3d910f78db
fix: set initial value to MarketingFilter
2026-04-24 16:22:15 +07:00
ValdiANS
a316120a78
fix: add total selected items text to reject/approve button
2026-04-23 16:08:39 +07:00
ValdiANS
747b0f9c2c
feat: implement export all in expense and report expense
2026-04-23 09:54:20 +07:00
Adnan Zahir
ee2f530d81
Merge branch 'codex/filter-improment' into 'development'
...
feat: filter improvement
See merge request mbugroup/lti-web-client!425
2026-04-23 00:19:16 +07:00
Adnan Zahir
617124efe4
feat: filter improvement
2026-04-23 00:18:10 +07:00
ValdiANS
e5dcca3408
fix: adjust MarketingApi.exportToExcel method
2026-04-22 23:32:58 +07:00
Adnan Zahir
c12bf92723
Merge branch 'schema/bulk-approve-marketings-expenses' into 'development'
...
Schema/bulk approve marketings expenses
See merge request mbugroup/lti-web-client!419
2026-04-22 11:49:45 +07:00
Adnan Zahir
5c5b49d0a9
fix: styling
2026-04-22 11:41:41 +07:00
Adnan Zahir
b7f886b51e
fix: mismatch dto marketings
2026-04-22 11:41:09 +07:00
Rivaldi A N S
587266e23d
Merge branch 'feat/progress-input-export' into 'development'
...
[FEAT/FE] Progress Input Exporet
See merge request mbugroup/lti-web-client!418
2026-04-22 04:09:21 +00:00
ValdiANS
75910960c5
feat: implement marketing export progress input
2026-04-22 11:06:03 +07:00
Adnan Zahir
8b2277c8c3
Merge branch 'development' into 'schema/bulk-approve-marketings-expenses'
...
# Conflicts:
# src/services/api/expense.ts
2026-04-22 10:14:17 +07:00
Adnan Zahir
68f4562395
fix: schema update for bulk approve
2026-04-22 10:10:10 +07:00
ValdiANS
50e0ccd9e4
feat: implement bulk approval for SO DO
2026-04-22 00:10:22 +07:00
rstubryan
ff39514b78
refactor(FE-endpoint-path): Fix customer API integration in
...
MarketingFilter
2026-04-13 14:55:00 +07:00
rstubryan
73d05d6b4b
refactor(FE-add-param): Update MarketingFilter to refine API calls and
...
options handling
2026-04-13 14:23:21 +07:00
rstubryan
b580a01bdc
refactor(FE-formik-usage): Refactor MarketingFilter form values and
...
handlers
2026-04-13 11:13:39 +07:00
ValdiANS
31a4dec8a3
fix: get weight_per_convertion from delivery order first
2026-04-10 16:12:47 +07:00
ValdiANS
fbb6f87368
fix: add weight_per_convertion to payload when creating/updating delivery order
2026-04-10 16:12:35 +07:00
ValdiANS
00434002a7
fix: add harga satuan per peti
2026-04-10 15:06:57 +07:00
ValdiANS
bcb1e0b5b6
fix: add (Kg) label to Total Harga Satuan
2026-04-10 15:06:38 +07:00
ValdiANS
03a6aabf1f
fix: adjust initialPricePerConvertion value
2026-04-10 15:06:06 +07:00
ValdiANS
47adaa4f92
fix: return total_peti, weight_per_convertion, and price_per_convertion in DeliveryProductToFieldValues function
2026-04-10 15:02:48 +07:00
ValdiANS
4ffea739a9
fix: comment edit button in renderSalesOrderContent
2026-04-09 16:37:35 +07:00
ValdiANS
bf5591d61d
fix: prioritize DO data if delivery orders exist
2026-04-09 16:36:59 +07:00
Rivaldi A N S
acb02c9bdc
Merge branch 'fix/marketing-delivery-order' into 'development'
...
[FIX/FE] Marketing Delivery Order
See merge request mbugroup/lti-web-client!380
2026-04-09 04:26:47 +00:00
ValdiANS
986f429ea9
fix: add edit button to delivery item
2026-04-09 11:21:20 +07:00
ValdiANS
1dafb0d365
fix: adjust DeliveryProductToFieldValues and mergeSOwithDO return values
2026-04-09 11:09:04 +07:00
ValdiANS
095b1c5850
fix: adjust selected delivery product priority order
2026-04-09 11:04:57 +07:00
ValdiANS
5c39e900f3
chore: remove unnecessary code
2026-04-08 15:30:37 +07:00
ValdiANS
68c1655824
fix: adjust unit_price and price_per_qty value to match the SalesOrderProductForm
2026-04-08 13:57:09 +07:00
ValdiANS
05fbae680f
fix: reorder input for price_per_qty and unit_price
2026-04-07 17:23:23 +07:00
ValdiANS
444c475cb4
fix: remove formattedUnitPrice
2026-04-07 17:22:46 +07:00
ValdiANS
429ff58bfd
chore: remove unnecessary code
2026-04-07 16:57:01 +07:00
ValdiANS
8961004000
fix: set initialPricePerConvertion to unit_price
2026-04-07 16:55:39 +07:00
ValdiANS
2dc3bcf9f0
fix: make convertion unit support QTY when hitting update/create API
2026-04-07 16:55:23 +07:00