blob: de82c2804f036dc6719b793544fd72b7e7ac114a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[invoice]
id_format = "%%d/%%d/%%d/%%04d" %% (series, date.year, (int(date.month/3) + (date.month %% 3>0)), id)
templatedir = ~/projects/ElenQ/fracture-py/templates/
currency = €
currency_decimal = 2
[series]
1 = Telecom
2 = Teaching
3 = Publishing
4 = Correction
[taxes]
IRPF = -0.15
[vat]
general = 0.21
reducido = 0.10
superreducido = 0.04
exento = 0.00
|