Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to print match slips #6

Closed
pmourlanne opened this issue Apr 30, 2023 · 1 comment · Fixed by #14
Closed

Add the ability to print match slips #6

pmourlanne opened this issue Apr 30, 2023 · 1 comment · Fixed by #14
Assignees
Labels
enhancement New feature or request

Comments

@pmourlanne
Copy link
Owner

Requirements:

  • Should look like a match slip 😶‍🌫️
  • At least five match slips should fit on a printable page
  • Match slips should be in the "correct" order, for example:
P1  P2  P3  P4  P5
1   2   3   4   5
6   7   8   9   10
11  12  13  14  15
16  17  18  19  20
21  22  23  24  25

That way, when we put all the pages in a paper cutter, we get the match slips in the correct order

  • Match slips should be aligned from one page to the next. That way, we can stack pages in a paper cutter
@pmourlanne pmourlanne added the enhancement New feature or request label Apr 30, 2023
This was referenced Apr 30, 2023
@pmourlanne
Copy link
Owner Author

Some "off by one" interesting situations

If we stick to five slips per page, printing 17 slips should look like this:

1   2   3   4
5   6   7   8
9   10  11
12  13  14
15  16  17

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants