Back to templates

Pay in and pay out report template

The column layout to use for a monthly cash movement summary, and the rules that keep the totals honest.

This is the layout Karchu exports and the one to copy if you are building the report by hand. It is deliberately small. A cash movement summary that nobody finishes filling in is worth less than four columns that are always correct.

Sheet one: transactions

ColumnWhat goes in it
DateTransaction date, ISO format so sorting works
Value dateSettlement date where it differs, otherwise blank
DescriptionThe narration as printed, not a cleaned up version
CounterpartyWho paid you or who you paid
DirectionIn or out
GrossThe full amount before any deduction
FeeProcessor or bank fee, positive number
NetGross minus fee
TaxTax amount where stated separately
CurrencyThree letter code
RateConversion rate on foreign currency lines
ReferenceInvoice number, order reference or payout id
TransferYes when this is a movement between your own accounts

Sheet two: monthly summary

ColumnFormula in words
MonthCalendar month
Money inSum of gross where direction is in and transfer is not yes
Money outSum of gross where direction is out and transfer is not yes
FeesSum of fee for the month
TaxSum of tax for the month
Net movementMoney in minus money out

The four rules that keep it honest

  1. Exclude transfers from both totals, and keep the rows so the money is still traceable.
  2. Record gross and fee separately. Never let a fee vanish inside a net figure.
  3. Keep tax out of income, since collected tax was never yours.
  4. Never fill a gap. A missing month should look missing, not quiet.

Filling it automatically

Karchu produces exactly this shape from uploaded documents and exports it as CSV. See pay in and pay out analysis for the report itself, and the business document analyzer for the document types it is built from. For the reconciliation routine that sits alongside it, see the bank reconciliation guide.