How to send prn file to Zebra printer

Hi,

I have the prn file, which I need to send to the zebra printer, from ERPNext. How do I go about that? Should it be sent through print format? How? Does anyone have any idea? Would be really helpful if someone could send pointers.

Thanks a lot
Uma

@UmaG, it may can help you

1 Like

Hi @max_morais_dmm,

Thanks a lot for responding back to my query. When I tried downloading your app, I am getting this error:

Cloning into ‘printnode-integration’…
remote: Counting objects: 48, done.
remote: Compressing objects: 100% (41/41), done.
remote: Total 48 (delta 10), reused 23 (delta 2), pack-reused 0
Unpacking objects: 100% (48/48), done.
Checking connectivity… done.
(‘installing’, u’printnode_integration’)
INFO:bench.app:installing printnode_integration
INFO:bench.utils:./env/bin/pip install -q -e ./apps/printnode_integration --no-cache-dir
Could not find a version that satisfies the requirement printnodeapi (from printnode-integration==0.0.1) (from versions: )
No matching distribution found for printnodeapi (from printnode-integration==0.0.1)
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 11, in
load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)()
File “/home/uma/.bench/bench/cli.py”, line 40, in cli
bench_command()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 722, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 697, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 535, in invoke
return callback(*args, **kwargs)
File “/home/uma/.bench/bench/commands/make.py”, line 32, in get_app
get_app(git_url, branch=branch)
File “/home/uma/.bench/bench/app.py”, line 76, in get_app
install_app(app=app_name, bench_path=bench_path, verbose=verbose)
File “/home/uma/.bench/bench/app.py”, line 107, in install_app
find_links=find_links))
File “/home/uma/.bench/bench/utils.py”, line 140, in exec_cmd
raise CommandFailedError(cmd)
bench.utils.CommandFailedError: ./env/bin/pip install -q -e ./apps/printnode_integration --no-cache-dir

What could be the issue?

Thanks
Uma

@UmaG this was answered on the same thread that I alread sent to you!

by some weird reason, pip commands from bench fails, so you should run

pip install -pre ./apps/printnode_integration

1 Like

Thanks very much. I was able to install the app. Is there any documentation regarding how to use this app?

Thanks
Uma

@UmaG again, I have a detailed documentation into the thread that I sent to you!