- Created by oguz can, last modified by ANI on Aug 24, 2022
- Translate page
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 11 Next »
To view the release notes, please click on the corresponding links, which will display them in detail.
If you would like to see the complete overview of the release notes, you can use the "print" function of this page. This way you do not have to expand the release notes individually.
Ticket | Category | Dialog | Release Information | Patch |
---|---|---|---|---|
128186 | Portal / GTC Suite | --- | Situation: In the sections "Withholding Taxes", "Tax Questionnaire", "Risk Management" and "Compliance", the button "My Profile" is displayed. Solution: The button is split into "My Data" and "My Settings" in the portal context. This now also applies to the aforementioned areas. | - |
127551 | Company | Tax groups | Situation: The dialogue cannot be opened if one of the tax group members is not existing in the true-up period. Solution: The dialogue can still be displayed. | - |
127455 | Reports | Own reports | Situation: Dialogue "Own Reports" allows GTC customers to directly access database tables and use them for a variety of further evaluations and data processing. Because of security reasons the access to table TUSER and associated tables was forbidden. This restriction was regarded as too far-reaching by several customers. Solution: Own reports may again access every database table. There is one exception, namely table TUSER. The view VUSER must be used instead. | - |
126651 | Company | Summary | Only relevant if the setting SHOW_OCI_AT_SUMMARY=1 is active: Situation: When entering a value in the "Others" dialogue in the block "Other, Prior year adjustments - OCI", the calculated value is doubled in the "Summary" dialogue. Solution: The value is displayed at the correct amount. | - |
126608 | Portal / GTC Suite | Users | Situation: If module Income Taxes is integrated into the Portal Suite, roles and role allocations are maintained in the portal. Nevertheless, dialogue "User" of Income Taxes still presents all role assignments. Instead of role names, however, only their internal IDs are shown. Solution: Data should generally be shown where they are created and maintained. A second (redundant) presentation only invokes synchronisation problems. Role assignments are therefore no longer shown in dialogue "User" of module Income Taxes. In dialogue "My profile" of Income Taxes, however, the user's own roles will be shown, as long as this function is not available within the portal. | - |
126596 | Usability / Performance | Others | Situation: Some features that are now standard features are enabled via customizing flags. Solution: If the necessary flags were not yet activated in the GTC, this is now done automatically with the GTC update. The following features belong to this:
| - |
126415 | Company | Status | Situation: The status page in the single company area cannot be accessed in a summary period. The buttons (e.g. Show activities) are not displayed if the milestone " Current taxes" is in the status " finished" or "checked". Solution: The status page can also be opened in summary periods and the buttons are always displayed. | - |
125772 | Company | B/S Comparison | Situation: If no balance sheet items have been created for a period yet, a system error message occurs each time when saving the balance sheet comparison and when copying the transaction data. Solution: Issue error messages describing the problem. Intercept the system error message. | - |
125227 | Interfaces - Import | MVB - IFRS | Only relevant when using the MVB function: Situation: An import interface has been configured in the MVB dialogue. In this interface, the checkbox for resetting the differences columns in the MVB dialogue is activated. In this case, when the import is performed, all differences in the "Other deferred taxes" tab are reset to 0.00 in all periods and all companies, no matter for which company and which period the import is performed. Solution: Only the differences of the currently selected company are reset to 0.00 in the currently selected period. | - |
125110 | Interfaces - Import | CoA Group | Situation: During import of a balancesheet structure an error occurs, if languages besides "german" and "english" are configured in the interface structue, but the Excel file does not contain values. The log file contains no hint with regard to the column responsible for the error. Solution: Lanuage-dependent values may be empty in Excel. The log file specifies the column responsible for an error. | - |
124613 | Usability | Others | Situation: Output location (CATALINA_HOME/logs) and format of the logging are not freely configurable. Solution: The output location as well as the output format of the logging can be configured via startup parameters of the Tomcat. If no settings are made here, logging takes place in the previous format by default. The default output directory has been changed from CATALINA_HOME/logs to CATALINA_BASE/logs. Further information on configuration can be found in the user guide. | - |
124393 | Interfaces | Others | Situation: The URLs for calling the GTC interfaces have so far started with "<root>/portalapi/...". This does not correspond to the usual convention. Solution: The URL has been changed to "<root>/api/...". This may result in the portal module no longer being able to connect to the Income Taxes module (GTC). Therefore, please check under "Portal/Administration/Module/Income Taxes/Edit" whether the entry "Api URL" already contains the new URL. If this is not the case, please contact your system administrator for further configuration. | - |
124283 | Deferred Taxes | Rollforward LCF | Situation: The proposed values are displayed as 0.00 in the read view of the Rollforward LCF dialog. Solution: During the editing of the dialog Rollforward LCF (period/milestones opened), the proposed values are saved in order to display them later in the read view (period/milestones closed). | - |
124245 | Portal / GTC Suite | Others | Situation: Some user-related data (e.g.: email and phone number) are not transferred from the portal to GTC. As a consequence they cannot be used in error messages with regard to a concurrent page access. Solution: User-related data which are needed in GTC and which are available in the portal are transferred from there to GTC. | - |
118146 | Security | Comments | Situation: Users with auditor rights must not be able to create or view comments. This restriction is not completely implemented in all dialogues. Solution: Users with auditor rights can neither create nor view any comments. Furthermore, the report "Comments" is hidden and cannot be called. | - |
117289 | Security | - | The OAuth2 library has been updated. | - |
115573 | Company | Toolbox | Situation: The proposed value in line 27, corporate tax column is incorrect. Solution: The effect from the local tax column is no longer shown in the proposed value of line 27, corporate tax column. | 1301013 |
114976 | Security | - | The Quartz Library has been updated. | - |
109869 | Security | - | The RestEasy libraries have been updated. | - |
105575 | Security | Others | The json-smart libraries have been updated. | - |
104772 | Interfaces | Period transfer | Situation: With every import with transaction data, the language entries are completely emptied (regardless of the period) and then rewritten. In addition, the language entries in the period transfer belong to the transaction data. If an export is now only carried out with master data, but the selection "Overwrite period" is made on the import page, the language entries are completely deleted during the import, but not rewritten, as they are not available in the export file. Thus, all descriptions that the GTC user can maintain multilingually in the master data are no longer available (e.g. descriptions of balance sheet items and countries). Solution: The language entries are never deleted during the import. By using selection fields, the user has the option to update the language entries contained there based on the export file to be imported or to add language entries that do not yet exist. In addition, the language entries are always exported because they belong to the master data. | - |
Ticket | Category | Dialog | Release Information | Patch |
---|---|---|---|---|
119032 | Interfaces | various | Situation: Authentication and authorization of REST services is not yet homogeneously implemented. REST services can only be called from authenticated and authorized users. Whithin the GTC Suite users are authenticated via access tokens, otherwise Basic Authentication (username/password) is used. For data access the user authorizations are checked. Outside of the GTC Suite the user needs the "RestInterfaces (RestUseAPI)" permission in order to call a REST service. If you are already using REST interfaces, you may need to adjust permissions in the GTC. | - |
124495 | Usability | Others | Situation: Even if the user uses the GTC in the English language, the German user guide is still opened as a direct link from the GTC. Solution: If the user selects a language that is not "German", the English user manual is displayed. | - |
71151 | Usability | Status | Situation: Solution: | - |
- No labels