escpos
Here are 62 public repositories matching this topic...
-
Updated
Aug 18, 2020 - JavaScript
-
Updated
May 31, 2020 - Python
-
Updated
Feb 10, 2020 - PHP
-
Updated
Jul 7, 2020
-
Updated
Aug 20, 2020 - Java
-
Updated
Jun 4, 2016 - Ruby
-
Updated
Feb 26, 2020 - Java
-
Updated
Oct 10, 2018 - HTML
-
Updated
Aug 8, 2020 - Python
-
Updated
Apr 10, 2020 - Java
-
Updated
Aug 22, 2020 - Java
-
Updated
Feb 26, 2020 - C#
UTF8 support
Hello! Thanks for this great project.
I need to use characters like "ç", "é", etc... When I print with that, I get something like "chinese" characters.
Is it possible with this lib? Or is this a limitation of my printer(I'm testing in a "Kinup KP-1019")?
Obs: I'm new with this.
Thank you!
Add a report to show the value of stock as at a particular date/time.
At the moment I do this through runtill dbshell:
date = datetime.date(2014, 12, 1)
from sqlalchemy.sql import or_
# Number of units of this item of stock used
used = td.func.coalesce(
(td.select([td.func.sum(StockOut.qty)]).\
correlate(StockItem.__table__).\
where(StockOut.time < date).\
w-
Updated
Jan 3, 2017 - Go
-
Updated
Sep 7, 2019 - Go
-
Updated
Apr 29, 2017 - Java
-
Updated
Aug 6, 2019 - C
Modo Paisagem
é possivel imprimir em modo paisagem ?
Improve this page
Add a description, image, and links to the escpos topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the escpos topic, visit your repo's landing page and select "manage topics."
As PHP improves optional typing, we've been making use of it in this project, since it avoids the need to validate things extensively across the entire API surface.
Strict typing is being introduced here as well, which prevents type coercion, which can act in surprising ways.
The following classes do not have this feature enabled, since it turns out w