Make a status page for a TV or computer screen!

In order to make it possible to have a screen on the wall showing revenues or work orders, we have now made some additions:

First: A Blippa Object can now be rendered in fullscreen mode, covering all of the screen.

Second, A Block can now iterate data from Work Orders, variables and payments:

Third: In order to get every two iterate rows blue, you can add this to the Page Design setting (Labelsadmin-Objects, open the object, Page Design, select “Override Account Page Design for this object.”, scroll down to the CSS section and add this:

tr.even {background-color: #dceef4;}

This will look like this:
Screenshot 2023-05-17 at 09.32.38

This will result in the nice Status screen (data manually hidden with black boxes):

1 Like