Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

28 lines (23 loc) · 1.11 KB

New in version UNRELEASED

  • Generate dati_riepilogo with properly set natura (#27)
  • Ignore non-significant digits when computing differences between Decimal fields
  • a38tool diff: return exit code 0 if there are no differences

New in version 0.1.5

  • Added to a38.codec has a basic implementation of interactive editing in a text editor

New in version 0.1.4

  • When a Model instance is required, allow to pass a dict matching the Model fields instead
  • natura_iva is now from 2 to 4 characters long (#18)
  • Added a38.consts module with constants for common enumerations (#18)
  • Added DettaglioLinee.autofill_prezzo_totale
  • Export a38.fattura.$MODEL models as a38.$MODEL
  • Implemented a38tool yaml to export in YAML format
  • Implemented loading from YAML and JSON as if they were XML
  • Implemented a38tool edit to open a fattura in a text editor using YAML or Python formats (#22)
  • Use UTF-8 encoding and include xml declaration when writing XML from a38tool (#19)
  • New module a38.codec, with functions to load and save from/to all supported formats
  • Use defusedxml for parsing if available (#24)