示例#1
0
文件: ddbb.py 项目: jjrojoc/pytpv
 def count(self, table, name):
     count = table(self.d, name)
     return count
示例#2
0
文件: ddbb.py 项目: jjrojoc/pytpv
 def table_tickets(self):
     tickets = table(self.d, "ticket")
     return tickets
示例#3
0
文件: ddbb.py 项目: jjrojoc/pytpv
 def table_ticketlinea(self):
     ticketlinea = table(self.d, "ticket_linea")
     return ticketlinea
示例#4
0
文件: ddbb.py 项目: jjrojoc/pytpv
 def table_botonera(self):
     botonera = table(self.d, "botonera")
     return botonera
示例#5
0
文件: ddbb.py 项目: jjrojoc/pytpv
 def table_pages_botonera(self):
     pages = table(self.d, "pages_botonera")
     return pages
示例#6
0
文件: ddbb.py 项目: jjrojoc/pytpv
 def table_family(self):
     family = table(self.d, "familia")
     return family
示例#7
0
文件: ddbb.py 项目: jjrojoc/pytpv
 def table_articles(self):
     articles = table(self.d, "articulos")
     return articles
示例#8
0
文件: ddbb.py 项目: jjrojoc/pytpv
 def table_clients(self):
     clientes = table(self.d, "clientes")
     return clientes