Changelog 10.16
Key | Subject | Description |
---|---|---|
TUK-2723 | The CSV export of the hit list data can contain an URL which opens the object in the client | As a user, I want to download a CSV export of my hit list containing the URLs to the objects so that I can open them later when analyzing this export file. Acceptance criteria:
|
TUK-4100 | The extraction-service supports e-invoice files of format XRechnung 3.0.1 in the syntax UBL 2.1 configurable | As an administrator, I would like to extract e-invoices of format XRechnung 3.0.1 in the Syntax UBL 2.1 so that I can reuse the mapping for invoices for format ZUGFeRD to object properties and that I can configure the mapping of contained XML keys to the FERD-keys of the extraction file. Acceptance criteria:
<ubl:Invoice>
...
<cac:LegalMonetaryTotal>
...
<cbc:PayableRoundingAmount currencyID="EUR">0.00</cbc:PayableRoundingAmount>
<cbc:PayableAmount currencyID="EUR">1278.06</cbc:PayableAmount>
</cac:LegalMonetaryTotal>
<ubl:Invoice>
extraction:
invoicemappings: 'c:/mappings/custom_invoicemapping.lst'
|
TUK-4525 | It is possible to configure the client only to offer object actions that can export a document file for users with a specific role | As an administrator, I want to configure the client only to offer object actions that can export a document file for users with a specific role to follow the compliance regulations of my company. Acceptance criteria:
|
TUK-4821 | The maintenance of licenses is supported by a web-based user interface | As a license manager, I want to be supported by a graphical user interface to get license information and to create new licenses so that I do not have to use the CLI tool. Acceptance criteria:
|
TUK-5150 | The REST-WS endpoint ../result/query provides the wildcard search for text-based parameters | As a ERM Service programmer, I want the simple search endpoint of the core-service to support a wildcard search so that I can formulate path=/sap/myfolder/* to find such objects. Acceptance criteria:
|
TUK-5577 | The signing-service sends admin-emails with the affected objectId and a URL for opening it in the client | As an administrator, I want to get an admin-email from the signing-service that informs me about the affected object so that I can easily open it and care about it. Acceptance criteria:
|
TUK-5594 | The search form field of type user/group, dynamic list, and auto-complete provides the operators '=' for the current equal search and '≠' for the new not equal search | As a user, I want to search for objects that do not contain the given value for a field of type user/group, dynamic list, and auto-complete. Acceptance criteria:
|
TUK-5610 | The client resolves the placeholders {clientlocale} and {schemalocale} configured in the auto-complete URL | As an administrator, I want to use the application and schema language placeholder to configure the auto-complete URL more easily. Acceptance criteria:
|
TUK-5709 | The REST-WS API endpoint ../dms/{id}/children can be requested with nullvalues=true to get such properties in the answer too | As a programmer, I want to request the REST-WS endpoint ../dms/{id}/children with nullvalues=true to get such properties in the answer too so I can reuse this result without adding them afterward. Acceptance criteria:
|
TUK-5711 | The search-service API can be requested to return the technical catalog entry id or data | As a programmer, I want the search-service to return also the technical name (data) or the id of a catalog property so that I can use this in another REST-WS request. Acceptance criteria:
|
TUK-5785 | The core-service setup asks whether to send anonymous metrics | As an administrator, I want to configure the core-service whether metrics should be sent during the setup so that I do not have to configure this later via management-studio.
|
TUK-5873 | It is possible to activate the used context path for a specific gateway | As an administrator, I want to activate the used context path for specific gateways so that services not supporting the context path can use a gateway without the activated context path. Acceptance criteria:
|
TUK-5897 | The context path handling in the gateway-service and the client-service is simplified | As an administrator, I want to configure a different context path for each gateway supporting services running in various environments. Acceptance criteria:
The default is 'false'. |
TUK-5900 | The extraction-service supports e-invoices based on the new ZUGFeRD version 2.3 | As an administrator, I want the extraction-service to handle e-invoices of format ZUGFeRD version 2.3 too. Acceptance criteria:
|
TUK-5976 | The extraction response contains ZUGFeRD, Factur-X, and XRechnung invoice line items | As an administrator, I want to configure the mapping of the line items of an e-invoice of the formats ZUGFeRD, Factur-X, and XRechnung, so that the corresponding values are taken over to the table of the object type. Acceptance criteria:
Extraction attributeTypeDescriptionFERD:LineItem.ID[1]IntegerLine numberFERD:LineItem.Name[1]StringName of the productFERD:LineItem.Ident[1]StringIdentification code in the seller systemFERD:LineItem.Description[1]StringDetailed description of the productFERD:LineItem.NetPrice[1]DecimalNet price of the line itemFERD:LineItem.NetPriceSingle[1]DecimalNetPrice of the single productFERD:LineItem.Quantity[1]DecimalCount of piecesFERD:LineItem.UnitCode[1]StringCode of type of pieceFERD:LineItem.TaxRate[1]DecimalTax rate in percent
|
TUK-6015 | Extracted e-invoice line item data can be mapped to object table data | As an administrator, I want to automatically map the extracted line item data to an object table if an e-invoice file is saved for an object so that users don't have to enter data manually. Acceptance criteria:
Extraction attributeTypeDescriptionFERD:LineItem.ID[1]IntegerLine numberFERD:LineItem.Name[1]StringName of the productFERD:LineItem.Ident[1]StringIdentification code in the seller systemFERD:LineItem.Description[1]StringDetailed description of the productFERD:LineItem.NetPrice[1]DecimalNet price of the line itemFERD:LineItem.NetPriceSingle[1]DecimalNetPrice of the single productFERD:LineItem.Quantity[1]DecimalCount of piecesFERD:LineItem.UnitCode[1]StringCode of type of pieceFERD:LineItem.TaxRate[1]DecimalTax rate in percent The extraction attribute has to be used with the bracket part in the 'Alias' of the object property in the designer. |
TUK-6018 | The structure-service supports conditions for table columns | As an administrator, I want to configure conditions for tables to find specific objects. Acceptance criteria:
|