Skip to content
Recued
Menu
← Back to recipes

Daily accounting back office

by recued-core v1

Vendor-agnostic read-only daily money cockpit for a small business on QuickBooks or Xero. Binds the accounting connection through canonical core.acct.* op-steps (invoice / payment / customer search), so the same recipe runs against whichever accounting vendor you connected (the resolver dispatches each op to the bound vendor and projects its raw records to the canonical accounting fields). It surfaces open invoice pressure, what is actually overdue by due date, recent cash-in, and customers missing an email - without creating, voiding, or paying anything. Canonical accounting op-steps are read-only; every money write stays approval-gated in the accounting capability pack.

How it works 24 steps

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

Process (24 steps)
invoices ?
payments ?
customers ?
open_invoices filter
Filter by condition
open_invoices_dated map
Extract due_date from each item
overdue_invoices filter
Filter by condition
open_invoice_count count
Count items in open invoices
overdue_invoice_count count
Count items in overdue invoices
ar_open_total reduce
Reduce with sum
ar_overdue_total reduce
Reduce with sum
recent_payment_total reduce
Reduce with sum
customer_email_gaps filter
Filter by condition
customer_email_gap_count count
Count items in customer email gaps
open_invoices_ranked sort
Sort by
open_invoice_rows slice
Take a subset of
overdue_ranked sort
Sort by
overdue_rows slice
Take a subset of
payment_recent_rows slice
Take a subset of
customer_gap_rows slice
Take a subset of
summary to_summary
Format results as a summary card
overdue_table to_table
Format results as a data table
open_invoice_table to_table
Format results as a data table
payment_table to_table
Format results as a data table
customer_gap_table to_table
Format results as a data table
Settings 2 configurable

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

acct setting =
row limit setting = 20

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.

About

Tags

accountingbookkeepingback-officear-agingcashflowmoneysmb-financeone-person-companycross-vendor

Details

24 steps 2 configurable settings recipe_id: accounting-daily-back-office