rstubryan
da82c704d5
refactor(FE): Fix validation message formatting in
...
InventoryAdjustmentForm
2026-02-26 10:12:48 +07:00
rstubryan
88b9c890e5
refactor(FE): Refactor inventory adjustment form
2026-02-26 10:10:59 +07:00
rstubryan
5a67901722
feat(FE): Add transaction type and subtype options to constants
2026-02-26 09:11:05 +07:00
rstubryan
0031a65f97
refactor(FE): Ensure filter modal closes on reset across components
2026-02-25 16:30:31 +07:00
rstubryan
a89e83af29
refactor(FE): Fix multiline formatting for isError conditions
2026-02-25 15:57:25 +07:00
rstubryan
a75d84556a
refactor(FE): Refactor date validation to use shared state and cleanup
2026-02-25 15:56:12 +07:00
rstubryan
0af7b172a0
refactor(FE): Refactor PurchaseTable to use Popover for row options menu
2026-02-25 12:08:31 +07:00
rstubryan
8be33b230b
refactor(FE): Refactor row options menu to use popover components
2026-02-25 11:59:17 +07:00
rstubryan
4fda2f661a
refactor(FE): Remove unnecessary padding and margin classes in
...
components
2026-02-25 11:49:41 +07:00
rstubryan
22b1102454
refactor(FE): Refactor ExpensesTable to use ExpensesFilterModal
2026-02-25 11:40:42 +07:00
rstubryan
e2e64f093f
refactor(FE): Refactor TransferToLayingFilterModal to use schema
...
validation
2026-02-25 11:02:26 +07:00
rstubryan
90942b41b9
refactor(FE): Fix formatting of disabled condition in RecordingTable
...
button
2026-02-25 10:53:32 +07:00
rstubryan
93a2d99b7f
refactor(FE): Disable filter button if kandang_id is not selected
2026-02-25 10:52:03 +07:00
rstubryan
dae9a24a7c
refactor(FE): Refactor array formatting and improve code readability
2026-02-25 10:41:34 +07:00
rstubryan
f701ab0d91
refactor(FE): Replace active filter count logic with ButtonFilter
...
component
2026-02-25 10:39:14 +07:00
rstubryan
47a2439777
feat(FE): Add support for grouped fields in ButtonFilter active count
...
calculation
2026-02-25 10:07:26 +07:00
rstubryan
cce84a3a6f
refactor(FE): Refactor ButtonFilter to support excluded fields with
...
useMemo
2026-02-25 09:46:19 +07:00
Rivaldi A N S
f92622cc22
Merge branch 'fix/adjustment-production-module' into 'development'
...
[FIX/FE] Adjustment Production Module (Recording & Uniformity)
See merge request mbugroup/lti-web-client!333
2026-02-25 02:32:21 +00:00
rstubryan
f0041ca938
refactor(FE): Filter inactive kandangs in UniformityForm options
2026-02-24 21:05:22 +07:00
rstubryan
6566b881b2
refactor(FE): Use formatTitleCase for category text in StatusBadge
2026-02-24 21:02:56 +07:00
rstubryan
1a2e38568b
refactor(FE): Remove unused page size selector and related logic
2026-02-24 15:46:32 +07:00
rstubryan
ced3970aae
refactor(FE): Add padding to RecordingTableSkeleton container class
2026-02-24 15:38:19 +07:00
rstubryan
9de31c991d
refactor(FE): Refactor approval checks for readability
2026-02-24 15:34:11 +07:00
rstubryan
bdca10e0ac
refactor(FE): Handle rejected recordings in selection logic
2026-02-24 15:31:22 +07:00
rstubryan
9a5e2987d5
refactor(FE): Conditionally load data based on filter modal state
2026-02-24 15:22:06 +07:00
rstubryan
a5b4deaac4
refactor(FE): Refactor RecordingTable layout for improved readability
2026-02-24 15:13:37 +07:00
rstubryan
82953f4c9c
Merge branch 'development' of gitlab.com:mbugroup/lti-web-client into dev/restu
2026-02-24 14:48:34 +07:00
rstubryan
509fc5476d
refactor(FE): Refactor recording table and add filter modal
2026-02-24 14:48:09 +07:00
Rivaldi A N S
6a10849a84
Merge branch 'fix/adjustment-pf-report-penjualan' into 'development'
...
[FIX/FE] Adjustment Project Flock Related, Penjualan Calculation (Both SO/DO) and Report Filter Display Issue
See merge request mbugroup/lti-web-client!332
2026-02-24 03:24:42 +00:00
rstubryan
50424a25fc
refactor(FE): Remove redundant transformations and validations in
...
schemas
2026-02-23 16:05:12 +07:00
rstubryan
35b09b514f
refactor(FE): Refactor form field change handlers for real-time
...
calculations
2026-02-23 15:30:54 +07:00
rstubryan
81e4e1fc6a
refactor(FE): Update validation rules for SalesOrderProduct schema
2026-02-23 14:12:44 +07:00
rstubryan
62c9ab014d
refactor(FE): Add period filter to ProjectFlockTable
2026-02-23 13:51:32 +07:00
rstubryan
ba28d64562
refactor(FE): Format type definition for readability
2026-02-23 13:40:00 +07:00
rstubryan
75ee058818
feat(FE): Add filter functionality to ProjectFlockTable
2026-02-23 13:38:47 +07:00
rstubryan
755bddc74c
refactor(FE): Fix logic for checking active projects in the same kandang
...
from the validation logic.
2026-02-23 12:10:44 +07:00
rstubryan
08aa1900a8
feat(FE): Add validation for disabling close button in
...
ProjectFlockDetail
2026-02-23 11:55:07 +07:00
rstubryan
7e1166b5e8
refactor(FE): Refactor tab actions store to use a unified implementation
2026-02-23 11:05:11 +07:00
rstubryan
75e9b06a83
refactor(FE): Set default value for show_unrecorded to false
2026-02-23 10:27:34 +07:00
Rivaldi A N S
ac2d83a666
Merge branch 'fix/cleanup-code' into 'development'
...
[FIX/FE] Partial Remove Issue Warning on Build (1/2)
See merge request mbugroup/lti-web-client!330
2026-02-23 02:25:50 +00:00
rstubryan
03e0cebe35
refactor(FE): Fix formatting for array dependencies and className
...
conditions
2026-02-20 14:42:46 +07:00
rstubryan
1cc0e16c01
refactor(FE): Replace ButtonFilter with custom Filter button
2026-02-20 14:41:50 +07:00
rstubryan
1f2f3acebb
refactor(FE): Remove unused imports and redundant code
2026-02-20 14:17:26 +07:00
Rivaldi A N S
de0f9ae985
Merge branch 'fix/uniformity-ttl-project-flock-issue' into 'development'
...
[FIX/FE] Fix Isssue on Uniformity (Week Calculation), Project Flock (Modal Position), Transfer To Laying (Copywriting)
See merge request mbugroup/lti-web-client!329
2026-02-20 03:36:15 +00:00
rstubryan
a0e79168b2
refactor(FE): Refactor setClosingLoading to use single-line syntax
2026-02-20 10:25:30 +07:00
rstubryan
797f88fe15
feat(FE): Add project flock closing modal and zustand store
2026-02-20 10:23:47 +07:00
rstubryan
4c3e7c615f
refactor(FE): Refactor conditional text formatting in modal component
2026-02-20 10:12:06 +07:00
rstubryan
b35b6c2ab8
feat(FE): Add submittedActionType state to track modal action type
2026-02-20 10:11:16 +07:00
rstubryan
bbbd767cf2
refactor(FE): Fix week calculation logic in UniformityForm
2026-02-20 09:21:42 +07:00
Rivaldi A N S
3e30dcb04e
Merge branch 'fix/closing-project-flock-recording-issue' into 'development'
...
[FIX/FE] Adjustment Closing Related (Closing Report, Closing Detail and Closing Table), Project Flock Detail (Form, Chickin), Recording Table
See merge request mbugroup/lti-web-client!327
2026-02-19 09:45:18 +00:00