Difference between revisions of "Module Barcode (developer)"
Jump to navigation
Jump to search
m (→Tables SQL) Tag: 2017 source edit |
m (→Tables SQL) Tag: 2017 source edit |
||
Line 36: | Line 36: | ||
= Tables SQL = | = Tables SQL = | ||
No table. The barcode and the format of barcode is stored into the table of the object the barcode is related to. For example the barcode of a product and its format is stored into [[Table llx_product]] | No table. The barcode and the format of barcode is stored into the table of the object the barcode is related to. For example the barcode of a product and its format is stored into [[Table llx_product]] | ||
+ | |||
+ | = PHP Code = | ||
+ | This is a sample of code to generate an image of a barcode in Dolibarr: | ||
+ | |||
+ | <syntaxhighlight lang="php"> | ||
+ | TODO | ||
+ | </syntaxhighlight> |
Latest revision as of 19:38, 31 March 2024
Barcode | |
---|---|
Numero/ID of module | 55 |
User doc. of module | Module Barcode |
Developer doc. of module | This page |
Function
Management of barcode. This add ability to enter a barcode value for products or third parties and to see graphical barcodes where it suits.
Permissions
- ->barcode->lire
- ->barcode->creer
- ->barcode->supprimer
Tables SQL
No table. The barcode and the format of barcode is stored into the table of the object the barcode is related to. For example the barcode of a product and its format is stored into Table llx_product
PHP Code
This is a sample of code to generate an image of a barcode in Dolibarr:
TODO