Exemplo n.º 1
0
    def editarCorte(self):
	editor=editorSimple(self.parent,join(self.parent.home,"corte.xml"))
	editor.exec_()  
	self.cfg.recargar()
Exemplo n.º 2
0
    def editar(self):
	editor=editorSimple(self.parent,join(self.parent.home,"config.cfg"))
	editor.exec_()
	self.cfg.recargar()
Exemplo n.º 3
0
    def editarFactura(self):
	editor=editorSimple(self.parent,join(self.parent.home,"formas","factura.cfg"))
	editor.exec_()	
	self.cfg.recargar()
Exemplo n.º 4
0
    def editarPresupuesto(self):
	editor=editorSimple(self.parent,join(self.parent.home,"formas","presupuesto.xml"))
	editor.exec_()	
	self.cfg.recargar()
Exemplo n.º 5
0
    def editarTicket(self):
	editor=editorSimple(self.parent,join(self.parent.home,"ticket.xml"))
	editor.exec_()
	self.cfg.recargar()