This tool takes an exported Excel document from TDSB's SchoolCash Online and generates a user friendly report for ordering and distribution of pizza to hungry students on pizza lunch day. It is used by school council members.
If school council had our way we would integrate directly with SchoolCash Online, but we lack access since we are not school staff. Instead, an Excel document is shared with us in this format.
-
Install Go
-
Install
pizza-lunch:go install github.com/redgoose/pizza-lunch@latest -
Rename
pizza-lunch.sample.ymltopizza-lunch.ymland modify the configuration to meet your needs. Place this file and the exported Excel document in the same directory as thepizza-lunchexecutable. -
Execute
pizza-lunchwhich will then generate a PDF report.
Run all tests from the root folder by running:
go test -v ./...
MIT © redgoose, see LICENSE for details.
