Skip to content

Commit

Permalink
Small Accounting and AU Payroll changes
Browse files Browse the repository at this point in the history
ACCOUNTING
BatchPayment
Remove Max Length from details property as some data returned from API exceeds the previous 18 char limit

AU PAYROLL
EmployeeNumber -change from float to string
TaxDeclaration - make employment basis not required
  • Loading branch information
SidneyAllen committed Sep 18, 2020
1 parent 7ffa697 commit 807832f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion accounting-yaml/xero_accounting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18657,7 +18657,6 @@ components:
Details:
description: (Non-NZ Only) These details are sent to the org’s bank as a reference for the batch payment transaction. They will also show with the batch payment transaction in the bank reconciliation Find & Match screen. Depending on your individual bank, the detail may also show on the bank statement imported into Xero. Maximum field length = 18
type: string
maxLength: 18
Narrative:
description: (UK Only) Only shows on the statement line in Xero. Max length =18
type: string
Expand Down
3 changes: 1 addition & 2 deletions payroll-au-yaml/xero-payroll-au.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3461,7 +3461,6 @@ components:
TaxDeclaration:
required:
- EmployeeID
- EmploymentBasis
properties:
EmployeeID:
description: Address line 1 for employee home address
Expand Down Expand Up @@ -4010,7 +4009,7 @@ components:
example: 2187a42b-639a-45cb-9eed-cd4ae488306a
EmployeeNumber:
description: The memberhsip number assigned to the employee by the super fund.
type: number
type: string
example: 1234
AccountType:
description: See Account Types
Expand Down

0 comments on commit 807832f

Please sign in to comment.