├── CAPICOM_TLB.pas ├── EventosSIF.pas ├── QRuicol ├── Quricol.inc ├── QuricolAPI.pas └── QuricolCode.pas ├── README.md ├── RespuestaSuministro.pas ├── SistemaFacturacion.pas ├── SuministroInformacion.pas ├── SuministroLR.pas ├── UVerifactu.pas ├── Win32 └── Debug │ ├── CAPICOM_TLB.dcu │ ├── HOJA_EJEMPLO.xlsx │ ├── HOJA_EJEMPLO1.xlsx │ ├── HOJA_EJEMPLO2.xlsx │ ├── HOJA_EJEMPLO_BAJAS.xlsx │ ├── QuricolAPI.dcu │ ├── QuricolCode.dcu │ ├── SistemaFacturacion.dcu │ ├── SistemaFacturacionSOAPv12.dcu │ ├── TICKET.xlsx │ ├── VeriFactu_envio.xml │ ├── dlls │ ├── capicom.dll │ ├── capicom.rar │ └── registroOCX.exe │ ├── libeay32.dll │ ├── notas.txt │ ├── quricol32.dll │ ├── simulador.xml │ ├── ssleay32.dll │ ├── uVeriForm.dcu │ ├── utiles.dcu │ ├── verifactuForm.exe │ └── verifactuform.ini ├── sistemafacturacion.wsdl ├── uVeriForm.dfm ├── uVeriForm.pas ├── utiles.pas ├── verifactu.ico ├── verifactuForm.dpr ├── verifactuForm.dproj ├── verifactuForm.dproj.local ├── verifactuForm.identcache ├── verifactuForm.res └── verifactuForm.stat /CAPICOM_TLB.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/CAPICOM_TLB.pas -------------------------------------------------------------------------------- /EventosSIF.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/EventosSIF.pas -------------------------------------------------------------------------------- /QRuicol/Quricol.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/QRuicol/Quricol.inc -------------------------------------------------------------------------------- /QRuicol/QuricolAPI.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/QRuicol/QuricolAPI.pas -------------------------------------------------------------------------------- /QRuicol/QuricolCode.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/QRuicol/QuricolCode.pas -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/README.md -------------------------------------------------------------------------------- /RespuestaSuministro.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/RespuestaSuministro.pas -------------------------------------------------------------------------------- /SistemaFacturacion.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/SistemaFacturacion.pas -------------------------------------------------------------------------------- /SuministroInformacion.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/SuministroInformacion.pas -------------------------------------------------------------------------------- /SuministroLR.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/SuministroLR.pas -------------------------------------------------------------------------------- /UVerifactu.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/UVerifactu.pas -------------------------------------------------------------------------------- /Win32/Debug/CAPICOM_TLB.dcu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/CAPICOM_TLB.dcu -------------------------------------------------------------------------------- /Win32/Debug/HOJA_EJEMPLO.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/HOJA_EJEMPLO.xlsx -------------------------------------------------------------------------------- /Win32/Debug/HOJA_EJEMPLO1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/HOJA_EJEMPLO1.xlsx -------------------------------------------------------------------------------- /Win32/Debug/HOJA_EJEMPLO2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/HOJA_EJEMPLO2.xlsx -------------------------------------------------------------------------------- /Win32/Debug/HOJA_EJEMPLO_BAJAS.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/HOJA_EJEMPLO_BAJAS.xlsx -------------------------------------------------------------------------------- /Win32/Debug/QuricolAPI.dcu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/QuricolAPI.dcu -------------------------------------------------------------------------------- /Win32/Debug/QuricolCode.dcu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/QuricolCode.dcu -------------------------------------------------------------------------------- /Win32/Debug/SistemaFacturacion.dcu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/SistemaFacturacion.dcu -------------------------------------------------------------------------------- /Win32/Debug/SistemaFacturacionSOAPv12.dcu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/SistemaFacturacionSOAPv12.dcu -------------------------------------------------------------------------------- /Win32/Debug/TICKET.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/TICKET.xlsx -------------------------------------------------------------------------------- /Win32/Debug/VeriFactu_envio.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/VeriFactu_envio.xml -------------------------------------------------------------------------------- /Win32/Debug/dlls/capicom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/dlls/capicom.dll -------------------------------------------------------------------------------- /Win32/Debug/dlls/capicom.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/dlls/capicom.rar -------------------------------------------------------------------------------- /Win32/Debug/dlls/registroOCX.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/dlls/registroOCX.exe -------------------------------------------------------------------------------- /Win32/Debug/libeay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/libeay32.dll -------------------------------------------------------------------------------- /Win32/Debug/notas.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/notas.txt -------------------------------------------------------------------------------- /Win32/Debug/quricol32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/quricol32.dll -------------------------------------------------------------------------------- /Win32/Debug/simulador.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/simulador.xml -------------------------------------------------------------------------------- /Win32/Debug/ssleay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/ssleay32.dll -------------------------------------------------------------------------------- /Win32/Debug/uVeriForm.dcu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/uVeriForm.dcu -------------------------------------------------------------------------------- /Win32/Debug/utiles.dcu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/utiles.dcu -------------------------------------------------------------------------------- /Win32/Debug/verifactuForm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/verifactuForm.exe -------------------------------------------------------------------------------- /Win32/Debug/verifactuform.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/Win32/Debug/verifactuform.ini -------------------------------------------------------------------------------- /sistemafacturacion.wsdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/sistemafacturacion.wsdl -------------------------------------------------------------------------------- /uVeriForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/uVeriForm.dfm -------------------------------------------------------------------------------- /uVeriForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/uVeriForm.pas -------------------------------------------------------------------------------- /utiles.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/utiles.pas -------------------------------------------------------------------------------- /verifactu.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/verifactu.ico -------------------------------------------------------------------------------- /verifactuForm.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/verifactuForm.dpr -------------------------------------------------------------------------------- /verifactuForm.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/verifactuForm.dproj -------------------------------------------------------------------------------- /verifactuForm.dproj.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/verifactuForm.dproj.local -------------------------------------------------------------------------------- /verifactuForm.identcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/verifactuForm.identcache -------------------------------------------------------------------------------- /verifactuForm.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/verifactuForm.res -------------------------------------------------------------------------------- /verifactuForm.stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seccion31/verifactu-delphi-demo/HEAD/verifactuForm.stat --------------------------------------------------------------------------------