add query adjustment stock at closing sapronak

This commit is contained in:
giovanni
2026-02-04 09:17:16 +07:00
parent 22038533d7
commit 7183df6938
7 changed files with 219 additions and 16 deletions
+4 -3
View File
@@ -329,9 +329,10 @@ const (
PurchaseStepReceiving approvalutils.ApprovalStep = 4
PurchaseStepCompleted approvalutils.ApprovalStep = 5
PurchasePRNumberPrefix = "PR-LTI-"
PurchasePONumberPrefix = "PO-LTI-"
PurchaseNumberPadding = 4
PurchasePRNumberPrefix = "PR-LTI-"
PurchasePONumberPrefix = "PO-LTI-"
AdjustmentStockNumberPrefix = "ADJ-"
PurchaseNumberPadding = 4
)
var PurchaseApprovalSteps = map[approvalutils.ApprovalStep]string{