Ejemplo n.º 1
0
 def clickupCarte():
     from Presenter.bibliotecarP import BibliotecarP
     p = BibliotecarP(self)
     p.actualizareCarte()
Ejemplo n.º 2
0
 def clicksalvareRaport():
     from Presenter.bibliotecarP import BibliotecarP
     p = BibliotecarP(self)
     p.rapoarte()
Ejemplo n.º 3
0
 def clickborCarte():
     from Presenter.bibliotecarP import BibliotecarP
     p = BibliotecarP(self)
     p.imprumutareCarte()
Ejemplo n.º 4
0
 def clickretCarte():
     from Presenter.bibliotecarP import BibliotecarP
     p = BibliotecarP(self)
     p.returnareCarte()
Ejemplo n.º 5
0
 def clickviewCarte():
     from Presenter.bibliotecarP import BibliotecarP
     p = BibliotecarP(self)
     p.vizualizareCarte()
Ejemplo n.º 6
0
 def clickdelCarte():
     from Presenter.bibliotecarP import BibliotecarP
     p = BibliotecarP(self)
     p.stergeCarte()
Ejemplo n.º 7
0
 def clickdelAbonat():
     from Presenter.bibliotecarP import BibliotecarP
     p = BibliotecarP(self)
     p.deleteAbonat()
Ejemplo n.º 8
0
 def clickcreareCarte():
     from Presenter.bibliotecarP import BibliotecarP
     p = BibliotecarP(self)
     p.creareCarte()
Ejemplo n.º 9
0
 def clickviewAbonat():
     from Presenter.bibliotecarP import BibliotecarP
     p = BibliotecarP(self)
     p.vizualizareAbonat()
Ejemplo n.º 10
0
 def clickupAbonat():
     from Presenter.bibliotecarP import BibliotecarP
     p = BibliotecarP(self)
     p.updateAbonat()
Ejemplo n.º 11
0
 def clickfiltrare():
     from Presenter.bibliotecarP import BibliotecarP
     p = BibliotecarP(self)
     p.filtrareCarti()
Ejemplo n.º 12
0
 def clickstatistici():
     from Presenter.bibliotecarP import BibliotecarP
     p = BibliotecarP(self)
     p.viewStatistici()
Ejemplo n.º 13
0
 def clickcautare():
     from Presenter.bibliotecarP import BibliotecarP
     p = BibliotecarP(self)
     p.gasesteCarte()
Ejemplo n.º 14
0
 def clickafisareCarti():
     from Presenter.bibliotecarP import BibliotecarP
     p = BibliotecarP(self)
     p.viewCarti()
Ejemplo n.º 15
0
 def clickDeconectare():
     from Presenter.bibliotecarP import BibliotecarP
     p = BibliotecarP(self)
     p.deconect()
     Bibliotecar.close()