Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 2.26 KB

File metadata and controls

28 lines (25 loc) · 2.26 KB

Payroll Engine Client Tutorials

👉 This repository is part of the Payroll Engine.

NuGet

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" />

Developer Reference Manual

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.

Tutorials

Tutorial Description
HelloPayrollEngineWorld Minimal payroll console program
ConsoleApplication Payroll console program
ClientObjectsAndServices Query payroll objects
CreateAndModifyObjects Modify payroll objects
ExtendedObjectModel Object extension with custom attributes
ImportExchangeData Import data from JSON
BuildDataQuery Build advanced data queries
ScriptingDevelopment Writing and debugging scripts in Visual Studio
TransformReportData Transform report queries to data sets
PayrollTestRunner Integrate the payroll test runner
CustomCaseActions Build a custom case action
PayrollConsoleExtension Custom command for the payroll console
WebhookConsumer Consume and delegate webhooks