JP2020004451A - Commodity data processing device and program - Google Patents

Commodity data processing device and program Download PDF

Info

Publication number
JP2020004451A
JP2020004451A JP2019181489A JP2019181489A JP2020004451A JP 2020004451 A JP2020004451 A JP 2020004451A JP 2019181489 A JP2019181489 A JP 2019181489A JP 2019181489 A JP2019181489 A JP 2019181489A JP 2020004451 A JP2020004451 A JP 2020004451A
Authority
JP
Japan
Prior art keywords
product
tax
specified
code
tax rate
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.)
Granted
Application number
JP2019181489A
Other languages
Japanese (ja)
Other versions
JP6898407B2 (en
Inventor
謙次 清水
Kenji Shimizu
謙次 清水
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
Priority claimed from JP2018113874A external-priority patent/JP6599517B2/en
Application filed by Toshiba TEC Corp filed Critical Toshiba TEC Corp
Priority to JP2019181489A priority Critical patent/JP6898407B2/en
Publication of JP2020004451A publication Critical patent/JP2020004451A/en
Priority to JP2021096881A priority patent/JP7229301B2/en
Application granted granted Critical
Publication of JP6898407B2 publication Critical patent/JP6898407B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Cash Registers Or Receiving Machines (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

To provide a commodity data processing device and a program that are capable of changing the tax rate imposed on a commodity according to the number of commodities bought.SOLUTION: A commodity data processing device comprises: first acceptance means for accepting an input of a commodity code for specifying a commodity; second acceptance means for accepting an input of the number of bought commodities of the same type among commodities specified by the commodities codes; specifying means for specifying the tax rate corresponding to the conditions of a commodity specified by a commodity code and the number of the commodity bought, on the basis of tax setting information in which each range of the number of sales set for each type of commodities is associated with the tax rate of the range; and calculation means for calculating the amount of tax imposed on the commodity specified by the commodity code on the basis of the tax rate specified by the specifying means.SELECTED DRAWING: Figure 7

Description

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

従来、POS(Point Of Sale)端末等、商品コードを元に特定される商品にかかる商品データを取り扱う商品データ処理装置では、商品ごとに税率を設定している。また、税率については、食料品等の特定の商品に対して本来の税率より低い税率を定める軽減税率等の税制度が存在する。   2. Description of the Related Art Conventionally, in a product data processing device such as a POS (Point Of Sale) terminal that handles product data for a product specified based on a product code, a tax rate is set for each product. As for the tax rate, there is a tax system such as a reduced tax rate which determines a tax rate lower than the original tax rate for a specific product such as food.

ところで、上記の軽減税率等の税制度は、様々な形態で実施されることが考えられる。例えば、特定の商品の売上点数に応じて、当該商品にかかる税率(消費税)を変更するような税制度が考えられる。しかしながら、従来の商品データ処理装置では、売上点数に応じて税率を変更することができないため、このような税制度に対応することはできない。   Incidentally, it is conceivable that the above-mentioned tax system such as the reduced tax rate is implemented in various forms. For example, a tax system that changes a tax rate (consumption tax) on a particular product according to the number of sales points of the product may be considered. However, the conventional product data processing device cannot change the tax rate according to the number of sales points, and cannot cope with such a tax system.

実施形態の商品データ処理装置は、第1受付手段と、第2受付手段と、特定手段と、表示手段と、算出手段とを備える。第1受付手段は、商品を特定するための商品コードの入力を受け付ける。第2受付手段は、前記商品コードで特定される商品のうち、同一種別の商品の売上点数の入力を受け付ける。特定手段は、前記商品の種別ごとに設定された前記売上点数の各範囲と、当該各範囲の税率とを対応付けた税設定情報をもとに、前記商品コードで特定される商品と当該商品の売上点数との条件に該当する税率を特定する。表示手段は、前記商品の税率の特定に係る条件を表示する。算出手段は、前記特定手段が特定した税率をもとに、前記商品コードで特定される商品の税額を算出する。   The product data processing device according to the embodiment includes a first receiving unit, a second receiving unit, a specifying unit, a display unit, and a calculating unit. The first receiving means receives an input of a product code for specifying a product. The second receiving means receives an input of the sales points of the same type of product among the products specified by the product code. The specifying means, based on tax setting information that associates each range of the sales points set for each type of the product with a tax rate of each range, the product specified by the product code and the product Identify tax rates that meet the conditions for sales points. The display means displays conditions for specifying the tax rate of the product. The calculating means calculates a tax amount of the product specified by the product code based on the tax rate specified by the specifying means.

図1は、実施形態にかかるPOSシステムの概略構成図である。FIG. 1 is a schematic configuration diagram of a POS system according to the embodiment. 図2は、ストアサーバの機能的構成を模式的に示すブロック図である。FIG. 2 is a block diagram schematically illustrating a functional configuration of the store server. 図3は、商品マスタのデータ構成を示す図である。FIG. 3 is a diagram illustrating a data configuration of the product master. 図4は、税区分マスタのデータ構成を示す図である。FIG. 4 is a diagram showing a data configuration of the tax division master. 図5は、条件設定マスタのデータ構成を示す図である。FIG. 5 is a diagram showing a data configuration of the condition setting master. 図6は、POS端末の外観斜視図である。FIG. 6 is an external perspective view of the POS terminal. 図7は、POS端末の機能的構成を模式的に示すブロック図である。FIG. 7 is a block diagram schematically illustrating a functional configuration of the POS terminal. 図8は、POS端末が実行する動作の手順を示すフローチャートである。FIG. 8 is a flowchart illustrating a procedure of an operation performed by the POS terminal. 図9は、POS端末が印字するレシート用紙の一例を示す概念図である。FIG. 9 is a conceptual diagram illustrating an example of a receipt sheet printed by the POS terminal.

以下に添付図面を参照して、商品データ処理装置及びプログラムの実施形態を説明する。なお、本実施形態では、スーパーマーケット等の店舗で用いられるPOS端末に商品データ処理装置及びプログラムを適用する場合について説明する。   An embodiment of a product data processing device and a program will be described below with reference to the accompanying drawings. In this embodiment, a case will be described in which a product data processing device and a program are applied to a POS terminal used in a store such as a supermarket.

図1は、実施形態にかかるPOSシステム1の概略構成図である。図1に示すように、POSシステム1は、商品データ処理装置としての複数台(図では2台)のPOS端末2と、これらのPOS端末2をLAN(Local Area Network)3等のネットワークで接続して集中管理するストアサーバ4とで構成される。   FIG. 1 is a schematic configuration diagram of a POS system 1 according to the embodiment. As shown in FIG. 1, a POS system 1 connects a plurality of (two in the figure) POS terminals 2 as merchandise data processing devices and these POS terminals 2 via a network such as a LAN (Local Area Network) 3. And a store server 4 for centralized management.

ストアサーバ4は、POSシステム1全体の制御を受け持つものである。図2は、ストアサーバ4の機能的構成を模式的に示すブロック図である。ストアサーバ4は、CPU(Central Processing Unit)、ROM(Read Only Memory)、RAM(Random Access Memory)等で構成されるコンピュータ構成の制御部41と、通信I/F43と、I/O機器制御部44とがバス42によって接続されて構成されている。ストアサーバ4は、通信I/F43およびLAN3(図1参照)を介して複数台のPOS端末2との間で相互にオンライン通信する。また、制御部41にはバス42及びI/O機器制御部44を介して、キーボード45、表示器46、プリンタ47及びHDD(Hard Disk Drive)48が接続されている。HDD48は、制御部41のCPUを動作させる各種制御プログラムの他、商品マスタMおよび税率設定データベースDBを格納している。   The store server 4 is responsible for controlling the entire POS system 1. FIG. 2 is a block diagram schematically showing a functional configuration of the store server 4. As shown in FIG. The store server 4 includes a control unit 41 having a computer configuration including a CPU (Central Processing Unit), a ROM (Read Only Memory), a RAM (Random Access Memory), a communication I / F 43, and an I / O device control unit. 44 are connected by a bus 42. The store server 4 mutually communicates online with a plurality of POS terminals 2 via the communication I / F 43 and the LAN 3 (see FIG. 1). A keyboard 45, a display 46, a printer 47, and a hard disk drive (HDD) 48 are connected to the control unit 41 via a bus 42 and an I / O device control unit 44. The HDD 48 stores a product master M and a tax rate setting database DB, in addition to various control programs for operating the CPU of the control unit 41.

図3は、商品マスタMのデータ構成を示す図である。図3に示すように、商品マスタMは、各商品の「商品コード」に対応付けて、商品名や商品の価格等の商品情報を記憶する。「商品コード」は、商品ごとにユニークに設定される識別情報であり、商品の特定に用いられる。例えば、店舗では、商品に添付したラベルに、その商品に設定された商品コードを記載しておく。そして、ラベルに記載された商品コードをバス42や通信I/F43を介して接続するPOS端末2のスキャナ19(図6参照)等で入力する。ストアサーバ4では、入力された商品コードで商品マスタMを参照することで、商品の特定を行うことができる。   FIG. 3 is a diagram illustrating a data configuration of the product master M. As shown in FIG. 3, the product master M stores product information such as a product name and a product price in association with a “product code” of each product. The “product code” is identification information uniquely set for each product, and is used to specify a product. For example, in a store, a product code set for the product is described in a label attached to the product. Then, the commodity code described on the label is input by the scanner 19 (see FIG. 6) of the POS terminal 2 connected via the bus 42 or the communication I / F 43 or the like. The store server 4 can specify a product by referring to the product master M with the input product code.

税率設定データベースDBは、商品マスタMに設定されている商品、すなわち店舗で取り扱う商品ごとに、商品にかかる税の情報が設定されたデータベースである。具体的には、税率設定データベースDBは、税区分マスタD1と、条件設定マスタD2とを含む。   The tax rate setting database DB is a database in which tax information on products is set for each product set in the product master M, that is, for each product handled in the store. Specifically, the tax rate setting database DB includes a tax classification master D1 and a condition setting master D2.

図4は、税区分マスタD1のデータ構成を示す図である。図4に示すように、税区分マスタD1は、税の区分を識別する「税区分ID」に対応付けて、「税区分名称」と、「税率」とを記憶する。「税区分ID」は、税の区分ごとにユニークに設定された識別情報である。本実施形態では、各商品の売上点数に応じて課せられる消費税の種別を税区分としている。「税区分名称」は、「税区分ID」で識別される税区分の名称を示す。図4では、「税区分名称」として、「必需品」と、「日用品」と、「嗜好品」とを設定した例を示している。また、「税率」は、「税区分ID」に適用される税率を示す。   FIG. 4 is a diagram showing a data configuration of the tax division master D1. As shown in FIG. 4, the tax category master D1 stores a "tax category name" and a "tax rate" in association with a "tax category ID" for identifying a tax category. “Tax classification ID” is identification information uniquely set for each tax classification. In the present embodiment, the type of the consumption tax imposed according to the number of sales points of each product is a tax category. The “tax category name” indicates the name of the tax category identified by the “tax category ID”. FIG. 4 illustrates an example in which “necessities”, “daily necessities”, and “preferences” are set as “tax category names”. The “tax rate” indicates a tax rate applied to the “tax classification ID”.

図5は、条件設定マスタD2のデータ構成を示す図である。図5に示すように、条件設定マスタD2は、「商品コード」に対応付けて、「適用条件」と、「税区分ID」とを記憶する。ここで、「適用条件」は、「商品コード」で識別される商品にかかる税区分の特定に用いられる。「適用条件」は、「条件ID」と、「売上点数下限」と、「売上点数上限」とを含む。「条件ID」は、適用条件ごとにユニークに設定された識別情報である。また、「売上点数下限」には、売上点数の下限値が設定され、「売上点数上限」には、売上点数の上限値が設定される。適用条件の各々は、この「売上点数下限」と「売上点数上限」とで設定される売上点数の範囲により定義される。なお、「売上点数上限」での“null”は、その上限値が無制限であることを意味する。   FIG. 5 is a diagram showing a data configuration of the condition setting master D2. As shown in FIG. 5, the condition setting master D2 stores “application conditions” and “tax classification ID” in association with “product code”. Here, the “application condition” is used to specify the tax category of the product identified by the “product code”. The “application condition” includes a “condition ID”, a “sales point lower limit”, and a “sales point upper limit”. “Condition ID” is identification information uniquely set for each application condition. In addition, the lower limit of the number of sales points is set in “sales point lower limit”, and the upper limit value of the sales points is set in “sales point upper limit”. Each of the application conditions is defined by a range of sales points set by the “lower sales points” and the “upper sales points”. Note that "null" in the "sales point upper limit" means that the upper limit is unlimited.

例えば、「商品コード」が“00101”の商品Aについて、その商品の売上点数が1個である場合、条件ID“201”の適用条件に該当するため、税区分ID“102”の税率“0.05”が適用される。また、「商品コード」が“00101”の商品Aについて、その商品の売上点数が2個以上である場合、条件ID“202”の適用条件に該当するため、対応する税区分ID“101”の税率“0.02”が適用される。   For example, if the sales number of the product A is “00101” for the product A having the “product code” of “00101”, it corresponds to the application condition of the condition ID “201”, and the tax rate “0” of the tax classification ID “102” is applicable. .05 "applies. Further, if the sales number of the product A is two or more for the product A having the “product code” of “00101”, it corresponds to the application condition of the condition ID “202”. The tax rate "0.02" applies.

次に、POS端末2について説明する。図6は、POS端末2の外観斜視図である。図6に示すように、POS端末2は、現金等を収容するためのドロワ12の上に載置されており、このドロワ12の引き出し12aの開閉を制御する。POS端末2の正面側には、登録、点検、精算、設定等の各種業務モードを選択するためのモードキー14が設けられている。また、POS端末2の正面に設けられたキーボード13には、オペレータ(店員)が、例えば預かり金額や売上点数等を入力するための置数キーや、1商取引として販売登録が行われた商品の合計出力を指示する現計キー等、各種操作入力を行うための操作キーが配置されている。   Next, the POS terminal 2 will be described. FIG. 6 is an external perspective view of the POS terminal 2. As shown in FIG. 6, the POS terminal 2 is mounted on a drawer 12 for storing cash and the like, and controls opening and closing of a drawer 12a of the drawer 12. On the front side of the POS terminal 2, a mode key 14 for selecting various business modes such as registration, inspection, settlement, setting, and the like is provided. The keyboard (13) provided on the front of the POS terminal 2 allows an operator (store clerk) to enter, for example, a numeric key for inputting a deposit amount, a sales number, and the like, and a product for which sales registration has been performed as one commercial transaction. Operation keys for performing various operation inputs such as a total key for instructing total output are arranged.

さらにPOS端末2には、正面側には店員用ディスプレイ15が、背面側には客用ディスプレイ16が取り付けられている。店員用ディスプレイ15及び客用ディスプレイ16には、例えば液晶ディスプレイ等が用いられ、販売登録された商品の品名、価格や、1商取引の合計金額、釣銭額等が表示される。POS端末2は、レシート及びジャーナルを印字するプリンタ17を内蔵している。プリンタ17によって印字されたレシートは、POS端末2の正面側に形成されたレシート発行口18から発行される。またPOS端末2には、商品に付与されたバーコードを読取るためのスキャナ19が接続されている。   Further, the POS terminal 2 is provided with a store clerk display 15 on the front side and a customer display 16 on the back side. For example, a liquid crystal display or the like is used as the display 15 for the clerk and the display 16 for the customer, and the name, price, total amount of one commercial transaction, change amount, and the like of the registered product are displayed. The POS terminal 2 has a built-in printer 17 for printing receipts and journals. The receipt printed by the printer 17 is issued from a receipt issuing port 18 formed on the front side of the POS terminal 2. Further, the POS terminal 2 is connected to a scanner 19 for reading a barcode given to the product.

図7は、POS端末2の機能的構成を模式的に示すブロック図である。POS端末2は、CPU(Central Processing Unit)と、ROM(Read Only Memory)と、RAM(Random Access Memory)等(いずれも不図示)で構成されるコンピュータ構成の制御部21を備えている。ROMは、CPUが実行する各種プログラムや各種データを記憶している。RAMは、CPUが各種プログラムを実行する際に一時的にデータやプログラムを記憶する。また、RAMは、商品の販売記録を示す販売データや、店員用ディスプレイ15や客用ディスプレイ16に表示する各種の画面表示データを記憶する。   FIG. 7 is a block diagram schematically illustrating a functional configuration of the POS terminal 2. The POS terminal 2 includes a control unit 21 having a computer configuration including a CPU (Central Processing Unit), a ROM (Read Only Memory), a RAM (Random Access Memory), and the like (all not shown). The ROM stores various programs executed by the CPU and various data. The RAM temporarily stores data and programs when the CPU executes various programs. Further, the RAM stores sales data indicating sales records of commodities, and various screen display data displayed on the clerk display 15 and the customer display 16.

制御部21は、I/O機器制御部24およびバス22を介して、キーボード13、店員用ディスプレイ15、客用ディスプレイ16、プリンタ17、スキャナ19等のI/O機器を制御する。また、制御部21は、通信I/F23およびLAN3(図1参照)を介してストアサーバ4と相互に通信を行う。   The control unit 21 controls I / O devices such as the keyboard 13, the clerk display 15, the customer display 16, the printer 17, and the scanner 19 via the I / O device control unit 24 and the bus 22. The control unit 21 communicates with the store server 4 via the communication I / F 23 and the LAN 3 (see FIG. 1).

制御部21は、CPUがROMに格納されているプログラムをRAMに展開して実行することにより、商品コード受付部31と、売上点数受付部32と、税率特定部33と、販売登録部34と、表示制御部35と、印刷制御部36として機能する。   The control unit 21 allows the CPU to expand the program stored in the ROM into the RAM and execute the program, thereby receiving the product code receiving unit 31, the sales point receiving unit 32, the tax rate specifying unit 33, and the sales registering unit 34. , A display control unit 35 and a print control unit 36.

商品コード受付部31は、各商品に付されたバーコードがスキャナ19によってスキャンされた場合に、バーコードのデータから商品コードを読み取って受付ける。尚、商品コード受付部31は、キーボード13から入力されたキーにより商品コードの入力を受付けるとしてもよい。また、商品コード受付部31は、二次元コードのようなその他のコードシンボルから商品コードを読み取ってその入力を受付けるとしてもよい。   When the barcode attached to each product is scanned by the scanner 19, the product code accepting unit 31 reads and accepts the product code from the barcode data. Note that the product code receiving unit 31 may receive a product code input using a key input from the keyboard 13. Further, the product code receiving unit 31 may read a product code from another code symbol such as a two-dimensional code and receive the input.

売上点数受付部32は、商品コード受付部31が受け付けた商品コードで特定される商品のうち、所定の条件で分類された同一種別の商品の売上点数の入力を受け付ける。ここで、「同一種別」とは、例えば、同一の商品コードで特定される商品であり、その商品の個数が売上点数として、キーボード13の置数キー等を介して入力される。なお、置数キーの操作が行われない場合には、売上個数“1”がデフォルト値として入力されるよう構成してもよい。また、売上点数の入力方法は、置数キーに限らず、商品コード受付部31が受け付けた商品コードのうち、重複した商品コードの個数を、当該商品コードで特定される商品の売上点数として受け付けてもよい。   The sales point receiving unit 32 receives an input of the sales points of the same type of product classified under a predetermined condition among the products specified by the product code received by the product code receiving unit 31. Here, the “same type” is, for example, a product specified by the same product code, and the number of the products is input as a sales point via a numeric key of the keyboard 13 or the like. When the operation of the numeric key is not performed, the sales quantity “1” may be input as a default value. In addition, the input method of the sales point is not limited to the number key, and among the product codes received by the product code receiving unit 31, the number of duplicate product codes is received as the sales point of the product specified by the product code. You may.

税率特定部33は、商品コード受付部31が受け付けた商品コードと、その商品コードの売上点数をもとに、通信I/F23を介してストアサーバ4の商品マスタM及び税率設定データベースDBを参照することで、その商品コードで特定される商品に課せられる税率を特定する。   The tax rate specifying unit 33 refers to the product master M and the tax rate setting database DB of the store server 4 via the communication I / F 23 based on the product code received by the product code receiving unit 31 and the sales points of the product code. By doing so, the tax rate imposed on the product specified by the product code is specified.

具体的には、税率特定部33は、商品コード受付部31及び売上点数受付部32で受け付けられた商品コード及び売上点数をもとに、ストアサーバ4の条件設定マスタD2を参照することで、この商品コード及び売上点数の条件に該当する「税区分ID」を取得する。次いで、税率特定部33は、取得した税区分IDをもとに、税率設定データベースDBの税区分マスタD1を参照することで、その税区分IDに対応付けられた税率を取得する。   Specifically, the tax rate specifying unit 33 refers to the condition setting master D2 of the store server 4 based on the product code and the sales points received by the product code receiving unit 31 and the sales point receiving unit 32, The “tax classification ID” corresponding to the condition of the product code and the number of sales points is acquired. Next, the tax rate specifying unit 33 acquires the tax rate associated with the tax category ID by referring to the tax category master D1 in the tax rate setting database DB based on the acquired tax category ID.

販売登録部34は、商品コード受付部31が受け付けた商品コードで特定される商品の販売登録を行う。具体的には、商品コード受付部31が受け付けた商品コードを通信I/F23を介してストアサーバ4に問い合わせ、その商品コードに対して商品マスタMに設定されている商品名や価格を取得する。次いで、取得した価格と、税率特定部33が取得した「税率」とをもとに、税額と税込み価格とを算出する。具体的には、販売登録部34は、取得した価格と、税率特定部33が取得した「税率」とを掛け合わせることで、その商品に課せられる税額を算出する。また、販売登録部34は、算出した税額をその商品の価格に加算することで、税込み価格を算出する。そして、販売登録部34は、商品名、価格、税額、税込み価格(販売価格)等を、販売された商品の情報として登録する。   The sales registration unit 34 performs sales registration of the product specified by the product code received by the product code reception unit 31. Specifically, the store server 4 is inquired about the product code received by the product code receiving unit 31 via the communication I / F 23, and the product name and the price set in the product master M for the product code are acquired. . Next, a tax amount and a tax-inclusive price are calculated based on the acquired price and the “tax rate” acquired by the tax rate specifying unit 33. Specifically, the sales registration unit 34 calculates a tax amount imposed on the product by multiplying the acquired price by the “tax rate” acquired by the tax rate specifying unit 33. In addition, the sales registration unit 34 calculates the tax-inclusive price by adding the calculated tax amount to the price of the product. Then, the sales registration unit 34 registers a product name, a price, a tax amount, a tax-inclusive price (sales price), and the like as information of the sold product.

表示制御部35は、店員用ディスプレイ15、客用ディスプレイ16に販売登録部34が登録した各商品の商品名、価格、税額、税込み価格等を表示する。具体的には、表示制御部35は、税率特定部33による判別結果をもとに、税区分ごとに、その税区分が判別された商品を示す情報(商品名、価格、税込み価格)と、その商品にかかる税額とを表示する(詳細は後述する)。なお、表示制御部35が表示する表示内容は、店員用ディスプレイ15及び客用ディスプレイ16の双方においてその全てを表示する必要はなく、表示内容は利便性に応じて適宜振り分けて表示されればよい。   The display control unit 35 displays the product name, price, tax amount, tax-inclusive price, and the like of each product registered by the sales registration unit 34 on the display 15 for clerks and the display 16 for customers. Specifically, based on the determination result by the tax rate specifying unit 33, the display control unit 35 determines, for each tax category, information (product name, price, price including tax) indicating the product for which the tax category is determined, The tax amount on the product is displayed (details will be described later). It is not necessary to display all of the display contents displayed by the display control unit 35 on both the clerk display 15 and the customer display 16, and the display contents may be appropriately sorted and displayed according to convenience. .

印刷制御部36は、販売店の店名や連絡先、販売登録部34が登録した各商品の商品名、価格、税込み価格、税額等をプリンタ17によってレシート用紙に印字する。具体的には、印刷制御部36は、税率特定部33による判別結果をもとに、税区分ごとに、その税区分が判別された商品を示す情報(商品名、価格、税込み価格)と、その商品にかかる税額とをレシート用紙に印字する(詳細は後述する)。印字したレシート用紙はレシート発行口18から発行される。   The print control unit 36 prints the store name and contact information of the store, the product name, price, tax-inclusive price, tax amount, and the like of each product registered by the sales registration unit 34 on the receipt paper by the printer 17. Specifically, based on the determination result by the tax rate specifying unit 33, the print control unit 36 determines, for each tax category, information (product name, price, price including tax) indicating the product for which the tax category is determined, The tax amount of the product is printed on receipt paper (details will be described later). The printed receipt paper is issued from the receipt issuing port 18.

次に、POS端末2が実行する動作の手順について説明する。図8は、POS端末2が実行する動作の手順を示すフローチャートである。   Next, the procedure of the operation performed by the POS terminal 2 will be described. FIG. 8 is a flowchart showing the procedure of the operation performed by the POS terminal 2.

まず、POS端末2において、商品に付されたバーコードがスキャナ19によりスキャンされる。商品コード受付部31は、スキャナ19によりバーコードがスキャンされるまで待機する(ステップS11:No)。スキャナ19によりバーコードがスキャンされると、商品コード受付部31は、このバーコードのデータから商品コードを読み取って受付ける(ステップS11:Yes)。また、このとき置数キーの操作等により、スキャンされた商品の売上点数が入力されると、売上点数受付部32は、その入力された売上点数を受け付ける(ステップS12)。   First, at the POS terminal 2, the barcode attached to the product is scanned by the scanner 19. The product code receiving unit 31 waits until the barcode is scanned by the scanner 19 (step S11: No). When the barcode is scanned by the scanner 19, the product code receiving unit 31 reads and receives the product code from the barcode data (Step S11: Yes). In addition, at this time, when the sales points of the scanned product are input by operating the numeric keys or the like, the sales point receiving unit 32 receives the input sales points (step S12).

続いて、税率特定部33は、商品コード受付部31が受付けた商品コードに対応する商品の税区別IDと、売上点数受付部32が受け付けた当該商品の売上個数とをもとに、この条件に該当する税区分IDを条件設定マスタD2から取得する(ステップS13)。次いで、税率特定部33は、ステップS13で取得した税区分IDをもとに、その税区分IDで特定される税率を税区分マスタD1から取得する(ステップS14)。   Subsequently, the tax rate specifying unit 33 determines the condition based on the tax distinction ID of the product corresponding to the product code received by the product code receiving unit 31 and the sales quantity of the product received by the sales point receiving unit 32. Is acquired from the condition setting master D2 (step S13). Next, the tax rate specifying unit 33 acquires the tax rate specified by the tax category ID from the tax category master D1 based on the tax category ID acquired in step S13 (step S14).

販売登録部34は、商品コードに対して商品マスタMに設定されている商品名や価格等の商品情報を取得し、税率特定部33が取得した税率をもとに、税額や税込み価格を算出する(ステップS15)。次いで、販売登録部34は、税率特定部33が取得した税区分及び税率に、商品コードで特定された商品の商品情報と、算出した税額とを対応付けてRAMに記憶する(ステップS16)。具体的には、税区別を示す「税区別ID」用に確保された配列(記憶領域)に、商品コード受付部31が受け付けた商品コードと、算出した税額とをスタックする。   The sales registration unit 34 acquires the product information such as the product name and the price set in the product master M for the product code, and calculates the tax amount and the tax-inclusive price based on the tax rate acquired by the tax rate specifying unit 33. (Step S15). Next, the sales registration unit 34 stores the tax category and the tax rate acquired by the tax rate identification unit 33 in the RAM in association with the product information of the product specified by the product code and the calculated tax amount (step S16). Specifically, the product code received by the product code receiving unit 31 and the calculated tax amount are stacked in an array (storage area) reserved for a “tax distinction ID” indicating a tax distinction.

続いて、販売登録部34は、商品名、価格、税額、税込み価格、売上点数等、販売された商品の情報を登録する(ステップS17)。次いで、表示制御部35は、店員用ディスプレイ15、客用ディスプレイ16に、販売登録部34が登録した各商品の商品名、価格、税額、税込み価格等を表示する(ステップS18)。   Subsequently, the sales registration unit 34 registers information of the sold product such as a product name, a price, a tax amount, a tax-inclusive price, and the number of sales (Step S17). Next, the display control unit 35 displays the product name, price, tax amount, tax-inclusive price, and the like of each product registered by the sales registration unit 34 on the clerk display 15 and the customer display 16 (step S18).

次に、POS端末2は、キーボード13において現計キーが押下されたか否かを判定する(ステップS19)。現計キーが押下されていない間(ステップS19:No)は、ステップS11に戻りステップS11〜S19の処理を全商品の販売登録が終わるまで続ける。したがって、ステップS16では、販売登録の対象となった全商品について、税区分ごとに商品と算出した税額とがRAMにスタックされて、記憶されることとなる。   Next, the POS terminal 2 determines whether or not the current total key has been pressed on the keyboard 13 (Step S19). While the current key is not depressed (Step S19: No), the process returns to Step S11 and the processes of Steps S11 to S19 are continued until the sales registration of all the commodities is completed. Therefore, in step S16, the products and the calculated tax amount for each tax category are stacked and stored in the RAM for all the products registered for sale.

現計キーが押下された場合(ステップS19:Yes)、印刷制御部36は、税区分ごとにRAMに記憶されている商品と税額とを順次読み出し、税区分ごとに各商品の品名、価格、税額、税込み価格、売上点数等をレシート用紙に印字する(ステップS20)。具体的には、税区分ごとにRAMに記憶されている商品コードを順次読み出し、その商品コードで特定される商品についてステップS17で登録した内容を読み出してレシート用紙に印字する。また、印刷制御部36は、税区分ごとの「税区分名称」を税区分マスタD1より読み出し、税区分において商品の価格に対して課税される税率等の、税区分に関する情報をレシート用紙に印字する。   When the current key is depressed (step S19: Yes), the print control unit 36 sequentially reads out the product and the tax amount stored in the RAM for each tax category, and reads the product name, price, and the like of each product for each tax category. The amount of tax, the price including tax, the number of sales, etc. are printed on the receipt paper (step S20). Specifically, the commodity code stored in the RAM is sequentially read out for each tax division, and the contents registered in step S17 for the commodity specified by the commodity code are read out and printed on receipt paper. In addition, the print control unit 36 reads the “tax category name” for each tax category from the tax category master D1, and prints information on the tax category, such as the tax rate applied to the price of the product in the tax category, on the receipt paper. I do.

図9は、POS端末2が印字するレシート用紙の一例を示す概念図である。図9に示すように、ステップS20によりレシート用紙には、税区分ごとに各商品の品名、税額が印字される。図示例では、税区分である“必需品”、“日用品”、嗜好品ごとに、商品名(“商品A”等)と税額(“¥8”等)とがレシート用紙に印字されている。また、税区分に関する情報として、商品の価格に対して課税される税率(“ゼイ:2%”等)が印字される。   FIG. 9 is a conceptual diagram illustrating an example of a receipt sheet printed by the POS terminal 2. As shown in FIG. 9, the product name and tax amount of each product are printed on the receipt paper for each tax category in step S20. In the illustrated example, the product name (such as "product A") and the tax amount (such as "$ 8") are printed on the receipt paper for each of the tax categories "necessities", "daily necessities", and favorite items. In addition, a tax rate (“Zay: 2%” or the like) to be imposed on the commodity price is printed as information on the tax classification.

図8に戻り、印刷制御部36は、レシート発行口18から印字したレシート用紙を発行する(ステップS21)。そして、店員は会計処理を行って一会計の販売登録処理を終了する。   Returning to FIG. 8, the print control unit 36 issues the printed receipt paper from the receipt issuing port 18 (step S21). Then, the clerk performs the accounting process and ends the sales registration process of one accounting.

なお、本実施形態ではステップS20、S21においてレシート用紙に印字して出力する動作を例示しているが、表示制御部35が上述したステップS20、S21においてレシート用紙に印字する内容を店員用ディスプレイ15、客用ディスプレイ16に表示してもよい。すなわち、表示制御部35による店員用ディスプレイ15、客用ディスプレイ16への表示及び印刷制御部36によるレシート用紙への印字の少なくとも一方で出力されればよい。   In the present embodiment, the operation of printing on the receipt paper in steps S20 and S21 is described as an example, but the display control unit 35 displays the content to be printed on the receipt paper in steps S20 and S21 described above. May be displayed on the customer display 16. That is, at least one of the display on the store clerk display 15 and the customer display 16 by the display control unit 35 and the printing on the receipt paper by the print control unit 36 may be output.

以上のように、POS端末2では、同一の商品コードで特定される商品の売上点数に応じて、その売上点数に応じた税率を特定し、当該税率をもとに算出した税額及び税込み価格を用いて販売登録を行う。これにより、商品に課せられる税率を当該商品の売上点数に応じて変更することができるため、商品の売上点数を条件に税率(消費税)を変更するような税制度への対応が可能となる。また、本実施形態のPOS端末2では、販売登録される商品について、税区分ごとに、商品名、税込み価格等の商品を示す情報と、その商品にかかる税額とが出力される。したがって、店員や顧客は、販売登録される商品の各々について、税区分ごとに、その税区分にかかる商品と税額とを容易に知ることができる。   As described above, the POS terminal 2 specifies the tax rate corresponding to the sales point of the product specified by the same product code, and calculates the tax amount and the tax-inclusive price calculated based on the tax rate. Use it to register for sales. As a result, the tax rate imposed on the product can be changed according to the sales points of the product, so that it is possible to cope with a tax system in which the tax rate (consumption tax) is changed based on the sales points of the product. . Further, the POS terminal 2 of the present embodiment outputs, for each tax category, information indicating a product such as a product name and a tax-inclusive price, and a tax amount on the product for sale and registration. Therefore, the clerk and the customer can easily know, for each tax category, the product and the tax amount of the tax category for each product registered for sale.

以上、本発明の実施形態を説明したが、上記実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。上記実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。上記実施形態やその変形は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。   As described above, the embodiments of the present invention have been described. However, the above embodiments have been presented as examples, and are not intended to limit the scope of the invention. The above embodiment can be implemented in other various forms, and various omissions, replacements, and changes can be made without departing from the spirit of the invention. The above-described embodiment and its modifications are included in the scope and spirit of the invention, and are also included in the invention described in the claims and the equivalents thereof.

例えば、上記実施形態では、同一種別の商品を、同一の商品コードで特定される商品としたが、これに限らず、同一のカテゴリ(例えば、酒類等)に属する商品を、同一種別の商品としてもよい。この場合、商品マスタMは、各商品の商品コードと対応付けて、当該商品が所属するカテゴリを識別するための分類コードを記憶し、条件設定マスタD2では、分類コードと対応付けて、適用条件及び税区分IDを対応付けて記憶する。そして、売上点数受付部32は、販売登録の対象となった商品のうち、同一のカテゴリに属する商品群ごとに、その売上点数の入力を受け付ける。このような構成を採用することで、同一カテゴリに属する商品群の売上点数に応じて、当該商品群に課せられる税率を変更することが可能となる。なお、分類コードは、商品コードの一部(例えば、上位3桁等)に含まれる形態としてもよい。   For example, in the above-described embodiment, the products of the same type are products specified by the same product code. However, the present invention is not limited to this, and products belonging to the same category (for example, liquor) are regarded as products of the same type. Is also good. In this case, the product master M stores a classification code for identifying the category to which the product belongs in association with the product code of each product, and the condition setting master D2 associates the classification code with the classification code and And the tax classification ID are stored in association with each other. Then, the sales point receiving unit 32 receives an input of the sales points for each of the product groups belonging to the same category among the products registered for sale. By adopting such a configuration, it is possible to change the tax rate imposed on the product group according to the sales points of the product group belonging to the same category. The classification code may be included in a part of the product code (for example, the upper three digits).

また、上記実施形態では、税率が売上点数に依存しない、税率が一定の商品を条件設定マスタD2に登録する形態としたが(図5の商品コード“00102”参照)、これに限らず、他の領域に登録する形態としてもよい。例えば、税率が一定の商品については、当該商品の商品コードと対応付けて商品マスタMに税率を記憶する形態としてもよい。この構成を採用する場合、税率特定部33は、商品コード受付部31が受け付けた商品コードを、条件設定マスタD2から検索し、該当する商品コード(適用条件)が存在しない場合に、商品マスタMを参照する。そして、税率特定部33は、商品コード受付部31が受け付けた商品コードに対応する税率を商品マスタMから読み出すことで、当該税率を特定する。   Further, in the above-described embodiment, the product in which the tax rate does not depend on the number of sales points and the product with a constant tax rate is registered in the condition setting master D2 (see the product code “00102” in FIG. 5), but is not limited thereto. It is also possible to use a form in which the information is registered in the area. For example, for a product with a fixed tax rate, the tax rate may be stored in the product master M in association with the product code of the product. In the case of adopting this configuration, the tax rate specifying unit 33 searches the condition setting master D2 for the product code received by the product code receiving unit 31, and if there is no corresponding product code (applicable condition), the product master M See Then, the tax rate specifying unit 33 specifies the tax rate by reading the tax rate corresponding to the product code received by the product code receiving unit 31 from the product master M.

また、上記実施形態では、商品マスタM及び税率設定データベースDBをストアサーバ4が保持する形態としたが、これに限らず、商品マスタM及び税率設定データベースDBの一部又は全てを、POS端末2が保持する形態としてもよい。   In the above-described embodiment, the store server 4 holds the product master M and the tax rate setting database DB. However, the present invention is not limited to this, and a part or all of the product master M and the tax rate setting database DB may be stored in the POS terminal 2. May be held.

なお、本実施形態のPOS端末2で実行されるプログラムは、ROM等に予め組み込まれて提供される。本実施形態のPOS端末2で実行されるプログラムは、インストール可能な形式又は実行可能な形式のファイルでCD−ROM、フレキシブルディスク(FD)、CD−R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録して提供するように構成してもよい。   The program executed by the POS terminal 2 according to the present embodiment is provided by being incorporated in a ROM or the like in advance. The program executed by the POS terminal 2 of the present embodiment is a file in an installable format or an executable format in a computer such as a CD-ROM, a flexible disk (FD), a CD-R, and a DVD (Digital Versatile Disk). You may comprise so that it may record and provide on a readable recording medium.

さらに、本実施形態のPOS端末2で実行されるプログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成しても良い。また、本実施形態のPOS端末2で実行されるプログラムをインターネット等のネットワーク経由で提供または配布するように構成しても良い。   Furthermore, the program executed by the POS terminal 2 of the present embodiment may be stored on a computer connected to a network such as the Internet, and provided by being downloaded via the network. Further, the program executed by the POS terminal 2 of the present embodiment may be provided or distributed via a network such as the Internet.

上記実施形態のPOS端末2で実行されるプログラムは、上述した各部(商品コード受付部31、売上点数受付部32、税率特定部33、販売登録部34、表示制御部35、印刷制御部36)を含むモジュール構成となっており、実際のハードウェアとしてはCPU(プロセッサ)が上記ROMからプログラムを読み出して実行することにより上記各部が主記憶装置上にロードされ、主記憶装置上に生成されるようになっている。   The programs executed by the POS terminal 2 according to the above-described embodiment include the above-described units (product code receiving unit 31, sales point receiving unit 32, tax rate specifying unit 33, sales registration unit 34, display control unit 35, print control unit 36). The CPU (processor) reads and executes a program from the ROM as actual hardware, so that the respective units are loaded on the main storage device and generated on the main storage device. It has become.

1…POSシステム、2…POS端末、3…LAN、4…ストアサーバ、12…ドロワ、12a…引き出し、13…キーボード、14…モードキー、15…店員用ディスプレイ、16…客用ディスプレイ、17…プリンタ、18…レシート発行口、19…スキャナ、21…制御部、22…バス、23…通信I/F、24…I/O機器制御部、31…商品コード受付部、32…売上点数受付部、33…税率特定部、34…販売登録部、35…表示制御部、36…印刷制御部、41…制御部、42…バス、43…通信I/F、44…I/O機器制御部、45…キーボード、46…表示器、47…プリンタ、48…HDD、M…商品マスタ、DB…税率設定データベース、D1…税区分マスタ、D2…条件設定マスタ   DESCRIPTION OF SYMBOLS 1 ... POS system, 2 ... POS terminal, 3 ... LAN, 4 ... Store server, 12 ... Drawer, 12a ... Drawer, 13 ... Keyboard, 14 ... Mode key, 15 ... Display for clerk, 16 ... Display for customer, 17 ... Printer, 18 Receipt issuing port, 19 Scanner, 21 Control part, 22 Bus, 23 Communication I / F, 24 I / O device control part, 31 Product code receiving part, 32 Sales point receiving part 33, a tax rate specifying unit, 34, a sales registration unit, 35, a display control unit, 36, a print control unit, 41, a control unit, 42, a bus, 43, a communication I / F, 44, an I / O device control unit, 45 keyboard, 46 display, 47 printer, 48 HDD, M product master, DB tax rate setting database, D1 tax classification master, D2 condition setting master

特開2012−181752号公報JP 2012-181752 A

実施形態の商品データ処理装置は、受付手段と、計数手段と、第1の特定手段と、第2の特定手段と、算出手段と、出力手段とを備える。受付手段は、商品を特定するための商品コードの入力を受け付ける。計数手段は、前記商品コードで特定される商品の一取引における売上点数を計数する。第1の特定手段は、各商品の商品コードと、前記売上点数に応じて適用される税区分とを対応付けた第1の税設定情報に基づき、前記計数手段で計数された商品の売上点数の条件に該当する税区分を特定する。第2の特定手段は、前記税区分の各々と、当該税区分で適用される税率とを対応付けた第2の税設定情報に基づき、前記第1の特定手段で特定された税区分の税率を特定する。算出手段は、前記第2の特定手段が特定した税区分の税率に基づき、前記商品コードで特定される商品の税額を算出する。出力手段は、一取引で入力された前記商品コードで特定される商品について、当該商品を示す情報と、前記計数手段が計数した売上点数とを、前記第1の特定手段が特定した税区分ごとに出力する。 The product data processing device according to the embodiment includes a receiving unit, a counting unit, a first specifying unit, a second specifying unit, a calculating unit, and an output unit. The receiving means receives an input of a product code for specifying a product. The counting means counts the number of sales points in one transaction of the product specified by the product code. The first specifying means is based on first tax setting information in which a product code of each product is associated with a tax category applied in accordance with the sales points, and the sales points of the products counted by the counting means. Identify tax categories that meet the conditions of The second specifying means is configured to determine the tax rate of the tax category specified by the first specifying means based on second tax setting information in which each of the tax categories is associated with a tax rate applied to the tax category. To identify. The calculating means calculates the tax amount of the product specified by the product code based on the tax rate of the tax category specified by the second specifying means. The output means, for a product specified by the product code input in one transaction, information indicating the product and the number of sales points counted by the counting means, for each tax category specified by the first specifying means Output to

Claims (6)

商品を特定するための商品コードの入力を受け付ける第1受付手段と、
前記商品コードで特定される商品のうち、同一種別の商品の売上点数の入力を受け付ける第2受付手段と、
前記商品の種別ごとに設定された前記売上点数の各範囲と、当該各範囲の税率とを対応付けた税設定情報をもとに、前記商品コードで特定される商品と当該商品の売上点数との条件に該当する税率を特定する特定手段と、
前記商品の税率の特定に係る条件を表示する表示手段と、
前記特定手段が特定した税率をもとに、前記商品コードで特定される商品の税額を算出する算出手段と、
を備える商品データ処理装置。
First receiving means for receiving input of a product code for specifying a product,
Second receiving means for receiving an input of the number of sales points of the same type of product among the products specified by the product code;
Each range of the sales points set for each type of the product, based on the tax setting information that associates the tax rate of each range, based on the product specified by the product code and the sales points of the product Means for identifying tax rates that meet the conditions of
Display means for displaying conditions relating to the specification of the tax rate of the product,
Calculating means for calculating a tax amount of a product specified by the product code based on the tax rate specified by the specifying means;
Product data processing device comprising:
前記第2受付手段は、同一の前記商品コードで特定される商品ごとに前記売上点数の入力を受け付け、
前記特定手段は、前記商品コードで特定される商品ごとに前記各範囲の税率が設定された前記税設定情報をもとに、前記商品コードで特定される商品ごとの税率を特定する請求項1に記載の商品データ処理装置。
The second receiving means receives an input of the sales points for each product specified by the same product code,
The said specification means specifies the tax rate for every goods specified by the said goods code based on the said tax setting information in which the tax rate of each said range was set for every goods specified by the said goods code. A product data processing device according to item 1.
前記第2受付手段は、所定のカテゴリに属する商品群ごとに前記売上点数の入力を受け付け、
前記特定手段は、前記商品群ごとに前記各範囲の税率が設定された前記税設定情報をもとに、前記商品群ごとの税率を特定する請求項1に記載の商品データ処理装置。
The second receiving means receives an input of the sales points for each product group belonging to a predetermined category,
2. The product data processing device according to claim 1, wherein the specifying unit specifies a tax rate for each of the product groups based on the tax setting information in which a tax rate in each of the ranges is set for each of the product groups. 3.
前記商品コードで特定される商品を示す情報と、前記算出手段が算出した当該商品にかかる税額とを出力する出力手段を更に備える請求項1〜3の何れか一項に記載の商品データ処理装置。   The product data processing device according to any one of claims 1 to 3, further comprising an output unit configured to output information indicating a product specified by the product code and a tax amount of the product calculated by the calculation unit. . 前記商品コードで特定される商品の販売登録を行う販売登録手段を更に備え、
前記出力手段は、前記販売登録される前記商品について、当該商品にかかる情報と税率とを出力する請求項4に記載の商品データ処理装置。
Further comprising sales registration means for performing sales registration of the product specified by the product code,
5. The product data processing device according to claim 4, wherein the output unit outputs, for the product registered for sale, information on the product and a tax rate. 6.
商品データ処理装置のコンピュータを、
商品を特定するための商品コードの入力を受け付ける第1受付手段と、
前記商品コードで特定される商品のうち、同一種別の商品の売上点数の入力を受け付ける第2受付手段と、
前記商品の種別ごとに設定された前記売上点数の各範囲と、当該各範囲の税率とを対応付けた税設定情報をもとに、前記商品コードで特定される商品と当該商品の売上点数との条件に該当する税率を特定する特定手段と、
前記商品の税率の特定に係る条件を表示する表示手段と、
前記特定手段が特定した税率をもとに、前記商品コードで特定される商品の税額を算出する算出手段と、
して機能させるためのプログラム。
Computer of the product data processing device,
First receiving means for receiving input of a product code for specifying a product,
Second receiving means for receiving an input of the number of sales points of the same type of product among the products specified by the product code;
Each range of the sales points set for each type of the product, based on the tax setting information that associates the tax rate of each range, based on the product specified by the product code and the sales points of the product Means for identifying tax rates that meet the conditions of
Display means for displaying conditions relating to the specification of the tax rate of the product,
Calculating means for calculating a tax amount of a product specified by the product code based on the tax rate specified by the specifying means;
Program to make it work.
JP2019181489A 2018-06-14 2019-10-01 Product data processing equipment and programs Active JP6898407B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2019181489A JP6898407B2 (en) 2018-06-14 2019-10-01 Product data processing equipment and programs
JP2021096881A JP7229301B2 (en) 2019-10-01 2021-06-09 Product data processing device and program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2018113874A JP6599517B2 (en) 2018-06-14 2018-06-14 Product data processing apparatus and program
JP2019181489A JP6898407B2 (en) 2018-06-14 2019-10-01 Product data processing equipment and programs

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2018113874A Division JP6599517B2 (en) 2018-06-14 2018-06-14 Product data processing apparatus and program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2021096881A Division JP7229301B2 (en) 2019-10-01 2021-06-09 Product data processing device and program

Publications (2)

Publication Number Publication Date
JP2020004451A true JP2020004451A (en) 2020-01-09
JP6898407B2 JP6898407B2 (en) 2021-07-07

Family

ID=69100300

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019181489A Active JP6898407B2 (en) 2018-06-14 2019-10-01 Product data processing equipment and programs

Country Status (1)

Country Link
JP (1) JP6898407B2 (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60246495A (en) * 1984-05-21 1985-12-06 オムロン株式会社 Transactor
JPH07160950A (en) * 1993-12-10 1995-06-23 Mitsubishi Electric Corp Commodity sales data processing unit
JPH07296251A (en) * 1994-04-21 1995-11-10 Ishida Co Ltd Measuring equipment for sales
JP2006127043A (en) * 2004-10-27 2006-05-18 Toshiba Tec Corp Commodity sales data processing device
JP2010204787A (en) * 2009-03-02 2010-09-16 Jmode Marketing Kk Merchandise combination price display device and merchandise combination price display system
JP2012108652A (en) * 2010-11-16 2012-06-07 Toshiba Tec Corp Sales data processor and program
JP2012181752A (en) * 2011-03-02 2012-09-20 Toshiba Tec Corp Commodity data processing device and program
JP6356712B2 (en) * 2016-02-08 2018-07-11 東芝テック株式会社 Product data processing apparatus and program

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60246495A (en) * 1984-05-21 1985-12-06 オムロン株式会社 Transactor
JPH07160950A (en) * 1993-12-10 1995-06-23 Mitsubishi Electric Corp Commodity sales data processing unit
JPH07296251A (en) * 1994-04-21 1995-11-10 Ishida Co Ltd Measuring equipment for sales
JP2006127043A (en) * 2004-10-27 2006-05-18 Toshiba Tec Corp Commodity sales data processing device
JP2010204787A (en) * 2009-03-02 2010-09-16 Jmode Marketing Kk Merchandise combination price display device and merchandise combination price display system
JP2012108652A (en) * 2010-11-16 2012-06-07 Toshiba Tec Corp Sales data processor and program
JP2012181752A (en) * 2011-03-02 2012-09-20 Toshiba Tec Corp Commodity data processing device and program
JP6356712B2 (en) * 2016-02-08 2018-07-11 東芝テック株式会社 Product data processing apparatus and program

Also Published As

Publication number Publication date
JP6898407B2 (en) 2021-07-07

Similar Documents

Publication Publication Date Title
JP5406235B2 (en) Product data processing apparatus and program
JP2015022376A (en) Commodity data processor and program
JP2015018513A (en) Commodity data processing apparatus and commodity data processing program
JP5361844B2 (en) Sales data processing apparatus and program
JP2015049809A (en) Information processing apparatus and program
JP6767323B2 (en) Sales data processing equipment and programs
JP6182625B2 (en) Product data processing apparatus and program
JP6356712B2 (en) Product data processing apparatus and program
JP6564504B2 (en) Product data processing apparatus and program
JP5627755B2 (en) Product data processing apparatus and program
JP6383061B2 (en) Product data processing apparatus and program
JP6599517B2 (en) Product data processing apparatus and program
JP6898407B2 (en) Product data processing equipment and programs
JP7229301B2 (en) Product data processing device and program
JP6375027B2 (en) Product sales data processing system
JP2021131712A (en) Commodity sale data processing device and program
JP6182626B2 (en) Product data processing apparatus and program
JP2019220196A (en) Commodity data processing apparatus and program
JP2020080191A (en) Commodity data processing apparatus and program
JP2020080192A (en) Commodity data processing apparatus and program
US20210065205A1 (en) Certificate issuing apparatus, commodity sales data processing apparatus, and non-transitory computer readable medium
JP2019192298A (en) Commodity data processing apparatus and program
JP7369174B2 (en) Sales data processing device, sales data processing method and program
JP6805309B2 (en) Sales data processing equipment, sales data processing methods and programs
JP6730117B2 (en) Sales data processing device and program

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20191002

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20191002

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A132

Effective date: 20201208

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210208

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210610

R150 Certificate of patent or registration of utility model

Ref document number: 6898407

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150