Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Jani Giannoudis committed Jul 25, 2023
1 parent 4bbc824 commit 1cda102
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 49 deletions.
2 changes: 1 addition & 1 deletion Commands/Release.Version.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo Set Payroll Set Release Version

rem --- version setup ---
:version
set version=0.5.0-beta.2
set version=0.5.0-beta.4

rem --- confirmation ---
:confirmation
Expand Down
4 changes: 2 additions & 2 deletions Examples/ActionPayroll/ActionPayroll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PayrollEngine.Client.Services" Version="0.6.0-beta.3" />
<PackageReference Include="PayrollEngine.Serilog" Version="0.6.0-beta.3" />
<PackageReference Include="PayrollEngine.Client.Services" Version="0.6.0-beta.4" />
<PackageReference Include="PayrollEngine.Serilog" Version="0.6.0-beta.4" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Examples/ExtendedPayroll/ExtendedPayroll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PayrollEngine.Client.Services" Version="0.6.0-beta.3" />
<PackageReference Include="PayrollEngine.Serilog" Version="0.6.0-beta.3" />
<PackageReference Include="PayrollEngine.Client.Services" Version="0.6.0-beta.4" />
<PackageReference Include="PayrollEngine.Serilog" Version="0.6.0-beta.4" />
</ItemGroup>

<ItemGroup>
Expand Down
26 changes: 16 additions & 10 deletions Examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,40 @@
- `<Example>/Setup.cmd` - setup example
- `<Example>/Delete.cmd` - delete example

## `Action Payroll`
## Web Application Login
In the web application, `Luci` has the `Supervisor` rights for all examples:
- Name: `lucy.smith@foo.com`
- Passwort: `@ayroll3ngine`

## Examples

### `Action Payroll`
> TODO
## `Case definition` - CaseDefPayroll
### `Case definition` - CaseDefPayroll
- Case value types
- Case time types
- Case Relations
- Case Slots
- Case Actions

## `Derived Payroll`
### `Derived Payroll`
> TODO
## `Derived Payroll`
### `Derived Payroll`
> TODO
## `Extended Payroll`
### `Extended Payroll`
> TODO
## `Report Payroll`
### `Report Payroll`
> TODO
## `Simple Payroll`
### `Simple Payroll`
> TODO
## `Start Payroll`
### `Start Payroll`
> TODO
## `Week Simple Payroll`
### `Week Simple Payroll`
> TODO
4 changes: 2 additions & 2 deletions Examples/ReportPayroll/ReportPayroll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PayrollEngine.Client.Services" Version="0.6.0-beta.3" />
<PackageReference Include="PayrollEngine.Serilog" Version="0.6.0-beta.3" />
<PackageReference Include="PayrollEngine.Client.Services" Version="0.6.0-beta.4" />
<PackageReference Include="PayrollEngine.Serilog" Version="0.6.0-beta.4" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions Examples/StartPayroll/1 Basic.Setup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ set console=PayrollConsole
if not "%PayrollConsole%" == "" set console=%PayrollConsole%

call %console% TenantDelete tenant:StartTenant /trydelete
call %console% PayrollImport Basic.json
call %console% PayrunEmployeeTest Basic.Test.et.json /showall /wait

call %console% PayrollImport Basic.json /wait
3 changes: 1 addition & 2 deletions Examples/StartPayroll/2 Insurance.Setup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ if not "%PayrollConsole%" == "" set console=%PayrollConsole%

call %console% TenantDelete StartTenant /trydelete
call %console% PayrollImport Basic.json
call %console% PayrollImport Insurance.json
call %console% PayrunEmployeeTest Insurance.Test.et.json /showall /wait
call %console% PayrollImport Insurance.json /wait
1 change: 0 additions & 1 deletion Examples/StartPayroll/3 Company.Setup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ call %console% TenantDelete StartTenant /trydelete
call %console% PayrollImport Basic.json
call %console% PayrollImport Insurance.json
call %console% PayrollImport Company.json
call %console% PayrunEmployeeTest Company.Test.et.json /showall /wait
3 changes: 1 addition & 2 deletions Examples/StartPayroll/4 Report.Setup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ call %console% PayrollImport Basic.json
call %console% PayrollImport Insurance.json
call %console% PayrollImport Company.json
call %console% PayrollImport Report.json
rem build payroll results
rem build payroll results for the report
call %console% PayrunEmployeeTest Company.Test.et.json
call %console% Report tenant:StartTenant user:lucy.smith@foo.com regulation:StartRegulation report:StartReport parameterFile:Report.Parameters.json culture:en /pdf /shellopen
14 changes: 7 additions & 7 deletions Examples/StartPayroll/Report.German.frx

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Examples/StartPayroll/Setup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if not "%PayrollConsole%" == "" set console=%PayrollConsole%

call %console% TenantDelete StartTenant /trydelete
call %console% PayrollImport Basic.json
rem --- web application login ---
call %console% ChangePassword StartTenant lucy.smith@foo.com @ayroll3ngine
call %console% PayrollImport Insurance.json
call %console% PayrollImport Company.json
Expand Down
35 changes: 18 additions & 17 deletions Tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,55 +4,56 @@
- `Test.All.cmd` - run all tests
- `<Test>/Test.cmd` - run test

## `Aggregation Test`
## Tests
### `Aggregation Test`
- Case field period aggregation types
> TODO
## `Calendar Test`
### `Calendar Test`
- Payroll calendar time maps
> TODO
## `Cancellation Test`
### `Cancellation Test`
> TODO
## `Derived Payroll Test`
### `Derived Payroll Test`
> TODO
## `Forecast Payroll Test`
### `Forecast Payroll Test`
> TODO
## `Incremental Payroll Test`
### `Incremental Payroll Test`
> TODO
## `Lunisoral Payroll Test`
### `Lunisoral Payroll Test`
> TODO
## `Payrun Test`
### `Payrun Test`
> TODO
## `Payrun Employee Test`
### `Payrun Employee Test`
> TODO
## `Report Test`
### `Report Test`
> TODO
## `Retro Manual Test`
### `Retro Manual Test`
> TODO
## `Retro Payroll Test`
### `Retro Payroll Test`
> TODO
## `Time Tracking Test`
### `Time Tracking Test`
> TODO
## `Version Payroll Test`
### `Version Payroll Test`
> TODO
## `Wage Type Restart Test`
### `Wage Type Restart Test`
> TODO
## `Calendar Test`
### `Calendar Test`
> TODO
## `Week Calendar Test`
### `Week Calendar Test`
> TODO

0 comments on commit 1cda102

Please sign in to comment.