rstubryan
|
43afd35e54
|
refactor(FE): Update add buttons styling and labels
|
2026-02-03 11:56:25 +07:00 |
|
ValdiANS
|
2c27b2e41d
|
chore: add transfer_context query when fetching source warehouse
|
2026-01-30 14:34:48 +07:00 |
|
rstubryan
|
60d5551dff
|
fix(FE): Require delivery fields if supplier chosen
|
2026-01-29 16:17:57 +07:00 |
|
rstubryan
|
97bf785fe9
|
refactor(FE): Support inputPrefix/inputSuffix on SelectInput
|
2026-01-29 10:27:47 +07:00 |
|
rstubryan
|
737d8e943c
|
refactor(FE): Make delivery fields nullable and optional
|
2026-01-29 09:48:43 +07:00 |
|
rstubryan
|
9f93200bd5
|
refactor(FE): Move form error alerts to bottom of forms
|
2026-01-28 14:14:44 +07:00 |
|
rstubryan
|
3aab90d3d6
|
refactor(FE): Remove min validation on supplier_id
|
2026-01-27 16:27:09 +07:00 |
|
rstubryan
|
27c112e479
|
refactor(FE): Use index-only keys for product/delivery rows
|
2026-01-27 12:01:53 +07:00 |
|
rstubryan
|
4c336f81c7
|
refactor(FE): Allow supplier to be optional in movement form
|
2026-01-26 21:21:40 +07:00 |
|
rstubryan
|
47e51e0105
|
refactor(FE): Remove redundant input bg class from TextInputs
|
2026-01-26 09:51:37 +07:00 |
|
rstubryan
|
e386d2a389
|
chore(FE-Cleanup): Clean up unused code and add memoization
|
2026-01-23 18:12:44 +07:00 |
|
rstubryan
|
6af2609f44
|
refactor(FE): Use useSelect to fetch product warehouses
|
2026-01-23 16:38:34 +07:00 |
|
rstubryan
|
6f5540eb91
|
refactor(FE): Reset deliveries when products change
|
2026-01-23 16:26:25 +07:00 |
|
rstubryan
|
5c286128e4
|
refactor(FE): Exclude falsy product_id in product filter
|
2026-01-23 16:13:36 +07:00 |
|
rstubryan
|
df875eda1d
|
refactor(FE): Exclude selected products from product options
|
2026-01-23 16:05:59 +07:00 |
|
rstubryan
|
27c696c797
|
refactor(FE): Use filter to remove products and deliveries
|
2026-01-23 15:37:06 +07:00 |
|
rstubryan
|
1d0d42dc16
|
refactor(FE): Include products in MovementForm effect deps
|
2026-01-23 13:45:55 +07:00 |
|
rstubryan
|
1b3dd34add
|
refactor(FE): Filter products by available stock and format qty
|
2026-01-23 13:21:12 +07:00 |
|
rstubryan
|
1d29f62bf2
|
refactor(FE): Fix delivery dependency tracking and init
|
2026-01-23 13:10:54 +07:00 |
|
rstubryan
|
e35f857057
|
fix(FE): Include deliveries in deps for cost handlers
|
2026-01-23 12:58:33 +07:00 |
|
rstubryan
|
bcc2f71623
|
refactor(FE): Manage product and delivery quantity error toasts
|
2026-01-23 12:52:54 +07:00 |
|
rstubryan
|
359f0f7b01
|
refactor(FE): Move EKSPEDISI flag to supplier select
|
2026-01-23 11:10:08 +07:00 |
|
rstubryan
|
24ff7a080f
|
refactor(FE): Reset products when source warehouse changes
|
2026-01-19 13:03:07 +07:00 |
|
rstubryan
|
23c758b0cf
|
refactor(FE): Prevent selecting same source and destination
|
2026-01-19 10:47:12 +07:00 |
|
rstubryan
|
1c002a1b95
|
refactor(FE): Stop resetting deliveries on product change
|
2026-01-19 10:44:18 +07:00 |
|
rstubryan
|
fb980c38c9
|
refactor(FE): Toast warehouse duplicate error on validation
|
2026-01-19 10:42:20 +07:00 |
|
rstubryan
|
dc2c2228a8
|
refactor(FE): Extract and memoize form event handlers
|
2026-01-19 10:28:08 +07:00 |
|
rstubryan
|
6def4e0fcd
|
refactor(FE): Extract DeliveryDocumentSchema for reuse
|
2026-01-19 10:16:46 +07:00 |
|
rstubryan
|
3cda11c66e
|
refactor(FE): Filter warehouse options by EKSPEDISI flag
|
2026-01-18 23:43:31 +07:00 |
|
rstubryan
|
6377557ef0
|
refactor(FE): Reset products and deliveries on warehouse change
|
2026-01-17 20:33:13 +07:00 |
|
randy-ar
|
138ad6a7c9
|
hotfix(FE): change select input component to disabled
|
2026-01-17 15:59:08 +07:00 |
|
ValdiANS
|
c75563491f
|
feat: implement lazy loading in SelectInput
|
2026-01-15 09:48:02 +07:00 |
|
randy-ar
|
aa114c164b
|
fix(FE): create hooks for formik error list and integrate alert error list for finance and master data modules
|
2026-01-12 17:19:16 +07:00 |
|
rstubryan
|
4fdfe63dc9
|
refactor(FE): Remove document_path from movement payload
|
2026-01-09 09:24:46 +07:00 |
|
rstubryan
|
badb1e141a
|
refactor(FE): Deduplicate delivery documents by filename
|
2026-01-09 08:29:21 +07:00 |
|
rstubryan
|
61766d3255
|
refactor(FE): Show validation error list before submit
|
2026-01-08 12:27:26 +07:00 |
|
rstubryan
|
eeeb0a404c
|
Merge branch 'development' of gitlab.com:mbugroup/lti-web-client into feat/FE/refactor-submission-form
|
2026-01-08 10:23:50 +07:00 |
|
randy-ar
|
13205ca80a
|
feat(FE): adding alert errors message for project flock and fixing bug approval status in chickin
|
2026-01-08 08:59:27 +07:00 |
|
rstubryan
|
0d6e229ee5
|
refactor(FE): Allow null for document_path in schema
|
2026-01-07 18:11:12 +07:00 |
|
rstubryan
|
319afa3faf
|
refactor(FE): Require positive IDs in movement form schema
|
2026-01-07 18:01:26 +07:00 |
|
rstubryan
|
6da6cf699f
|
refactor(FE): Require warehouse IDs to be at least 1
|
2026-01-07 17:50:44 +07:00 |
|
rstubryan
|
22be41058f
|
refactor(FE): Normalize Tailwind classnames in MovementForm
|
2026-01-07 17:35:55 +07:00 |
|
rstubryan
|
c4debcecce
|
refactor(FE): Add default empty product and delivery rows
|
2026-01-07 16:18:02 +07:00 |
|
rstubryan
|
38dfeec892
|
refactor(FE): Move movement error to top and remove isValid check
|
2026-01-07 15:11:36 +07:00 |
|
rstubryan
|
309a9ecc86
|
refactor(FE): Increase upload file size limit to 5 MB
|
2026-01-07 11:38:28 +07:00 |
|
rstubryan
|
6f90bd604a
|
feat(FE): Enforce 2MB file limit and improve FileInput
|
2026-01-06 20:38:51 +07:00 |
|
rstubryan
|
8dfccf25d8
|
refactor(FE): Truncate delivery document name in MovementForm
|
2026-01-06 19:32:13 +07:00 |
|
rstubryan
|
57fa67c05a
|
refactor(FE): Support MovementDocument in movement form
|
2026-01-02 14:22:57 +07:00 |
|
rstubryan
|
1c77deeee7
|
refactor(FE): Move Movement FormData into API service
|
2026-01-02 10:00:14 +07:00 |
|
randy-ar
|
731bec5a94
|
feat(FE-337): slicing ui form finance and API integration
|
2025-12-28 04:28:02 +07:00 |
|