By Clay Li on Friday, 13 November 2020
Category: Feature

How to Enable QR Code in Calem

Since QR code is easier to scan than 1D barcode we have added QR code display and print in the coming release R20f in Calem. For instance, you can walk to your storeroom to check out parts to your work order by the QR code displayed in your Calem work order screen.

1. QR Code in Calem Web Client

QR code can be enabled in Calem web client by adding a configuration to your client configuration file: CmConf.custom.js. The following line is an example to enable QR code at the Submission Tab of the work order TaskView. 

2. QR Code in Calem Mobile

QR code can be enabled in Calem Mobile by adding a configuration to your client configuration file: CmConf.custom.js. The following line is an example to enable QR code at the work order read screen.

3. QR Code in Report

QR code can be enabled in Calem report print by adding a configuration to your server configuration file: calem.custom.php. The following line is an example to enable QR code at the work order PDF doc.

 4. QR Code Sizing

You can customize the sizes of QR code at each screen above by adding a sizing parameter. Each parameter includes:

Contact your Calem Support Team to customize the sizes of QR code when needs arise.

5. Scan QR Code

The inventory checkout transaction allows one to scan a QR code for work order, asset, or cost center, displayed in your device or print, when checking out inventory.  


Additional Resources