Skip to content
New issue

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 imixs-view-details for the search view #608

Open
rsoika opened this issue Sep 18, 2024 · 0 comments
Open

Introduce imixs-view-details for the search view #608

rsoika opened this issue Sep 18, 2024 · 0 comments

Comments

@rsoika
Copy link
Member

rsoika commented Sep 18, 2024

Introduce a new layout to display imixs-view-details for the search view

grafik

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>
rsoika added a commit that referenced this issue Sep 18, 2024
Issue #608
rsoika added a commit that referenced this issue Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant