<!-- Release notes generated using configuration in .github/release.yml at v1.1.1 -->
What's Changed
Changes
<!--Describe the implementation details and changes made-->
- 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 https://github.com/nims-dpfc/rdetoolkit/pull/121
* docs: 123 fixed the links on documents by sonoh5n in https://github.com/nims-dpfc/rdetoolkit/pull/124
* Fix broken links in documentation and update deployment procedures by sonoh5n in https://github.com/nims-dpfc/rdetoolkit/pull/125
* Fix broken links in documentation by sonoh5n in https://github.com/nims-dpfc/rdetoolkit/pull/126
* Fix broken links in documentation and add core libs section by sonoh5n in https://github.com/nims-dpfc/rdetoolkit/pull/127
* Fix broken links in validation documentation by sonoh5n in https://github.com/nims-dpfc/rdetoolkit/pull/128
* develop/122 Translate Japanese comments to English in invoicefile.py by sonoh5n in https://github.com/nims-dpfc/rdetoolkit/pull/129
* Develop/109: allow settings the log level in get_loglevel by sonoh5n in https://github.com/nims-dpfc/rdetoolkit/pull/133
* Fixed bugs in the Excelinvoice generation feature by sonoh5n in https://github.com/nims-dpfc/rdetoolkit/pull/136
* Develop/120: Updated the docstring for `invoicefile.read_excelinvoice` by sonoh5n in https://github.com/nims-dpfc/rdetoolkit/pull/138
* Develop/v1.1.1: Bug fixes and enhancements for Excelinvoice generation by sonoh5n in https://github.com/nims-dpfc/rdetoolkit/pull/137
**Full Changelog**: https://github.com/nims-dpfc/rdetoolkit/compare/v1.1.0...v1.1.1