Recued
Menu
← Back to recipes

Jobs

by recued-core v1 17 views

Use “Jobs” in Recued. Shows jobs in a searchable, paged list so you can open any result and continue working with it.

Complete workflow

Fleet Money 27 pinned recipes

Use Fleet Money in Recued to run assigned jobs and worker payments from offer through settlement. Record arrivals, completion, and customer payments; hold earnings for complaints; correct mistakes with a clear history; and let approved fleet managers use the same guided actions.

You are viewing one recipe in this workflow. Installing it opens the complete pack so its other recipes and background automations arrive together.

Jobs
This recipe

Use “Jobs” in Recued. Shows jobs in a searchable, paged list so you can open any result and continue working with it.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1
Capture job reply
Background automation

Use “Capture job reply” in Recued. Reads a worker’s emailed reply to a dispatched job and takes or passes it on their behalf.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Workers” in Recued. Shows workers in a searchable, paged list so you can open any result and continue working with it.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Settlements” in Recued. Shows settlements in a searchable, paged list so you can open any result and continue working with it.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Settlement items” in Recued. Shows settlement items in a searchable, paged list so you can open any result and continue working with it.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1
Show all 27 recipes

Use “Adjustments” in Recued. Shows adjustments in a searchable, paged list so you can open any result and continue working with it.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Show worker” in Recued. Shows the latest details for one worker, along with the actions and related records available from its current state.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Show job” in Recued. Shows the latest details for one job, along with the actions and related records available from its current state.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Show settlement” in Recued. Shows the latest details for one settlement, along with the actions and related records available from its current state.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Show settlement item” in Recued. Shows the latest details for one settlement item, along with the actions and related records available from its current state.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Show adjustment” in Recued. Shows the latest details for one adjustment, along with the actions and related records available from its current state.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Create worker” in Recued. Adds a worker with contact details, the currency they are paid in, a default share, and a hold period.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Edit worker terms” in Recued. Updates a worker’s contact details and defaults for future jobs without changing jobs that already exist.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Create job” in Recued. Creates an offered job for a customer at an agreed price, with or without a worker chosen yet.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Schedule job” in Recued. Sets or changes when a job is due, where it is, and what the work involves.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Assign job” in Recued. Chooses the worker for a job, or moves it to a different worker before the work has started.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Accept job” in Recued. Accepts an offered job after confirming that nobody else has changed it.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Decline job” in Recued. Declines an offered job after confirming that nobody else has changed it.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Cancel job” in Recued. Cancels a job only before customer payment is recorded, and refuses jobs that need a refund or are already settled.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Record job arrival” in Recued. Marks an accepted job as on site and records when the worker arrived for duration tracking.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Complete job” in Recued. Marks a job complete, calculates its duration when arrival was recorded, and adds earnings once payment is known.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Record collection” in Recued. Records whether the runner or worker collected the customer’s payment, then adds earnings when the job is already complete.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Start job hold” in Recued. Starts the complaint hold after completion and payment are recorded, using the worker’s saved hold period.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Correct job money” in Recued. Updates a job’s price, worker share, or collector. If the job was already settled, it also creates a pending adjustment.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Release worker money” in Recued. Combines up to 49 eligible jobs and adjustments into one settlement while preserving every included amount for a clear payment history.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1

Use “Dispatch job” in Recued. Emails the assigned worker what the job is, when and where, and asks them to reply to take it or pass.

pack:fleet-moneyfleetmoneyrecords
by recued-core pinned v1
View pack details, dependencies, and permissions →

Text search is store-side prefix matching (“starts with”), not substring or fuzzy search. Exact-id mode uses the record get operation.

Fleet Money is runner-operated and ledger-settled: a settlement records an obligation, not proof that funds moved. Record views open in the pack app's result stack and are not bookmarkable deep links.

How it works 38 steps

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

Process (38 steps)
customer trim
Trim whitespace from setting customer
has_customer compare
Check if customer has data
worker trim
Trim whitespace from setting worker id
has_worker compare
Check if worker has data
worker_ref ternary
Apply ternary
state trim
Trim whitespace from setting state
has_state compare
Check if state has data
money_state trim
Trim whitespace from setting money state
has_money_state compare
Check if money state has data
settlement trim
Trim whitespace from setting settlement id
has_settlement compare
Check if settlement has data
settlement_ref ternary
Apply ternary
release_due_by trim
Trim whitespace from setting release due by
has_release_due_by compare
Check if release due by has data
arrived_before_ms ternary
Apply ternary
has_arrived_before_ms compare
Check if arrived before ms exists
scheduled_before_ms ternary
Apply ternary
has_scheduled_before_ms compare
Check if scheduled before ms exists
exact_id trim
Trim whitespace from setting exact id
has_exact_id compare
Check if exact id has data
cap clamp
Clamp setting limit between 1 and 200
customer_filter ternary
Apply ternary
assignee_ref_filter ternary
Apply ternary
state_filter ternary
Apply ternary
money_state_filter ternary
Apply ternary
settlement_ref_filter ternary
Apply ternary
release_at_filter ternary
Apply ternary
checkin_at_ms_filter ternary
Apply ternary
scheduled_at_ms_filter ternary
Apply ternary
filters merge
Combine objects together
exact ?
skip: step.has_exact_id equal false
read ?
skip: step.has_exact_id equal true
candidate_rows ternary
Apply ternary
rows filter
Filter by condition
count count
Count items in rows
action_rows map
Extract from each item
table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 11 configurable

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

limit setting = 100
state setting =
cursor setting =
customer setting =
exact id setting =
worker id setting =
money state setting =
settlement id setting =
release due by setting =
arrived before ms setting = 0
scheduled before ms setting = 0

About

Tags

pack:fleet-moneyfleetmoneyrecordslist

Details

38 steps 11 configurable settings recipe_id: list-jobs