anupam42 / PG-DAPP

3 stars 0 forks source link

Add Printer Options #91

Open saichaitanyaeruvaram opened 8 years ago

saichaitanyaeruvaram commented 8 years ago

The following features have to be implemented.

UI Tasks in Store Config 1.Option to choose a printer.

  1. Option to choose a KOT Printer.
  2. Checkout Screen, near print Receipt show warning message if selected printer is not available.

Backend Tasks

  1. List all printers on network, usb, bluetooth
  2. Set Default Printer
  3. Print a formatted buffer.

Resources CUPS Node Module Examples

moghribalakrishna commented 8 years ago

Adding to Aug-1st Cycle.

saichaitanyaeruvaram commented 8 years ago

Node WebKit Print https://github.com/nwjs/nw.js/issues/5002 https://github.com/nwjs/nw.js/issues/4911

Documentation: http://docs.nwjs.io/en/nw14/References/Window/#winprintoptions

trying the nodemodule of printer is still pending

saichaitanyaeruvaram commented 8 years ago

nw_test_printer.tar.gz

sample code

samurailens commented 8 years ago

@jarvish21 : Please take this up as priority. Check the sample Sai has given, run it with local printer. Then start integrating in our codebase.

@GanuM : Please explain the scenario once.

saichaitanyaeruvaram commented 8 years ago

This task includes handling print from Mobile app also