JP7240019B2 - Payment information processing device and program - Google Patents

Payment information processing device and program Download PDF

Info

Publication number
JP7240019B2
JP7240019B2 JP2021127678A JP2021127678A JP7240019B2 JP 7240019 B2 JP7240019 B2 JP 7240019B2 JP 2021127678 A JP2021127678 A JP 2021127678A JP 2021127678 A JP2021127678 A JP 2021127678A JP 7240019 B2 JP7240019 B2 JP 7240019B2
Authority
JP
Japan
Prior art keywords
payment
information
settlement
product
processing device
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2021127678A
Other languages
Japanese (ja)
Other versions
JP2021180035A (en
Inventor
輝繁 菊池
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Teraoka Seiko Co Ltd
Original Assignee
Teraoka Seiko Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Teraoka Seiko Co Ltd filed Critical Teraoka Seiko Co Ltd
Priority to JP2021127678A priority Critical patent/JP7240019B2/en
Publication of JP2021180035A publication Critical patent/JP2021180035A/en
Application granted granted Critical
Publication of JP7240019B2 publication Critical patent/JP7240019B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Cash Registers Or Receiving Machines (AREA)

Description

本発明は、決済情報処理装置及びプログラムに関する。 The present invention relates to a payment information processing apparatus and program.

複数のPOS(Point Of Sales)端末と1つのCAT(Credit Authorization Terminal)端末とをストアコントローラと接続し、POS端末とCAT端末との間での通信を行うことを可能とするCAT機能をストアコントローラに与えた販売支援管理システムが知られている。
具体的には、ストアコントローラは、POS端末から送信されたリクエストメッセージとクレジットカードのデータとをCAT端末に送信する。CAT端末は、ストアコントローラから送信されたリクエストメッセージとクレジットカードのデータを受信したことに応じて、受信されたクレジットカードのデータを利用して決済処理を実行する。CAT端末は、認証を確認するレスポンスメッセージをストアコントローラに送信する。ストアコントローラは、受信されたレスポンスメッセージを、対応のリクエストメッセージの送信元であるPOS端末に送信する(例えば、特許文献1参照)。
A store controller has a CAT function that connects a plurality of POS (Point Of Sales) terminals and one CAT (Credit Authorization Terminal) terminal to the store controller and enables communication between the POS terminals and the CAT terminal. There is known a sales support management system given to.
Specifically, the store controller sends the request message sent from the POS terminal and the credit card data to the CAT terminal. In response to receiving the request message and credit card data sent from the store controller, the CAT terminal uses the received credit card data to execute settlement processing. The CAT terminal sends a response message confirming the authentication to the store controller. The store controller transmits the received response message to the POS terminal that sent the corresponding request message (see, for example, Patent Document 1).

特許第4781574号公報Japanese Patent No. 4781574

しかしながら、特許文献1に記載のストアコントローラのCAT機能は、単に、複数のPOS端末のうちで会計が行われたPOS端末とCAT端末との間で授受される情報の中継を行うというものである。また、CAT端末は、受信されたクレジットカードのデータを用いた決済処理を1件ごとに処理するようにされており、同時並行で複数件の決済処理を実行するものではない。
このため、特許文献1の販売支援管理システムでは、例えばPOS端末からリクエストメッセージとクレジットカードのデータとが送信された順に従って決済処理を行っていくことしかできない。即ち、特許文献1に記載のストアコントローラのCAT機能では、複数のPOS端末に対応して柔軟に決済処理を行うことが難しい。
However, the CAT function of the store controller described in Patent Literature 1 simply relays information exchanged between the POS terminal and the CAT terminal, among a plurality of POS terminals, where accounting is performed. . In addition, the CAT terminal is designed to process each settlement process using the received credit card data, and does not execute multiple settlement processes in parallel.
Therefore, in the sales support management system of Patent Document 1, for example, payment processing can only be performed according to the order in which the request message and the credit card data are transmitted from the POS terminal. That is, with the CAT function of the store controller described in Patent Document 1, it is difficult to flexibly perform payment processing corresponding to a plurality of POS terminals.

本発明は、このような事情に鑑みてなされたもので、決済端末と会計装置とが一対多の関係にある場合において、複数の会計装置に応じた決済処理に柔軟に対応できるようにすることを目的とする。 SUMMARY OF THE INVENTION The present invention has been made in view of such circumstances, and it is desirable to be able to flexibly deal with payment processing according to a plurality of accounting devices when there is a one-to-many relationship between payment terminals and accounting devices. aim.

上述した課題を解決するための本発明の一態様は、会計に関する会計処理を実行する複数の会計装置と接続する会計装置対応接続手段と、会計処理に応じて前記会計装置から出力された決済情報であって、決済に対応する処理に利用される決済情報を入力する入力手段と、前記入力手段により入力された決済情報のうちから決済対応処理に利用すべき決済情報を指定する指定手段とを備える決済情報処理装置である。 One aspect of the present invention for solving the above-mentioned problems is accounting device compatible connection means for connecting to a plurality of accounting devices that execute accounting processing related to accounting, and settlement information output from the accounting device according to the accounting processing. inputting means for inputting payment information to be used for processing corresponding to payment; and designating means for designating payment information to be used for payment processing from among the payment information input by the input means. It is a payment information processing device provided.

また、本発明の一態様は、コンピュータを、会計に関する会計処理を実行する複数の会計装置と接続する会計装置対応接続手段、会計処理に応じて前記会計装置から出力された決済情報であって、決済に対応する処理に利用される決済情報を入力する入力手段、前記入力手段により入力された決済情報のうちから決済対応処理に利用すべき決済情報を指定する指定手段として機能させるためのプログラムである。 Further, one aspect of the present invention is accounting device compatible connection means for connecting a computer to a plurality of accounting devices that execute accounting processing related to accounting, settlement information output from the accounting device according to accounting processing, A program for functioning as input means for inputting payment information to be used for processing corresponding to payment, and specifying means for specifying payment information to be used for payment processing from among the payment information input by the input means. be.

以上説明したように、本発明によれば決済端末と会計装置とが一対多の関係にある場合において、複数の会計装置に応じた決済処理に柔軟に対応できるようになるという効果が得られる。 As described above, according to the present invention, when there is a one-to-many relationship between payment terminals and accounting devices, it is possible to flexibly deal with payment processing according to a plurality of accounting devices.

第1実施形態における商品販売データ処理システムが使用される店舗の概要を示す図である。BRIEF DESCRIPTION OF THE DRAWINGS It is a figure which shows the outline|summary of the store where the merchandise sales data processing system in 1st Embodiment is used. 第1実施形態における商品販売データ処理システムの構成例を示す図である。It is a figure which shows the structural example of the merchandise sales data processing system in 1st Embodiment. 第1実施形態における計量会計装置の構成例を示す図である。It is a figure which shows the structural example of the weighing accounting apparatus in 1st Embodiment. 第1実施形態における計量会計装置の外観例を示す斜視図である。1 is a perspective view showing an appearance example of a weighing and accounting device according to a first embodiment; FIG. 第1実施形態における決済中間処理装置の構成例を示す図である。It is a figure which shows the structural example of the settlement intermediate processing apparatus in 1st Embodiment. 第1実施形態における商品登録画面の表示態様例を示す図である。It is a figure which shows the example of a display mode of the goods registration screen in 1st Embodiment. 第1実施形態における商品登録画面の表示態様例を示す図である。It is a figure which shows the example of a display mode of the goods registration screen in 1st Embodiment. 第1実施形態における精算画面の表示態様例を示す図である。It is a figure which shows the example of a display mode of the settlement screen in 1st Embodiment. 第1実施形態における計量会計装置の客用表示部に表示される精算情報画面の例を示す図である。It is a figure which shows the example of the settlement information screen displayed on the display part for customers of the weighing accounting apparatus in 1st Embodiment. 第1実施形態における決済中間処理装置において表示される決済指示画面の態様例を示す図である。FIG. 4 is a diagram showing an example of a payment instruction screen displayed on the payment intermediate processing device in the first embodiment; 第1実施形態における決済中間処理装置において表示される決済指示画面の他の態様例を示す図である。FIG. 10 is a diagram showing another aspect example of the payment instruction screen displayed in the payment intermediate processing device in the first embodiment; 第1実施形態における決済中間処理装置が実行する処理手順例を示すフローチャートである。4 is a flow chart showing an example of a processing procedure executed by the payment intermediate processing device in the first embodiment; 第1実施形態における商品登録情報券の例を示す図である。It is a figure which shows the example of the product registration information ticket in 1st Embodiment. 第1実施形態における商品登録情報券の例を示す図である。It is a figure which shows the example of the product registration information ticket in 1st Embodiment. 第2実施形態における商品販売データ処理システムの構成例を示す図である。It is a figure which shows the structural example of the merchandise sales data processing system in 2nd Embodiment. 第2実施形態における精算画面の表示態様例を示す図である。It is a figure which shows the example of a display mode of the settlement screen in 2nd Embodiment. 第2実施形態における精算画面の表示態様の他の例を示す図である。It is a figure which shows the other example of the display mode of the settlement screen in 2nd Embodiment. 第3実施形態における商品販売データ処理システムの構成例を示す図である。It is a figure which shows the structural example of the merchandise sales data processing system in 3rd Embodiment. 第4実施形態における商品販売データ処理システムの構成例を示す図である。It is a figure which shows the structural example of the merchandise sales data processing system in 4th Embodiment.

<第1実施形態>
図1は、本実施形態の商品販売データ処理システムが使用される店舗STの概要を示している。本実施形態における商品販売データ処理システムが使用される店舗STは、例えば、商業施設(例えば、百貨店、ショッピングセンター、駅構内等)で運営されている。本実施形態の店舗STとしては食品を販売している場合を例に挙げる。本実施形態の店舗STでは、「量り売り」と呼ばれる、買上商品としての食品の重量に応じて商品の価格を設定して販売を行う態様に対応する。
同図に示される陳列ケース内には、商品としての種々の食品が陳列されている。
陳列ケース上には、3つの計量会計装置10-1、10-2、10-3(会計装置の一例)が設置されている。なお、以降の説明にあたり、計量会計装置10-1、10-2、10-3について特に区別しない場合には、計量会計装置10と記載する。計量会計装置10は、重量を計る商品を載せる秤台とを備え、会計に対応する処理を実行する装置である。なお、計量会計装置10は、質量を計測可能に構成されてよい。
本実施形態において、会計とは、一取引における客の買上商品の登録と登録された商品についての精算とを含む。また、本実施形態における会計は、商品登録に際して計量会計装置10が連携して一取引に対応する商品登録を統合する「商品登録引継ぎ」を含む。本実施形態において、会計処理は、商品の登録に対応する商品登録処理と、精算に対応する精算処理と、上記の商品登録引継ぎに対応する処理とを含む。
なお、店舗STにおける計量会計装置10の設置数については、特に限定されるものではない。
<First embodiment>
FIG. 1 shows an outline of a store ST in which the merchandise sales data processing system of this embodiment is used. A store ST using the merchandise sales data processing system of the present embodiment is operated, for example, in a commercial facility (eg, department store, shopping center, station premises, etc.). A case where food is sold as the store ST of the present embodiment will be taken as an example. In the store ST of the present embodiment, it corresponds to a mode called "selling by weight" in which the price of the food item is set according to the weight of the purchased item, and the food item is sold.
Various food products are displayed in the display case shown in FIG.
Three weighing and accounting devices 10-1, 10-2, and 10-3 (an example of accounting devices) are installed on the display case. In the following description, the weighing and accounting devices 10-1, 10-2, and 10-3 will be referred to as the weighing and accounting device 10 unless otherwise distinguished. The weighing and accounting device 10 is a device that includes a weighing platform on which products to be weighed are placed, and that executes processing corresponding to accounting. Note that the weighing and accounting device 10 may be configured to be able to measure mass.
In this embodiment, accounting includes the registration of products purchased by a customer in one transaction and the settlement of the registered products. Accounting in the present embodiment also includes "merchandise registration handover" in which the weighing and accounting devices 10 work together to integrate merchandise registration corresponding to one transaction when registering merchandise. In this embodiment, the accounting process includes product registration processing corresponding to product registration, settlement processing corresponding to settlement, and processing corresponding to the above product registration takeover.
The number of the weighing and accounting devices 10 installed in the store ST is not particularly limited.

客Cは、購入する商品、及び購入する重量(若しくは金額)を店員Sに指示する。店員Sは、客Cが指示した商品を登録対象として指定する操作を計量会計装置10に行う。そのうえで、店員Sは、登録対象の商品の重量(もしくは客Cが指示した金額に対応する重量)を計量会計装置10により計量させる。この際、店員Sは、商品を秤台に載せることで計量を行う。
計量会計装置10は、計量された重量と、商品について設定されている単位重量(例えば、100g)あたりの重量単価とにより商品の金額を算出し、商品の金額とともに登録対象として指定された商品の登録を行う。客Cは、自分が購入したい商品ごとに上記のように重量を店員Sに指示し、店員Sは、指示された商品の重量を計測し、商品登録を行っていく。
The customer C instructs the clerk S on the product to be purchased and the weight (or amount) to be purchased. The store clerk S performs an operation on the weighing and accounting device 10 to designate the product instructed by the customer C as an object to be registered. After that, the clerk S causes the weighing and accounting device 10 to measure the weight of the product to be registered (or the weight corresponding to the amount instructed by the customer C). At this time, the store clerk S weighs the product by placing it on a scale.
The weighing and accounting device 10 calculates the price of the product based on the measured weight and the unit weight per unit weight (for example, 100 g) set for the product, and calculates the price of the product and the price of the product designated to be registered. register. The customer C instructs the store clerk S about the weight of each product he or she wishes to purchase, and the store clerk S measures the weight of the instructed product and registers the product.

また、本実施形態における複数の計量会計装置10の間では、「商品登録引継ぎ」が可能とされている。商品登録引継ぎとは、店員が或る1つの計量会計装置10にて1つの取引における商品の登録を行った後に、店員が他の計量会計装置10に移動して同じ取引における商品の登録を継続して行うことである。商品登録引継ぎにおいては、同じ一取引において、先に計量会計装置10にて行われた商品の登録に応じた商品登録情報が次の計量会計装置10に引き継がれる。次の計量会計装置10は、引き継いだ商品登録情報に対して、自己の商品登録処理により登録された商品についての情報を追加することができる。 In addition, "merchandise registration handover" is possible between a plurality of weighing and accounting devices 10 in this embodiment. Product registration handover means that after a store clerk has registered a product for one transaction with one weighing and accounting device 10, the store clerk moves to another weighing and accounting device 10 and continues registering the product for the same transaction. It is to do In product registration handover, the product registration information corresponding to the registration of the product previously performed by the weighing and accounting device 10 is handed over to the next weighing and accounting device 10 in the same single transaction. The next weighing and accounting device 10 can add information about the product registered by its own product registration process to the inherited product registration information.

例えば、現在において店員Sが操作している計量会計装置10から離れた位置に陳列されている商品を客Cから指定されることがある。このような場合、「商品登録引継ぎ」が可能とされていることで、店員S、指定された商品のところにまで赴いて商品を取り出し、最寄りの場所に設置されている別の計量会計装置10により商品の登録を続けることができる。本実施形態における「商品登録引継ぎ」は、計量会計装置10-1、10-2、10-3が通信可能に接続されることにより実現される。 For example, the customer C may designate a product that is displayed at a position distant from the weighing and accounting device 10 currently being operated by the store clerk S. In such a case, since "merchandise registration handover" is possible, the store clerk S goes to the designated merchandise, takes out the merchandise, and transfers the merchandise to another weighing and accounting device 10 installed in the nearest place. can continue to register the product. "Takeover of product registration" in this embodiment is realized by communicably connecting the accounting devices 10-1, 10-2, and 10-3.

図2は、本実施形態における商品販売データ処理システムの構成例を示している。同図の商品販売データ処理システムは計量会計装置10(10-1、10-2、10-3)と、電子商品札30-1~30-nと、決済端末50と、決済中間処理装置60(決済情報処理装置の一例)とを備える。なお、以降において、電子商品札30-1~30-nについて特に区別しない場合には、電子商品札30と記載する。 FIG. 2 shows a configuration example of a product sales data processing system according to this embodiment. The merchandise sales data processing system shown in FIG. (an example of a payment information processing device). In the following description, the electronic merchandise tags 30-1 to 30-n are referred to as the electronic merchandise tags 30 when they are not particularly distinguished.

計量会計装置10は、商品登録操作に応じた商品登録処理を行う。商品登録処理として、計量会計装置10は、秤台に載せられた商品について計測された重量と、重量単価とにより商品ごとの金額を算出し、算出された金額を含む商品の商品登録情報を生成する。また、前述のように、計量会計装置10-1、10-2、10-3は連携して「商品登録引継ぎ」を行い、同じ店員が使用者として登録された一取引ごとに対応する商品登録情報を統合して管理する。また、計量会計装置10は、一取引に対応して得られた商品登録情報を精算情報として利用して精算処理を実行する。 The weighing and accounting device 10 performs product registration processing according to the product registration operation. As the product registration process, the weighing and accounting device 10 calculates the amount for each product based on the weight measured for the product placed on the weighing platform and the unit weight, and generates product registration information for the product including the calculated price. do. In addition, as described above, the weighing and accounting devices 10-1, 10-2, and 10-3 cooperate to carry out the "handover of product registration", and the corresponding product registration for each transaction in which the same salesclerk is registered as the user. Consolidate and manage information. In addition, the weighing and accounting device 10 uses product registration information obtained for one transaction as settlement information to execute settlement processing.

電子商品札30は、それぞれ、陳列された商品ごとに対応して店員に向けて設置されている。電子商品札30は、それぞれ、所定の近距離対応の無線通信方式により計量会計装置10の各々と通信可能である。
電子商品札30は、それぞれ、電子商品札番号を記憶している。電子商品札番号は、電子商品札30ごとに付与された番号であり、1の商品と対応付けられている。電子商品札30は、電子商品札番号が対応付けられた商品が陳列された場所に対応する位置に設置される。
電子商品札30は、振動を検出する振動センサを備える。
例えば、客Cによって商品が指示されると、店員Sは、指示された商品に対応する電子商品札30に対してタッチする操作を行う。電子商品札30はタッチの操作に応じた振動を検出し、自己が記憶する電子商品札番号を計量会計装置10に送信する。計量会計装置10は、電子商品札番号の受信に応じて、受信された電子商品札番号に対応付けられた商品を、登録対象の商品として設定する。
なお、同図においては、電子商品札30-1~30-nのn個の電子商品札30が配置された例が示されているが、これは、電子商品札30の数は、陳列される商品の数に応じて適宜変更されることを示している。電子商品札30は、例えばRFID(Radio Frequency IDentifier)タグなどにより構成することができる。
The electronic merchandise tag 30 is installed facing the store clerk corresponding to each displayed merchandise. Each of the electronic merchandise tags 30 can communicate with each of the weighing and accounting devices 10 by a predetermined short-distance wireless communication method.
Each electronic merchandise tag 30 stores an electronic merchandise tag number. The electronic merchandise tag number is a number assigned to each electronic merchandise tag 30 and is associated with one product. The electronic merchandise tag 30 is installed at a position corresponding to the place where the merchandise associated with the electronic merchandise tag number is displayed.
The electronic merchandise tag 30 includes a vibration sensor that detects vibration.
For example, when a product is indicated by the customer C, the clerk S performs an operation of touching the electronic product tag 30 corresponding to the indicated product. The electronic merchandise tag 30 detects the vibration corresponding to the touch operation, and transmits the self-stored electronic merchandise tag number to the weighing and accounting device 10 . In response to receiving the electronic merchandise tag number, the weighing and accounting device 10 sets the merchandise associated with the received electronic merchandise tag number as the merchandise to be registered.
Note that FIG. 3 shows an example in which n electronic merchandise tags 30-1 to 30-n are arranged. It indicates that it will be changed as appropriate according to the number of products available. The electronic merchandise tag 30 can be composed of, for example, an RFID (Radio Frequency Identifier) tag.

また、店員S-1、S-2は、それぞれ店員識別タグ40-1、40-2(識別情報が記録された媒体の一例)を所持する。店員識別タグ40は、例えば店員Sが胸の辺りで衣服に付ける名札に備えられればよい。なお、以降の説明において、店員S-1、S-2について特に区別しない場合には、店員Sと記載し、店員識別タグ40-1、40-2とで特に区別しない場合には、店員識別タグ40と記載する。
店員識別タグ40は、対応の店員Sについての店員識別情報を記憶している。店員識別タグ40は、数メートル程度の通信距離により、計量会計装置10のそれぞれと非接触(無線)による通信を行い、通信相手の計量会計装置10に対して、自己が記憶する店員識別情報を送信する。店員識別タグ40は、例えばRFIDタグなどにより構成することができる。
Further, salesclerks S-1 and S-2 possess salesclerk identification tags 40-1 and 40-2 (an example of a medium on which identification information is recorded), respectively. The store clerk identification tag 40 may be provided, for example, on a name tag attached to clothes by the store clerk S around the chest. In the following description, when the salesclerks S-1 and S-2 are not distinguished, they are referred to as salesclerk S, and when they are not distinguished from the salesclerk identification tags 40-1 and 40-2, they are referred to as salesclerk identification. Described as tag 40 .
The clerk identification tag 40 stores clerk identification information about the corresponding clerk S. FIG. The store clerk identification tag 40 communicates with each of the weighing and accounting devices 10 in a non-contact (wireless) manner over a communication distance of several meters, and transmits the store clerk identification information stored by itself to the weighing and accounting device 10 of the communicating party. Send. The store clerk identification tag 40 can be composed of, for example, an RFID tag.

決済端末50は、例えばクレジットカードをはじめ、電子マネー、プリペイドカード、ポイントカードのポイント利用などによる現金以外の種別による特定の1種以上の決済(特定決済)ごとに対応して、外部の決済センターCTと通信を行うことで決済処理を実行する。なお、同図では、1つの決済センターCTが示されているが、例えば決済端末50が対応する決済種別ごとに対応した決済センターと決済端末50が通信を行うようにされてよい。
本実施形態の決済端末50は決済中間処理装置60と接続される、決済中間処理装置60は、計量会計装置10のそれぞれと接続されている。つまり、本実施形態の決済端末50は、決済中間処理装置60を介して計量会計装置10のそれぞれと接続されている。
計量会計装置10は、特定決済が指定された場合に、決済端末50が決済処理に利用する決済情報を、決済中間処理装置60に対して(送信)出力する。決済中間処理装置60は、計量会計装置10のそれぞれから受信される決済情報を記憶したうえで、記憶された決済情報の決済端末50への転送に関する制御を実行する。
The payment terminal 50 corresponds to one or more specific types of payment (specified payment) by types other than cash, such as credit cards, electronic money, prepaid cards, point card points, etc., and is connected to an external payment center. Settlement processing is executed by communicating with CT. In addition, although one settlement center CT is shown in FIG.
The settlement terminal 50 of this embodiment is connected to the settlement intermediate processing device 60 , and the settlement intermediate processing device 60 is connected to each of the accounting devices 10 . That is, the settlement terminal 50 of the present embodiment is connected to each of the accounting devices 10 via the intermediate settlement processing device 60 .
When a specific payment is specified, the accounting device 10 outputs (sends) payment information to the intermediate payment processing device 60, which is used by the payment terminal 50 for payment processing. The settlement intermediate processing device 60 stores the settlement information received from each of the accounting devices 10 and then controls transfer of the stored settlement information to the settlement terminal 50 .

図3及び図4を参照して、本実施形態における計量会計装置10の構成例について説明する。図3は、計量会計装置10のハードウェア構成例を示すブロック図である。図4は、計量会計装置10の外観例を示す斜視図である。具体的に、図4(A)は店員S側から計量会計装置10を見た図であり、図4(B)は計量会計装置10を客C側から見た図である。 A configuration example of the weighing and accounting device 10 according to the present embodiment will be described with reference to FIGS. 3 and 4. FIG. FIG. 3 is a block diagram showing a hardware configuration example of the weighing and accounting device 10. As shown in FIG. FIG. 4 is a perspective view showing an example of the appearance of the weighing and accounting device 10. As shown in FIG. Specifically, FIG. 4A is a diagram of the weighing and accounting device 10 viewed from the store clerk S side, and FIG. 4B is a diagram of the weighing and accounting device 10 viewed from the customer C side.

図3に示すように、計量会計装置10は、CPU101と、ROM102と、RAM103と、スキャナ部104と、店員用表示部105と、客用表示部106と、ハードディスク107と、キー操作部108と、計量部109と、印字部110と、装置間対応通信部111と、近距離通信部112と、ドロア113とを備える。これらは、バス119を介して互いに接続されている。 As shown in FIG. 3, the accounting device 10 includes a CPU 101, a ROM 102, a RAM 103, a scanner unit 104, a store clerk display unit 105, a customer display unit 106, a hard disk 107, and a key operation unit 108. , a weighing unit 109 , a printing unit 110 , an inter-apparatus communication unit 111 , a short-range communication unit 112 , and a drawer 113 . These are connected to each other via bus 119 .

CPU101は、プログラムを実行することにより、計量会計装置10としての機能実現のための各種処理を実行する。
ROM102は、種々の情報を記憶する。例えば、CPU101が実行するプログラムを記憶する。また、ROM102は、店員用表示部105や客用表示部106による表示に関する情報(画面情報、メッセージ情報等)を記憶する。また、ROM102は、自装置を識別させるための装置番号(装置識別子)を記憶する。また、ROM102は、印字部110による印字に関する情報(印字内容、印字フォーマット情報等)を記憶してもよい。
RAM103は、CPU101が処理、演算を実行するにあたっての作業領域として利用される。
The CPU 101 executes various processes for realizing the functions of the weighing and accounting device 10 by executing programs.
ROM 102 stores various information. For example, it stores programs executed by the CPU 101 . In addition, the ROM 102 stores information (screen information, message information, etc.) relating to display by the store clerk display section 105 and the customer display section 106 . In addition, the ROM 102 stores a device number (device identifier) for identifying its own device. The ROM 102 may also store information (print content, print format information, etc.) regarding printing by the printing unit 110 .
The RAM 103 is used as a working area when the CPU 101 executes processing and calculations.

スキャナ部104は、例えば二次元コードやバーコードなどのコード化された情報を光学的に読み取る。例えば、図4(A)、図4(B)に示されるように、スキャナ部104は、客Cからは見えにくい位置に設置されている。 A scanner unit 104 optically reads coded information such as a two-dimensional code or a bar code. For example, as shown in FIGS. 4A and 4B, the scanner unit 104 is installed at a position that is difficult for the customer C to see.

店員用表示部105は、図4(A)に示すように、店員S側に向けて配置される。店員用表示部105は、タッチパネルとして構成され、表示された操作画面に対して指などの操作体が画面に触れることによる操作を受け付ける。 The store clerk display unit 105 is arranged facing the store clerk S side, as shown in FIG. 4(A). The store clerk display unit 105 is configured as a touch panel, and receives an operation by touching the displayed operation screen with an operating body such as a finger.

客用表示部106は、図4(B)に示すように、客C側に向けて配置され、客向けの表示を行う。なお、客用表示部106は、客Cによる操作が可能なようにタッチパネルとして構成されてもよい。 As shown in FIG. 4(B), the customer display unit 106 is arranged facing the customer C, and displays information for the customer. The customer display unit 106 may be configured as a touch panel so that the customer C can operate it.

ハードディスク107は、CPU101の補助記憶装置として計量会計装置10に必要な各種の情報を記憶する。ハードディスク107は、例えば商品ファイル等を記憶してもよい。ハードディスク107は、登録処理等をCPU101に実行させるためのプログラムを記憶してもよい。また、ハードディスク107は、プログラムが実行されることによって生成される種々の情報を記憶してもよい。また、ハードディスク107は、店員用表示部105や客用表示部106による表示に関する情報や、印字部110による印字に関する情報を記憶してもよい。
なお、ハードディスク107に代えて、SSD(Solid State Drive)等の他の記憶デバイスが備えられてもよい。
The hard disk 107 serves as an auxiliary storage device for the CPU 101 and stores various information necessary for the accounting device 10 . The hard disk 107 may store product files, for example. The hard disk 107 may store a program for causing the CPU 101 to execute registration processing and the like. The hard disk 107 may also store various information generated by executing programs. Further, the hard disk 107 may store information about display by the store clerk display section 105 and the customer display section 106 and information about printing by the printing section 110 .
Note that, instead of the hard disk 107, another storage device such as an SSD (Solid State Drive) may be provided.

キー操作部108は、図4(A)に示すように、店員からの種々の操作を受け付けるための各種の操作キー(置数キー、取消キー、風袋キー、追加キー、品番キー、実行キー等)を備える。 As shown in FIG. 4A, the key operation unit 108 includes various operation keys (number key, cancel key, tare key, addition key, product number key, execution key, etc.) for receiving various operations from the store clerk. ).

計量部109は、秤台109aに置かれた商品等(商品及び該商品を入れた風袋)の重量を計量し、計量値を示したデータをCPU101に出力する。なお、計量部109から計量値を取得したCPU101は、計量値から所定の重量(風袋の重量)を減算して、秤台109aに置かれた商品を算出する。また、CPU101は、上述の如く算出した商品の重量をRAM103に一時記憶するとともに、表示部(店員用表示部105、客用表示部106)に表示させる。 The weighing unit 109 measures the weight of the product or the like placed on the scale 109 a (the product and the tare containing the product) and outputs data indicating the weight value to the CPU 101 . Note that the CPU 101 that has acquired the weighed value from the weighing unit 109 subtracts a predetermined weight (the weight of the tare) from the weighed value to calculate the product placed on the weighing table 109a. In addition, the CPU 101 temporarily stores the product weight calculated as described above in the RAM 103, and displays it on the display units (clerk display unit 105 and customer display unit 106).

印字部110は、記録媒体に印字(印刷)し、発行口(図4(A)参照)から発行(出力)する。例えば印字部110は、商品に貼り付けるラベルを発行することができる。 The printing unit 110 prints (prints) on a recording medium and issues (outputs) from an issue port (see FIG. 4A). For example, the printing unit 110 can issue labels to be attached to products.

装置間対応通信部111は、所定の通信網を経由して、他の計量会計装置10及び決済中間処理装置60と通信を行う。装置間対応通信部111により、計量会計装置10間での通信が実現される。なお、装置間対応通信部111が対応する通信網は、有線であってもよいし、無線であってもよい。 The inter-device correspondence communication unit 111 communicates with other accounting devices 10 and intermediate settlement processing devices 60 via a predetermined communication network. Communication between the weighing and accounting devices 10 is realized by the inter-device communication unit 111 . The communication network supported by the inter-apparatus communication unit 111 may be wired or wireless.

近距離通信部112は、電子商品札30及び店員識別タグ40と、無線により通信を行う。ここで、電子商品札30と近距離通信部112との通信距離と、店員識別タグ40と近距離通信部112との通信距離とは異なるように設定されてよい。例えば、電子商品札30については、陳列ケースに配置されている電子商品札30とのいずれとも通信が可能なように広めの通信距離が設定されることが好ましい。一方、店員識別タグ40は、例えば店員Sが計量会計装置10を操作している状態において、操作対象の計量会計装置10との通信は可能であるが、他の計量会計装置10とは通信が行われない程度の短い通信距離を設定することが好ましい。 The short-range communication unit 112 wirelessly communicates with the electronic merchandise tag 30 and the salesclerk identification tag 40 . Here, the communication distance between the electronic merchandise tag 30 and the short-range communication unit 112 may be set to be different from the communication distance between the store clerk identification tag 40 and the short-range communication unit 112 . For example, for the electronic merchandise tag 30, it is preferable to set a wider communication distance so that it can communicate with any of the electronic merchandise tags 30 placed in the display case. On the other hand, the clerk identification tag 40 can communicate with the weighing and accounting device 10 to be operated while the clerk S is operating the weighing and accounting device 10, but cannot communicate with other weighing and accounting devices 10. It is preferable to set a short communication distance that does not occur.

図4(A)に示されるように、電子商品札30は、店員S側に向けて商品ごとに設置されている。電子商品札30は、同図に示されるように単価(単位重量あたり、または単位個数あたりの価格)などを表示する表示部が備えられている。店員Sは、電子商品札30を見ることで、どこにどの商品が配置されているのかを把握できるとともに、商品ごとの価格を把握できる。
また、図4(B)に示すように、客C側には、電子商品札30とは異なる商品札32が商品ごとに設置されている。商品札32には、商品名や価格などをはじめとする客C向けの情報が示されている。
なお、商品札32も表示部を有する電子商品札30と同様の構成であってもよい。
As shown in FIG. 4A, the electronic merchandise tag 30 is installed for each merchandise toward the store clerk S side. The electronic merchandise tag 30 is provided with a display section for displaying the unit price (price per unit weight or per unit number), as shown in FIG. By looking at the electronic merchandise tag 30, the store clerk S can grasp which merchandise is arranged where and grasp the price of each merchandise.
Also, as shown in FIG. 4B, on the customer C side, a product tag 32 different from the electronic product tag 30 is installed for each product. The product tag 32 shows information for the customer C, including the product name and price.
Note that the product tag 32 may also have the same configuration as the electronic product tag 30 having a display.

ドロア113は、現金による支払いに対応して設けられ、貨幣(紙幣、硬貨)が貨幣種別ごとに区分されるようにして収納されている。ドロア113は、例えば精算処理が行われるのに応じて開くように制御される。
図4(A)、図4(B)では、ドロア113は、秤台109a、店員用表示部105、客用表示部106、印字部110等を備える本体部の下に配置されるように設けられた例が示されている。ドロア113は、同図のように本体部と連結された状態で設けられてもよいし、本体部と分離された状態で設けられてもよい。
The drawer 113 is provided for payment in cash, and stores money (banknotes, coins) so as to be sorted by money type. The drawer 113 is controlled to open in accordance with, for example, settlement processing.
4(A) and 4(B), the drawer 113 is arranged under the main unit including the weighing table 109a, the store clerk display unit 105, the customer display unit 106, the printing unit 110, and the like. example is shown. The drawer 113 may be provided in a state of being connected to the main body as shown in the figure, or may be provided in a state of being separated from the main body.

なお、例えばドロア113に代えて、例えば貨幣の投入口と排出口とを備え、入金された預かり金の金額を検出し、釣銭としての貨幣を自動的に排出するようにされた自動釣銭機が設けられてもよい。
ただし、以降においては、説明を簡単にするため、自動釣銭機ではなくドロア113が設けられた場合を例に説明する。
Instead of the drawer 113, for example, there is an automatic change machine provided with a coin slot and a coin outlet, which detects the amount of deposited money and automatically discharges the money as change. may be provided.
However, in order to simplify the explanation, the case where the drawer 113 is provided instead of the automatic change machine will be explained as an example.

次に、図5を参照して、本実施形態の決済中間処理装置60の構成例について説明する。同図の決済中間処理装置60は、CPU601と、記憶部602と、RAM603と、タッチパネル表示部604と、インジケータ部605と、決済端末対応通信部606と、装置間対応通信部607と、近距離通信部608と、スキャナ部609とを備える。 Next, a configuration example of the settlement intermediate processing device 60 of the present embodiment will be described with reference to FIG. The settlement intermediate processing device 60 in FIG. A communication unit 608 and a scanner unit 609 are provided.

CPU601は、プログラムを実行することにより、決済中間処理装置60としての機能実現のための各種処理を実行する。
記憶部602は、CPU601の補助記憶装置であり、CPU601が利用する各種の情報を記憶する。例えば、記憶部602は、CPU601が実行するプログラムを記憶する。
RAM603は、CPU601の主記憶装置であり、CPU601の作業領域として利用する。
タッチパネル表示部604は、タッチパネル(タッチパッド)と表示部とが組み合わされたことで、表示面に対する操作が可能なようにされた部位である。
インジケータ部605は、例えば決済中間処理装置60の筐体に表出して配置される所定数のLED(Light Emitting Diode)を備え、LEDを点灯させて所定の状態を表す部位である。
決済端末対応通信部606は、決済端末50と通信を行う部位である。一具体例として、決済端末対応通信部606はUSB(Universal Serial Bus)に対応する。つまり、決済中間処理装置60と決済端末50とはUSBにより接続される。しかしながら、USBは一例であって、決済中間処理装置60と決済端末50との接続に適用される通信方式、データインターフェースの方式は特に限定されない。また、決済中間処理装置60と決済端末50との接続は無線であってもよい。
装置間対応通信部607は、計量会計装置10のそれぞれと通信を行う部位である。
近距離通信部608は、店員識別タグ40と通信を行う部位である。
スキャナ部609は、コード化された情報を光学的に読み取る。
なお、決済中間処理装置60は、例えばボタンなどの物理的な操作子も設けられてよいが、同図では、図示を省略している。
The CPU 601 executes various processes for realizing the functions of the settlement intermediate processing device 60 by executing programs.
A storage unit 602 is an auxiliary storage device for the CPU 601 and stores various types of information used by the CPU 601 . For example, the storage unit 602 stores programs executed by the CPU 601 .
A RAM 603 is a main storage device of the CPU 601 and is used as a work area for the CPU 601 .
The touch panel display portion 604 is a portion that enables operation on the display surface by combining a touch panel (touch pad) and a display portion.
The indicator unit 605 is a part that has a predetermined number of LEDs (Light Emitting Diodes) that are exposed on the housing of the settlement intermediate processing device 60, for example, and indicates a predetermined state by lighting the LEDs.
The payment terminal correspondence communication unit 606 is a part that communicates with the payment terminal 50 . As a specific example, the settlement terminal compatible communication unit 606 is compatible with USB (Universal Serial Bus). That is, the settlement intermediate processing device 60 and the settlement terminal 50 are connected by USB. However, USB is only an example, and the communication method and data interface method applied to the connection between payment intermediate processing device 60 and payment terminal 50 are not particularly limited. Also, the connection between the settlement intermediate processing device 60 and the settlement terminal 50 may be wireless.
The inter-device correspondence communication unit 607 is a part that communicates with each of the weighing and accounting devices 10 .
The short-range communication unit 608 is a part that communicates with the clerk identification tag 40 .
A scanner unit 609 optically reads the coded information.
Note that the payment intermediate processing device 60 may be provided with physical operators such as buttons, but they are omitted in the figure.

続いて、図6~図8を参照して、図2に示される商品販売データ処理システムの構成と店員Sの配置状況のもとで、店員S-1が一取引に対応する会計を行うにあたっての操作手順例について説明する。同図の説明にあたっては、客Cが、一取引により「サーモンのマリネ」と「ローストビーフ」との2つの商品を購入する場合を例に挙げて説明する。
ここで、客Cは、今回の取引における1つ目の商品として、「サーモンのマリネ」について200gを購入する旨を店員S-1に告げた。ここで、「サーモンのマリネ」の商品が陳列されている場所に最も近い計量会計装置10は、計量会計装置10-2であった。そこで、店員S-1は、計量会計装置10-2を使用して「サーモンのマリネ」の商品の登録を行うこととした。
店員S-1は、計量会計装置10-2の使用を開始するにあたり、自分が計量会計装置10-2の使用者となるように使用者登録を行う。
使用者登録は、例えば以下のように行われる。店員S-1が計量会計装置10-2に近づくことに応じて、店員S-1の店員識別タグ40と計量会計装置10-2とが通信可能になる。店員識別タグ40との通信が可能となったことに応じて、計量会計装置10-2は、例えば店員S-1を示す店員ボタンを表示する。店員S-1は、表示された店員ボタンに対して例えばタップ操作を行う。これにより、計量会計装置10-2にて店員S-1を使用者として登録する使用者登録が行われる。
このように使用者登録が行われた後、店員S-1は、店員用表示部105において表示されている商品登録画面に対する操作により「サーモンのマリネ」を登録対象の商品として指定する。
Next, referring to FIGS. 6 to 8, under the configuration of the merchandise sales data processing system shown in FIG. will be described. In the explanation of FIG. 1, a case where customer C purchases two products, "marinated salmon" and "roast beef" in one transaction, will be taken as an example.
At this point, customer C told clerk S-1 that he would purchase 200 g of "marinated salmon" as the first product in this transaction. Here, the weighing and accounting device 10 closest to the place where the product "marinated salmon" is displayed is the weighing and accounting device 10-2. Therefore, store clerk S-1 uses the accounting device 10-2 to register the product "marinated salmon".
When starting to use the weighing and accounting device 10-2, the store clerk S-1 performs user registration so that he or she becomes the user of the weighing and accounting device 10-2.
User registration is performed, for example, as follows. As the store clerk S-1 approaches the weighing and accounting device 10-2, communication between the store clerk identification tag 40 of the store clerk S-1 and the weighing and accounting device 10-2 becomes possible. In response to being able to communicate with the salesclerk identification tag 40, the weighing and accounting device 10-2 displays a salesclerk button indicating salesclerk S-1, for example. The store clerk S-1 performs, for example, a tap operation on the displayed store clerk button. As a result, user registration for registering salesclerk S-1 as a user is performed in the accounting device 10-2.
After the user registration is performed in this manner, salesclerk S-1 designates “marinated salmon” as a product to be registered by operating the product registration screen displayed on display unit 105 for salesclerk.

図6は、計量会計装置10-2の店員用表示部105にて表示される商品登録画面の例を示している。同図の商品登録画面は、「サーモンのマリネ」を登録対象の商品として指定する操作、商品を計量する操作、及び商品の登録を確定させる操作とによる、「サーモンのマリネ」に対応する一連の商品登録操作が終了した段階での表示内容例を示している。
同図の商品登録画面においては、商品名エリアAR1、風袋重量エリアAR11、商品重量エリアAR12、内容量エリアAR13、重量単価エリアAR14、商品価格エリアAR15が配置されている。
商品名エリアAR1は、登録対象として指定された商品の商品名が表示されるエリアである。
風袋重量エリアAR11は、予め設定された風袋の重量を呼び出した場合に、風袋の重量が表示されるエリアである。
商品重量エリアAR12は、計量部109により計量された登録対象の商品の重量が示されるエリアである。
内容量エリアAR13は、登録対象の商品の内容量が表示されるエリアである。
重量単価エリアAR14は、登録対象の商品が量り売りである場合において、登録対象の商品の単位重量(100g)あたりの単価(重量単価)が表示される領域である。
商品価格エリアAR15は、登録対象の商品の重量または内容量に応じた価格(商品価格)が表示されるエリアである。
登録対象の商品を指定する操作が行われていない段階では、商品名エリアAR1、風袋重量エリアAR11、商品重量エリアAR12、内容量エリアAR13、重量単価エリアAR14、商品価格エリアAR15においては、例えば特に表示は行われない。つまり、有意な数値表示はされない。
FIG. 6 shows an example of a product registration screen displayed on the clerk display section 105 of the accounting device 10-2. The product registration screen in the same figure shows a series of operations corresponding to "marinated salmon" by specifying "marinated salmon" as a product to be registered, weighing the product, and confirming product registration. It shows an example of display contents at the stage when the product registration operation is completed.
In the product registration screen shown in the figure, a product name area AR1, a tare weight area AR11, a product weight area AR12, a content area AR13, a weight unit price area AR14, and a product price area AR15 are arranged.
The product name area AR1 is an area in which the product name of the product designated as a registration target is displayed.
The tare weight area AR11 is an area in which the tare weight is displayed when the preset tare weight is called.
The product weight area AR12 is an area where the weight of the product to be registered weighed by the weighing unit 109 is indicated.
The content area AR13 is an area in which the content of the product to be registered is displayed.
The weight unit price area AR14 is an area where the unit price (weight unit price) per unit weight (100 g) of the product to be registered is displayed when the product to be registered is sold by weight.
The product price area AR15 is an area where a price (product price) corresponding to the weight or content of the product to be registered is displayed.
In the stage where the operation to specify the product to be registered is not performed, the product name area AR1, the tare weight area AR11, the product weight area AR12, the content area AR13, the weight unit price area AR14, and the product price area AR15, for example, No display is performed. In other words, no significant numerical value is displayed.

また、同図の商品登録画面においては、商品分類ボタンBT1(BT1-1、BT1-2)と、商品ボタンBT2(BT2-1、BT2-2、BT2-3)が配置されている。 In addition, on the product registration screen in the figure, product classification buttons BT1 (BT1-1, BT1-2) and product buttons BT2 (BT2-1, BT2-2, BT2-3) are arranged.

商品分類ボタンBT1(BT-1、BT1-2)は、登録対象の商品が該当する商品の分類を指定する操作が行われるボタンである。同図の場合には、商品分類ボタンBT1として、2つの商品分類ボタンBT1-1、BT1-2が配置されている。商品分類ボタンBT1-1は、「サラダ」に分類される商品に対応する。商品分類ボタンBT1-2は、「総菜」に分類される商品に対応する。
この場合、客Cから指定された「サーモンのマリネ」は「総菜」に分類される。そこで、この場合の店員Sは、「サーモンのマリネ」を登録対象として指定するにあたり、先ず、商品分類ボタンBT1-2を操作して、「総菜」の分類を選択する。なお、「総菜」の分類が既に選択された状態であった場合、店員Sは、商品分類ボタンBT1-2に対する操作は行わなくともよい。なお、商品分類ボタンBT1の数は、商品の分類数に応じて変更されてよい。
The product classification buttons BT1 (BT-1, BT1-2) are buttons for specifying the classification of products to which the product to be registered corresponds. In the case of the figure, two product classification buttons BT1-1 and BT1-2 are arranged as the product classification button BT1. The product classification button BT1-1 corresponds to products classified as "salad". The product classification button BT1-2 corresponds to products classified as "dish".
In this case, "marinated salmon" specified by customer C is classified as "dish". Therefore, in this case, in order to designate "marinated salmon" as a registration target, store clerk S first operates the product classification button BT1-2 to select the classification of "delicatessen". Note that if the "delicatessen" category has already been selected, the store clerk S does not need to operate the product category button BT1-2. The number of product classification buttons BT1 may be changed according to the number of product classifications.

商品ボタンBT2は、商品分類ボタンBT1に対する操作によって選択された分類に属する商品ごとに対応するボタンである。同図においては、「総菜」の分類に属する商品に対応する商品ボタンBT2として、3つの商品ボタンBT2-1、BT2-2、BT2-3が配置された例が示される。
商品ボタンBT2-1は、「サーモンのマリネ」に対応する。商品ボタンBT2-2は、ローストビーフに対応する。商品ボタンBT2-3は、「肉団子」に対応する。
The product button BT2 is a button corresponding to each product belonging to the category selected by operating the product classification button BT1. In the same figure, an example is shown in which three product buttons BT2-1, BT2-2, and BT2-3 are arranged as the product buttons BT2 corresponding to products belonging to the "delicatessen" category.
The product button BT2-1 corresponds to "marinated salmon". The product button BT2-2 corresponds to roast beef. The product button BT2-3 corresponds to "meat dumpling".

この場合、店員S-1は、客Cから指定された1つ目の商品である「サーモンのマリネ」に対応する商品ボタンBT2-1を操作する。商品ボタンBT2-1の操作に応じて、計量会計装置10-2は、商品ボタンBT2-1に対応する「サーモンのマリネ」を登録対象の商品として設定する。「サーモンのマリネ」が登録対象の商品として設定されたことに応じて、商品名エリアAR1においては、登録対象の商品の商品名として「サーモンのマリネ」が表示される。また、重量単価エリアAR14には、「サーモンのマリネ」の重量単価が398円であることが示される。ただし、この段階では、商品の重量が計測されていない。このため、風袋重量エリアAR11、商品重量エリアAR12、内容量エリアAR13においては特に表示は行われない。また、商品価格エリアAR15においては「0」が表示され、有効な金額が示されていない状態である。 In this case, the store clerk S-1 operates the product button BT2-1 corresponding to the first product specified by the customer C, ie, "marinated salmon". In response to the operation of product button BT2-1, weighing and accounting device 10-2 sets "marinated salmon" corresponding to product button BT2-1 as a product to be registered. In response to setting "marinated salmon" as the product to be registered, "marinated salmon" is displayed as the product name of the product to be registered in the product name area AR1. Further, the weight unit price area AR14 indicates that the weight unit price of "marinated salmon" is 398 yen. However, at this stage, the weight of the product is not measured. Therefore, no particular display is performed in the tare weight area AR11, product weight area AR12, and contents area AR13. In addition, "0" is displayed in the product price area AR15, indicating a state in which a valid amount is not indicated.

また、同図の商品登録画面においては、店員ボタン表示エリアAR20が設けられている。店員ボタン表示エリアAR20には、使用者として登録された店員に対応する店員ボタンが配置される。同図においては、店員ボタンBT30が配列された例が示されている。
店員ボタンBT30には、対応の店員についての名称(店員名称)と、対応の店員が現在応対している客との取引における商品登録状況として、当該取引においてこれまでに登録された商品の数(登録商品数)が示される。
具体的に、同図の例では、店員ボタンBT30において、「店員1」との店員名称が表示され、登録商品数については「01」との表記により、現在までに登録された商品が1つであることが示されている。
Also, in the product registration screen of FIG. 1, a store clerk button display area AR20 is provided. In the salesclerk button display area AR20, salesclerk buttons corresponding to salesclerks registered as users are arranged. In the same figure, an example in which store clerk buttons BT30 are arranged is shown.
The clerk button BT30 displays the name of the corresponding clerk (name of the clerk) and the number of products that have been registered in the transaction with the customer that the corresponding clerk is currently dealing with ( number of registered products) is shown.
Specifically, in the example shown in the figure, the clerk name "Clerk 1" is displayed on the clerk button BT30, and the number of registered products is indicated as "01", indicating that one product has been registered so far. It has been shown that

ここでは、同図に対応して「サーモンのマリネ」を登録対象として設定する操作を行った店員S-1が店員ボタンBT30に対応する「店員1」である。
上記のように登録対象の商品として「サーモンのマリネ」を指定した後、店員S-1(「店員1」)は、「サーモンのマリネ」を陳列ケースから取り出し、「サーモンのマリネ」の量が200gとなるように計量部109により計量しながら調整する。
店員S-1(「店員1」)は、「サーモンのマリネ」の量が200gとなるように調整を終えると、商品「サーモンのマリネ」についての登録を確定させるための操作(登録確定操作)として、例えば、自分に対応する店員ボタンBT30に対するタッチ操作を行う。
店員ボタンBT30に対するタッチ操作に応じて、計量会計装置10-2は、商品「サーモンのマリネ」についての登録を確定させる。つまり、計量会計装置10-2は、商品「サーモンのマリネ」についての商品登録情報を生成する。
Here, the store clerk S-1 who has performed the operation of setting "marinated salmon" as a registration target corresponding to the same figure is the "clerk 1" corresponding to the store clerk button BT30.
After specifying "marinated salmon" as the product to be registered as described above, salesclerk S-1 ("salesperson 1") takes out "marinated salmon" from the display case, and the amount of "marinated salmon" is It is adjusted while being weighed by the weighing unit 109 so as to be 200 g.
When the salesclerk S-1 (“clerk 1”) finishes adjusting the amount of “marinated salmon” to 200 g, the salesclerk S-1 performs an operation (registration confirming operation) for confirming the registration of the product “marinated salmon”. As such, for example, a touch operation is performed on the store clerk button BT30 corresponding to the user.
In response to the touch operation on store clerk button BT30, weighing and accounting device 10-2 confirms the registration of the product "marinated salmon". In other words, the accounting device 10-2 generates product registration information for the product "marinated salmon".

同図は、上記のようにして商品「サーモンのマリネ」についての登録が確定したことにより、段階における商品登録画面の例を示している。
店員S(「店員1」)に対応して一取引における1つ目の商品の登録が確定されたことに応じて、「店員1」に対応の店員ボタンBT30における商品登録数については、これまでの「00」の表示から、同図に示される「01」の表示に変更される。
また、同図の商品重量エリアAR12においては、現在において計量部109により計測されている重量が200gであることが示されている。また、商品価格エリアAR15においては、商品の重量と重量単価とにより求められた商品価格が796円であることが示されている。また、店員ボタンBT30においては、商品登録数として「01」の数字が表示される状態となっている。この状態は、「店員1」が現在応対している取引において、1つ目の商品が登録されたことを示す。
なお、このような「店員1」に対応の店員ボタンBT30の状態は、「商品登録引継ぎ」の機能の下で、他の計量会計装置10における商品登録画面においても反映されてもよい。
This figure shows an example of the product registration screen at the stage after the registration of the product "marinated salmon" has been confirmed as described above.
In response to the confirmation of the registration of the first product in one transaction corresponding to salesclerk S (“salesperson 1”), the number of product registrations on the salesclerk button BT30 corresponding to “salesperson 1” has not been confirmed until now. is changed from the display of "00" to the display of "01" shown in FIG.
Also, in the product weight area AR12 in the figure, it is indicated that the weight currently being measured by the weighing unit 109 is 200 g. Also, in the product price area AR15, it is shown that the product price obtained from the product weight and the weight unit price is 796 yen. Further, the clerk button BT30 is in a state where the number "01" is displayed as the number of registered products. This state indicates that the first product has been registered in the transaction that "clerk 1" is currently handling.
The state of the clerk button BT30 corresponding to "clerk 1" may be reflected in the product registration screen of another weighing and accounting device 10 under the "handover of product registration" function.

また、客Cは、上記の「サーモンのマリネ」の200gの注文を行った後、2つ目の商品として、次に「ローストビーフ」を250g注文した。そこで、店員S(「店員1」)は、上記のように「サーモンのマリネ」についての登録確定操作を行った後、次に、「ローストビーフ」を登録するための作業を行う。 After ordering 200g of "marinated salmon", customer C ordered 250g of "roast beef" as the second product. Therefore, the store clerk S ("store clerk 1") performs an operation for registering "roast beef" after confirming the registration of "marinated salmon" as described above.

「ローストビーフ」の商品は、「サーモンのマリネ」の商品から離れた位置に陳列されていたため、店員S(「店員1」)は、「ローストビーフ」が陳列されている場所にまで移動して、陳列ケースから商品「ローストビーフ」を取り出す。
ここで、「ローストビーフ」の商品に最も近い場所に設置されている計量会計装置10は、先に「サーモンのマリネ」を登録した計量会計装置10-2ではなく、計量会計装置10-3であった。このときに計量会計装置10-3は他のどの店員Sによっても使用されていなかった。そこで、店員S-1(「店員1」)は、「商品登録引継ぎ」の機能を利用して、計量会計装置10-3を使用して「ローストビーフ」の登録を行う。
Since the item "roast beef" was displayed at a position distant from the item "marinated salmon", the clerk S ("clerk 1") moved to the place where the item "roast beef" was displayed and displayed it. Take out the product "roast beef" from the case.
Here, the weighing and accounting device 10 installed closest to the item "roast beef" is the weighing and accounting device 10-3, not the weighing and accounting device 10-2 that previously registered "marinated salmon". rice field. At this time, the weighing and accounting device 10-3 was not used by any other clerk S. Therefore, store clerk S-1 (“clerk 1”) registers “roast beef” using the weighing and accounting device 10-3 by using the “handover of product registration” function.

計量会計装置10-3を使用しての「ローストビーフ」の登録にあたり、店員S-1は、計量会計装置10-3の店員用表示部105にて表示された「店員1」の店員ボタンBT30に対するタップ操作を行って、計量会計装置10-3に対する使用者登録を行う。
使用者登録が行われたことに応じて、先に計量会計装置10-2において、店員S-1(「店員1」)が使用者として登録された状態のもとで登録された「サーモンのマリネ」の商品についての商品登録情報が、計量会計装置10-3に転送される。つまり、計量会計装置10-2から計量会計装置10-3への商品登録引継ぎが行われる。このような商品登録引継ぎに応じた商品登録情報の転送は、例えば以下のようにして行われる。例えば、使用者登録が行われた計量会計装置10-3は、同じ使用者の登録のもとで登録された商品の商品登録情報を他の計量会計装置10-1、10-2に要求する。この場合、計量会計装置10-1には該当の商品登録情報は無いが、計量会計装置10-2は、該当の商品登録情報を記憶している。そこで、計量会計装置10-2は、該当の商品登録情報を要求元の計量会計装置10-3に転送する。
When registering "roast beef" using the weighing and accounting device 10-3, the clerk S-1 presses the clerk button BT30 of the "clerk 1" displayed on the clerk display unit 105 of the weighing and accounting device 10-3. A tap operation is performed to perform user registration for the weighing and accounting device 10-3.
In response to the user registration, the "salmon's The product registration information about the product "Marinade" is transferred to the weighing and accounting device 10-3. That is, the product registration is handed over from the weighing and accounting device 10-2 to the weighing and accounting device 10-3. The transfer of product registration information in response to such transfer of product registration is performed, for example, as follows. For example, the weighing and accounting device 10-3 registered as a user requests the other weighing and accounting devices 10-1 and 10-2 for product registration information of products registered under the same user registration. . In this case, the weighing and accounting device 10-1 does not have the corresponding commodity registration information, but the weighing and accounting device 10-2 stores the corresponding commodity registration information. Therefore, the weighing and accounting device 10-2 transfers the product registration information in question to the weighing and accounting device 10-3 of the request source.

そして、店員S-1(「店員1」)は、「ローストビーフ」の登録のために、先に「サーモンのマリネ」を登録した場合と同様の操作を計量会計装置10-3に対して行う。つまり、店員S-1(「店員1」)は、先ず、商品登録画面において「ローストビーフ」に対応して配置される商品ボタンBT2-2を操作し、「ローストビーフ」を登録対象の商品として設定する。 In order to register "roast beef", store clerk S-1 ("store clerk 1") performs the same operation as in the case of registering "marinated salmon" on the accounting device 10-3. In other words, salesclerk S-1 (“clerk 1”) first operates the product button BT2-2 arranged corresponding to “roast beef” on the product registration screen, and sets “roast beef” as a product to be registered. .

上記のように、店員が商品ボタンBT2-2を操作し、「ローストビーフ」を登録対象の商品として設定したことに応じて、計量会計装置10-3の店員用表示部105において表示される商品登録画面は以下のようになる。
商品登録画面の商品名エリアAR1においては、「ローストビーフ」が登録対象の商品として設定されたことに応じて、登録対象の商品の商品名として「ローストビーフ」が表示される。また、重量単価エリアAR14には、「ローストビーフ」の重量単価が420円であることが示されている。また、この段階では、商品の重量が計測されていないことから、商品価格エリアAR15においては「0」が表示される。
また、この段階では、「ローストビーフ」が登録対象として指定されてはいるが登録は確定していない。このため、同図の商品登録画面において配置されている店員S(「店員1」)に対応する店員ボタンBT30-1において示される登録商品数は「01」のままである。
As described above, when the clerk operates the product button BT2-2 and sets "roast beef" as the product to be registered, the product registration displayed on the clerk display unit 105 of the accounting device 10-3 is displayed. The screen looks like this:
In the product name area AR1 of the product registration screen, "roast beef" is displayed as the product name of the product to be registered in response to the setting of "roast beef" as the product to be registered. Further, the weight unit price area AR14 indicates that the weight unit price of "roast beef" is 420 yen. At this stage, since the weight of the product has not been measured, "0" is displayed in the product price area AR15.
At this stage, although "roast beef" has been designated as a registration target, registration has not been finalized. Therefore, the number of registered products indicated by the clerk button BT30-1 corresponding to the clerk S (“clerk 1”) arranged on the product registration screen in FIG. 10 remains “01”.

次に、店員S(「店員1」)は、計量会計装置10-3の秤台109aに「ローストビーフ」を載せて250gとなるように量を調節した後、登録確定操作として、自分に対応する店員ボタンBT30-1を操作し、「ローストビーフ」の登録を確定させる。 Next, store clerk S ("clerk 1") puts "roast beef" on the scale 109a of the accounting device 10-3, adjusts the amount to 250 g, and then responds to himself as a registration confirmation operation. The clerk button BT30-1 is operated to confirm the registration of "roast beef".

図7は、上記のように「ローストビーフ」についての登録が確定された後において計量会計装置10-3の店員用表示部105に表示される商品登録画面の例を示している。
同図の商品登録画面において、商品重量エリアAR12には、現在において計量部109により計測されている重量が250gであることが示されている。また、商品価格エリアAR15においては、「ローストビーフ」について計測された重量と重量単価とにより求められた商品価格が1050円であることが示されている。
また、「ローストビーフ」についての登録が確定されたことに応じて、「店員1」に対応する店員ボタンBT30における商品登録数は、「01」から「02」に変化し、「店員1」が応対する取引のもとで、2つ目の商品の登録が行われている段階であることが示される。
このように客Cの注文に応じた「サーモンのマリネ」と「ローストビーフ」の登録が確定された段階では、計量会計装置10-3にて、「サーモンのマリネ」と「ローストビーフ」との登録結果が統合された商品登録情報が得られている。
FIG. 7 shows an example of a product registration screen displayed on the clerk display unit 105 of the accounting device 10-3 after the registration of "roast beef" is confirmed as described above.
In the product registration screen shown in FIG. 4, the product weight area AR12 indicates that the weight currently measured by the weighing unit 109 is 250 g. In addition, in the product price area AR15, it is shown that the product price obtained from the measured weight and unit price of "roast beef" is 1050 yen.
Further, in response to the confirmation of the registration of "roast beef", the number of product registrations on the salesclerk button BT30 corresponding to "clerk 1" changes from "01" to "02", and "clerk 1" responds. It is shown that the registration of the second product is being performed under the transaction to be performed.
At the stage where the registration of "marinated salmon" and "roast beef" according to the order of customer C is confirmed in this way, the registration results of "marinated salmon" and "roast beef" are displayed in the accounting device 10-3. product registration information is obtained.

この場合の客Cの注文は、「サーモンのマリネ」と「ローストビーフ」との2つであることから、これで客Cの注文に応じた商品の登録が全て完了した。そこで、この場合の店員は、今回の取引についての精算のために、「ローストビーフ」の登録を行った計量会計装置10-3にて商品登録完了操作(例えば小計操作)を行う。 In this case, customer C has two orders, ie, "marinated salmon" and "roast beef." Therefore, the store clerk in this case performs a product registration completion operation (for example, a subtotal operation) on the weighing and accounting device 10-3 that has registered "roast beef" in order to settle the account for this transaction.

なお、上記の「商品登録引継ぎ」は、例えば一取引において同じ店員Sが商品登録のために操作する計量会計装置10が変更されていくことに応じて、先に商品登録が行われていた計量会計装置10が、次に商品登録が行われることとなった計量会計装置10に商品登録情報を転送することにより実現されるようにしていた。
本実施形態の「商品登録引継ぎ」は、例えば以下のような構成によっても実現できる。つまり、一取引において同じ店員Sが商品登録のために操作する計量会計装置10を変更していっても、この段階では商品登録情報の転送を行わず、それぞれの計量会計装置10が商品登録情報を保持しておく。そして、最後に或る計量会計装置10に対して当該取引についての小計操作が行われたことに応じて、小計操作が行われた計量会計装置10が、他の計量会計装置10において保持されている同じ取引に対応の商品登録情報を取得し、取得した商品登録情報と、自己が記憶している同じ取引についての商品登録情報とを統合するようにしてもよい。
Note that the above-mentioned "handover of product registration" is, for example, a change of the weighing and accounting device 10 operated by the same store clerk S for product registration in one transaction. This is realized by the accounting device 10 transferring the product registration information to the weighing and accounting device 10 for which product registration is to be performed next.
The "handover of product registration" of this embodiment can also be realized by, for example, the following configuration. In other words, even if the same clerk S changes the weighing and accounting device 10 operated for product registration in one transaction, the product registration information is not transferred at this stage, and each weighing and accounting device 10 uses the product registration information. keep Finally, in response to the subtotal operation for the transaction being performed on a certain weighing and accounting device 10, the weighing and accounting device 10 for which the subtotal operation was performed is held in another weighing and accounting device 10. It is also possible to acquire the product registration information corresponding to the same transaction in which the product registration information is stored, and integrate the acquired product registration information with the product registration information for the same transaction stored by itself.

なお、このような店舗STでは、上記の「サーモンのマリネ」、「ローストビーフ」等のような量り売りの商品の他に、予め価格が設定された定額商品も販売する場合がある。このような定額商品の場合には、店員Sは、例えば定額商品に付されたラベルなどに印刷されたバーコードをスキャナ部104に読み取らせる操作を行って商品登録を行うことができる。また、定額商品については、例えば客Cが操作可能な客用のスキャナ部を備えておき、客Cが客用のスキャナ部を操作して、客用のスキャナ部に定額商品のバーコードの読み取りを行わせることで商品登録が行えるようにされてもよい。 It should be noted that such stores ST may sell fixed-price products whose prices are set in advance, in addition to products sold by weight, such as the above-mentioned "marinated salmon" and "roast beef." In the case of such a fixed-price product, the store clerk S can register the product by causing the scanner unit 104 to read a barcode printed on a label or the like attached to the fixed-price product. For fixed-price products, for example, a scanner unit for customers that can be operated by customer C is provided, and customer C operates the scanner unit for customers so that the barcode of the fixed-price products is read by the scanner unit for customers. Product registration may be performed by performing

商品登録完了操作に応じて、計量会計装置10-2は精算処理に移行する。精算処理にあたり、店員用表示部105においては、例えば、「サーモンのマリネ」と「ローストビーフ」との商品登録結果が反映された商品登録情報に基づく精算画面が表示される。
図8は、上記のように表示される精算画面の例を示している。同図に示されるように「加算情報」を示すエリアには、今回の商品登録操作により登録された「サーモンのマリネ」と「ローストビーフ」とについての登録内容が示されている。具体的には、登録された商品ごとに、商品名、重量、重量単価、商品価格などが示される。
また、精算画面においては、「サーモンのマリネ」と「ローストビーフ」とを合わせた小計金額が1846円であり、税額は148円(税率8%の例)であり、小計金額と税額とを合わせた合計金額は1994円であることが示されている。
また、客用表示部106においても、例えば合計金額等の客が代金の支払いにあたって参照する情報(精算情報画面)が表示される。
図9は、客用表示部106にて表示される精算情報画面の一例を示している。同図の精算情報画面は、客用表示部106としての表示面の全体において表示されてもよいし、例えば他の所定の内容を表示する画面と並んで配置されるような態様で表示面の一部に表示されてもよい。同図の精算情報画面においても、図8の精算画面と同様に、登録された商品ごとに、商品名、重量、重量単価、商品価格などが示され、また、計金額、税額、合計金額等が表示されている。
なお、例えば軽減税率が適用された場合において、例えばイートインとテイクアウトとで適用税率が異なる商品が登録された場合には、イートインとテイクアウトとのいずれであるかを指定する操作に応じて、対応の適用税率が設定されるようにしてよい。
In response to the product registration completion operation, the accounting device 10-2 shifts to settlement processing. In the settlement process, the store clerk display unit 105 displays a settlement screen based on the product registration information reflecting the product registration results of, for example, "marinated salmon" and "roast beef."
FIG. 8 shows an example of the settlement screen displayed as described above. As shown in the figure, the area indicating "additional information" shows the registered contents of "marinated salmon" and "roast beef" registered by the current product registration operation. Specifically, the product name, weight, weight unit price, product price, and the like are displayed for each registered product.
Also, on the settlement screen, the subtotal amount of "marinated salmon" and "roast beef" is 1,846 yen, and the tax amount is 148 yen (example of tax rate of 8%). It shows that the total amount is 1994 yen.
The customer display unit 106 also displays information (settlement information screen) that the customer refers to when paying the price, such as the total amount.
FIG. 9 shows an example of the settlement information screen displayed on the customer display unit 106. As shown in FIG. The settlement information screen shown in the figure may be displayed on the entire display surface of the customer display unit 106, or may be displayed on the display surface in such a manner that it is arranged side by side with a screen displaying other predetermined contents, for example. may be displayed in part. Similar to the settlement screen shown in FIG. 8, the settlement information screen shown in FIG. is displayed.
In addition, for example, when a reduced tax rate is applied, for example, if a product is registered with a different applicable tax rate for eat-in and take-out, depending on the operation to specify whether it is eat-in or take-out, the corresponding An applicable tax rate may be set.

ここでは、先ず、上記の例のもとで客Cが現金により支払いを行う場合について説明する。この場合、客Cは、支払いにあたり合計金額以上の現金を店員S-1に手渡す。店員Sは、渡された現金を預かり金として受け取り、受け取った金額を預かり金額として入力する操作を計量会計装置10-3に対して行う。計量会計装置10-3は、入力された預かり金額に応じて釣銭の金額を算出し、釣銭が発生したのであれば、釣銭の金額を表示する。店員Sは、ドロアから表示された釣銭に応じた金額の貨幣を取り出し、客Cに渡す。また、計量会計装置10-3は、例えば締め操作などにより上記の会計処理が完了したことに応じて、精算処理の結果が反映されたレシートの発行を行う。 Here, first, the case where customer C pays in cash under the above example will be described. In this case, the customer C hands over the total amount of cash to the clerk S-1 for payment. The store clerk S receives the handed cash as a deposit and performs an operation of inputting the received amount as the deposit amount to the accounting device 10-3. The weighing/accounting device 10-3 calculates the amount of change according to the input deposit amount, and displays the amount of change if change is generated. The store clerk S takes out the amount of money corresponding to the displayed change from the drawer and hands it to the customer C. In addition, the weighing and accounting device 10-3 issues a receipt reflecting the result of the settlement processing in response to completion of the above accounting processing by, for example, closing operation.

また、店舗STでは、例えばクレジットカードをはじめ、電子マネー、プリペイドカード、ポイントカードのポイント利用などによる現金以外の支払い(特定決済)にも対応している。このような特定決済による支払いを客Cから申し受けた場合、店員S-1は、陳列ケース上に配置されている決済端末50及び決済中間処理装置60を用いて決済を行う。
ここでは、特定決済の1つであるクレジットカードの利用による決済を行う場合を例に説明する。この場合、店員S-1は、客Cからクレジットカードによる支払いを申し受けると、計量会計装置10-3に対して、クレジットカード利用による決済を宣言する所定の操作(クレジットカード利用宣言操作)を行う。一例であるが、図8の場合には、「クレジットカード」と示されたボタンをタッチする操作によりクレジットカード利用宣言操作が可能な例が示されている。
クレジットカード利用宣言操作に応じて、計量会計装置10-3は、「サーモンのマリネ」と「ローストビーフ」との商品についての登録結果が反映された商品登録情報に基づく決済情報を決済中間処理装置60に送信する。
In addition, the store ST also accepts non-cash payment (specified payment) using credit cards, electronic money, prepaid cards, point cards, and the like. When the customer C accepts payment by such a specific payment, the store clerk S-1 makes the payment using the payment terminal 50 and the intermediate payment processing device 60 arranged on the display case.
Here, a case of making a payment using a credit card, which is one of the specific payments, will be described as an example. In this case, when the store clerk S-1 accepts payment by credit card from the customer C, the store clerk S-1 performs a predetermined operation (credit card usage declaration operation) for the accounting device 10-3 to declare settlement by credit card. . As an example, FIG. 8 shows an example in which a credit card use declaring operation can be performed by an operation of touching a button indicated as "credit card".
In response to the credit card use declaration operation, the accounting device 10-3 sends payment information based on the product registration information reflecting the registration results of the products “marinated salmon” and “roast beef” to the payment intermediate processing device 60. Send to

決済情報は、商品ごとの登録結果が反映された商品登録情報の内容を有していてもよいし、例えば商品ごとの情報は省略されたうえで、客Cが支払うべき合計金額を示すような情報であってもよい。また、決済情報には、例えば対応の商品登録に応じた計量会計装置10に対する操作を行った使用者としての店員を示す店員識別子が付加されてよい。 The payment information may include product registration information that reflects the registration results for each product, or may be information that indicates the total amount to be paid by customer C, omitting information for each product. It may be information. In addition, to the payment information, for example, a store clerk identifier indicating the store clerk as the user who operated the weighing and accounting device 10 according to the corresponding product registration may be added.

決済中間処理装置60は、決済情報が受信されたことに応じて、受信された決済情報を、決済端末50に転送するまでの間、一時的に記憶する。決済中間処理装置60にて決済情報が記憶されたことに応じて、タッチパネル表示部604には、記憶された決済情報に対応する決済指示ボタンが表示される。 Upon receipt of the payment information, payment intermediate processing device 60 temporarily stores the received payment information until it is transferred to payment terminal 50 . In response to the payment information being stored in the payment intermediate processing device 60, the touch panel display unit 604 displays a payment instruction button corresponding to the stored payment information.

図10は、店員S-1がクレジットカード利用宣言操作を行ったことに応じて、決済中間処理装置60のタッチパネル表示部604に決済指示ボタンが表示された決済指示画面の状態の一例を示している。
同図においては、2つの決済指示ボタンBT40-1、BT40-2が表示された状態が示されている。以降の説明にあたり、決済指示ボタンBT40-1、BT40-2について特に区別しない場合には、決済指示ボタンBT40と記載する。
FIG. 10 shows an example of a payment instruction screen in which a payment instruction button is displayed on the touch panel display unit 604 of the intermediate payment processing device 60 in response to the operation of declaring the use of a credit card by the store clerk S-1. there is
The figure shows a state in which two payment instruction buttons BT40-1 and BT40-2 are displayed. In the following description, the payment instruction buttons BT40-1 and BT40-2 will be referred to as the payment instruction button BT40 unless otherwise distinguished.

決済指示ボタンBT40においては、対応の取引に対応する商品登録処理に使用された計量会計装置10の使用者として登録された店員の店員名称と、対応の取引において客が支払うべき合計金額とが示される。店員Sは、決済指示ボタンBT40にて示される店員名称と合計金額とを確認することで、いずれの決済指示ボタンBT40が自分に対応する取引のものであるのかを識別できる。
同図の例では、決済指示ボタンBT40-1において、「店員1」との店員名称と、「1994円」との合計金額とが示されている。また、決済指示ボタンBT40-2において、「店員2」との店員名称と、「890円」との合計金額とが示されている。
例えば、店員S-1(「店員1」)は、決済指示ボタンBT40-1、BT40-2のうち、「店員1」との店員名称と、「1994円」との合計金額とが示されている決済指示ボタンBT40-1が自分に対応するものであると識別できる。
また、決済指示ボタンBT40の上から下にかけての配列順は、決済中間処理装置60が決済情報を受信した順番に対応する。つまり、この場合には、店員S-1(店員1)が対応して行った商品登録に応じた決済情報が先に受信され、次に、店員S-2(店員2)が対応して行った商品登録に応じた決済情報が受信されたことが示されている。
同図の表示は、例えば、店員1(店員S-1)が或る客Cに対応して商品登録を行っているうちに、店員2(店員S-2)も別の客Cに対応して商品登録を行い、店員S-1(店員1)がクレジットカード利用宣言操作を行ってから、ほどなくして、店員S-2(店員2)もクレジットカード利用宣言操作を行った状況に対応する。
The settlement instruction button BT40 indicates the name of the clerk registered as the user of the weighing and accounting device 10 used in the product registration process corresponding to the corresponding transaction and the total amount to be paid by the customer in the corresponding transaction. be The store clerk S can identify which settlement instruction button BT40 corresponds to the transaction by confirming the name of the store clerk and the total amount indicated by the settlement instruction button BT40.
In the example shown in the figure, the payment instruction button BT40-1 indicates the salesclerk name of "clerk 1" and the total amount of "1994 yen". Further, the payment instruction button BT40-2 indicates the salesclerk name of "clerk 2" and the total amount of "890 yen".
For example, clerk S-1 (“clerk 1”) is indicated by the clerk name of “clerk 1” and the total amount of “1994 yen” among the payment instruction buttons BT40-1 and BT40-2. It can be identified that the payment instruction button BT40-1 that is present corresponds to itself.
Also, the order in which the payment instruction buttons BT40 are arranged from top to bottom corresponds to the order in which the payment intermediate processing device 60 receives the payment information. That is, in this case, the payment information corresponding to the merchandise registration performed by the store clerk S-1 (clerk 1) is received first, and then the settlement information is received by the store clerk S-2 (clerk 2). It shows that the payment information corresponding to the product registration has been received.
The display in the figure shows that, for example, while salesclerk 1 (clerk S-1) is registering merchandise for a certain customer C, salesclerk 2 (clerk S-2) also handles another customer C. After the product registration is performed by the store clerk S-1 (clerk 1) and the credit card use declaration operation is performed, the store clerk S-2 (clerk 2) also performs the credit card use declaration operation shortly after that. .

また、例えば店員S-1が決済中間処理装置60に表示された決済指示ボタンBT40を確認する際には、決済中間処理装置60に近づいている状態にある。決済中間処理装置60は、近距離通信部608を備えることで、決済中間処理装置60に近づいた店員S-1の店員識別タグ40と通信可能な状態となる。決済中間処理装置60は、通信可能な状態となった店員識別タグ40から取得したのと同じ店員識別子が付加されていた決済情報に対応する決済指示ボタンBT40を強調表示する。同図の場合には、店員S-1が決済中間処理装置60に近づいて、決済中間処理装置60が店員S-1の店員識別タグ40と通信可能な状態となっていることに応じて、店員S-1(「店員1」)に対応する決済指示ボタンBT40-1が強調表示された例が示されている。即ち、決済指示ボタンBT40-1が他の決済指示ボタンBT40と異なる態様で表示される。
なお、決済指示ボタンBT40の強調表示の態様については、同図のようにボタン画像の枠を強調するほか、色を変更するなど、特に限定されない。
店員S-1は、決済指示ボタンBT40-1において店員名称及び合計金額が示されることに加え、決済指示ボタンBT40-1自体が強調表示されることで、自分に対応する決済指示ボタンBT40がいずれであるのかをより的確に識別できる。
Further, for example, when the store clerk S-1 confirms the settlement instruction button BT40 displayed on the settlement intermediate processing device 60, the store clerk S-1 is approaching the settlement intermediate processing device 60. FIG. The payment intermediate processing device 60 is provided with the short-range communication unit 608 so that it can communicate with the clerk identification tag 40 of the clerk S-1 approaching the payment intermediate processing device 60 . The payment intermediate processing device 60 highlights the payment instruction button BT40 corresponding to the payment information to which the same clerk identifier as that obtained from the clerk identification tag 40 that has become communicable has been added. In the case of the same figure, in response to the clerk S-1 approaching the settlement intermediate processing device 60 and the settlement intermediate processing device 60 being ready for communication with the clerk identification tag 40 of the clerk S-1, An example is shown in which the settlement instruction button BT40-1 corresponding to the salesclerk S-1 (“clerk 1”) is highlighted. That is, the payment instruction button BT40-1 is displayed in a manner different from the other payment instruction buttons BT40.
Note that the mode of highlighting the payment instruction button BT40 is not particularly limited, such as emphasizing the frame of the button image as shown in the figure, changing the color, or the like.
In addition to the clerk name and total amount being displayed on the payment instruction button BT40-1, the payment instruction button BT40-1 itself is highlighted so that the payment instruction button BT40 corresponding to the salesclerk S-1 will be displayed in the future. can be identified more accurately.

なお、例えば決済中間処理装置60と通信可能な状態となっている店員識別タグ40の店員識別子に対応する決済指示ボタンBT40のみの操作が有効なようにされ、他の決済指示ボタンBT40については操作が不可とされて例えばグレーアウトなどによる表示が行われるようにしてよい。あるいは、決済中間処理装置60と通信可能な状態となっている店員識別タグ40の店員識別子に対応する決済指示ボタンBT40のみが表示されるようにしてもよい。 For example, only the payment instruction button BT40 corresponding to the clerk identifier of the clerk identification tag 40 that is ready to communicate with the intermediate payment processing device 60 is enabled to be operated, and the other payment instruction buttons BT40 are enabled. may be disabled and displayed, for example, by graying out. Alternatively, only the payment instruction button BT40 corresponding to the clerk identifier of the clerk identification tag 40 that is ready to communicate with the intermediate payment processing device 60 may be displayed.

店員S-1は、上記のように決済指示ボタンBT40-1が自分に対応するものであることを確認すると、例えば、決済端末50が決済処理を実行せずに待機状態にあることも確認したうえで、決済指示ボタンBT40-1に対する操作を行う。決済指示ボタンBT40-1に対する操作に応じて、決済中間処理装置60は、決済指示ボタンBT40-1に対応する決済情報を決済端末50に送信する。決済中間処理装置60は、例えば自己が記憶している決済情報のうち、決済端末50に送信した決済情報については、消去してよい。
あるいは、決済中間処理装置60は、決済端末50に送信の後、決済端末50から決済処理が完了したことの通知を受信したことに応じて、対応の決済情報を消去するようにしてもよい。決済端末50での決済処理が完了するまで記憶しておくことにより、例えば、決済端末50での決済処理中において、先に決済すべき他の決済情報があるような場合に応じて、決済処理を中断させた場合にも、決済処理の中断された決済情報を決済中間処理装置60が記憶していることから、例えばクレジットカードを再び読み取らなくとも、中断された決済処理を再実行させることができる。また、この場合において、決済中間処理装置60は、自己が記憶している決済情報のうち、決済端末50に送信した精算情報については決済端末50に対して送信済みであることを示す送信済フラグを設定するようにしてよい。例えば、決済端末50にて決済処理が正常に完了せずにエラーとなった場合、決済中間処理装置60は、送信済フラグが設定された精算情報を優先して決済端末50に再送させることができる。
決済情報を受信した決済端末50は、受信された決済情報を利用して決済処理を実行する。決済処理において、例えば決済端末50は、客から預かったクレジットカードが店員S-1により挿入されたことに応じて、テンキーなどの操作に応じた暗証番号(例えば、PINコード等)の入力を受け付ける。そして、クレジットカードの番号(例えば、PANコード)や入力された暗証番号等を利用して決済センターCTとの間で認証を行ったうえで、決済のためのシーケンスを実行する。また、例えばタブレット端末に対して署名を客が入力する方式の場合には、入力された署名のデータも決済端末50から決済センターCTに送信されてよい。なお、客による署名の入力は、電子サイン用モニタや決済端末50本体のディスプレイなどに対して行われてもよい。さらに、署名の入力は、例えばサインの記入以外に、例えば指紋認証や静脈認証などの生体認証が採用されてよい。
そして、決済が完了すると、例えば決済端末50は、クレジットカード利用の明細(カード会社控え、加盟店控え、客控え等)を発行する。
After confirming that the payment instruction button BT40-1 corresponds to him as described above, the salesclerk S-1 also confirms, for example, that the payment terminal 50 is in a standby state without executing payment processing. Then, the user operates the payment instruction button BT40-1. In response to an operation on payment instruction button BT40-1, payment intermediate processing device 60 transmits payment information corresponding to payment instruction button BT40-1 to payment terminal 50. FIG. The payment intermediate processing device 60 may erase, for example, the payment information transmitted to the payment terminal 50 among the payment information stored therein.
Alternatively, the settlement intermediate processing device 60 may delete the corresponding settlement information in response to receiving a notification from the settlement terminal 50 that the settlement process has been completed after transmission to the settlement terminal 50 . By storing the information until the settlement processing at the settlement terminal 50 is completed, for example, during the settlement processing at the settlement terminal 50, the settlement processing can be performed according to the case where there is other settlement information to be settled first. is interrupted, since the intermediate payment processing device 60 stores the payment information for which the payment processing was interrupted, the interrupted payment processing can be re-executed without reading the credit card again. can. In this case, settlement intermediate processing device 60 has a transmitted flag indicating that the settlement information transmitted to settlement terminal 50 among the settlement information stored therein has been transmitted to settlement terminal 50. can be set. For example, if payment processing is not completed normally at the payment terminal 50 and an error occurs, the intermediate payment processing device 60 can preferentially resend the payment information with the transmitted flag set to the payment terminal 50 . can.
The payment terminal 50 that has received the payment information executes payment processing using the received payment information. In the payment process, for example, the payment terminal 50 accepts input of a personal identification number (for example, a PIN code, etc.) according to the operation of the numeric keypad, etc., in response to the insertion of the credit card deposited by the customer by the clerk S-1. . Then, after performing authentication with the settlement center CT using the credit card number (for example, PAN code) and the entered personal identification number, etc., the sequence for settlement is executed. Further, for example, in the case of a system in which a customer inputs a signature into a tablet terminal, data of the input signature may also be transmitted from the settlement terminal 50 to the settlement center CT. The signature input by the customer may be performed on the electronic signature monitor, the display of the payment terminal 50 main body, or the like. Furthermore, biometric authentication such as fingerprint authentication or vein authentication may be adopted for inputting the signature, for example, in addition to entering the signature.
When the payment is completed, for example, the payment terminal 50 issues credit card usage details (card company copy, member store copy, customer copy, etc.).

また、決済中間処理装置60にて記憶され、決済端末50にて決済処理が完了する前の段階の決済情報に対して、商品登録の訂正を行えるようにされてよい。
図11(A)は、商品登録の訂正が可能とされた場合に対応してタッチパネル表示部604に表示される決済指示画面の一例を示している。同図において、図10と同一部分には、同一符号を付している。
同図の例では、決済指示ボタンBT40-1に対応して、訂正送信ボタンBT51-1、詳細表示ボタンBT52-1が配置されている。同様に、決済指示ボタンBT40-1に対応して、訂正送信ボタンBT51-2、詳細表示ボタンBT52-2が配置されている。なお、以降の説明において、訂正送信ボタンBT51-1、BT51-2について特に区別しない場合には、訂正送信ボタンBT51と記載し、詳細表示ボタンBT52-1、BT52-2について特に区別しない場合には、詳細表示ボタンBT52と記載する。
詳細表示ボタンBT52は、対応の取引における商品登録内容を訂正するにあたって操作されるボタンである。詳細表示ボタンBT52が操作されることに応じて、タッチパネル表示部604には、図11(B)に示される訂正画面が表示される。訂正画面においては、対応の取引において登録された商品ごとの商品情報が示されている。商品情報は、例えば取引の実績情報を管理する店舗の実績管理装置から取得すればよい。また、商品情報ごとに対応する取消ボタンBT61(BT61-1、BT62-2)が配置される。
店員S-1は、商品登録内容の訂正として、例えば「サーモンのマリネ」を取り消す場合には、「サーモンのマリネ」に対応して配置された取り消しボタンBT61-1を操作する。これにより、訂正画面においては、「サーモンのマリネ」に対応する情報の表示が消去される。また、小計、税額、合計金額等も、「サーモンのマリネ」の取り消しに応じて再計算された値が表示される。
店員S-1は、上記のように訂正の操作を行うと、戻るボタンBT62を操作する。戻るボタンBT62の操作に応じて、図11(A)の決済指示画面の表示に戻る。店員S-1は、決済指示画面において、詳細表示ボタンBT52-1に対応する訂正送信ボタンBT51-1を操作する。訂正送信ボタンBT51-1に対する操作に応じて、決済中間処理装置60は、対応の決済情報を訂正するとともに、訂正後の内容を示す情報を実績管理装置に送信する。実績管理装置は、受信された情報に基づいて取引の実績情報を更新する。
なお、例えば図11(B)の訂正画面にて訂正が完了したことに応じて、図11(A)の決済指示画面に戻ることなく、訂正後の決済情報が決済端末50に送信されるようにしてよい。
Further, the product registration may be corrected with respect to the payment information stored in the payment intermediate processing device 60 and before the payment processing is completed at the payment terminal 50 .
FIG. 11A shows an example of a settlement instruction screen displayed on the touch panel display unit 604 in response to a case where correction of product registration is permitted. In the figure, the same parts as those in FIG. 10 are denoted by the same reference numerals.
In the example shown in the figure, a correction send button BT51-1 and a details display button BT52-1 are arranged corresponding to the settlement instruction button BT40-1. Similarly, a correction send button BT51-2 and a details display button BT52-2 are arranged corresponding to the settlement instruction button BT40-1. In the following description, when the correction send buttons BT51-1 and BT51-2 are not particularly distinguished, they are described as the correction send button BT51, and when the detail display buttons BT52-1 and BT52-2 are not particularly distinguished, , detailed display button BT52.
The detailed display button BT52 is a button operated to correct the product registration details in the corresponding transaction. A correction screen shown in FIG. 11B is displayed on the touch panel display unit 604 in response to the operation of the detail display button BT52. The correction screen shows product information for each product registered in the corresponding transaction. Merchandise information may be acquired, for example, from a track record management device of a store that manages transaction track record information. Further, cancel buttons BT61 (BT61-1, BT62-2) corresponding to each product information are arranged.
For example, when canceling "marinated salmon" as a correction of the product registration, the store clerk S-1 operates the cancel button BT61-1 arranged corresponding to "marinated salmon". As a result, the display of the information corresponding to "marinated salmon" is deleted from the correction screen. Also, the subtotal, tax amount, total amount, etc. are displayed as values recalculated according to the cancellation of the "marinated salmon".
When the clerk S-1 performs the correction operation as described above, the clerk S-1 operates the return button BT62. In response to the operation of the return button BT62, the display returns to the settlement instruction screen of FIG. 11(A). The store clerk S-1 operates the correction transmission button BT51-1 corresponding to the detail display button BT52-1 on the payment instruction screen. In response to the operation of the correction transmission button BT51-1, the settlement intermediate processing device 60 corrects the corresponding settlement information and transmits information indicating the contents after correction to the result management device. The performance management device updates transaction performance information based on the received information.
For example, when the correction is completed on the correction screen of FIG. 11(B), the corrected payment information is sent to the payment terminal 50 without returning to the payment instruction screen of FIG. 11(A). can be

また、決済中間処理装置60にて図10、あるいは図11の表示が行われている状態のもとで、店員S-1が対応する客Cが例えばクレジットカードが見つからないなどして手間取っている状態となった場合には、先に店員S-2が、自分に対応するクレジットカード利用の決済を行うこともできる。この場合には、例えば店員S-2が、自分に対応する決済指示ボタンBT40-2を操作し、決済端末50を利用してクレジットカード利用による決済を行うことができる。また、例えば決済中間処理装置60にて記憶されている決済情報については、決済端末50への送信が行われるより前の段階であれば、消去することができる。つまり、決済端末50への決済情報の送信が行われる前の段階のクレジットカード利用による決済の指示については取り消すことができる。 10 or 11 is being displayed on the settlement intermediate processing device 60, the customer C, whom the clerk S-1 is dealing with, is having trouble finding his credit card, for example. In the case of such a state, the clerk S-2 can first make a payment using the credit card corresponding to him/herself. In this case, for example, store clerk S-2 can operate the payment instruction button BT40-2 corresponding to him/herself and use the payment terminal 50 to make payment using a credit card. In addition, for example, the payment information stored in the intermediate payment processing device 60 can be deleted at a stage prior to transmission to the payment terminal 50 . In other words, it is possible to cancel the payment instruction using the credit card at the stage before the payment information is transmitted to the payment terminal 50 .

続いて、図12のフローチャートを参照して、本実施形態の決済中間処理装置60が実行する処理手順例について説明する。
ステップS101:決済中間処理装置60は、決済情報が受信されたか否かについて判定する。
ステップS102:決済情報が受信されると、決済中間処理装置60は、受信された決済情報を例えばRAM603に記憶させる。
ステップS103:決済中間処理装置60は、受信された決済情報に対応する決済指示ボタンBT40をタッチパネル表示部604に表示させる。この際、既に他の決済情報に対応する決済指示ボタンBT40が表示されていた場合には、既に表示されていた決済指示ボタンBT40のうちで最も下に配置されたものに続けて下に配置されるように、新たに決済指示ボタンBT40を表示させる。
Next, an example of a processing procedure executed by the settlement intermediate processing device 60 of the present embodiment will be described with reference to the flowchart of FIG. 12 .
Step S101: The settlement intermediate processing device 60 determines whether or not settlement information has been received.
Step S102: When payment information is received, the payment intermediate processing device 60 stores the received payment information in the RAM 603, for example.
Step S103: The payment intermediate processing device 60 causes the touch panel display section 604 to display a payment instruction button BT40 corresponding to the received payment information. At this time, if a payment instruction button BT40 corresponding to other payment information has already been displayed, the payment instruction button BT40 that has already been displayed and has been positioned at the bottom is placed below. As shown, a new payment instruction button BT40 is displayed.

ステップS104:ステップS103の処理の後、あるいはステップS101にて決済情報が受信されていないことが判定された場合、決済中間処理装置60は、以下の処理を実行する。つまり、決済中間処理装置60は、現在において通信可能な状態の店員識別タグ40がある場合、通信可能な状態の店員識別タグ40から取得されたのと同じ店員識別子に対応する、強調対象の決済指示ボタンBT40が表示されているか否かについて判定する。
ステップS105:強調対象の決済指示ボタンBT40が表示されている場合、決済中間処理装置60は、強調対象の決済指示ボタンBT40について強調表示を行う。
Step S104: After the process of step S103, or when it is determined in step S101 that payment information has not been received, the intermediate payment processing device 60 executes the following process. That is, if there is a clerk identification tag 40 in a communicable state at present, the payment intermediate processing device 60 selects the settlement target payment corresponding to the same clerk identifier as that obtained from the clerk identification tag 40 in a communicable state. It is determined whether or not the instruction button BT40 is displayed.
Step S105: When the payment instruction button BT40 to be emphasized is displayed, the intermediate payment processing device 60 highlights the payment instruction button BT40 to be emphasized.

ステップS106:ステップS105の処理の実行の後、あるいはステップS104にて強調対象の決済指示ボタンBT40が表示されていないことが判定された場合、決済中間処理装置60は、以下の処理を実行する。つまり、決済中間処理装置60は、1以上の決済指示ボタンBT40を表示している場合において、表示中の決済指示ボタンBT40のうちのいずれかに対する操作が行われたか否かについて判定する。
いずれの決済指示ボタンBT40に対する操作も行われなかった場合には、ステップS101に処理が戻される。
Step S106: After executing the process of step S105, or when it is determined in step S104 that the payment instruction button BT40 to be emphasized is not displayed, the intermediate payment processing device 60 executes the following process. That is, when one or more payment instruction buttons BT40 are displayed, the payment intermediate processing device 60 determines whether or not any of the payment instruction buttons BT40 being displayed has been operated.
If none of the payment instruction buttons BT40 has been operated, the process returns to step S101.

ステップS107:一方、決済指示ボタンBT40に対する操作が行われた場合、決済中間処理装置60は、ステップS102にてRAM603に記憶させた決済情報を決済端末50に対して送信する。
決済情報を決済端末50に送信したことに伴い、決済中間処理装置60は、ステップS103にて表示させた決済指示ボタンを消去する。また、この際に、決済情報が送信されたことを報知するための所定の態様による表示や音声の出力が決済中間処理装置60にて行われてよい。また、決済情報を決済端末50に送信したことに伴い、決済中間処理装置60は、ステップS102によりRAM603に記憶された決済情報を消去してよい。
Step S107: On the other hand, when the payment instruction button BT40 is operated, the payment intermediate processing device 60 transmits the payment information stored in the RAM 603 in step S102 to the payment terminal 50.
After transmitting the payment information to the payment terminal 50, the intermediate payment processing device 60 erases the payment instruction button displayed in step S103. Also, at this time, the settlement intermediate processing device 60 may output a display or sound in a predetermined manner to notify that the settlement information has been transmitted. Further, when the payment information is transmitted to the payment terminal 50, the payment intermediate processing device 60 may erase the payment information stored in the RAM 603 in step S102.

なお、上記の例では、店員Sが決済指示ボタンBT40を操作することに応じて、決済中間処理装置60から決済端末50に対して決済情報が送信されるようにしている。しかしながら、例えば、決済中間処理装置60が、通信可能な状態となった店員識別タグ40の店員識別子が対応する決済情報を、自動で決済端末50に対して送信してもよい。即ち、決済中間処理装置60は、店員識別タグ40から読み取られた店員識別子と一致する店員識別子が対応付けられた決済情報を、決済端末50に出力する決済情報として指定してよい。この場合には、店員Sが決済指示ボタンBT40を操作する手間が省かれる。 In the above example, the payment information is transmitted from the intermediate payment processing device 60 to the payment terminal 50 in response to the operation of the payment instruction button BT40 by the store clerk S. However, for example, the settlement intermediate processing device 60 may automatically transmit the settlement information corresponding to the clerk identifier of the clerk identification tag 40 that has become communicable to the settlement terminal 50 . That is, the payment intermediate processing device 60 may specify payment information associated with a salesclerk identifier that matches the salesclerk identifier read from the salesclerk identification tag 40 as payment information to be output to the payment terminal 50 . In this case, the clerk S does not need to operate the payment instruction button BT40.

また、決済中間処理装置60は、決済情報の送信についての履歴(決済情報送信履歴)を記憶部602に記憶させてよい。決済情報送信履歴には、例えば決済情報の送信日時、対応の店員識別子などを含めることができる。このように履歴が記憶されることで、例えば店舗STにてクレジットカード利用の履歴を確認する際に、決済センターCTにアクセスすることなく、店舗STにある決済中間処理装置60に記憶された情報を参照すればよくなる。なお、決済情報送信履歴には、例えばクレジットカードの番号などのセキュリティ上、店舗STにおいて管理することが好ましくない情報は含まれない。 In addition, the payment intermediate processing device 60 may cause the storage unit 602 to store a history of payment information transmission (payment information transmission history). The payment information transmission history can include, for example, the transmission date and time of the payment information, the corresponding store clerk identifier, and the like. By storing the history in this way, for example, when checking the history of credit card usage at the store ST, the information stored in the intermediate settlement processing device 60 at the store ST can be retrieved without accessing the settlement center CT. should be referred to. It should be noted that the payment information transmission history does not include information that is not desirable to be managed in the store ST for security reasons, such as credit card numbers.

また、決済端末50により発行されるレシートについては電子化されてよい。電子化されるレシートのうち、カード会社控え、加盟店控えのレシートについては、例えば決済センターCTにて保管されるようにしてよい。また、電子化されるレシートのうち、客控えのレシートについては、客の希望に応じて、紙媒体による発行と、紙媒体による発行を省略した電子化による発行とのいずれかが選択されるようにしてよい。客控えのレシートの紙媒体による発行と電子化による発行とのいずれの態様による発行とするのかについては、決済の都度、指定できるようにしてよい。また、このレシート発行の態様の指定に関しては、例えば計量会計装置10に対するクレジットカード利用宣言操作の際に店員が操作により行えるようにしてもよいし、決済中間処理装置60に対する操作により行えるようにしてもよい。また、例えば会員としての客については、会員情報の1つとして、客控えのレシートの紙媒体による発行と電子化による発行とのいずれの態様を指定するのかを予め登録できるようにしておいてもよい。そして、クレジットカード利用宣言操作が行われた際に会員情報が参照され、指定された態様により客控えのレシートの発行が行われるようにされればよい。 Also, the receipt issued by the payment terminal 50 may be digitized. Of the receipts to be digitized, the receipts of the credit card companies and affiliated stores may be stored, for example, in the settlement center CT. In addition, among receipts that are digitized, for customer receipts, it is possible to select either paper issuance or digitization that omits paper issuance according to the customer's request. can be Whether the customer receipt is to be issued as a paper medium or as an electronic form may be specified each time a payment is made. In addition, regarding the designation of this receipt issuing mode, for example, the clerk may be allowed to operate the credit card use declaring operation for the weighing and accounting device 10, or may be allowed to be performed by operating the settlement intermediate processing device 60. good too. For example, for a customer who is a member, even if it is possible to register in advance as one of the member information, it is possible to specify whether the customer receipt receipt is to be issued in paper form or electronically. good. Then, when the operation of declaring the use of the credit card is performed, the member information is referred to, and the customer receipt is issued according to the specified mode.

また、本実施形態の商品販売データ処理システムにおいて、例えば何らかの障害が発生したことなどにより、決済中間処理装置60と計量会計装置10との間での通信が不可となったり、例えば所定の条件による制限のあることなどにより決済中間処理装置60と計量会計装置10との間で通信が不可の仕様とする可能性がある。このような場合に対応して、本実施形態の商品販売データ処理システムは以下のように構成されてよい。
つまり、本実施形態の計量会計装置10は、例えば店員Sの操作に応じて、一取引において自機にて行われた商品登録結果の情報を含む商品登録情報を、例えば二次元コードあるいはバーコードなどのコードとして印刷した商品登録情報券(決済情報が記録された媒体の一例)を印字部110により発行するようにされてよい。
Further, in the commodity sales data processing system of the present embodiment, for example, due to some kind of failure, communication between the settlement intermediate processing device 60 and the accounting device 10 becomes impossible, or, for example, due to a predetermined condition. Due to restrictions, etc., there is a possibility that the specification will not allow communication between the settlement intermediate processing device 60 and the accounting device 10 . In response to such a case, the merchandise sales data processing system of this embodiment may be configured as follows.
In other words, the weighing and accounting device 10 of the present embodiment, for example, according to the operation of the store clerk S, converts the product registration information including the information of the product registration result performed by itself in one transaction into, for example, a two-dimensional code or a bar code. The printing unit 110 may issue a product registration information ticket (an example of a medium on which payment information is recorded) printed as a code such as .

店員Sは、決済中間処理装置60と計量会計装置10との間での通信が不可の場合には、計量会計装置10にて商品登録を完了させたことに応じて、商品登録情報券の発行を指示する操作(商品登録情報券発行指示操作)を行えばよい。このように発行される商品登録情報券にコードとして印刷された商品登録情報には、例えば取引を特定する取引番号等の取引識別子、使用者の店員を示す店員識別子、商品登録結果を示す情報等が含まれる。
この際、例えば決済中間処理装置60と計量会計装置10との間での通信は不可であるが、計量会計装置10の間での通信は可能である場合には、計量会計装置10間で商品登録引継ぎに応じた商品登録情報の送受信が可能となる。そこで、この場合の計量会計装置10は、例えば同じ一取引において先に商品登録処理が行われた他の計量会計装置10から受信した商品登録情報に、自機にて実行された商品登録処理の結果を追加していくように商品登録引継ぎを行うことができる。そして、計量会計装置10は、このように商品登録引継ぎが行われた商品登録情報をコードとして印刷した商品登録情報券を発行することができる。
図13(A)、(B)は、それぞれ、上記のように一取引に対応して商品登録引継ぎが行われたことに応じて発行される商品登録情報券の内容例を示している。図13(A)は、登録された商品ごとのバーコードが印刷された例を示している。一方、図13(B)は、登録された全ての商品を包括した情報を二次元コードとして印刷した例が示されている。計量会計装置10からは、図13(A)の様式の商品登録情報券と図13(B)の様式の商品登録情報券とのいずれが発行されてもよい。なお、図13(A)の商品登録情報券において、バーコードに代えて二次元コードが印刷されてもよいし、図13(B)の商品登録情報券において、二次元コードに代えてバーコードが印刷されてもよい。
店員Sは、上記のように商品登録が行われた取引についてクレジットカード利用による決済を行う際には、上記のように発行された商品登録情報券に印刷されているコードを、決済中間処理装置60のスキャナ部609により読み取らせる。これにより、決済中間処理装置60は、一取引に応じた商品登録情報を、決済情報として取得することができる。
If communication between the settlement intermediate processing device 60 and the accounting device 10 is not possible, the store clerk S issues a product registration information ticket in response to completing product registration in the accounting device 10. (product registration information ticket issuance instruction operation) may be performed. The product registration information printed as a code on the product registration information ticket issued in this way includes, for example, a transaction identifier such as a transaction number that identifies a transaction, a store clerk identifier that indicates the user's store clerk, information that indicates the result of product registration, and the like. is included.
At this time, for example, communication between the payment intermediate processing device 60 and the accounting device 10 is impossible, but if communication between the accounting device 10 is possible, It becomes possible to transmit and receive product registration information in accordance with registration handover. Therefore, the weighing and accounting device 10 in this case, for example, adds the product registration information received from another weighing and accounting device 10 for which the product registration processing was previously performed in the same transaction to the product registration processing executed by itself. Product registration can be handed over so as to add results. Then, the weighing and accounting device 10 can issue a product registration information ticket on which the product registration information for which the product registration has been handed over in this way is printed as a code.
FIGS. 13A and 13B respectively show examples of the contents of product registration information coupons issued when product registration is handed over for one transaction as described above. FIG. 13A shows an example in which a barcode for each registered product is printed. On the other hand, FIG. 13B shows an example in which information including all registered products is printed as a two-dimensional code. The accounting device 10 may issue either a product registration information ticket in the format of FIG. 13(A) or a product registration information ticket in the format of FIG. 13(B). In the product registration information ticket of FIG. 13A, a two-dimensional code may be printed instead of the barcode, and in the product registration information ticket of FIG. may be printed.
When the store clerk S uses a credit card to settle a transaction for which product registration has been performed as described above, the code printed on the product registration information ticket issued as described above is transferred to the payment intermediate processing device. 60 is read by the scanner unit 609 . As a result, the payment intermediate processing device 60 can acquire product registration information corresponding to one transaction as payment information.

また、決済中間処理装置60と計量会計装置10との間での通信が不可となった状況のもとでは、例えば計量会計装置10間の通信も不可となる場合がある。このような状況となった場合において、一取引において複数の計量会計装置10を使用して商品登録を行う場合には、店員Sは、それぞれの計量会計装置10による商品登録を完了させるごとに、各計量会計装置10にて商品登録処理の結果が反映されたコードが印刷された商品登録情報券を発行させればよい。即ち、この場合には、一取引に応じて、それぞれ異なる計量会計装置10から発行された複数の商品登録情報券が発行される。
図14(A)、(B)は、上記のように一取引に対応して計量会計装置10ごとに行われた商品登録に応じて発行される商品登録情報券の内容例を示している。図14(A)は、先に説明した商品登録引継ぎにおいて、計量会計装置10-2から発行された商品登録情報券を示し、図14(B)は、先に説明した商品登録引継ぎにおいて計量会計装置10-3から発行された商品登録情報券を示す。
商品登録情報券においては、登録された商品の内容を示す商品登録情報と、バーコード(2次元コードでもよい)と、担当の店員名と、対応の取引番号とが印刷されている。
図14(A)の商品登録情報券の場合、商品情報には、「サーモンのマリネ」が1個登録され、価格が796円であることが示される。図14(B)の商品登録情報券の場合、商品情報には、「ローストビーフ」が1個登録され、価格が1050円であることが示される。バーコードには、例えば対応の取引番号や商品登録情報等が記録される。
そして、店員Sは、クレジットカード利用による決済を行う際には、上記のように発行された複数の商品登録情報券のコードを決済中間処理装置60のスキャナ部609により読み取らせる。これにより、決済中間処理装置60は、同じ取引における複数の商品登録情報を取得する。決済中間処理装置60は、取得された同じ取引における複数の商品登録情報を1つに統合して決済情報を生成する。このようして、決済中間処理装置60は、一取引に応じた商品登録情報を、決済情報として取得することができる。
In addition, in a situation where communication between the settlement intermediate processing device 60 and the accounting device 10 is disabled, communication between the accounting device 10 may also be disabled, for example. In such a situation, if product registration is performed using a plurality of weighing and accounting devices 10 in one transaction, store clerk S should Each weighing and accounting device 10 may issue a product registration information coupon on which a code reflecting the result of product registration processing is printed. That is, in this case, a plurality of product registration information coupons issued from different accounting devices 10 are issued for one transaction.
FIGS. 14A and 14B show an example of the contents of a product registration information ticket issued in response to product registration performed for each weighing and accounting device 10 corresponding to one transaction as described above. FIG. 14(A) shows a product registration information ticket issued from the weighing and accounting device 10-2 in the above-described product registration takeover, and FIG. 14(B) shows a weighing accounting It shows a product registration information ticket issued from the device 10-3.
On the product registration information ticket, product registration information indicating the details of the registered product, a bar code (or a two-dimensional code), the name of the clerk in charge, and the corresponding transaction number are printed.
In the case of the product registration information ticket of FIG. 14A, the product information indicates that one piece of "marinated salmon" is registered and the price is 796 yen. In the case of the product registration information ticket of FIG. 14B, the product information indicates that one piece of "roast beef" is registered and the price is 1050 yen. For example, the corresponding transaction number, product registration information, and the like are recorded in the bar code.
Then, store clerk S causes the scanner unit 609 of the payment intermediate processing device 60 to read the codes of the plurality of product registration information coupons issued as described above when making a payment using a credit card. Thereby, the settlement intermediate processing device 60 acquires a plurality of product registration information for the same transaction. The settlement intermediate processing device 60 integrates a plurality of product registration information obtained for the same transaction into one to generate settlement information. In this way, the settlement intermediate processing device 60 can acquire product registration information corresponding to one transaction as settlement information.

なお、上記のように商品登録情報券の発行による決済中間処理装置60への決済情報の出力は、決済中間処理装置60及び複数の決済中間処理装置60の間での通信が可能な状態のもとでも、例えば店員の状況判断等に応じて行われるようにされてよい。
この場合には、図13、図14等に示した商品登録情報券が発行されてよい。あるいは、この場合には、例えば取引番号を指定することで、小計操作が行われた計量会計装置10あるいは実績管理装置から該当の取引に対応する決済情報を取得できる。そこで、この場合には、例えば取引情報を示すコードが印刷された商品登録情報券が発行されてもよい。
なお、図13、図14等に示される商品登録情報券には、例えばコードとして記録された内容が文字として印刷されているが、例えばコードとして記録された内容のうちの少なくとも一部の印刷が省略されていてもよい。
It should be noted that the output of payment information to the payment intermediate processing device 60 by issuing the product registration information coupon as described above is performed in a state in which communication between the payment intermediate processing device 60 and a plurality of payment intermediate processing devices 60 is possible. However, for example, it may be performed according to the store clerk's judgment of the situation.
In this case, the product registration information ticket shown in FIGS. 13, 14, etc. may be issued. Alternatively, in this case, for example, by designating a transaction number, it is possible to obtain payment information corresponding to the transaction from the weighing accounting device 10 or performance management device where the subtotal operation was performed. Therefore, in this case, for example, a product registration information ticket on which a code indicating transaction information is printed may be issued.
13, 14, etc., the contents recorded as codes, for example, are printed as characters, but at least part of the contents recorded as codes is printed. It may be omitted.

なお、例えば一定時間ごと、あるいは計量会計装置10に対して特定の操作が行われたことをトリガとして、計量会計装置10が決済中間処理装置60との通信状態を確認するようにして、できるだけ早期に通信障害の発生を検知できるようにしてもよい。 For example, the accounting device 10 checks the communication status with the settlement intermediate processing device 60 at regular intervals or when a specific operation is performed on the accounting device 10 as a trigger. It may also be possible to detect the occurrence of a communication failure immediately.

<第2実施形態>
続いて、第2実施形態について説明する。先の第1実施形態では、商品販売データ処理システムにおいて備えられる決済端末50は1つであり、これに伴って、商品販売データ処理システムにおいて備えられる決済中間処理装置60も1つとされていた。
これに対して、本実施形態の商品販売データ処理システムにおいては、複数の決済端末50と、複数の決済端末50ごとに対応する複数の決済中間処理装置60が備えられる。
<Second embodiment>
Next, a second embodiment will be described. In the first embodiment described above, one payment terminal 50 is provided in the merchandise sales data processing system, and accordingly, one payment intermediate processing device 60 is provided in the merchandise sales data processing system.
On the other hand, in the merchandise sales data processing system of the present embodiment, a plurality of payment terminals 50 and a plurality of payment intermediate processing devices 60 corresponding to the plurality of payment terminals 50 are provided.

図15は、本実施形態の商品販売データ処理システムの構成例を示している。同図において、図2と同一部分については同一符号を付し、説明を省略する。
同図においては、2つの決済端末50-1、50-2と、2つの決済中間処理装置60-1、60-2が備えられた例が示されている。決済端末50-1は、決済中間処理装置60-1と接続され、決済端末50-2は、決済中間処理装置60-2と接続される。また、決済中間処理装置60-1、60-2は、それぞれ計量会計装置10-1、10-2、10-3と通信可能に接続される。
なお、以降の説明において、決済端末50-1、50-2について特に区別しない場合には決済端末50と記載し、決済中間処理装置60-1、60-2について特に区別しない場合には決済中間処理装置60と記載する。
このように、2つの決済端末50-1、50-2が備えられる構成のもとでも、例えば1つの決済端末50-1と計量会計装置10-1、10-2、10-3とは一対多の関係にある。この点については、もう1つの決済端末50-2と計量会計装置10-1、10-2、10-3とについても同様である。
FIG. 15 shows a configuration example of a merchandise sales data processing system according to this embodiment. In the figure, the same parts as those in FIG. 2 are denoted by the same reference numerals, and descriptions thereof are omitted.
The figure shows an example in which two settlement terminals 50-1 and 50-2 and two settlement intermediate processing devices 60-1 and 60-2 are provided. Settlement terminal 50-1 is connected to settlement intermediate processing device 60-1, and settlement terminal 50-2 is connected to settlement intermediate processing device 60-2. Intermediate settlement processing devices 60-1 and 60-2 are communicably connected to accounting devices 10-1, 10-2 and 10-3, respectively.
In the following description, when the payment terminals 50-1 and 50-2 are not particularly distinguished, they are referred to as the payment terminal 50, and when the payment intermediate processing devices 60-1 and 60-2 are not particularly distinguished, the payment intermediate It is described as a processing device 60 .
In this way, even under a configuration in which two payment terminals 50-1 and 50-2 are provided, for example, one payment terminal 50-1 and the accounting devices 10-1, 10-2 and 10-3 are connected to one-to-many terminals. in a relationship. This point is the same for the other payment terminal 50-2 and the accounting devices 10-1, 10-2, and 10-3.

同図の構成のもとでは、例えば、計量会計装置10-1、10-2、10-3のうちで、決済中間処理装置60-1に決済情報を送信するものと、決済中間処理装置60-2に決済情報を送信するものとを予め設定してよい。具体例として、計量会計装置10-1、10-2は決済中間処理装置60-1に決済情報を送信し、計量会計装置10-3は決済中間処理装置60-2に決済情報を送信するというように、計量会計装置10-1、10-2、10-3のそれぞれ決済情報の送信先となる決済中間処理装置60が1つに集中することなく分散されるように設定しておく。このように計量会計装置10と決済中間処理装置60との対応関係を予め設定しておくことで、店員Sは、クレジットカード利用による精算の際に、決済情報の送信先の決済中間処理装置60をいずれとするのかを判断し、判断に応じて決済情報の送信先の決済中間処理装置60を指定する操作を行うといった作業を行う必要がなくなる。また、決済中間処理装置60に対する計量会計装置10の割り当てを適切に行うことで、特定の決済中間処理装置60に決済情報の送信が集中するようなことを避けることができる。 In the configuration of FIG. 1, for example, among the accounting devices 10-1, 10-2, and 10-3, one that transmits payment information to the intermediate settlement processing device 60-1, and the intermediate settlement processing device 60 -2 may be set in advance to transmit payment information. As a specific example, the weighing and accounting devices 10-1 and 10-2 transmit settlement information to the settlement intermediate processing device 60-1, and the weighing and accounting device 10-3 transmits settlement information to the settlement intermediate processing device 60-2. In this manner, the intermediate payment processors 60 to which payment information is sent from the accounting devices 10-1, 10-2, and 10-3 are set so as to be distributed without being centralized to one. By setting the corresponding relationship between the weighing accounting device 10 and the settlement intermediate processing device 60 in advance in this way, the store clerk S can set the settlement intermediate processing device 60 to which settlement information is to be sent when paying by using a credit card. It is no longer necessary to determine which one is to be used and, depending on the determination, specify the settlement intermediate processing device 60 to which the settlement information is to be sent. In addition, by properly allocating the accounting devices 10 to the settlement intermediate processing devices 60, it is possible to avoid concentration of payment information transmissions on a specific settlement intermediate processing device 60. FIG.

あるいは、同図の構成のもとでは、例えば、計量会計装置10が決済情報を送信する際に、決済中間処理装置60のそれぞれにて記憶している決済処理が未済の決済情報の数(未済決済処理数)を認識してもよい。そして、計量会計装置10が、未済決済処理数の最も少ない決済中間処理装置60を送信先として決定し、送信先として決定された決済中間処理装置60に決済情報を送信するようにしてもよい。 Alternatively, under the configuration shown in the figure, for example, when the accounting device 10 transmits payment information, the number of payment information for which payment processing has not been completed (unsettled number of payments processed) may be recognized. Then, the accounting device 10 may determine the settlement intermediate processing device 60 with the smallest number of outstanding settlement transactions as the transmission destination, and transmit the settlement information to the settlement intermediate processing device 60 determined as the transmission destination.

あるいは、同図の構成のもとでは、例えば、店員Sが計量会計装置10に対して決済情報の送信先の決済中間処理装置60を指定する操作(決済中間処理装置指定操作)を行い、計量会計装置10が決済中間処理装置指定操作により指定された決済中間処理装置60に決済情報を送信するようにしてよい。
図16は、図15の構成のもとで決済中間処理装置指定操作により決済中間処理装置60の指定が行われる場合に対応する精算画面の一例を示している。同図の精算画面において下側のボタンが配置されるボタンエリアBARにおいては、決済中間処理装置指定ボタンBT71-1、BT71-2が配置されている。
決済中間処理装置指定ボタンBT71-1は決済中間処理装置60-1に対応し、決済中間処理装置指定ボタンBT71-2は決済中間処理装置60-2に対応する。決済中間処理装置指定ボタンBT71-1には、決済中間処理装置60-1に付された番号である[01]が示されている。
また、同図の例では、決済中間処理装置指定ボタンBT71-1には、現在の決済中間処理装置60-1の状態(ステイタス)として「多処理画面」の表示中であることが示されるとともに、「多処理画面」の状態であることに応じて、決済中間処理装置60-1への決済情報の送信が不可である旨が示されている。ここで、「多処理画面」が表示中の状態としては、例えば決済中間処理装置60が掲示板などの決済処理とは異なる用途により使用中である状態などを挙げることができる。また、決済中間処理装置60の状態の表示に関しては、上記の「多処理画面」の他、例えば「故障」などが示されてもよい。
一方、決済中間処理装置指定ボタンBT71-2には、決済中間処理装置60-2に付された番号である[02]の表示と、決済中間処理装置60-2に対して決済情報を送信可能であることを示す表示と、現在において決済中間処理装置60-2にて記憶されている決済処理が未済の決済情報の数を示す表示とが行われている。同図においては、決済処理が未済の決済情報の数として「1」が表示された例が示されている。
店員Sは、同図の決済中間処理装置指定ボタンBT71-1、BT71-2を見ることで、現在、決済中間処理装置60-1への決済情報の送信が不可で、決済中間処理装置60-2への決済情報の送信が可能であることを把握できる。また、店員Sは、決済中間処理装置60-1、60-2の状態を把握できる。また、決済情報の送信が可能な決済中間処理装置60-2については、決済処理が未済の決済情報の数を把握することで、今回の取引についての決済処理を行えるまでのおおよその待ち時間を把握し、例えば客に伝えることもできる。
この場合の店員Sは、例えば小計操作後において、クレジットカード決済を行う場合には、決済中間処理装置指定ボタンBT71-2を操作することにより、計量会計装置10から決済中間処理装置60-2に決済情報を送信させることができる。
Alternatively, in the configuration of FIG. 1, for example, the store clerk S performs an operation (settlement intermediate processing device designation operation) to designate the intermediate payment processing device 60 to which the payment information is to be sent to the weighing and accounting device 10. The accounting device 10 may transmit the payment information to the payment intermediate processing device 60 designated by the payment intermediate processing device designation operation.
FIG. 16 shows an example of a settlement screen corresponding to the case where the settlement intermediate processing device 60 is specified by the settlement intermediate processing device specifying operation under the configuration of FIG. In the button area BAR where the lower buttons are arranged on the settlement screen of FIG.
The payment intermediate processing device designation button BT71-1 corresponds to the payment intermediate processing device 60-1, and the payment intermediate processing device designation button BT71-2 corresponds to the payment intermediate processing device 60-2. Settlement intermediate processing unit designation button BT71-1 indicates [01], which is the number assigned to settlement intermediate processing unit 60-1.
In addition, in the example of FIG. 7, the payment intermediate processing device designation button BT71-1 indicates that the "multi-processing screen" is being displayed as the current status of the payment intermediate processing device 60-1. , to the effect that payment information cannot be transmitted to the payment intermediate processing device 60-1 in accordance with the state of the "multi-processing screen". Here, the state in which the "multi-processing screen" is being displayed can be, for example, a state in which the settlement intermediate processing device 60 is being used for a purpose other than settlement processing, such as a bulletin board. Further, regarding the display of the state of the settlement intermediate processing device 60, other than the above-mentioned "multi-processing screen", for example, "malfunction" may be displayed.
On the other hand, the payment intermediate processing device designation button BT71-2 displays [02], which is the number assigned to the payment intermediate processing device 60-2, and can transmit payment information to the payment intermediate processing device 60-2. and a display showing the number of unsettled payment information currently stored in payment intermediate processing device 60-2. The figure shows an example in which "1" is displayed as the number of pieces of payment information for which payment processing has not yet been completed.
By looking at the settlement intermediate processing device specification buttons BT71-1 and BT71-2 in the same figure, store clerk S is currently unable to send settlement information to settlement intermediate processing device 60-1, and is unable to transmit settlement information to settlement intermediate processing device 60- It can be understood that the transmission of payment information to 2 is possible. In addition, the store clerk S can grasp the status of the settlement intermediate processing devices 60-1 and 60-2. Also, with regard to payment intermediate processing device 60-2 capable of transmitting payment information, by grasping the number of payment information for which payment processing has not been completed, the approximate waiting time until payment processing for this transaction can be performed can be calculated. It can also be grasped and, for example, communicated to customers.
In this case, for example, when the clerk S performs the credit card settlement after the subtotal operation, the settlement intermediate processing device 60-2 is transferred from the accounting device 10 to the settlement intermediate processing device 60-2 by operating the settlement intermediate processing device designation button BT71-2. Payment information can be sent.

また、図17は、決済中間処理装置指定操作により決済中間処理装置60の指定が行われる場合に対応する精算画面の他の例を示している。
図17(A)は、例えば小計操作が行われたことに応じて、はじめに表示される精算画面の態様例を示している。この場合の店員Sは、クレジットカード決済を行う場合には、「現金以外」ボタンBT80に対するタッチ操作を行う。「現金以外」ボタンBT80は、ボタンエリアBARについて、クレジットカード決済に対応して決済中間処理装置指定操作を行うためのボタン表示に移行させる操作が行われるボタンである。
「現金以外」ボタンBT80が操作されたことに応じて、ボタンエリアBARは図17(A)から、図17(B)のように変化する。ここで、同図においては、決済中間処理装置60が3つ備えられている場合を例に挙げる。例えば3つの決済中間処理装置60ごとに決済端末50が接続される。
同図のボタンエリアBARにおいては、それぞれ[01]~[03]の番号が割り当てられた3つの決済中間処理装置60ごとに対応する決済中間処理装置指定ボタンBT81-1、81-2、81-3が配置されている。
同図の決済中間処理装置指定ボタンBT81-1においては、番号[01]の決済中間処理装置60について、「応答なし」の状態であるために決済情報の送信が不可であることが示されている。
また、決済中間処理装置指定ボタンBT81-2においては、番号[02]の決済中間処理装置60について、「訂正中」の状態であるために決済情報の送信が不可であることが示されている。
また、決済中間処理装置指定ボタンBT81-3においては、番号[03]の決済中間処理装置60について、送信可能であり、現在の決済処理が未済の決済情報の数が「0」であることが示されている。
この場合、店員Sは、決済中間処理装置指定操作として、決済中間処理装置指定ボタンBT81-3を操作し、番号[03]の決済中間処理装置60に決済情報を送信させる。
Further, FIG. 17 shows another example of the settlement screen corresponding to the case where the settlement intermediate processing device 60 is designated by the settlement intermediate processing device designation operation.
FIG. 17A shows an example of a checkout screen that is first displayed in response to, for example, a subtotal operation being performed. In this case, the store clerk S performs a touch operation on the "non-cash" button BT80 when performing credit card settlement. The "non-cash" button BT80 is a button for performing an operation to shift the button area BAR to a button display for performing a payment intermediate processing device designation operation corresponding to credit card payment.
In response to the operation of the "other than cash" button BT80, the button area BAR changes from FIG. 17(A) to FIG. 17(B). Here, in the figure, a case in which three settlement intermediate processing devices 60 are provided is taken as an example. For example, a payment terminal 50 is connected to each of three payment intermediate processing devices 60 .
In the button area BAR of FIG. 8, payment intermediate processing device designation buttons BT81-1, 81-2, 81- corresponding to three payment intermediate processing devices 60 assigned numbers [01] to [03], respectively. 3 are placed.
The settlement intermediate processing unit designation button BT81-1 in the same figure indicates that the settlement intermediate processing unit 60 with the number [01] cannot transmit settlement information because it is in the "no response" state. there is
In addition, the payment intermediate processing device designation button BT81-2 indicates that the payment intermediate processing device 60 with number [02] cannot transmit payment information because it is in the "correcting" state. .
In addition, with the payment intermediate processing device designation button BT81-3, it is possible to transmit the payment intermediate processing device 60 with the number [03], and the number of payment information for which the current payment processing has not been completed is "0". It is shown.
In this case, the store clerk S operates the payment intermediate processing device specification button BT81-3 as the payment intermediate processing device specification operation, and causes the payment intermediate processing device 60 of number [03] to transmit the payment information.

また、同図の構成のもとでは、決済中間処理装置60間で、記憶されている決済情報が移動可能なようにされてもよい。
例えば、決済中間処理装置60-1のほうが決済中間処理装置60-2よりも未済決済処理数が少なかったために、或る計量会計装置10から決済中間処理装置60-1に決済情報を送信した。しかし、決済中間処理装置60-1と接続された決済端末50の決済処理が何らかの理由で完了しないため待機状態が長時間継続してしまっており、その間に、決済中間処理装置60-2のほうが未済決済処理数が少なくなった。このような状況となった場合に、決済中間処理装置60-1に記憶されている決済処理待ちの決済情報を、決済中間処理装置60-2に移動させることで、決済処理をより早めに済ませることが可能となる。
上記のような決済処理情報の移動は、例えば、移動対象の決済情報を記憶している決済中間処理装置60に対する店員Sの操作によって行われてよい。具体的に、この場合の店員Sは、例えば移動対象の決済情報を記憶している決済中間処理装置60に対して、移動対象の決済情報の指定と、移動先の決済中間処理装置60の指定とを行って、決済情報の移動を指示する操作を行う。このように行われた操作に応じて、移動対象の決済情報を記憶している決済中間処理装置60は、移動対象として指定された決済情報を、送信先として指定された決済中間処理装置60に対して送信する。なお、図15に示したように、決済中間処理装置60が2つである場合には、移動先の決済中間処理装置60を指定する操作は省略されてよい。
Further, under the configuration of FIG. 1, the stored payment information may be transferable between the intermediate payment processing devices 60 .
For example, since the settlement intermediate processing device 60-1 has less pending settlement transactions than the settlement intermediate processing device 60-2, a certain accounting device 10 transmits settlement information to the settlement intermediate processing device 60-1. However, for some reason, the settlement processing of settlement terminal 50 connected to settlement intermediate processing device 60-1 is not completed, and the standby state continues for a long time. The number of outstanding payments processed has decreased. In such a situation, by moving the payment information awaiting payment processing stored in the payment intermediate processing device 60-1 to the payment intermediate processing device 60-2, the payment processing is completed earlier. becomes possible.
The transfer of the payment processing information as described above may be performed, for example, by the store clerk S's operation on the intermediate payment processing device 60 that stores the payment information to be transferred. Specifically, the store clerk S in this case specifies the payment information to be moved and the payment intermediate processing device 60 to be moved to, for example, the payment intermediate processing device 60 that stores the payment information to be moved. and perform an operation to instruct the transfer of payment information. In response to the operation thus performed, the intermediate payment processing device 60 storing the payment information to be moved sends the payment information specified as the target to be transferred to the payment intermediate processing device 60 specified as the destination. send to. As shown in FIG. 15, when there are two payment intermediate processing devices 60, the operation of designating the payment intermediate processing device 60 as the destination may be omitted.

あるいは、決済処理情報の移動は、上記とは逆に、決済情報の移動先となる決済中間処理装置60に対する店員Sの操作によって行われるようにしてもよい。
具体的に、この場合の店員Sは、決済情報の移動先となる決済中間処理装置60に対して、移動対象の決済情報を指定する操作を行う。この際、店員Sは、移動対象の決済情報を指定する操作画面(決済情報指定画面)を決済情報の移動先となる決済中間処理装置60にて表示させる操作を行う。この操作が行われた決済中間処理装置60は、他の決済中間処理装置60にて記憶されている未済の決済情報を示す情報を、他の決済中間処理装置60のそれぞれから取得する。決済中間処理装置60は、取得された情報を利用して、他の決済中間処理装置60にて記憶されている未済の決済情報のリストが示された決済情報指定画面を表示させる。店員Sは、決済情報指定画面において示されるリストのうちから、移動対象の決済情報のリスト項目を選択し、選択したリスト項目の決済情報の送信を指示する操作を行う。この操作に応じて、決済中間処理装置60に対して、他の決済中間処理装置60から選択された決済情報が送信され、他の決済中間処理装置60では、送信した決済情報をRAM603から消去する。このようにして、決済情報の移動先となる決済中間処理装置60に対する店員Sの操作に応じた決済処理情報の移動が行われる。
なお、決済情報指定画面の表示に際して、例えば、決済中間処理装置60は、店員Sの店員識別タグ40との通信により取得した店員Sの店員識別子が対応する決済情報のリスト項目を強調表示したり、店員Sの店員識別子が対応する決済情報のリスト項目のみを表示したりしてもよい。さらに、決済中間処理装置60は、店員Sの店員識別タグ40との通信により取得した店員Sの店員識別子が対応する決済情報を特定したことに応じて、リスト項目の選択を待つことなく、自動的に、他の決済中間処理装置60に特定した決済情報の送信を実行させてもよい。即ち、或る1つの決済中間処理装置60に店員Sが近づいた場合において、店員Sが近づいた決済中間処理装置60以外の決済中間処理装置60に、店員Sに対応する決済情報が記憶されていた場合に、記憶されていた決済情報が、店員Sが近づいた決済中間処理装置60に移動されるようにしてよい。
Alternatively, the transfer of the payment processing information may be performed by the clerk S's operation of the intermediate payment processing device 60 to which the payment information is to be transferred, contrary to the above.
Specifically, the store clerk S in this case performs an operation of designating the payment information to be transferred to the intermediate payment processing device 60 to which the payment information is to be transferred. At this time, the store clerk S performs an operation to display an operation screen (payment information designation screen) for designating the payment information to be moved on the intermediate payment processing device 60 to which the payment information is to be moved. The payment intermediate processing device 60 that has undergone this operation acquires information indicating unfinished payment information stored in the other payment intermediate processing device 60 from each of the other payment intermediate processing devices 60 . The settlement intermediate processing device 60 uses the acquired information to display a settlement information designation screen showing a list of unsettled settlement information stored in the other settlement intermediate processing devices 60 . The store clerk S selects the list item of the payment information to be moved from the list displayed on the payment information designation screen, and performs an operation of instructing transmission of the payment information of the selected list item. In response to this operation, the payment information selected from the other payment intermediate processing device 60 is transmitted to the payment intermediate processing device 60, and the other payment intermediate processing device 60 erases the transmitted payment information from the RAM 603. . In this manner, the payment processing information is moved according to the operation of the store clerk S on the intermediate payment processing device 60 to which the payment information is to be transferred.
When displaying the payment information designation screen, for example, the intermediate payment processing device 60 may highlight the list item of the payment information corresponding to the clerk identifier of the clerk S acquired through communication with the clerk identification tag 40 of the clerk S. , only the list items of the payment information corresponding to the store clerk identifier of the store clerk S may be displayed. Further, in response to specifying the payment information corresponding to the store clerk identifier of store clerk S acquired through communication with store clerk identification tag 40 of store clerk S, settlement intermediate processing device 60 automatically Alternatively, another intermediate payment processor 60 may be caused to transmit the specified payment information. That is, when a store clerk S approaches a certain intermediate payment processing device 60, payment information corresponding to the store clerk S is stored in the intermediate payment processing devices 60 other than the intermediate payment processing device 60 to which the store clerk S approaches. In this case, the stored payment information may be moved to the intermediate payment processing device 60 that the clerk S approaches.

なお、本実施形態の変形例として、複数の決済端末50に対して1つの決済中間処理装置60が接続された構成としてもよい。この場合には、決済中間処理装置60が、自己の記憶する未済の決済情報を、店員Sの操作により指定された決済端末50に対して、あるいは、複数の決済端末50の処理状況に応じて決定した決済端末50に対して送信するようにされてよい。 As a modified example of the present embodiment, a configuration in which one settlement intermediate processing device 60 is connected to a plurality of settlement terminals 50 may be employed. In this case, the payment intermediate processing device 60 sends the unfinished payment information stored in itself to the payment terminal 50 specified by the operation of the store clerk S, or according to the processing status of a plurality of payment terminals 50. It may be transmitted to the determined payment terminal 50 .

<第3実施形態>
続いて、第3実施形態について説明する。図18は、本実施形態の商品販売データ処理システムの構成例を示している。
同図においては、共有スペースSPにおいて複数の店舗ST-1~ST-Nが営業を行っている。このように共有スペースSPにおいて複数の店舗ST-1~ST-Nが営業を行うようにされた形態の一具体例としては、フードコートを挙げることができる。店舗ST-1~ST-Nにおいては、それぞれ、自店舗での客との取引に応じた会計を行う会計装置である、POSレジスタ70-1~70-Nが設置される。
なお、以降の説明において、店舗ST-1~ST-Nについて特に区別しない場合には、店舗STと記載し、POSレジスタ70-1~70-Nについて特に区別しない場合には、POSレジスタ70と記載する。
<Third Embodiment>
Next, a third embodiment will be described. FIG. 18 shows a configuration example of a product sales data processing system according to this embodiment.
In the figure, a plurality of stores ST-1 to ST-N are operating in the shared space SP. A specific example of a configuration in which a plurality of shops ST-1 to ST-N are operated in the shared space SP is a food court. POS registers 70-1 to 70-N are installed in the stores ST-1 to ST-N, respectively.
In the following description, stores ST-1 to ST-N will be referred to as store ST when they are not distinguished, and POS registers 70-1 to 70-N will be referred to as POS register 70 when they are not distinguished. Describe.

POSレジスタ70は、それぞれ、決済中間処理装置60と接続されている。決済中間処理装置60は、さらに決済端末50と接続されている。即ち、共有スペースSPにおいて、各店舗STは、クレジットカードの利用などよる特定決済を行うにあたり、共通の決済端末50を使用する。 The POS registers 70 are each connected to the settlement intermediate processing device 60 . The settlement intermediate processing device 60 is further connected to the settlement terminal 50 . That is, in the shared space SP, each store ST uses a common payment terminal 50 to make a specific payment using a credit card or the like.

同図の構成において、店舗STのそれぞれは、現金等の支払いの場合はPOSレジスタ70により商品登録から精算までを行うが、クレジットカード利用などの特定決済の場合は、POSレジスタ70により商品登録を行ったうえで、決済端末50を利用して決済を行う。
1つの店舗STにて、一取引に応じた特定決済が行われる場合、店員は、POSレジスタ70により商品登録を完了させると、さらにPOSレジスタ70に対して特定決済を指定する操作を行う。この操作に応じて、POSレジスタ70は、商品登録結果が反映された決済情報を決済中間処理装置60に対して送信する。
決済中間処理装置60は、受信された決済情報を記憶し、図10に例示した態様で、記憶した決済情報に対応する決済指示ボタンBT40を表示する。店員と客は、決済中間処理装置60と決済端末50とが設置された場所に赴く。店員は、決済中間処理装置60において表示される決済指示ボタンBT40のうちから、自分に対応する取引の決済指示ボタンBT40を選択する操作を行って、決済情報を決済端末50に送信させる。決済端末50には、客のクレジットカードからデータの読み取りを行うとともに、客により入力された暗証番号などを用いて、決済センターCTとの間で決済処理を実行する。
なお、決済中間処理装置60は、例えば自機及び決済端末50の近隣に設置されたPOSレジスタ70から送信された決済情報については、店員による送信指示の操作を待たずに、自動で決済端末50に送信を行うようにしてよい。
なお、この場合には、POSレジスタ70にてカードリーダなどによりクレジットカードからデータを読み取り、読み取ったクレジットカードのデータを含む決済情報を決済中間処理装置60に送信するようにしてよい。
In the configuration shown in the figure, each of the stores ST uses the POS register 70 to perform product registration and settlement in the case of cash payment. After that, payment is made using the payment terminal 50.例文帳に追加
When a specific payment corresponding to one transaction is performed at one store ST, the store clerk completes product registration with the POS register 70 and then performs an operation to designate the specific payment to the POS register 70 . In response to this operation, the POS register 70 transmits payment information reflecting the product registration result to the intermediate payment processing device 60 .
The payment intermediate processing device 60 stores the received payment information, and displays the payment instruction button BT40 corresponding to the stored payment information in the manner illustrated in FIG. The store clerk and the customer go to the place where the settlement intermediate processing device 60 and the settlement terminal 50 are installed. The store clerk performs an operation to select the payment instruction button BT40 of the transaction corresponding to him from the payment instruction buttons BT40 displayed on the intermediate payment processing device 60, and causes the payment information to be transmitted to the payment terminal 50. - 特許庁The settlement terminal 50 reads data from the customer's credit card and executes settlement processing with the settlement center CT using the personal identification number entered by the customer.
Note that the payment intermediate processing device 60 automatically receives the payment information transmitted from the POS register 70 installed near itself and the payment terminal 50, for example, without waiting for the operation of the transmission instruction by the store clerk. may be sent to
In this case, the POS register 70 may read data from the credit card using a card reader or the like, and transmit payment information including the read credit card data to the intermediate payment processor 60 .

<第4実施形態>
続いて、第4実施形態について説明する。本実施形態は、券売機を設置して客からの注文に対応する飲食店に対応する商品販売データ処理システムである。
図19は、本実施形態の商品販売データ処理システムの構成例を示している。同図には、店舗STにおいて2つの券売機80-1、80-2が設置された例が示されている。以降の説明において、券売機80-1、80-2について特に区別しない場合には、券売機80と記載する。
<Fourth Embodiment>
Next, a fourth embodiment will be described. This embodiment is a product sales data processing system for a restaurant that installs a ticket vending machine and handles orders from customers.
FIG. 19 shows a configuration example of the product sales data processing system of this embodiment. The figure shows an example in which two ticket vending machines 80-1 and 80-2 are installed in a store ST. In the following description, the ticket vending machines 80-1 and 80-2 will be referred to as the ticket vending machine 80 unless otherwise distinguished.

券売機80は、商品(メニュー)を選択する操作に応じた食券の発行と、例えば現金による精算とが行われる装置である。
例えば、客が現金での支払いによりメニューを注文する場合には、客は、券売機80に対して自分が注文する1以上のメニューを選択する操作を行う。券売機80は、選択されたメニューの価格の合計金額を算出し、算出した合計金額以上の現金の入金を受け付ける。合計金額以上の現金の入金が完了すると、券売機80は、選択されたメニューごとの食券を発行し、釣銭が発生した場合には、釣銭を排出する。客は、発行された食券を取り、店員に手渡す。これにより、店員が、客の注文を受け付けたことになる。
The ticket vending machine 80 is a device that issues meal tickets according to the operation of selecting a product (menu) and settles the bill with cash, for example.
For example, when a customer orders a menu by paying cash, the customer operates the ticket vending machine 80 to select one or more menus to be ordered. The ticket vending machine 80 calculates the total price of the selected menu and accepts payment of cash equal to or greater than the calculated total price. When the deposit of cash equal to or more than the total amount is completed, the ticket vending machine 80 issues a meal ticket for each selected menu, and discharges the change if any. The customer takes the issued meal ticket and hands it to the clerk. This means that the store clerk has accepted the customer's order.

同図においては、2つの券売機80-1、80-2に対して各1つの決済端末50、決済中間処理装置60が共通に設置された例が示されている。
この場合の決済中間処理装置60は、券売機80-1、80-2のそれぞれと接続されるとともに、決済端末50と接続される。
This figure shows an example in which one payment terminal 50 and intermediate payment processor 60 are installed in common for two ticket vending machines 80-1 and 80-2.
In this case, intermediate payment processor 60 is connected to each of ticket vending machines 80-1 and 80-2, and is connected to payment terminal 50 as well.

また、本実施形態の店舗STの場合、券売機80によるメニューの注文から精算までは店員によることなく客の操作によって行われることから、決済端末50に対する操作も客によって行われる。このため、決済端末50は、店舗STにおいて、券売機80を操作した客が操作しやすいように、券売機80の近傍に設置される。そこで、本実施形態においては、券売機80-1、80-2を互いに所定の間隔を隔てて並べて設置したうえで、決済端末50を券売機80-1、80-2の間に設置する。このような設置の態様とすることで、券売機80-1を操作する客と、券売機80-2を操作する客とのいずれにとっても操作しやすい位置に決済端末50が配置されることになる。 Further, in the case of the store ST of the present embodiment, the operations from the menu ordering through the ticket vending machine 80 to the payment are performed by the customer, not by the staff, so the operation of the payment terminal 50 is also performed by the customer. Therefore, the settlement terminal 50 is installed near the ticket vending machine 80 in the shop ST so that the customer who operates the ticket vending machine 80 can easily operate it. Therefore, in the present embodiment, the ticket vending machines 80-1 and 80-2 are arranged side by side with a predetermined distance therebetween, and the settlement terminal 50 is installed between the ticket vending machines 80-1 and 80-2. By adopting such an installation mode, the settlement terminal 50 is arranged at a position that is easy to operate for both the customer who operates the ticket vending machine 80-1 and the customer who operates the ticket vending machine 80-2. Become.

上記のような構成の商品販売データ処理システムでは、券売機80を操作して注文したメニューについての支払いを、クレジットカードの利用等による特定決済で行うことができる。客は、例えばクレジットカードにより支払いを行う場合、券売機80に対して、注文するメニューを選択する操作を行ったうえで、クレジットカード利用による支払いを指定する操作(クレジットカード利用指定操作)を行うことができる。 In the merchandise sales data processing system configured as described above, the payment for the menu ordered by operating the ticket vending machine 80 can be made by using a credit card or the like. When the customer pays by credit card, for example, the customer performs an operation of selecting a menu item to order from the ticket vending machine 80, and then performs an operation of specifying payment using a credit card (credit card usage specifying operation). be able to.

クレジットカード利用指定操作に応じて、券売機80は、選択されたメニューの合計金額を示す決済情報を決済中間処理装置60に送信する。本実施形態の券売機80は、受信された決済情報を記憶したうえで、決済情報が受信された順に従って、順次、記憶された決済情報を決済端末50に送信し、決済端末50にて決済処理を実行させる。 In response to the credit card usage designation operation, the ticket vending machine 80 transmits payment information indicating the total amount of the selected menu to the payment intermediate processing device 60 . The ticket vending machine 80 of the present embodiment stores the received payment information, and then sequentially transmits the stored payment information to the payment terminal 50 according to the order in which the payment information was received. Let the process run.

決済中間処理装置60は、決済端末50に決済情報を送信したことに応じて、対応の客が操作した券売機80に対して決済処理が開始されることの通知(決済処理開始通知)を行ってよい。券売機80は、決済処理開始通知の受信に応じて、客に向けて、決済端末50を操作して決済を行ってもらうための案内表示を行うことができる。
案内表示としては、例えば、決済端末50が設置された場所を示す表示が行われてよい。
この場合において、例えば客側から見て左に券売機80-1が配置され、右に券売機80-2が配置されており、券売機80-1にて案内表示が行われる場合には、当該券売機80-1の右側に決済端末50が位置することを案内する内容の表示が行われる。
また、案内表示においては、例えば、決済端末50に対してクレジットカードのデータを読み込ませ、暗証番号を入力する操作を客に行ってもらうように案内する表示が行われてよい。
また、案内表示に代えて音声による案内が行われてもよい。また、案内表示と音声による案内とが併用されてよい。
In response to the transmission of the payment information to the payment terminal 50, the intermediate payment processing device 60 notifies the ticket vending machine 80 operated by the corresponding customer that payment processing will start (notification of start of payment processing). you can The ticket vending machine 80 can perform guidance display for the customer to operate the payment terminal 50 to make payment in response to the reception of the payment processing start notification.
As the guide display, for example, a display indicating the place where the settlement terminal 50 is installed may be performed.
In this case, for example, when the ticket vending machine 80-1 is arranged on the left side and the ticket vending machine 80-2 is arranged on the right side as viewed from the customer side, and guidance display is performed by the ticket vending machine 80-1, Information is displayed to guide that the payment terminal 50 is located on the right side of the ticket vending machine 80-1.
In addition, in the guidance display, for example, a display may be provided to guide the customer to read credit card data into the payment terminal 50 and input a personal identification number.
In addition, instead of guidance display, voice guidance may be provided. Further, guidance display and voice guidance may be used together.

<変形例>
以下、本実施形態の変形例について説明する。
<Modification>
Modifications of this embodiment will be described below.

[第1変形例]
先の第1実施形態及び第2実施形態では、計量会計装置10にてドロア113が備えられることで、計量会計装置10により、例えば現金による支払いなどの特定決済以外に対応する精算処理が可能とされていた。しかしながら、本変形例として、例えば計量会計装置10においては、商品の登録処理までを行い、計量会計装置10とは別に設置された精算装置により精算処理が行われるように商品販売データ処理システムが構成されてよい。
この場合、計量会計装置10における商品登録処理によって得られた精算情報は、例えば、通信経由で精算装置に送信されるようにしてよい。あるいは、計量会計装置10にて精算情報のコードが印刷された精算券を発行し、精算装置にて精算券のコードを読み取ることで精算情報が取得されるようにしてよい。
また、精算装置は、店員の操作により精算が行われるようにされてもよいし、客の操作により精算が行われるようにされてもよい。
また、このような商品販売データ処理システムにおいて、特定決済を行う場合には、精算装置が計量会計装置10から入力した精算情報に基づいて決済情報を生成し、生成された決済情報を決済中間処理装置60に送信するようにされてよい。
[First modification]
In the first and second embodiments described above, the weighing and accounting device 10 is provided with the drawer 113, so that the weighing and accounting device 10 can perform settlement processing other than specific settlement such as cash payment. It had been. However, as this modification, for example, in the weighing and accounting device 10, the product sales data processing system is configured so that the product registration processing is performed, and the settlement processing is performed by a settlement device installed separately from the weighing and accounting device 10. may be
In this case, the settlement information obtained by the product registration process in the weighing and accounting device 10 may be transmitted to the settlement device via communication, for example. Alternatively, the accounting device 10 may issue a settlement ticket on which the code of the settlement information is printed, and the settlement device may read the code of the settlement ticket to acquire the settlement information.
Further, the settlement device may be adapted to be operated by a store clerk, or may be configured to be operated by a customer.
Further, in such a commodity sales data processing system, when performing a specific settlement, the settlement device generates settlement information based on the settlement information input from the accounting device 10, and the generated settlement information is processed in intermediate settlement processing. It may be arranged to transmit to device 60 .

[第2変形例]
登録装置と精算装置とがそれぞれ個別の装置として備えられるPOSシステム(商品販売データ処理システム)が知られている。登録装置は、店員による商品登録の操作を行うことに応じて商品登録処理を行う。精算装置は、登録装置による商品登録処理の結果が反映された精算情報を利用して、客の操作に応じて精算処理を実行する。このようなPOSシステムにおいて特定決済に対応するにあたり、本実施形態の決済端末50と決済中間処理装置60とを使用することができる。
[Second modification]
A POS system (merchandise sales data processing system) is known in which a registration device and a settlement device are provided as separate devices. The registration device performs product registration processing in response to a product registration operation by a store clerk. The settlement device uses the settlement information reflecting the result of the product registration processing by the registration device to execute the settlement processing according to the customer's operation. The payment terminal 50 and payment intermediate processing device 60 of the present embodiment can be used to handle specific payments in such a POS system.

上記のようなPOSシステムにおいては、例えば1つの登録装置に対応させて複数の精算装置を設置することができる。このような登録装置と精算装置との設置の態様の場合には、例えば精算装置の近傍に決済端末50を設置することで、例えば客が自分で決済端末50を操作して特定決済を行えるようにできる。
この場合にも、例えば前述の第4実施形態に準じて、客が精算装置に対して特定決済による支払いを指定することに応じて、精算装置から決済中間処理装置60に対して決済情報が送信され、客は、決済端末50を操作して決済を行うことができる。
また、客の決済端末50に対する操作による決済処理の状況について、例えば決済中間処理装置60が登録装置あるいはストアコントローラなどの装置に通知するようにしてよい。これにより、登録装置あるいはストアコントローラにて表示される画面を見て、店員が、客の操作に応じて行われている決済の状況を把握できる。
また、この場合には、客が操作を行うために、決済端末50による決済処理について中止できるようにすることが好ましい。例えば決済端末50あるいは決済中間処理装置60に対して決済処理の中止を指示する操作が行えるようにしたうえで、中止を指示する操作が行われた場合には、決済端末50での決済処理が中止されるようにしてよい。また、店員呼出ボタンに対する操作によって店員を呼び出して決済処理の中止のための操作を行ってもらえるようにしてもよい。
また、中止に関する処理結果が電子メール等により店舗における所定の装置、端末等に送信されるようにすることもできる。
In the POS system as described above, for example, a plurality of settlement devices can be installed in correspondence with one registration device. In the case of such a mode of installation of the registration device and the settlement device, for example, by installing the settlement terminal 50 near the settlement device, for example, the customer can operate the settlement terminal 50 by himself/herself to make a specific settlement. can be done.
In this case, for example, according to the above-described fourth embodiment, payment information is transmitted from the payment processing device to the payment intermediate processing device 60 in response to the customer specifying the payment by the specific payment for the payment device. Then, the customer can make a payment by operating the payment terminal 50. - 特許庁
Further, the intermediate payment processing device 60 may notify a device such as a registration device or a store controller of the status of payment processing by the operation of the payment terminal 50 by the customer. As a result, the store clerk can grasp the status of the settlement performed according to the customer's operation by looking at the screen displayed by the registration device or the store controller.
In this case, it is preferable that the payment processing by the payment terminal 50 can be canceled for the customer to operate. For example, after an operation to instruct the payment terminal 50 or the payment intermediate processing device 60 to stop the payment processing is performed, if an operation to instruct the stop is performed, the payment processing at the payment terminal 50 is stopped. It may be canceled. Alternatively, a store clerk may be called by operating a store clerk call button to have the user perform an operation for canceling the settlement process.
Further, it is also possible to send the processing result regarding cancellation to a predetermined device, terminal, or the like in the store by e-mail or the like.

[第3変形例]
また、上記実施形態においては、決済端末50と決済中間処理装置60とがそれぞれ個別の装置とされた構成例を挙げていた。
しかしながら、例えば決済端末に本実施形態の決済中間処理装置60の機能を与えるように構成してもよい。この場合には、商品販売データ処理システムにおいて決済中間処理装置60が省略され、決済中間処理装置60の機能を有する決済端末に対して、1以上の計量会計装置10、POSレジスタ70あるいは券売機80等が接続されてよい。
[Third Modification]
Further, in the above-described embodiment, the configuration example in which the payment terminal 50 and the intermediate payment processing device 60 are separate devices has been given.
However, for example, the payment terminal may be configured to have the functions of the intermediate payment processing device 60 of the present embodiment. In this case, the settlement intermediate processing device 60 is omitted in the merchandise sales data processing system, and one or more accounting devices 10, POS registers 70 or ticket vending machines 80 are connected to settlement terminals having the functions of the settlement intermediate processing device 60. etc. may be connected.

[第4変形例]
決済中間処理装置60は、例えば、通信可能な状態となった店員識別タグ40から店員識別子を取得したことに応じて、取得された店員識別子が対応付けられた取引の決済情報を、計量会計装置10(あるいは、POSレジスタ70)に要求してもよい。そのうえで、決済中間処理装置60は、要求先の計量会計装置10(あるいは、POSレジスタ70)から受信した決済情報を、そのまま転送するようにして決済端末50に送信してもよい。このような構成は、上記変形例のように、本実施形態の決済中間処理装置60の機能が与えられた決済端末にも適用できる。
[Fourth Modification]
For example, in response to acquiring a salesclerk identifier from the salesclerk identification tag 40 that has become communicable, the payment intermediate processing device 60 sends transaction settlement information associated with the acquired salesclerk identifier to the accounting device. 10 (or POS register 70). After that, the settlement intermediate processing device 60 may transmit the settlement information received from the request destination weighing and accounting device 10 (or the POS register 70) to the settlement terminal 50 as it is. Such a configuration can also be applied to a settlement terminal provided with the functions of the intermediate settlement processing device 60 of the present embodiment, as in the modification described above.

<実施形態の総括>
(1)これまでに説明したように、本実施形態の一態様は、会計に関する会計処理を実行する複数の会計装置(例えば、計量会計装置10、POSレジスタ70、券売機80)と接続する会計装置対応接続手段と、会計処理に応じて前記会計装置から出力された決済情報であって、決済に対応する処理に利用される決済情報を入力する入力手段と、前記入力手段により入力された決済情報のうちから決済対応処理に利用すべき決済情報を指定する指定手段と備える決済情報処理装置(例えば、決済中間処理装置60、あるいは決済中間処理装置の機能を備える決済端末)である。
<Summary of embodiment>
(1) As described above, one aspect of the present embodiment is an accounting device connected to a plurality of accounting devices (e.g., weighing and accounting device 10, POS register 70, and ticket vending machine 80) that execute accounting processing related to accounting. device-compatible connection means; input means for inputting payment information output from the accounting device according to accounting processing and used for processing corresponding to the payment; and payment input by the input means. A payment information processing device (for example, a payment intermediate processing device 60 or a payment terminal having the function of a payment intermediate processing device) includes specifying means for specifying payment information to be used for payment handling processing from among information.

上記構成によれば、会計装置から出力された決済情報を、一旦、決済情報処理装置が入力し、決済情報処理装置が入力された決済情報の決済対応処理の利用に関する制御を実行することができる。
これにより、決済端末と会計装置とが一対多の関係にある場合において、複数の会計装置に応じた決済処理に柔軟に対応できるようになる。
According to the above configuration, the payment information output from the accounting device is once input to the payment information processing device, and the payment information processing device can execute control regarding the use of the payment processing for the input payment information. .
This makes it possible to flexibly deal with payment processing according to a plurality of accounting devices when there is a one-to-many relationship between payment terminals and accounting devices.

(2)また、本実施形態としての一態様は、(1)に記載の決済情報処理装置であって、前記入力手段により入力された決済情報を、それぞれに対応する取引を識別可能に表示する表示手段をさらに備える。 (2) Further, one aspect of the present embodiment is the payment information processing apparatus according to (1), wherein the payment information input by the input means is displayed so that the corresponding transactions can be identified. A display means is further provided.

上記構成によれば、決済情報処理装置において、決済情報処理装置が入力した決済情報がそれぞれを識別可能に表示される。このような表示を見ることで、例えば決済情報処理装置における決済情報についての処理状況を把握することが可能になる。 According to the above configuration, in the payment information processing apparatus, the payment information input by the payment information processing apparatus is displayed so as to be identifiable. By viewing such a display, for example, it is possible to grasp the processing status of payment information in the payment information processing apparatus.

(3)また、本実施形態としての一態様は、(2)に記載の決済情報処理装置であって、前記指定手段は、前記表示手段により表示された決済情報のうちから決済端末に出力する決済情報を選択することにより、決済情報を指定する。 (3) Further, one aspect of the present embodiment is the payment information processing apparatus according to (2), wherein the specifying means outputs to the payment terminal from among the payment information displayed by the display means Specify payment information by selecting payment information.

上記構成によれば、例えば決済情報処理装置にて表示された複数の決済情報のうちから、1つの決済情報を選択し、決済端末に出力するように制御できる。 According to the above configuration, for example, it is possible to select one piece of payment information from among a plurality of pieces of payment information displayed on the payment information processing device, and control to output it to the payment terminal.

(4)また、本実施形態としての一態様は、(1)から(3)のいずれか1つに記載の決済情報処理装置であって、決済情報が記録された決済情報媒体(例えば、商品登録情報券)から決済情報を読み取る決済情報読取手段をさらに備え、前記入力手段は、前記決済情報読取手段(例えば、スキャナ部609を含む)により読み取られた決済情報を入力する。 (4) Further, one aspect of the present embodiment is the payment information processing device according to any one of (1) to (3), which is a payment information medium (for example, a product A payment information reading means for reading payment information from a registered information ticket) is further provided, and the input means inputs the payment information read by the payment information reading means (for example, the scanner unit 609 is included).

上記構成によれば、例えば会計装置と決済情報処理装置との間の通信が不可の状態であっても、会計装置により決済情報を記録した商品登録情報券を発行させ、決済情報読取手段により媒体から決済情報を読み取ることで、決済情報処理装置が決済情報を入力できる。 According to the above configuration, for example, even if communication between the accounting device and the payment information processing device is disabled, the accounting device issues a product registration information ticket that records payment information, and the payment information reading means issues a product registration information coupon. The payment information processing device can input the payment information by reading the payment information from the .

(5)また、本実施形態としての一態様は、(1)から(4)のいずれか1つに記載の決済情報処理装置であって、決済情報に対応付けられた識別情報(例えば、店員識別子)が記録された識別情報媒体(例えば、店員識別タグ40)から前記識別情報を読み取る識別情報読み取り手段をさらに備え、前記指定手段は、前記入力手段により入力された決済情報のうち、前記識別情報媒体から読み取られた識別情報と一致する識別情報が対応付けられた決済情報を、他の決済情報と異なる態様で表示する。
なお、識別情報媒体から読み取られた識別情報と一致する識別情報が対応付けられた決済情報を表示し、他の決済情報を表示しない態様も、前記識別情報媒体から読み取られた識別情報と一致する識別情報が対応付けられた決済情報を、他の決済情報と異なる態様で表示することに含まれる。
(5) In addition, one aspect of the present embodiment is the payment information processing apparatus according to any one of (1) to (4), wherein identification information (for example, store clerk identifier) for reading the identification information from an identification information medium (e.g., the store clerk identification tag 40), wherein the specifying means reads the identification information from the payment information input by the input means. Payment information associated with identification information that matches identification information read from an information medium is displayed in a manner different from other payment information.
A mode in which payment information associated with identification information that matches the identification information read from the identification information medium is displayed and other payment information is not displayed also matches the identification information read from the identification information medium. It is included in displaying the payment information associated with the identification information in a manner different from other payment information.

上記構成によれば、例えば決済情報処理装置と通信が可能な店員識別タグ40を所持する店員が対応する取引の決済情報が、他の決済情報とは異なる態様で表示されることから、店員は、決済情報処理装置が入力した決済情報のうちから、自分に対応する決済情報を把握しやすくなる。 According to the above configuration, for example, the payment information of the transaction handled by the salesclerk who possesses the salesclerk identification tag 40 capable of communicating with the payment information processing apparatus is displayed in a manner different from other payment information. , it becomes easy to grasp the payment information corresponding to oneself from among the payment information input by the payment information processing device.

(6)また、本実施形態としての一態様は、(1)から(5)のいずれか1つに記載の決済情報処理装置であって、決済情報に対応付けられた識別情報が記録された識別情報媒体から前記識別情報を読み取る識別情報読み取り手段をさらに備え、前記指定手段は、前記入力手段により入力された決済情報のうち、前記識別情報媒体から読み取られた識別情報と一致する識別情報が対応付けられた決済情報を、決済対応処理に利用すべき決済情報として指定する。 (6) Further, one aspect of the present embodiment is the payment information processing device according to any one of (1) to (5), wherein identification information associated with payment information is recorded. Further comprising identification information reading means for reading the identification information from the identification information medium, the designation means selects, among the payment information input by the input means, identification information that matches the identification information read from the identification information medium. The associated payment information is designated as payment information to be used for payment handling processing.

上記構成によれば、決済情報処理装置と通信が可能な店員識別タグ40を所持する店員が対応する取引の決済情報が、決済端末に出力する決済情報として指定される。これにより、店員が決済情報処理装置に近づいて店員識別タグ40と決済情報処理装置とが通信可能となったことに応じて、当該店員に対応する取引の決済情報を決済対応処理に利用すべき決済情報として指定できる。この場合、例えば店員が決済対応処理に利用すべき決済情報を指定する操作を行わなくともよい。 According to the above configuration, the payment information of the transaction handled by the salesclerk having the salesclerk identification tag 40 capable of communicating with the payment information processing device is specified as the payment information to be output to the payment terminal. As a result, when a salesclerk approaches the payment information processing device and communication between the salesclerk identification tag 40 and the payment information processing device becomes possible, the payment information of the transaction corresponding to the salesclerk should be used for payment handling processing. Can be specified as payment information. In this case, for example, the store clerk does not have to perform an operation of designating payment information to be used for payment handling processing.

(7)また、本実施形態としての一態様は、(1)から(6)のいずれか1つに記載の決済情報処理装置であって、決済対応処理を実行する決済端末と接続する決済端末対応接続手段と、前記指定手段により指定された決済情報を前記決済端末に出力する出力手段とをさらに備える。 (7) Further, one aspect of the present embodiment is the payment information processing device according to any one of (1) to (6), which is connected to a payment terminal that executes payment handling processing. Corresponding connection means and output means for outputting the payment information designated by the designation means to the payment terminal are further provided.

上記構成によれば、決済情報処理装置として、会計装置と決済端末装置との間で決済情報を介在する決済中間処理装置を得ることができる。 According to the above configuration, it is possible to obtain, as a payment information processing device, a payment intermediate processing device that mediates payment information between the accounting device and the payment terminal device.

(8)また、本実施形態としての一態様は、(1)から(6)のいずれか1つに記載の決済情報処理装置であって、前記指定手段により指定された決済情報を利用して決済対応処理を実行する決済対応処理手段をさらに備える。 (8) Further, one aspect of the present embodiment is the payment information processing apparatus according to any one of (1) to (6), wherein the payment information specified by the specifying means is used to It further comprises payment handling processing means for executing payment handling processing.

上記構成によれば、決済情報処理装置として、入力された決済情報のうちから指定された決済情報を決済対応処理に利用する決済端末を得ることができる。 According to the above configuration, it is possible to obtain, as a payment information processing apparatus, a payment terminal that uses payment information specified from input payment information for payment handling processing.

(9)本実施形態としての一態様は、コンピュータを、会計に関する会計処理を実行する複数の会計装置と接続する会計装置対応接続手段、会計処理に応じて前記会計装置から出力された決済情報であって、決済に対応する処理に利用される決済情報を入力する入力手段、前記入力手段により入力された決済情報のうちから決済対応処理に利用すべき決済情報を指定する指定手段として機能させるためのプログラムである。 (9) One aspect of the present embodiment is accounting device compatible connection means for connecting a computer to a plurality of accounting devices that execute accounting processing related to accounting, and payment information output from the accounting device according to accounting processing. to function as input means for inputting payment information to be used for processing corresponding to payment, and designation means for designating payment information to be used for payment processing from among the payment information input by the input means. program.

なお、上述の決済中間処理装置60などとしての機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することにより上述の決済中間処理装置60などとしての処理を行ってもよい。ここで、「記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行する」とは、コンピュータシステムにプログラムをインストールすることを含む。ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。また、「コンピュータシステム」は、インターネットやWAN、LAN、専用回線等の通信回線を含むネットワークを介して接続された複数のコンピュータ装置を含んでもよい。また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD-ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。このように、プログラムを記憶した記録媒体は、CD-ROM等の非一過性の記録媒体であってもよい。また、記録媒体には、当該プログラムを配信するために配信サーバからアクセス可能な内部または外部に設けられた記録媒体も含まれる。配信サーバの記録媒体に記憶されるプログラムのコードは、端末装置で実行可能な形式のプログラムのコードと異なるものでもよい。すなわち、配信サーバからダウンロードされて端末装置で実行可能な形でインストールができるものであれば、配信サーバで記憶される形式は問わない。なお、プログラムを複数に分割し、それぞれ異なるタイミングでダウンロードした後に端末装置で合体される構成や、分割されたプログラムのそれぞれを配信する配信サーバが異なっていてもよい。さらに「コンピュータ読み取り可能な記録媒体」とは、ネットワークを介してプログラムが送信された場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリ(RAM)のように、一定時間プログラムを保持しているものも含むものとする。また、上記プログラムは、上述した機能の一部を実現するためのものであってもよい。さらに、上述した機能をコンピュータシステムに既に記録されているプログラムとの組み合わせで実現できるもの、いわゆる差分ファイル(差分プログラム)であってもよい。 It should be noted that by recording a program for realizing the functions of the settlement intermediate processing device 60 and the like described above in a computer-readable recording medium, and causing a computer system to read and execute the program recorded in this recording medium, It may also perform processing as the settlement intermediate processing device 60 described above. Here, "loading and executing the program recorded on the recording medium into the computer system" includes installing the program in the computer system. The "computer system" here includes hardware such as an OS and peripheral devices. Also, the "computer system" may include a plurality of computer devices connected via a network including communication lines such as the Internet, WAN, LAN, and dedicated lines. The term "computer-readable recording medium" refers to portable media such as flexible discs, magneto-optical discs, ROMs and CD-ROMs, and storage devices such as hard discs incorporated in computer systems. Thus, the recording medium storing the program may be a non-transitory recording medium such as a CD-ROM. Recording media also include internal or external recording media accessible from the distribution server for distributing the program. The program code stored in the recording medium of the distribution server may be different from the program code in a format executable by the terminal device. That is, as long as it can be downloaded from the distribution server and installed in a form that can be executed on the terminal device, the form stored in the distribution server does not matter. It should be noted that the program may be divided into a plurality of parts, and the divided programs may be downloaded at different timings and then merged in the terminal device, or the distribution servers that distribute the divided programs may be different. In addition, "computer-readable recording medium" is a volatile memory (RAM) inside a computer system that acts as a server or client when the program is transmitted via a network, and retains the program for a certain period of time. It shall also include things. Further, the program may be for realizing part of the functions described above. Further, it may be a so-called difference file (difference program) that can realize the above functions by combining with a program already recorded in the computer system.

10(10-1、10-2、10-3) 計量会計装置、30(30-1~30-n) 電子商品札、32 商品札、40(40-1、40-2) 店員識別タグ、50(50-1、50-2) 決済端末、60(60-1、60-2) 決済中間処理装置、70(70-1、70-2) POSレジスタ、80(80-1、80-2) 券売機、101 CPU、102 ROM、103 RAM、104 スキャナ部、105 店員用表示部、106 客用表示部、107 ハードディスク、108 キー操作部、109 計量部、109a 秤台、110 印字部、111 装置間対応通信部、112 近距離通信部、113 ドロア、119 バス、601 CPU、602 記憶部、603 RAM、604 タッチパネル表示部、605 インジケータ部、606 決済端末対応通信部、607 装置間対応通信部、608 近距離通信部、609 スキャナ部 10 (10-1, 10-2, 10-3) weighing and accounting device, 30 (30-1 to 30-n) electronic product tag, 32 product tag, 40 (40-1, 40-2) clerk identification tag, 50 (50-1, 50-2) settlement terminal, 60 (60-1, 60-2) settlement intermediate processing device, 70 (70-1, 70-2) POS register, 80 (80-1, 80-2) ) ticket vending machine, 101 CPU, 102 ROM, 103 RAM, 104 scanner unit, 105 clerk display unit, 106 customer display unit, 107 hard disk, 108 key operation unit, 109 weighing unit, 109a weighing table, 110 printing unit, 111 Inter-apparatus communication unit 112 Near field communication unit 113 Drawer 119 Bus 601 CPU 602 Storage unit 603 RAM 604 Touch panel display unit 605 Indicator unit 606 Payment terminal compatible communication unit 607 Inter-device communication unit , 608 near field communication unit, 609 scanner unit

Claims (2)

複数の会計装置から受信した決済情報に基づいて現金以外による非現金決済に関連する処理を行う決済情報処理装置であって、
前記複数の会計装置から受信した決済情報を記憶する記憶手段と、
前記記憶手段により記憶された決済情報のうちから非現金決済処理に利用すべき決済情報を選択する選択肢を表示する表示手段と
店員を識別する店員識別情報が記憶された記憶媒体から前記店員に関する情報を取得する取得手段とを備え、
前記表示手段は、前記取得手段により取得された店員識別情報が示す店員と対応付けられた決済情報の選択肢を、他の選択肢と異なる態様で表示する
決済情報処理装置。
A payment information processing device that performs processing related to non-cash payments other than cash based on payment information received from a plurality of accounting devices,
a storage means for storing payment information received from the plurality of accounting devices;
display means for displaying options for selecting payment information to be used for non-cash payment processing from among the payment information stored by the storage means ;
Acquiring means for acquiring information about the clerk from a storage medium storing clerk identification information for identifying the clerk,
The display means displays options for payment information associated with the salesclerk indicated by the salesclerk identification information acquired by the acquisition means in a manner different from other options.
Payment information processing device.
前記表示手段は、決済情報が対応する店員に関する情報を前記選択肢ごとに対応させて表示する
請求項1に記載の決済情報処理装置。
2. The payment information processing apparatus according to claim 1, wherein said display means displays information relating to a store clerk corresponding to payment information in association with each of said options.
JP2021127678A 2017-05-19 2021-08-03 Payment information processing device and program Active JP7240019B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021127678A JP7240019B2 (en) 2017-05-19 2021-08-03 Payment information processing device and program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2017100118A JP2018195191A (en) 2017-05-19 2017-05-19 Settlement information processing device and program
JP2021127678A JP7240019B2 (en) 2017-05-19 2021-08-03 Payment information processing device and program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2017100118A Division JP2018195191A (en) 2017-05-19 2017-05-19 Settlement information processing device and program

Publications (2)

Publication Number Publication Date
JP2021180035A JP2021180035A (en) 2021-11-18
JP7240019B2 true JP7240019B2 (en) 2023-03-15

Family

ID=64571418

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2017100118A Pending JP2018195191A (en) 2017-05-19 2017-05-19 Settlement information processing device and program
JP2021127678A Active JP7240019B2 (en) 2017-05-19 2021-08-03 Payment information processing device and program

Family Applications Before (1)

Application Number Title Priority Date Filing Date
JP2017100118A Pending JP2018195191A (en) 2017-05-19 2017-05-19 Settlement information processing device and program

Country Status (1)

Country Link
JP (2) JP2018195191A (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7176740B2 (en) * 2019-01-11 2022-11-22 株式会社寺岡精工 Weighing device, product data processing system, and method thereof
JP7321498B2 (en) * 2019-04-04 2023-08-07 株式会社寺岡精工 Label issuing device and program
WO2020149279A1 (en) * 2019-01-17 2020-07-23 株式会社寺岡精工 Weighing/pricing device, sales system, product registration processing method, program, and recording medium
JP7301330B2 (en) * 2019-01-17 2023-07-03 株式会社寺岡精工 Weighing and pricing device, sales system, merchandise registration processing method, and program
JP7449113B2 (en) 2020-02-25 2024-03-13 東芝テック株式会社 Sales data processing device and program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003067847A (en) 2001-08-22 2003-03-07 Sharp Corp Device for supporting sales management and system for sales management
JP2009087298A (en) 2007-10-03 2009-04-23 Teraoka Seiko Co Ltd Point of sale information management system and adjustment terminal

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3578868B2 (en) * 1996-05-20 2004-10-20 グローリー工業株式会社 Checkout system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003067847A (en) 2001-08-22 2003-03-07 Sharp Corp Device for supporting sales management and system for sales management
JP2009087298A (en) 2007-10-03 2009-04-23 Teraoka Seiko Co Ltd Point of sale information management system and adjustment terminal

Also Published As

Publication number Publication date
JP2018195191A (en) 2018-12-06
JP2021180035A (en) 2021-11-18

Similar Documents

Publication Publication Date Title
JP7240019B2 (en) Payment information processing device and program
JP6520207B2 (en) POS register, program, and method of processing electronic money storage medium
WO2020050410A1 (en) Portable terminal, weighing device, pos terminal, program, storage medium, sales processing system, and sales processing method
JP2023052804A (en) Portable terminal
JP6035708B2 (en) Checkout system
JP6818341B2 (en) Product sales data processing equipment and programs
US20210326828A1 (en) Weighing and pricing device, sales system, product registration processing method, program, and non-transitory computer-readable medium
JP7246060B2 (en) System, program, sales data processing method
JP6839829B2 (en) Product sales data processing system and program
JP2020042461A (en) Sales processing system
JP2023138581A (en) sales processing system
JP2023022164A (en) Sales processing system
JP6766223B2 (en) Check-out system, questionnaire method
JP7270238B2 (en) sales data processor
JP7384473B2 (en) Product sales data processing device and program
JP6404416B2 (en) Product registration apparatus and control program thereof
JP2021086417A (en) Product sales data processing device
JP2020042462A (en) Sales processing system
JP7301355B2 (en) Merchandise sales data processing system and merchandise sales data processing method
JP6928141B2 (en) Checkout system and registration device and control program
JP7219509B2 (en) Merchandise sales data processing system, merchandise sales data processing device, and program
JP7387695B2 (en) Sales data registration device and program
JP7505950B2 (en) Purchase support device, purchase support method and program
JP6926259B2 (en) Checkout system and payment device
WO2024042785A1 (en) Payment device, payment program, and computer-readable storage medium

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210825

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210826

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20221011

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20221207

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20230131

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230224

R150 Certificate of patent or registration of utility model

Ref document number: 7240019

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150