ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
ConnectorPlus for Xero
2
3
Brings all of your data into your own data warehouse. This example is using Google BigQuery. It has a direct integration into GoogleSheets
4
5
6
The three sheets are source tables from your warehouse. They have been modified to bring in the Tracking Category which has been rename finance_name
7
8
FCT_XERO_BANKING
9
10
FCT_XERO_INVOICES
11
12
FCT_XERO_JOURNALS
13
14
15
16
17
You can build your own "live" report. Rather than having to download from Xero each time.
18
19
You can access the resource document for ConnectorPlus for Xero here
20
https://docs.google.com/spreadsheets/d/1VV-IXXHOQJv_koVLOTRv2cBkNmkYPph3semT-PRb5Rs/edit?usp=sharing
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100