Skip to main content

Record a supplier bill

Record an incoming supplier invoice (bill) in Shillinq's accounts-payable. Attach the original PDF or UBL document, code each line against the right expense account and VAT rate, route it through the configured approval chain, and schedule the payment.

Goal

By the end the bill will be in Shillinq with status Approved, posted to the general ledger, and queued for payment on its due date — with the original document attached for the fiscal seven-year retention (Fiscale bewaarplicht, AWR art. 52).

Prerequisites

  • Shillinq open and the OpenRegister back end connected (see Open Shillinq for the first time).
  • The right to enter bills — bookkeeping role on the Shillinq instance.
  • The supplier record exists, the chart of accounts has the right expense accounts, and the approval chain for the bill's amount band is configured (see Configure supplier approval chains).
  • The supplier's invoice — either as a PDF, or as a UBL/Peppol e-invoice received via the Peppol inbox.

Steps

  1. Open Purchases → Bills from the Shillinq navigation and click New bill. The bill form opens.

    New bill form

  2. Drop the supplier's PDF onto the form (or pick the UBL document from the Peppol inbox). Shillinq's document-capture reads the supplier KvK / BTW number, the invoice number, the total, the due date — what it could detect from the document is pre-filled; you confirm or correct.

    PDF dropped, header pre-filled

  3. Code the lines. For each line, set the description, amount, VAT rate, and pick the expense account. Shillinq tracks the VAT recoverable per rate, splits it into the right VAT-return box, and posts the line to the ledger.

    Bill lines coded

  4. Save the bill. It enters the approval chain that matches its total band (see Configure supplier approval chains). The approver(s) review the bill, approve, or send it back with comments. Each approval step is logged on the bill's audit trail.

    Bill awaiting approval

  5. Once approved, the bill is posted to the ledger — Expense account(s) debited, VAT recoverable debited per rate, Trade payables credited. Schedule the payment via SEPA (ISO 20022 pain.001) on the due date; the payment run picks the bill up automatically.

    Approved bill posted and queued for payment

Verification

The bill shows in Purchases → Bills with status Approved, the original document attached, the audit trail naming each approver, the general ledger reflecting the posting, and the payment scheduled for the due date. The supplier's AP balance includes the bill total.

Common issues

SymptomFix
Document capture didn't pre-fill anythingThe PDF is a scan without an OCR layer, or it's a non-NLCIUS UBL — fill the fields manually. The original document still attaches for retention.
Bill stuck "awaiting approval" foreverThe approval chain references an approver who no longer exists, or whose email bounces — see Configure supplier approval chains.
VAT recoverable amount is split wrongThe line's VAT rate doesn't match the supplier's invoice — re-pick the rate; Shillinq re-allocates.
Same bill posted twiceShillinq's duplicate-detection compares supplier KvK + invoice number + date; if a duplicate slipped through, void one of the two and reconcile.
Payment didn't get picked up by the SEPA runThe bill isn't on Approved status, or the supplier has no IBAN — fix and re-queue.
Screenshots may be missingApp not yet installed in the test environment; rerun npm run test:e2e:docs once it is.

Reference