glpi icon indicating copy to clipboard operation
glpi copied to clipboard

Feat(QRCode): Implementing barcode in core

Open MyvTsv opened this issue 1 year ago • 3 comments

Checklist before requesting a review

Please delete options that are not relevant.

  • [x] I have read the CONTRIBUTING document.
  • [x] I have performed a self-review of my code.

Description

Implementing barcode plugin in GLPI's core

Screenshots (if appropriate):

MyvTsv avatar Sep 18 '24 14:09 MyvTsv

can you rebase from main branch

stonebuzz avatar Sep 20 '24 07:09 stonebuzz

@MyvTsv you also need to adapt GLPI's conf to check that the php-bcmath extension is properly installed (and mandatory)

See Config.php -> checkExtensions

See RequirementsManager.php

stonebuzz avatar Oct 01 '24 09:10 stonebuzz

Not strictly related to this PR, but last year there was a quick discussion about integrating the camerainput plugin into the core. In my mind, it is strongly related to the old barcode plugin and thought both plugins could be integrated at the same time (different PRs probably).

The barcode plugin allowed creating barcodes/qr codes while the camerainput plugin lets you use a regular camera/webcam to scan barcode/qrcode data directly into specific fields.

https://github.com/cconard96/glpi-camerainput-plugin

Not sure how everyone else feels about it, but I wanted to bring this up now before I forget about it again.

cconard96 avatar Oct 02 '24 14:10 cconard96

Can you rebase and fix the conflicts ?

AdrienClairembault avatar Oct 28 '24 10:10 AdrienClairembault