POS for restaurant
Technical module to make POS Restaurant more extendable
Hardware Network Printer
Technical module in POS.
Installation
- Install this module in a usual way
Usage
Connection:
var Printer = require('pos_restaurant.base');
Using:
Printer.include({
print: function(receipt){
// your code
// call super method this._super(receipt);
}
Please log in to comment on this module
There are no ratings yet!
hahaha do you at least understand why this module is needed? You stole our module