Skip to content

Commit

Permalink
20220719
Browse files Browse the repository at this point in the history
uitvoer leeg bugfix
  • Loading branch information
sikkepitje committed Jul 19, 2022
1 parent 3a071f8 commit 06500e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Export-SchoolDataSync.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
bepaalt actieve teams en genereert CSV-bestanden ten behoeve van
School Data Sync.
Versie 20220718
Versie 20220719
Auteur Paul Wiegmans (p.wiegmans@svok.nl)
naar een voorbeeld door Wim den Ronde, Eric Redegeld, Joppe van Daalen
Expand Down Expand Up @@ -457,6 +457,8 @@ Try {
$teller = 0
$teamprocent = 100 / [Math]::Max($teamactief.count, 1)

$teamactief = $team | Where-Object {($_.lltal -gt 0) -and ($_.doctal -gt 0)}

foreach ($t in $teamactief) {
$rec = 1 | Select-Object 'SIS ID','School SIS ID','Section Name'
$rec.'SIS ID' = $t.id
Expand Down
3 changes: 3 additions & 0 deletions changes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ Toevoeging configuratieparameter bon_match_docentlesgroep_aan_leerlingklas voor
* Export-SchoolDataSync.ps1: teams bepaald door harde match van docentgroepvak met leerling-lesgroep/klas. Dit werkt eenvoudiger, betrouwbaarder en sneller.
* Export-SchoolDataSync.ps1: configuratieparameter bon_match_docentlesgroep_aan_leerlingklas is overbodig geworden.

## 20220719
* Export-SchoolDataSync.ps1: bugfix: uitvoer leeg, want vergat tabel teamactief aan te maken.

## TO DO
Dit zijn geplande wijzigingen zonder een vastgesteld tijdpad (krabbels van de auteur).

Expand Down

0 comments on commit 06500e3

Please sign in to comment.