Ejemplo n.º 1
0
 def count(self, table, name):
     count = table(self.d, name)
     return count
Ejemplo n.º 2
0
 def table_tickets(self):
     tickets = table(self.d, "ticket")
     return tickets
Ejemplo n.º 3
0
 def table_ticketlinea(self):
     ticketlinea = table(self.d, "ticket_linea")
     return ticketlinea
Ejemplo n.º 4
0
 def table_botonera(self):
     botonera = table(self.d, "botonera")
     return botonera
Ejemplo n.º 5
0
 def table_pages_botonera(self):
     pages = table(self.d, "pages_botonera")
     return pages
Ejemplo n.º 6
0
 def table_family(self):
     family = table(self.d, "familia")
     return family
Ejemplo n.º 7
0
 def table_articles(self):
     articles = table(self.d, "articulos")
     return articles
Ejemplo n.º 8
0
 def table_clients(self):
     clientes = table(self.d, "clientes")
     return clientes