PowerBlocks
LibraryExpense App — 1. Home
PROexpenses

Expense App — 1. Home

Screen 1 of 4 of the Expense Reports mini-app: monthly total, pending and approved KPIs plus quick actions to submit or browse. Paste the four screens, wire four Navigate calls, and you have a working expense app on demo data — then bind colExpenses to your source.

Pro component

Subscribe to access this component and the full library.

View plans

Expenses

Total this month

480.40 €

Pending

1

Approved

2

+ New expenseView all

Mini-app · screen 1 of 4

MINI-APP SUITE

Expense Reports mini-app

The 4 screens share the colExpenses collection — paste them all, wire the Navigate calls, and the app works end-to-end.

YAML source

Preview — full code with PRO
# Expense App 1/4 — Home — PowerBlocks (PRO mini-app)
# KPIs + quick actions. Paste each of the 4 screens on its own blank screen,
# then wire the TODO Navigate() calls. Screens share the colExpenses collection
# (created by the List / New / Approval screens); the KPIs below start from an
# inline demo table — swap _e for colExpenses or your data source when wired.

- ExpenseHome:
    Control: GroupContainer
    Variant: ManualLayout
    Properties:
      X: =0
      Y: =0
      Width: =Parent.Width
      Height: =Parent.Height
# … full component definition unlocked with PRO

This is a partial preview. Unlock the full component →

More screens