summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--example_config/config20
1 files changed, 20 insertions, 0 deletions
diff --git a/example_config/config b/example_config/config
new file mode 100644
index 0000000..de82c28
--- /dev/null
+++ b/example_config/config
@@ -0,0 +1,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