We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce a new layout to display imixs-view-details for the search view
It should be possible to model this details in the workflow abstract. So no additional coding is necessary.
Example:
<table class="imixs-view-details"> <tr><th>Abteilung</th><th>Datum</th><th>Summe Zoll EUSt</th><th>Saldo</th></tr> <tr> <td><itemvalue>space.name</itemvalue></td> <td style="text-align: center;"><itemvalue>invoice.date</itemvalue></td> <td style="text-align: right;"><itemvalue>invoice.total.net</itemvalue></td> <td style="text-align: right;"> <itemvalue>invoice.saldo</itemvalue></td> </tr> </table>
The text was updated successfully, but these errors were encountered:
impl
6485e62
Issue #608
patched for version 5.0.3
59cf040
No branches or pull requests
Introduce a new layout to display imixs-view-details for the search view
It should be possible to model this details in the workflow abstract. So no additional coding is necessary.
Example:
The text was updated successfully, but these errors were encountered: