From 7247bcfb03710fd574ef52da7152a681134142f3 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Sat, 28 Oct 2023 12:37:15 +0200 Subject: [PATCH] Maxwell's Demon --- README.org | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.org b/README.org index 7642a65..19f2d18 100644 --- a/README.org +++ b/README.org @@ -19,7 +19,7 @@ The template and workflow is build upon [[https://amyfare.ca/files/simple_invoi * Template variables -The source file is text in YAML format. The following variables and their values are substituted into the invoice (note that the ’from’ fields are hardcoded for now) +The source file is text in YAML format. The following variables and their values are substituted into the invoice (note that the ’from’ details are hardcoded for now) | invoice-number | | | invoice-date | | @@ -37,25 +37,23 @@ invoice lines itemizing products or services can be included as part of a =servi | total | line total including any VAT & discounts | | details | (not used) | - The subtotal, taxes and invoice total | invoice-subtotal | | invoice-VAT | | invoice-total | +If required, the invoice can include a line about intra-community supply (for 0% VAT between EU entities) by setting =eu-zero= to =true= or =false= + +| inside-eu | (unused) | +| eu-zero | will add note about “0% VAT” if set to =true= | + payment details (only configured for SEPA bank transfers) | account-name | | IBAN | | BIC | - If required, the invoice can include a line about intra-community supply (for 0% VAT between EU entities) by setting =eu-zero= to =true= or =false= - -| inside-eu | (unused) | -| eu-zero | will add note about “0% VAT” if set to =true= | - - Adjust some of the typography and layout settings | seriffont | e.g. Hoefler Text |