This example app shows artists and their artworks, grouped by collection.
The code shows how to create a printable record layout. It features:
-
Many records shown on the same page.
-
Records printed alongside their linked records.
-
Content areas that resize dynamically to the amount of content in a field.
-
A button to print the layout.
-
The use of
CellRenderer
to display rich base content with very little code. -
Styling that changes, based on the base content.
-
Create a new base using the Art Gallery Management template.
-
Create a new app in your new base (see Create a new app), selecting "Print records" as your template.
-
From the root of your new app, run
block run
.