전자 선반 라벨

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

Pricer 기반 전자 라벨

참고

Odoo에서는 Pricer 의 전자 라벨을 사용합니다.

환경설정

Pricer 설정

  1. Pricer로 문의 하면 Pricer 계정을 생성 및 설정할 수 있습니다.

  2. 스토어를 생성합니다: 하나의 pricer 스토어는 실제 매장 하나와 동일합니다.

  3. 필요한 만큼 트랜시버를 Pricer 스토어에 연결합니다.

  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: 품목마다 지정되어 있는 고유한 내부 식별자가 여기에 보관됩니다.

    • 아이템 이름: 품목의 실제 이름

    • price: 품목의 판매가로, 해당되는 세금이 포함되어 있습니다.

    • presentation: Pricer에서 사용되는 템플릿 이름으로 라벨에 제품 정보를 표시할 때 사용

    • 통화: 회사에서 통용되는 통화입니다(예: USD, EUR)

    • 바코드: 각 품목과 관련되어 있는 바코드 번호

    중요

    이러한 변수는 Pricer 데이터베이스에서 동일한 이름이어야 합니다.

  5. 일반 이라는 이름으로 템플릿을 생성합니다. 이 템플릿은 디지털 태그에 정보를 표시할 때 사용합니다.

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

중요

Pricer 스토어와 연결된 계정에는 Pricer에 API 요청을 보낼 수 있는 권한이 반드시 설정되어 있어야 합니다.

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.

앱에서 POS Pricer 모듈 설치하기

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

Pricer 매장

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

  • 상점명: 원하는 이름을 입력합니다.

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

  • Pricer 로그인: Pricer 계정의 로그인 아이디입니다.

  • Pricer 비밀번호: Pricer 계정의 비밀번호입니다.

  • Pricer 스토어 ID: Pricer 데이터베이스에 지정되어 있는 관련 Pricer 스토어 ID입니다.

Pricer 매장 환경설정

참고

  • 라벨이 제품에 연결되면 Pricer 태그 열이 자동으로 업데이트됩니다.

  • 최근 업데이트최근 업데이트 상태 열은 태그가 업데이트되면 자동으로 업데이트됩니다.

가격 태그

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.

    참고

    새로운 품목을 생성할 경우 Pricer 태그를 연결하기 전에 품목에 대한 환경설정을 한 후 저장하세요.

  2. 판매 탭으로 이동하여 Pricer 섹션으로 스크롤한 다음 해당 Pricer 스토어 를 선택합니다.

    Pricer 태그를 품목에 연결하기
  3. Fill in the Pricer tags ids field by copying the label’s ID from the label itself or scanning its barcode.

    참고

    Pricer 태그 ID는 문자 및 16자리 숫자로 구성됩니다.

  • 인코딩 프로세스를 빠르게 진행하려면 바코드 스캐너를 사용하는 것을 추천합니다.

  • 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:

  • 품목 이름, 가격, 바코드 또는 고객 세금

  • 통화

  • 관련된 Pricer 매장 또는 Pricer 태그

업데이트를 강제로 실행하려면 개발자 모드 를 활성화합니다. 그런 다음:

  1. POS ‣ 환경설정 ‣ Pricer 스토어 로 이동합니다.

  2. 설정할 매장을 선택합니다.

  3. 태그 업데이트 를 클릭하면 다음 변경으로 인해 영향을 받는 모든 태그를 업데이트합니다:

    • 품목 이름, 가격, 바코드 또는 고객 세금

    • 통화

    • 관련된 Pricer 매장 또는 Pricer 태그

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

모든 Pricer 태그 업데이트하기

가격 책정기에서 요청을 처리한 후 승인하면, 상태 필드에 가격 책정기로 업데이트 전송 완료 가 표시됩니다. 문제가 있는 경우 시스템에 오류 메시지가 나타납니다.

경고

Pricer에 전송된 요청이 실패하더라도, Odoo에서는 품목 업데이트가 완료된 것으로 간주합니다. 이 경우 모든 태그를 강제 업데이트하는 것이 좋습니다.

할인 라벨

To display a discount label on a Pricer Tag, you need to link a pricelist to the product variant associated with the tag.

이렇게 하려면 품목 세부 옵션 양식을 엽니다.

  1. POS ‣ 품목 ‣ 품목 세부 옵션 으로 이동합니다.

  2. 할인을 적용하려는 품목을 선택합니다.

그런 다음 원하는 가격표를 설정합니다.

  1. 일반 정보 탭으로 이동합니다.

  2. Pricer 판매 가격표 필드에서 가격표를 선택합니다.

Once a pricelist is set, the On Sale Price field appears, showing the Sales Price with the discount applied.

가격표를 품목 세부 옵션에 연결하기

After updating your electronic labels, a PROMO tag should appear on the electronic label, displaying both the old, crossed-out price and the discounted price.

참고

  • Currently, pricelists that offer discounts for purchasing multiple units or derive their prices from other pricelists are not supported.

  • Assigning a pricelist to a product variant only affects the electronic label display. Scanning the product at the point of sale does not automatically apply the discount.

더 보기

할인