Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP7784576B2 - Merchandise sales data processing device and program - Google Patents
[go: Go Back, main page]

JP7784576B2 - Merchandise sales data processing device and program - Google Patents

Merchandise sales data processing device and program

Info

Publication number
JP7784576B2
JP7784576B2 JP2025017214A JP2025017214A JP7784576B2 JP 7784576 B2 JP7784576 B2 JP 7784576B2 JP 2025017214 A JP2025017214 A JP 2025017214A JP 2025017214 A JP2025017214 A JP 2025017214A JP 7784576 B2 JP7784576 B2 JP 7784576B2
Authority
JP
Japan
Prior art keywords
products
product
combination
discount
bulk
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
JP2025017214A
Other languages
Japanese (ja)
Other versions
JP2025062081A (en
JP2025062081A5 (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.)
Toshiba Tec Corp
Original Assignee
Toshiba Tec Corp
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 Toshiba Tec Corp filed Critical Toshiba Tec Corp
Priority to JP2025017214A priority Critical patent/JP7784576B2/en
Publication of JP2025062081A publication Critical patent/JP2025062081A/en
Publication of JP2025062081A5 publication Critical patent/JP2025062081A5/ja
Application granted granted Critical
Publication of JP7784576B2 publication Critical patent/JP7784576B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Cash Registers Or Receiving Machines (AREA)

Description

本発明の実施の形態は、商品販売データ処理装置およびプログラムに関する。 An embodiment of the present invention relates to a product sales data processing device and program.

スーパーマーケット等の小売店舗において、規定の商品を組み合わせて購入する、いわゆるまとめ買いを行った場合に、個々の商品を通常の価格で購入する場合と比べて、より安価に購入できるまとめ販売を行う例がある(例えば、特許文献1)。 In some cases, retail stores such as supermarkets offer bulk sales where customers can purchase a set of specified products at a lower price when purchasing them in bulk, compared to purchasing the products individually at their regular prices (see, for example, Patent Document 1).

しかしながら、このような従来のまとめ販売にあっては、商品の組み合わせが1通りに決まっていた。したがって、例えば、商品Aと商品Bとを組み合わせて購入した場合の値引額と、商品Aと商品Cとを組み合わせて購入した場合の値引額とを異なる値引額に設定することができなかった。そのため、まとめ販売を行う商品の組み合わせが制限されてしまうため、サービスの柔軟性に欠けるという問題があった。 However, with such conventional bulk sales, there was only one set of product combinations. Therefore, for example, it was not possible to set a different discount amount for the combined purchase of product A and product B than for the combined purchase of product A and product C. This limited the combinations of products available for bulk sales, resulting in a lack of flexibility in the service.

本発明が解決しようとする課題は、まとめ販売の対象となる商品の組み合わせを柔軟に設定することが可能な商品販売データ処理装置およびプログラムを提供することである。 The problem that this invention aims to solve is to provide a product sales data processing device and program that allows for flexible setting of product combinations for bulk sales.

実施の形態の商品販売データ処理装置は、登録手段と、第1の選択手段と、割引手段と、更新手段と、第1の表示手段とを備える。登録手段は、客に販売する商品の登録処理を実行する。第1の選択手段は、まとめ販売の対象であるかを示す情報に基づいて、登録処理された商品の中から、まとめ販売の対象となる商品の組み合わせを選択する。割引手段は、第1の選択手段が選択した商品の組み合わせに応じた値引額を設定する。更新手段は、第1の選択手段が、より大きい値引額となる商品の組み合わせを選択した場合に、商品の組み合わせと値引額とを更新する。第1の表示手段は、商品の組み合わせが成立した場合に、商品販売データ処理装置を操作するキャッシャに対して、商品の組み合わせの中で、値引きが発生した商品にのみ、キャンペーン名称を表示する。 The product sales data processing device of the embodiment includes a registration means, a first selection means, a discount means, an update means, and a first display means . The registration means executes a registration process for products to be sold to a customer. The first selection means selects a combination of products eligible for bulk sale from the registered products based on information indicating whether the products are eligible for bulk sale. The discount means sets a discount amount according to the combination of products selected by the first selection means. The update means updates the combination of products and the discount amount when the first selection means selects a combination of products that offers a larger discount amount. When a product combination is established, the first display means displays the campaign name only for the discounted products in the combination of products to a cashier operating the product sales data processing device.

図1は、本実施の形態に係る商品販売データ処理装置の一例であるPOS端末装置の外観を示す斜視図である。FIG. 1 is a perspective view showing the appearance of a POS terminal device, which is an example of a product sales data processing device according to this embodiment. 図2は、POS端末装置のハードウェア構成の一例を示すハードウェアブロック図である。FIG. 2 is a hardware block diagram showing an example of the hardware configuration of a POS terminal device. 図3は、POS端末装置の機能構成の一例を示す機能ブロック図である。FIG. 3 is a functional block diagram showing an example of the functional configuration of a POS terminal device. 図4は、値引マスタの構成の一例を示す図である。FIG. 4 is a diagram showing an example of the configuration of the discount master. 図5は、まとめ値引を行う際の値引額の設定方法を示す図である。FIG. 5 is a diagram showing a method for setting a discount amount when a bulk discount is given. 図6は、POS端末装置が行う処理のうち、客が購入する商品を登録する商品登録処理の流れの一例を示すフローチャートである。FIG. 6 is a flowchart showing an example of the flow of a product registration process for registering products purchased by a customer, among the processes performed by the POS terminal device. 図7は、図4の値引マスタで設定された商品を登録する際に、POS端末装置が行う商品登録処理の具体的な流れを示す図である。FIG. 7 is a diagram showing a specific flow of the product registration process performed by the POS terminal when registering the product set in the discount master of FIG. 図8は、POS端末装置がキャッシャ側表示操作部に表示する画面の一例を示す図である。FIG. 8 is a diagram showing an example of a screen displayed on the cashier display operation unit by the POS terminal device. 図9は、POS端末装置が客側表示部に表示する画面の一例を示す図である。FIG. 9 is a diagram showing an example of a screen displayed on the customer side display unit by the POS terminal device. 図10は、POS端末装置の印字制御部が印字して発行するレシートの一例を示す図である。FIG. 10 shows an example of a receipt printed and issued by the print control unit of the POS terminal.

以下、添付図面を参照して、本発明の実施の形態である商品販売データ処理装置について説明する。 The following describes a product sales data processing device, an embodiment of the present invention, with reference to the attached drawings.

(商品販売データ処理装置の全体構成の説明)
図1は、本実施の形態に係る商品販売データ処理装置の一例であるPOS(Point Of Sales)端末装置10の外観を示す斜視図である。POS端末装置10は、キーボード4と、キャッシャ側表示手段の一例であるキャッシャ側表示操作部5と、レシートプリンタ6と、客側表示手段の一例である客側表示部7と、バーコードリーダー8とを備えている。
(Explanation of the overall configuration of the product sales data processing device)
1 is a perspective view showing the appearance of a POS (Point Of Sales) terminal 10, which is an example of a product sales data processing device according to this embodiment. The POS terminal 10 includes a keyboard 4, a cashier display/operation unit 5, which is an example of a cashier display means, a receipt printer 6, a customer display unit 7, which is an example of a customer display means, and a barcode reader 8.

ユーザインタフェースであるキーボード4およびキャッシャ側表示操作部5は、POS端末装置10の上面に、キーボード4が手前側、キャッシャ側表示操作部5が奥側に配されている。 The user interfaces, the keyboard 4 and cashier display/operation unit 5, are located on the top surface of the POS terminal 10, with the keyboard 4 at the front and the cashier display/operation unit 5 at the back.

キーボード4は、入力装置の一部であり、置数キー、クリアキー、戻りキー、小計キー、締めキー等の複数のキーを備えている。置数キーは、商品コードや金額等の数値を入力するためのテンキーである。クリアキーは、エラー発生時等に操作を取り消すためのキーである。戻りキーは、現在の操作をキャンセルして直前の画面に戻すためのキーである。小計キーは、商品を登録する商品登録処理を完了して、取引合計額の算出を宣言するためのキーである。締めキーは、入力された内容を確定して決済処理(会計処理)を行う場合に押下するキーである。 The keyboard 4 is part of the input device and has multiple keys, including numeric keys, a clear key, a return key, a subtotal key, and a closing key. The numeric keys are a numeric keypad for entering numerical values such as product codes and amounts. The clear key is a key for canceling an operation when an error occurs. The return key is a key for canceling the current operation and returning to the previous screen. The subtotal key is a key for completing the product registration process to register a product and declaring the calculation of the total transaction amount. The closing key is a key pressed to confirm the entered information and perform the payment process (accounting process).

キャッシャ側表示操作部5は、例えばLCD(Liquid Crystal Display)パネル5a等の表示デバイスと、当該表示デバイスの表面に積層されたタッチパネル5bとを備えている。LCDパネル5aは、キャッシャに対して、登録処理および決済処理等の処理状態に応じた画面を表示する。タッチパネル5bは、LCDパネル5aに表示された画面、またはボタン等に対するキャッシャの押下動作を検出して、押下された位置に応じて、POS端末装置10の動作を制御する。 The cashier-side display and operation unit 5 includes a display device such as an LCD (Liquid Crystal Display) panel 5a and a touch panel 5b laminated on the surface of the display device. The LCD panel 5a displays screens to the cashier according to the processing status of the registration process, payment process, etc. The touch panel 5b detects the screen displayed on the LCD panel 5a or the cashier's pressing of buttons, etc., and controls the operation of the POS terminal device 10 according to the position pressed.

レシートプリンタ6は、POS端末装置10の上面左側に配されて、顧客に手渡す明細票およびレシート(領収証)を印字する。またレシートプリンタ6は、発行口6aを備えて、印字したレシートを発行する。 The receipt printer 6 is located on the top left side of the POS terminal 10 and prints itemized statements and receipts to be handed to customers. The receipt printer 6 also has an issuing port 6a through which it issues printed receipts.

客側表示部7は、LCDパネル(図2参照)で構成されており、POS端末装置10の上面奥側に設けられている。客側表示部7は、表示面を客に向けて配置され、登録した商品の金額、値引額、取引合計額、値引合計額等を表示する。なお、以下では、客側表示部7をLCDパネル7として記載する場合がある。 The customer-side display unit 7 is composed of an LCD panel (see Figure 2) and is located at the back of the top surface of the POS terminal device 10. The customer-side display unit 7 is positioned with its display surface facing the customer and displays the registered product price, discount amount, transaction total, discount total, etc. Note that below, the customer-side display unit 7 may be referred to as the LCD panel 7.

さらに、POS端末装置10には、商品に貼付されたバーコードから、当該バーコードが保持するコードデータを読み取るバーコードリーダー8が接続されている。バーコードリーダー8は、コードデータの受光信号をデコード(復号)して、バーコードが表現しているコードデータ(商品を特定する商品コード)を取得し、POS端末装置10のCPU22(図2参照)に出力する。 The POS terminal 10 is also connected to a barcode reader 8 that reads the code data contained in the barcode attached to the product. The barcode reader 8 decodes the light-receiving signal of the code data, obtains the code data represented by the barcode (product code that identifies the product), and outputs it to the CPU 22 of the POS terminal 10 (see Figure 2).

(POS端末装置のハードウェア構成の説明)
次に、図2を用いて、POS端末装置10のハードウェア構成について説明する。図2は、POS端末装置10のハードウェア構成の一例を示すハードウェアブロック図である。図2に示すように、POS端末装置10は、各部を制御するための制御部20を備える。制御部20は、CPU(Central Processing Unit)22と、ROM(Read Only Memory)24と、RAM(Random Access Memory)26とを備える、一般的なコンピュータの構成を有する。CPU22は、ROM24や記憶部30に記憶された各種プログラムを、RAM26に展開する。CPU22は、RAM26に展開された各種プログラムに従って動作して、POS端末装置10の全体の制御を司る。
(Description of the hardware configuration of the POS terminal device)
Next, the hardware configuration of the POS terminal 10 will be described using Figure 2. Figure 2 is a hardware block diagram showing an example of the hardware configuration of the POS terminal 10. As shown in Figure 2, the POS terminal 10 has a control unit 20 for controlling each unit. The control unit 20 has the configuration of a typical computer, including a CPU (Central Processing Unit) 22, a ROM (Read Only Memory) 24, and a RAM (Random Access Memory) 26. The CPU 22 loads various programs stored in the ROM 24 and the storage unit 30 into the RAM 26. The CPU 22 operates in accordance with the various programs loaded into the RAM 26 and controls the entire POS terminal 10.

制御部20は、バスライン40を介して、記憶部30と、コントローラ50と接続する。 The control unit 20 is connected to the memory unit 30 and the controller 50 via the bus line 40.

記憶部30は、電源を切っても記憶情報が保持されるフラッシュメモリ等の不揮発性メモリである。記憶部30は、制御プログラムP1を含むプログラム等を記憶する。制御プログラムP1は、POS端末装置10が備える機能を発揮させるためのプログラムである。また、記憶部30は、値引マスタ32を記憶する。値引マスタ32は、商品コードと商品の名称、商品の価格等とを対応付けて記憶するとともに、まとめ買いをすると値引になる商品の組み合わせと、値引額とを記憶したマスタファイルである。なお、値引マスタ32の内容は日々更新されるため、POS端末装置10は、図2に不図示の通信インタフェースを介して、値引マスタ32の最新の内容を店舗サーバから定期的に受信する。 The memory unit 30 is a non-volatile memory such as a flash memory that retains stored information even when the power is turned off. The memory unit 30 stores programs including the control program P1. The control program P1 is a program for enabling the POS terminal 10 to perform its functions. The memory unit 30 also stores the discount master 32. The discount master 32 is a master file that stores and associates product codes with product names, product prices, etc., and also stores product combinations that offer discounts when purchased in bulk, as well as the discount amounts. The contents of the discount master 32 are updated daily, so the POS terminal 10 periodically receives the latest contents of the discount master 32 from the store server via a communications interface (not shown in Figure 2).

コントローラ50は、制御部20と、各種周辺機器、すなわち、LCDパネル5aと、タッチパネル5bと、LCDパネル7と、キーボード4と、バーコードリーダー8と、レシートプリンタ6とを接続する。コントローラ50は、制御部20からの指令に基づいて、接続された各種周辺機器を制御する。 The controller 50 connects the control unit 20 to various peripheral devices, namely the LCD panel 5a, touch panel 5b, LCD panel 7, keyboard 4, barcode reader 8, and receipt printer 6. The controller 50 controls the various connected peripheral devices based on commands from the control unit 20.

(POS端末装置の機能構成の説明)
次に、図3を用いて、POS端末装置10の機能構成について説明する。図3は、POS端末装置10の機能構成の一例を示す機能ブロック図である。
(Description of Functional Configuration of POS Terminal Device)
Next, the functional configuration of the POS terminal 10 will be described with reference to Fig. 3. Fig. 3 is a functional block diagram showing an example of the functional configuration of the POS terminal 10.

制御部20のCPU22(図2参照)は、記憶部30が記憶している制御プログラムP1を読み出して、RAM26に展開する。制御部20は、制御プログラムP1に従って動作することで、図3に示す各機能部を、RAM26上に生成する。具体的には、制御部20は、機能部として、登録部20aと、選択部20bと、割引設定部20cと、更新部20dと、表示制御部20eと、印字制御部20fとを実現する。 The CPU 22 of the control unit 20 (see Figure 2) reads out the control program P1 stored in the memory unit 30 and loads it into the RAM 26. The control unit 20 operates in accordance with the control program P1 to generate the functional units shown in Figure 3 on the RAM 26. Specifically, the control unit 20 realizes the following functional units: a registration unit 20a, a selection unit 20b, a discount setting unit 20c, an update unit 20d, a display control unit 20e, and a print control unit 20f.

登録部20aは、登録手段の一例であり、客に販売する商品の登録処理を実行する。 The registration unit 20a is an example of a registration means, and performs the registration process for products sold to customers.

選択部20bは、選択手段の一例であり、値引マスタ32が有する、まとめ販売の対象であるかを示す情報に基づいて、登録処理された商品の中から、まとめ販売の対象となる商品の組み合わせを選択する。 The selection unit 20b is an example of a selection means, and selects a combination of products eligible for bulk sales from among the registered products based on information in the discount master 32 indicating whether the products are eligible for bulk sales.

割引設定部20cは、割引手段の一例であり、選択部20bが選択した商品の組み合わせに応じた値引額を設定する。より具体的には、割引設定部20cは、値引マスタ32を参照することによって、選択部20bが選択した商品の組み合わせに応じた値引額を設定する。 The discount setting unit 20c is an example of a discount means, and sets a discount amount according to the combination of products selected by the selection unit 20b. More specifically, the discount setting unit 20c sets a discount amount according to the combination of products selected by the selection unit 20b by referencing the discount master 32.

更新部20dは、更新手段の一例であり、選択部20bが、より大きい値引額となる商品の組み合わせを選択した場合に、商品の組み合わせと値引額とを更新する。 The update unit 20d is an example of an update means, and updates the product combination and discount amount when the selection unit 20b selects a product combination that results in a larger discount amount.

表示制御部20eは、選択された、まとめ販売の対象となる商品の組み合わせを含む情報を、キャッシャ側表示操作部5に表示する。また、表示制御部20eは、選択された、まとめ販売の対象となる商品の組み合わせを含む情報を、客側表示部7に表示する。 The display control unit 20e displays information including the selected combination of products eligible for bulk sales on the cashier-side display operation unit 5. The display control unit 20e also displays information including the selected combination of products eligible for bulk sales on the customer-side display unit 7.

印字制御部20fは、印字手段の一例であり、選択された、まとめ販売の対象となる商品の組み合わせを含む情報を、レシートに印字して発行する。 The printing control unit 20f is an example of a printing means, and prints and issues a receipt with information including the selected combination of products eligible for bulk sale.

(値引マスタの構成の説明)
次に、図4を用いて、値引マスタ32の構成について説明する。図4は、値引マスタ32の構成の一例を示す図である。
(Explanation of discount master configuration)
Next, the configuration of the discount master 32 will be described with reference to Fig. 4. Fig. 4 is a diagram showing an example of the configuration of the discount master 32.

値引マスタ32は、図4に示すように、商品の識別情報32bと、対象の区分32cと、組合せ成立時の値引額32dと、キャンペーン名称32eの各情報を記憶している。そして、同じ企画に属する組合せ商品には、組合せ企画のID番号32aとして同一のID番号が付与されている。 As shown in Figure 4, the discount master 32 stores the following information: product identification information 32b, target category 32c, discount amount when combination is established 32d, and campaign name 32e. Furthermore, combined products belonging to the same plan are assigned the same ID number as the combination plan ID number 32a.

商品の識別情報32bは、さらに、商品コード34aと、商品名称34bと、単価34cとを記憶している。商品コード34aは、例えばJAN(Japanese Article Number)コードであり、各商品に付与された固有の識別番号である。商品名称34bは、各商品の名称である。単価34cは、各商品の単価である。 Product identification information 32b further stores product code 34a, product name 34b, and unit price 34c. Product code 34a is, for example, a JAN (Japanese Article Number) code, which is a unique identification number assigned to each product. Product name 34b is the name of each product. Unit price 34c is the unit price of each product.

対象の区分32cは、各商品に対して、条件商品か、値引対象商品か、いずれにも該当しないかのいずれかの情報が格納されている。条件商品とは、まとめ値引の対象となる商品である。値引対象商品とは、条件商品とまとめて購入することで、まとめ値引の対象となる商品である。そして、条件商品と、値引対象商品と、のいずれにも該当しない場合には、対象の区分32cは空欄となる。 For each product, target category 32c stores information indicating whether the product is a conditional product, a discounted product, or neither. A conditional product is a product that is eligible for a bulk discount. A discounted product is a product that is eligible for a bulk discount when purchased together with a conditional product. If the product is neither a conditional product nor a discounted product, target category 32c is left blank.

組合せ成立時の値引額32dは、条件商品と値引対象商品とをまとめて購入した際の値引額を示す。 The discount amount when the combination is established 32d indicates the discount amount when the condition product and the discounted product are purchased together.

キャンペーン名称32eは、まとめ値引を行うサービスの名称等を表す。 Campaign name 32e indicates the name of the service offering a bulk discount.

(まとめ値引の考え方の説明)
次に、図5を用いて、まとめ値引の考え方について説明する。図5は、まとめ値引を行う際の値引額の設定方法を示す図である。
(Explanation of the concept of bulk discounts)
Next, the concept of bulk discounts will be described with reference to Fig. 5. Fig. 5 is a diagram showing a method for setting discount amounts when bulk discounts are applied.

例えば、条件商品である弁当Aと、値引対象商品である飲料Aと飲料Bとをまとめ買いしたとする。このとき、前記した値引マスタ32(図4参照)の内容を参照すると、図5(a)に示すように、まとめ値引が可能な商品の組み合わせが2種類成立する(弁当Aと飲料A、弁当Aと飲料B)。このような場合は、値引額がより大きい商品の組み合わせを成立させるものとする。すなわち、図5(b)に示すように、弁当Aと飲料Bの組み合わせを成立させるものとする。そして、この場合、商品の組み合わせから外れた飲料Aは、値引なし(150円)で販売される。 For example, suppose a customer purchases a set of the condition product, lunch box A, and two discounted products, drinks A and B. Referring to the contents of the discount master 32 (see Figure 4) mentioned above, two combinations of products are available for a bulk discount, as shown in Figure 5(a) (lunch box A and drink A, and lunch box A and drink B). In such a case, the combination of products with the larger discount amount will be selected. That is, as shown in Figure 5(b), the combination of lunch box A and drink B will be selected. In this case, drink A, which is not included in the product combination, will be sold without a discount (150 yen).

また、図5には図示しないが、同一の値引対象商品を複数登録した場合は、複数登録された同一の値引対象商品の各々に対して、組み合わせを成立させる条件商品を探索する。 Also, although not shown in Figure 5, if multiple items eligible for the same discount are registered, a search is performed for a conditional item that will result in a combination for each of the multiple registered items eligible for the same discount.

(POS端末装置が行う商品登録処理の流れの説明)
次に、図6を用いて、POS端末装置10の制御部20が、制御プログラムP1に基づいて行う処理の流れについて説明する。図6は、POS端末装置10が行う処理のうち、客が購入する商品を登録する商品登録処理の流れの一例を示すフローチャートである。
(Explanation of the flow of product registration processing performed by the POS terminal device)
Next, the flow of processing performed by the control unit 20 of the POS terminal 10 based on the control program P1 will be described with reference to Figure 6. Figure 6 is a flowchart showing an example of the flow of product registration processing, which is one of the processes performed by the POS terminal 10, for registering products purchased by a customer.

登録部20aは、客が購入する商品を1点登録する(ステップS10)。 The registration unit 20a registers one item purchased by the customer (step S10).

選択部20bは、ステップS10で登録された1点の商品と、既に登録済の商品との間で、まとめ販売可能な商品の組み合わせを選択する(ステップS12)。 The selection unit 20b selects a combination of products that can be sold in bulk between the single product registered in step S10 and already registered products (step S12).

さらに、割引設定部20cは、値引額がより大きい商品の組み合わせがあるかを判定する(ステップS14)。値引額がより大きい商品の組み合わせがあると判定される(ステップS14:Yes)と、ステップS16に移行する。一方、値引額がより大きい商品の組み合わせがあると判定されない(ステップS14:No)と、ステップS20に移行する。 Furthermore, the discount setting unit 20c determines whether there is a product combination with a larger discount amount (step S14). If it is determined that there is a product combination with a larger discount amount (step S14: Yes), the process proceeds to step S16. On the other hand, if it is not determined that there is a product combination with a larger discount amount (step S14: No), the process proceeds to step S20.

ステップS16において、更新部20dは、商品の組み合わせを更新する。 In step S16, the update unit 20d updates the product combinations.

次に、選択部20bは、ステップS16において組み合わせから外れた商品について、まとめ値引が可能な商品の組み合わせを再選択する(ステップS18)。 Next, the selection unit 20b reselects a combination of products that can be discounted in bulk for the products that were removed from the combination in step S16 (step S18).

表示制御部20eは、ステップS18で選択された商品の組み合わせを含む全ての選択結果を、キャッシャ側表示操作部5と客側表示部7に表示する(ステップS20)。 The display control unit 20e displays all selection results, including the product combination selected in step S18, on the cashier display operation unit 5 and the customer display unit 7 (step S20).

登録部20aは、全ての商品の登録が完了したかを判定する(ステップS22)。具体的には、例えば、キーボード4に備えられた締めキーが押下されたことを検出して、全ての商品の登録が完了したかを判定する。全ての商品の登録が完了したと判定される(ステップS22:Yes)と、図6の処理を終了する。一方、全ての商品の登録が完了したと判定されない(ステップS22:No)と、ステップS10に戻って、次の商品の登録を行う。 The registration unit 20a determines whether registration of all products has been completed (step S22). Specifically, for example, it detects that a closing key on the keyboard 4 has been pressed to determine whether registration of all products has been completed. If it is determined that registration of all products has been completed (step S22: Yes), the processing of FIG. 6 ends. On the other hand, if it is not determined that registration of all products has been completed (step S22: No), the processing returns to step S10 and the next product is registered.

なお、図示はしないが、図6に示す商品登録処理が終了した後で、POS端末装置10は、商品登録した内容で決済を行う決済処理と、決済した内容をレシートに印字して発行するレシート印字処理とを行う。 Although not shown, after the product registration process shown in Figure 6 is completed, the POS terminal 10 performs a payment process to settle the payment using the registered product details, and a receipt printing process to print the payment details on a receipt and issue it.

(商品登録処理の具体的な流れの説明)
次に、図7を用いて、POS端末装置10の制御部20が、制御プログラムP1に基づいて行う処理の流れについて説明する。図7は、図4の値引マスタ32で設定された商品を登録する際に、POS端末装置10が行う商品登録処理の具体的な流れを示す図である。
(Explanation of the specific flow of product registration processing)
Next, the flow of processing performed by the control unit 20 of the POS terminal 10 based on the control program P1 will be described with reference to Figure 7. Figure 7 is a diagram showing the specific flow of product registration processing performed by the POS terminal 10 when registering products set in the discount master 32 of Figure 4.

図7(a)から図7(d)は、POS端末装置10が前記した商品登録処理を行う際に、制御部20が備えるRAM26に記憶される、商品登録処理の途中経過の一例を示している。 Figures 7(a) to 7(d) show an example of the progress of the product registration process that is stored in the RAM 26 of the control unit 20 when the POS terminal device 10 performs the above-mentioned product registration process.

まず、弁当Aを登録すると、図7(a)に示すように、商品名称である「弁当A」と、弁当Aの金額である「800円」とがRAM26に登録される。そして、POS端末装置10は、次の商品の登録を待つ。 First, when lunch box A is registered, the product name "Lunch Box A" and the price of lunch box A, "800 yen," are registered in RAM 26, as shown in Figure 7(a). The POS terminal 10 then waits for the next product to be registered.

続いて弁当Bを登録すると、図7(b)に示すように、商品名称である「弁当B」と、弁当Bの金額である「1000円」とがRAM26に登録される。さらに、RAM26には取引合計額である「1800円」が登録される。そして、POS端末装置10は、次の商品の登録を待つ。 Next, when lunch box B is registered, the product name "Lunch Box B" and the price of lunch box B, "1,000 yen," are registered in RAM 26, as shown in Figure 7(b). Furthermore, the total transaction amount, "1,800 yen," is registered in RAM 26. The POS terminal 10 then waits for the next product to be registered.

次に飲料Aを登録すると、図7(c)に示すように、商品名称である「飲料A」が登録される。そして、「飲料A」は値引対象商品であるため、選択部20bは、既に登録された商品の中から、「飲料A」と組み合わせて購入することでまとめ値引が適用される商品を選択する。このとき、選択部20bは登録された順に商品の選択を行うため、最初に登録した「弁当A」が選択される。そして、割引設定部20cは、まとめ値引による値引額が「30円」であると算出する。さらに、算出された値引額である「30円」と、値引によって「飲料A」の金額が「120円」になることと、がRAM26に登録される。また、「飲料A」と「弁当A」とがまとめ販売の対象となる商品の組み合わせであることを示す情報が、RAM26の企画の欄に登録される。具体的には、企画の欄にアルファベット順にa、b、…が登録される。さらに、RAM26には、取引合計額である「1920円」と、値引合計額である「30円」とが登録される。 Next, when Drink A is registered, the product name "Drink A" is registered, as shown in Figure 7(c). Since "Drink A" is a discounted product, the selection unit 20b selects from the already registered products a product that will receive a bulk discount when purchased in combination with "Drink A." At this time, the selection unit 20b selects products in the order in which they were registered, so "Lunch Box A," which was registered first, is selected. The discount setting unit 20c then calculates that the discount amount for the bulk discount is "30 yen." Furthermore, the calculated discount amount of "30 yen" and the fact that the price of "Drink A" will be "120 yen" as a result of the discount are registered in RAM 26. Furthermore, information indicating that "Drink A" and "Lunch Box A" are a combination of products eligible for bulk sales is registered in the promotion column of RAM 26. Specifically, a, b, ... are registered in alphabetical order in the promotion column. Furthermore, the total transaction amount of "1920 yen" and the total discount amount of "30 yen" are registered in RAM 26.

次に飲料Bを登録すると、図7(d)に示すように、商品名称である「飲料B」が登録される。そして、「飲料B」は値引対象商品であるため、選択部20bは、既に登録された商品の中から、「飲料B」と組み合わせて購入することでまとめ値引が適用される商品を選択する。このとき、選択部20bは登録された順に商品の選択を行うため、最初に登録した「弁当A」が選択される。そして、割引設定部20cは、「飲料B」と「弁当A」とのまとめ値引による値引額が「50円」であると算出する。割引設定部20cは、算出された値引額である「50円」が、図7(c)で算出された値引額である「30円」よりも大きいことに基づいて、「飲料B」と「弁当A」とを新たな商品の組み合わせとして選択する。そして、更新部20dは、企画の欄の「飲料A」と「弁当A」に付与された情報「a」を削除して、「飲料B」と「弁当A」とに、まとめ販売の対象となる商品の組み合わせであることを示す情報「a」を付与する。これによって、「飲料B」と「弁当A」とが、新たな商品の組み合わせとして選択される。 Next, when drink B is registered, the product name "Drink B" is registered, as shown in Figure 7(d). Since "Drink B" is a discounted product, the selection unit 20b selects from the already registered products a product that will receive a bulk discount when purchased in combination with "Drink B." At this time, the selection unit 20b selects products in the order in which they were registered, so "Lunch Box A," which was registered first, is selected. The discount setting unit 20c then calculates that the discount amount for the bundled discount on "Drink B" and "Lunch Box A" is "50 yen." Based on the fact that the calculated discount amount, "50 yen," is greater than the discount amount, "30 yen," calculated in Figure 7(c), the discount setting unit 20c selects "Drink B" and "Lunch Box A" as a new product combination. The update unit 20d then deletes the information "a" assigned to "Drink A" and "Lunch A" in the project column, and assigns information "a" to "Drink B" and "Lunch A," indicating that they are a combination of products eligible for bulk sales. As a result, "Drink B" and "Lunch A" are selected as a new product combination.

さらに、選択部20bは、企画の欄が空欄である値引対象商品の「飲料A」と、まとめ販売の対象となる商品が登録されているかを再選択する。図7(d)の例では、「飲料A」と「弁当B」とがまとめ販売の対象となる商品の組み合わせとして選択される。そして、割引設定部20cは、「飲料A」と「弁当B」とのまとめ値引による値引額が「30円」であると算出する。更新部20dは、「飲料A」と「弁当B」とに、まとめ販売の対象となる商品の組み合わせであることを示す情報「b」を付与する。これによって、「飲料A」と「弁当B」とが、新たな商品の組み合わせとして選択される。さらに、RAM26には、取引合計額である「2070円」と、値引合計額である「80円」とが登録される。 The selection unit 20b then reselects whether "Drink A," a discounted product whose promotion column is blank, and whether any products eligible for bulk sales are registered. In the example of Figure 7(d), "Drink A" and "Lunch Box B" are selected as a combination of products eligible for bulk sales. The discount setting unit 20c then calculates that the discount amount for the bulk discount on "Drink A" and "Lunch Box B" is "30 yen." The update unit 20d assigns information "b" to "Drink A" and "Lunch Box B," indicating that this is a combination of products eligible for bulk sales. As a result, "Drink A" and "Lunch Box B" are selected as a new combination of products. Furthermore, the total transaction amount of "2,070 yen" and the total discount amount of "80 yen" are registered in RAM 26.

このように、POS端末装置10は、新たな商品が登録される度に、まとめ販売の対象となる商品の選択と、割引額の設定と、商品の組み合わせの更新と、まとめ販売の対象となる商品の再選択とを繰り返す。 In this way, each time a new product is registered, the POS terminal device 10 repeatedly selects products eligible for bulk sales, sets the discount amount, updates the product combination, and reselects products eligible for bulk sales.

(キャッシャ側表示操作部に表示される画面の説明)
次に、図8を用いて、キャッシャ側表示操作部5に表示される画面について説明する。図8は、POS端末装置10がキャッシャ側表示操作部5に表示する画面の一例を示す図である。
(Explanation of the screen displayed on the cashier's display operation unit)
Next, a screen displayed on the cashier display operation unit 5 will be described with reference to Fig. 8. Fig. 8 is a diagram showing an example of a screen displayed on the cashier display operation unit 5 by the POS terminal device 10.

表示制御部20eは、新たな商品が登録される度に、キャッシャ側表示操作部5に、登録商品情報60を表示する。登録商品情報60は、部門60aと、商品名60bと、単価60cと、点数60dと、値引60eと、金額60fとを含む。 The display control unit 20e displays registered product information 60 on the cashier-side display operation unit 5 each time a new product is registered. The registered product information 60 includes a department 60a, a product name 60b, a unit price 60c, a quantity 60d, a discount 60e, and an amount 60f.

部門60aの欄には、まとめ販売の対象として選択された商品の組み合わせであることを示す情報が、例えばアルファベット順(a、b、…)で表示される。商品名60bの欄には、値引マスタ32(図4参照)に登録された商品名称が表示される。単価60cの欄には、値引マスタ32に登録された商品の単価が表示される。点数60dの欄には、登録部20a(図3参照)が登録した商品の点数が表示される。値引60eの欄には、値引マスタ32に登録された、組み合わせ成立時の値引額32dにマイナスの符号を付した金額が表示される。金額60fの欄には、値引額を考慮した商品の金額が表示される。 In the department 60a column, information indicating that the combination of products selected for bulk sale is displayed, for example, in alphabetical order (a, b, ...). In the product name 60b column, the product name registered in the discount master 32 (see Figure 4) is displayed. In the unit price 60c column, the unit price of the product registered in the discount master 32 is displayed. In the points 60d column, the points of the product registered by the registration unit 20a (see Figure 3) are displayed. In the discount 60e column, the amount registered in the discount master 32, with a minus sign added, is displayed, resulting in the discount amount 32d at the time of combination establishment. In the amount 60f column, the amount of the product taking the discount amount into account is displayed.

なお、商品名60bの欄には、商品名とともに、まとめ値引のキャンペーン名称が併せて表示される。キャンペーン名称は、商品名称と対応付けられて値引マスタ32に登録されているキャンペーン名称32e(図4参照)が読み出されて表示される。 In the product name 60b column, the name of the bulk discount campaign is displayed along with the product name. The campaign name is read and displayed from the campaign name 32e (see Figure 4) that is associated with the product name and registered in the discount master 32.

なお、キャッシャ側表示操作部5の下部には、登録された商品の合計点数と、客からの預かり金額と、釣銭額とが表示される。また、キャッシャ側表示操作部5の最下部にはメッセージ枠62が設けられる。表示制御部20eは、メッセージ枠62に、キャッシャに対して必要な情報を表示する。例えば、図8に示すように、「お釣りをお渡しください。」等の表示を行うことによって、キャッシャの作業を支援する。 The total number of registered items, the amount received from the customer, and the amount of change are displayed at the bottom of the cashier's display operation unit 5. A message box 62 is also provided at the bottom of the cashier's display operation unit 5. The display control unit 20e displays necessary information for the cashier in the message box 62. For example, as shown in Figure 8, it supports the cashier's work by displaying a message such as "Please give me your change."

(客側表示部に表示される画面の説明)
次に、図9を用いて、客側表示部7に表示される画面について説明する。図9は、POS端末装置10が客側表示部7に表示する画面の一例を示す図である。
(Explanation of the screen displayed on the customer side display)
Next, a screen displayed on the customer display unit 7 will be described with reference to Fig. 9. Fig. 9 is a diagram showing an example of a screen displayed on the customer display unit 7 by the POS terminal device 10.

表示制御部20eは、新たな商品が登録される度に、客側表示部7に、登録商品情報70を表示する。登録商品情報70は、部門70aと、商品名70bと、単価70cと、点数70dと、値引70eと、金額70fを含む。 The display control unit 20e displays registered product information 70 on the customer-side display unit 7 each time a new product is registered. The registered product information 70 includes a department 70a, a product name 70b, a unit price 70c, a quantity 70d, a discount 70e, and an amount 70f.

部門70aの欄には、まとめ販売の対象として選択された商品の組み合わせであることを示す情報が、例えばアルファベット順(a、b、…)で表示される。商品名70bの欄には、登録された商品名称が表示される。単価70cの欄には、商品の単価が表示される。点数70dの欄には、登録された商品の点数が表示される。値引70eの欄には、値引額が表示される。金額70fの欄には、値引額を考慮した商品の金額が表示される。 In the department 70a column, information indicating that the combination of products selected for bulk sale is displayed, for example, in alphabetical order (a, b, ...). In the product name 70b column, the registered product name is displayed. In the unit price 70c column, the unit price of the product is displayed. In the points 70d column, the points of the registered product are displayed. In the discount 70e column, the discount amount is displayed. In the amount 70f column, the price of the product taking the discount amount into account is displayed.

なお、登録商品情報70は、最初にまとめ販売の対象として選択されなかった商品を表示して、その後にまとめ販売の対象として選択された商品を表示する。具体的には、図9に示すように、1行目にまとめ販売の対象として選択されなかった商品である「飲料C」を表示する。そして、2行目と3行目、すなわち隣接する行に第1の組み合わせである「弁当A」と「飲料A」とを表示して、4行目と5行目、すなわち隣接する行に第2の組み合わせである「弁当B」と「飲料B」とを表示する。このような順で登録商品情報70を表示することによって、客は、まとめ販売による値引が行われていることを、容易に認識することができる。 Registered product information 70 first displays products that were not selected as items eligible for bulk sales, followed by products that were selected as items eligible for bulk sales. Specifically, as shown in FIG. 9, the first line displays "Drink C," a product that was not selected as an item eligible for bulk sales. Then, the second and third lines, i.e., adjacent lines, display the first combination of "Lunch Box A" and "Drink A," and the fourth and fifth lines, i.e., adjacent lines, display the second combination of "Lunch Box B" and "Drink B." By displaying registered product information 70 in this order, customers can easily recognize that discounts are being offered as part of bulk sales.

また、客側表示部7の最下部にはメッセージ枠72が設けられる。表示制御部20eは、メッセージ枠72に必要な情報を表示する。例えば、図9に示すように、「値引額は暫定値です。値引額は商品の登録に応じて更新されます。」等の表示を行うことによって、客の理解を深める。 In addition, a message box 72 is provided at the bottom of the customer-side display unit 7. The display control unit 20e displays necessary information in the message box 72. For example, as shown in Figure 9, a message such as "The discount amount is provisional. The discount amount will be updated according to the product registration" can be displayed to deepen the customer's understanding.

なお、キャッシャ側表示操作部5に表示する登録商品情報60と、客側表示部7に表示する登録商品情報70とは、書式を変えて表示する例を示したが、これらは表示形態の一例であって、登録商品情報60と登録商品情報70とを同じ書式で表示しても構わない。 Note that, while the registered product information 60 displayed on the cashier display operation unit 5 and the registered product information 70 displayed on the customer display unit 7 are shown in different formats, these are merely examples of display formats, and registered product information 60 and registered product information 70 may be displayed in the same format.

(レシートプリンタが印字するレシートの説明)
次に、図10を用いて、レシートプリンタ6が印字して発行するレシートについて説明する。図10は、POS端末装置10の印字制御部20f(図3参照)が印字して発行するレシート90の一例を示す図である。
(Explanation of receipts printed by the receipt printer)
Next, the receipt printed and issued by the receipt printer 6 will be described with reference to Figure 10. Figure 10 shows an example of a receipt 90 printed and issued by the print control unit 20f (see Figure 3) of the POS terminal 10.

印字制御部20fは、レシート90に、客が購入した商品名92a、92b、92cと、まとめ販売による割引がなされたことを示すキャンペーン情報94a、94bとを含む情報を印字する。 The printing control unit 20f prints information on the receipt 90, including the product names 92a, 92b, and 92c purchased by the customer and campaign information 94a and 94b indicating that a discount has been given for bulk sales.

商品名92a、92b、92cは、組み合わせが成立しなかった商品が先に(レシート90の上部に)印字される。組み合わせが成立しなかった商品とは、まとめ販売の非対象商品、および、まとめ販売の対象となる条件商品と値引対象商品のうち、組み合わせが成立しなかった商品である。例えば、図10の例では、まとめ販売の非対象商品である商品名92aが先に印字される。 Product names 92a, 92b, and 92c of products that are not combined are printed first (at the top of the receipt 90). Products that are not combined are products that are not eligible for bulk sales, and products that are eligible for bulk sales but are not combined with discounted products. For example, in the example of Figure 10, product name 92a, which is not eligible for bulk sales, is printed first.

その後、印字制御部20fは、組み合わせが成立した商品名を連続して印字する。図10の例では、商品名92bとして、「弁当A」と「飲料A」とが連続して印字される。また、商品名92cとして、「弁当B」と「飲料B」とが連続して印字される。 Then, the print control unit 20f successively prints the combined product names. In the example of Figure 10, "Lunch Box A" and "Drink A" are printed successively as product name 92b. Furthermore, "Lunch Box B" and "Drink B" are printed successively as product name 92c.

さらに、印字制御部20fは、商品名92bの後に、キャンペーン情報94aを印字する。また、商品名92cの後に、キャンペーン情報94bを印字する。なお、キャンペーン情報94a、94bは、キャンペーン名称と、まとめ販売による値引額とを含む。 Furthermore, the printing control unit 20f prints campaign information 94a after the product name 92b. It also prints campaign information 94b after the product name 92c. The campaign information 94a and 94b include the campaign name and the discount amount for bulk sales.

なお、印字制御部20fは、その他に、小計、合計、預かり額、釣り銭額等をレシート90に印字する。 In addition, the printing control unit 20f also prints the subtotal, total, deposit amount, change amount, etc. on the receipt 90.

以上説明したように、実施の形態のPOS端末装置10(商品販売データ処理装置)によれば、登録部20a(登録手段)が、客に販売する商品の登録処理を実行して、選択部20b(選択手段)が、まとめ販売の対象であるかを示す情報に基づいて、登録処理された商品の中から、まとめ販売の対象となる商品の組み合わせを選択する。そして、割引設定部20c(割引手段)は、選択部20bが選択した商品の組み合わせに応じた値引額を設定して、更新部20d(更新手段)は、選択部20bが、より大きい値引額となる商品の組み合わせを選択した場合に、商品の組み合わせと値引額とを更新する。したがって、まとめ販売の対象となる商品の組み合わせを柔軟に設定することができる。 As described above, in the POS terminal device 10 (product sales data processing device) of this embodiment, the registration unit 20a (registration means) executes the registration process for products to be sold to customers, and the selection unit 20b (selection means) selects a combination of products eligible for bulk sales from the registered products based on information indicating whether the products are eligible for bulk sales. The discount setting unit 20c (discount means) then sets a discount amount according to the product combination selected by the selection unit 20b, and the update unit 20d (update means) updates the product combination and discount amount if the selection unit 20b selects a product combination with a larger discount amount. This allows for flexible setting of product combinations eligible for bulk sales.

また、実施の形態のPOS端末装置10によれば、選択部20bと、割引設定部20cと、更新部20dとは、登録部20aが商品を登録する度に動作する。したがって、新たな商品が登録される度に、その時点で値引額が最大となる商品の組み合わせが選択されるため、キャッシャと客は、まとめ販売による値引額を迅速に確認することができる。 Furthermore, according to the POS terminal device 10 of this embodiment, the selection unit 20b, discount setting unit 20c, and update unit 20d operate each time the registration unit 20a registers an item. Therefore, each time a new item is registered, the combination of items that offers the largest discount at that time is selected, allowing the cashier and customer to quickly confirm the discount amount for bulk sales.

また、実施の形態のPOS端末装置10によれば、選択部20bは、登録部20aが商品を登録する度に、登録処理された商品の中から、まとめ販売の対象となる商品の組み合わせを選択するとともに、更新部20dが商品の組み合わせを更新した場合に、登録処理された商品のうち、まとめ販売の組み合わせになっていない商品の中から、まとめ販売の対象となる商品の組み合わせを選択する。したがって、新たな商品を登録する度に、値引額が最大となるような、まとめ販売の対象となる商品の組み合わせを選択することができる。 Furthermore, according to the POS terminal device 10 of this embodiment, the selection unit 20b selects a combination of products eligible for bulk sales from among the registered products each time the registration unit 20a registers a product, and when the update unit 20d updates a product combination, it selects a combination of products eligible for bulk sales from among the registered products that are not currently included in a bulk sales combination. Therefore, each time new products are registered, it is possible to select a combination of products eligible for bulk sales that will maximize the discount amount.

また、実施の形態のPOS端末装置10によれば、キャッシャ側表示操作部5(キャッシャ側表示手段)は、まとめ販売の対象として選択された商品の組み合わせを含む情報を、POS端末装置10(商品販売データ処理装置)を操作するキャッシャに対して表示する。また、客側表示部7(客側表示手段)は、まとめ販売の対象として選択された商品の組み合わせを含む情報を、客に対して表示する。したがって、キャッシャと客の双方に対して、まとめ販売の対象となる商品の組み合わせを含む情報を提示することができる。 Furthermore, according to the POS terminal device 10 of this embodiment, the cashier-side display operation unit 5 (cashier-side display means) displays information including the product combinations selected as items for bulk sales to the cashier operating the POS terminal device 10 (item sales data processing device). Furthermore, the customer-side display unit 7 (customer-side display means) displays information including the product combinations selected as items for bulk sales to the customer. Therefore, information including the product combinations that are items for bulk sales can be presented to both the cashier and the customer.

また、実施の形態のPOS端末装置10によれば、印字制御部20f(印字手段)は、まとめ販売の対象として選択された商品の組み合わせを含む情報を、レシート90に印字して発行する。したがって、まとめ販売の対象となる商品の組み合わせを、客がわかり易い形式でレシート90に印字することができる。 Furthermore, according to the POS terminal device 10 of this embodiment, the print control unit 20f (printing means) prints and issues information including the combination of products selected as the subject of the bulk sale on the receipt 90. Therefore, the combination of products subject to the bulk sale can be printed on the receipt 90 in a format that is easy for the customer to understand.

以上、本発明の実施の形態を説明したが、この実施の形態は例示であり、発明の範囲を限定することは意図していない。この新規な実施の形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施の形態やその変形は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。 The above describes an embodiment of the present invention, but this embodiment is illustrative and is not intended to limit the scope of the invention. This novel embodiment can be embodied in a variety of other forms, and various omissions, substitutions, and modifications can be made without departing from the spirit of the invention. These embodiments and their variations are included within the scope and spirit of the invention, and are also included in the invention and its equivalents set forth in the claims.

例えば、制御部20が実行する制御プログラムP1は、記憶部30に格納された状態で提供してもよいし、インストール可能な形式又は実行可能な形式のファイルでCD-ROM、フレキシブルディスク(FD)、CD-R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録されて提供されてもよい。また、制御プログラムP1は、ネットワークに接続したコンピュータ上に格納して、ネットワーク経由でダウンロードすることによって提供してもよい。さらに、制御プログラムP1は、インターネット等のネットワーク経由で提供または配布してもよい。 For example, the control program P1 executed by the control unit 20 may be provided stored in the storage unit 30, or may be provided as an installable or executable file recorded on a computer-readable recording medium such as a CD-ROM, flexible disk (FD), CD-R, or DVD (Digital Versatile Disk). The control program P1 may also be stored on a computer connected to a network and provided by downloading it via the network. Furthermore, the control program P1 may be provided or distributed via a network such as the Internet.

5 キャッシャ側表示操作部(キャッシャ側表示手段)
6 レシートプリンタ
7 客側表示部(客側表示手段)
10 POS端末装置(商品販売データ処理装置)
20 制御部
20a 登録部(登録手段)
20b 選択部(選択手段)
20c 割引設定部(割引手段)
20d 更新部(更新手段)
20e 表示制御部
20f 印字制御部(印字手段)
30 記憶部
32 値引マスタ
5. Cashier side display operation unit (cashier side display means)
6 Receipt printer 7 Customer side display unit (customer side display means)
10 POS terminal device (product sales data processing device)
20 Control unit 20a Registration unit (registration means)
20b Selection unit (selection means)
20c Discount setting unit (discount means)
20d Update section (update means)
20e Display control unit 20f Print control unit (printing means)
30 Storage unit 32 Discount master

特開2002-288741号公報Japanese Patent Application Laid-Open No. 2002-288741

Claims (6)

客に販売する商品の登録処理を実行する登録手段と、
まとめ販売の対象であるかを示す情報に基づいて、登録処理された商品の中から、まとめ販売の対象となる商品の組み合わせを選択する第1の選択手段と、
前記第1の選択手段が選択した商品の組み合わせに応じた値引額を設定する割引手段と、
前記第1の選択手段が、より大きい値引額となる商品の組み合わせを選択した場合に、商品の組み合わせと値引額とを更新する更新手段と、
商品の組み合わせが成立した場合に、商品販売データ処理装置を操作するキャッシャに対して、前記商品の組み合わせの中で、値引きが発生した商品にのみ、キャンペーン名称を表示する第1の表示手段と、
を備える商品販売データ処理装置。
a registration means for executing a registration process for products to be sold to customers;
a first selection means for selecting a combination of products eligible for bulk sale from among the registered products based on information indicating whether the products are eligible for bulk sale;
a discount means for setting a discount amount according to the combination of products selected by the first selection means;
an updating means for updating the product combination and the discount amount when the first selecting means selects a product combination that results in a larger discount amount;
a first display means for displaying a campaign name only for discounted products in a combination of products to a cashier operating the product sales data processing device when the combination of products is established;
A product sales data processing device comprising:
記更新手段が前記商品の組み合わせを更新した場合に、登録処理された商品のうち、まとめ販売の組み合わせになっていない商品の中から、まとめ販売の対象となる商品の組み合わせを選択する第2の選択手段を、更に備える、
求項1に記載の商品販売データ処理装置。
The system further includes a second selection means for selecting a combination of products to be sold in bulk from among the registered products that are not included in a combination for bulk sale when the update means updates the combination of products .
The product sales data processing device according to claim 1 .
前記第1の選択手段と、前記第2の選択手段と、前記割引手段と、前記更新手段とは、前記登録手段が商品を登録する度に動作する
求項に記載の商品販売データ処理装置。
the first selection means, the second selection means, the discount means, and the update means operate every time the registration means registers a product ;
The product sales data processing device according to claim 2 .
とめ販売の対象として選択された商品の組み合わせを含む情報を、客に対して表示する第2の表示手段を、さらに備える
求項1から請求項3のいずれか1項に記載の商品販売データ処理装置。
The system further includes a second display means for displaying information including the combination of products selected as the target of bulk sale to the customer .
The merchandise sales data processing device according to any one of claims 1 to 3.
まとめ販売の対象として選択された商品の組み合わせを含む情報を、レシートに印字して発行する印字手段をさらに備える
求項1から請求項4のいずれか1項に記載の商品販売データ処理装置。
The system further includes a printing means for printing and issuing a receipt information including the combination of products selected as the target of bulk sales .
The merchandise sales data processing device according to any one of claims 1 to 4.
商品販売データ処理装置を制御するコンピュータを
客に販売する商品の登録処理を実行する登録手段と、
まとめ販売の対象であるかを示す情報に基づいて、登録処理された商品の中から、まとめ販売の対象となる商品の組み合わせを選択する第1の選択手段と、
前記第1の選択手段が選択した商品の組み合わせに応じた値引額を設定する割引手段と、
前記第1の選択手段が、より大きい値引額となる商品の組み合わせを選択した場合に、商品の組み合わせと値引額とを更新する更新手段と、
商品の組み合わせが成立した場合に、商品販売データ処理装置を操作するキャッシャに対して、前記商品の組み合わせの中で、値引きが発生した商品にのみ、キャンペーン名称を表示する第1の表示手段と、
して機能させるプログラム。
A computer that controls a product sales data processing device,
a registration means for executing a registration process for products to be sold to customers;
a first selection means for selecting a combination of products eligible for bulk sale from among the registered products based on information indicating whether the products are eligible for bulk sale;
a discount means for setting a discount amount according to the combination of products selected by the first selection means;
an updating means for updating the product combination and the discount amount when the first selecting means selects a product combination that results in a larger discount amount;
a first display means for displaying a campaign name only for discounted products in a combination of products to a cashier operating the product sales data processing device when the combination of products is established;
A program that makes it work.
JP2025017214A 2018-01-05 2025-02-05 Merchandise sales data processing device and program Active JP7784576B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2025017214A JP7784576B2 (en) 2018-01-05 2025-02-05 Merchandise sales data processing device and program

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
JP2018000380A JP6989393B2 (en) 2018-01-05 2018-01-05 Product sales data processing equipment and programs
JP2021195091A JP7376562B2 (en) 2018-01-05 2021-12-01 Product sales data processing device and program
JP2023183382A JP7633350B2 (en) 2018-01-05 2023-10-25 Product sales data processing device and program
JP2025017214A JP7784576B2 (en) 2018-01-05 2025-02-05 Merchandise sales data processing device and program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2023183382A Division JP7633350B2 (en) 2018-01-05 2023-10-25 Product sales data processing device and program

Publications (3)

Publication Number Publication Date
JP2025062081A JP2025062081A (en) 2025-04-11
JP2025062081A5 JP2025062081A5 (en) 2025-08-12
JP7784576B2 true JP7784576B2 (en) 2025-12-11

Family

ID=67307279

Family Applications (5)

Application Number Title Priority Date Filing Date
JP2018000380A Active JP6989393B2 (en) 2018-01-05 2018-01-05 Product sales data processing equipment and programs
JP2021195091A Active JP7376562B2 (en) 2018-01-05 2021-12-01 Product sales data processing device and program
JP2023183382A Active JP7633350B2 (en) 2018-01-05 2023-10-25 Product sales data processing device and program
JP2024145136A Pending JP2024155989A (en) 2018-01-05 2024-08-27 Product sales data processing device and program
JP2025017214A Active JP7784576B2 (en) 2018-01-05 2025-02-05 Merchandise sales data processing device and program

Family Applications Before (4)

Application Number Title Priority Date Filing Date
JP2018000380A Active JP6989393B2 (en) 2018-01-05 2018-01-05 Product sales data processing equipment and programs
JP2021195091A Active JP7376562B2 (en) 2018-01-05 2021-12-01 Product sales data processing device and program
JP2023183382A Active JP7633350B2 (en) 2018-01-05 2023-10-25 Product sales data processing device and program
JP2024145136A Pending JP2024155989A (en) 2018-01-05 2024-08-27 Product sales data processing device and program

Country Status (1)

Country Link
JP (5) JP6989393B2 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002288741A (en) 2001-03-27 2002-10-04 Omron Corp Product registration device and product registration program

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6319093A (en) * 1986-07-11 1988-01-26 株式会社 石田衡器製作所 Register
JP2517935B2 (en) * 1987-01-13 1996-07-24 日本電気株式会社 Discount distribution system
JPH0991547A (en) * 1995-09-27 1997-04-04 Tec Corp Article sale registration data processor
JP3931632B2 (en) * 2001-11-06 2007-06-20 富士通株式会社 Product selection device, product selection program, product selection system, and product selection method
JP6336951B2 (en) * 2015-09-29 2018-06-06 東芝テック株式会社 Product sales data processing apparatus and program

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002288741A (en) 2001-03-27 2002-10-04 Omron Corp Product registration device and product registration program

Also Published As

Publication number Publication date
JP2019121169A (en) 2019-07-22
JP6989393B2 (en) 2022-01-05
JP7376562B2 (en) 2023-11-08
JP2024155989A (en) 2024-10-31
JP2022019865A (en) 2022-01-27
JP2025062081A (en) 2025-04-11
JP7633350B2 (en) 2025-02-19
JP2023175030A (en) 2023-12-08

Similar Documents

Publication Publication Date Title
JP6767323B2 (en) Sales data processing equipment and programs
JP5267384B2 (en) Label issuing device
JP5523432B2 (en) Product sales data processing apparatus and program
JP7784576B2 (en) Merchandise sales data processing device and program
JP2025031865A (en) Commodity sale data processing device and program
JPH10283570A (en) Merchandise sales registering device
JP4717476B2 (en) Electronic cash register
JP5497848B2 (en) Product registration device and program
JP4177180B2 (en) Amount payment method and amount payment program for POS terminal
JP2003109121A (en) Commercial transaction processor and commercial transaction processing method
JP7595634B2 (en) Sales data processing device, receipt issuing method and program
JP7394107B2 (en) Product sales data processing device and program
JP6805309B2 (en) Sales data processing equipment, sales data processing methods and programs
JP2732970B2 (en) Electronic cash register
JP2007133549A (en) Checkout processing system
JP2024170621A (en) Product sales data processing device and program
JP6233466B2 (en) Sales management system and program
JP2024144658A (en) Product sales data processing device and program
JP2011145855A (en) Merchandise sales data processor and its program
JP2021135526A (en) Product sales data processing equipment and programs
JP2007133548A (en) Settlement processing system
JP2005135284A (en) Cash register with voucher adjustment processing function
JPH1021471A (en) Sales register device
JP2014238655A (en) Commodity selling data processing device and program
JP2003058953A (en) Point service method by pos register terminal and pos register terminal using the method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20250307

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20250801

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20251201

R150 Certificate of patent or registration of utility model

Ref document number: 7784576

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150