Skip to content

Commit

Permalink
M FrmZaposleni: popravi učitavanje OZ dodatno
Browse files Browse the repository at this point in the history
M FrmZaposlenja: dodaj kolonu ImaDokument (ugovor)
M README.md: dodaj nove snimke ekrana
  • Loading branch information
bvujovic committed Mar 3, 2023
1 parent e803378 commit d82a18a
Show file tree
Hide file tree
Showing 15 changed files with 423 additions and 351 deletions.
3 changes: 3 additions & 0 deletions JISP.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ScreenShots", "ScreenShots", "{2C8CDB9D-1259-459B-9E27-F03BB9DB7C10}"
ProjectSection(SolutionItems) = preProject
ScreenShots\pocetna.png = ScreenShots\pocetna.png
ScreenShots\prostorije.png = ScreenShots\prostorije.png
ScreenShots\sistematizacija.png = ScreenShots\sistematizacija.png
ScreenShots\ucenici.png = ScreenShots\ucenici.png
ScreenShots\zaposleni.png = ScreenShots\zaposleni.png
ScreenShots\zaposlenja.png = ScreenShots\zaposlenja.png
Expand Down
1 change: 1 addition & 0 deletions JISP/Data/DataGetter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public static async Task GetZaposlenjaAsync(Ds.ZaposleniRow zaposleni)
if (obj.noksNivo != null)
z.NoksNivoNaziv = obj.noksNivo.naziv;
z.Aktivan = obj.statusUgovora != null && obj.statusUgovora == 19292;
z.ImaDokument = obj.ugovorORaduDokumentNaziv != null && obj.ugovorORaduDokumentNaziv != "";
if (isNew)
zaposlenja.AddZaposlenjaRow(z);
}
Expand Down
51 changes: 47 additions & 4 deletions JISP/Data/Ds.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d82a18a

Please sign in to comment.