rstubryan
|
9143248e1d
|
refactor(FE-137): remove redundant status column from RecordingTable
|
2025-10-27 06:28:51 +07:00 |
|
rstubryan
|
4b9d0d2064
|
refactor(FE-137): enhance RecordingForm validation to prevent duplicate project flock entries
|
2025-10-27 06:18:27 +07:00 |
|
rstubryan
|
c8f596ad2a
|
refactor(FE-137): update RecordingForm to improve project flock handling and label formatting
|
2025-10-27 05:54:14 +07:00 |
|
randy-ar
|
a65d00edc8
|
fix(FE): fixing pipeline run error
|
2025-10-25 17:01:02 +07:00 |
|
randy-ar
|
1e9d02b4b7
|
feat(FE-92-94): Slicing UI detail chickin & refactor number input chickin form
|
2025-10-25 16:27:15 +07:00 |
|
rstubryan
|
135fc2d5d3
|
feat(FE-114): update MovementForm and RecordingForm to use inputPrefix and inputSuffix for improved input handling
|
2025-10-25 14:24:51 +07:00 |
|
rstubryan
|
189c152745
|
feat(FE-114): add inputPrefix and inputSuffix props for enhanced input customization
|
2025-10-25 14:24:23 +07:00 |
|
randy-ar
|
f0f6ec53cb
|
refactor(FE-84-87) refactor checkbox using reuseable component checkboxinput
|
2025-10-25 13:58:46 +07:00 |
|
rstubryan
|
a0556ea1f4
|
refactor(FE-114): add currency prefix and unit suffix to delivery cost and body weight inputs
|
2025-10-25 13:53:53 +07:00 |
|
rstubryan
|
81ce36e326
|
refactor(FE-137): remove ID column from RecordingTable for cleaner presentation
|
2025-10-25 13:41:18 +07:00 |
|
Adnan Zahir
|
48c31373bf
|
Merge branch 'feat/FE/US-76/daily-recording-growing' into 'development'
[FEAT/FE][US#76] Daily Recording Growing
See merge request mbugroup/lti-web-client!31
|
2025-10-25 13:37:39 +07:00 |
|
rstubryan
|
d7ce8c667a
|
refactor(FE-114): simplify input handling in MovementForm and RecordingForm by removing unnecessary value normalization
|
2025-10-25 11:26:38 +07:00 |
|
rstubryan
|
6290199074
|
feat(FE-Storyless): integrate NumberInput and PatternInput components with react-number-format for enhanced input handling
|
2025-10-25 10:49:07 +07:00 |
|
randy-ar
|
4f3dfb4221
|
Merge branch 'development' of https://gitlab.com/mbugroup/lti-web-client into dev/randy
|
2025-10-25 06:16:15 +07:00 |
|
randy-ar
|
a13a51a16f
|
fix(FE-92-93-105): adding input note and quantity for create/edit chickin
|
2025-10-25 06:15:29 +07:00 |
|
rstubryan
|
896a0c6de2
|
refactor(FE-64): integrate product and supplier selection with API data fetching in MovementForm
|
2025-10-24 21:10:03 +07:00 |
|
rstubryan
|
9c5dc0dbb5
|
refactor(FE-137): integrate approve and reject functionality in RecordingForm with loading states and modal confirmations
|
2025-10-24 20:44:15 +07:00 |
|
rstubryan
|
81003eac63
|
feat(FE-137): enhance stock product selection in RecordingForm with initial values support
|
2025-10-24 20:37:11 +07:00 |
|
rstubryan
|
e322e0d078
|
feat(FE-137): update RECORDING_FLAG_OPTIONS values for consistency in constant.ts
|
2025-10-24 20:29:33 +07:00 |
|
rstubryan
|
17e6eef0c5
|
feat(FE-137): add approve and reject functionality in RecordingForm with confirmation modals
|
2025-10-24 18:02:41 +07:00 |
|
rstubryan
|
6114d706ad
|
feat(FE-137): disable input field in RecordingForm when type is 'detail'
|
2025-10-24 14:13:21 +07:00 |
|
rstubryan
|
d14fa2ed2b
|
feat(FE-137): integrate advanced filtering options in RecordingTable with dropdowns for area, location, and kandang
|
2025-10-24 13:53:20 +07:00 |
|
rstubryan
|
537fc617ff
|
feat(FE-137): implement bulk approval and rejection functionality in RecordingTable with user feedback
|
2025-10-24 13:40:27 +07:00 |
|
rstubryan
|
7a6a35568f
|
feat(FE-137): enhance RecordingTable to support recording deletion with user feedback and refresh functionality
|
2025-10-24 13:32:46 +07:00 |
|
rstubryan
|
d2c485fdf0
|
feat(FE-114,137): implement stock validation in RecordingForm to manage usage limits and enhance user feedback
|
2025-10-24 12:45:07 +07:00 |
|
rstubryan
|
0c49978033
|
feat(FE-114,137): enhance RecordingForm to handle stock usage and depletion total changes with improved input handling
|
2025-10-24 12:26:33 +07:00 |
|
rstubryan
|
00de4782e7
|
feat(FE-137): simplify RecordingTable by removing unused columns and enhancing data clarity
|
2025-10-24 12:14:47 +07:00 |
|
rstubryan
|
c546bd6b3c
|
feat(FE-137): refactor RecordingTable to remove unused types and streamline data fetching
|
2025-10-24 11:37:25 +07:00 |
|
rstubryan
|
258324f092
|
feat(US-137): update RecordingTable to enhance data display and add new columns for project details
|
2025-10-24 11:36:14 +07:00 |
|
rstubryan
|
12a69b7c6c
|
feat(FE-137): integrate SWR for fetching recordings and update table to display API data
|
2025-10-24 11:35:11 +07:00 |
|
rstubryan
|
b148a09e84
|
feat(US-137): update API endpoints and default values in RecordingForm for production environment
|
2025-10-24 11:27:32 +07:00 |
|
rstubryan
|
adc995dbe7
|
feat(US-114): enhance auto-calculation logic in RecordingForm to handle manual edits
|
2025-10-24 11:00:14 +07:00 |
|
rstubryan
|
9cbc703a63
|
feat(FE-114): integrate row selection functionality in RecordingTable and Table components
|
2025-10-24 10:18:56 +07:00 |
|
rstubryan
|
41e6848d75
|
refactor(FE-114): remove optional product_warehouse_id validation from RecordingForm schema
|
2025-10-24 10:08:38 +07:00 |
|
Rivaldi A N S
|
fa21fe8da4
|
Merge branch 'feat/FE/US-76/TASK-114-129-136-slicing-ui-and-validation-create-edit-daily-recording-growing-form' into 'feat/FE/US-76/daily-recording-growing'
[FEAT/FE][US#76/TASK#114-129-130-131-136] Slicing UI Feature Daily Recording Growing
See merge request mbugroup/lti-web-client!32
|
2025-10-24 03:03:12 +00:00 |
|
rstubryan
|
ca5b236565
|
refactor(FE-114): enforce required usage amount in RecordingForm validation
|
2025-10-24 10:00:35 +07:00 |
|
rstubryan
|
714072aea1
|
fix(merge): resolve merge conflict
|
2025-10-24 09:57:38 +07:00 |
|
rstubryan
|
8337fa5f55
|
fix(merge): resolve merge conflict
|
2025-10-24 09:53:04 +07:00 |
|
rstubryan
|
a9f0696b38
|
refactor(FE-114): auto-populate notes with product name and enhance tooltip visibility in RecordingForm
|
2025-10-24 09:50:12 +07:00 |
|
Adnan Zahir
|
54bff12e1a
|
Merge branch 'feat/FE/US-75/chick-in-doc' into 'development'
[FEAT/FE][US#75] Chick In DOC
See merge request mbugroup/lti-web-client!30
|
2025-10-24 09:35:56 +07:00 |
|
Adnan Zahir
|
aa17143532
|
Merge branch 'feat/FE/US-76/TASK-114-129-136-slicing-ui-and-validation-create-edit-daily-recording-growing-form' into 'feat/FE/US-76/daily-recording-growing'
[FEAT/FE][US#76/TASK#114-129-130-131-136] Slicing UI Feature Daily Recording Growing
See merge request mbugroup/lti-web-client!29
|
2025-10-24 09:34:51 +07:00 |
|
rstubryan
|
4381e42aaf
|
refactor(FE-114): update input handling for vaccination stock, mortality count, and feed stock with improved parsing and formatting
|
2025-10-24 09:24:28 +07:00 |
|
Rivaldi A N S
|
24ed2cccbe
|
Merge branch 'dev/randy' into 'feat/FE/US-75/chick-in-doc'
[FEAT/FE][US#75/TASK#92-93-106] Slicing UI list, create, and edit Chickin DOC
See merge request mbugroup/lti-web-client!24
|
2025-10-24 02:18:23 +00:00 |
|
rstubryan
|
a9b0c084f8
|
refactor(FE-114): update input handling for vaccination stock, mortality count, and feed stock with improved parsing and formatting
|
2025-10-24 09:15:01 +07:00 |
|
rstubryan
|
16823fa84a
|
refactor(FE-114): implement custom handlers for vaccination stock and mortality count input parsing
|
2025-10-24 09:00:29 +07:00 |
|
rstubryan
|
c30fcd81b2
|
refactor(FE-114): simplify CreateRecordingPayload structure and update validation in RecordingForm
|
2025-10-24 08:53:41 +07:00 |
|
rstubryan
|
7f5ae94706
|
feat(FE-114): integrate product stock fetching and selection in RecordingForm
|
2025-10-23 22:59:41 +07:00 |
|
rstubryan
|
6060ec0f7e
|
feat(FE-114): prevent auto-calculation override during manual average weight editing in RecordingForm
|
2025-10-23 22:02:12 +07:00 |
|
rstubryan
|
ef249fee12
|
feat(FE-114): add average weight calculation and input handling in RecordingForm
|
2025-10-23 21:54:06 +07:00 |
|
rstubryan
|
71df86c8df
|
feat(FE-114): integrate location and project flock selection in RecordingForm
|
2025-10-23 21:34:40 +07:00 |
|