2017 © Pedro Peláez
 

cakephp-plugin labelprinting

Print to a network printer that is TSPL/TSPL2 compatible

image

stefanvangastel/labelprinting

Print to a network printer that is TSPL/TSPL2 compatible

  • Wednesday, July 16, 2014
  • by stefanvangastel
  • Repository
  • 2 Watchers
  • 4 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Table of Contents

, (*1)

Intro

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)

  • QRCODE
  • BARCODE
  • DMATRIX

, (*4)

Requirements

This plugin is CakePHP Security component compatible., (*5)

Required:, (*6)

Optional:, (*7)

, (*8)

Installation and Setup

  1. 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)

  2. Load the plugin in app/Config/bootstrap.php:, (*16)

    CakePlugin::load('Labelprinting');, (*17)

  3. Visit http://yoursite.com/labelprinting/example/setup to enter your printer settings, (*18)

  4. Visit http://yoursite.com/labelprinting/example/ to select a template and print some labels, (*19)

, (*20)

Labeltemplates

  • 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)

The Versions

16/07 2014

dev-master

9999999-dev

Print to a network printer that is TSPL/TSPL2 compatible

  Sources   Download

MIT

The Requires

 

by Stefan van Gastel