facho/cli.py: nuevo comando generate-invoice, el permite crear imprimir una factura xml desde un script

FossilOrigin-Name: ee656a60b05a0efb5c1f4e3ea517e28e01d7cd6b95fc5074c9f7cbf70b16c1d6
This commit is contained in:
2020-05-25 17:52:47 +00:00
parent a369585f73
commit 95b79407a8
4 changed files with 50 additions and 4 deletions

View File

@@ -6,6 +6,12 @@ from lxml.etree import Element, SubElement, tostring
import re
class FachoXMLExtension:
def build(self, fachoxml):
raise NotImplementedError
class LXMLBuilder:
"""
extrae la manipulacion de XML