👉 This repository is part of the Payroll Engine.
Client services are integrated into .NET projects using the NuGet PayrollEngine.Client.Services package reference.
<PackageReference Include="PayrollEngine.Client.Services" Version="0.6.0-beta.4" />The documentation can be downloaded as a zip file from the Release Assets. After unzipping the zip file, index.html is the start page of the documentation.
| Tutorial | Description |
|---|---|
| BuildDataQuery | Build advanced data queries |
| ClientObjectsAndServices | Query payroll objects |
| ConsoleApplication | Payroll console program |
| CreateAndModifyObjects | Modify payroll objects |
| CustomCaseActions | Build a custom case action |
| ExtendedObjectModel | Object extension with custom attributes |
| HelloPayrollEngineWorld | Minimal payroll console program |
| ImportExchangeData | Import data from JSON |
| PayrollConsoleExtension | Custom command for the payroll console |
| PayrollTestRunner | Integrate the payroll test runner |
| ScriptingDevelopment | Writing and debugging scripts in Visual Studio |
| TransformReportData | Transform report queries to data sets |
| WebhookConsumer | Consume and delegate webhooks |