feat: input po_date manual

This commit is contained in:
Adnan Zahir
2026-04-25 22:36:13 +07:00
parent 27d076b817
commit 732ebd423d
2 changed files with 9 additions and 2 deletions
@@ -35,6 +35,7 @@ type ApproveStaffPurchaseRequest struct {
type ApproveManagerPurchaseRequest struct {
Action string `json:"action" validate:"required,oneof=APPROVED REJECTED"`
Notes *string `json:"notes,omitempty" validate:"omitempty,max=500"`
PoDate *string `json:"po_date,omitempty" validate:"omitempty,datetime=2006-01-02"`
}
type ReceivePurchaseItemRequest struct {