예제 #1
0
        public MainWorkItem()
        {
            this.m_UICommandDefinitionContainer = new Deklarit.Practices.CompositeUI.UICommandDefinitionContainer(this);

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("ServisneFunkcije", "SERVISNE FUNKCIJE", this.Site + "", 11, false, true, DeklaritMode.All));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Serviseri", "Serviseri", this.Site + ".ServisneFunkcije", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Saldiranje", "Saldiranje i zaključivanje", this.Site + ".ServisneFunkcije", true));


            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("BazePodataka", "Rad s bazama", this.Site + ".ServisneFunkcije.Serviseri", null, null, "BANKE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MigracijaMIPSED1", "Migracija podataka iz MIPSED.NET", this.Site + ".ServisneFunkcije.Serviseri", null, null, "BANKE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("IMPORTIP", "Obrazac IP - DOS / MIPSED.NET", this.Site + ".ServisneFunkcije.Serviseri", null, null, "BANKE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Margine", "Podešavanje margina", this.Site + ".ServisneFunkcije.Serviseri", null, null, "BANKE.Select"));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.OBRACUNCommand", "Ručna korekcija iznosa", this.Site + ".ServisneFunkcije.Saldiranje", null, null, "OBRACUN.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Servis.Rezultat", "Zatvaranje prihoda i rashoda", this.Site + ".ServisneFunkcije.Saldiranje", null, null, "OBRACUN.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Servis.Saldiranje", "Saldiranje imovine, obveza i izvora", this.Site + ".ServisneFunkcije.Saldiranje", null, null, "OBRACUN.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Servis.PromjenaGodine", "Promjena fiskalne godine", this.Site + ".ServisneFunkcije.Saldiranje", null, null, "OBRACUN.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Servis.ZakljucnoStanje", "Prijenos zaključnog stanja u novu godinu", this.Site + ".ServisneFunkcije.Saldiranje", null, null, "OBRACUN.Select"));

            // Privremena implementacija MenuItem "Pomoć i podrška"
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("PomocPodrska", "POMOĆ I PODRŠKA", this.Site + "", 11, false, true, DeklaritMode.All));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("PomocPodrskaUpute", "Upute", this.Site + ".PomocPodrska", true));

            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("PomocPodrska_Upute1", "Obračun plaća", this.Site + ".PomocPodrska.PomocPodrskaUpute", null, null, "BANKE.Select"));
            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("PomocPodrska_Upute2", "FINPOS", this.Site + ".PomocPodrska.PomocPodrskaUpute", null, null, "BANKE.Select"));
            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("PomocPodrska_Upute3", "UF", this.Site + ".PomocPodrska.PomocPodrskaUpute", null, null, "BANKE.Select"));
            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("PomocPodrska_Upute4", "Materijalno", this.Site + ".PomocPodrska.PomocPodrskaUpute", null, null, "BANKE.Select"));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("VugerVeza", "TeamViewer", this.Site + ".PomocPodrska", null, null, "BANKE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Chat", "Chat", this.Site + ".PomocPodrska", null, null, "BANKE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("RSS", "RSS vijesti", this.Site + ".PomocPodrska", null, null, "BANKE.Select"));
        }
예제 #2
0
        public MainWorkItem()
        {
            this.m_UICommandDefinitionContainer = new Deklarit.Practices.CompositeUI.UICommandDefinitionContainer(this);

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("OpciSifrarnici", "KORISNIK - ŠIFRARNICI", this.Site + "", 0, false, true, DeklaritMode.All));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Korisnici", "Korisnik", this.Site + ".OpciSifrarnici", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Sifrarnici", "Šifrarnici", this.Site + ".OpciSifrarnici", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Potrazivanja", "Potraživanja", this.Site + ".OpciSifrarnici", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Obveze", "Obveze", this.Site + ".OpciSifrarnici", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Pokazatelji", "Pokazatelji", this.Site + ".OpciSifrarnici", true));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.KORISNIKCommand", "Korisnik aplikacije", this.Site + ".OpciSifrarnici.Korisnici", null, null, "KORISNIK.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.BANKECommand", "Banke", this.Site + ".OpciSifrarnici.Sifrarnici", null, null, "BANKE.Select"));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.IZVORDOKUMENTACommand", "FINA - Izvor dokumenta", this.Site + ".OpciSifrarnici.Sifrarnici", null, null, "IZVORDOKUMENTA.Select"));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.DOPRINOSCommand", "Doprinosi", this.Site + ".OpciSifrarnici.Sifrarnici", null, null, "DOPRINOS.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.OPCINACommand", "Općine", this.Site + ".OpciSifrarnici.Sifrarnici", null, null, "OPCINA.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.POREZCommand", "Porezi", this.Site + ".OpciSifrarnici.Sifrarnici", null, null, "POREZ.Select"));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.TIPIZNOSACommand", "Tip iznosa", this.Site + ".OpciSifrarnici.Sifrarnici", null, null, "TIPIZNOSA.Select"));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.SHEMAPLACACommand", "Shema plaće", this.Site + ".OpciSifrarnici.Korisnici", null, null, "BANKE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.Shema_UF", "Shema učeničko fakturiranje", this.Site + ".OpciSifrarnici.Korisnici", null, null, "BANKE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.SHEMADDCommand", "Shema honorari", this.Site + ".OpciSifrarnici.Korisnici", null, null, "BANKE.Select"));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.RAD1GELEMENTIVEZACommand", "RAD-1G Elementi veza", this.Site + ".OpciSifrarnici.Sifrarnici", null, null, "RAD1GELEMENTIVEZA.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.RAD1MELEMENTIVEZACommand", "RAD-1M Elementi veza", this.Site + ".OpciSifrarnici.Sifrarnici", null, null, "RAD1MELEMENTIVEZA.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.RAD1SPREMEVEZACommand", "RAD-1G Sprema veza", this.Site + ".OpciSifrarnici.Sifrarnici", null, null, "RAD1SPREMEVEZA.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.RAD1VEZASPOLCommand", "RAD-1M Spol veza", this.Site + ".OpciSifrarnici.Sifrarnici", null, null, "RAD1VEZASPOL.Select"));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("DefiniranjeObveze", "Definiranje obrasca obveza", this.Site + ".OpciSifrarnici.Obveze", null, null, "RAD1VEZASPOL.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("DefiniranjePotrazivanje", "Definiranje obrasca potraživanja", this.Site + ".OpciSifrarnici.Potrazivanja", null, null, "RAD1VEZASPOL.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("DefiniranjePokazatelji", "Definiranje obrasca pokazatelja", this.Site + ".OpciSifrarnici.Pokazatelji", null, null, "RAD1VEZASPOL.Select"));
        }
예제 #3
0
        public MainWorkItem()
        {
            this.m_UICommandDefinitionContainer = new Deklarit.Practices.CompositeUI.UICommandDefinitionContainer(this);

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Evidencija", "ERV", this.Site + "", 0, false, true, DeklaritMode.All));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Sifrarnici", "Matični podaci", this.Site + ".Evidencija", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Obracun", "Unos", this.Site + ".Evidencija", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Izvjestaji", "Izvještaji", this.Site + ".Evidencija", true));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Ev.SmjeneCommand", "Smjene", this.Site + ".Evidencija.Sifrarnici", null, null, "RADNIK.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Ev.EvidencijaUnosCommand", "Unos evidencije", this.Site + ".Evidencija.Obracun", null, null, "RADNIK.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Ev.IDDCOMMAND", "Ispis evidencije", this.Site + ".Evidencija.Izvjestaji", null, null, "RADNIK.Select"));
        }
예제 #4
0
        public MainWorkItem()
        {
            this.m_UICommandDefinitionContainer = new Deklarit.Practices.CompositeUI.UICommandDefinitionContainer(this);

            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("ePorezna", "eDOKUMENTI", this.Site + "", 0, false, true, DeklaritMode.All));
            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("ePorezna1", "ePorezna", this.Site + ".ePorezna", true));
            ////this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("ID-2011", "ID obrazac ver. 2011", this.Site + ".ePorezna", false));
            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("ID-2011", "eID obrazac - plaća", this.Site + ".ePorezna.ePorezna1", false));
            //hrvoje
            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("IDD", "IDD obrazac", this.Site + ".ePorezna", false));
            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("IDD", "eIDD obrazac - honorari", this.Site + ".ePorezna.ePorezna1", false));
            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("PDV", "PDV obrazac", this.Site + ".ePorezna", false));

            // Diana: "ovo je potrebno zakomentirati jer ne radi"
            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("PDV", "ePDV", this.Site + ".ePorezna.ePorezna1", false));
        }
예제 #5
0
        public MainWorkItem()
        {
            this.m_UICommandDefinitionContainer = new Deklarit.Practices.CompositeUI.UICommandDefinitionContainer(this);

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Ucenici", "PRAKSA", this.Site + "", 0, false, true, DeklaritMode.All));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Unos", "Unos", this.Site + ".Ucenici", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Obracun", "Obračun", this.Site + ".Ucenici", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Izvjestaj", "Izvještaj", this.Site + ".Ucenici", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Import", "eMatica", this.Site + ".Ucenici.Unos", false));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Import2", "eMatica nova datoteka", this.Site + ".Ucenici.Unos", false));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.UCENIKCommand", "Učenici", this.Site + ".Ucenici.Unos", false));
            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Ucenik.Obracun", "Obračun", this.Site + ".Ucenici.Obracun", 11, null, "RADNIK.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Ucenik.Obracun", "Obračun", this.Site + ".Ucenici.Obracun", null, null, "RADNIK.Select"));
            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("IDD-1", "Obrazac IDD-1", this.Site + ".Ucenici.Izvjestaj", false));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Tiskanica-5", "Tiskanica 5", this.Site + ".Ucenici.Izvjestaj", false));
        }
예제 #6
0
        public MainWorkItem()
        {
            this.m_UICommandDefinitionContainer = new UICommandDefinitionContainer(this);


            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("JN", "JAVNA NABAVA", this.Site, 0, false, true, DeklaritMode.All));

            // ---------------------------------------------------------------------------------------------------------------
            // Maticni podaci
            // ---------------------------------------------------------------------------------------------------------------
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MaticniPodaci", "Matični podaci", this.Site + ".JN", true));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("JN.EVRStruktura", "EVR struktura", this.Site + ".JN.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("JN.VrsteNabave", "Vrste nabave", this.Site + ".JN.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("JN.CPVOznake", "CPV oznake", this.Site + ".JN.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("JN.Ustanove", "Ustanove", this.Site + ".JN.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("JN.FiskalneGodine", "Fiskalne godine", this.Site + ".JN.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("JN.NacinPlacanja", "Način plačanja", this.Site + ".JN.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("JN.NacinIsporuke", "Način isporuke", this.Site + ".JN.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("JN.Partner", "Partner", this.Site + ".JN.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("JN.Proizvod", "Proizvod", this.Site + ".JN.MaticniPodaci", null, null, string.Empty));

            // ---------------------------------------------------------------------------------------------------------------
            // Nabava
            // ---------------------------------------------------------------------------------------------------------------
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Nabava", "Nabava", this.Site + ".JN", true));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("JN.Narudzbenica", "Narudžbenica", this.Site + ".JN.Nabava", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("JN.RegistarNabave", "Registar nabave", this.Site + ".JN.Nabava", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("JN.PlanNabave", "Plan nabave", this.Site + ".JN.Nabava", null, null, string.Empty));


            // ---------------------------------------------------------------------------------------------------------------
            // Izvjestaji
            // ---------------------------------------------------------------------------------------------------------------
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Izvjestaji", "Izvještaji", this.Site + ".JN", true));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("JN.IspisPlanNabave", "Uskoro...", this.Site + ".JN.Izvjestaji", null, null, string.Empty));
            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("JN.IspisRegistarNabave", "Ispis registra nabave", this.Site + ".JN.Izvjestaji", null, null, string.Empty));
        }
예제 #7
0
        public MainWorkItem()
        {
            this.m_UICommandDefinitionContainer = new UICommandDefinitionContainer(this);


            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT", "MATERIJALNO", this.Site, 0, false, true, DeklaritMode.All));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MaticniPodaci", "Matični podaci", this.Site + ".MT", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.Partner", "Partneri", this.Site + ".MT.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.Proizvod", "Proizvodi", this.Site + ".MT.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.Grupe", "Grupe proizvoda", this.Site + ".MT.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.JednicaMjere", "Mjerne jedinice", this.Site + ".MT.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.Porez", "Porezne stope", this.Site + ".MT.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.TipSkladista", "Tip Skladišta", this.Site + ".MT.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.Skladiste", "Skladiste", this.Site + ".MT.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.MjestoTroska", "Mjesto troška", this.Site + ".MT.MaticniPodaci", null, null, string.Empty));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Obracun", "Obračun", this.Site + ".MT", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.Narudzbenica", "Narudžbenica", this.Site + ".MT.Obracun", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.Primka", "Primka", this.Site + ".MT.Obracun", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.Izdatnica", "Izdatnice", this.Site + ".MT.Obracun", null, null, string.Empty));
            //30.11.2016
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.Inventura", "Inventura", this.Site + ".MT.Obracun", null, null, string.Empty));
            // this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.SkladistePregled", "Stanje skladišta", this.Site + ".MT.Obracun", null, null, string.Empty));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Izvjestaji", "Izvještaji", this.Site + ".MT", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.KarticaMaterijala", "Kartice reprodukcijskog materijala", this.Site + ".MT.Izvjestaji", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.StanjeSkladista", "Stanje skladišta", this.Site + ".MT.Izvjestaji", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.StanjeDokumenti", "Stanje dokumenata", this.Site + ".MT.Izvjestaji", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.UlazIzlazGrupa", "Ulaz i izlaz po grupama", this.Site + ".MT.Izvjestaji", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.MjestoTroskaIspis", "Ispis po mjestu troška", this.Site + ".MT.Izvjestaji", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.PrimkeDobavljac", "Primke po dobavljaču", this.Site + ".MT.Izvjestaji", null, null, string.Empty));
            // db - 20.10.2016
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.SaldoKartica", "Saldo kartica", this.Site + ".MT.Izvjestaji", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.InventurnaLista", "Inventurna lista", this.Site + ".MT.Izvjestaji", null, null, string.Empty));

            //db - 17.1.2017
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("ZakljucivanjeOtvaranje", "Zaključivanje/otvaranje", this.Site + ".MT", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MT.ZakljucivanjeOtvaranje", "Zaključivanje godine/otvaranje nove", this.Site + ".MT.ZakljucivanjeOtvaranje", null, null, string.Empty));
        }
예제 #8
0
        public MainWorkItem()
        {
            this.m_UICommandDefinitionContainer = new Deklarit.Practices.CompositeUI.UICommandDefinitionContainer(this);

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("DrugiDohodak", "HONORARI", this.Site + "", 0, false, true, DeklaritMode.All));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Sifrarnici", "Matični podaci", this.Site + ".DrugiDohodak", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Obracun", "Obračun", this.Site + ".DrugiDohodak", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Izvjestaji", "Izvještaji", this.Site + ".DrugiDohodak", true));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("DD.DDIZDATAKCommand", "Priznati izdaci", this.Site + ".DrugiDohodak.Sifrarnici", null, null, "RADNIK.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("DD.DDKATEGORIJACommand", "Kategorije isplate", this.Site + ".DrugiDohodak.Sifrarnici", null, null, "RADNIK.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("DD.DDVRSTEPOSLACommand", "Vrste posla", this.Site + ".DrugiDohodak.Sifrarnici", null, null, "RADNIK.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("DD.DDKOLONAIDDCommand", "Stupci obrasca IDD", this.Site + ".DrugiDohodak.Sifrarnici", null, null, "RADNIK.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("DD.DDRADNIKCommand", "Honorarni djelatnici", this.Site + ".DrugiDohodak.Obracun", null, null, "RADNIK.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("DD.ObracunCommand", "Obračun", this.Site + ".DrugiDohodak.Obracun", null, null, "RADNIK.Select"));
            //hrvoje
            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("DD.IDDCOMMAND", "Obrazac IDD", this.Site + ".DrugiDohodak.Izvjestaji", null, null, "RADNIK.Select"));
            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("DD.IP1COMMAND", "Obrazac ID-1", this.Site + ".DrugiDohodak.Izvjestaji", null, null, "RADNIK.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("DD.PotvrdaCommand", "Potvrda o isplaćenom primitku", this.Site + ".DrugiDohodak.Izvjestaji", null, null, "RADNIK.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("DD.DNRCommand", "Dohodak od nesamostalnog rada", this.Site + ".DrugiDohodak.Izvjestaji", null, null, "RADNIK.Select"));
            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("DD.Import", "Uvoz primatelja", this.Site + ".DrugiDohodak.Izvjestaji", null, null, "RADNIK.Select"));
        }
예제 #9
0
        public MainWorkItem()
        {
            this.m_UICommandDefinitionContainer = new UICommandDefinitionContainer(this);


            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF", "UČENIČKO FAKTURIRANJE", this.Site, 0, false, true, DeklaritMode.All));


            // ---------------------------------------------------------------------------------------------------------------
            // Matični podaci
            // ---------------------------------------------------------------------------------------------------------------
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MaticniPodaci", "Matični podaci", this.Site + ".UF", true));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF.UstanoveCommand", "Ustanove", this.Site + ".UF.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF.SkolskeGodineCommand", "Školske godine", this.Site + ".UF.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF.RazrediCommand", "Razredi", this.Site + ".UF.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF.OdjeljenjaCommand", "Odjeljenja", this.Site + ".UF.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF.VoditeljiCommand", "Voditelji", this.Site + ".UF.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF.UceniciCommand", "Učenici", this.Site + ".UF.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF.PostanskiBrojeviCommand", "Poštanski brojevi", this.Site + ".UF.MaticniPodaci", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF.RadnaMjestaCommand", "Radna mjesta", this.Site + ".UF.MaticniPodaci", null, null, string.Empty));



            // ---------------------------------------------------------------------------------------------------------------
            // Organizacija razreda
            // ---------------------------------------------------------------------------------------------------------------
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("SkolskeGodineRazrednaOdjeljenja", "Školske godine / razredi", this.Site + ".UF", true));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF.OtvaranjeSkolskeGodineCommand", "Otvaranje školske godine", this.Site + ".UF.SkolskeGodineRazrednaOdjeljenja", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF.OrganizacijaRazrednihOdjeljenjaCommand", "Organizacija razrednih odjeljenja", this.Site + ".UF.SkolskeGodineRazrednaOdjeljenja", null, null, string.Empty));



            // ---------------------------------------------------------------------------------------------------------------
            // Proizvodi, cjenici i olakšice
            // ---------------------------------------------------------------------------------------------------------------
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("ProizvodiCjeniciOlaksice", "Proizvodi, cjenici i olakšice", this.Site + ".UF", true));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF.MjerneJediniceCommand", "Mjerne jedinice", this.Site + ".UF.ProizvodiCjeniciOlaksice", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF.PorezneStopeCommand", "Porezne stope", this.Site + ".UF.ProizvodiCjeniciOlaksice", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF.OlaksiceCommand", "Olakšice", this.Site + ".UF.ProizvodiCjeniciOlaksice", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF.ProizvodiGrupeProizvodaCommand", "Proizvodi / grupe proizvoda", this.Site + ".UF.ProizvodiCjeniciOlaksice", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF.CjeniciCommand", "Cjenici", this.Site + ".UF.ProizvodiCjeniciOlaksice", null, null, string.Empty));



            // ---------------------------------------------------------------------------------------------------------------
            // Fakturiranje
            // ---------------------------------------------------------------------------------------------------------------
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Fakturiranje", "Fakturiranje", this.Site + ".UF", true));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF.PredlosciCommand", "Predlošci", this.Site + ".UF.Fakturiranje", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF.ObracuniCommand", "Obračuni", this.Site + ".UF.Fakturiranje", null, null, string.Empty));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF.RacuniCommand", "Računi", this.Site + ".UF.Fakturiranje", null, null, string.Empty));



            // ---------------------------------------------------------------------------------------------------------------
            // Izvještaji
            // ---------------------------------------------------------------------------------------------------------------
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Izvjestaji", "Izvještaji", this.Site + ".UF", true));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UF.IzvjestajiOtvoreneStavke", "Otvorene stavke po razredima", this.Site + ".UF.Izvjestaji", null, null, string.Empty));
        }
예제 #10
0
        public MainWorkItem()
        {
            this.m_UICommandDefinitionContainer = new Deklarit.Practices.CompositeUI.UICommandDefinitionContainer(this);

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos", "FINPOS", this.Site + "", 0, false, true, DeklaritMode.All));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Sifrarnici", "Matični podaci", this.Site + ".Finpos", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Knjizenja", "Knjiženje", this.Site + ".Finpos", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Fakt", "Fakturiranje", this.Site + ".Finpos", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("IzvGK", "Izvještaji glavne knjige", this.Site + ".Finpos", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("IzvSK", "Salda / Konti", this.Site + ".Finpos", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("IzvPR", "Izvještaji proračuna", this.Site + ".Finpos", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("IzvRazno", "Razno", this.Site + ".Finpos", true));
            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("IzvOstalo", "Izvještaji-ostalo", this.Site + ".Finpos", true));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.ORGJED", "Organizacijske jedinice", this.Site + ".Finpos.Sifrarnici", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.MT", "Mjesta troška", this.Site + ".Finpos.Sifrarnici", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.KONTO", "Kontni plan", this.Site + ".Finpos.Sifrarnici", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.DOKUMENT", "Dokumenti", this.Site + ".Finpos.Sifrarnici", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.PARTNER", "Partneri", this.Site + ".Finpos.Sifrarnici", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.TIPURA", "Tip knjige URA", this.Site + ".Finpos.Sifrarnici", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.TIPIRA", "Tip knjige IRA", this.Site + ".Finpos.Sifrarnici", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.ShemaURACommand", "Shema-URA", this.Site + ".Finpos.Sifrarnici", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.ShemaIRACommand", "Shema-IRA", this.Site + ".Finpos.Sifrarnici", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.URAVRSTAIZNOSACommand", "URA-Vrste iznosa", this.Site + ".Finpos.Sifrarnici", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.IRAVRSTAIZNOSACommand", "IRA-Vrste iznosa", this.Site + ".Finpos.Sifrarnici", null, null, "AKTIVNOST.Select"));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.GKUser", "Glavna knjiga", this.Site + ".Finpos.Knjizenja", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.UraUser", "URA", this.Site + ".Finpos.Knjizenja", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.IraUser", "IRA", this.Site + ".Finpos.Knjizenja", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.BLGUser", "Blagajna", this.Site + ".Finpos.Knjizenja", null, null, "AKTIVNOST.Select"));
            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.Zatvaranje", "Zatvaranje stavaka", this.Site + ".Finpos.Knjizenja", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.ZatvaranjeBolnice", "Zatvaranje stavaka", this.Site + ".Finpos.Knjizenja", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.Plan", "Budžetiranje", this.Site + ".Finpos.Knjizenja", null, null, "AKTIVNOST.Select"));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.RacuniCommand", "Fakturiranje", this.Site + ".Finpos.Fakt", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.OdobrenjeCommand", "Odobrenje", this.Site + ".Finpos.Fakt", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.JediniceMjere", "Mjerne jedinice", this.Site + ".Finpos.Fakt", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.Porezi", "Porezne stope", this.Site + ".Finpos.Fakt", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.Proizvodi", "Proizvodi", this.Site + ".Finpos.Fakt", null, null, "AKTIVNOST.Select"));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.BilancaCommand", "Bruto bilanca", this.Site + ".Finpos.IzvGK", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.KontoKarticeCommand", "Kartice konta", this.Site + ".Finpos.IzvGK", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.DnevnikCommand", "Dnevnik knjiženja", this.Site + ".Finpos.IzvGK", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.PrometPoKontimaCommand", "Promet po kontima", this.Site + ".Finpos.IzvGK", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.Upravljanje", "Financijsko upravljanje", this.Site + ".Finpos.IzvGK", null, null, "AKTIVNOST.Select"));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.OtvoreneCommand", "Otvorene stavke", this.Site + ".Finpos.IzvSK", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.KarticeCommand", "Kartice partnera", this.Site + ".Finpos.IzvSK", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.PrometPartneraCommand", "Promet partnera", this.Site + ".Finpos.IzvSK", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.Opomene", "Opomene", this.Site + ".Finpos.IzvSK", null, null, "AKTIVNOST.Select"));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.ObvezeNaDan", "Obveze na dan", this.Site + ".Finpos.IzvRazno", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.ObvezeNaDan60", "Obveze na dan 60", this.Site + ".Finpos.IzvRazno", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.ObvezeDospjele60", "Obveze dospjele do 60", this.Site + ".Finpos.IzvRazno", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.PotrazivanjaNaDan", "Potraživanja na dan", this.Site + ".Finpos.IzvRazno", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.PotrazivanjaNaDan60", "Potraživanja na dan 60", this.Site + ".Finpos.IzvRazno", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.PokazateljiMjesecni", "Pokazatelji mjesečni", this.Site + ".Finpos.IzvRazno", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.PokazateljiPeriodicni", "Pokazatelji periodični", this.Site + ".Finpos.IzvRazno", null, null, "AKTIVNOST.Select"));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.FinaObrasci", "Fina obrasci", this.Site + ".Finpos.IzvPR", null, null, "AKTIVNOST.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.OpzStat", "Obrazac OPZ-STAT-1", this.Site + ".Finpos.IzvPR", null, null, "AKTIVNOST.Select"));
            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.Partneri", "Poslovni partneri", this.Site + ".Finpos.IzvOstalo", null, null, "AKTIVNOST.Select"));
            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Finpos.KontniPlan", "Kontni plan", this.Site + ".Finpos.IzvOstalo", null, null, "AKTIVNOST.Select"));

            Configuration.ConfigurationProvider = new MipsedConfigurationProvider();
        }
예제 #11
0
        public MainWorkItem()
        {
            this.m_UICommandDefinitionContainer = new Deklarit.Practices.CompositeUI.UICommandDefinitionContainer(this);

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa", "PLAĆE", this.Site + "", 0, false, true, DeklaritMode.All));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Sifrarnici", "Matični podaci", this.Site + ".Placa", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("ElementiPlaca", "Elementi plaća", this.Site + ".Placa", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Olaksice", "Olakšice", this.Site + ".Placa", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Obustave", "Obustave", this.Site + ".Placa", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Obracun", "Obračun", this.Site + ".Placa", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Pregledi", "Izvještaji", this.Site + ".Placa", true));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Prosjeci", "Prosjeci za institucije", this.Site + ".Placa", true));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.ELEMENTCommand", "Elementi", this.Site + ".Placa.ElementiPlaca", null, null, "ELEMENT.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.OSOBNIODBITAKCommand", "Osobni odbici", this.Site + ".Placa.ElementiPlaca", null, null, "OSOBNIODBITAK.Select"));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.SKUPPOREZAIDOPRINOSACommand", "Skupine poreza i doprinosa", this.Site + ".Placa.ElementiPlaca", null, null, "SKUPPOREZAIDOPRINOSA.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.KREDITORCommand", "Kreditori", this.Site + ".Placa.Obustave", null, null, "KREDITOR.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.OBUSTAVACommand", "Obustave", this.Site + ".Placa.Obustave", null, null, "OBUSTAVA.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.GRUPEOLAKSICACommand", "Grupe olakšica", this.Site + ".Placa.Olaksice", null, null, "GRUPEOLAKSICA.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.TIPOLAKSICECommand", "Tipovi olakšica", this.Site + ".Placa.Olaksice", null, null, "TIPOLAKSICE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.OLAKSICECommand", "Olakšice", this.Site + ".Placa.Olaksice", null, null, "OLAKSICE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.GRUPEKOEFCommand", "Grupe koeficijenata", this.Site + ".Placa.Sifrarnici", null, null, "GRUPEKOEF.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.BENEFICIRANICommand", "Beneficirani staž", this.Site + ".Placa.Sifrarnici", null, null, "BENEFICIRANI.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.RADNOMJESTOCommand", "Radna mjesta", this.Site + ".Placa.Sifrarnici", null, null, "RADNOMJESTO.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.ORGDIOCommand", "Organizacijske cjeline", this.Site + ".Placa.Sifrarnici", null, null, "ORGDIO.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.TablicniPregledRadnika", "Pregled radnika", this.Site + ".Placa.Sifrarnici", null, null, "TITULA.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.RADNIKCommand", "Zaposlenici", this.Site + ".Placa.Obracun", null, null, "RADNIK.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.BrziUnosKreditaCommand", "Unos kredita", this.Site + ".Placa.Obracun", null, null, "RADNIK.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.PrPlaceCustom", "Predložak plaće", this.Site + ".Placa.Obracun", null, null, "VRSTAOBUSTAVE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.PripremaCommand", "Obračun", this.Site + ".Placa.Obracun", null, null, "VRSTAOBUSTAVE.Select"));

            //this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("IDObrazacCommand", "Obrazac ID", this.Site + ".Placa.Pregledi", null, null, "BANKE.Select"));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.VirmaniUserCommand", "Nalozi za plaćanje", this.Site + ".Placa.Obracun", null, null, "VRSTAOBUSTAVE.Select"));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("ListaIznosaCommand", "Lista iznosa radnika", this.Site + ".Placa.Pregledi", null, null, "BANKE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("ZAP1Command", "Obrazac ZAP-1", this.Site + ".Placa.Pregledi", null, null, "BANKE.Select"));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("IPKarticeCommand", "Obrasci IP", this.Site + ".Placa.Pregledi", null, null, "BANKE.Select"));

            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MaticniKartonCommand", "Matični karton", this.Site + ".Placa.Pregledi", null, null, "BANKE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.Godisnji", "Prosjek za GO", this.Site + ".Placa.Prosjeci", null, null, "PRIPREMAPLACE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.Bolovanje", "Prosjek bolovanje", this.Site + ".Placa.Prosjeci", null, null, "PRIPREMAPLACE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.FondBolovanje", "Prosjek bolovanje/HZZO", this.Site + ".Placa.Prosjeci", null, null, "PRIPREMAPLACE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.ProsjekPlace", "Prosjek neto plaće", this.Site + ".Placa.Prosjeci", null, null, "PRIPREMAPLACE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.Tablica01Command", "Mirovinsko-Tablica 01/10", this.Site + ".Placa.Pregledi", null, null, "PRIPREMAPLACE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.Tablica011Command", "Mirovinsko-Tablica 01/11", this.Site + ".Placa.Pregledi", null, null, "PRIPREMAPLACE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.Tablica018Command", "Mirovinsko-Tablica 01/8", this.Site + ".Placa.Pregledi", null, null, "PRIPREMAPLACE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.RAD1M", "RAD-1M", this.Site + ".Placa.Pregledi", null, null, "PRIPREMAPLACE.Select"));
            this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Placa.RAD1G", "RAD-1", this.Site + ".Placa.Pregledi", null, null, "PRIPREMAPLACE.Select"));

            if (Mipsed7.Core.ApplicationDatabaseInformation.Modul_PutniNalog == "1")
            {
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("PutniNalog", "PUTNI NALOZI", this.Site, 0, false, true, DeklaritMode.All));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Nalog", "Registar putnih naloga", this.Site + ".PutniNalog", true));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UnosPutnogNaloga", "Unos putnog naloga", this.Site + ".PutniNalog.Nalog", null, null, "UnosPutnogNaloga.Select"));
            }

            if (Mipsed7.Core.ApplicationDatabaseInformation.Modul_JOPPD == "1")
            {
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MainJOPPD", "JOPPD", this.Site, 0, false, true, DeklaritMode.All));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("MaticniPodaci", "Matični podaci", this.Site + ".MainJOPPD", true));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("OznakaPrimitka", "Oznaka primitka", this.Site + ".MainJOPPD.MaticniPodaci", null, null, "OznakaPrimitka.Select"));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("OznakaPrimitkaElement", "Ozn. primitka ELEMENT", this.Site + ".MainJOPPD.MaticniPodaci", null, null, "OznakaPrimitkaELEMENT.Select"));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("OznakaStjecatelja", "Oznaka stjecatelja primitka", this.Site + ".MainJOPPD.MaticniPodaci", null, null, "OznakaStjecatelja.Select"));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("OznakaStjecateljaElement", "Ozn. stjecatelja primitka ELEMENT", this.Site + ".MainJOPPD.MaticniPodaci", null, null, "OznakaStjecateljaELEMENT.Select"));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("OznakaNeoporezivog", "Oznaka neoporezivog primitka", this.Site + ".MainJOPPD.MaticniPodaci", null, null, "OznakaNeoporezivog.Select"));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("OznakaNeoporezivogElement", "Ozn. neoporezivog primitka ELEMENT", this.Site + ".MainJOPPD.MaticniPodaci", null, null, "OznakaNeoporezivogElement.Select"));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("OznakaNacinIsplate", "Oznaka načina isplate", this.Site + ".MainJOPPD.MaticniPodaci", null, null, "OznakaNacinIsplate.Select"));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("OznakaNacinIsplateElement", "Ozn. načina isplate ELEMENT", this.Site + ".MainJOPPD.MaticniPodaci", null, null, "OznakaNacinIsplateElement.Select"));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("OznakaRadnogVremena", "Oznaka radnog vremena", this.Site + ".MainJOPPD.MaticniPodaci", null, null, "OznakaRadnogVremena.Select"));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("OznakaMjesecaOsiguranja", "Oznaka mjeseca osiguranja", this.Site + ".MainJOPPD.MaticniPodaci", null, null, "OznakaMjesecaOsiguranja.Select"));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("JOPPDObrasci", "JOPPD obrazac", this.Site + ".MainJOPPD", true));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("JOPPDObrazac", "Kreiraj", this.Site + ".MainJOPPD.JOPPDObrasci", null, null, "JOPPDObrazac.Select"));
            }

            if (Mipsed7.Core.ApplicationDatabaseInformation.Modul_Raspored == "1")
            {
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("RasporedSati", "RASPORED SATI", this.Site, 0, false, true, DeklaritMode.All));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("RasporedM", "Raspored Sati", this.Site + ".RasporedSati", true));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Raspored", "Raspored Sati", this.Site + ".RasporedSati.RasporedM", null, null, "RasporedSati"));
            }

            if (Mipsed7.Core.ApplicationDatabaseInformation.Modul_COP == "1")
            {
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("COP", "COP", this.Site, 0, false, true, DeklaritMode.All));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UvozObracuna", "Uvoz obračuna iz COP-a", this.Site + ".COP", true));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UvozXML", "Uvoz iz JOPPD XML datoteke", this.Site + ".COP.UvozObracuna", null, null, "UvozXML.Select"));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("UvozCSV", "Uvoz iz CSV datoteke", this.Site + ".COP.UvozObracuna", null, null, "UvozCSV.Select"));

                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("ObracuniRazno", "Obračuni razno", this.Site + ".COP", true));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("OsobeObracun", "Osobe za obračun", this.Site + ".COP.ObracuniRazno", null, null, "OsobeObracun.Select"));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("SocijalnaPotpora", "Prijevoz - nezaposleni", this.Site + ".COP.ObracuniRazno", null, null, "SocijalnaPotpora.Select"));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("SocijalnaNaknada", "Socijalna naknada", this.Site + ".COP.ObracuniRazno", null, null, "SocijalnaNaknada.Select"));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("Stipendije", "Stipendije - neoporezivo", this.Site + ".COP.ObracuniRazno", null, null, "Stipendije.Select"));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("NagradePraksa", "Nagrade-praksa", this.Site + ".COP.ObracuniRazno", null, null, "NagradePraksa.Select"));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("NagradeNatjecanja", "Nagrade-natjecanja", this.Site + ".COP.ObracuniRazno", null, null, "NagradeNatjecanja.Select"));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("StudentServisNeoporezivo", "Student servis-neoporezivo", this.Site + ".COP.ObracuniRazno", null, null, "StudentServisNeoporezivo.Select"));
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("StudentServisOporezivo", "Student servis-oporezivo", this.Site + ".COP.ObracuniRazno", null, null, "StudentServisOporezivo.Select"));
            }

            if (Mipsed7.Core.ApplicationDatabaseInformation.Modul_Imovina == "1")
            {
                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("OS", "IMOVINA", this.Site + "", 0, false, true, DeklaritMode.All));

                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("NovaImovina", "Imovina", this.Site + ".OS", true));

                this.m_UICommandDefinitionContainer.Add(new UICommandDefinition("NovaImovina.Nova", "Imovina", this.Site + ".OS.NovaImovina", null, null, "RADNIK.Select"));
            }
        }