Electronic shelf labels

전자 선반 라벨을 사용하면 매장 선반에 가격, 바코드 등의 품목 정보를 표시하고 백엔드에서 원격으로 동기화할 수 있습니다. 이렇게 하면 품목 정보가 변경되더라도 새로 라벨을 인쇄할 필요가 없습니다.

electronic label from Pricer

참고

Odoo uses electronic labels from Pricer.

설정

Pricer setup

  1. Get in touch with Pricer to create and configure your Pricer account.

  2. Create your stores: one pricer store equates to one physical store.

  3. Link as many transceivers as needed to the Pricer store(s).

  4. Create the following variables to share product information between your Odoo database system and Pricer. These variables act like placeholders on the label template.

    • itemId: this holds the unique internal identifier assigned to each product

    • itemName: the actual name of the product

    • price: the selling price of the product, including any applicable taxes

    • presentation: the template name used in Pricer for displaying the product information on the label

    • currency: the currency of your company (e.g., USD, EUR)

    • barcode: the barcode number associated with each product

    중요

    The names for these variables must be identical in your Pricer database.

  5. Create a template named NORMAL. This template is used to display information on your digital tags.

Once your account, stores, variables, and template are configured on Pricer, you can proceed with the setup of your Odoo database.

중요

The account associated with your Pricer store must have access to send API requests to Pricer.

Odoo 설정

As a pre-requisite, activate the POS Pricer module (technical name: pos_pricer) to have all the required features to use Pricer electronic tags.

Installing POS Pricer module from Apps

Once the module is activated, configure your pricer stores and associate Pricer tags with your products.

Pricer stores

가격 설정기에서의 환경 설정과 마찬가지로 실제 위치당 하나의 가격표 저장소를 생성해야 합니다. 그렇게 하려면 POS ‣ 환경 설정 ‣ 가격 설정기 스토어 로 이동하여 새로 만들기 를 클릭하고 필요한 정보를 입력합니다.

  • Store Name: you can put any name of your liking.

  • Pricer Tenant Name: the name of your company account in Pricer, usually followed by -country_code. This value is provided by Pricer.

  • Pricer Login: the login of your Pricer account.

  • Pricer Password: the password of your Pricer account.

  • Pricer Store ID: the ID of the related Pricer store as defined on your Pricer database.

Configuring a Pricer Store

참고

  • The Pricer Tags column is updated automatically when a label is linked to a product.

  • The Last Update and Last Update Status columns are updated automatically when the tags are updated.

가격 태그

For a label to display specific product information, the label needs to be associated with the product. To do so:

  1. Open the product form by going to Point of Sale ‣ Products ‣ Products and clicking New or selecting an existing product.

    참고

    If you are creating a new product, configure and save it before associating any Pricer tags.

  2. Go to the Sales tab, scroll to the Pricer section, and select the corresponding Pricer Store.

    Linking Pricer tags to products
  3. Fill in the Pricer tags ids field by copying the label’s ID from the label itself or scanning its barcode.

    참고

    Pricer tag IDs are composed of a letter followed by 16 digits.

  • We recommended using a barcode scanner to speed up the encoding process.

  • Odoo에서 가격 설정기를 최초로 설정할 경우에는 하나의 품목에 대한 환경 설정만 해 보는 것이 좋습니다. 더 많은 품목을 설정하기 전에 해당하는 정보가 가격표 태그에 표시되는지 확인합니다.

Now that you have a product associated with a Pricer tag, we can send its information to Pricer.

실무 적용

Odoo automatically sends requests to Pricer to synchronize the tags every 12 hours if you make any modifications to:

  • Product name, price, barcode, or customer taxes

  • 통화

  • Associated Pricer store or Pricer tags

To force the update, activate the developer mode. Then:

  1. Go to Point of Sale ‣ Configuration ‣ Pricer Store.

  2. Select the desired store(s).

  3. Click Update tags to update all tags affected by changes to:

    • Product name, price, barcode, or customer taxes

    • 통화

    • Associated Pricer store or Pricer tags

Alternatively, click Update all tags to force the update of every tag, regardless of whether changes were made.

Update all Pricer tags

If Pricer has processed and accepted the request, the status field shows Update successfully sent to Pricer. If there is any issue, the system displays an error message.

경고

If a request sent to Pricer fails, Odoo still considers that the product has been updated. In that case, we recommend forcing the update of all tags.