Skip to content
Recued
Menu
← Back to recipes

Wave business operations digest

by recued-core v1

Read-only daily Wave Accounting cockpit for a one-person company. It reads one business, overdue/unpaid/partial invoices, customers, products/services, payment accounts, and sales taxes through recued-core.wave, then surfaces invoice pressure and setup gaps without creating invoices, sending emails, recording payments, mutating accounts, changing taxes, or calling arbitrary GraphQL.

How it works 33 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (33 steps)
business ?
overdue_raw ?
unpaid_raw ?
partial_raw ?
customers_raw ?
products_raw ?
payment_accounts_raw ?
sales_taxes_raw ?
overdue default
Apply default
unpaid default
Apply default
partial default
Apply default
customers default
Apply default
products default
Apply default
payment_accounts default
Apply default
sales_taxes default
Apply default
overdue_count count
Count items in overdue
unpaid_count count
Count items in unpaid
partial_count count
Count items in partial
customer_count count
Count items in customers
product_count count
Count items in products
payment_account_count count
Count items in payment accounts
sales_tax_count count
Count items in sales taxes
overdue_rows slice
Take a subset of
unpaid_rows slice
Take a subset of
product_rows slice
Take a subset of
has_collection_rows any
Check if any of the conditions are true
notify_enabled compare
Check if setting notify when items equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
summary to_summary
Format results as a summary card
overdue_table to_table
Format results as a data table
unpaid_table to_table
Format results as a data table
product_table to_table
Format results as a data table
Settings 6 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

wave setting =
channels setting =
page size setting = 25
row limit setting = 10
business id setting =
notify when items setting = false

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Wave connectionSend notifications
Declared by the recipe — Recued grants these at install, where you review them before approving.

Data it touches

Warehousedata.business

About

Tags

wave waveaccountinginvoicingcashflowbookkeepingdaily-digestpack:wave

Details

33 steps 6 configurable settings recipe_id: wave-business-operations-digest