BastliPOSPrinter

A collection of programs that allow receipt printing
git clone git://xatko.vsos.ethz.ch/BastliPOSPrinter.git
Log | Files | Refs

commit bd3dc21c4fe668e05f70b69b43e6352ce2a67e05
parent 5c948a035e8699ae5c6273d6c307947564414a50
Author: Dominik Schmidt <doeme@bastli.ethz.ch>
Date:   Mon,  3 Sep 2018 17:39:15 +0200

Improve the layout

Diffstat:
pipeline/JSON_to_GROFF.d | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pipeline/JSON_to_GROFF.d b/pipeline/JSON_to_GROFF.d @@ -16,9 +16,9 @@ void main(string[] argv){ Appender!string app; app~=".na\n"; app~=".TS\n"; - "llxri\n".repeat(j["articles"].array.length).copy(app); + "llxni\n".repeat(j["articles"].array.length).copy(app); app~="===\n"; - app~="lbr\n"; + app~="llxbni\n"; app~=".\n"; double total=0; foreach(ulong ix,art; j["articles"]){