2017 © Pedro Peláez
 

library product-label

image

revosystems/product-label

  • Thursday, March 15, 2018
  • by revosystems
  • Repository
  • 2 Watchers
  • 0 Stars
  • 614 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 8 Versions
  • 9 % Grown

The README.md

ProductLabel package

RevoSystems package to print labels from Revo Retail admin.

Installation

Modify composer json to include productLabel repository, (*1)

"repositories": [
    {
        "type": "vcs",
        "url": "git@github.com:revosystems/productLabel.git"
    }
],

Install productLabel with composer., (*2)

composer require revosystems/productLabel
// Pass a json decoded label and products list to de LabelPage renderer.
$html = ProductLabelPage::make($label)->render($products);

// Now we can use any HtmlToPDF library to render it.
$pdf = SnappyPdf::loadHtml($html)
    ->setOption('zoom', 1.5636)    // Avoid html resize when printing.
    ->setOption('margin-top', 0)->setOption('margin-bottom', 0)
    ->setOption('margin-left', 0)->setOption('margin-right', 0);
return $pdf->inline('invoice.pdf');

Available papers:, (*3)

[
    "1274"  => ["width" => 105.0,   "height" => 37.130 ],  //Default label size 105  37.0
    "1284"  => ["width" => 52.5,    "height" => 21.216 ],  //Default label size 52.5 21.2
    "1286"  => ["width" => 52.5,    "height" => 29.706 ],  //Default label size 52.5 29.7
];

The Versions

15/03 2018

dev-master

9999999-dev

  Sources   Download

The Requires

 

by Pau Benet Prat

15/03 2018

v1.0.3

1.0.3.0

  Sources   Download

The Requires

 

by Pau Benet Prat

04/08 2017

v1.0.2

1.0.2.0

  Sources   Download

The Requires

 

by Pau Benet Prat

20/04 2017

v1.0.1

1.0.1.0

  Sources   Download

The Requires

 

by Pau Benet Prat

04/04 2017

v1.0

1.0.0.0

  Sources   Download

The Requires

 

by Pau Benet Prat

04/04 2017

dev-feature/multipleProducts

dev-feature/multipleProducts

  Sources   Download

The Requires

 

by Pau Benet Prat

03/04 2017

v0.1

0.1.0.0

  Sources   Download

The Requires

 

by Pau Benet Prat

03/04 2017

dev-feature/renderPdf

dev-feature/renderPdf

  Sources   Download

The Requires

 

by Pau Benet Prat