feat: manual pullet cost

This commit is contained in:
Adnan Zahir
2026-04-19 15:10:53 +07:00
parent a2ae139fae
commit 69d6fc165a
13 changed files with 857 additions and 33 deletions
@@ -92,6 +92,7 @@ type ExpenseDepreciationQuery struct {
type ExpenseDepreciationManualInputUpsert struct {
ProjectFlockID uint `json:"project_flock_id" validate:"required,gt=0"`
TotalCost float64 `json:"total_cost" validate:"required,gte=0"`
CutoverDate string `json:"cutover_date" validate:"required,datetime=2006-01-02"`
Note *string `json:"note" validate:"omitempty,max=1000"`
}