diff --git a/AccountingIntegration.odt b/AccountingIntegration.odt
deleted file mode 100644
index 8dbef39..0000000
Binary files a/AccountingIntegration.odt and /dev/null differ
diff --git a/AccountingIntegration.pdf b/AccountingIntegration.pdf
deleted file mode 100644
index e0f2ba2..0000000
Binary files a/AccountingIntegration.pdf and /dev/null differ
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62eeb25..812011c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,11 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
+### Added
+
- New component added to export orders in CSV format. Allows users to download orders.
## [1.3.1] - 2022-10-08
-## Fixed
+### Fixed
- Bug [#7](https://gitlab.com/pitmutt/zgo/-/issues/7) for saving a viewing key.
diff --git a/CurrencyCodes.ods b/CurrencyCodes.ods
deleted file mode 100644
index f01dba3..0000000
Binary files a/CurrencyCodes.ods and /dev/null differ
diff --git a/XeroIntegration.odt b/XeroIntegration.odt
deleted file mode 100644
index c4bf909..0000000
Binary files a/XeroIntegration.odt and /dev/null differ
diff --git a/clouds.png b/clouds.png
deleted file mode 100644
index d171e94..0000000
Binary files a/clouds.png and /dev/null differ
diff --git a/img_client.png b/img_client.png
deleted file mode 100644
index 3f6c12d..0000000
Binary files a/img_client.png and /dev/null differ
diff --git a/img_cloud.png b/img_cloud.png
deleted file mode 100644
index ba446f2..0000000
Binary files a/img_cloud.png and /dev/null differ
diff --git a/img_invoice.png b/img_invoice.png
deleted file mode 100644
index 32a6dd3..0000000
Binary files a/img_invoice.png and /dev/null differ
diff --git a/img_mail.png b/img_mail.png
deleted file mode 100644
index 12568a2..0000000
Binary files a/img_mail.png and /dev/null differ
diff --git a/mail_icons.png b/mail_icons.png
deleted file mode 100644
index 15d314a..0000000
Binary files a/mail_icons.png and /dev/null differ
diff --git a/pay_xero_invoice.txt b/pay_xero_invoice.txt
deleted file mode 100644
index 45e3b11..0000000
--- a/pay_xero_invoice.txt
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "Invoice": { "InvoiceID": "96df0dff-43ec-4899-a7d9-e9d63ef12b19" },
- "Account": { "Code": "001" },
- "Date": "2022-08-25",
- "Amount": 32.06
-}
-
-
-{
- "Invoice": { "InvoiceNumber": "INV-0041" },
- "Account": { "Code": "001" },
- "Date": "2022-08-25",
- "Amount": 32.06
-}
-
-
-POST -> https://api.xero.com/api.xro/2.0/Payments
-
-Authorization Bearer ey****
-Xero-Tenant-Id 5ae23193-e4b4-4001-99e9-b98634d6040e
-Accept application/json
-Content-Type application/json
-
-
-Payload
-
-{
- "Payments": [
- {
- "Invoice": {
- "LineItems": [],
- "InvoiceID": "00000000-0000-0000-0000-000000000000"
- },
- "Account": {
- "Code": "970"
- },
- "Date": "2019-03-12",
- "Amount": 1
- }
- ]
-}
\ No newline at end of file
diff --git a/people.png b/people.png
deleted file mode 100644
index 5a33664..0000000
Binary files a/people.png and /dev/null differ
diff --git a/pmtflow.odg b/pmtflow.odg
deleted file mode 100644
index 654475f..0000000
Binary files a/pmtflow.odg and /dev/null differ
diff --git a/src/app/db-export/db-export.component.css b/src/app/db-export/db-export.component.css
index e4f5e91..fa61b0a 100644
--- a/src/app/db-export/db-export.component.css
+++ b/src/app/db-export/db-export.component.css
@@ -8,7 +8,6 @@
padding-bottom: 20px;
font-size: 14px;
font-weight: 700;
- color: indianred;
text-align: center;
}
diff --git a/src/app/db-export/db-export.component.html b/src/app/db-export/db-export.component.html
index 5a1121d..628b19a 100644
--- a/src/app/db-export/db-export.component.html
+++ b/src/app/db-export/db-export.component.html
@@ -30,7 +30,7 @@
You have no orders created.
- Nothig to do
+ Nothing to do.
@@ -45,12 +45,8 @@
Close
-