From tripletex
Book Tripletex Bilagsmottak vouchers from invoice/receipt PDFs. Use when the user asks to register, bokføre, Opprett, complete incoming vouchers, or process Bilagsmottak rows for any supplier, SaaS vendor, travel receipt, or other inbox document.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tripletex:tripletex-book-inbox-voucherThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to book incoming Tripletex vouchers after validating the Tripletex fields against the attached PDF/invoice/receipt. The goal is a correctly posted voucher with supplier, invoice fields, cost account, VAT code, payment, and booking setting aligned with the source document and known company rules.
Use this skill to book incoming Tripletex vouchers after validating the Tripletex fields against the attached PDF/invoice/receipt. The goal is a correctly posted voucher with supplier, invoice fields, cost account, VAT code, payment, and booking setting aligned with the source document and known company rules.
Company-, supplier-, and account/VAT-specific facts live in local knowledge/ files referenced by relative path; read knowledge/README.md for source priority before acting.
Opprett, Bokfør nå, and voucher posting as accounting side effects.Bilagsmottak; merge duplicates first when appropriate.knowledge/ files when the learning is supplier-specific, account/VAT-specific, or historical.When opening a voucher, choose the correct supplier/leverandør before filling or judging the remaining fields. Tripletex often remembers settings and previous values from the supplier and may auto-populate or improve:
After selecting the supplier, re-read the voucher fields. Do not rely on the pre-supplier state when deciding what is missing.
The PDF/image attachment is the source of truth. Before every Opprett, compare the Tripletex values against the visible physical attachment, not only the inbox row, email subject, filename, or Tripletex parser result.
Fakturanummer). This must match exactly. If the attachment contains both invoice and receipt references, identify which number should be used in Tripletex or ask the user.If the PDF/image is too unclear to verify invoice number, supplier, currency, or amounts with 100% confidence, stop and ask.
For foreign-currency invoices already paid from a NOK bank account, use the actual bank transaction date and NOK amount for the payment. Do not rely only on Tripletex's calculated NOK amount from the invoice date. When the payment NOK amount differs from the invoice posting NOK amount, Tripletex may automatically post currency gain/loss; verify this after Opprett.
Tripletex may recalculate Beløp NOK when Betalingsdato is changed on a foreign-currency voucher. Set or verify the payment date first, then re-check and, when the field is editable, re-enter the actual bank NOK amount before posting.
If Tripletex blocks posting with Regnskapet er låst for mva-posteringer i perioden, do not change invoice date/bilagsdato or VAT code merely to get past validation. Treat it as a locked-period issue: keep the invoice date and VAT treatment aligned with the attachment and known rules, ask the user to unlock/open the affected VAT period or approve another accountant-backed treatment, then retry.
Use Enkel føring as the default for simple receipts and invoices that can be booked correctly with one cost line, one VAT treatment, and straightforward payment information.
Use Detaljert føring when the attachment, supplier, Tripletex behavior, payment handling, multiple lines, foreign-currency treatment, or a learned supplier-specific rule requires more detailed registration. If it is not clear whether Enkel føring is sufficient, ask before posting.
When a PDF has been downloaded or generated locally and must be added to Tripletex, prefer sending it as an attachment to the correct e-bilag address through the email connector instead of using Tripletex's web Last opp file picker. This is usually more reliable than browser/OS file upload controls and leaves an auditable sent-email message id.
knowledge/companies.md; resolve it there per company. Do not hardcode an address.knowledge/gmail-receipt-sources.md.Bilagsmottak import, then verify the imported row, page count, supplier, invoice number, date, currency, and amounts before booking.Last opp only as a fallback when email/e-bilag delivery is unavailable, the user explicitly asks for web upload, or an immediate in-page upload is materially safer. If web upload creates duplicate rows, verify which row contains the complete PDF and delete only the confirmed duplicate before booking.Enkel føring unless there is a concrete reason to use Detaljert føring.knowledge/accounts-and-vat.md. When VAT treatment is uncertain and the top-menu Assistent offers an in-app accounting help panel, use it as an additional control source before asking the user; record the reusable result in knowledge/accounts-and-vat.md. Close the Assistent panel after use because it overlays the voucher fields needed for final review and booking.Bokfør nå is intentionally set or unset.Opprett only when the workflow is authorized and all checks pass.For each booked voucher, report:
At the end of each workflow:
npx claudepluginhub heintonny/tripletex.skills --plugin tripletexCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.