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