Module Pibarcode

From Dolibarr ERP CRM Wiki
Revision as of 16:20, 10 August 2009 by Eldy (talk | contribs) (→‎Setup)
Jump to navigation Jump to search

Features

Add a new barcode generation engine. This engine use the PHP library Pibarocde (non free).

Install

From the application

  • Download the archive file of module (.zip file)
  • Go on menu Home -> Setup -> Modules -> Deploy external module and submit the file.
  • Module is then visible into list of available modules (Home -> Setup -> Modules) and can be activated.

Manually

  • Download the archive file of module (.zip file)
  • Put the file into the root directory of Dolibarr.
  • Uncompress the archive file, for example with command
unzip modulefile.zip
  • Module is then visible into list of available modules (Home -> Setup -> Modules) and can be activated.

Setup

Go on Module Barcode setup page and choose "Pibarcode" as the engine to build barcode.

Usage

To complete

Development

To complete