You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generaljournalentry/models.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ type NewGeneralJournalEntryLine struct {
138
138
ID edm.GUID`json:"ID,omitempty"`// Primary key
139
139
Account edm.GUID`json:"Account,omitempty"`// Reference to account
140
140
AmountFC edm.Double`json:"AmountFC,omitempty"`// Amount in the currency of the transaction. If an 'Including' VAT code is used this amount includes the VAT amount.
141
-
AmountVATFC*edm.Double`json:"AmountVATFC,omitempty"`// Vat amount in the currency of the transaction. If you want to set this in a POST you have to specify VATCode as well.
141
+
AmountVATFC edm.Double`json:"AmountVATFC`// Vat amount in the currency of the transaction. If you want to set this in a POST you have to specify VATCode as well.
142
142
Asset edm.GUID`json:"Asset,omitempty"`// Reference to asset
143
143
CostCenter edm.String`json:"CostCenter,omitempty"`// Reference to cost center
144
144
CostUnit edm.String`json:"CostUnit,omitempty"`// Reference to cost unit
0 commit comments