# Barcode

## How to Create a Barcode Label

Go to Assets App.

Click On Barcode Menu.

Click on Label Property.\
Click on + Add Label Property to create a new label.

Open new label page.

Enter a Label Name so you can identify the label later.

Add a short Description if required.

<figure><img src="/files/vZ2pYyJOyqMSB9fVpYPk" alt=""><figcaption></figcaption></figure>

You can now design the label using drag-and-drop options. Add asset details such as Asset Name, Asset Tag, Serial Number, or Location.

You can also add text and the Barcode itself. You are allowed to change font size, colour, alignment, and borders to make the label clear and easy to read.

Once the label design is completed, preview the label to ensure everything looks correct, and then click Save.

&#x20;

### How to Generate Barcode for an Asset

To generate a barcode,

Go to Assets App.

Click on Barcode Menu.

Click on Generate Code.

Select the Product Type and Product for which you want to generate the code.

Choose how you want to create the code:

* Sequential Method: The system automatically generates codes in order.
* Manual Method: You can enter the code value manually.
* Using Asset Data: The system uses existing asset information such as Asset Tag or Serial Number.

Select the Mapping Field, which is the field where the barcode value will be saved in the asset record. After completing the details, click Add Asset (for new assets) or Update Asset (for existing assets).

<figure><img src="/files/WdEe4MAOFT3zXjpVeojK" alt=""><figcaption></figcaption></figure>

### How to Print Barcode Labels

After the barcode is generated,

Click on Continue to Print Option.

Select the required Label Property which we created and preview the label.

If any barcode appears unclear, it will be highlighted. You can remove unclear codes to avoid printing labels that cannot be scanned properly.

Click Print to print the labels.

If you want to test first, click Test Print to print a sample label.

If you want to print later, click Print Later.

<figure><img src="/files/hZBgUkcPItQf1Rht6C0m" alt=""><figcaption></figcaption></figure>

### How to Scan a Barcode

Once the barcode is attached to the asset, you can scan it using a scanner or mobile device.

Click on Hamburger in mobile App

Go to Asset Menu

Click on Manage Assets, Scanner will open.

<figure><img src="/files/9EnFV8XOnlPxMIMDLdy7" alt=""><figcaption></figcaption></figure>

Click on Done after scanning.

After scanning, System will automatically open the asset details page. This allows you to quickly view asset information without searching manually.

&#x20;

<figure><img src="/files/EjKYpdLwAxEczCGe2m46" alt=""><figcaption></figcaption></figure>

Scanning can also be used to update barcode details for existing assets.

### Barcode History

To view previously generated barcodes,

Go to Assets App.

Click on Barcode Menu.

Go to History.

<figure><img src="/files/iAB18ESj1UFQvAYPZ3kI" alt=""><figcaption></figcaption></figure>

Here, you can see both printed and unprinted codes. You can apply filters such as date, asset type, or user to find specific records. If required, you can reprint unprinted barcode labels.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.quickappflow.com/asset-management/barcode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
