This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrules.json
22 lines (22 loc) · 3.65 KB
/
rules.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{ "textToMatch": "CAMPFIRE", "description": "37 Signals - Campfire", "vat": "0%", "category": "Computer Software", "shouldHaveAttachment": true, "ecStatus": "UK/Non-EC" },
{ "textToMatch": "GITHUB.COM", "description": "GitHub - Monthly subscription", "vat": "0%", "category": "Computer Software", "shouldHaveAttachment": true, "ecStatus": "UK/Non-EC" },
{ "textToMatch": "LINODE.COM", "description": "Linode - Monthly subscription - Linode 2048", "vat": "0%", "category": "Web Hosting", "shouldHaveAttachment": true, "ecStatus": "UK/Non-EC" },
{ "textToMatch": "Non-Sterling Transaction Fee", "description": "Non Sterling Transaction Fee", "vat": "0%", "category": "Bank/Finance Charges", "shouldHaveAttachment": false, "ecStatus": "UK/Non-EC" },
{ "textToMatch": "PACTCOFFEE", "description": "Pact Coffee London", "vat": "0%", "category": "Sundries", "shouldHaveAttachment": false, "ecStatus": "UK/Non-EC" },
{ "textToMatch": "TOTAL CHARGES TO", "description": "HSBC - Monthly account maintenance fee", "vat": "0%", "category": "Bank/Finance Charges", "shouldHaveAttachment": false, "ecStatus": "UK/Non-EC" },
{ "textToMatch": "SVCSAPPS_G", "description": "Google Apps for Business", "vat": "0%", "category": "Computer Software", "shouldHaveAttachment": true, "ecStatus": "EC Services" },
{ "textToMatch": "SVCSAPPS_g", "description": "Google Apps for Business", "vat": "0%", "category": "Computer Software", "shouldHaveAttachment": true, "ecStatus": "EC Services" },
{ "textToMatch": "GSUITE_gof", "description": "Google Apps for Business", "vat": "0%", "category": "Computer Software", "shouldHaveAttachment": true, "ecStatus": "EC Services" },
{ "textToMatch": "HARMONIA", "description": "Harmonia - Monthly subscription", "vat": "0%", "category": "Computer Software", "shouldHaveAttachment": true, "ecStatus": "UK/Non-EC" },
{ "textToMatch": "SKY DIGITAL", "description": "Sky Digital - Broadband", "vat": "Auto", "category": "Internet & Telephone", "shouldHaveAttachment": true, "ecStatus": "UK/Non-EC" },
{ "textToMatch": "HMRC NDDS", "description": "HMRC - PAYE/NI", "vat": "Auto", "category": "PAYE/NIL", "shouldHaveAttachment": false, "ecStatus": "UK/Non-EC" },
{ "textToMatch": "Amazon Web Service", "description": "Amazon Web Services", "vat": "Amount...", "category": "Web Hosting", "shouldHaveAttachment": true, "ecStatus": "UK/Non-EC" },
{ "textToMatch": "Amazon web service", "description": "Amazon Web Services", "vat": "Amount...", "category": "Web Hosting", "shouldHaveAttachment": true, "ecStatus": "UK/Non-EC" },
{ "textToMatch": "aws.amazon.co", "description": "Amazon Web Services", "vat": "Amount...", "category": "Web Hosting", "shouldHaveAttachment": true, "ecStatus": "UK/Non-EC" },
{ "textToMatch": "TYPEKIT", "description": "Typekit - Yearly subscription for GFR", "vat": "0%", "category": "Computer Software", "shouldHaveAttachment": true, "ecStatus": "UK/Non-EC" },
{ "textToMatch": "RUBYTOGETHER", "description": "Ruby Together - Monthly donation ($2) to Mocha open-source project", "vat": "0%", "category": "Charitable Donations", "shouldHaveAttachment": true, "ecStatus": "UK/Non-EC" },
{ "textToMatch": "HEROKU", "description": "Heroku - Monthly subscription", "vat": "0%", "category": "Web Hosting", "shouldHaveAttachment": true, "ecStatus": "UK/Non-EC" },
{ "textToMatch": "FREEAGENT CENTRAL", "description": "FreeAgent - Annual subscription", "vat": "Auto", "category": "Accountancy Fees", "shouldHaveAttachment": true, "ecStatus": "UK/Non-EC" },
{ "textToMatch": "GOCARDLESS LTD//OTHER/£15.00", "description": "Solid Fund - Monthly contribution", "vat": "0%", "category": "Solid Fund contribution", "shouldHaveAttachment": false, "ecStatus": "UK/Non-EC" }
]