Skip to content
Closed
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.DS_Store

# JetBrains generated files
.idea
.idea

.vscode/
28 changes: 28 additions & 0 deletions xero_accounting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28575,6 +28575,24 @@ components:
- BLINPUT3
- BLINPUT3Y23
- BLINPUT3Y24
- SROUTPUT25
- CAPOUTPUT25
- ACC28PLUS25
- ACCUPTO2825
- CIUOUTPUT25
- SHOUTPUT25
- CAPINPUT25
- SRINPUT25
- CIUINPUT25
- BADDEBT25
- ACC28PLUS
- ACCUPTO28
- SHOUTPUT
- OTHEROUTPUT
- IMINPUT
- BADDEBT
- OTHERINPUT
- ZRINPUT
Setup:
externalDocs:
url: 'https://developer.xero.com/documentation/api-guides/conversions'
Expand Down Expand Up @@ -28818,6 +28836,16 @@ components:
- BADDEBTRECOVERY
- USSALESTAX
- BLINPUT3
- SROUTPUT25
- CAPOUTPUT25
- ACC28PLUS25
- ACCUPTO2825
- CIUOUTPUT25
- SHOUTPUT25
- CAPINPUT25
- SRINPUT25
- CIUINPUT25
- BADDEBT25
CanApplyToAssets:
description: Boolean to describe if tax rate can be used for asset accounts i.e. true,false
readOnly: true
Expand Down