Example #1
0
    def eliminarGasto(self):
	gasto=Gasto(self.parent)
	if gasto.eliminar(libutil.seleccionar(self.tVentas, self.moventas)[0]):
	  self.tablarVentas()
	  self.parcial() 
Example #2
0
 def agregarGasto(self):
     gasto = Gasto(self.parent)
     if gasto.agregar():
         self.salidas()
         self.resumir()
Example #3
0
    def agregarGasto(self):
	gasto=Gasto(self.parent)
	if gasto.agregar():
	  self.tablarVentas()
	  self.parcial()