Current section
Files
Jump to
Current section
Files
lib/sat.ex
defmodule SAT do
@moduledoc """
Documentation for `SAT` (Servicio de Administración Tributaria) for Mexico.
Overview
Transforming a CFDI (Comprobante Fiscal Digital por Internet) invoice from XML format to a `map` struct.
Also we are capable for generating a report for withholding ISR (Impuesto Sobre la Renta) taxes via `SAT.Report.ISR`.
"""
end