-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault.conf
More file actions
38 lines (30 loc) · 793 Bytes
/
default.conf
File metadata and controls
38 lines (30 loc) · 793 Bytes
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
[General]
# logo or none, the logo will be put at the top
logo: imgs/wadobo.png
# Your company legal information
address: No es magia es Wadobo S.L.L.
CIF: B90032236
C/Arqueros nº 4, Local
41011, Sevilla, España
# this will be added to the invoice at the bottom
payment: Forma de pago: Transferencia bancaria
Número de cuenta corriente: XXXX XXXX XX XXXXXXXXXX
Entidad: Bank
# now or a date string like 'April 3th 2013'
date: now
dateformat: %d de %B de %Y
expiry_date: 30
locale: es_ES.UTF-8
# type can be hours|total
type: hours
# the output lang
lang: es
# the invoice currency
currency: Euro
# the invoice tax percentage or 0
tax: 21
taxname: IVA (21%)
# the invoices reverse_tax percentaje or 0
reverse_tax: 0
reverse_taxname: IRPF (0%)