diff --git a/AccountingIntegration.odt b/AccountingIntegration.odt new file mode 100644 index 0000000..8dbef39 Binary files /dev/null and b/AccountingIntegration.odt differ diff --git a/AccountingIntegration.pdf b/AccountingIntegration.pdf new file mode 100644 index 0000000..e0f2ba2 Binary files /dev/null and b/AccountingIntegration.pdf differ diff --git a/CHANGELOG.md b/CHANGELOG.md index 99642c0..fd819b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +- First testing version of pmtservice for Xero accounting is running + ### Added - Added new service for Xero integration diff --git a/CurrencyCodes.ods b/CurrencyCodes.ods new file mode 100644 index 0000000..f01dba3 Binary files /dev/null and b/CurrencyCodes.ods differ diff --git a/src/app/pmtservice/pmtservice.component.css b/src/app/pmtservice/pmtservice.component.css index e69de29..f018ed3 100644 --- a/src/app/pmtservice/pmtservice.component.css +++ b/src/app/pmtservice/pmtservice.component.css @@ -0,0 +1,24 @@ +.invoice { + font-family: Roboto Mono !important; +} + +.zecSign { + margin-bottom: -4px; + font-size: 18px; + height: 18px; +} + +.invoiceHeader { + display: flex; + font-family: Spartan; + font-weight: 700; + font-size: 26px; + color: white; + justify-content: space-between; + line-height: 40px; + padding: 10px; + vertical-align: center; + max-width: 600px; + background: #ff5722; +} + diff --git a/src/app/pmtservice/pmtservice.component.html b/src/app/pmtservice/pmtservice.component.html index d7bbf3a..9b2cb25 100644 --- a/src/app/pmtservice/pmtservice.component.html +++ b/src/app/pmtservice/pmtservice.component.html @@ -1 +1,163 @@ -
{{ pmtData.ownerId }}
+