Commit Graph

  • 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
  • 9fb65bdacd feat(FE): Validate quantity against available stock rstubryan 2026-02-27 09:29:33 +07:00
  • 53e018aece Merge branch 'staging' into 'production' Adnan Zahir 2026-02-26 16:37:04 +07:00
  • 6f6f54571f refactor(FE): Reset transaction subtype when product changes for RECORDING rstubryan 2026-02-26 16:20:00 +07:00
  • 3099588141 refactor(FE): Filter transaction subtypes based on selected product flags rstubryan 2026-02-26 16:10:19 +07:00
  • 47ee911852 feat(FE): Add stock availability badge to product dropdown rstubryan 2026-02-26 15:56:31 +07:00
  • b4d0ed1537 refactor(FE): Refactor product options handling in InventoryAdjustmentForm rstubryan 2026-02-26 15:39:49 +07:00
  • 36f2368e95 refactor(FE): Refactor product selection to use ProductWarehouse API rstubryan 2026-02-26 15:31:43 +07:00
  • a4d5cbb117 refactor(FE): Simplify conditional formatting in InventoryAdjustmentForm rstubryan 2026-02-26 15:12:19 +07:00
  • c926a81756 refactor(FE): Update transaction subtype handling and labels rstubryan 2026-02-26 15:11:39 +07:00
  • 2476b6a4b4 refactor(FE): Format prices and totals as currency in InventoryAdjustmentTable rstubryan 2026-02-26 14:52:44 +07:00
  • 01c1843fd5 refactor(FE): Refactor MovementTable to use Popover for row actions rstubryan 2026-02-26 14:37:34 +07:00
  • f86498e350 refactor(FE): Refactor InventoryProductTable to use Popover for row options rstubryan 2026-02-26 14:29:27 +07:00
  • 5cd24f2c46 refactor(FE): Fix form error list visibility and field touch handling rstubryan 2026-02-26 14:12:11 +07:00
  • da0be9cb52 refactor(FE): Update input components to adjust spacing and text size rstubryan 2026-02-26 14:11:33 +07:00
  • da1cdfb59e refactor(FE): Refactor transaction type handling with useEffect rstubryan 2026-02-26 13:58:21 +07:00
  • a991150262 refactor(FE): Refactor InventoryAdjustmentForm layout for better responsiveness rstubryan 2026-02-26 13:32:52 +07:00
  • ee49c91fba refactor(FE): Add type annotation for inventory adjustment payload rstubryan 2026-02-26 12:08:36 +07:00
  • 75463326e3 refactor(FE): Refactor InventoryAdjustmentForm to remove 'edit' type handling rstubryan 2026-02-26 12:07:14 +07:00
  • e98c49ac5a refactor(FE): Update columns in InventoryAdjustmentTable rstubryan 2026-02-26 11:48:27 +07:00
  • aeeb0b721c refactor(FE): Refactor InventoryAdjustmentTable for improved readability rstubryan 2026-02-26 11:31:17 +07:00
  • b14bc00af4 Merge branch 'fix/fe/return-to-logout' into 'development' Rivaldi A N S 2026-02-26 04:27:56 +00:00
  • e2a4088e77 [FEAT/BE] add return fe cors ragilap 2026-02-26 11:19:47 +07:00
  • ebe80358ee refactor(FE): Remove unused import isResponseSuccess from InventoryAdjustmentForm rstubryan 2026-02-26 11:11:51 +07:00
  • 9d4e9f6318 refactor(FE): Refactor InventoryAdjustmentForm to use useSelect for Kandang rstubryan 2026-02-26 11:09:13 +07:00
  • e5007a285a refactor(FE): Refactor InventoryAdjustmentForm to improve state management rstubryan 2026-02-26 10:38:41 +07:00
  • da82c704d5 refactor(FE): Fix validation message formatting in InventoryAdjustmentForm rstubryan 2026-02-26 10:12:48 +07:00
  • 88b9c890e5 refactor(FE): Refactor inventory adjustment form rstubryan 2026-02-26 10:10:59 +07:00
  • 5a67901722 feat(FE): Add transaction type and subtype options to constants rstubryan 2026-02-26 09:11:05 +07:00
  • 0031a65f97 refactor(FE): Ensure filter modal closes on reset across components rstubryan 2026-02-25 16:30:31 +07:00
  • a89e83af29 refactor(FE): Fix multiline formatting for isError conditions rstubryan 2026-02-25 15:57:25 +07:00
  • a75d84556a refactor(FE): Refactor date validation to use shared state and cleanup rstubryan 2026-02-25 15:56:12 +07:00
  • 0af7b172a0 refactor(FE): Refactor PurchaseTable to use Popover for row options menu rstubryan 2026-02-25 12:08:31 +07:00
  • 8be33b230b refactor(FE): Refactor row options menu to use popover components rstubryan 2026-02-25 11:59:17 +07:00
  • 4fda2f661a refactor(FE): Remove unnecessary padding and margin classes in components rstubryan 2026-02-25 11:49:41 +07:00
  • 22b1102454 refactor(FE): Refactor ExpensesTable to use ExpensesFilterModal rstubryan 2026-02-25 11:40:42 +07:00
  • e2e64f093f refactor(FE): Refactor TransferToLayingFilterModal to use schema validation rstubryan 2026-02-25 11:02:26 +07:00
  • 90942b41b9 refactor(FE): Fix formatting of disabled condition in RecordingTable button rstubryan 2026-02-25 10:53:32 +07:00
  • 93a2d99b7f refactor(FE): Disable filter button if kandang_id is not selected rstubryan 2026-02-25 10:52:03 +07:00
  • dae9a24a7c refactor(FE): Refactor array formatting and improve code readability rstubryan 2026-02-25 10:41:34 +07:00
  • f701ab0d91 refactor(FE): Replace active filter count logic with ButtonFilter component rstubryan 2026-02-25 10:39:14 +07:00
  • 47a2439777 feat(FE): Add support for grouped fields in ButtonFilter active count calculation rstubryan 2026-02-25 10:07:26 +07:00
  • cce84a3a6f refactor(FE): Refactor ButtonFilter to support excluded fields with useMemo rstubryan 2026-02-25 09:46:19 +07:00
  • f92622cc22 Merge branch 'fix/adjustment-production-module' into 'development' Rivaldi A N S 2026-02-25 02:32:21 +00:00
  • f0041ca938 refactor(FE): Filter inactive kandangs in UniformityForm options rstubryan 2026-02-24 21:05:22 +07:00
  • 6566b881b2 refactor(FE): Use formatTitleCase for category text in StatusBadge rstubryan 2026-02-24 21:02:56 +07:00
  • 1a2e38568b refactor(FE): Remove unused page size selector and related logic rstubryan 2026-02-24 15:46:32 +07:00
  • ced3970aae refactor(FE): Add padding to RecordingTableSkeleton container class rstubryan 2026-02-24 15:38:19 +07:00
  • 9de31c991d refactor(FE): Refactor approval checks for readability rstubryan 2026-02-24 15:34:11 +07:00
  • bdca10e0ac refactor(FE): Handle rejected recordings in selection logic rstubryan 2026-02-24 15:31:22 +07:00
  • 9a5e2987d5 refactor(FE): Conditionally load data based on filter modal state rstubryan 2026-02-24 15:22:06 +07:00
  • a5b4deaac4 refactor(FE): Refactor RecordingTable layout for improved readability rstubryan 2026-02-24 15:13:37 +07:00
  • 82953f4c9c Merge branch 'development' of gitlab.com:mbugroup/lti-web-client into dev/restu rstubryan 2026-02-24 14:48:34 +07:00
  • 509fc5476d refactor(FE): Refactor recording table and add filter modal rstubryan 2026-02-24 14:48:09 +07:00
  • 6a10849a84 Merge branch 'fix/adjustment-pf-report-penjualan' into 'development' Rivaldi A N S 2026-02-24 03:24:42 +00:00
  • 50424a25fc refactor(FE): Remove redundant transformations and validations in schemas rstubryan 2026-02-23 16:05:12 +07:00
  • 35b09b514f refactor(FE): Refactor form field change handlers for real-time calculations rstubryan 2026-02-23 15:30:54 +07:00
  • 81e4e1fc6a refactor(FE): Update validation rules for SalesOrderProduct schema rstubryan 2026-02-23 14:12:44 +07:00
  • 62c9ab014d refactor(FE): Add period filter to ProjectFlockTable rstubryan 2026-02-23 13:51:32 +07:00
  • ba28d64562 refactor(FE): Format type definition for readability rstubryan 2026-02-23 13:40:00 +07:00
  • 75ee058818 feat(FE): Add filter functionality to ProjectFlockTable rstubryan 2026-02-23 13:38:47 +07:00
  • 755bddc74c refactor(FE): Fix logic for checking active projects in the same kandang from the validation logic. rstubryan 2026-02-23 12:10:44 +07:00
  • 08aa1900a8 feat(FE): Add validation for disabling close button in ProjectFlockDetail rstubryan 2026-02-23 11:55:07 +07:00
  • 7e1166b5e8 refactor(FE): Refactor tab actions store to use a unified implementation rstubryan 2026-02-23 11:05:11 +07:00
  • 75e9b06a83 refactor(FE): Set default value for show_unrecorded to false rstubryan 2026-02-23 10:27:34 +07:00
  • ca58e19a48 Merge branch 'development' into 'staging' staging Adnan Zahir 2026-02-23 09:32:40 +07:00
  • ac2d83a666 Merge branch 'fix/cleanup-code' into 'development' Rivaldi A N S 2026-02-23 02:25:50 +00:00
  • 03e0cebe35 refactor(FE): Fix formatting for array dependencies and className conditions rstubryan 2026-02-20 14:42:46 +07:00
  • 1cc0e16c01 refactor(FE): Replace ButtonFilter with custom Filter button rstubryan 2026-02-20 14:41:50 +07:00
  • 1f2f3acebb refactor(FE): Remove unused imports and redundant code rstubryan 2026-02-20 14:17:26 +07:00
  • de0f9ae985 Merge branch 'fix/uniformity-ttl-project-flock-issue' into 'development' Rivaldi A N S 2026-02-20 03:36:15 +00:00
  • a0e79168b2 refactor(FE): Refactor setClosingLoading to use single-line syntax rstubryan 2026-02-20 10:25:30 +07:00
  • 797f88fe15 feat(FE): Add project flock closing modal and zustand store rstubryan 2026-02-20 10:23:47 +07:00
  • 4c3e7c615f refactor(FE): Refactor conditional text formatting in modal component rstubryan 2026-02-20 10:12:06 +07:00
  • b35b6c2ab8 feat(FE): Add submittedActionType state to track modal action type rstubryan 2026-02-20 10:11:16 +07:00
  • 0971e6ddeb Merge branch 'development' into 'staging' Adnan Zahir 2026-02-20 09:53:46 +07:00
  • bbbd767cf2 refactor(FE): Fix week calculation logic in UniformityForm rstubryan 2026-02-20 09:21:42 +07:00
  • 3e30dcb04e Merge branch 'fix/closing-project-flock-recording-issue' into 'development' Rivaldi A N S 2026-02-19 09:45:18 +00:00
  • 1a137e7500 refactor(FE): Normalize status keys to uppercase in status utilities rstubryan 2026-02-19 15:37:46 +07:00
  • 3be6d5bb26 refactor(FE): Update status mappings for "CREATED" to "Pengajuan" rstubryan 2026-02-19 15:35:08 +07:00
  • e22f95cc58 refactor(FE): Remove unused variable approval.step_name in RecordingTable rstubryan 2026-02-19 15:28:27 +07:00
  • 6ac903313c refactor(FE): Refactor chickin approval modal logic into Zustand store rstubryan 2026-02-19 15:22:28 +07:00
  • a4ff92520a refactor(FE): Update toast message for Project Flock approval/rejection rstubryan 2026-02-19 14:50:43 +07:00
  • 608cf4cbe7 feat(FE): Add StatusBadge to display project status in ClosingsTable rstubryan 2026-02-19 14:41:21 +07:00
  • 60e360537e refactor(FE): Refactor ClosingsTable header for improved styling rstubryan 2026-02-19 14:37:20 +07:00
  • e9784bd5ed refactor(FE): Refactor ClosingsTable component and update styles rstubryan 2026-02-19 14:33:35 +07:00
  • 4f018eb2b1 feat(FE): Add filter modal and skeleton components for ClosingsTable rstubryan 2026-02-19 14:18:22 +07:00
  • 40b3d779bc refactor(FE): Update column header and adjust table margin rstubryan 2026-02-19 13:52:32 +07:00
  • 1bdf413650 feat(FE): Add badge display for category columns in tables rstubryan 2026-02-19 13:33:11 +07:00
  • 495b1b2869 refactor(FE):Add HPP Amount column to daily marketing export rstubryan 2026-02-19 12:18:27 +07:00
  • a231140bc0 refactor(FE): Refactor ProductionDataClosingTab to use Card component rstubryan 2026-02-19 12:02:04 +07:00
  • a0af934002 feat(FE): Add headings and improve layout for financial tables rstubryan 2026-02-19 11:52:57 +07:00
  • 82975219a8 refactor(FE): Update border styles for ClosingDetailTabs and ClosingKandangList rstubryan 2026-02-19 11:43:46 +07:00
  • 60ae670f24 refactor(FE): Refactor UI and improve conditional rendering in closing pages rstubryan 2026-02-19 11:38:34 +07:00
  • 7d79b6b957 refactor(FE): Refactor table and tab styles for consistent spacing and layout rstubryan 2026-02-19 11:27:24 +07:00
  • 8a1e0f080f refactor(FE): Refactor table components for consistent styling and cleanup rstubryan 2026-02-19 11:14:39 +07:00