]> git.ipfire.org Git - thirdparty/python-drafthorse.git/history
thirdparty/python-drafthorse.git
2024-12-14  Raphael MichelUpdates for ZUGFeRD 2.3 (some things might be missing...
2024-12-14  Raphael MichelFix typo in filename
2024-11-19  SourceDoctormore configureable document properties (#41)
2024-11-19  Kh3nsuUse https for ferd-net.de (#44)
2024-10-04  Robin GohmertAdded type hints (#36)
2024-10-04  Raphael MichelFix #33 -- Fix order of EffectiveSpecifiedPeriod
2024-10-04  Raphael MichelFix #32 -- Parsing of amount without currency
2024-03-10  Raphael MichelUpdate version to 2.4.0 2.4.0
2024-03-10  Raphael MichelAdd statement to README
2024-03-10  Raphael MichelFix missing imports in README
2024-03-10  Marko LutherAdd xml info to pdf metadata2 (#15)
2024-03-10  Marko LutherAdd SpecifiedLegalOrganization (#28)
2024-03-10  Marko Lutherfixes Issue #20, Issue #22, Issue #26 and Issue #29...
2024-01-19  Marko LutherCorrects the attribute order of ApplicableTradeTax...
2024-01-19  Marko LutherFix country_subdivision field (#25)
2023-09-04  Marko LutherFixes some typos (Issue #10) (#11)
2023-06-15  Raphael MichelFix #9 -- Encoding of Subtype with pypdf
2023-06-15  Marius CrisanUpdate ZUGFeRD XML generation (#8)
2023-05-02  cmcprojectUpgrade pypdf lib and fix generation issues (#6)
2023-02-01  Raphael MichelBump to 2.2.1 2.2.1
2023-02-01  Raphael MichelFix PyPDF2 deprecation errors
2022-08-05  Raphael MichelUpdate GitLab CI script
2022-08-05  Raphael MichelBump to 2.2.0 2.2.0
2022-08-05  Raphael MichelMerge pull request #5 from pretix/2
2022-08-03  Raphael MichelRun black 2 5/head
2022-08-03  Raphael MichelAdd GitHub Actions
2022-08-03  Raphael MichelRun black and isort
2022-08-03  Raphael MichelIncorporate more data model changes
2022-08-03  Raphael MichelFix PDF embedding
2022-08-03  Raphael MichelAdd instructions on how to validate with Mustang
2022-08-03  Raphael MichelMake samples in README work
2022-08-03  Raphael MichelAdjust for new PyPDF version
2022-08-03  Raphael MichelDeclare internal attributes as internal and prevent...
2022-08-03  Raphael MichelFix imports
2022-08-03  Raphael MichelRemove unused imports
2022-08-03  Raphael MichelFix incorrect import in tests
2022-08-03  Raphael MichelFix usage of CurrencyField vs DecimalField
2022-07-19  Ben DangelmayrUpdated xmp files to zugferd2.2 requirements
2022-07-19  Ben DangelmayrField correction and updated pdf.py to zugferd2.2
2022-07-05  Ben DangelmayrCorrected field properties
2022-06-03  Ben DangelmayrAdded minimum and basic-wl schema,tests completing
2022-06-03  Ben DangelmayrAll tests passing for zugferd2.2, code style
2022-05-31  Raphael MichelKeep empty fields in parse/generate roundtrip
2022-05-31  Ben DangelmayrAdded new fields, added XRECHNUNG samples
2022-05-18  Raphael MichelAdd diff output to test_roundtip
2022-05-18  Raphael MichelAllow to disable validation
2022-05-18  Ben Dangelmayrzugferd v2.2 partial update
2020-11-30  Raphael MichelFix more tests
2020-11-30  Raphael Michelbasic passing
2020-11-30  Raphael MichelClose to first tests passing
2020-11-30  Raphael MichelValidate against new schema
2020-11-30  Raphael MichelCommit non working tests
2020-11-30  Raphael MichelFirst version 2 changes
2018-12-12  Raphael MichelMore linting issues
2018-12-12  Raphael MichelFix code style issues
2018-12-12  Raphael MichelBump version to 1.1.1 1.1.1
2018-12-12  Raphael MichelFix validation errors in for PDF/A-3
2018-11-06  Raphael MichelBump version 1.1.0
2018-11-05  Raphael MichelChange differences to other ZUGFerd files
2018-11-02  Raphael MichelAdd schema
2018-11-02  Raphael MichelBump version
2018-11-02  Raphael MichelReturn a proper bytestring
2018-10-30  Raphael MichelMerge pull request #1 from olf42/master
2018-10-30  olffix: url in setup.py 1/head
2018-10-30  Raphael MichelAdd credits
2018-10-30  Raphael Michelisort fixes
2018-10-28  Raphael MichelStyle fixes
2018-10-27  Raphael MichelBump version number 1.0.0
2018-10-27  Raphael MichelAdd PDF generation
2018-10-25  Raphael MichelFix missing UTF-8 header
2018-10-25  Raphael MichelFix bugs in generation
2018-10-25  Raphael MichelFix flake8 warning
2018-10-25  Raphael Michelsetup.py: include_package_data
2018-10-25  Raphael MichelFix missing setter
2018-10-16  Raphael MichelAdd Manifest
2018-10-16  Raphael MichelBuild lives on travis.com, not org
2018-10-16  Raphael MichelFix typos
2018-10-16  Raphael MichelAdd a README
2018-10-16  Raphael MichelFix name in setup.py
2018-10-16  Raphael MichelFix import in setup.py
2018-10-16  Raphael MichelInstall dependencies on Travis
2018-10-16  Raphael MichelCompat for Python 3.5
2018-10-16  Raphael MichelEnsure object order on Python 3.5
2018-10-16  Raphael MichelFix style errors
2018-10-15  Raphael MichelMake all official samples pass
2018-10-15  Raphael MichelFix style errors
2018-10-15  Raphael MichelSImple roundtrip test
2018-10-15  Raphael MichelAdd simple parser
2018-10-15  Raphael MichelMake demo.py pass validation
2018-10-15  Raphael MichelFix lint errors
2018-10-15  Raphael MichelFix wrong namespaces
2018-10-15  Raphael MichelResolve TODOs
2018-10-15  Raphael MichelAdd all models
2018-10-14  Raphael MichelConstruct schema by sample
2018-10-11  Raphael MichelInitial commit