Documentation ¶
Index ¶
- type EditabilnaPoljaVrsteRadova
- type ElementMenu
- type TipSadrzaja
- type W
- type WingBankaRacun
- type WingCalEcommand
- type WingCalEcommands
- type WingCalGrupaRadova
- type WingDokumentacija
- type WingFizickoLice
- type WingIzabraniElement
- type WingIzabraniElementi
- type WingMaterijal
- type WingNeophodanMaterijal
- type WingObjekat
- type WingPravnoLice
- type WingProjekat
- type WingVrstaRadova
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ElementMenu ¶
type TipSadrzaja ¶
type WingBankaRacun ¶
type WingCalEcommand ¶
type WingCalEcommands ¶
type WingCalEcommands map[int]WingCalEcommand
type WingCalGrupaRadova ¶
type WingCalGrupaRadova struct { Id string Slug string Elementi map[int]WingVrstaRadova `json:"elementi"` }
type WingDokumentacija ¶
type WingFizickoLice ¶
type WingIzabraniElement ¶
type WingIzabraniElementi ¶
type WingIzabraniElementi struct { Id string SumaCena float64 SumaCenaMaterijal float64 Elementi []*WingIzabraniElement NeophodanMaterijal map[int]WingNeophodanMaterijal NeophodanMaterijalPrikaz map[int]WingNeophodanMaterijal }
type WingMaterijal ¶
type WingMaterijal struct { Id int `json:"id"` Naziv string `json:"naziv"` Opis string `json:"opis"` Obracun string `json:"obracun"` Proizvodjac string `json:"proizvodjac"` OsobineNamena string `json:"osobinenamena"` NacinRada string `json:"nacinrada"` JedinicaPotrosnje string `json:"jedinicapotrosnje"` Potrosnja float64 `json:"potrosnja"` RokUpotrebe string `json:"rokupotreba"` Jedinica string `json:"jedinica"` Pakovanje int `json:"pakovanje"` Cena float64 `json:"cena"` Slug string `json:"slug"` }
type WingNeophodanMaterijal ¶
type WingObjekat ¶
type WingPravnoLice ¶
type WingProjekat ¶
type WingProjekat struct { Id int Naziv string Opis string IdProjekta string BrojDokumenta string Sveska string VrstaDokumenta string DatumDokumenta string Objekti []*WingObjekat Investitor *WingPravnoLice Projektant *WingPravnoLice Elementi *WingIzabraniElementi RabatRadovi int RabatMaterijal int }
type WingVrstaRadova ¶
type WingVrstaRadova struct { Id int `json:"id"` Naziv string `json:"naziv"` Opis string `json:"opis"` Obracun string `json:"obracun"` Jedinica string `json:"jedinica"` Cena float64 `json:"cena"` Slug string `json:"slug"` Omogucen bool `json:"omogucen"` Baza bool `json:"baza"` Element bool `json:"element"` PodvrsteRadova map[string]*WingVrstaRadova `json:"podvrsteradova"` NeophodanMaterijal map[int]WingNeophodanMaterijal `json:"neophodanmaterijal"` }
Click to show internal directories.
Click to hide internal directories.