Commit Graph

  • 928136ff18 refactor(FE): Refactor handleViewUniformityDetails to inline definition rstubryan 2026-03-06 14:29:21 +07:00
  • 79567e4f1b refactor(FE): Remove unnecessary dependencies from useMemo in table columns rstubryan 2026-03-06 14:07:24 +07:00
  • 633deece21 refactor(FE): Fix dependency array in ExpenseRealizationForm useCallback rstubryan 2026-03-06 14:05:11 +07:00
  • 46483af4c2 refactor(FE): Refactor formik field methods to use destructured helpers rstubryan 2026-03-06 13:53:15 +07:00
  • c2653e5068 Merge branch 'development' of gitlab.com:mbugroup/lti-web-client into fix/cleanup-warning rstubryan 2026-03-06 13:41:30 +07:00
  • 8569bda7d6 refactor(FE): Refactor afterSubmit calls to improve readability rstubryan 2026-03-06 13:41:29 +07:00
  • 7da63dc542 refactor(FE): Prevent duplicate initial value loading in form modals rstubryan 2026-03-06 13:37:35 +07:00
  • aeceef4361 refactor(FE): Refactor handleBlurField to use useCallback rstubryan 2026-03-06 13:35:10 +07:00
  • ff6955be54 refactor(FE): Remove unused useSearchParams and related code rstubryan 2026-03-06 13:33:46 +07:00
  • 9389fa0354 Merge branch 'fix/cleanup-warning-and-adjust-form-field' into 'development' Rivaldi A N S 2026-03-06 04:47:39 +00:00
  • eccab314b3 refactor(FE): Fix missing dependencies in MarketingTable useMemo rstubryan 2026-03-06 11:23:01 +07:00
  • 37bc7a85e5 refactor(FE): Add depletion product handling in inventory adjustment forms rstubryan 2026-03-06 10:52:59 +07:00
  • 667eb41eb2 refactor(FE): Refactor toggle logic for clarity in useModal rstubryan 2026-03-06 10:08:13 +07:00
  • e64b55e527 refactor(FE): Fix conditional call to onBackdropClick in Drawer component rstubryan 2026-03-06 10:00:25 +07:00
  • 9710998dc6 refactor(FE): Handle null or undefined values in FinanceDetail component rstubryan 2026-03-06 09:57:30 +07:00
  • ca0b216ba0 refactor(FE): Handle null transaction_type and fix useEffect dependency rstubryan 2026-03-06 09:53:57 +07:00
  • 9ff6f3a35d refactor(FE): Refactor form components to improve state handling rstubryan 2026-03-05 15:59:32 +07:00
  • 333dd01f92 refactor(FE): Fix dependency array in useMemo for SalesClosingTable rstubryan 2026-03-05 15:33:50 +07:00
  • 75f765ee69 chore(FE): Add setTableState to useEffect dependency array rstubryan 2026-03-05 15:05:17 +07:00
  • 945bdb8b27 refactor(FE): Refactor formik field value setter in WarehousesTable rstubryan 2026-03-05 15:02:00 +07:00
  • 77eae32a3d refactor(FE): Refactor Formik field updates to use setFieldValue rstubryan 2026-03-05 15:00:20 +07:00
  • a5ebc6d1ae refactor(FE): Fix dependency arrays and improve error handling in purchase components rstubryan 2026-03-05 14:17:42 +07:00
  • 15c7452d7b chore(FE): Fix missing dependency in useEffect hook rstubryan 2026-03-05 14:15:41 +07:00
  • 5dac900a1a refactor(FE): Refactor date filter state management in UniformityTable rstubryan 2026-03-05 14:11:58 +07:00
  • 4b49cd18f5 refactor(FE): Refactor form handlers to use consistent formik utilities rstubryan 2026-03-05 13:45:01 +07:00
  • a4cb4e202b refactor(FE): Fix dependency arrays and refactor setFieldValue usage rstubryan 2026-03-05 13:36:43 +07:00
  • 4a69eef294 fix(FE): Add handler to open filter modal and trigger form validation rstubryan 2026-03-05 12:03:54 +07:00
  • 2de6636bbf refactor(FE): Refactor tab actions to use memoized components rstubryan 2026-03-05 11:59:27 +07:00
  • a7951b6c28 refactor(FE): Fix missing dependencies in UniformityTable effect hooks rstubryan 2026-03-05 11:47:16 +07:00
  • 03baba40a6 refactor(FE): Remove unused params argument from generateReportExpensePDF rstubryan 2026-03-05 11:41:43 +07:00
  • 96ef6f8496 refactor(FE): Refactor tab actions into a memoized component rstubryan 2026-03-05 11:40:32 +07:00
  • 94ab48d3f6 refactor(FE): Refactor tab actions to use memoized component rstubryan 2026-03-05 11:21:56 +07:00
  • ea88c3ce8e refactor(FE): Refactor tab actions to use memoized component rstubryan 2026-03-05 11:10:36 +07:00
  • 267ef9d812 refactor(FE): Refactor CustomerPaymentTab to use filterParams instead of formik values rstubryan 2026-03-05 11:01:52 +07:00
  • b5fc1d4310 refactor(FE): Refactor tab actions to use memoized component rstubryan 2026-03-05 10:57:13 +07:00
  • c98e7d8cb3 refactor(FE): Fix population check to ensure proper boolean evaluation rstubryan 2026-03-05 10:24:39 +07:00
  • 1acbc91cfe refactor(FE): Reset dependent fields when location or project flock changes rstubryan 2026-03-05 10:19:30 +07:00
  • 807041834b refactor(FE): Refactor formik field updates to use destructured methods rstubryan 2026-03-05 09:54:50 +07:00
  • 4de21561b3 refactor(FE): Refactor delivery order value initialization logic rstubryan 2026-03-05 09:41:25 +07:00
  • 1938f6cbda refactor(FE): Refactor DeliveryOrderProductTable to support delivery order rendering rstubryan 2026-03-04 17:13:30 +07:00
  • f4a522fc0c refactor(FE): Refactor form field updates to use destructured Formik methods rstubryan 2026-03-04 16:48:21 +07:00
  • 7ae04b3f3e refactor(FE): Refactor DashboardProduction callbacks for memoization rstubryan 2026-03-04 14:12:45 +07:00
  • b786acf71a chore(FE): Add setTableState to useEffect dependency arrays rstubryan 2026-03-04 14:11:17 +07:00
  • bb28ae8613 Merge branch 'development' of gitlab.com:mbugroup/lti-web-client into dev/restu rstubryan 2026-03-04 11:59:06 +07:00
  • 080592ff01 chore(FE): Remove unused variables and imports across components rstubryan 2026-03-04 11:58:35 +07:00
  • 6d41203a5e Merge branch 'feat/global-search-store' into 'development' Rivaldi A N S 2026-03-04 04:44:27 +00:00
  • 89d7d3ef91 refactor(FE): Format imports in PurchaseTable.tsx rstubryan 2026-03-04 11:07:30 +07:00
  • 18ebf75aa7 feat(FE): Integrate UI store and pathname handling in table components rstubryan 2026-03-04 11:06:53 +07:00
  • 6e7dfebacc feat(FE): Integrate UI store for table state and search handling rstubryan 2026-03-04 10:56:35 +07:00
  • 4b93cb4589 feat(FE): Integrate UI store state with InventoryProductTable rstubryan 2026-03-04 10:51:51 +07:00
  • 58f1ab82c7 refactor(FE): Refactor long lines for readability in MovementTable rstubryan 2026-03-04 10:45:15 +07:00
  • 1fb9687142 feat(FE): Add filter functionality to inventory tables rstubryan 2026-03-04 10:44:22 +07:00
  • 4f6d71f1f4 refactor(FE): Refactor payload creation in PurchaseOrderAcceptApprovalForm rstubryan 2026-03-04 10:20:50 +07:00
  • d502ec707c refactor(FE): Move error message above form actions in InventoryAdjustmentForm rstubryan 2026-03-04 09:36:37 +07:00
  • fa86f488e1 refactor(FE): Standardize search input placeholders to "Search" rstubryan 2026-03-03 14:19:52 +07:00
  • 5e5400f56b feat(FE): Add advanced filtering capabilities to master data tables rstubryan 2026-03-03 14:03:29 +07:00
  • 741884ac29 feat(FE): Add filter schemas and types for master data components rstubryan 2026-03-03 14:02:06 +07:00
  • 4e278c5687 refactor(FE): Integrate UI store and pathname sync in master-data tables rstubryan 2026-03-03 10:59:26 +07:00
  • 3d2e40518b refactor(FE): Add table state management with path grouping logic rstubryan 2026-03-03 10:33:03 +07:00
  • cbab7f52f2 Merge branch 'dev/hotfix/restu' into 'development' Rivaldi A N S 2026-03-03 02:50:52 +00:00
  • ceb316d3da refactor(FE): Refactor subtype label mapping and fix depletion subtype value rstubryan 2026-03-03 09:15:57 +07:00
  • 9ea152aef9 Merge branch 'hotfix/adjustment-stock-api-usage' into 'development' Rivaldi A N S 2026-03-02 08:58:16 +00:00
  • 910ea85b62 refactor(FE): Refactor InventoryAdjustmentForm to simplify product handling rstubryan 2026-03-02 15:24:14 +07:00
  • 968243c370 refactor(FE): Refactor tab actions store to use slice pattern rstubryan 2026-03-02 14:44:20 +07:00
  • f1ba577a97 Merge branch 'fix/master-data-product-nonstock' into 'development' Rivaldi A N S 2026-03-02 07:33:43 +00:00
  • c6b906a28e refactor(FE): Fix loading state for flag and sub-flag dropdowns rstubryan 2026-03-02 14:12:42 +07:00
  • eafcfd2f28 refactor(FE): Fix null check for product_flag_mapping in ProductForm rstubryan 2026-03-02 14:06:12 +07:00
  • 0e5d38f75c refactor(FE): Update field name from 'isExpedition' to 'flags' in handler rstubryan 2026-03-02 13:57:56 +07:00
  • f2b59ded3c feat(FE): Add skeleton components for master data tables rstubryan 2026-03-02 13:50:25 +07:00
  • 1341b1ff53 refactor(FE): Add skeleton loaders for inventory tables rstubryan 2026-03-02 13:31:23 +07:00
  • 9c4c750664 refactor(FE): Refactor table skeleton components for consistency rstubryan 2026-03-02 12:10:06 +07:00
  • d3501e5f3d refactor(FE): Add skeleton loaders for ProjectFlock and TransferToLaying tables rstubryan 2026-03-02 11:56:27 +07:00
  • d96388e5f4 refactor(FE): Rename and update import for UniformityTableFilter module rstubryan 2026-03-02 11:42:34 +07:00
  • 749b7d6f1a refactor(FE): Refactor UniformityTable to improve loading and empty states rstubryan 2026-03-02 11:34:27 +07:00
  • aadf10b8b9 refactor(FE): Refactor master-data pages to simplify component rendering rstubryan 2026-03-02 11:17:54 +07:00
  • 7db6ae4077 refactor(FE): Refactor NonstocksTable to use Popover for row actions rstubryan 2026-03-02 10:47:17 +07:00
  • 7eaf6b7a3a refactor(FE): Refactor ProductTable and RowOptionsMenu for improved clarity rstubryan 2026-03-02 10:42:34 +07:00
  • 8397d76171 refactor(FE): Add fallback for product flag mapping on constants error rstubryan 2026-03-02 10:15:53 +07:00
  • 56d4b8a5c9 refactor(FE): Update ProductFlagMapping types and related references rstubryan 2026-03-02 10:15:06 +07:00
  • ef9d820c0d refactor(FE): Refactor ProductForm to fetch constants via SWR rstubryan 2026-03-02 10:06:06 +07:00
  • 4e3c6736ab refactor(FE): Rename "Sub Flags" header to "Kategori Flags" rstubryan 2026-03-02 09:58:01 +07:00
  • aa1ef7a559 feat(FE): Add constants transformation utilities and API service rstubryan 2026-03-02 09:57:21 +07:00
  • 04b5a7bd4d refactor(FE): Update label in NonstockForm to 'Flags Ekspedisi' rstubryan 2026-02-27 15:42:24 +07:00
  • 3aec412599 refactor(FE): Update label text in NonstockForm RadioGroup rstubryan 2026-02-27 15:38:47 +07:00
  • 80a94c48c3 refactor(FE): Format product prices using formatCurrency helper rstubryan 2026-02-27 15:38:11 +07:00
  • 9bd4a73a90 refactor(FE): Refactor flags field to boolean and update form handling rstubryan 2026-02-27 15:36:44 +07:00
  • d1c6fe8fb4 refactor(FE): Add conditional validation for sub_flags in ProductForm.schema rstubryan 2026-02-27 15:03:09 +07:00
  • a4378ebd04 refactor(FE): Refactor product flags to support single flag and sub-flags rstubryan 2026-02-27 14:57:45 +07:00
  • 16f2f2bc06 feat(FE): Add PRODUCT_FLAG_MAPPING with flags, sub-flags, and mappings rstubryan 2026-02-27 14:08:17 +07:00
  • 64843a36ab refactor(FE): Refactor date input components for consistency and layout rstubryan 2026-02-27 13:34:51 +07:00
  • 396a5ab5ba refactor(FE): Rename and update FinanceTableFilter schema import path rstubryan 2026-02-27 13:12:12 +07:00
  • 9f4c041ec8 refactor(FE): Update FinanceTable layout and conditional styling rstubryan 2026-02-27 11:27:51 +07:00
  • 5e3d2273d1 refactor(FE): Refactor RowOptionsMenu to use PopoverButton and PopoverContent rstubryan 2026-02-27 11:25:37 +07:00
  • 0b01eefe20 refactor(FE): Update button labels for clarity in FinanceTable rstubryan 2026-02-27 11:23:06 +07:00
  • 43045b3f8b Merge branch 'development' of gitlab.com:mbugroup/lti-web-client into dev/restu rstubryan 2026-02-27 11:21:34 +07:00
  • d3ce60d3ba refactor(FE): Refactor FinanceTable and simplify Finance page structure rstubryan 2026-02-27 11:14:13 +07:00
  • 8c7577dcc5 Merge branch 'fix/adjustment-stock-and-ui-related' into 'development' Rivaldi A N S 2026-02-27 04:02:05 +00:00
  • da3cadc37d Merge branch 'development' of gitlab.com:mbugroup/lti-web-client into fix/adjustment-stock-and-ui-related rstubryan 2026-02-27 10:28:35 +07:00
  • 2e6aa1b83a refactor(FE): Filter out excluded product flags in product options rstubryan 2026-02-27 10:04:54 +07:00
  • 8811976f53 chore(FE): Remove redundant comments in InventoryAdjustmentForm rstubryan 2026-02-27 09:30:10 +07:00