Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-05-07 12:27:10 +03:00
parent 0eef44697b
commit a21e38f56f
5 changed files with 88 additions and 0 deletions

View File

@@ -17,6 +17,9 @@ type OrderProductionItem struct {
OldDim2 string `json:"OldDim2"`
OldDesc string `json:"OldDesc"`
OldQty float64 `json:"OldQty"`
OldDocCurrencyCode string `json:"OldDocCurrencyCode"`
OldNetAmount float64 `json:"OldNetAmount"`
OldNetAmountUSD float64 `json:"OldNetAmountUSD"`
NewItemCode string `json:"NewItemCode"`
NewColor string `json:"NewColor"`