Skip to content

Instantly share code, notes, and snippets.

@FDSoftware
Created February 16, 2019 19:49
Show Gist options
  • Save FDSoftware/afe3acc583a9e4e004f178e29d2a6029 to your computer and use it in GitHub Desktop.
Save FDSoftware/afe3acc583a9e4e004f178e29d2a6029 to your computer and use it in GitHub Desktop.
borrrador para nuevo repo
include("./FDS_AFIP.php");
$datos_OUT = array(
'IVA' => {cond_iva},
'cond_venta' => {condicion_venta_idcondicion_venta},
'CUIT' => {cuit},
'subtotal' => {subtotal},
'exento' => {exento},
'saldo' => {saldo}
);
$datos_IN = Get_CAE(datos_OUT);
{cae} = $datos_IN['CAE'];
{vto_cae} = $datos_IN['VTO'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment