JP7092907B2 - Product sales data processing equipment and programs - Google Patents

Product sales data processing equipment and programs Download PDF

Info

Publication number
JP7092907B2
JP7092907B2 JP2021026727A JP2021026727A JP7092907B2 JP 7092907 B2 JP7092907 B2 JP 7092907B2 JP 2021026727 A JP2021026727 A JP 2021026727A JP 2021026727 A JP2021026727 A JP 2021026727A JP 7092907 B2 JP7092907 B2 JP 7092907B2
Authority
JP
Japan
Prior art keywords
tax exemption
product
tax
pos terminal
transaction
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
JP2021026727A
Other languages
Japanese (ja)
Other versions
JP2021082345A (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 JP2021026727A priority Critical patent/JP7092907B2/en
Publication of JP2021082345A publication Critical patent/JP2021082345A/en
Priority to JP2022096582A priority patent/JP7357724B2/en
Application granted granted Critical
Publication of JP7092907B2 publication Critical patent/JP7092907B2/en
Priority to JP2023160688A priority patent/JP2023164753A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

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

従来、輸出物品販売場(免税店)を経営する事業者が外国人旅行者等の非居住者に対して物品を販売する場合に、当該物品にかかる消費税を免除するいわゆる免税制度が存在する。 Conventionally, when a business operator who manages an export goods sales floor (duty-free shop) sells goods to non-residents such as foreign travelers, there is a so-called tax exemption system that exempts the consumption tax on the goods. ..

このような免税制度を利用する際の外国人旅行者による手続きは、パスポートの提示や用意されている書類に対する記入等の手続きを含んでおり、煩雑なものとなっていた。 Procedures by foreign travelers when using such a tax exemption system include procedures such as presenting a passport and filling out prepared documents, which is complicated.

ところで、これまでは法令において書類様式が定められていたが、今後、法令に定められた事項が記載された書類であればよいこととされた。また、購入者に対して交付する領収書(記載すべき事項の全部又は一部が記載された明細書等)の写しを書類に貼付け、かつ、当該領収書と書類の間に割印した場合には、当該領収書に記載された事項の書類への記載も省略できることとされた。 By the way, until now, the document format was stipulated by law, but in the future, it will be sufficient if the document describes the matters stipulated by law. In addition, when a copy of the receipt to be delivered to the purchaser (a statement containing all or part of the matters to be stated, etc.) is attached to the document, and a stamp is placed between the receipt and the document. It was decided that the description of the matters stated in the receipt could be omitted.

本発明が解決しようとする課題は、免税にかかる手続きを効率的に行うことが可能な商品販売データ処理装置及びプログラムを提供することである。 An object to be solved by the present invention is to provide a product sales data processing device and a program capable of efficiently performing tax exemption procedures.

実施形態の商品販売データ処理装置は、免税対象となる商品の商品コードを取得する第1の取得手段と、免税取引の宣言を行う免税宣言手段と、前記免税取引の宣言が行われると、パスポートが保持する情報を読み取るパスポート読取部から、免税に係る情報を取得する第2の取得手段と、前記第1の取得手段によって取得した前記商品コードに対応する商品の単価と数量とに基づいて前記商品の合計金額を算出する算出手段と、前記免税に係る情報が取得された状態で、且つ前記合計金額が免税条件を満たす場合、前記合計金額に係る税額を免除して決済を行う決済手段と、前記免税取引をキャンセルするキャンセル手段と、前記キャンセル手段によってキャンセルが行われると、前記第2の取得手段が取得した前記免税に係る情報を削除する削除手段と、を備える。
The product sales data processing device of the embodiment has a first acquisition means for acquiring the product code of the product subject to tax exemption, a tax exemption declaration means for declaring a tax exemption transaction, and a passport when the tax exemption transaction is declared. Based on the second acquisition means for acquiring information related to tax exemption from the passport reading unit that reads the information held by the product, and the unit price and quantity of the product corresponding to the product code acquired by the first acquisition means. A calculation means for calculating the total amount of goods, and a payment means for exempting the tax amount related to the total amount when the information related to the tax exemption is acquired and the total amount satisfies the tax exemption condition. It is provided with a canceling means for canceling the tax exemption transaction and a deleting means for deleting the information related to the tax exemption acquired by the second acquisition means when the cancellation is performed by the canceling means.

図1は、実施形態にかかるPOSシステムの概略構成図である。FIG. 1 is a schematic configuration diagram of a POS system according to an embodiment. 図2は、ストアサーバのハードウェア構成を示すブロック図である。FIG. 2 is a block diagram showing a hardware configuration of the store server. 図3は、商品マスタファイルのデータ構成の一例を示す図である。FIG. 3 is a diagram showing an example of the data structure of the product master file. 図4は、免税区分ファイルのデータ構成の一例を示す図である。FIG. 4 is a diagram showing an example of the data structure of the tax exemption classification file. 図5は、免税設定値ファイルのデータ構成の一例を示す図である。FIG. 5 is a diagram showing an example of the data structure of the tax exemption setting value file. 図6は、取引履歴のデータ構成の一例を示す図である。FIG. 6 is a diagram showing an example of a transaction history data structure. 図7は、POS端末のハードウェア構成を示すブロック図である。FIG. 7 is a block diagram showing a hardware configuration of a POS terminal. 図8は、POS端末の機能構成を示す機能ブロック図である。FIG. 8 is a functional block diagram showing a functional configuration of a POS terminal. 図9は、通常免税処理の流れを概略的に示すフローチャートである。FIG. 9 is a flowchart schematically showing the flow of normal tax exemption processing. 図10は、商品登録画面の一例を示す図である。FIG. 10 is a diagram showing an example of a product registration screen. 図11は、ガイド画面の一例を示す図である。FIG. 11 is a diagram showing an example of a guide screen. 図12は、確認画面の一例を示す図である。FIG. 12 is a diagram showing an example of a confirmation screen. 図13は、商品登録画面の一例を示す図である。FIG. 13 is a diagram showing an example of a product registration screen. 図14は、エラー画面の一例を示す図である。FIG. 14 is a diagram showing an example of an error screen. 図15は、エラー画面の一例を示す図である。FIG. 15 is a diagram showing an example of an error screen. 図16は、商品登録画面の一例を示す図である。FIG. 16 is a diagram showing an example of a product registration screen. 図17は、ワーニング画面の一例を示す図である。FIG. 17 is a diagram showing an example of a warning screen. 図18は、購入誓約書の一例を示す図である。FIG. 18 is a diagram showing an example of a purchase pledge. 図19は、購入記録票の一例を示す図である。FIG. 19 is a diagram showing an example of a purchase record slip. 図20は、レシートの一例を示す図である。FIG. 20 is a diagram showing an example of a receipt. 図21は、品名リストの一例を示す図である。FIG. 21 is a diagram showing an example of a product name list. 図22は、免税再集計処理の流れを概略的に示すフローチャートである。FIG. 22 is a flowchart schematically showing the flow of the tax exemption reaggregation process. 図23は、免税再集計画面の一例を示す図である。FIG. 23 is a diagram showing an example of the tax exemption recount screen. 図24は、免税再集計画面の一例を示す図である。FIG. 24 is a diagram showing an example of the tax exemption recount screen. 図25は、返金レシートの一例を示す図である。FIG. 25 is a diagram showing an example of a refund receipt.

本実施形態においては、外国人旅行者等の非居住者に対して通常生活の用に供する物品を一定の方法で販売する輸出物品販売場(免税店)で用いられるPOS(Point Of Sales)システムについて説明する。本実施形態は、商品販売データ処理装置として免税店の店舗に設置されたPOS端末へ適用した例である。 In this embodiment, a POS (Point Of Sales) system used at an export goods sales floor (duty free shop) that sells goods used for normal life to non-residents such as foreign travelers in a certain manner. Will be explained. This embodiment is an example of being applied to a POS terminal installed in a duty-free shop as a product sales data processing device.

図1は、実施形態にかかるPOSシステム1の概略構成図である。POSシステム1は、図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 an embodiment. As shown in FIG. 1, the POS system 1 connects a plurality of (two in the figure) POS terminals 2 and these POS terminals 2 with a network 3 such as a LAN (Local Area Network) for centralized management. It includes a store server 4 which is a processing device.

ストアサーバ4は、POSシステム1全体の制御を受け持つものである。図2は、ストアサーバ4のハードウェア構成を示すブロック図である。ストアサーバ4は、CPU(Central Processing Unit)、ROM(Read Only Memory)、RAM(Random Access Memory)等で構成されるコンピュータ構成の制御部41を備える。 The store server 4 is in charge of controlling the entire POS system 1. FIG. 2 is a block diagram showing a hardware configuration of the store server 4. 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), and the like.

制御部41は、通信I/F(インタフェース)43と、I/O機器制御部44とがバス42によって接続される。ストアサーバ4は、通信I/F43及びネットワーク3(図1参照)を介して複数台のPOS端末2との間で相互にオンライン通信する。また、制御部41にはバス42及びI/O機器制御部44を介して、キーボード45、表示器46、プリンタ47及びHDD(Hard Disk Drive)48が接続されている。HDD48は、制御部41のCPUを動作させる各種制御プログラムを格納している。また、HDD48は、商品マスタファイルF1、免税区分ファイルF2及び免税設定値ファイルF3を格納している。また、HDD48は、POS端末2で販売登録処理された取引に関する情報を蓄積するためのデータベースとして取引履歴DB1を保持する。 In the control unit 41, the communication I / F (interface) 43 and the I / O device control unit 44 are connected by a bus 42. The store server 4 communicates online with a plurality of POS terminals 2 via a communication I / F 43 and a network 3 (see FIG. 1). A keyboard 45, a display 46, a printer 47, and an HDD (Hard Disk Drive) 48 are connected to the control unit 41 via a bus 42 and an I / O device control unit 44. The HDD 48 stores various control programs for operating the CPU of the control unit 41. Further, the HDD 48 stores the product master file F1, the tax exemption classification file F2, and the tax exemption setting value file F3. Further, the HDD 48 holds the transaction history DB 1 as a database for accumulating information on the transaction registered for sale on the POS terminal 2.

なお、本実施形態のストアサーバ4で実行されるプログラムは、インストール可能な形式又は実行可能な形式のファイルであり、コンピュータで読み取り可能な記録媒体に記録して提供するように構成してもよい。そのような記録媒体は、CD-ROM、フレキシブルディスク(FD)、CD-R、DVD(Digital Versatile Disk)等である。 The program executed by the store server 4 of the present embodiment is a file in an installable format or an executable format, and may be configured to be recorded and provided on a computer-readable recording medium. .. Such recording media are CD-ROMs, flexible discs (FDs), CD-Rs, DVDs (Digital Versatile Disks) and the like.

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

次に、商品マスタファイルF1と、商品マスタファイルF1に設定される商品分類(分類)について説明する。図3は、商品マスタファイルF1のデータ構成の一例を示す図である。図3に示すように、商品マスタファイルF1には、販売登録対象の各商品の商品コード(商品識別情報)に対応付けて、商品名や商品の価格(単価)、分類コード(分類1コード、分類2コード)、免税区分コード、危険物区分コード等の商品情報が設定される。危険物区分コードは、航空機への持ち込みが禁止されているスプレー類等の取扱いに注意を要する商品に付与される。 Next, the product master file F1 and the product classification (classification) set in the product master file F1 will be described. FIG. 3 is a diagram showing an example of the data structure of the product master file F1. As shown in FIG. 3, in the product master file F1, the product name, the price (unit price) of the product, and the classification code (classification 1 code) are associated with the product code (product identification information) of each product to be registered for sale. Product information such as classification 2 code), tax exemption classification code, and dangerous substance classification code is set. The dangerous goods classification code is given to products that require careful handling of sprays, etc. that are prohibited from being carried on aircraft.

商品は複数の分類コードによって分類分けされており、それら複数の分類は階層的に構築されている。 Products are classified by multiple classification codes, and these multiple classifications are hierarchically constructed.

即ち、図3に示すように、商品は、大まかな分類である分類1(上位の分類)によって複数に分類分けされている。また、各分類1はより細かな分類である分類2(下位の分類)によってさらに詳細に分類されている。即ち、上位の分類1は、分類1より下位の分類2によって複数に分類分けされており、下位の分類2を少なくとも1つ含んでいる。 That is, as shown in FIG. 3, the products are classified into a plurality of categories according to the rough classification 1 (higher classification). Further, each classification 1 is further classified by classification 2 (lower classification), which is a finer classification. That is, the upper classification 1 is classified into a plurality of categories by the lower classification 2 than the lower classification 1, and includes at least one lower classification 2.

なお、階層的に構築されているという点では、各商品に付される商品コードを分類2より下位の分類とみなすことができる。商品コードは、最も詳細な分類、即ち、最下位の分類とみなすことができる。 In addition, in terms of being constructed hierarchically, the product code attached to each product can be regarded as a lower classification than the classification 2. The product code can be regarded as the most detailed classification, that is, the lowest classification.

次に、免税区分ファイルF2について説明する。図4は、免税区分ファイルF2のデータ構成の一例を示す図である。図4に示すように、免税区分ファイルF2には、免税区分コードに対応付けて、免税区分名称が設定される。免税区分名称は、「消耗品」、「一般物品」、「免税対象外」である。「消耗品」は、外国人旅行者等の非居住者に対して販売する物品にかかる税金を免除する免税対象品であって、食料品、飲料類、薬品類、化粧品類等の物品である。「一般物品」も免税対象品であって、消耗品以外の通常生活の用に供する物品である。 Next, the tax exemption classification file F2 will be described. FIG. 4 is a diagram showing an example of the data structure of the tax exemption classification file F2. As shown in FIG. 4, the tax exemption category name is set in the tax exemption category file F2 in association with the tax exemption category code. The tax exemption category names are "consumables", "general goods", and "not subject to tax exemption". "Consumables" are tax-exempt items that are exempt from taxes on items sold to non-residents such as foreign travelers, and are items such as food, beverages, medicines, and cosmetics. .. "General goods" are also tax-free goods and are goods used for normal life other than consumables.

次に、免税設定値ファイルF3について説明する。図5は、免税設定値ファイルF3のデータ構成の一例を示す図である。図5に示すように、免税設定値ファイルF3には、免税区分コードに対応付けて、設定値が設定される。設定値は、各区分において免税として販売登録を行う目安となる。図5に示す例では、免税区分コード“01”の消耗品についての設定値は、5千円~50万円である。また、免税区分コード“02”の一般物品(消耗品以外の通常生活の用に供する物品)についての設定値は、1万円を超える額である。 Next, the tax exemption setting value file F3 will be described. FIG. 5 is a diagram showing an example of the data structure of the tax exemption setting value file F3. As shown in FIG. 5, the set value is set in the tax exemption setting value file F3 in association with the tax exemption classification code. The set value is a guideline for registering sales as tax exemption in each category. In the example shown in FIG. 5, the set value for the consumable item of the tax exemption classification code “01” is 5,000 yen to 500,000 yen. In addition, the set value for general goods (goods used for normal life other than consumables) of the tax exemption classification code "02" is an amount exceeding 10,000 yen.

次に、取引履歴DB1について説明する。図6は、取引履歴DB1のデータ構成の一例を示す図である。図6に示すように、取引履歴DB1には、POS端末2の各々で処理された取引の販売データが、取引履歴として格納される。取引履歴は、各取引を識別するための取引番号、取引が行われた取引日時、取引が行われたPOS端末2を識別するレジ番号を含む。また、取引履歴は、販売登録された各商品の商品コード、単価、点数等を含む。また、取引履歴DB1には、取引番号に対応付けて、フラグが設定される。フラグは、その取引を後述する免税処理の対象としたか否かを判定する際の目安となる。なお、図6に示す例では、フラグ“0”の取引は、免税処理の対象としていないことを意味し、フラグ“1”の取引は、免税処理の対象としたことを意味する。 Next, the transaction history DB 1 will be described. FIG. 6 is a diagram showing an example of the data structure of the transaction history DB1. As shown in FIG. 6, the transaction history DB 1 stores the sales data of the transactions processed by each of the POS terminals 2 as the transaction history. The transaction history includes a transaction number for identifying each transaction, a transaction date and time when the transaction was made, and a cash register number for identifying the POS terminal 2 where the transaction was made. In addition, the transaction history includes the product code, unit price, points, etc. of each product registered for sale. Further, a flag is set in the transaction history DB 1 in association with the transaction number. The flag serves as a guide for determining whether or not the transaction is subject to the tax exemption processing described later. In the example shown in FIG. 6, it means that the transaction with the flag “0” is not subject to the tax exemption processing, and the transaction with the flag “1” is subject to the tax exemption processing.

本実施形態にかかるストアサーバ4の制御部41は制御プログラムに従うことにより、商品マスタファイルF1、免税区分ファイルF2及び免税設定値ファイルF3を所定のタイミングでPOS端末2に対して配信する。 The control unit 41 of the store server 4 according to the present embodiment distributes the product master file F1, the tax exemption classification file F2, and the tax exemption setting value file F3 to the POS terminal 2 at a predetermined timing according to the control program.

次に、POS端末2について説明する。POS端末2は、ユニークなレジ番号を割り振られて精算場所に配置されている。POS端末2は、オペレータ(キャッシャ)が販売登録処理を行うための端末である。 Next, the POS terminal 2 will be described. The POS terminal 2 is assigned a unique registration number and is placed at the checkout location. The POS terminal 2 is a terminal for the operator (casher) to perform the sales registration process.

図7は、POS端末2のハードウェア構成を示すブロック図である。図7に示すように、POS端末2は、キーボード21、表示面上にタッチパネルが設けられた液晶ディスプレイ装置である表示器22、プリンタ23、カードリーダ/ライタ(R/W)24、商品に付されたバーコードや二次元コード等を光学的に読み取るコードスキャナ25、ストレージデバイスであるHDD26、パスポートリーダ27等を接続する。 FIG. 7 is a block diagram showing a hardware configuration of the POS terminal 2. As shown in FIG. 7, the POS terminal 2 is attached to a keyboard 21, a display 22 which is a liquid crystal display device provided with a touch panel on a display surface, a printer 23, a card reader / writer (R / W) 24, and a product. A code scanner 25 that optically reads a bar code or a two-dimensional code, a HDD 26 that is a storage device, a passport reader 27, and the like are connected.

キーボード21は、各種のキーをブロック毎に配列した外観構造を有している。各種のキーは、例えば、商品コードや金額等を入力するための置数キー、販売合計金額の算出を宣言するための小計キー、販売処理において現金による締めを宣言するための預/現計キー、各種商品を指定するためのPLUキー、置数キーによる置数入力を確定する確定キー、クリアキー等である。また、キーボード21は、免税宣言キーK1と、品名リスト出力キーK2と、免税再集計キーK3とを備える。免税宣言キーK1は、免税取引の宣言を行うための操作子である。品名リスト出力キーK2は、免税の対象となった商品のリスト(品名リスト)の出力を指示するための操作子である。免税再集計キーK3は、後述する免税再集計の宣言を行うための操作子である。 The keyboard 21 has an appearance structure in which various keys are arranged for each block. The various keys are, for example, a number key for entering a product code, amount, etc., a subtotal key for declaring the calculation of the total sales amount, and a deposit / current total key for declaring a cash closing in sales processing. , A PLU key for designating various products, a confirmation key for confirming the number input by the number key, a clear key, and the like. Further, the keyboard 21 includes a tax exemption declaration key K1, a product name list output key K2, and a tax exemption recounting key K3. The tax exemption declaration key K1 is an operator for declaring a tax exemption transaction. The product name list output key K2 is an operator for instructing the output of a list (product name list) of products subject to tax exemption. The tax exemption recounting key K3 is an operator for declaring the tax exemption recounting described later.

パスポートリーダ27は、パスポート(旅券)が保持する情報を読み取るリーダ装置である。本実施形態では、パスポートリーダ27は、パスポートに記載された文字列を光学的に読み取る光学文字認識(OCR:Optical Character Recognition)機能を有する。 The passport reader 27 is a reader device that reads information held by a passport (passport). In the present embodiment, the passport reader 27 has an optical character recognition (OCR) function for optically reading a character string written on the passport.

図7に示すように、POS端末2は、マイクロコンピュータ30を有している。マイクロコンピュータ30は、各種演算処理を実行し各部を制御するCPU31に、固定データを固定的に記憶保存するROM32と、可変データを書き換え自在に記憶してワークエリアとして使用されるRAM33とがバスライン34を介して接続されて構成されている。マイクロコンピュータ30は、情報処理を実行する情報処理部を構成する。 As shown in FIG. 7, the POS terminal 2 has a microcomputer 30. In the microcomputer 30, a ROM 32 that fixedly stores and stores fixed data and a RAM 33 that rewritably stores variable data and is used as a work area are bus lines in a CPU 31 that executes various arithmetic processes and controls each part. It is configured to be connected via 34. The microcomputer 30 constitutes an information processing unit that executes information processing.

RAM33には、後述する免税対象金額を集計する免税対象金額テーブルTが形成される。 The RAM 33 is formed with a tax exemption target amount table T that aggregates the tax exemption target amounts described later.

また、マイクロコンピュータ30には、前述したキーボード21、表示器22、プリンタ23、カードリーダ/ライタ24、コードスキャナ25、HDD26、パスポートリーダ27が、バスライン34を介して接続されている。キーボード21、表示器22、プリンタ23、カードリーダ/ライタ24、コードスキャナ25、HDD26、パスポートリーダ27は、マイクロコンピュータ30によって動作制御等される。 Further, the keyboard 21, the display 22, the printer 23, the card reader / writer 24, the code scanner 25, the HDD 26, and the passport reader 27 described above are connected to the microcomputer 30 via the bus line 34. The operation of the keyboard 21, the display 22, the printer 23, the card reader / writer 24, the code scanner 25, the HDD 26, and the passport reader 27 is controlled by the microcomputer 30.

さらに、POS端末2は、店舗内に設けられたネットワーク3を介して上位装置であるストアサーバ4とデータ通信をするための通信インタフェース(I/F)28を備えている。この通信インタフェース28もバスライン34に接続されている。 Further, the POS terminal 2 is provided with a communication interface (I / F) 28 for performing data communication with a store server 4 which is a higher-level device via a network 3 provided in the store. This communication interface 28 is also connected to the bus line 34.

ところで、POS端末2が備えるHDD26には、オペレーティングシステム、各種コンピュータプログラム、及び、各種データファイルが記憶されている。データファイルとしては、ストアサーバ4から配信される商品マスタファイルF1、免税区分ファイルF2及び免税設定値ファイルF3等がある。 By the way, the HDD 26 included in the POS terminal 2 stores an operating system, various computer programs, and various data files. The data files include a product master file F1 distributed from the store server 4, a tax exemption classification file F2, a tax exemption setting value file F3, and the like.

本実施形態のPOS端末2で実行されるオペレーティングシステムやコンピュータプログラムは、インストール可能な形式又は実行可能な形式のファイルでCD-ROM、フレキシブルディスク(FD)、CD-R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録されて提供される。 The operating system or computer program executed by the POS terminal 2 of the present embodiment is a file in an installable format or an executable format, and is a CD-ROM, a flexible disk (FD), a CD-R, or a DVD (Digital Versatile Disk). It is recorded and provided on a recording medium that can be read by a computer such as.

また、本実施形態のPOS端末2で実行されるオペレーティングシステムやコンピュータプログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成してもよい。また、本実施形態のPOS端末2で実行されるオペレーティングシステムやコンピュータプログラムをインターネット等のネットワーク経由で提供又は配布するように構成してもよい。 Further, the operating system or computer 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 downloading via the network. .. Further, the operating system or computer program executed by the POS terminal 2 of the present embodiment may be configured to be provided or distributed via a network such as the Internet.

また、本実施形態のPOS端末2で実行されるオペレーティングシステムやコンピュータプログラムを、ROM等に予め組み込んで提供するように構成してもよい。 Further, the operating system or computer program executed by the POS terminal 2 of the present embodiment may be configured to be provided by incorporating it into a ROM or the like in advance.

本実施形態にかかるPOS端末2のマイクロコンピュータ30(以下においては、POS端末2という)がコンピュータプログラムに従うことにより実行する処理について説明する。 A process executed by the microcomputer 30 of the POS terminal 2 according to the present embodiment (hereinafter referred to as the POS terminal 2) according to a computer program will be described.

図8は、POS端末2の機能構成を示す機能ブロック図である。図8に示すように、本実施形態にかかるPOS端末2で実行されるコンピュータプログラムは、後述する各部(入力手段301、販売登録手段302、免税宣言手段303、判定手段304、読取手段305、表示手段306、加算手段307、基準金額判定手段308、免税手段309、印字手段310)を含むモジュール構成となっている。実際のハードウェアとしてはCPU31がHDD26からコンピュータプログラムを読み出して実行することにより、上記各部がRAM33上に生成されるようになっている。 FIG. 8 is a functional block diagram showing a functional configuration of the POS terminal 2. As shown in FIG. 8, the computer program executed by the POS terminal 2 according to the present embodiment includes each part (input means 301, sales registration means 302, tax exemption declaration means 303, determination means 304, reading means 305, display) described later. It has a modular configuration including means 306, addition means 307, reference amount determination means 308, tax exemption means 309, and printing means 310). As actual hardware, the CPU 31 reads a computer program from the HDD 26 and executes it, so that each of the above parts is generated on the RAM 33.

入力手段301は、商品コード及び販売数量を入力する。販売登録手段302は、入力手段301により入力された商品コードに応じて商品マスタファイルF1を検索して得られる単価及び販売数量に基づき、販売対象の商品の登録金額を算出する販売登録処理を実行する。 The input means 301 inputs a product code and a sales quantity. The sales registration means 302 executes a sales registration process of calculating the registration amount of the product to be sold based on the unit price and the sales quantity obtained by searching the product master file F1 according to the product code input by the input means 301. do.

免税宣言手段303は、免税宣言キーK1や免税再集計キーK3の操作に応じて、免税取引の宣言を行う。判定手段304は、免税宣言手段303による免税取引の宣言があった場合、販売対象の商品について、商品マスタファイルF1の免税区分を参照することによって免税対象商品であるか否かを判定する。具体的に、判定手段304は、免税宣言の前に販売登録手段302によって販売登録処理を実行された商品及び当該宣言後に商品コードが入力された商品について、免税対象商品であるか否かを判定する。また、取引履歴に含まれた商品について、免税対象商品であるか否かを判定する。 The tax exemption declaration means 303 declares a tax exemption transaction in response to the operation of the tax exemption declaration key K1 and the tax exemption recounting key K3. When the tax exemption transaction is declared by the tax exemption declaration means 303, the determination means 304 determines whether or not the product to be sold is a tax exemption target product by referring to the tax exemption classification of the product master file F1. Specifically, the determination means 304 determines whether or not the product for which the sales registration process has been executed by the sales registration means 302 before the tax exemption declaration and the product for which the product code has been input after the declaration are tax exempt products. do. In addition, it is determined whether or not the product included in the transaction history is a tax-exempt product.

読取手段305は、免税宣言手段303による免税取引の宣言があった場合、パスポートリーダ27と協働することで、パスポートに記載された文字列から所定の文字列を読み取る。ここで、読み取り対象の文字列は、免税制度にかかる法令に定められた記載すべき事項(記載事項)の一部又は全てに対応する情報である。かかる文字列としては、例えば、旅券番号、氏名、国籍、生年月日等が挙げられる。具体的に、読取手段305は、パスポートリーダ27で取得された文字列(情報)から、記載事項の項目名を検出し、この項目名に対応付けて記載された文字列をそれぞれ読み取る。なお、記載事項に対応する文字列がコード化(数値化)された状態でパスポートに記載されている場合、読取手段305は、読み取ったコードから文字列の復号を行うものとする。 When the tax exemption declaration means 303 declares a tax exemption transaction, the reading means 305 reads a predetermined character string from the character string written in the passport in cooperation with the passport reader 27. Here, the character string to be read is information corresponding to a part or all of the matters to be described (items to be described) stipulated in the laws and regulations related to the tax exemption system. Examples of such a character string include a passport number, a name, a nationality, a date of birth, and the like. Specifically, the reading means 305 detects the item name of the item to be described from the character string (information) acquired by the passport reader 27, and reads each of the character strings described in association with the item name. In addition, when the character string corresponding to the description item is described in the passport in a coded (quantified) state, the reading means 305 shall decode the character string from the read code.

表示手段306は、表示器22を制御することで、当該表示器22に各種の情報(画面)を表示させる。例えば、表示手段306は、販売登録処理にかかる操作画面を表示させる。また、表示手段306は、読取手段305がパスポートから所定の文字列を読み取った場合、当該文字列をオペレータに確認させるための確認画面を表示させる。また、表示手段306は、免税対象商品が危険物区分の商品である場合、ワーニング表示を行う。 The display means 306 controls the display 22 to display various information (screens) on the display 22. For example, the display means 306 displays an operation screen related to the sales registration process. Further, when the reading means 305 reads a predetermined character string from the passport, the display means 306 displays a confirmation screen for the operator to confirm the character string. Further, the display means 306 performs a warning display when the tax exemption target product is a product in the dangerous goods category.

加算手段307は、判定手段304により免税対象商品であると判定した場合に、当該免税対象商品の登録金額を免税対象金額として加算する。基準金額判定手段308は、加算手段307により加算された免税対象金額が予め決められた基準金額を満たしているか否かを判定する。免税手段309は、基準金額判定手段308により基準金額を満たしていると判定した場合、免税対象金額にかかる税金を免除する免税処理を行う。 When the determination means 304 determines that the product is a tax exemption target product, the addition means 307 adds the registered amount of the tax exemption target product as the tax exemption target amount. The reference amount determination means 308 determines whether or not the tax exemption target amount added by the addition means 307 satisfies a predetermined reference amount. When the tax exemption means 309 determines that the reference amount is satisfied by the reference amount determination means 308, the tax exemption means 309 performs a tax exemption process for exempting the tax on the tax exemption target amount.

印字手段310は、プリンタ23を制御することで、当該プリンタ23に各種の情報を印字させる。例えば、印字手段310は、販売登録処理にかかる商品の明細を含み、その取引の取引番号等が記載された書類(レシート)を印字させる。また、印字手段310は、免税手段309による免税処理を実行した場合に、当該免税処理にかかる商品の明細を含み、免税制度にかかる法令に定められた記載すべき事項の全部又は一部が記載された書類を印字させる。また、印字手段310は、免税手段309による免税処理の実行時に、品名リスト出力キーK2の操作を受け付けると、名税の対象となった商品の商品名とその数量とを記載した品名リストを印字させる。 The printing means 310 controls the printer 23 to print various information on the printer 23. For example, the printing means 310 prints a document (receipt) including the details of the product related to the sales registration process and describing the transaction number and the like of the transaction. In addition, the printing means 310 includes the details of the goods related to the tax exemption processing when the tax exemption processing is executed by the tax exemption means 309, and describes all or part of the matters to be described as stipulated in the laws and regulations related to the tax exemption system. Have the printed documents printed. Further, when the printing means 310 receives the operation of the product name list output key K2 at the time of executing the tax exemption processing by the tax exemption means 309, the printing means 310 prints a product name list describing the product name and the quantity of the product subject to the name tax. Let me.

本実施形態にかかるPOS端末2は、概略的には、以下のような処理を実行する。 The POS terminal 2 according to the present embodiment roughly executes the following processing.

POS端末2(入力手段301)は、コードスキャナ25によりバーコードや二次元コード等の形態で各商品に付加された商品コードを読み取る。そして、POS端末2(販売登録手段302)は、読み取った商品コードに応じて商品マスタファイルF1を検索し、該当する商品コードに対応した商品情報を読み出して商品の単価等を取得する。また、POS端末2(販売登録手段302)は、購入対象となった商品の単価及び販売個数に基づき、これら商品の総額を算出する販売登録処理を実行する。 The POS terminal 2 (input means 301) reads the product code added to each product in the form of a bar code, a two-dimensional code, or the like by the code scanner 25. Then, the POS terminal 2 (sales registration means 302) searches the product master file F1 according to the read product code, reads the product information corresponding to the corresponding product code, and acquires the unit price of the product and the like. Further, the POS terminal 2 (sales registration means 302) executes a sales registration process for calculating the total amount of these products based on the unit price and the number of products sold.

その後、POS端末2(販売登録手段302)は、預/現計キー等の操作に応じて販売登録処理を終了すると、その取引での取引内容を取引履歴としてストアサーバ4に送信する。ストアサーバ4では、POS端末2から送信された取引履歴を受信すると、取引履歴DB1に格納する。また、POS端末2(印字手段310)は、預/現計キー等の操作に応じて販売登録処理を終了すると、その取引での取引内容を印字する印字処理を実行する。 After that, when the POS terminal 2 (sales registration means 302) completes the sales registration process in response to an operation such as a deposit / current accounting key, the POS terminal 2 transmits the transaction details of the transaction to the store server 4 as a transaction history. When the store server 4 receives the transaction history transmitted from the POS terminal 2, it stores it in the transaction history DB 1. Further, when the POS terminal 2 (printing means 310) finishes the sales registration process in response to the operation of the deposit / current account key or the like, the POS terminal 2 (printing means 310) executes a print process for printing the transaction contents in the transaction.

以下、POS端末2の動作について説明する。 Hereinafter, the operation of the POS terminal 2 will be described.

[通常免税処理]
まず、上記した販売登録処理の際に、免税宣言キーK1が操作された場合の動作を、通常免税処理として説明する。
[Normal tax exemption processing]
First, the operation when the tax exemption declaration key K1 is operated during the above-mentioned sales registration process will be described as a normal tax exemption process.

図9は、通常免税処理の流れを概略的に示すフローチャートである。なお、本処理の前提として、販売登録処理にかかる図10の商品登録画面G1が、表示器22に表示されているものとする。 FIG. 9 is a flowchart schematically showing the flow of normal tax exemption processing. As a premise of this processing, it is assumed that the product registration screen G1 of FIG. 10 related to the sales registration processing is displayed on the display 22.

まず、POS端末2(免税宣言手段303)は、販売登録処理の際に免税宣言キーK1の操作を待機する(ステップS1;No)。POS端末2(免税宣言手段303)は、免税宣言キーK1の操作を受け付けると(ステップS1;Yes)、免税取引の宣言があったと判断する。次いで、POS端末2(読取手段305)は、パスポートリーダ27を動作させ、パスポートから所定の文字列を読み取るまで待機する(ステップS2;No)。また、POS端末2(表示手段306)は、パスポートから所定の文字列を読み取るまでの間、表示器22の表示画面を商品登録画面G1(図10)から、ガイド画面G2(図11)に切り替える。 First, the POS terminal 2 (tax exemption declaration means 303) waits for the operation of the tax exemption declaration key K1 at the time of the sales registration process (step S1; No). When the POS terminal 2 (tax exemption declaration means 303) accepts the operation of the tax exemption declaration key K1 (step S1; Yes), it is determined that the tax exemption transaction has been declared. Next, the POS terminal 2 (reading means 305) operates the passport reader 27 and waits until a predetermined character string is read from the passport (step S2; No). Further, the POS terminal 2 (display means 306) switches the display screen of the display 22 from the product registration screen G1 (FIG. 10) to the guide screen G2 (FIG. 11) until the predetermined character string is read from the passport. ..

ここで、図11はガイド画面G2の一例を示す図である。図11に示すように、POS端末2(表示手段306)は、パスポートの読み取りを促すガイド画面G2を表示器22に表示させる。POS端末2のオペレータは、客(非居住者)から提示されたパスポートにおいて、免税制度にかかる事項が記載されたページを開き、当該ページをパスポートリーダ27に翳す。この動作に応じ、POS端末2(読取手段305)は、パスポートから所定の文字列を読み取る(ステップS2;Yes)。 Here, FIG. 11 is a diagram showing an example of the guide screen G2. As shown in FIG. 11, the POS terminal 2 (display means 306) causes the display 22 to display the guide screen G2 prompting the reading of the passport. The operator of the POS terminal 2 opens a page containing matters related to the tax exemption system in the passport presented by the customer (non-resident), and holds the page in the passport reader 27. In response to this operation, the POS terminal 2 (reading means 305) reads a predetermined character string from the passport (step S2; Yes).

続いて、POS端末2(表示手段306)は、ステップS2で読み取られた文字列を確認させるために、表示器22の表示画面を確認画面G3(図12)に切り替える(ステップS3)。 Subsequently, the POS terminal 2 (display means 306) switches the display screen of the display 22 to the confirmation screen G3 (FIG. 12) in order to confirm the character string read in step S2 (step S3).

図12に示すように、確認画面G3には、ステップS2で読み取られた文字列が項目(事項)毎に表示される。図12では、パスポートに記載された項目のうち、旅券番号、氏名、国籍、生年月日の項目の文字列を読み取る場合の例を示している。 As shown in FIG. 12, on the confirmation screen G3, the character string read in step S2 is displayed for each item (item). FIG. 12 shows an example of reading the character strings of the passport number, name, nationality, and date of birth among the items described in the passport.

ここで、確認画面G3の各項目には、削除ボタンB1が対応付けて設けられている。POS端末2は、この削除ボタンB1の操作を受け付けると(ステップS4;Yes)、対応する項目について読み取られた文字列を削除し(ステップS5)、ステップS3に戻る。例えば、ステップS2で読み取られた各項目の文字列のうち、何れかの項目の文字列に誤りがあるような場合、削除ボタンB1を操作することで誤りのある文字列を削除することができる。なお、POS端末2(表示手段306)は、ステップS5で削除された項目の文字列を空とした確認画面G3を表示する。 Here, each item of the confirmation screen G3 is provided with a delete button B1 in association with each other. When the POS terminal 2 receives the operation of the delete button B1 (step S4; Yes), the POS terminal 2 deletes the character string read for the corresponding item (step S5), and returns to step S3. For example, if there is an error in the character string of any of the items read in step S2, the erroneous character string can be deleted by operating the delete button B1. .. The POS terminal 2 (display means 306) displays a confirmation screen G3 in which the character string of the item deleted in step S5 is emptied.

また、確認画面G3には、本実施形態の確認受付手段に対応する確定ボタンB2、再読取ボタンB3、キャンセルボタンB4が表示される。POS端末2は、再読取ボタンB3の操作を受け付けると(ステップS4;No→ステップS6;Yes)、ステップS2に処理を戻すことで、パスポートから文字列の読み取りを再度行う。なお、前回読み取られた文字列は、再読取ボタンB3の操作に伴い削除されるものとする。 Further, on the confirmation screen G3, a confirmation button B2, a reread button B3, and a cancel button B4 corresponding to the confirmation receiving means of the present embodiment are displayed. When the POS terminal 2 receives the operation of the reread button B3 (step S4; No → step S6; Yes), the POS terminal 2 returns the process to step S2 to read the character string from the passport again. It is assumed that the character string read last time is deleted by the operation of the reread button B3.

また、POS端末2は、キャンセルボタンB4の操作を受け付けると(ステップS4;No→ステップS6;No→ステップS7;Yes)、読み取られた文字列を全て削除し(ステップS8)、販売登録処理に戻る。なお、キャンセルボタンB4の操作に伴い、POS端末2(表示手段306)は、表示器22の表示画面を確認画面G3から商品登録画面G1に戻すものとする。 Further, when the POS terminal 2 receives the operation of the cancel button B4 (step S4; No → step S6; No → step S7; Yes), all the read character strings are deleted (step S8), and the sales registration process is performed. return. The POS terminal 2 (display means 306) returns the display screen of the display 22 from the confirmation screen G3 to the product registration screen G1 in accordance with the operation of the cancel button B4.

また、POS端末2は、確定ボタンB2の操作を受け付けると(ステップS4;No→ステップS6;No→ステップS7;No→ステップS9;Yes)、読み取られた文字列を保持したまま、ステップS10に移行する。なお、POS端末2は、確認画面G3において、何れかのボタンが操作されるまで待機を行うものとする(ステップS4;No→ステップS6;No→ステップS7;No→ステップS9;No)。 Further, when the POS terminal 2 receives the operation of the confirmation button B2 (step S4; No → step S6; No → step S7; No → step S9; Yes), the POS terminal 2 goes to step S10 while holding the read character string. Transition. The POS terminal 2 shall wait until any button is operated on the confirmation screen G3 (step S4; No → step S6; No → step S7; No → step S9; No).

ステップS10において、POS端末2は、表示器22の表示画面を商品登録画面G4(図13)に切り替え(ステップS10)、免税処理を実行する(ステップS11)。 In step S10, the POS terminal 2 switches the display screen of the display 22 to the product registration screen G4 (FIG. 13) (step S10), and executes the tax exemption process (step S11).

図13に示すように、確認画面G3表示(免税宣言)後の商品登録画面G4には、免税インジケータIが表示されている。POS端末2は、このように商品登録画面G4に免税インジケータIを表示することにより、免税宣言取引であることを操作者に報知する。なお、国籍選択後(免税宣言後)の商品登録画面G4に表示される登録商品は、免税宣言前の表示のままである。 As shown in FIG. 13, the tax exemption indicator I is displayed on the product registration screen G4 after the confirmation screen G3 is displayed (tax exemption declaration). By displaying the tax exemption indicator I on the product registration screen G4 in this way, the POS terminal 2 notifies the operator that the transaction is a tax exemption declaration transaction. The registered product displayed on the product registration screen G4 after the nationality is selected (after the tax exemption declaration) remains the same as the display before the tax exemption declaration.

ここで、ステップS11の免税処理について説明する。 Here, the tax exemption processing in step S11 will be described.

まず、POS端末2(判定手段304)は、既に登録済みの登録商品について、商品マスタファイルF1の免税区分コードを参照することによって、免税対象となる免税対象商品を判定する。免税対象商品が存在する場合、POS端末2(加算手段307)は、免税対象となる登録商品グループ(一般物品グループ・消耗品グループ)毎の免税対象金額の免税対象金額テーブルTへの加算処理を行う。 First, the POS terminal 2 (determination means 304) determines the tax exemption target product to be tax exempt by referring to the tax exemption classification code of the product master file F1 for the already registered registered product. When the tax exemption target product exists, the POS terminal 2 (addition means 307) adds the tax exemption target amount to the tax exemption target amount table T for each registered product group (general goods group / consumables group) to be tax exempt. conduct.

免税対象商品の税種別による対応は、以下の様に行う。 The tax exemption products will be handled as follows according to the tax type.

免税対象となる登録商品が内税の場合、POS端末2は、登録金額の内税抜金額を免税対象金額として免税対象金額テーブルTへ加算する。より詳細には、POS端末2は、内税商品の場合、免税前登録金額と免税後登録金額との差額を免税額とする。
・免税前単価1080円-免税後単価1000円→免税額80円
When the registered product subject to tax exemption is tax-exempt, the POS terminal 2 adds the tax-excluded amount of the registered amount to the tax-exempt amount table T as the tax-exempt amount. More specifically, in the case of a tax-included product, the POS terminal 2 uses the difference between the pre-tax exemption registration amount and the post-tax exemption registration amount as the tax exemption amount.
・ Unit price before tax exemption 1080 yen-Unit price after tax exemption 1000 yen → Tax exemption amount 80 yen

免税対象となる登録商品が外税の場合、POS端末2は、登録金額を免税対象金額として免税対象金額テーブルTへ加算する。より詳細には、POS端末2は、外税商品の場合、登録金額に対する外税額を免税額とする。 When the registered product subject to tax exemption is tax exempt, the POS terminal 2 adds the registered amount to the tax exemption target amount table T as the tax exemption target amount. More specifically, in the case of a tax-exempt product, the POS terminal 2 exempts the tax-exempt amount from the registered amount.

なお、免税対象となる登録商品が非課税の場合、POS端末2は、登録金額を免税対象金額として免税対象金額テーブルTへは加算しない。 If the registered product subject to tax exemption is tax exempt, the POS terminal 2 does not add the registered amount to the tax exemption amount table T as the tax exemption amount.

次に、POS端末2(基準金額判定手段308)は、免税対象金額テーブルTの免税対象金額が免税設定値ファイルF3の設定値(基準金額)を満たしているか否かを判定する。本実施形態の免税設定値ファイルF3においては、食料品、飲料類、薬品類、化粧品類、その他の消耗品についての設定値は、5千円~50万円である。また、一般物品(消耗品以外の通常生活の用に供する物品)についての設定値は、1万円を超える額である。 Next, the POS terminal 2 (reference amount determination means 308) determines whether or not the tax exemption target amount in the tax exemption target amount table T satisfies the set value (reference amount) of the tax exemption setting value file F3. In the tax exemption setting value file F3 of the present embodiment, the setting values for foods, beverages, medicines, cosmetics, and other consumables are 5,000 to 500,000 yen. In addition, the set value for general goods (goods used for normal life other than consumables) is an amount exceeding 10,000 yen.

POS端末2は、消耗品についての免税対象金額が設定値(5千円~50万円)を満たしていると判定した場合、免税対象金額にかかる税金を免除する免税処理を行う。また、POS端末2(免税手段309)は、一般物品(消耗品以外の通常生活の用に供する物品)についての免税対象金額が設定値(1万円を超える額)を満たしていると判定した場合、免税対象金額にかかる税金を免除する免税処理を行う。 When the POS terminal 2 determines that the tax exemption target amount for consumables satisfies the set value (5,000 to 500,000 yen), the POS terminal 2 performs tax exemption processing for exempting the tax on the tax exemption target amount. In addition, the POS terminal 2 (tax exemption means 309) has determined that the tax exemption amount for general goods (goods used for normal life other than consumables) satisfies the set value (amount exceeding 10,000 yen). In that case, tax exemption processing is performed to exempt the tax on the tax exemption amount.

なお、POS端末2は、免税対象金額テーブルTの消耗品についての免税対象金額が設定値の上限値(50万円)を超えている場合には、表示器22にエラー表示を行う。 When the tax exemption target amount for the consumables in the tax exemption target amount table T exceeds the upper limit of the set value (500,000 yen), the POS terminal 2 displays an error on the display 22.

ここで、図14、図15はエラー画面の一例を示す図である。図14に示すように、免税宣言キーK1の操作による免税宣言時においては、POS端末2は、エラー画面G5として、「免税上限値をオーバーしています。商品の取消をして下さい。オーバー金額 XX,XXX円」と表示する。また、図15に示すように、免税宣言キーK1の操作による免税宣言後の販売登録処理の際においては、POS端末2は、エラー画面G6として、「免税上限値をオーバーしています。この商品は登録出来ません。オーバー金額 XX,XXX円」と表示する。なお、POS端末2は、キーボード21のクリアキーの操作があった場合には、エラー画面を消去する。 Here, FIGS. 14 and 15 are diagrams showing an example of an error screen. As shown in FIG. 14, when the tax exemption is declared by operating the tax exemption declaration key K1, the POS terminal 2 displays the error screen G5 as "The tax exemption upper limit has been exceeded. Please cancel the product. Over amount. XX, XXX yen "is displayed. Further, as shown in FIG. 15, in the sales registration process after the tax exemption declaration by operating the tax exemption declaration key K1, the POS terminal 2 displays the error screen G6 and "exceeds the tax exemption upper limit value. This product. Cannot be registered. Over amount XX, XXX yen "is displayed. The POS terminal 2 erases the error screen when the clear key of the keyboard 21 is operated.

免税処理の実行後(ステップS11)、POS端末2は、商品登録画面の再表示を行う(ステップS12)。ここで、図16は再表示後の商品登録画面G7の一例を示す図である。図16に示すように、再表示後の商品登録画面G7は、税額を免税処理による税金の免除により「0円」とする。また、図16に示すように、再表示後の商品登録画面G7は、合計表示金額を免税処理後の金額とする。さらに、再表示後の商品登録画面G7は、免税対象済商品、つまり免税処理を施した商品に「免」という文字を表示する。 After executing the tax exemption process (step S11), the POS terminal 2 redisplays the product registration screen (step S12). Here, FIG. 16 is a diagram showing an example of the product registration screen G7 after redisplay. As shown in FIG. 16, the product registration screen G7 after redisplay sets the tax amount to "0 yen" by exemption from tax by tax exemption processing. Further, as shown in FIG. 16, the product registration screen G7 after redisplay uses the total displayed amount as the amount after tax exemption processing. Further, the product registration screen G7 after the redisplay displays the characters "exemption" on the tax-exempt products, that is, the products that have been subjected to the tax exemption processing.

加えて、POS端末2(表示手段306)は、商品マスタファイルF1を参照して免税対象商品に危険物区分の商品がある場合には(ステップS13;Yes)、表示器22にワーニング画面をポップアップ表示する(ステップS14)。ここで、図17はワーニング画面G8の一例を示す図である。図17に示すように、POS端末2は、ワーニング画面G8として、例えば「スプレー類は、航空機への持ち込みが禁止されております。」と表示する。なお、POS端末2は、キーボード21のクリアキーの操作があった場合には、ワーニング画面G8を消去する。 In addition, the POS terminal 2 (display means 306) pops up a warning screen on the display 22 when the tax exemption target product includes a dangerous goods category product (step S13; Yes) with reference to the product master file F1. Display (step S14). Here, FIG. 17 is a diagram showing an example of the warning screen G8. As shown in FIG. 17, the POS terminal 2 displays, for example, "Sprays are prohibited from being brought into the aircraft" as the warning screen G8. The POS terminal 2 erases the warning screen G8 when the clear key of the keyboard 21 is operated.

上述のようにして販売登録処理の際にキーボード21の免税宣言キーK1の操作があった場合、以後の販売登録処理において販売登録された登録商品についてもステップS11の免税処理以降の処理が実行される。 When the tax exemption declaration key K1 on the keyboard 21 is operated during the sales registration process as described above, the process after the tax exemption process in step S11 is executed for the registered products registered for sale in the subsequent sales registration process. To.

その後、POS端末2は、販売登録処理において預/現計キーの操作を受け付けると、取引内容を示す販売データを生成し、ストアサーバ4に送信することで取引履歴として取引履歴DB1に格納する。また、POS端末2(印字手段310)は、印字処理を実行する。なお、販売登録処理において免税処理を実行した場合、POS端末2は、送信する取引履歴のフラグの値を、免税処理済を示す“1”に設定する。また、販売登録処理において免税処理を実行しなかった場合、POS端末2は、取引履歴(販売データ)のフラグの値を、免税処理の未実行を表す“0”に設定する。 After that, when the POS terminal 2 receives the operation of the deposit / current account key in the sales registration process, the POS terminal 2 generates sales data indicating the transaction content, sends it to the store server 4, and stores it in the transaction history DB 1 as a transaction history. Further, the POS terminal 2 (printing means 310) executes a printing process. When the tax exemption process is executed in the sales registration process, the POS terminal 2 sets the value of the flag of the transaction history to be transmitted to "1" indicating that the tax exemption process has been completed. When the tax exemption process is not executed in the sales registration process, the POS terminal 2 sets the value of the flag of the transaction history (sales data) to "0" indicating that the tax exemption process has not been executed.

本実施形態の印字処理においては、免税処理を行った取引の場合、例えば購入誓約書を1枚、購入記録票を2枚、レシートを1枚印字する。また、POS端末2は、ジャーナル印字も実行する。 In the printing process of the present embodiment, in the case of a tax-free transaction, for example, one purchase pledge, two purchase record slips, and one receipt are printed. The POS terminal 2 also executes journal printing.

まず、購入誓約書について説明する。ここで、図18は購入誓約書R1の一例を示す図である。購入誓約書R1は、免税物品の購入の事実を記載した書類である。購入誓約書R1は、免税店を経営する事業者に対し、店舗控えとして書類(購入者誓約書)に添付されて提出される。 First, the purchase pledge will be explained. Here, FIG. 18 is a diagram showing an example of the purchase pledge R1. The purchase pledge R1 is a document stating the fact of purchase of duty-free goods. The purchase pledge R1 is submitted to the business operator who manages the duty-free shop as a copy of the shop by attaching it to a document (purchaser pledge).

図18に示すように、購入誓約書R1は、免税店を経営する事業者の氏名又は名称a、所轄税務署名b、免税店の店舗所在地c、取引年月日d、取引番号e、レジ番号f、商品の明細(品名g、品名ごとの数量及び価格h)、全物品の合計額i、一般物品と消耗品とのそれぞれの合計額j、免税額kを含む。 As shown in FIG. 18, the purchase pledge R1 contains the name or name a of the business operator who manages the duty-free shop, the jurisdiction tax signature b, the store location c of the duty-free shop, the transaction date d, the transaction number e, and the cash register number. f, the details of the product (product name g, quantity and price h for each product name), the total amount i of all the products, the total amount j of the general goods and the consumables, and the tax exemption amount k.

また、購入誓約書R1は、確認画面G3で確認された各項目の文字列を印字するための欄を有する。具体的に、購入誓約書R1には、下記の項目について確認画面G3で確認された文字列が印字される。
・旅券番号 …l
・購入者の国籍 …m
・購入者の氏名 …n
・購入者の生年月日 …o
Further, the purchase pledge R1 has a column for printing a character string of each item confirmed on the confirmation screen G3. Specifically, the character string confirmed on the confirmation screen G3 for the following items is printed on the purchase pledge R1.
・ Passport number ... l
・ Purchaser's nationality ... m
・ Purchaser's name ... n
・ Purchaser's date of birth… o

なお、確認画面G3で削除ボタンB1の操作により削除された項目(文字列)については、その項目名のみを印字し、書類(購入誓約書)上において直接記入するものとする。また、購入誓約書R1のレイアウトは、図18の例に限らないものとする。例えば、購入後において輸出することを誓約する旨(消耗品の場合、購入した日から30日以内に輸出することを誓約する旨)や、購入者の署名欄等を印字してもよい。 For the item (character string) deleted by the operation of the delete button B1 on the confirmation screen G3, only the item name shall be printed and directly entered on the document (purchase pledge). Further, the layout of the purchase pledge R1 is not limited to the example of FIG. For example, a pledge to export after purchase (in the case of consumables, a pledge to export within 30 days from the date of purchase), a purchaser's signature line, or the like may be printed.

次に、購入記録票について説明する。ここで、図19は購入記録票R2の一例を示す図である。購入記録票R2は、免税物品の購入の事実を記載した書類である。図19に示す購入記録票R2は、書類(購入記録票)に対する添付用及び店舗控え用として2枚印字される。添付用の購入記録票R2は、書類(購入記録票)に貼り付けられる。この書類(購入記録票)は、旅券に貼り付けて割印される。 Next, the purchase record slip will be described. Here, FIG. 19 is a diagram showing an example of the purchase record slip R2. The purchase record slip R2 is a document describing the fact of purchase of duty-free goods. Two purchase record slips R2 shown in FIG. 19 are printed as an attachment to a document (purchase record slip) and as a store copy. The attached purchase record slip R2 is attached to a document (purchase record slip). This document (purchase record slip) will be affixed to your passport and stamped.

図19に示すように、購入記録票R2は、免税店を経営する事業者の氏名又は名称a、所轄税務署名b、免税店の店舗所在地c、取引年月日d、取引番号e、レジ番号f、商品の明細(品名g、品名ごとの数量及び価格h)、全物品の合計額i、一般物品と消耗品とのそれぞれの合計額j、免税額kを含む。 As shown in FIG. 19, the purchase record slip R2 has the name or name a of the business operator who manages the duty-free shop, the jurisdiction tax signature b, the store location c of the duty-free shop, the transaction date d, the transaction number e, and the cash register number. f, the details of the product (product name g, quantity and price h for each product name), the total amount i of all the products, the total amount j of the general goods and the consumables, and the tax exemption amount k.

また、購入記録票R2は、確認画面G3で確認された各項目の文字列を印字するための欄を有する。具体的に、購入記録票R2には、下記の項目について確認画面G3で確認された文字列が印字される。
・旅券番号 …l
・購入者の国籍 …m
・購入者の氏名 …n
・購入者の生年月日 …o
Further, the purchase record slip R2 has a column for printing a character string of each item confirmed on the confirmation screen G3. Specifically, the character string confirmed on the confirmation screen G3 for the following items is printed on the purchase record slip R2.
・ Passport number ... l
・ Purchaser's nationality ... m
・ Purchaser's name ... n
・ Purchaser's date of birth… o

なお、確認画面G3で削除ボタンB1の操作により削除された項目(文字列)については、購入誓約書R1と同様、その項目名のみを印字し、書類(購入記録票)上において直接記入するものとする。また、購入記録票R2のレイアウトは、図19の例に限らないものとする。 For items (character strings) deleted by operating the delete button B1 on the confirmation screen G3, only the item name is printed and entered directly on the document (purchase record slip), as in the case of the purchase pledge R1. And. Further, the layout of the purchase record slip R2 is not limited to the example of FIG.

次に、レシートについて説明する。ここで、図20はレシートR3の一例を示す図である。レシートR3は、取引後に購入者に渡される。 Next, the receipt will be described. Here, FIG. 20 is a diagram showing an example of receipt R3. Receipt R3 is given to the purchaser after the transaction.

図20に示すように、レシートR3は、免税店を経営する事業者の氏名又は名称a、取引年月日d、取引番号e、レジ番号f、商品の明細(品名g、品名ごとの数量及び価格h)、全物品の合計額iを含む。なお、図20に示すように、免税対象済商品の場合には、税印字として「免」pが印字される。また、図20に示すように、免税取引の場合には、免税メッセージ「免税取引が行われました。」qがレシートR3に印字される。 As shown in FIG. 20, the receipt R3 includes the name or name a of the business operator who manages the duty-free shop, the transaction date d, the transaction number e, the cash register number f, the product details (product name g, the quantity for each product name, and the quantity). Price h), including the total amount i of all goods. As shown in FIG. 20, in the case of tax-exempt products, "exemption" p is printed as tax printing. Further, as shown in FIG. 20, in the case of tax exemption transaction, the tax exemption message "tax exemption transaction has been performed." Q is printed on the receipt R3.

なお、本実施形態のPOS端末2は、購入記録票R2及びレシートR3に対応するジャーナル印字を実行する。このとき、POS端末2は、レシートR3に対応するジャーナルに、確認画面G3で確認された項目の全て又は一部の文字列を印字する。 The POS terminal 2 of the present embodiment executes journal printing corresponding to the purchase record slip R2 and the receipt R3. At this time, the POS terminal 2 prints all or a part of the character strings of the items confirmed on the confirmation screen G3 on the journal corresponding to the receipt R3.

このように、POS端末2は、パスポートリーダ27を用いてパスポートから所定の文字列を読み取り、この読み取った文字列をオペレータに確認させるため、確認画面G3に表示する。そして、POS端末2は、オペレータによる確認後、確認画面G3に表示された文字列を購入誓約書等の書類に印字する。これにより、本実施形態のPOS端末2によれば、商品購入毎の購入者誓約書や購入記録票に対する記入等の煩雑な手続きが不要となるため、免税にかかる手続きを効率的に行うことができる。 In this way, the POS terminal 2 reads a predetermined character string from the passport using the passport reader 27, and displays the read character string on the confirmation screen G3 in order to have the operator confirm the read character string. Then, after the confirmation by the operator, the POS terminal 2 prints the character string displayed on the confirmation screen G3 on a document such as a purchase pledge. As a result, according to the POS terminal 2 of the present embodiment, complicated procedures such as filling in the purchaser's pledge and purchase record slip for each product purchase are not required, so that the tax exemption procedure can be efficiently performed. can.

また、POS端末2は、免税区分単位(消耗品、一般物品)に免税基準金額(消耗品:5000円、一般物品:10000円)を超えた場合に免税処理を自動的に行う。これにより、本実施形態のPOS端末2によれば、オペレータ判断での免税登録操作が不要となるとともに、免税制度の改正に対応した商品の販売登録処理を実行することができる。 Further, the POS terminal 2 automatically performs tax exemption processing when the tax exemption standard amount (consumables: 5000 yen, general goods: 10,000 yen) exceeds the tax exemption classification unit (consumables, general goods). As a result, according to the POS terminal 2 of the present embodiment, the tax exemption registration operation at the operator's discretion becomes unnecessary, and the sales registration process of the product corresponding to the revision of the tax exemption system can be executed.

また、POS端末2(印字手段310)は、品名リスト出力キーK2の操作を受け付けると、免税の対象とした商品の品名リストを出力するための印字処理(リスト印字処理)を実行する。ここで、品名リスト出力キーK2の操作を受け付けるタイミングは特に問わないものとする。例えば、販売登録処理の最中に品名リスト出力キーK2の操作を受け付けた場合、POS端末2(印字手段310)は、上述した印字処理とともにリスト印字処理を実行する。また、販売登録処理の処理外で品名リスト出力キーK2の操作を受け付けた場合、POS端末2(印字手段310)は、リスト印字処理の対象となる取引の取引番号等を入力させた後、リスト印字処理を実行する。 Further, when the POS terminal 2 (printing means 310) receives the operation of the product name list output key K2, the POS terminal 2 (printing means 310) executes a printing process (list printing process) for outputting the product name list of the product subject to tax exemption. Here, the timing of accepting the operation of the product name list output key K2 is not particularly limited. For example, when the operation of the product name list output key K2 is accepted during the sales registration process, the POS terminal 2 (printing means 310) executes the list print process together with the above-mentioned print process. Further, when the operation of the product name list output key K2 is accepted outside the sales registration processing, the POS terminal 2 (printing means 310) inputs the transaction number and the like of the transaction to be the target of the list printing processing, and then lists. Execute the print process.

本実施形態のリスト印字処理では、品名リストを1枚印字する。ここで、図21は品名リストR4の一例を示す図である。品名リストR4は、免税処理の対象となった商品を列挙した書類である。品名リストR4は、免税処理の対象となった商品を包装する袋又は箱に添付される。 In the list printing process of this embodiment, one product name list is printed. Here, FIG. 21 is a diagram showing an example of the product name list R4. The product name list R4 is a document listing the products subject to tax exemption processing. The product name list R4 is attached to the bag or box that wraps the product subject to tax exemption processing.

図21に示すように、品名リストR4は、免税店を経営する事業者の氏名又は名称a、免税処理の対象となった商品の品名g、品名ごとの数量及び価格hを含む。なお、免税処理の対象となった商品のうち、消耗品のみを品名リストR4に印字する形態としてもよい。この場合、商品が消耗品か否かの判別は、商品マスタファイルF1や免税区分ファイルF2の免税区分コードに基づいて行うものとする。また、POS端末2がラベルプリンタを別途備える場合、POS端末2(印字手段310)は、当該ラベルプリンタを用いて品名リストR4を印字する形態としてもよい。 As shown in FIG. 21, the product name list R4 includes the name or name a of the business operator who manages the duty-free shop, the product name g of the product subject to tax exemption processing, and the quantity and price h for each product name. Of the products subject to tax exemption processing, only consumables may be printed on the product name list R4. In this case, it is determined whether or not the product is a consumable item based on the tax exemption classification code of the product master file F1 or the tax exemption classification file F2. When the POS terminal 2 separately includes a label printer, the POS terminal 2 (printing means 310) may be in a form of printing the product name list R4 using the label printer.

このように、POS端末2によれば、品名リスト出力キーK2の操作に応じて、免税の対象となった商品の品名リストを出力することができる。これにより、本実施形態のPOS端末2によれば、免税の対象となった商品の包装に品名を示すことが法令により定められている場合に、品名リストを容易に発行することができるため、免税にかかる手続きを効率的に行うことができる。 In this way, according to the POS terminal 2, the product name list of the product subject to tax exemption can be output in response to the operation of the product name list output key K2. As a result, according to the POS terminal 2 of the present embodiment, when it is required by law to indicate the product name on the packaging of the product subject to tax exemption, the product name list can be easily issued. The tax exemption procedure can be carried out efficiently.

[免税再集計処理]
次に、免税再集計キーK3が操作された場合の動作を、免税再集計処理として説明する。
[Tax-free recount processing]
Next, the operation when the tax exemption recounting key K3 is operated will be described as the tax exemption recounting process.

図22は、免税再集計処理の流れを概略的に示すフローチャートである。まず、POS端末2(免税宣言手段303)は、販売登録処理の非実行時において、免税再集計キーK3の操作を待機する(ステップS21;No)。POS端末2(免税宣言手段303)は、免税再集計キーK3の操作を受け付けると(ステップS21;Yes)、免税取引の宣言があったと判断する。次いで、POS端末2は、ステップS22~S29の処理を行うことで、記載事項に対応する文字列をパスポートから読み取る。ステップS22~S29の処理は、上述したステップS2~S9と同様の処理であるため説明を省略する。なお、確認画面G3においてキャンセルボタンB4が操作された場合(ステップS27;Yes)、POS端末2は、パスポートから読み取った全ての文字列を削除した後(ステップS28)、本処理を終了する。 FIG. 22 is a flowchart schematically showing the flow of the tax exemption reaggregation process. First, the POS terminal 2 (tax exemption declaration means 303) waits for the operation of the tax exemption recounting key K3 when the sales registration process is not executed (step S21; No). When the POS terminal 2 (tax exemption declaration means 303) accepts the operation of the tax exemption recounting key K3 (step S21; Yes), it is determined that the tax exemption transaction has been declared. Next, the POS terminal 2 reads the character string corresponding to the description items from the passport by performing the processes of steps S22 to S29. Since the processes of steps S22 to S29 are the same as the processes of steps S2 to S9 described above, the description thereof will be omitted. When the cancel button B4 is operated on the confirmation screen G3 (step S27; Yes), the POS terminal 2 ends this process after deleting all the character strings read from the passport (step S28).

続くステップS30において、POS端末2(表示手段306)は、免税再集計画面G9を表示器22に表示する(ステップS30)。 In the following step S30, the POS terminal 2 (display means 306) displays the tax exemption recount screen G9 on the display 22 (step S30).

ここで、図23、図24は免税再集計画面の一例を示す図である。図23に示すように、POS端末2(表示手段306)は、処理の対象となる取引の指定を促すメッセージを含んだ免税再集計画面G9を表示器22に表示させる。 Here, FIGS. 23 and 24 are diagrams showing an example of the tax exemption recount screen. As shown in FIG. 23, the POS terminal 2 (display means 306) causes the display 22 to display the tax exemption recount screen G9 including a message prompting the designation of the transaction to be processed.

POS端末2は、免税再集計画面G9のバックグラウンドにおいて、処理の対象となる取引(取引番号)が指定されるまで待機する(ステップS31;No→ステップS35;No)。ここで、取引の指定方法は特に問わないものとする。例えば、POS端末2は、コードスキャナ25やパスポートリーダ27等を介して、レシートR3等から取引番号を読み取ることで、取引の指定を受け付ける形態としてもよい。また、POS端末2は、キーボード21を介して入力される取引番号に基づき、取引の指定を受け付ける形態としてもよい。 The POS terminal 2 waits until the transaction (transaction number) to be processed is specified in the background of the tax exemption recount screen G9 (step S31; No → step S35; No). Here, the method of designating the transaction is not particularly limited. For example, the POS terminal 2 may be in a form of accepting a transaction designation by reading a transaction number from a receipt R3 or the like via a code scanner 25, a passport reader 27, or the like. Further, the POS terminal 2 may be in a form of accepting a transaction designation based on a transaction number input via the keyboard 21.

POS端末2は、取引番号の指定を受け付けると(ステップS31;Yes)、その取引番号に対応する取引履歴をストアサーバ4の取引履歴DB1から読み出す(ステップS32)。次いで、POS端末2は、取引履歴DB1から読み出した取引履歴に基づき、免税の適用にかかる条件を満たすか否かを判定する(ステップS33)。 When the POS terminal 2 receives the designation of the transaction number (step S31; Yes), the POS terminal 2 reads the transaction history corresponding to the transaction number from the transaction history DB 1 of the store server 4 (step S32). Next, the POS terminal 2 determines whether or not the conditions for applying the tax exemption are satisfied based on the transaction history read from the transaction history DB 1 (step S33).

ステップS33の条件判定では、例えば、以下に示す各条件について判定を行う。第1の条件としては、取引履歴DB1から読み出した取引履歴のフラグが“0”であることが挙げられる。第2の条件としては、取引履歴に免税対象の商品が含まれることが挙げられる。第3の条件としては、先に読み出した取引履歴の取引年月日と同一の取引年月日であることが挙げられる。第4の条件としては、指定された全取引に含まれる免税対象の商品の合計金額(免税対象金額)が、免税設定値ファイルF3の設定値を満たすことが挙げられる。 In the condition determination in step S33, for example, determination is performed for each of the following conditions. The first condition is that the flag of the transaction history read from the transaction history DB1 is "0". The second condition is that the transaction history includes products subject to tax exemption. The third condition is that the transaction date is the same as the transaction date of the previously read transaction history. The fourth condition is that the total amount of tax exemption products (tax exemption amount) included in all the designated transactions satisfies the setting value of the tax exemption setting value file F3.

続いて、POS端末2(表示手段306)は、ステップS32で読み出した取引履歴に基づき、その取引履歴の内容を追加した免税再集計画面を再表示する(ステップS34)。例えば、取引番号“0422”の取引履歴を読み出した場合、POS端末2(表示手段306)は、図23に示した免税再集計画面G9の領域A1に、その取引内容を追加して表示する。また、POS端末2(表示手段306)は、新たな取引履歴を読み出す毎に、その取引内容を領域A1に追加して表示する。その結果、図24に示すように、領域A1に、取引履歴がリスト表示された免税再集計画面G10が表示される。なお、領域A1では、取引内容として、取引日時(日付、時刻)、レジ番号、取引番号、免税対象金額(取引金額)を表示する構成としている。 Subsequently, the POS terminal 2 (display means 306) redisplays the tax exemption recount screen to which the contents of the transaction history are added based on the transaction history read in step S32 (step S34). For example, when the transaction history of the transaction number “0422” is read, the POS terminal 2 (display means 306) additionally displays the transaction content in the area A1 of the tax exemption recount screen G9 shown in FIG. 23. Further, each time the POS terminal 2 (display means 306) reads out a new transaction history, the transaction content is added to the area A1 and displayed. As a result, as shown in FIG. 24, the tax exemption recount screen G10 in which the transaction history is listed is displayed in the area A1. In the area A1, the transaction date and time (date, time), cash register number, transaction number, and tax exemption amount (transaction amount) are displayed as the transaction contents.

また、POS端末2(表示手段306)は、ステップS33の条件判定において、条件を満たさないと判定した取引履歴については、その旨を示すメッセージ等を表示する。例えば、POS端末2(表示手段306)は、第1の条件を満たさない取引履歴について、免税対象済であることを示すメッセージを表示し、取引内容の表示を非実行とする。また、POS端末2(表示手段306)は、第2の条件を満たさない取引履歴について、免税の対象外であることを示すメッセージを表示し、取引内容の表示を非実行とする。また、POS端末2(表示手段306)は、第3の条件を満たさない取引履歴について、他の取引履歴の取引日と異なることを示すメッセージを表示したり、色分け等による強調表示を行う。また、POS端末2(表示手段306)は、第4の条件を満たさない取引履歴について、免税対象金額が設定値の範囲外にあることを示すメッセージを表示したり、色分け等による強調表示を行う。 Further, the POS terminal 2 (display means 306) displays a message or the like indicating that the transaction history that is determined not to satisfy the conditions in the condition determination in step S33. For example, the POS terminal 2 (display means 306) displays a message indicating that the transaction history that does not satisfy the first condition is subject to tax exemption, and does not execute the display of the transaction content. Further, the POS terminal 2 (display means 306) displays a message indicating that the transaction history that does not satisfy the second condition is not subject to tax exemption, and does not execute the display of the transaction content. Further, the POS terminal 2 (display means 306) displays a message indicating that the transaction history that does not satisfy the third condition is different from the transaction date of the other transaction history, and highlights the transaction history by color coding or the like. Further, the POS terminal 2 (display means 306) displays a message indicating that the tax exemption target amount is out of the set value range, or highlights the transaction history that does not satisfy the fourth condition by color coding or the like. ..

なお、免税再集計画面に表示された取引は、キーボード21やタッチパネルを介した操作により、処理の対象から除外(削除)することが可能であるとする。また、免税再集計画面に表示された取引を選択することで、その取引に含まれる免税対象の商品をリスト表示する構成としてもよい。 The transaction displayed on the tax exemption recount screen can be excluded (deleted) from the processing target by an operation via the keyboard 21 or the touch panel. Further, by selecting the transaction displayed on the tax exemption recount screen, the tax exemption target products included in the transaction may be displayed in a list.

続いて、POS端末2は、取引の指定を終了するか否かを判定する(ステップS35)。ここで、新たな取引番号が指定された場合(ステップS35;No→ステップS31;Yes)、POS端末2は、ステップS32に移行する。また、POS端末2は、キーボード等から確定を指示する操作を受け付けると取引の指定を終了し(ステップS35;Yes)、ステップS36に移行する。 Subsequently, the POS terminal 2 determines whether or not to end the designation of the transaction (step S35). Here, when a new transaction number is specified (step S35; No → step S31; Yes), the POS terminal 2 proceeds to step S32. Further, when the POS terminal 2 receives an operation for instructing confirmation from the keyboard or the like, the transaction designation ends (step S35; Yes), and the process proceeds to step S36.

ステップS36において、POS端末2は、免税再集計画面に表示された各取引の免税対象商品に対し免税処理を実行する(ステップS36)。この免税処理により免税された金額は、該当する客(非居住者)に返金される。 In step S36, the POS terminal 2 executes tax exemption processing for the tax exemption target product of each transaction displayed on the tax exemption recount screen (step S36). The amount exempted by this tax exemption will be refunded to the applicable customer (non-resident).

なお、ステップS36の免税処理は、上記したステップS11の免税処理と同様であるため説明を省略する。また、ステップS36の免税処理は、ステップS33の条件を全て満たすまで実行を抑制する構成としてもよい。また、POS端末2は、ステップS36の免税処理の後、上述したステップS13、S14の処理を行う構成としてもよい。 Since the tax exemption process in step S36 is the same as the tax exemption process in step S11 described above, the description thereof will be omitted. Further, the tax exemption process in step S36 may be configured to suppress execution until all the conditions in step S33 are satisfied. Further, the POS terminal 2 may be configured to perform the processing of steps S13 and S14 described above after the tax exemption processing of step S36.

その後、POS端末2は、本処理の取引内容を示す販売データを生成し、ストアサーバ4に送信することで取引履歴として取引履歴DB1に格納する。なお、POS端末2は、送信する取引履歴のフラグの値を、免税処理済を示す“1”に設定する。また、POS端末2は、本処理で免税の対象とした取引の取引履歴のフラグの値を、免税処理済を示す“1”に設定する。また、POS端末2(印字手段310)は、印字処理を実行する。 After that, the POS terminal 2 generates sales data indicating the transaction content of this process, sends it to the store server 4, and stores it in the transaction history DB 1 as a transaction history. The POS terminal 2 sets the value of the flag of the transaction history to be transmitted to "1" indicating that tax exemption processing has been completed. Further, the POS terminal 2 sets the value of the transaction history flag of the transaction subject to tax exemption in this process to "1" indicating that the tax exemption has been completed. Further, the POS terminal 2 (printing means 310) executes a printing process.

免税再集計処理後の印字処理においては、例えば上記した購入誓約書を1枚、購入記録票を2枚、レシートを1枚に加え、返金レシートを1枚印字する。また、POS端末2は、ジャーナル印字も実行する。 In the printing process after the tax exemption recounting process, for example, the above-mentioned purchase pledge is added to one sheet, two purchase record slips, one receipt, and one refund receipt is printed. The POS terminal 2 also executes journal printing.

ここで、返金レシートについて説明する。図25は返金レシートR5の一例を示す図である。返金レシートR5は、免税集計処理の対象となった取引と、返金された金額(免税額)とを記載した書類である。返金レシートR5は、非居住者である客に渡される。 Here, the refund receipt will be described. FIG. 25 is a diagram showing an example of the refund receipt R5. The refund receipt R5 is a document that describes the transaction subject to the tax exemption aggregation process and the refunded amount (tax exemption amount). The refund receipt R5 is given to the non-resident customer.

図25に示すように、返金レシートR5は、免税店を経営する事業者の氏名又は名称a、免税再集計処理が行われた取引年月日d、取引番号e、レジ番号fを含む。また、返金レシートR5は、免税再集計処理の対象となった各取引の取引番号r、レジ番号s、返金額tを含む。また、図25に示すように、免税再集計が行われたことを示すメッセージ「免税再集計が行われました。」uが返金レシートR5に印字される。 As shown in FIG. 25, the refund receipt R5 includes the name or name a of the business operator who manages the duty-free shop, the transaction date d where the tax exemption reaggregation process was performed, the transaction number e, and the cash register number f. Further, the refund receipt R5 includes the transaction number r, the registration number s, and the refund amount t of each transaction subject to the tax exemption reaggregation process. Further, as shown in FIG. 25, the message "tax exemption recounting has been performed." U indicating that the tax exemption recounting has been performed is printed on the refund receipt R5.

このように、本実施形態のPOS端末2によれば、処理対象として指定された一又は複数の取引について、当該取引に含まれる免税対象商品の免税処理を一度に行うことができるため、免税にかかる手続きを効率的に行うことができる。 As described above, according to the POS terminal 2 of the present embodiment, the tax exemption processing of the tax exemption target product included in the transaction can be performed at once for one or more transactions designated as the processing target, so that the tax exemption is applied. Such a procedure can be performed efficiently.

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

例えば、上記実施形態では、パスポートが保持する情報を、パスポートリーダ27が有する光学文字認識機能を用いることで文字列として読み取る構成としたが、読み取り方法はこれに限らないものとする。具体的には、パスポートにICタグ等の記憶媒体が埋め込まれている場合、パスポートリーダ27としてRFIDリーダを用いることで、当該記憶媒体から記載事項に対応する情報を読み取る構成としてもよい。 For example, in the above embodiment, the information held by the passport is read as a character string by using the optical character recognition function of the passport reader 27, but the reading method is not limited to this. Specifically, when a storage medium such as an IC tag is embedded in the passport, an RFID reader may be used as the passport reader 27 to read information corresponding to the described items from the storage medium.

2 商品販売データ処理装置
301 入力手段
302 販売登録手段
303 免税宣言手段
304 判定手段
305 読取手段
306 表示手段
307 加算手段
308 基準金額判定手段
309 免税手段
310 印字手段
2 Product sales data processing device 301 Input means 302 Sales registration means 303 Tax exemption declaration means 304 Judgment means 305 Reading means 306 Display means 307 Addition means 308 Base amount judgment means 309 Tax exemption means 310 Printing means

特開2004-62496号公報Japanese Unexamined Patent Publication No. 2004-62496

Claims (5)

免税対象となる商品の商品コードを取得する第1の取得手段と、The first acquisition method for acquiring the product code of duty-free products,
免税取引の宣言を行う免税宣言手段と、Tax exemption declaration means for declaring tax exemption transactions,
前記免税取引の宣言が行われると、パスポートが保持する情報を読み取るパスポート読取部から、免税に係る情報を取得する第2の取得手段と、When the tax exemption transaction is declared, a second acquisition means for acquiring tax exemption information from the passport reading unit that reads the information held by the passport, and
前記第1の取得手段によって取得した前記商品コードに対応する商品の単価と数量とに基づいて前記商品の合計金額を算出する算出手段と、A calculation means for calculating the total price of the product based on the unit price and quantity of the product corresponding to the product code acquired by the first acquisition means.
前記免税に係る情報が取得された状態で、且つ前記合計金額が免税条件を満たす場合、前記合計金額に係る税額を免除して決済を行う決済手段と、When the tax exemption information is acquired and the total amount satisfies the tax exemption condition, a payment means for exempting the tax amount related to the total amount and making a payment.
前記免税取引をキャンセルするキャンセル手段と、Cancellation means for canceling the tax exemption transaction and
前記キャンセル手段によってキャンセルが行われると、前記第2の取得手段が取得した前記免税に係る情報を削除する削除手段と、When the cancellation is performed by the cancellation means, the deletion means for deleting the information related to the tax exemption acquired by the second acquisition means and the deletion means.
を備える商品販売データ処理装置。Commodity sales data processing device.
前記第2の取得手段は、前記免税に係る情報の再取得が指示されると、前記パスポート読取部が読み取った情報から、前記免税に係る情報を新たに取得し、When the second acquisition means is instructed to reacquire the tax exemption information, the second acquisition means newly acquires the tax exemption information from the information read by the passport reading unit.
前記削除手段は、前記再取得の指示に応じて、前記第2の取得手段が前回取得した前記免税に係る情報を削除する、The deletion means deletes the information related to the tax exemption previously acquired by the second acquisition means in response to the reacquisition instruction.
請求項1に記載の商品販売データ処理装置。The product sales data processing device according to claim 1.
前記第2の取得手段が取得した前記免税に係る情報と、前記算出手段が算出した前記合計金額とを表示器に表示する表示手段を更に備える、請求項1又は2に記載の商品販売データ処理装置。The product sales data processing according to claim 1 or 2, further comprising a display means for displaying the information related to the tax exemption acquired by the second acquisition means and the total amount calculated by the calculation means on a display. Device. 前記表示手段は、前記第2の取得手段が取得した前記免税に係る情報と、前記算出手段が算出した前記合計金額とを同一画面に表示する、請求項3に記載の商品販売データ処理装置。The product sales data processing device according to claim 3, wherein the display means displays the information related to the tax exemption acquired by the second acquisition means and the total amount calculated by the calculation means on the same screen. 商品販売データ処理装置のコンピュータを、The computer of the product sales data processing device,
免税対象となる商品の商品コードを取得する第1の取得手段と、The first acquisition method for acquiring the product code of duty-free products,
免税取引の宣言を行う免税宣言手段と、Tax exemption declaration means for declaring tax exemption transactions,
前記免税取引の宣言が行われると、パスポートが保持する情報を読み取るパスポート読取部から、免税に係る情報を取得する第2の取得手段と、When the tax exemption transaction is declared, a second acquisition means for acquiring tax exemption information from the passport reading unit that reads the information held by the passport, and
前記第1の取得手段によって取得した前記商品コードに対応する商品の単価と数量とに基づいて前記商品の合計金額を算出する算出手段と、A calculation means for calculating the total price of the product based on the unit price and quantity of the product corresponding to the product code acquired by the first acquisition means.
前記免税に係る情報が取得された状態で、且つ前記合計金額が免税条件を満たす場合、前記合計金額に係る税額を免除して決済を行う決済手段と、When the tax exemption information is acquired and the total amount satisfies the tax exemption condition, a payment means for exempting the tax amount related to the total amount and making a payment.
前記免税取引をキャンセルするキャンセル手段と、Cancellation means for canceling the tax exemption transaction and
前記キャンセル手段によってキャンセルが行われると、前記第2の取得手段が取得した前記免税に係る情報を削除する削除手段と、When the cancellation is performed by the cancellation means, the deletion means for deleting the information related to the tax exemption acquired by the second acquisition means and the deletion means.
して機能させるためのプログラム。A program to make it work.
JP2021026727A 2021-02-22 2021-02-22 Product sales data processing equipment and programs Active JP7092907B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2021026727A JP7092907B2 (en) 2021-02-22 2021-02-22 Product sales data processing equipment and programs
JP2022096582A JP7357724B2 (en) 2021-02-22 2022-06-15 Product sales data processing device and program
JP2023160688A JP2023164753A (en) 2021-02-22 2023-09-25 Commodity sales data processor and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021026727A JP7092907B2 (en) 2021-02-22 2021-02-22 Product sales data processing equipment and programs

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2019232478A Division JP6843218B2 (en) 2019-12-24 2019-12-24 Product sales data processing equipment and programs

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2022096582A Division JP7357724B2 (en) 2021-02-22 2022-06-15 Product sales data processing device and program

Publications (2)

Publication Number Publication Date
JP2021082345A JP2021082345A (en) 2021-05-27
JP7092907B2 true JP7092907B2 (en) 2022-06-28

Family

ID=75965784

Family Applications (3)

Application Number Title Priority Date Filing Date
JP2021026727A Active JP7092907B2 (en) 2021-02-22 2021-02-22 Product sales data processing equipment and programs
JP2022096582A Active JP7357724B2 (en) 2021-02-22 2022-06-15 Product sales data processing device and program
JP2023160688A Pending JP2023164753A (en) 2021-02-22 2023-09-25 Commodity sales data processor and program

Family Applications After (2)

Application Number Title Priority Date Filing Date
JP2022096582A Active JP7357724B2 (en) 2021-02-22 2022-06-15 Product sales data processing device and program
JP2023160688A Pending JP2023164753A (en) 2021-02-22 2023-09-25 Commodity sales data processor and program

Country Status (1)

Country Link
JP (3) JP7092907B2 (en)

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3923669B2 (en) 1998-11-18 2007-06-06 東芝テック株式会社 Product sales registration data processing device
JP5760343B2 (en) 2010-07-27 2015-08-12 カシオ計算機株式会社 Sales data processing apparatus and program
JP2014032441A (en) * 2012-08-01 2014-02-20 Lty:Kk Export duty free product purchase record form preparation system
JP6409432B2 (en) * 2014-09-16 2018-10-24 株式会社寺岡精工 POS register and program

Also Published As

Publication number Publication date
JP2022113846A (en) 2022-08-04
JP2023164753A (en) 2023-11-10
JP7357724B2 (en) 2023-10-06
JP2021082345A (en) 2021-05-27

Similar Documents

Publication Publication Date Title
JP6267096B2 (en) Product sales data processing apparatus and program
JP7223096B2 (en) Information processing device, program and processing method
JP2017068365A (en) Information processing apparatus
JP7092907B2 (en) Product sales data processing equipment and programs
JP6843218B2 (en) Product sales data processing equipment and programs
JP6639628B2 (en) Commodity sales data processing device and program
JP6453988B2 (en) Product sales data processing apparatus and program
JP6977136B2 (en) Product sales data processing equipment, product sales data processing methods and programs
JP6982162B2 (en) Product sales data processing equipment, product sales data processing methods and programs
JP6770151B2 (en) Product sales data processing equipment, product sales data processing methods and programs
JP6975836B2 (en) Product sales data processing equipment, product sales data processing methods and programs
JP6816212B2 (en) Product sales data processing equipment, product sales data processing methods and programs
JP6871473B2 (en) Product sales data processing equipment, product sales data processing methods and programs
JP6805291B2 (en) Product sales data processing equipment, product sales data processing methods and programs
JP6695452B2 (en) Information processing equipment
JP6816211B2 (en) Product sales data processing equipment, product sales data processing methods and programs
JP6816213B2 (en) Product sales data processing equipment, product sales data processing methods and programs
JP7295201B2 (en) Merchandise sales data processing device, merchandise sales data processing method and program
JP6568984B2 (en) Product sales data processing apparatus, product sales data processing method and program
JP2022125236A (en) Information processing apparatus
JP2023105224A (en) Commodity sales data processing device, commodity sales data processing method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210323

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210405

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220616

R150 Certificate of patent or registration of utility model

Ref document number: 7092907

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150