forked from mrzool/invoice-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvoice.yaml
88 lines (75 loc) · 1.94 KB
/
invoice.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
---
date: today
invoice-nr: 01
to:
- Max Mustermann
- Katzendorf 125
- A-1446 Someplace
############################### for no rates
# service:
# - description: "Erster Eintrag"
# price: 800.00
# details:
# - "Entwurf, Konzept, Ausführung"
# - description: "Reinzeichnung"
# price: 100.00
# details:
# - "Kundenkontakt, Formalisierung"
# - description: "Rabatt"
# price: -125.00
############################# for rates
# rate-service:
# - description: "Zweite Leistung"
# rate: 50.00
# units: 35
# details:
# - "Details erste Leistung"
# - description: "Zweite Leistung"
# rate: 50.00
# units: 5
# details:
# - Anpassung Warnsymbol Rufzeichen (Farbe, Position)
# - Kalender Einfärbung in Firmenfarben
# - description: "Sonderrabatt"
# rate: -160.00
# units: 1
bible: true
daily-verse: "Halte dich nicht selbst für weise; fürchte den HERRN und weiche vom Bösen!"
verse: "Sprüche 3,7"
versebreak: 5cm
period: 1. September 2020 -- 2. Oktober 2020
closingnote: |
Bezahlung bitte per Überweisung binnen 14 Tagen an folgendes Konto:
**Herbert Binderstein
Kreditinstitut: EINE BANK
IBAN: AT12 1234 1234 2220 0031
BIC: VFKGIEKS**
Herzliche Grüße,
Herbert Binderstein
# personal details
author: Herbert Binderstein
city: Graz
from:
- MY ADRESS 125/3
- 8010 GRAZ
website:
- "[example.com](www.example.com)"
fromand:
- "not-my-mail@example.com"
- "+43123123123442"
###### UST-Angaben
UST-Befreit: true # Hinweis bzgl. Kleinunternehmerregelung
# UST: 20
# UID-NR: ATU99999999 # Alternatively you can add it to the fromlists or to fromand
# Invoice settings
currency: €
commasep: true
language: german
# Typography and layout
seriffont: IBM Plex Mono
sansfont: IBM Plex Sans
monofont: IBM Plex Sans
fontsize: 10pt
geometry: a4paper, left=38mm, right=38mm, top=51mm, bottom=35mm, headsep = 9mm, footskip = 17mm, ignoreall=true,
letterhead: true # To include personalized letterheads
---