You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/finance/CurrentStatementResponse.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
**start_balance** | **BigDecimal** | Looking at the most recent bank statement, this field indicates the balance before the transactions on the statement are applied (note, this is not always populated by the bank in every single instance (~10%)). | [optional]
10
10
**end_balance** | **BigDecimal** | Looking at the most recent bank statement, this field indicates the balance after the transactions on the statement are applied (note, this is not always populated by the bank in every single instance (~10%)). | [optional]
11
11
**imported_date_time_utc** | **DateTime** | Looking at the most recent bank statement, this field indicates when the document was imported into Xero. This date is represented in ISO 8601 format. | [optional]
12
-
**import_source_type** | **String** | Looking at the most recent bank statement, this field indicates the source of the data (direct bank feed, indirect bank feed, file upload, or manual keying). | [optional]
12
+
**import_source_type** | **String** | Looking at the most recent bank statement, this field indicates the source of the data (direct bank feed, file upload, or manual keying). | [optional]
**direct_bank_feed** | **BigDecimal** | Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. | [optional]
8
-
**indirect_bank_feed** | **BigDecimal** | No longer in use. | [optional]
9
8
**file_upload** | **BigDecimal** | Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. | [optional]
10
9
**manual** | **BigDecimal** | Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data. | [optional]
11
10
**direct_bank_feed_pos** | **BigDecimal** | Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. Only positive transactions are included. | [optional]
12
-
**indirect_bank_feed_pos** | **BigDecimal** | No longer in use. | [optional]
13
11
**file_upload_pos** | **BigDecimal** | Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included. | [optional]
14
12
**manual_pos** | **BigDecimal** | Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included. | [optional]
15
13
**direct_bank_feed_neg** | **BigDecimal** | Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. Only negative transactions are included. | [optional]
16
-
**indirect_bank_feed_neg** | **BigDecimal** | No longer in use. | [optional]
17
14
**file_upload_neg** | **BigDecimal** | Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included. | [optional]
18
15
**manual_neg** | **BigDecimal** | Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included. | [optional]
19
16
**other_pos** | **BigDecimal** | Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data. Only positive transactions are included. | [optional]
@@ -26,15 +23,12 @@ Name | Type | Description | Notes
Copy file name to clipboardexpand all lines: docs/finance/index.html
+2-23
Original file line number
Diff line number
Diff line change
@@ -1517,7 +1517,7 @@
1517
1517
},
1518
1518
"importSourceType" : {
1519
1519
"type" : "string",
1520
-
"description" : "Looking at the most recent bank statement, this field indicates the source of the data (direct bank feed, indirect bank feed, file upload, or manual keying)."
1520
+
"description" : "Looking at the most recent bank statement, this field indicates the source of the data (direct bank feed, file upload, or manual keying)."
1521
1521
}
1522
1522
},
1523
1523
"additionalProperties" : false,
@@ -1533,13 +1533,6 @@
1533
1533
"format" : "double",
1534
1534
"x-is-money" : true
1535
1535
},
1536
-
"indirectBankFeed" : {
1537
-
"type" : "number",
1538
-
"description" : "No longer in use.",
1539
-
"format" : "double",
1540
-
"deprecated" : true,
1541
-
"x-is-money" : true
1542
-
},
1543
1536
"fileUpload" : {
1544
1537
"type" : "number",
1545
1538
"description" : "Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data.",
@@ -1558,13 +1551,6 @@
1558
1551
"format" : "double",
1559
1552
"x-is-money" : true
1560
1553
},
1561
-
"indirectBankFeedPos" : {
1562
-
"type" : "number",
1563
-
"description" : "No longer in use.",
1564
-
"format" : "double",
1565
-
"deprecated" : true,
1566
-
"x-is-money" : true
1567
-
},
1568
1554
"fileUploadPos" : {
1569
1555
"type" : "number",
1570
1556
"description" : "Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.",
@@ -1583,13 +1569,6 @@
1583
1569
"format" : "double",
1584
1570
"x-is-money" : true
1585
1571
},
1586
-
"indirectBankFeedNeg" : {
1587
-
"type" : "number",
1588
-
"description" : "No longer in use.",
1589
-
"format" : "double",
1590
-
"deprecated" : true,
1591
-
"x-is-money" : true
1592
-
},
1593
1572
"fileUploadNeg" : {
1594
1573
"type" : "number",
1595
1574
"description" : "Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.",
Copy file name to clipboardexpand all lines: docs/payroll_nz/EmployeeLeaveSetup.md
+10-4
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,14 @@ Name | Type | Description | Notes
8
8
**holiday_pay_opening_balance** | **BigDecimal** | Initial holiday pay balance. A percentage — usually 8% — of gross earnings since their last work anniversary. | [optional]
9
9
**annual_leave_opening_balance** | **BigDecimal** | Initial annual leave balance. The balance at their last anniversary, less any leave taken since then and excluding accrued annual leave. | [optional]
10
10
**negative_annual_leave_balance_paid_amount** | **BigDecimal** | The dollar value of annual leave opening balance if negative. | [optional]
11
-
**sick_leave_hours_to_accrue_annually** | **BigDecimal** | Number of hours accrued annually for sick leave. Multiply the number of days they're entitled to by the hours worked per day | [optional]
12
-
**sick_leave_maximum_hours_to_accrue** | **BigDecimal** | Maximum number of hours accrued annually for sick leave. Multiply the maximum days they can accrue by the hours worked per day | [optional]
11
+
**sick_leave_hours_to_accrue_annually** | **BigDecimal** | Deprecated use SickLeaveToAccrueAnnually | [optional]
12
+
**sick_leave_maximum_hours_to_accrue** | **BigDecimal** | Deprecated use SickLeaveMaximumToAccrue | [optional]
13
+
**sick_leave_to_accrue_annually** | **BigDecimal** | Number of units accrued annually for sick leave. The type of units is determined by the property \"TypeOfUnitsToAccrue\" on the \"Sick Leave\" leave type | [optional]
14
+
**sick_leave_maximum_to_accrue** | **BigDecimal** | Maximum number of units accrued annually for sick leave. The type of units is determined by the property \"TypeOfUnitsToAccrue\" on the \"Sick Leave\" leave type | [optional]
13
15
**sick_leave_opening_balance** | **BigDecimal** | Initial sick leave balance. This will be positive unless they've taken sick leave in advance | [optional]
14
16
**sick_leave_schedule_of_accrual** | **String** | Set Schedule of Accrual Type for Sick Leave | [optional]
15
-
**sick_leave_anniversary_date** | **Date** | If Sick Leave Schedule of Accrual is \"OnAnniversaryDate\", this is the date when entitled to Sick Leave | [optional]
17
+
**sick_leave_anniversary_date** | **Date** | If Sick Leave Schedule of Accrual is \"OnAnniversaryDate\", this is the date when entitled to Sick Leave. When null the Employee's start date is used as the anniversary date | [optional]
18
+
**annual_leave_anniversary_date** | **Date** | The first date the employee will accrue Annual Leave. When null the Employee's start date is used as the anniversary date | [optional]
**leave_type_id** | **String** | The Xero identifier for leave type | [optional]
8
8
**schedule_of_accrual** | **String** | The schedule of accrual | [optional]
9
-
**hours_accrued_annually** | **BigDecimal** | The number of hours accrued for the leave annually. This is 0 when the scheduleOfAccrual chosen is \"OnHourWorked\" | [optional]
10
-
**maximum_to_accrue** | **BigDecimal** | The maximum number of hours that can be accrued for the leave | [optional]
11
-
**opening_balance** | **BigDecimal** | The initial number of hours assigned when the leave was added to the employee | [optional]
9
+
**hours_accrued_annually** | **BigDecimal** | Deprecated use UnitsAccruedAnnually | [optional]
10
+
**units_accrued_annually** | **BigDecimal** | The number of units accrued for the leave annually. This is 0 when the ScheduleOfAccrual chosen is \"NoAccruals\" | [optional]
11
+
**type_of_units_to_accrue** | **String** | The type of units accrued for the leave annually | [optional]
12
+
**maximum_to_accrue** | **BigDecimal** | The maximum number of units that can be accrued for the leave | [optional]
13
+
**opening_balance** | **BigDecimal** | The initial number of units assigned when the leave was added to the employee | [optional]
14
+
**opening_balance_type_of_units** | **String** | The type of units for the opening balance | [optional]
12
15
**rate_accrued_hourly** | **BigDecimal** | The number of hours added to the leave balance for every hour worked by the employee. This is normally 0, unless the scheduleOfAccrual chosen is \"OnHourWorked\" | [optional]
13
16
**percentage_of_gross_earnings** | **BigDecimal** | Specific for scheduleOfAccrual having percentage of gross earnings. Identifies how much percentage of gross earnings is accrued per pay period. | [optional]
14
17
**include_holiday_pay_every_pay** | **Boolean** | Specific to Holiday pay. Flag determining if pay for leave type is added on each pay run. | [optional]
0 commit comments