Enhance printing support #3
Labels
No Label
kind/bug
kind/database
kind/documentation
kind/enhancement
kind/feature
kind/printing
kind/proposal
priority/critical
priority/low
reviewed/wontmerge
status/reviewed
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: crudo/macao-pos#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Printing
Progress
Patch 1
First single threaded implementation in
389ad04e19
.Issues
TODOs
No-printer mode
Error checking
python-escpos
issue #143escpos-php
issue #43It seems that
py-xml-escpos
supports error handling.Ideas
Custom receipt graphics
We could also store in a given folder such as
static/events
the asset files for each event, such as an image to print in the receipt.The software could check for the presence of a file (in example
<Event.uid>.png
) in that folder and would eventually print it.We could also add some flags in the database concerning the event. For example there could be a flag to hide the Macao logo in order to only print the event image.
There is also another library we could alternatively use:
py-xml-escpos
.Implement printing supportto Enhance printing support