def count(self, table, name): count = table(self.d, name) return count
def table_tickets(self): tickets = table(self.d, "ticket") return tickets
def table_ticketlinea(self): ticketlinea = table(self.d, "ticket_linea") return ticketlinea
def table_botonera(self): botonera = table(self.d, "botonera") return botonera
def table_pages_botonera(self): pages = table(self.d, "pages_botonera") return pages
def table_family(self): family = table(self.d, "familia") return family
def table_articles(self): articles = table(self.d, "articulos") return articles
def table_clients(self): clientes = table(self.d, "clientes") return clientes