Skip to content

Version 1.1.1

Latest
Compare
Choose a tag to compare
@sonoh5n sonoh5n released this 13 Feb 04:05
33994c4

What's Changed

Changes

  • #109
    • Implement the ability to add and modify log levels in get_logger()
  • #120
  • #122 Translate Japanese comments to English in invoicefile.py
    • The pull request translates the remaining Japanese comments in the code to English, ensuring consistency and clarity for all users.
  • #131
    • The help message should state that the m option takes either "file" or "folder" as a string.
  • #132
    • Added functionality to the Excelinvoice generation process(python3 -m rdetoolkit make_excelinvoice) to include a sheet containing generalTerm and specificTerm information.
    • The sheet will be populated exclusively with items defined in invoice.shcema.json. It's important to none that all defined imtes are not necessarily mandatory.
  • #134
    • Add a feature to record the rdetoolkit version used during Excelinvoice generation.
  • #135
    • Implemented a new feature that verifies whether the file path specified via -o commandline argument ends with _excel_invoice.xlsx.

Other Changes

  • Fix broken links in documentations by @sonoh5n in #121
  • docs: #123 fixed the links on documents by @sonoh5n in #124
  • Fix broken links in documentation and update deployment procedures by @sonoh5n in #125
  • Fix broken links in documentation by @sonoh5n in #126
  • Fix broken links in documentation and add core libs section by @sonoh5n in #127
  • Fix broken links in validation documentation by @sonoh5n in #128
  • develop/122 Translate Japanese comments to English in invoicefile.py by @sonoh5n in #129
  • Develop/109: allow settings the log level in get_loglevel by @sonoh5n in #133
  • Fixed bugs in the Excelinvoice generation feature by @sonoh5n in #136
  • Develop/120: Updated the docstring for invoicefile.read_excelinvoice by @sonoh5n in #138
  • Develop/v1.1.1: Bug fixes and enhancements for Excelinvoice generation by @sonoh5n in #137

Full Changelog: v1.1.0...v1.1.1