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 |
|
ValdiANS
|
4a6c443003
|
fix: disable uniformity form uploading uniformity file
|
2026-04-09 15:13:16 +07:00 |
|
ValdiANS
|
62d250109b
|
feat: add responseType to axios config
|
2026-04-09 14:15:29 +07:00 |
|
ValdiANS
|
e50f4dbddb
|
feat: add exportToExcel method to RecordingService
|
2026-04-09 14:15:12 +07:00 |
|
ValdiANS
|
c898154b48
|
feat: add export button
|
2026-04-09 14:14:50 +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
|
726065da51
|
fix: make vehicle_number and transport_per_item required if expedition_vendor exist
|
2026-04-08 15:32:01 +07:00 |
|
ValdiANS
|
6c03e42006
|
fix: remove transport_per_item and vehicle_number value and disable them if expedition vendor is empty
|
2026-04-08 15:31:31 +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 |
|
rstubryan
|
68b25332b1
|
refactor(FE-set-to-end): Fix date range to include the end of the month
|
2026-04-08 11:29:51 +07:00 |
|
rstubryan
|
b402a06706
|
feat(FE-moment-default-range): Set default date range to current month
in Dashboard component
|
2026-04-08 10:15:33 +07:00 |
|
rstubryan
|
0b52fff5f5
|
refactor(FE-dashboard-modal): Refactor dashboard production data
fetching logic
|
2026-04-08 09:54:40 +07:00 |
|
Rivaldi A N S
|
e251ab9eb4
|
Merge branch 'fix/marketing' into 'development'
[FIX/FE] Marketing - Sales Order Form
See merge request mbugroup/lti-web-client!374
|
2026-04-07 10:44:49 +00:00 |
|
ValdiANS
|
9f0fbcf041
|
fix: make price_per_qty calculation to price per kg and make unit_price calculation to price per egg (if category is TELUR and convertion unit QTY)
|
2026-04-07 17:24:19 +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
|
ef1ce2c78c
|
fix: remove roundPrice, update unit price calculation in calculateTelurPeti
|
2026-04-07 16:59:35 +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 |
|
rstubryan
|
b89730ab68
|
feat(FE-invalidate-mutation): Refactor SWR keys for recording detail
pages and add cache invalidation
|
2026-04-07 16:06:46 +07:00 |
|
rstubryan
|
6e34eede4b
|
refactor(FE-jumlah-pakai-zero-restriction): Update validation message
for qty in StockObjectSchema
|
2026-04-07 16:01:59 +07:00 |
|
rstubryan
|
2f89c6f216
|
refactor(FE-unused-param): Comment out unused eggProductsLocationId
state and references
|
2026-04-07 15:26:25 +07:00 |
|
rstubryan
|
ebf966228b
|
refactor(FE-decimal-jumlah-pakai): Increase decimal scale for stock
quantity input to 3
|
2026-04-07 15:23:31 +07:00 |
|
ValdiANS
|
922a93414f
|
fix: adjust unit price placeholder
|
2026-04-07 13:11:14 +07:00 |
|
ValdiANS
|
129a3fda44
|
fix: memoized formattedSuccessRawData and formattedErrorRawData
|
2026-04-07 11:54:00 +07:00 |
|
ValdiANS
|
981b48acc0
|
fix: check deep equality
|
2026-04-07 11:53:34 +07:00 |
|
Adnan Zahir
|
dd5bbf0ac6
|
Merge branch 'codex/sales-at-farm-level' into 'development'
codex/fix: invisible depletion and egg <= 0
See merge request mbugroup/lti-web-client!368
|
2026-04-06 22:32:46 +07:00 |
|
Adnan Zahir
|
8872b283ac
|
codex/fix: invisible depletion and egg <= 0
|
2026-04-06 22:28:39 +07:00 |
|
Adnan Zahir
|
860c9dec22
|
Merge branch 'codex/sales-at-farm-level' into 'development'
Codex/sales at farm level
See merge request mbugroup/lti-web-client!367
|
2026-04-04 10:08:36 +07:00 |
|
Adnan Zahir
|
107d412c10
|
formatting
|
2026-04-04 09:57:01 +07:00 |
|
Adnan Zahir
|
c6d8533190
|
codex/fix: inconsistent stock options and availability
|
2026-04-04 09:53:10 +07:00 |
|
ValdiANS
|
10d1f05aa5
|
fix: use correct address and logo
|
2026-04-02 11:00:17 +07:00 |
|
ValdiANS
|
e4b6238771
|
fix: use correct address
|
2026-04-02 11:00:08 +07:00 |
|
ValdiANS
|
25b5165249
|
feat: create PurchaseFilter type
|
2026-04-02 09:57:48 +07:00 |
|
ValdiANS
|
cae19d905b
|
feat: add filter modal
|
2026-04-02 09:57:40 +07:00 |
|
ValdiANS
|
c040c0e9bb
|
feat: create PurchaseFilterModal component
|
2026-04-02 09:51:22 +07:00 |
|
ValdiANS
|
edf21fbfc4
|
fix: change from parseInt to parseFloat
|
2026-04-01 16:13:13 +07:00 |
|
ValdiANS
|
65f31f8340
|
fix: parse to float numberFormatValues.value
|
2026-04-01 16:13:01 +07:00 |
|
Adnan Zahir
|
772087bacd
|
Merge branch 'codex/sales-at-farm-level' into 'development'
codex/fix: show farm stock usage on closing page
See merge request mbugroup/lti-web-client!361
|
2026-04-01 12:33:55 +07:00 |
|
Adnan Zahir
|
f302bcdb4b
|
codex/fix: show farm stock usage on closing page
|
2026-04-01 12:31:16 +07:00 |
|
Adnan Zahir
|
b68bcc77f5
|
Merge branch 'codex/sales-at-farm-level' into 'development'
codex/fix: purchase receivement error and recording doesn't show depletion/egg
See merge request mbugroup/lti-web-client!360
|
2026-04-01 11:10:29 +07:00 |
|
Adnan Zahir
|
3d7a2073b0
|
formatting
|
2026-04-01 11:07:05 +07:00 |
|
Adnan Zahir
|
8b1546a305
|
codex/fix: purchase receivement error and recording doesn't show depletion/egg
|
2026-04-01 11:03:56 +07:00 |
|