Monday, October 21, 2024
2 changes · saas-17.2
Enhancements to existing features
Users now see one consolidated warning when invoice lines or products have missing or invalid HSN codes, instead of repeated alerts. This makes E-waybill creation smoother and easier to correct, including for service products and inventory flows.
Original PR description
Before this PR: - If the HSN code was missing or invalid in multiple lines, an alert message was displayed multiple times with the product label. Additionally, the HSN warning wasn't displayed for service-type products in invoices. - In the inventory module, HSN validation occurred twice when creating an E-waybill. After this PR: - The alert message is displayed only once. A single button allows the user to list view of invoice lines with invalid or empty HSN codes and an HSN warning will be displayed for all types of products in invoices. - HSN validation will occur only once during the final generation of the E-waybill in inventory, with the error message showing only once for all invalid or empty HSN products. A single button redirects to the list view of all those products. **task**-3660731
The email-based two-factor authentication enforcement module is now installed automatically for this version. This prepares systems for stronger login protection, while the actual enforcement setting remains inactive for now.
Original PR description
The module is installed but the config parameter is not activated (yet) Master plan: - saas-17.2 : auth_totp_mail_enforced install by default (#169621) - master: auth_totp_mail_enforced merged into auth_totp_mail + activated by default for everybody (#169608)