-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.yaml
47 lines (32 loc) · 1.35 KB
/
config.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
#############################################################################
### GnuCash accounts source #################################################
#############################################################################
accounts:
# Filename of GnuCash accounts
# This file is in GnuCash XML format, and needs the gnucash module to read it
# kind: gnucash
# file: example.gnucash
# Sqlite format, and needs the piecash module.
kind: piecash
file: example2.gnucash
# CSV input
kind: csv
file: example3.csv
report: //import report/ch/unaudited-micro.yaml
#report: //import report/ch/audited-micro.yaml
#report: //import report/ch/audited-small.yaml
#report: //import report/ch/unaudited-abridged.yaml
#report: //import report/ch/unaudited-full.yaml
#report: //import report/ch/audited-full.yaml
#report: //import report/hmrc/corp-tax.yaml
#pretty-print: true
metadata: //import detail/metadata.yaml
#metadata: //import detail/metadata-revised.yaml
directors-report: //import detail/directors-report.yaml
auditors-report: //import detail/auditors-report.yaml
#auditors-report: //import detail/revised-auditors-report.yaml
accountants-report: //import detail/accountants-report.yaml
revision-info: //import detail/revision-info.yaml
notes: //import detail/notes.yaml
logo: //import detail/logo.yaml
signature: //import detail/signature.yaml