rstubryan
|
62c3d2af53
|
refactor(FE-212): add quantity field handling in PurchaseOrderStaffApprovalForm for improved item updates
|
2025-11-22 13:36:38 +07:00 |
|
rstubryan
|
01b9595606
|
refactor(FE-212): replace quantity input with NumberInput for editable rows in PurchaseOrderStaffApprovalForm
|
2025-11-22 13:32:10 +07:00 |
|
rstubryan
|
09065f59cf
|
refactor(FE-212): enhance approval step logic in PurchaseOrderStaffApprovalForm for better item management
|
2025-11-22 13:23:23 +07:00 |
|
rstubryan
|
ad79f29494
|
refactor(FE-212): update supplier data fetching logic to handle invalid supplier IDs in PurchaseRequestForm
|
2025-11-22 13:00:57 +07:00 |
|
randy-ar
|
a26665e4ac
|
fix(FE-179): prevent qty input greater than sales order qty
|
2025-11-22 12:58:55 +07:00 |
|
randy-ar
|
eaaed9521b
|
fix(FE-179-220): Adjust form add and edit delivery, add validation to prevent duplicate product
|
2025-11-22 12:04:46 +07:00 |
|
rstubryan
|
5bb94b5679
|
refactor(FE-Issue): add validation to prevent selecting the same warehouse for source and destination in MovementForm
|
2025-11-22 11:33:28 +07:00 |
|
rstubryan
|
3c7f630580
|
feat(FE-Storyless): add date input for transfer date in MovementForm
|
2025-11-22 11:17:06 +07:00 |
|
rstubryan
|
6ce5a5b625
|
refactor(FE-208): filter supplier options by category in MovementForm for improved data relevance
|
2025-11-22 11:10:49 +07:00 |
|
rstubryan
|
c12a58cb6d
|
refactor(FE-208): add validation to ensure destination warehouse is different from source warehouse in MovementForm
|
2025-11-22 11:07:23 +07:00 |
|
rstubryan
|
34c1da94d8
|
refactor(FE-Issue): remove unused product and warehouse selection from MovementTable for cleaner UI
|
2025-11-22 10:47:27 +07:00 |
|
rstubryan
|
5b84a19afa
|
refactor(FE-Issue): add max length validation for product category name in ProductCategoryForm
|
2025-11-22 10:35:56 +07:00 |
|
rstubryan
|
a4a2b76277
|
fix(resolve): fix resolve MR
|
2025-11-22 10:25:37 +07:00 |
|
rstubryan
|
23abdbb78f
|
refactor(FE-208): display formatted total and subtotal quantities in PurchaseOrderInvoice for improved clarity
|
2025-11-22 10:21:36 +07:00 |
|
rstubryan
|
6a39c2fd3f
|
refactor(FE-208): swap accessor keys for total_qty and sub_qty in PurchaseOrderDetail for accurate data representation
|
2025-11-22 10:17:38 +07:00 |
|
rstubryan
|
f9215738aa
|
feat(FE-212): add quantity validation to PurchaseOrderAcceptApprovalForm to prevent submission with exceeded received quantities
|
2025-11-22 10:16:39 +07:00 |
|
rstubryan
|
b12a1ebd36
|
feat(FE-212): add rawDataApprovals prop to PurchaseOrderStaffApprovalForm for improved approval data handling
|
2025-11-22 10:11:30 +07:00 |
|
rstubryan
|
0fefe5e035
|
feat(FE-212): enhance PurchaseOrderStaffApprovalForm to dynamically determine form type and validate product selection for duplicates
|
2025-11-22 09:47:20 +07:00 |
|
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 |
|
randy-ar
|
b198f24b75
|
Merge branch 'development' of https://gitlab.com/mbugroup/lti-web-client into dev/randy
|
2025-11-21 13:35:03 +07:00 |
|
randy-ar
|
b7c3b9313c
|
fix(FE-169-177): Allow Drafted Marketing to be rejected
|
2025-11-21 13:33: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 |
|
Adnan Zahir
|
fdf680bc38
|
Merge branch 'feat/FE/US-159/marketing-sales-order' into 'development'
[FE/FE][US#159] Sales Order
See merge request mbugroup/lti-web-client!59
|
2025-11-21 10:08:11 +07:00 |
|
Rivaldi A N S
|
e9d9897e1d
|
Merge branch 'dev/randy' into 'feat/FE/US-159/marketing-sales-order'
[FE/FE][US#159/TASK#166-167-168-169-176-177-271] Adding Feature Sales Order
See merge request mbugroup/lti-web-client!56
|
2025-11-21 03:04:03 +00:00 |
|
randy-ar
|
70521330e4
|
fix(FE): resolve merge conflict
|
2025-11-21 09:45:40 +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 |
|
randy-ar
|
23ab4b15e1
|
fix(FE-270): delete relations project flock to flock data master
|
2025-11-21 01:28:57 +07:00 |
|
randy-ar
|
d523a01e34
|
fix(FE-270): adjust flock_name in select input and fixing project flock approval
|
2025-11-21 00:31:25 +07: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 |
|
randy-ar
|
af939ee225
|
feat(FE-272): adding DO PDF export
|
2025-11-20 19:43:50 +07:00 |
|
randy-ar
|
391b355e8d
|
feat(FE-181-179-220-271): adding SO export PDF and adjusting delivery form
|
2025-11-20 18:15:42 +07:00 |
|