rstubryan
|
94ab48d3f6
|
refactor(FE): Refactor tab actions to use memoized component
|
2026-03-05 11:21:56 +07:00 |
|
rstubryan
|
ea88c3ce8e
|
refactor(FE): Refactor tab actions to use memoized component
|
2026-03-05 11:10:36 +07:00 |
|
rstubryan
|
267ef9d812
|
refactor(FE): Refactor CustomerPaymentTab to use filterParams instead of
formik values
|
2026-03-05 11:01:52 +07:00 |
|
rstubryan
|
b5fc1d4310
|
refactor(FE): Refactor tab actions to use memoized component
|
2026-03-05 10:57:13 +07:00 |
|
rstubryan
|
c98e7d8cb3
|
refactor(FE): Fix population check to ensure proper boolean evaluation
|
2026-03-05 10:24:39 +07:00 |
|
rstubryan
|
1acbc91cfe
|
refactor(FE): Reset dependent fields when location or project flock
changes
|
2026-03-05 10:19:30 +07:00 |
|
rstubryan
|
807041834b
|
refactor(FE): Refactor formik field updates to use destructured methods
|
2026-03-05 09:54:50 +07:00 |
|
rstubryan
|
4de21561b3
|
refactor(FE): Refactor delivery order value initialization logic
|
2026-03-05 09:41:25 +07:00 |
|
rstubryan
|
1938f6cbda
|
refactor(FE): Refactor DeliveryOrderProductTable to support delivery
order rendering
|
2026-03-04 17:13:30 +07:00 |
|
rstubryan
|
f4a522fc0c
|
refactor(FE): Refactor form field updates to use destructured Formik
methods
|
2026-03-04 16:48:21 +07:00 |
|
rstubryan
|
7ae04b3f3e
|
refactor(FE): Refactor DashboardProduction callbacks for memoization
|
2026-03-04 14:12:45 +07:00 |
|
rstubryan
|
b786acf71a
|
chore(FE): Add setTableState to useEffect dependency arrays
|
2026-03-04 14:11:17 +07:00 |
|
rstubryan
|
bb28ae8613
|
Merge branch 'development' of gitlab.com:mbugroup/lti-web-client into dev/restu
|
2026-03-04 11:59:06 +07:00 |
|
rstubryan
|
080592ff01
|
chore(FE): Remove unused variables and imports across components
|
2026-03-04 11:58:35 +07:00 |
|
Rivaldi A N S
|
6d41203a5e
|
Merge branch 'feat/global-search-store' into 'development'
[FEAT/FE] Add Global Search Store and Filter for Each Table Index (All Module)
See merge request mbugroup/lti-web-client!340
|
2026-03-04 04:44:27 +00:00 |
|
rstubryan
|
89d7d3ef91
|
refactor(FE): Format imports in PurchaseTable.tsx
|
2026-03-04 11:07:30 +07:00 |
|
rstubryan
|
18ebf75aa7
|
feat(FE): Integrate UI store and pathname handling in table components
|
2026-03-04 11:06:53 +07:00 |
|
rstubryan
|
6e7dfebacc
|
feat(FE): Integrate UI store for table state and search handling
|
2026-03-04 10:56:35 +07:00 |
|
rstubryan
|
4b93cb4589
|
feat(FE): Integrate UI store state with InventoryProductTable
|
2026-03-04 10:51:51 +07:00 |
|
rstubryan
|
58f1ab82c7
|
refactor(FE): Refactor long lines for readability in MovementTable
|
2026-03-04 10:45:15 +07:00 |
|
rstubryan
|
1fb9687142
|
feat(FE): Add filter functionality to inventory tables
|
2026-03-04 10:44:22 +07:00 |
|
rstubryan
|
4f6d71f1f4
|
refactor(FE): Refactor payload creation in
PurchaseOrderAcceptApprovalForm
|
2026-03-04 10:20:50 +07:00 |
|
rstubryan
|
d502ec707c
|
refactor(FE): Move error message above form actions in
InventoryAdjustmentForm
|
2026-03-04 09:36:37 +07:00 |
|
rstubryan
|
fa86f488e1
|
refactor(FE): Standardize search input placeholders to "Search"
|
2026-03-03 14:19:52 +07:00 |
|
rstubryan
|
5e5400f56b
|
feat(FE): Add advanced filtering capabilities to master data tables
|
2026-03-03 14:03:29 +07:00 |
|
rstubryan
|
741884ac29
|
feat(FE): Add filter schemas and types for master data components
|
2026-03-03 14:02:06 +07:00 |
|
rstubryan
|
4e278c5687
|
refactor(FE): Integrate UI store and pathname sync in master-data tables
|
2026-03-03 10:59:26 +07:00 |
|
rstubryan
|
3d2e40518b
|
refactor(FE): Add table state management with path grouping logic
|
2026-03-03 10:33:03 +07:00 |
|
Rivaldi A N S
|
cbab7f52f2
|
Merge branch 'dev/hotfix/restu' into 'development'
[HOTFIX/FE] Fix Constant Value of Adjustment Stock (Recording Depletion In)
See merge request mbugroup/lti-web-client!339
|
2026-03-03 02:50:52 +00:00 |
|
rstubryan
|
ceb316d3da
|
refactor(FE): Refactor subtype label mapping and fix depletion subtype
value
|
2026-03-03 09:15:57 +07:00 |
|
Rivaldi A N S
|
9ea152aef9
|
Merge branch 'hotfix/adjustment-stock-api-usage' into 'development'
[HOTFIX/FE] Fix Inventory AdjustmentForm using Product API Instead of Product Warehouse API
See merge request mbugroup/lti-web-client!338
|
2026-03-02 08:58:16 +00:00 |
|
rstubryan
|
910ea85b62
|
refactor(FE): Refactor InventoryAdjustmentForm to simplify product
handling
|
2026-03-02 15:24:14 +07:00 |
|
rstubryan
|
968243c370
|
refactor(FE): Refactor tab actions store to use slice pattern
|
2026-03-02 14:44:20 +07:00 |
|
Rivaldi A N S
|
f1ba577a97
|
Merge branch 'fix/master-data-product-nonstock' into 'development'
[FIX/FE] Adjustment Product and Nonstock Match with FIFO Stock V2
See merge request mbugroup/lti-web-client!337
|
2026-03-02 07:33:43 +00:00 |
|
rstubryan
|
c6b906a28e
|
refactor(FE): Fix loading state for flag and sub-flag dropdowns
|
2026-03-02 14:12:42 +07:00 |
|
rstubryan
|
eafcfd2f28
|
refactor(FE): Fix null check for product_flag_mapping in ProductForm
|
2026-03-02 14:06:12 +07:00 |
|
rstubryan
|
0e5d38f75c
|
refactor(FE): Update field name from 'isExpedition' to 'flags' in
handler
|
2026-03-02 13:57:56 +07:00 |
|
rstubryan
|
f2b59ded3c
|
feat(FE): Add skeleton components for master data tables
|
2026-03-02 13:50:25 +07:00 |
|
rstubryan
|
1341b1ff53
|
refactor(FE): Add skeleton loaders for inventory tables
|
2026-03-02 13:31:23 +07:00 |
|
rstubryan
|
9c4c750664
|
refactor(FE): Refactor table skeleton components for consistency
|
2026-03-02 12:10:06 +07:00 |
|
rstubryan
|
d3501e5f3d
|
refactor(FE): Add skeleton loaders for ProjectFlock and TransferToLaying
tables
|
2026-03-02 11:56:27 +07:00 |
|
rstubryan
|
d96388e5f4
|
refactor(FE): Rename and update import for UniformityTableFilter module
|
2026-03-02 11:42:34 +07:00 |
|
rstubryan
|
749b7d6f1a
|
refactor(FE): Refactor UniformityTable to improve loading and empty
states
|
2026-03-02 11:34:27 +07:00 |
|
rstubryan
|
aadf10b8b9
|
refactor(FE): Refactor master-data pages to simplify component rendering
|
2026-03-02 11:17:54 +07:00 |
|
rstubryan
|
7db6ae4077
|
refactor(FE): Refactor NonstocksTable to use Popover for row actions
|
2026-03-02 10:47:17 +07:00 |
|
rstubryan
|
7eaf6b7a3a
|
refactor(FE): Refactor ProductTable and RowOptionsMenu for improved
clarity
|
2026-03-02 10:42:34 +07:00 |
|
rstubryan
|
8397d76171
|
refactor(FE): Add fallback for product flag mapping on constants error
|
2026-03-02 10:15:53 +07:00 |
|
rstubryan
|
56d4b8a5c9
|
refactor(FE): Update ProductFlagMapping types and related references
|
2026-03-02 10:15:06 +07:00 |
|
rstubryan
|
ef9d820c0d
|
refactor(FE): Refactor ProductForm to fetch constants via SWR
|
2026-03-02 10:06:06 +07:00 |
|
rstubryan
|
4e3c6736ab
|
refactor(FE): Rename "Sub Flags" header to "Kategori Flags"
|
2026-03-02 09:58:01 +07:00 |
|