rstubryan
|
ef95d1a0e8
|
refactor(FE-208): improve deletion logic in PurchaseOrderDetail to restrict item deletion to approval step 3 and enhance approval step handling
|
2025-11-22 00:58:06 +07:00 |
|
rstubryan
|
30ab69ae21
|
refactor(FE-208,212,213): update PurchaseOrderForm and PurchaseOrderStaffApprovalForm to allow optional product and warehouse fields and control visibility of action buttons based on approval step
|
2025-11-22 00:52:23 +07:00 |
|
rstubryan
|
5b28067203
|
feat(FE-208,212,213): enhance PurchaseOrderStaffApprovalForm with product and warehouse selection for new items
|
2025-11-21 22:46:50 +07:00 |
|
rstubryan
|
ffea96edf9
|
refactor(FE-208): update deletion logic in PurchaseOrderDetail to allow item deletion only at approval step 3
|
2025-11-21 20:30:06 +07:00 |
|
rstubryan
|
1a74a9d33f
|
feat(FE-208,212,213): integrate dynamic supplier selection in PurchaseOrderAcceptApprovalForm
|
2025-11-21 20:23:58 +07:00 |
|
rstubryan
|
b9990e0253
|
refactor(FE-208): enhance PurchaseRequestForm to fetch and display supplier-specific products
|
2025-11-21 18:54:17 +07:00 |
|
rstubryan
|
95a7afdaa6
|
feat(FE-208): add refetchData prop to PurchaseOrderDetail and related forms for improved data synchronization
|
2025-11-21 18:18:40 +07:00 |
|
rstubryan
|
c74733430b
|
feat(FE-208): implement conditional item deletion in PurchaseOrderDetail and update form handling in PurchaseOrderStaffApprovalForm
|
2025-11-21 13:26:34 +07:00 |
|
rstubryan
|
f6fe2d4eb1
|
refactor(FE-208): remove 'Jumlah Retur' column from PurchaseOrderDetail for UI simplification
|
2025-11-21 11:01:33 +07:00 |
|
rstubryan
|
d624da97c3
|
feat(FE-208): replace product name input with select dropdown for better usability
|
2025-11-21 10:13:38 +07:00 |
|
rstubryan
|
63e5962a4e
|
fix(resolve): fix resolve MR
|
2025-11-21 09:25:16 +07:00 |
|
rstubryan
|
835074f538
|
refactor(FE-212): group purchase items by warehouse in PurchaseOrderStaffApprovalForm
|
2025-11-21 09:17:00 +07:00 |
|
Adnan Zahir
|
e69e5da2c3
|
Merge branch 'feat/FE/US-79/egg-grading' into 'development'
[FEAT/FE][US#78|US#79] Add Feature Daily Recording Laying, Grading and Adjusting Recording Growing
See merge request mbugroup/lti-web-client!58
|
2025-11-21 09:15:02 +07:00 |
|
Rivaldi A N S
|
e451a128c5
|
Merge branch 'feat/FE/US-78/TASK-170-174-slicing-ui-and-validation-create-daily-recording-laying-form' into 'feat/FE/US-79/egg-grading'
[FEAT/FE][US#78|US#79] Add Feature Daily Recording Laying, Grading and Adjusting Recording Growing
See merge request mbugroup/lti-web-client!51
|
2025-11-21 02:05:18 +00:00 |
|
rstubryan
|
e00b7bc3f2
|
refactor(FE-212): update default unit of measure in PurchaseOrderAcceptApprovalForm
|
2025-11-20 23:52:35 +07:00 |
|
rstubryan
|
51f157dfad
|
refactor(FE-208,212): enhance quantity validation and formatting in PurchaseOrderAcceptApprovalForm
|
2025-11-20 23:50:14 +07:00 |
|
rstubryan
|
c1d71ee3c6
|
refactor(FE-212): add warehouse information to PurchaseOrderAcceptApprovalForm
|
2025-11-20 23:31:35 +07:00 |
|
rstubryan
|
c8b3e52ac0
|
refactor(FE-212): remove commented-out edit button in PurchaseTable component
|
2025-11-20 23:28:05 +07:00 |
|
rstubryan
|
b2ef545f63
|
refactor(FE-208,212,213): replace product_id and warehouse_id with purchase_item_id in PurchaseRequestStaffApprovalForm and related schemas
|
2025-11-20 23:21:12 +07:00 |
|
rstubryan
|
a6d187a8b3
|
refactor(FE-208,212,213): add action field to staff approval request payloads and implement rejection handling in PurchaseOrderDetail
|
2025-11-20 23:05:12 +07:00 |
|
rstubryan
|
24e2bcf35d
|
refactor(FE-212): update notes field in UpdateStaffApprovalRequestPayload for consistency
|
2025-11-20 22:54:22 +07:00 |
|
rstubryan
|
417d08e0fc
|
refactor(FE-212,213): unify purchase API service references in Purchase components
|
2025-11-20 22:39:04 +07:00 |
|
rstubryan
|
6e9d065bc6
|
refactor(FE-212): change HTTP method to DELETE for item removal in PurchaseRequestForm
|
2025-11-20 22:16:44 +07:00 |
|
rstubryan
|
4ddc44b59c
|
refactor(FE-208,212): enhance product selection and quantity input handling in PurchaseRequestForm based on supplier selection
|
2025-11-20 15:38:04 +07:00 |
|
rstubryan
|
e0b4805d0a
|
refactor(FE-208,212): reset touched fields and values for purchase items in PurchaseRequestForm
|
2025-11-20 15:36:12 +07:00 |
|
rstubryan
|
074e6fad05
|
refactor(FE-208,212): improve credit term handling and validation in PurchaseRequestForm
|
2025-11-20 15:33:43 +07:00 |
|
rstubryan
|
e640bce8ea
|
refactor(FE-208): streamline supplier change handling and reset purchase items in PurchaseRequestForm
|
2025-11-20 15:25:39 +07:00 |
|
rstubryan
|
f1e5692f8f
|
refactor(FE-208,212): initialize items in PurchaseRequestForm with initial values
|
2025-11-20 14:50:36 +07:00 |
|
rstubryan
|
655e971788
|
refactor(FE-208): update input wrapper classes for consistency in PurchaseRequestForm
|
2025-11-20 14:44:41 +07:00 |
|
rstubryan
|
00e18d6d0d
|
refactor(FE-208,212): enhance form validation and streamline change handlers in PurchaseRequestForm
|
2025-11-20 14:13:57 +07:00 |
|
rstubryan
|
343cc7c4e7
|
refactor(FE-212): remove unused poDate and supplier fields from table filter in PurchaseTable
|
2025-11-20 13:34:52 +07:00 |
|
rstubryan
|
4e8b17f55c
|
refactor(FE-208): remove unused supplier state and handlers in PurchaseTable
|
2025-11-20 13:32:26 +07:00 |
|
rstubryan
|
862e056950
|
chore(FE-Storyless): prettier format
|
2025-11-20 13:07:51 +07:00 |
|
rstubryan
|
1310c7401c
|
feat(FE-170,174): enhance number formatting in RecordingForm validation messages
|
2025-11-20 11:25:36 +07:00 |
|
rstubryan
|
d0f2fefe1c
|
feat(FE-170,174): add validation for total chick quantity in RecordingForm
|
2025-11-20 11:18:48 +07:00 |
|
rstubryan
|
6cb517ac92
|
fix(FE-174): correct parameter name for next day recording API request
|
2025-11-20 10:58:32 +07:00 |
|
rstubryan
|
c698893f88
|
feat(FE-170,174,175): implement next day recording functionality in RecordingForm
|
2025-11-20 10:31:24 +07:00 |
|
rstubryan
|
cb236c191b
|
refactor(FE-170,174): adjust layout of action buttons in RecordingForm for better responsiveness
|
2025-11-20 09:20:39 +07:00 |
|
rstubryan
|
ac764c9d3b
|
refactor(FE-170,174): clean up grading redirect in RecordingTable action
|
2025-11-20 09:08:06 +07:00 |
|
rstubryan
|
28a5343592
|
refactor(FE-170): update tableWrapperClassName to allow overflow visibility
|
2025-11-19 22:41:02 +07:00 |
|
rstubryan
|
d3c3d9c9c6
|
feat(FE-170,174): add notes input to approval and rejection confirmation modals
|
2025-11-19 20:25:06 +07:00 |
|
rstubryan
|
42253d123b
|
feat(FE-170,174): enhance approval and rejection modals to include notes input
|
2025-11-19 20:07:26 +07:00 |
|
rstubryan
|
539b329b6f
|
refactor(FE-170,174): refine RecordingTable approval logic and remove unused tooltips
|
2025-11-19 19:47:55 +07:00 |
|
rstubryan
|
427887a0e0
|
feat(FE-170,174): update RecordingTable to restrict selection and approval to GROWING category only
|
2025-11-19 19:34:46 +07:00 |
|
rstubryan
|
7e58e46254
|
feat(FE-170,174): add loading state and improve validation messages in GradingForm
|
2025-11-19 19:17:32 +07:00 |
|
rstubryan
|
c876824c8f
|
feat(FE-170,174,175): add validation for incomplete grading in GradingForm
|
2025-11-19 19:05:45 +07:00 |
|
rstubryan
|
9c69369a51
|
feat(FE-170): remove total_weight from body_weights and update validation logic in RecordingForm
|
2025-11-19 18:04:15 +07:00 |
|
rstubryan
|
7b28e47c68
|
refactor(FE-170): streamline RecordingTable component by removing unused imports and state management for area, location, and kandang
|
2025-11-19 17:23:04 +07:00 |
|
rstubryan
|
432ea1e975
|
refactor(FE-208,212): update input wrapper classes for improved responsiveness in PurchaseRequestForm
|
2025-11-19 17:12:18 +07:00 |
|
rstubryan
|
14f216a352
|
refactor(FE-208,212): rename product_warehouse to warehouse and update related schema and form handling
|
2025-11-19 16:21:46 +07:00 |
|