dev-master
9999999-devPrint to a network printer that is TSPL/TSPL2 compatible
MIT
The Requires
by Stefan van Gastel
Print to a network printer that is TSPL/TSPL2 compatible
This CakePHP plugin provides a example form and CakePHP component to print labels on a TSPL/TSPL2 compatible labelprinter., (*2)
Currently supports the following label types:, (*3)
This plugin is CakePHP Security component compatible., (*5)
Required:, (*6)
Optional:, (*7)
Check out a copy of the Labelprinting CakePHP plugin from the repository using Git :, (*9)
git clone http://github.com/stefanvangastel/CakePHP-Labelprinting.git
, (*10)
or download the archive from Github:, (*11)
https://github.com/stefanvangastel/CakePHP-Labelprinting/archive/master.zip
, (*12)
You must place the Labelprinting CakePHP plugin within your CakePHP 2.x app/Plugin directory., (*13)
or load it with composer:, (*14)
"stefanvangastel/labelprinting": "dev-master"
, (*15)
Load the plugin in app/Config/bootstrap.php:, (*16)
CakePlugin::load('Labelprinting');
, (*17)
Visit http://yoursite.com/labelprinting/example/setup to enter your printer settings, (*18)
Visit http://yoursite.com/labelprinting/example/ to select a template and print some labels, (*19)
Labeltemplates can be added, updated and removed in the Labeltemplates directory inside the Plugin. You van use TSPL commands as you can see in the examples., (*21)
Take a look at the example controller to see what you could do using placeholders (start with <<< and end with >>>)., (*22)
Print to a network printer that is TSPL/TSPL2 compatible
MIT