Friday, February 12, 2021
5 changes · master
Enhancements to existing features
Indian localization now includes additional account groups used in the Schedule III balance sheet report. This helps businesses produce reports that better match local statutory reporting structures.
Original PR description
Purpose of the task is to add a new account groups for balance sheet schedule3 report in indian localization. So in this commit, Added a new account groups for balance sheet schedule3 report in indian localization. Links PR #65797 TaskID: 2381149
The employee PIN tooltip wording was updated to be easier to understand. This helps users better know what the PIN field is for when managing employee records.
Original PR description
PIN tooltip clarification
The electronic signature template screen now shows a clearer tooltip, helping users better understand the related action or information. This small wording improvement reduces confusion during document setup and signing workflows.
The referral link sharing screen now gives the copy widget more room. This makes it easier for users to view and copy referral links without the field feeling cramped.
Web Studio now blocks custom field names that contain double underscores and avoids creating them automatically when users start a name with an underscore. This helps prevent invalid or problematic field names before they can affect configuration or data model setup.
Original PR description
Purpose do not allow to generate field names with double underscores Specification Prevent double underscores in custom field names (leading or non-leading) e.g. if field name contains any double underscore, it raises an error field name with starting underscore will not generate field names with double underscores automatically. e.g. if the input is '_label', the field should not renamed to 'x_studio__label' but to 'x_studio_label'. task - 2060257