Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@

The `postedOn` field is not populated when reading journal entries from Exact Online. This information is not available from the Exact API.

## Accounts (Exact UK)

Check warning on line 35 in docs/integrations/accounting/exact-online/exact-online-integration-reference.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [Google.Parens] Use parentheses judiciously. Raw Output: {"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "docs/integrations/accounting/exact-online/exact-online-integration-reference.md", "range": {"start": {"line": 35, "column": 13}}}, "severity": "INFO"}

Check warning on line 35 in docs/integrations/accounting/exact-online/exact-online-integration-reference.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [Google.Headings] 'Accounts (Exact UK)' should use sentence-style capitalization. Raw Output: {"message": "[Google.Headings] 'Accounts (Exact UK)' should use sentence-style capitalization.", "location": {"path": "docs/integrations/accounting/exact-online/exact-online-integration-reference.md", "range": {"start": {"line": 35, "column": 4}}}, "severity": "INFO"}

When reading Accounts, the `description` and `name` fields return the same value (the account name).

Check warning on line 37 in docs/integrations/accounting/exact-online/exact-online-integration-reference.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [Google.WordList] Use 'username' instead of 'account name'. Raw Output: {"message": "[Google.WordList] Use 'username' instead of 'account name'.", "location": {"path": "docs/integrations/accounting/exact-online/exact-online-integration-reference.md", "range": {"start": {"line": 37, "column": 87}}}, "severity": "WARNING"}

Check warning on line 37 in docs/integrations/accounting/exact-online/exact-online-integration-reference.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [Google.Parens] Use parentheses judiciously. Raw Output: {"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "docs/integrations/accounting/exact-online/exact-online-integration-reference.md", "range": {"start": {"line": 37, "column": 82}}}, "severity": "INFO"}

## Invoices (Exact UK)

Check warning on line 39 in docs/integrations/accounting/exact-online/exact-online-integration-reference.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [Google.Parens] Use parentheses judiciously. Raw Output: {"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "docs/integrations/accounting/exact-online/exact-online-integration-reference.md", "range": {"start": {"line": 39, "column": 13}}}, "severity": "INFO"}

Check warning on line 39 in docs/integrations/accounting/exact-online/exact-online-integration-reference.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [Google.Headings] 'Invoices (Exact UK)' should use sentence-style capitalization. Raw Output: {"message": "[Google.Headings] 'Invoices (Exact UK)' should use sentence-style capitalization.", "location": {"path": "docs/integrations/accounting/exact-online/exact-online-integration-reference.md", "range": {"start": {"line": 39, "column": 4}}}, "severity": "INFO"}

When reading Invoices, only the `totalDiscount` amount is returned. The `discountPercentage` field is not available.

Check warning on line 41 in docs/integrations/accounting/exact-online/exact-online-integration-reference.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [Google.Contractions] Use 'isn't' instead of 'is not'. Raw Output: {"message": "[Google.Contractions] Use 'isn't' instead of 'is not'.", "location": {"path": "docs/integrations/accounting/exact-online/exact-online-integration-reference.md", "range": {"start": {"line": 41, "column": 100}}}, "severity": "INFO"}

Check warning on line 41 in docs/integrations/accounting/exact-online/exact-online-integration-reference.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('is returned'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('is returned').", "location": {"path": "docs/integrations/accounting/exact-online/exact-online-integration-reference.md", "range": {"start": {"line": 41, "column": 56}}}, "severity": "INFO"}

## Transfers (Exact UK)

Writing Transfers is only supported for transfers between a bank account and a nominal account of type Balance Sheet.
Loading