Write, Bureaucrats, Administrators
3,301
edits
(Created page with "== Overview == The MYOB '''EmployeePayrollDetails''' endpoint provides the payroll details for each Employees. == Fields == The...") |
|||
Line 94: | Line 94: | ||
The [[#Fields|Wage]] field contains the following sub-fields. | The [[#Fields|Wage]] field contains the following sub-fields. | ||
;PayBasis | |||
:A [[Field Type: Text|text field]] that indicates the way the pay is entered. | |||
:Possible values are: | |||
:* '''Salary''': Indicates the employee is paid a fixed salary per year. | |||
:* '''Hourly''': Indicates the employee is paid based on an hourly rate. | |||
;AnnualSalary | |||
:A [[Field Type: Decimal|decimal field]] that provides the annual salary. | |||
:Only applicable when '''PayBasis''' is set to '''Salary'''. | |||
;HourlyRate | |||
:A [[Field Type: Decimal|decimal field]] that provides the hourly rate. | |||
:Only applicable when '''PayBasis''' is set to '''Hourly'''. | |||
;PayFrequency | |||
:A [[Field Type: Text|text field]] that indicates the frequency of pays. | |||
:Possible values are: | |||
:* '''Weekly''' | |||
:* '''Fortnightly''' | |||
:* '''TwiceAMonth''' | |||
:* '''Monthly''' | |||
;HoursInWeeklyPayPeriod | |||
:A [[Field Type: Decimal|decimal field]] that provides the number of hours in a week. | |||
;WagesExpenseAccount | |||
:A [[Field Type: Record|record field]] that provides the [[MYOB Field: Accounts|account]] used for wages. | |||
;WageCategories | |||
:A [[Field Type: Table|table field]] that provides the [[MYOB Field: PayrollCategories|wages payroll categories]] linked to the employee. | |||
Line 99: | Line 130: | ||
The [[#Fields|Superannuation]] field contains the following sub-fields. | The [[#Fields|Superannuation]] field contains the following sub-fields. | ||
;SuperannuationFund | |||
:A [[Field Type: Record|record field]] that provides the [[MYOB Field: SuperannuationFunds|superannuation fund]] linked to the employee. | |||
;EmployeeMembershipNumber | |||
:A [[Field Type: Text|text field]] that provides the employee membership number for their superannuation fund. | |||
;SuperannuationCategories | |||
:A [[Field Type: Table|table field]] that provides the [[MYOB Field: PayrollCategories|superannuation payroll categories]] linked to the employee. | |||
Line 104: | Line 144: | ||
The [[#Fields|Entitlements]] field contains the following sub-fields. | The [[#Fields|Entitlements]] field contains the following sub-fields. | ||
;EntitlementCategory | |||
:A [[Field Type: Record|record field]] that provides the [[MYOB Field: PayrollCategories|entitlement payroll categories]] linked to the employee. | |||
;IsAssigned | |||
:A [[Field Type: Boolean|true/false field]] that indicates if the entitlement is assigned to the employee. | |||
;CarryOver | |||
:A [[Field Type: Decimal|decimal field]] that provides the amount carried over from the previous payroll year. | |||
;YearToDate | |||
:A [[Field Type: Decimal|decimal field]] that provides the amount accrued this financial year to date. | |||
;Total | |||
:A [[Field Type: Decimal|decimal field]] that provides the total amount available. | |||
Line 109: | Line 164: | ||
The [[#Fields|Tax]] field contains the following sub-fields. | The [[#Fields|Tax]] field contains the following sub-fields. | ||
;TaxFileNumber | |||
:A [[Field Type: Text|text field]] that provides the tax file number of the employee. | |||
;TaxTable | |||
:A [[Field Type: Record|record field]] that provides the [[MYOB Field: TaxTables|tax table]] linked to the employee. | |||
;WithholdingVariationRate | |||
:A [[Field Type: Decimal|decimal field]] that provides the rate applied when the tax table is set to '''Withholding Variation'''. | |||
;TotalRebatesPerYear | |||
:A [[Field Type: Decimal|decimal field]] that provides the total rebates offset amount for the employee. | |||
;ExtraTaxPerPay | |||
:A [[Field Type: Decimal|decimal field]] that provides the extra tax withheld per pay for the employee. | |||
;TaxCategory | |||
:A [[Field Type: Record|record field]] that provides the [[MYOB Field: PayrollCategories|tax payroll categories]] linked to the employee. | |||
Line 115: | Line 188: | ||
The [[#Fields|TimeBilling]] field contains the following sub-fields. | The [[#Fields|TimeBilling]] field contains the following sub-fields. | ||
;EmployeeBillingRateExcludingTax | |||
:A [[Field Type: Decimal|decimal field]] that provides employee's time billing rate. | |||
;CostPerHour | |||
:A [[Field Type: Decimal|decimal field]] that provides employee's cost per hour. | |||