Tuesday, December 3, 2024
2 changes · 17.0
Enhancements to existing features
This update activates previously unavailable taxes for the Congo localization and adjusts several SYSCOHADA account classifications. These changes help companies using these accounting localizations keep their tax and account setup aligned with expected reporting needs.
Original PR description
For `l10n_cg`, some taxes are unarchived. For `l10n_syscohada`, the type of some accounts is changed from Equity to Current liabilities or Current Asset. A missing account is also added. task-3848455
The IoT Box now manages Wi-Fi connections through a Python-based approach instead of several hard-to-maintain scripts. This should make Wi-Fi setup and maintenance more reliable for point-of-sale hardware deployments.
Original PR description
The IoT Box used multiple hardly maintainable Bash scripts to connect to Wi-Fi. This commit brings a `wifi.py` file including all the methods needed to abstract the use of `nmcli` (`NetworkManager` CLI) to easily manage Wi-Fi configuration directly from python. Task: 4166329