Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.1 KB

File metadata and controls

37 lines (25 loc) · 1.1 KB

Description

Brief summary of the change and its motivation.

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • CFDI version support (new complement, addenda, or catalog update)
  • PAC integration (new or updated provider)
  • Documentation update

CFDI / SAT impact

  • Affected CFDI versions: (e.g., 4.0, 3.3, Retenciones 2.0)
  • Affected complements: (e.g., Nomina, Pagos, TimbreFiscalDigital)
  • SAT catalog changes: Yes / No

How has this been tested?

  • pytest tests/ passes locally
  • Tested with sample XML files
  • Verified PDF/HTML rendering output

Python version(s) tested: (e.g., 3.11, 3.13)

Checklist

  • I have performed a self-review of my code
  • XML output matches SAT schema requirements (if applicable)
  • New and existing tests pass locally
  • I have updated documentation (if applicable)