Servis detalji: PDV pravilo na cenama radova/delova, bruto u formama, ispravka otpremnice

This commit is contained in:
2026-06-29 22:35:31 +02:00
parent 4ea411996f
commit 19d88901c3
3 changed files with 68 additions and 27 deletions
+4
View File
@@ -15,3 +15,7 @@ type Usluga struct {
Arhiviran bool
DatumUnosa string
}
func (u Usluga) CenaSaPdv() float64 {
return u.Cena * (1 + u.PdvStopa/100)
}