Immuinzations export spreadsheet (#5787)
commit3075a04f4a8bb022eaa9ee434d92eeb57cb8001f
authorSherwin Gaddis <sherwin@affordablecustomehr.com>
Sun, 8 Jan 2023 19:01:31 +0000 (8 14:01 -0500)
committerGitHub <noreply@github.com>
Sun, 8 Jan 2023 19:01:31 +0000 (8 14:01 -0500)
treea4caa322a87a3609f64a4a786c21f2331f30a944
parent5e038fef3fc0b524dac3ee8191740134a1a25d45
Immuinzations export spreadsheet (#5787)

* A helper class that auto builds spreadsheet from an array

* PSR police period 0

* full example of how to use the service

* PSR stuff again

* PSR stuff again and again

* use spreadsheet service

* remove commented code and some psr formatting

* attribution

* white space

* review cleanup and other tidying

* review js_escape

* easy on the js escape :)

Co-authored-by: stephen waite <stephen.waite@cmsvt.com>
interface/billing/billing_tracker.php
interface/reports/immunization_report.php
library/ajax/immunization_export.php [new file with mode: 0644]
src/Services/SpreadSheetService.php