Пример #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()