-
Notifications
You must be signed in to change notification settings - Fork 7
/
config-uksef.yaml
44 lines (31 loc) · 1.26 KB
/
config-uksef.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
#############################################################################
### 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
report: //import report/uksef/uksef.yaml
#pretty-print: true
#metadata: //import metadata.yaml
metadata: //import metadata-uksef.yaml
#metadata: //import metadata-revised.yaml
directors-report: //import directors-report.yaml
auditors-report: //import auditors-report.yaml
#auditors-report: //import revised-auditors-report.yaml
accountants-report: //import accountants-report.yaml
notes: //import notes.yaml