Merge pull request #198 from EETagent/prod_pdf

Prod_pdf
This commit is contained in:
Vojtěch Jungmann 2023-02-09 13:20:34 +01:00 committed by GitHub
commit 3e2d9e2dea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1652 additions and 11 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 108 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 320 KiB

View file

@ -108,6 +108,9 @@
doc.text(login.applicationId.toString(), 120, 110);
doc.text(login.password, 54, 129);
doc.text(login.personalIdNumber, 90, 147.62);
if (login.applications.length > 0) {
doc.text('Slinkováno s přihláškou ' + login.applications.filter((a) => a != applicationId)[0], 13.6, 166.24);
}
doc.save('PRIHLASOVACI_UDAJE_' + login.applicationId.toString());