What's Changed
Changes
- #109
- Implement the ability to add and modify log levels in
get_logger()
- Implement the ability to add and modify log levels in
- #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 containinggeneralTerm
andspecificTerm
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.
- Added functionality to the Excelinvoice generation process(
- #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
.
- Implemented a new feature that verifies whether the file path specified via
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