JP2020071555A - Information processor and program - Google Patents

Information processor and program Download PDF

Info

Publication number
JP2020071555A
JP2020071555A JP2018203434A JP2018203434A JP2020071555A JP 2020071555 A JP2020071555 A JP 2020071555A JP 2018203434 A JP2018203434 A JP 2018203434A JP 2018203434 A JP2018203434 A JP 2018203434A JP 2020071555 A JP2020071555 A JP 2020071555A
Authority
JP
Japan
Prior art keywords
transaction data
transaction
information
receipt
electronic journal
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.)
Pending
Application number
JP2018203434A
Other languages
Japanese (ja)
Other versions
JP2020071555A5 (en
Inventor
當摩 和義
Kazuyoshi Toma
和義 當摩
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.)
Casio Computer Co Ltd
Original Assignee
Casio Computer Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP2018203434A priority Critical patent/JP2020071555A/en
Publication of JP2020071555A publication Critical patent/JP2020071555A/en
Publication of JP2020071555A5 publication Critical patent/JP2020071555A5/en
Pending legal-status Critical Current

Links

Images

Abstract

To enable an operator to efficiently check transaction data which the operator would like to check.SOLUTION: According to an information processor 1, a CPU 21 records transaction data related to executed transactions in an electronic journal file 40 and issues receipts based on the transaction data. Once "whole summary printing" in the function list screen 60 is touched to operate, the CPU 21 obtains a portion of information of each of the receipts issued when each of the plurality of transaction data displayed in a list on an electronic journal screen 50 is recorded in the electronic journal file 40, and makes a printing part 28 print the obtained information that is listed as a summary.SELECTED DRAWING: Figure 13

Description

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

従来、顧客に販売した商品の売上登録等を行うECR(Electronic Cash Resister)等の情報処理装置において、その装置で行われた取引に関する取引データを電子ジャーナルに記録するものが知られている。例えば、特許文献1には、ユーザの商取引の取引番号の入力を受け付け、入力された取引時刻や取引番号により特定される商取引データを電子ジャーナルファイルから読み出してイメージ表示するジャーナル出力画面を表示し、その商取引データを印字する金銭登録装置が記載されている。   2. Description of the Related Art Conventionally, there is known an information processing apparatus such as an ECR (Electronic Cash Resister) that performs sales registration of products sold to customers and records transaction data relating to transactions performed by the apparatus in an electronic journal. For example, in Patent Document 1, a user inputs a transaction number of a commercial transaction, displays a transaction output data that is specified by the input transaction time and transaction number from an electronic journal file, and displays a journal output screen as an image. A cash registering device for printing the transaction data is described.

特開2003−132434号公報JP, 2003-132434, A

しかしながら、特許文献1に記載の技術では、オペレーターが電子ジャーナルファイルに格納された或る取引のデータを確認しようとした場合、取引時刻や取引番号を入力して対象を特定しなければならない。対象となる取引の取引時刻や取引番号がわからない場合には、例えば、その日の全部のレシートを連続的に印刷して対象となる取引のデータを探す必要があるが、用紙の消費や印刷項目が多く、必要な項目を見つけ難いため、オペレーターが確認したい取引のデータを効率的に確認することができなかった。   However, in the technique described in Patent Document 1, when the operator attempts to confirm the data of a certain transaction stored in the electronic journal file, the operator must input the transaction time and transaction number to identify the target. If you do not know the transaction time or transaction number of the target transaction, for example, you need to print all receipts of the day continuously to find the data of the target transaction, but paper consumption and print items In many cases, it was difficult to find the necessary items, so it was not possible for the operator to efficiently check the transaction data that they wanted to check.

本発明の課題は、オペレーターが確認したい取引のデータを効率的に確認できるようにすることである。   An object of the present invention is to enable an operator to efficiently confirm the data of a transaction that the operator wants to confirm.

上記課題を解決するため、本発明の情報処理装置は、
印刷手段と、
実施された取引に関する取引データを電子ジャーナルファイルに記録するとともに前記取引データに基づくレシートを発行する記録手段と、
複数の取引データのそれぞれが前記電子ジャーナルファイルに記録された際に発行された各レシートの一部の情報をそれぞれ取得し、取得した情報を並べて前記印刷手段に印刷させる制御手段と、
を備える。
In order to solve the above problems, the information processing apparatus of the present invention is
Printing means,
Recording means for recording transaction data relating to the conducted transaction in an electronic journal file and issuing a receipt based on the transaction data,
Control means for respectively acquiring a part of information of each receipt issued when each of a plurality of transaction data is recorded in the electronic journal file, and causing the printing means to print the acquired information side by side.
Equipped with.

本発明によれば、オペレーターが確認したい取引のデータを効率的に確認することが可能となる。   According to the present invention, it becomes possible for an operator to efficiently confirm the data of a transaction that the operator wants to confirm.

本実施形態に係る情報処理装置の外観図である。It is an external view of the information processing apparatus according to the present embodiment. 図1の情報処理装置の機能的構成を示すブロック図である。It is a block diagram which shows the functional structure of the information processing apparatus of FIG. 電子ジャーナルファイルのデータ格納例を示す図である。It is a figure which shows the data storage example of an electronic journal file. 電子ジャーナルファイルに格納されるイメージデータの一例を示す図である。It is a figure which shows an example of the image data stored in an electronic journal file. 図2のCPUにより実行される電子ジャーナル印刷処理を示すフローチャートである。3 is a flowchart showing an electronic journal printing process executed by the CPU of FIG. 2. 電子ジャーナル画面の一例を示す図である。It is a figure which shows an example of an electronic journal screen. 図5のステップS1においてCPUにより実行される電子ジャーナル画面表示処理を示すフローチャートである。6 is a flowchart showing an electronic journal screen display process executed by the CPU in step S1 of FIG. 5. 図5のステップS10においてCPUにより実行される機能選択実行処理を示すフローチャートである。6 is a flowchart showing a function selection execution process executed by a CPU in step S10 of FIG. 機能リスト画面の一例を示す図である。It is a figure which shows an example of a function list screen. 「ページ印刷」が選択された場合に印刷されるレシートの一例を示す図である。FIG. 7 is a diagram showing an example of a receipt printed when “page printing” is selected. 「全体印刷」が選択された場合に印刷されるレシートの一例を示す図である。FIG. 8 is a diagram showing an example of a receipt printed when “entire printing” is selected. 「全体印刷(情報付き)」が選択された場合に印刷されるレシートの一例を示す図である。FIG. 9 is a diagram showing an example of a receipt printed when “whole printing (with information)” is selected. (a)は、「全体サマリー印刷」が選択された場合に印刷されるイメージデータにおけるレシートの情報を示す図であり、(b)は、「全体サマリー印刷」が選択された場合に印刷されるレシートの一例を示す図である。(A) is a figure which shows the information of the receipt in the image data printed when "whole summary print" is selected, (b) is printed when "whole summary print" is selected. It is a figure which shows an example of a receipt. 「入金分割印刷」が選択された場合に印刷されるレシートの一例を示す図である。It is a figure which shows an example of the receipt printed when "payment division printing" is selected.

以下、添付図面を参照して本発明に係る実施形態を詳細に説明する。なお、本発明は、図示例に限定されるものではない。   Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings. The present invention is not limited to the illustrated example.

(情報処理装置1の構成)
図1〜図2を参照して、本実施形態に係る情報処理装置1について説明する。
情報処理装置1は、個人商店、スーパーマーケット等の店舗に設置されるECR(Electronic Cash Resister)等であり、店員(オペレーター)の操作により顧客に販売した商品の金額、個数等の売上登録等を行う装置である。
(Configuration of information processing apparatus 1)
The information processing apparatus 1 according to the present embodiment will be described with reference to FIGS.
The information processing device 1 is an ECR (Electronic Cash Resister) or the like installed in a store such as an individual store or a supermarket, and performs sales registration such as the amount of money or the number of products sold to a customer by the operation of a clerk (operator). It is a device.

図1は、情報処理装置1を示す外観図である。図1に示すように、情報処理装置1は、本体部201と、印刷部28と、ドロア29と、を備える。本体部201は、タッチパネルとしての操作部22と、当該タッチパネルを表示画面上に設けた店員用の表示部24aと、顧客用の表示部24bと、を備える。表示部24aは、LCD(Liquid Crystal Display)、EL(Electro Luminescent)ディスプレイ等で構成され、店員用の各種画面情報等を表示する。表示部24bは、LCD、ELディスプレイ等で構成され、表示画面を顧客側又は店員側に回転可能であり、顧客用の商品の金額、合計金額等の情報を表示する。   FIG. 1 is an external view showing the information processing device 1. As shown in FIG. 1, the information processing device 1 includes a main body unit 201, a printing unit 28, and a drawer 29. The main body section 201 includes an operation section 22 as a touch panel, a display section 24a for a store clerk who has the touch panel on a display screen, and a display section 24b for a customer. The display unit 24a is composed of an LCD (Liquid Crystal Display), an EL (Electro Luminescent) display, and the like, and displays various screen information and the like for the clerk. The display unit 24b is composed of an LCD, an EL display, etc., and the display screen can be rotated to the customer side or the clerk side, and displays information such as the price of the product for the customer and the total price.

印刷部28は、ロール紙等の用紙に、レシートのデータ、電子ジャーナルのデータ等を印刷するサーマルプリンタ等の印刷部である。ドロア29は、現金、商品券等を格納する引き出しである。本体部201と印刷部28及びドロア29とは、ケーブルを介した有線通信により通信接続されている構成とするが、これに限定されるものでなく、無線通信により通信接続されている構成としてもよい。また、本体部201には、クレジットカードを読み出して電子決済を行うための電子決済部や、レーザスキャナ、イメージスキャナ等のスキャナ部等、他の装置を接続する構成としてもよい。   The printing unit 28 is a printing unit such as a thermal printer that prints receipt data, electronic journal data, and the like on paper such as roll paper. The drawer 29 is a drawer for storing cash, gift certificates and the like. The main body unit 201, the printing unit 28, and the drawer 29 are configured to be communicatively connected by wire communication via a cable, but are not limited to this, and may be communicatively connected by wireless communication. Good. Further, the main body unit 201 may be configured to be connected to other devices such as an electronic payment unit for reading out a credit card and performing electronic payment and a scanner unit such as a laser scanner or an image scanner.

次いで、図2を参照して、情報処理装置1の内部の機能構成を説明する。図2は、情報処理装置1の機能構成を示すブロック図である。   Next, the internal functional configuration of the information processing apparatus 1 will be described with reference to FIG. FIG. 2 is a block diagram showing a functional configuration of the information processing device 1.

図2に示すように、情報処理装置1は、CPU(Central Processing Unit)21と、操作部22と、RAM(Random Access Memory)23と、ディスプレイとしての表示部24aと、表示部24bと、ROM(Read Only Memory)25と、通信部26と、記憶部27と、印刷部28と、ドロア29と、計時部30と、を備える。   As shown in FIG. 2, the information processing apparatus 1 includes a CPU (Central Processing Unit) 21, an operation unit 22, a RAM (Random Access Memory) 23, a display unit 24a as a display, a display unit 24b, and a ROM. A (Read Only Memory) 25, a communication unit 26, a storage unit 27, a printing unit 28, a drawer 29, and a clock unit 30 are provided.

情報処理装置1の各部は、バス31を介して互いに接続されている。図2において、印刷部28及びドロア29以外の各部は本体部201に備えられ、図1の本体部201と、印刷部28及びドロア29のそれぞれとの接続は、簡単のため、バス31を介する接続として表現している。   The respective units of the information processing device 1 are connected to each other via a bus 31. 2, each unit other than the printing unit 28 and the drawer 29 is provided in the main body unit 201, and the connection between the main body unit 201 in FIG. 1 and each of the printing unit 28 and the drawer 29 is via a bus 31 for simplicity. It is expressed as a connection.

CPU21は、情報処理装置1の各部を制御する。CPU21は、各種プログラムのうち指定されたプログラムをROM25から読み出してRAM23に展開し、展開されたプログラムとの協働で後述する電子ジャーナル印刷処理をはじめとする各種処理を実行する。   The CPU 21 controls each unit of the information processing device 1. The CPU 21 reads out a specified program from the various programs from the ROM 25, expands it in the RAM 23, and executes various processes including an electronic journal printing process described later in cooperation with the expanded program.

操作部22は、表示部24aの表示画面に設けられたタッチパネルであり、ユーザからのタッチ操作を検出し、タッチ操作された位置の位置情報をCPU21に出力する。操作部22は、例えば、表示部24aの売上登録画面(図示せず)に表示される数字キー、PLU(Price Look Up)キー、部門キー、仮締キー、小計キー、現金売り/預かり金キー(締めキー)、電子ジャーナル画面(図6参照)に表示される機能キー、閉じるキー等のソフトキーや、画面上に表示されたリスト等へのタッチ操作を受け付ける。なお、操作部22は、ハードキーを有する構成としてもよい。   The operation unit 22 is a touch panel provided on the display screen of the display unit 24a, detects a touch operation by the user, and outputs position information of the touched position to the CPU 21. The operation unit 22 is, for example, a numeric key displayed on a sales registration screen (not shown) of the display unit 24a, a PLU (Price Look Up) key, a department key, a temporary tightening key, a subtotal key, a cash selling / deposit key. (Tightening key), function keys displayed on the electronic journal screen (see FIG. 6), soft keys such as a close key, and touch operations on a list displayed on the screen are accepted. The operation unit 22 may have a hard key.

RAM23は、例えば、揮発性の半導体メモリであり、各種データ及びプログラムを格納するワークエリアが形成される。   The RAM 23 is, for example, a volatile semiconductor memory, and forms a work area for storing various data and programs.

表示部24a,24bは、CPU21の制御により、各種表示情報を表示画面に表示する。   The display units 24a and 24b display various display information on the display screen under the control of the CPU 21.

ROM25は、各種データ及び各種プログラムを記憶する読み出し専用のメモリである。例えば、ROM25には、電子ジャーナルプログラム251が記憶されている。   The ROM 25 is a read-only memory that stores various data and various programs. For example, the ROM 25 stores an electronic journal program 251.

通信部26は、ネットワークカード等により構成され、LAN(Local Area Network)やWAN(Wide Area Network)等の通信ネットワーク上の機器と情報の送受信を行う。   The communication unit 26 is configured by a network card or the like, and transmits / receives information to / from a device on a communication network such as a LAN (Local Area Network) or WAN (Wide Area Network).

記憶部27は、情報の書き込み及び読み出しが可能な記憶部であり、バッテリーバックアップされたRAM、フラッシュメモリ等で構成される。記憶部27には、売上データ、各種設定情報等が記憶され、特に、後述する電子ジャーナルファイル40が記憶されている。   The storage unit 27 is a storage unit capable of writing and reading information, and includes a battery-backed RAM, a flash memory, and the like. The storage unit 27 stores sales data, various setting information, and the like, and particularly stores an electronic journal file 40 described later.

印刷部28は、CPU21の制御により、レシート、電子ジャーナル等のデータを用紙に印刷する。印刷部28は、内部にカッターを備え、CPU21の制御に応じて、用紙をカットしながら印刷することができる。
ドロア29は、CPU21の制御により、例えば売上登録の締め時に、引き出しを開放する。
The printing unit 28 prints data such as receipts and electronic journals on paper under the control of the CPU 21. The printing unit 28 includes a cutter inside and can print while cutting the paper under the control of the CPU 21.
Under the control of the CPU 21, the drawer 29 opens the drawer, for example, when closing the sales registration.

計時部30は、リアルタイムクロックであり、現在日時を計時し、その現在日時情報をCPU21に出力する。   The clock unit 30 is a real-time clock, clocks the current date and time, and outputs the current date and time information to the CPU 21.

次に、記憶部27に記憶される電子ジャーナルファイル40について説明する。
CPU21は、電子ジャーナルプログラム251との協働により、情報処理装置1で取引の操作が行われる毎に、電子ジャーナルファイル40に取引内容を示す取引データを記録するとともに、取引データに基づき取引内容を示すレシートを発行して印刷部28に印刷させる。ここでいう取引とは、商取引に限らず、レジで一般的に行われる業務を含む。例えば、開設、釣銭準備、両替、登録(売上登録)、入金、返品、精算を含む。
Next, the electronic journal file 40 stored in the storage unit 27 will be described.
In cooperation with the electronic journal program 251, the CPU 21 records the transaction data indicating the transaction content in the electronic journal file 40 each time a transaction operation is performed in the information processing device 1, and displays the transaction content based on the transaction data. The receipt shown is issued and printed by the printing unit 28. The transaction here is not limited to a commercial transaction, but includes business generally performed at a cash register. For example, it includes opening, change preparation, exchange, registration (sales registration), payment, return, and settlement.

図3は、電子ジャーナルファイル40のデータ格納例を示す図である。図3に示すように、電子ジャーナルファイル40には、「日付」、「一連番号」、「時刻」、「担当者」、「取引種別」、「会計種別」、「会計金額」、「イメージデータ」等の項目が設けられ、取引の操作が行われる毎に、これらの項目を有する取引データが格納される。   FIG. 3 is a diagram showing a data storage example of the electronic journal file 40. As shown in FIG. 3, the electronic journal file 40 includes “date”, “serial number”, “time”, “person in charge”, “transaction type”, “accounting type”, “accounting amount”, “image data”. Items such as “” are provided, and transaction data having these items is stored each time a transaction operation is performed.

「日付」は、その取引データが書き込まれた日付である。「一連番号」は、情報処理装置1において取引毎に発生する固有番号(取引固有情報)である。「時刻」は、その取引データが書き込まれた時刻である。「担当者」は、取引の操作を行った担当者を示す情報である。「取引種別」は、行われた取引操作の種別を示す情報である。「取引種別」としては、例えば、開設操作の「開設」、釣銭準備操作の「釣銭準備」、両替操作の「両替」、売上登録操作の「登録」、返品登録操作の「返品」、入金操作の「入金」、出金操作の「出金」、精算操作の「精算」等がある。「会計種別」は、「取引種別」が「登録」または「返品」の場合に支払われた金種を示す情報である。現金支払いは「現金」、券支払は「券」、クレジット支払は「クレジット」である。「会計金額」は、「取引種別」が「登録」または「返品」の場合の売上金額を示す情報である。「イメージデータ」は、取引操作が行われたときに発行された(印刷された)レシートの情報である。   "Date" is the date on which the transaction data was written. The “serial number” is a unique number (transaction unique information) generated for each transaction in the information processing device 1. "Time" is the time when the transaction data was written. The “person in charge” is information indicating the person in charge of the transaction operation. “Transaction type” is information indicating the type of transaction operation performed. Examples of the "transaction type" include "opening" for opening operation, "change preparation" for change preparation operation, "exchange" for exchange operation, "registration" for sales registration operation, "return" for return registration operation, and deposit operation. "Payment", "Payout" for withdrawal operation, "Payment" for settlement operation, etc. The "accounting type" is information indicating the denomination paid when the "transaction type" is "registered" or "returned". Cash payment is “cash”, ticket payment is “ticket”, and credit payment is “credit”. The “accounting amount” is information indicating the amount of sales when the “transaction type” is “register” or “return”. “Image data” is information on a receipt issued (printed) when a transaction operation is performed.

図4は、イメージデータのデータ構成例を示す図である。図4に示すように、イメージデータは、発行されたレシートの各行の「種別」と「データ」の項目により構成される。
「種別」は、その行の目的を示す情報であり、例えば、顧客に対するメッセージ類であることを示す「メッセージ」、レシートのヘッダー(主要な情報)であることを示す「ヘッダー」、レシートの本文(取引明細)であることを示す「本文」がある。「データ」は、レシートの各行に表示(印刷)される文字列のデータである。種別が「ヘッダー」のデータとしては、例えば、取引種別、端末番号、担当者、日時、一連番号、顧客の人数等の、取引データを特定するための主要な情報が含まれる。種別が「本文」のデータとしては、例えば、取引の明細(例えば、売上登録された商品名、価格、点数、税金、合計、会計種別、会計金額(支払い金額)等)が含まれる。
すなわち、レシートは、取引データの「イメージデータ」以外の各項目の情報の他、顧客の人数や、取引された商品、金額、点数、合計金額、買い上げ点数等の取引明細情報を含み、オペレーターは、レシートを確認することにより取引のデータを確認することが可能となる。
FIG. 4 is a diagram showing a data configuration example of image data. As shown in FIG. 4, the image data is composed of items of “type” and “data” of each line of the issued receipt.
The "type" is information indicating the purpose of the line, for example, "message" indicating a message to the customer, "header" indicating the receipt header (main information), and the body of the receipt. There is a "text" that indicates (transaction details). “Data” is data of a character string displayed (printed) on each line of the receipt. The data whose type is “header” includes, for example, main information for identifying transaction data such as transaction type, terminal number, person in charge, date and time, serial number, number of customers, and the like. The data whose type is "text" includes, for example, transaction details (for example, sales registered product name, price, points, tax, total, accounting type, accounting amount (payment amount), etc.).
In other words, the receipt includes information on each item other than “image data” of the transaction data, transaction details information such as the number of customers, traded products, amount, points, total amount, purchase points, etc. By checking the receipt, you can check the transaction data.

(情報処理装置1の動作)
次に、情報処理装置1の動作を説明する。図5は、電子ジャーナル印刷処理を示すフローチャートである。電子ジャーナル印刷処理は、例えば、操作部22を介してオペレーターから電子ジャーナル印刷処理の実行指示が入力されたことをトリガとして、CPU21と、ROM25に記憶されている電子ジャーナルプログラム251との協働により実行される。
(Operation of Information Processing Device 1)
Next, the operation of the information processing device 1 will be described. FIG. 5 is a flowchart showing the electronic journal printing process. The electronic journal printing process is performed, for example, by the cooperation of the CPU 21 and the electronic journal program 251 stored in the ROM 25, triggered by the input of the execution instruction of the electronic journal printing process from the operator via the operation unit 22. Executed.

まず、CPU21は、電子ジャーナル画面表示処理を実行し、表示部24aに電子ジャーナル画面50を表示させる(ステップS1)。   First, the CPU 21 executes an electronic journal screen display process to display the electronic journal screen 50 on the display unit 24a (step S1).

図6は、電子ジャーナル画面50の一例を示す図である。図6に示すように、電子ジャーナル画面50には、第1の領域51と、第2の領域52と、機能キー53と、閉じるキー54とが設けられている。   FIG. 6 is a diagram showing an example of the electronic journal screen 50. As shown in FIG. 6, the electronic journal screen 50 is provided with a first area 51, a second area 52, a function key 53, and a close key 54.

第1の領域51は、日付選択部511と、リスト表示部512を有する。
日付選択部511は、現在の検索日を表示する検索日表示欄511aと、右矢印キー511bと、左矢印キー511cと、を有する。右矢印キー511bをタッチ操作すると、現在の検索日を翌日に変更することができる。左矢印キー511cをタッチ操作すると、現在の検索日を前日に変更することができる。
リスト表示部512は、電子ジャーナルファイル40を日付選択部511の現在の検索日で検索することにより得られた取引データの「一連番号」、「日付」、「時刻」のリストを表示する。
第2の領域52は、第1の領域51のリスト表示部512に表示されたリストから選択された取引データに対応するレシート、すなわち、選択された取引データが電子ジャーナルファイル40に記録された際に発行されたレシートのイメージを表示する。
The first area 51 has a date selection section 511 and a list display section 512.
The date selection unit 511 has a search date display field 511a for displaying the current search date, a right arrow key 511b, and a left arrow key 511c. By touching the right arrow key 511b, the current search date can be changed to the next day. By touching the left arrow key 511c, the current search date can be changed to the previous day.
The list display unit 512 displays a list of “sequential number”, “date”, and “time” of transaction data obtained by searching the electronic journal file 40 with the current search date of the date selection unit 511.
The second area 52 is a receipt corresponding to the transaction data selected from the list displayed in the list display section 512 of the first area 51, that is, when the selected transaction data is recorded in the electronic journal file 40. Display the image of the receipt issued to.

機能キー53は、第2の領域52の近傍に設けられ、第1の領域51にリスト表示された取引データに対して実行可能な機能のリスト(機能リスト画面60(図9参照))の表示を指示するためのキーである。
閉じるキー54は、電子ジャーナル画面50の表示を終了して元の画面に戻ることを指示するためのキーである。
The function key 53 is provided in the vicinity of the second area 52 and displays a list of functions (function list screen 60 (see FIG. 9)) that can be executed for the transaction data listed in the first area 51. Is a key for instructing.
The close key 54 is a key for instructing to end the display of the electronic journal screen 50 and return to the original screen.

CPU21は、ステップS1において、図7に示す電子ジャーナル画面表示処理を実行することで、電子ジャーナル画面50を表示部24aに表示させる。電子ジャーナル画面表示処理は、CPU21と電子ジャーナルプログラム251との協働により実行される。   In step S1, the CPU 21 displays the electronic journal screen 50 on the display unit 24a by executing the electronic journal screen display process shown in FIG. The electronic journal screen display process is executed by the cooperation of the CPU 21 and the electronic journal program 251.

電子ジャーナル画面表示処理において、CPU21は、まず、計時部30から現在日時を取得し、取得した現在日時の日付を現在の検索日として取得して検索日表示欄511aに表示させる(ステップS101)。   In the electronic journal screen display process, the CPU 21 first acquires the current date and time from the clock unit 30, acquires the date of the acquired current date and time as the current search date, and displays it in the search date display field 511a (step S101).

次いで、CPU21は、記憶部27に記憶されている電子ジャーナルファイル40から「日付」の項目が現在の検索日の取引データを検索して取得する(ステップS102)。   Next, the CPU 21 retrieves and acquires the transaction data of the current retrieval date for the item “date” from the electronic journal file 40 stored in the storage unit 27 (step S102).

次いで、CPU21は、取得した取引データの「日付」、「一連番号」、「時刻」の項目の情報のリストを生成する(ステップS103)。   Next, the CPU 21 creates a list of information on items of "date", "serial number", and "time" of the acquired transaction data (step S103).

次いで、CPU21は、生成したリストを表示部24aにより第1の領域51のリスト表示部512にリスト表示させ、表示されたリストの適当な場所(例えば、先頭)にカーソルをセットする(ステップS104)。   Next, the CPU 21 causes the list display section 24a to display the generated list on the list display section 512 of the first area 51, and sets the cursor at an appropriate position (for example, the head) of the displayed list (step S104). ..

そして、CPU21は、カーソル位置の取引データの「イメージデータ」に格納されているイメージデータに基づいて、当該取引データが電子ジャーナルファイル40に記録された際に発行されたレシートのイメージを生成して表示部24aの第2の領域52に表示させ、所定の位置に機能キー53及び閉じるキー54を配置して(ステップS105)、図5のステップS2に移行する。
ステップS101〜S105の処理により、図4に示す電子ジャーナル画面50が表示部24aに表示される。
Then, the CPU 21 generates an image of the receipt issued when the transaction data is recorded in the electronic journal file 40, based on the image data stored in the “image data” of the transaction data at the cursor position. The function key 53 and the close key 54 are arranged at predetermined positions in the second area 52 of the display unit 24a (step S105), and the process proceeds to step S2 in FIG.
By the processing of steps S101 to S105, the electronic journal screen 50 shown in FIG. 4 is displayed on the display unit 24a.

図5のステップS2において、CPU21は、操作部22により右矢印キー511bのタッチ操作が検出されたか否かを判断する(ステップS2)。
右矢印キー511bのタッチ操作が検出されたと判断した場合(ステップS2;YES)、CPU21は、検索日表示欄511aの現在の検索日をその翌日に変更し、電子ジャーナルファイル40から「日付」の項目が変更後の現在の検索日の取引データを検索してリスト表示部512にリスト表示するとともに、リスト上のカーソル位置の取引データに対応するレシートのイメージを第2の領域52に表示させ(ステップS3)、ステップS4に移行する。なお、現在の検索日が当日の場合は、翌日は存在しないため、右矢印キー511bの操作は無効となる。
右矢印キー511bのタッチ操作が検出されていないと判断した場合(ステップS2;NO)、CPU21は、ステップS4に移行する。
In step S2 of FIG. 5, the CPU 21 determines whether or not a touch operation of the right arrow key 511b is detected by the operation unit 22 (step S2).
When it is determined that the touch operation of the right arrow key 511b is detected (step S2; YES), the CPU 21 changes the current search date in the search date display field 511a to the next day, and changes the date from the electronic journal file 40 to "Date". The transaction data of the current search date after the item is changed is searched and displayed in the list display unit 512 as a list, and the receipt image corresponding to the transaction data at the cursor position on the list is displayed in the second area 52 ( The process proceeds to step S3) and step S4. If the current search date is today, the next day does not exist, so the operation of the right arrow key 511b is invalid.
When it is determined that the touch operation of the right arrow key 511b has not been detected (step S2; NO), the CPU 21 proceeds to step S4.

ステップS4において、CPU21は、操作部22により左矢印キー511cのタッチ操作が検出されたか否かを判断する(ステップS4)。
左矢印キー511cのタッチ操作が検出されたと判断した場合(ステップS4;YES)、CPU21は、現在の検索日をその前日に変更し、電子ジャーナルファイル40から「日付」の項目が変更後の現在の検索日の取引データを検索してリスト表示部512にリスト表示するとともに、リスト上のカーソル位置の取引データに対応するレシートのイメージを第2の領域52に表示させ(ステップS5)、ステップS6に移行する。
左矢印キー511cのタッチ操作が検出されていないと判断した場合(ステップS4;NO)、CPU21は、ステップS6に移行する。
In step S4, the CPU 21 determines whether or not a touch operation of the left arrow key 511c has been detected by the operation unit 22 (step S4).
When it is determined that the touch operation of the left arrow key 511c has been detected (step S4; YES), the CPU 21 changes the current search date to the previous day, and the “date” item in the electronic journal file 40 is changed to the current one. The transaction data on the search date of is retrieved and displayed in the list display unit 512 as a list, and the image of the receipt corresponding to the transaction data at the cursor position on the list is displayed in the second area 52 (step S5), and step S6. Move to.
When determining that the touch operation of the left arrow key 511c is not detected (step S4; NO), the CPU 21 proceeds to step S6.

ステップS6において、CPU21は、操作部22により第1の領域51のリスト表示部512に表示されたリストのいずれかの行のタッチ操作(リストタッチ操作)が検出されたか否かを判断する(ステップS6)。
リストタッチ操作が検出されたと判断した場合(ステップS6;YES)、CPU21は、タッチされた行にカーソルを移動させ(ステップS7)、カーソル位置の取引データのイメージデータに基づいて、カーソル位置の取引データが電子ジャーナルファイル40に記録された際に発行されたレシートのイメージを第2の領域52に表示させ(ステップS8)、ステップS9に移行する。
リストタッチ操作が検出されていないと判断した場合(ステップS6;NO)、CPU21は、ステップS9に移行する。
In step S6, the CPU 21 determines whether or not a touch operation (list touch operation) on any row of the list displayed on the list display unit 512 of the first area 51 is detected by the operation unit 22 (step S6). S6).
When determining that the wrist touch operation has been detected (step S6; YES), the CPU 21 moves the cursor to the touched line (step S7), and based on the image data of the transaction data at the cursor position, the transaction at the cursor position is performed. The image of the receipt issued when the data is recorded in the electronic journal file 40 is displayed in the second area 52 (step S8), and the process proceeds to step S9.
When it is determined that the wrist touch operation is not detected (step S6; NO), the CPU 21 proceeds to step S9.

ステップS9において、CPU21は、操作部22により機能キー53のタッチ操作が検出されたか否かを判断する(ステップS9)。
機能キー53のタッチ操作が検出されたと判断した場合(ステップS9;YES)、CPU21は、機能選択実行処理を実行し(ステップS10)、ステップS11に移行する。
機能キー53のタッチ操作が検出されていないと判断した場合(ステップS9;NO)、CPU21は、ステップS11に移行する。
In step S9, the CPU 21 determines whether or not the touch operation of the function key 53 is detected by the operation unit 22 (step S9).
When it is determined that the touch operation of the function key 53 is detected (step S9; YES), the CPU 21 executes the function selection execution process (step S10), and proceeds to step S11.
When it is determined that the touch operation of the function key 53 is not detected (step S9; NO), the CPU 21 proceeds to step S11.

図8は、図5のステップS10において実行される機能選択実行処理の流れを示すフローチャートである。機能選択実行処理は、CPU21と電子ジャーナルプログラム251との協働により実行される。   FIG. 8 is a flowchart showing the flow of the function selection execution processing executed in step S10 of FIG. The function selection execution processing is executed by the cooperation of the CPU 21 and the electronic journal program 251.

機能選択実行処理において、CPU21は、まず、表示部24aに表示されている電子ジャーナル画面50上に機能リスト画面60をポップアップ表示させる(ステップS201)。   In the function selection execution process, the CPU 21 first causes the function list screen 60 to be pop-up displayed on the electronic journal screen 50 displayed on the display unit 24a (step S201).

図9は、機能リスト画面60の一例を示す図である。図9に示すように、機能リスト画面60には、第1の領域51にリスト表示された取引データに対して実行可能な複数の機能の一覧が表示された機能リスト60aと、閉じるキー60bが設けられている。   FIG. 9 is a diagram showing an example of the function list screen 60. As shown in FIG. 9, the function list screen 60 includes a function list 60a that displays a list of a plurality of functions that can be executed for the transaction data listed in the first area 51, and a close key 60b. It is provided.

機能リスト60aにリスト表示される機能としては、第1の領域51にリスト表示された複数の取引データのうち印刷対象とする取引データが異なるか又は出力形式が異なる複数の印刷機能が含まれる。例えば、「ページ印刷」、「全体印刷」、「全体印刷(情報付き)」、「全体サマリー印刷」、「自分の操作分印刷」、「入金一括印刷」、「入金分割印刷」、「業務印刷」、「返品レシート印刷」、「クレジット売り印刷」、「高額レシート印刷」、「一連番号検索」、「担当者検索」、「文字列検索」等の機能が挙げられる。   The functions listed in the function list 60a include a plurality of printing functions in which the transaction data to be printed is different or the output format is different among the plurality of transaction data listed in the first area 51. For example, "Page print", "Whole print", "Whole print (with information)", "Whole summary print", "Print for one's own operation", "Payment batch print", "Payment split print", "Business print" , "Return receipt print", "credit sale print", "expensive receipt print", "serial number search", "person in charge search", "character string search" and the like.

「ページ印刷」は、第1の領域51のリスト表示部512において選択された(タッチ操作された)行の電子ジャーナルファイル40の取引データに対応するレシートを印刷する機能である。すなわち、「ページ印刷」は、第2の領域52に表示されているイメージのレシートをそのまま印刷する。
図10は、「ページ印刷」が選択された場合に印刷されるレシートの一例を示す図である。「ページ印刷」では、第1の領域51のリスト表示部512から選択された行の取引データが電子ジャーナルファイル40に記録された際に発行されたレシートを印刷するので、確認したい取引が個別に特定できている場合に、その取引データを選択して「ページ印刷」機能を利用すれば、オペレーターは効率よくその取引のデータを確認することが可能となる。
“Page printing” is a function of printing a receipt corresponding to the transaction data of the electronic journal file 40 of the row selected (touched) in the list display unit 512 of the first area 51. That is, in “page printing”, the receipt of the image displayed in the second area 52 is printed as it is.
FIG. 10 is a diagram showing an example of a receipt printed when “page printing” is selected. In the “page printing”, the receipt issued when the transaction data of the row selected from the list display portion 512 of the first area 51 is recorded in the electronic journal file 40 is printed, so that the transaction to be confirmed individually. If the transaction data is selected and the "print page" function is used, the operator can efficiently confirm the transaction data.

なお、図10〜図14において、符号28aは、種別がメッセージのデータであることを示し、符号28bは、種別がヘッダーのデータであることを示し、符号28cは、種別が本文のデータであることを示す。   10 to 14, reference numeral 28a indicates that the type is message data, reference numeral 28b indicates that the type is header data, and reference numeral 28c indicates that the type is text. Indicates that.

「全体印刷」は、第1の領域51にリスト表示されている取引データのそれぞれが電子ジャーナルファイル40に記録された際に発行されたレシートを時系列に並べて印刷部28により一括印刷する機能である。
図11は、「全体印刷」が選択された場合に印刷されるレシートの一例を示す図である。「全体印刷」では、第1の領域51にリスト表示されている全ての取引データのそれぞれに対応するレシートを時系列に一括印刷するので、例えば、或る日付に行われた全取引を確認したい場合に、第1の領域51にその日付の取引データをリスト表示させて「全体印刷」機能を利用すれば、オペレーターは効率よくその日付の全取引のデータを確認することができる。
The "entire printing" is a function of arranging the receipts issued when each of the transaction data listed in the first area 51 is recorded in the electronic journal file 40 in time series and collectively printing them by the printing unit 28. is there.
FIG. 11 is a diagram showing an example of a receipt printed when “entire printing” is selected. In the "entire print", the receipts corresponding to all the transaction data listed in the first area 51 are collectively printed in time series, so that, for example, you want to confirm all the transactions performed on a certain date. In this case, if the transaction data of the date is displayed in a list in the first area 51 and the "entire print" function is used, the operator can efficiently confirm the data of all the transaction of the date.

「全体印刷(情報付き)」は、第1の領域51にリスト表示されている取引データのそれぞれが電子ジャーナルファイル40に記録された際に発行されたレシートを並べて印刷部28により一括印刷する機能であって、各レシートの先頭に、そのレシートの予め設定された情報(例えば、一連番号、時刻、担当者等の主要な情報)28dを付加して印刷する機能である。
図12は、「全体印刷(情報付き)」が選択された場合に印刷されるレシートの一例を示す図である。図12に示すように、「全体印刷(情報付き)」では、第1の領域51にリスト表示されている全ての取引データのそれぞれに対応するレシートを、その先頭に一連番号、時刻、担当者等の主要な情報を付加して時系列に一括印刷するので、例えば、確認したい取引が一日の業務の流れのいつごろのタイミングで行われた取引か、又は誰が操作した取引か等をオペレーターが把握していれば、その取引の一連番号や正確な時刻を把握していなくても、各レシートに付加されている先頭の情報28dによりどのレシートが確認したい取引のものか見当をつけて探すことができ、確認したい取引のデータを効率よく確認することが可能となる。
The “entire printing (with information)” is a function of arranging the receipts issued when each of the transaction data listed in the first area 51 is recorded in the electronic journal file 40 and collectively printing by the printing unit 28. This is a function of adding preset information (for example, main information such as serial number, time, person in charge, etc.) 28d of each receipt to the head of each receipt for printing.
FIG. 12 is a diagram showing an example of a receipt printed when “entire printing (with information)” is selected. As shown in FIG. 12, in the “entire printing (with information)”, the receipts corresponding to all the transaction data listed in the first area 51 are preceded by a serial number, time, and person in charge. Since it prints all the data in a time series with the addition of key information such as the operator, it is possible for the operator to determine, for example, whether the transaction you want to check is at the timing of the day's work flow, or who operated it. If it knows, even if it doesn't know the serial number and the exact time of the transaction, it will find which receipt is the transaction to be confirmed by the information 28d at the beginning attached to each receipt. It is possible to efficiently confirm the data of the transaction to be confirmed.

「全体サマリー印刷」は、第1の領域51にリスト表示されている取引データのそれぞれが電子ジャーナルファイル40に記録された際に発行されたレシートの一部の情報をそれぞれ取得して、取得した情報を並べて印刷部28により印刷する機能である。印刷される情報としては、例えば、図13(a)に示すように、リスト表示された取引データのそれぞれについて発行されたレシートの情報のうち、図4に示すイメージデータの種別がメッセージであるものを除く、ヘッダーの先頭からn行(n≧1の整数。例えば、n=5)の情報(図13(a)において網掛けされていない情報)を取得して並べて印刷する。あるいは、ヘッダーのみを印刷してもよい。あるいは、ヘッダーと本文の最後の3行のみを印刷してもよい(本文の最後には、支払い金額等の情報がある)。レシートのいずれの情報を印刷するかは、オペレーターが操作部22の所定の操作により設定可能であるが、少なくとも取引種別、取引固有情報、日時情報、担当者情報、取引明細情報の一部、のいずれかが含まれる。   The “whole summary print” is obtained by acquiring a part of the information of the receipt issued when each of the transaction data listed in the first area 51 is recorded in the electronic journal file 40. This is a function of printing information by arranging the information side by side. As the information to be printed, for example, as shown in FIG. 13A, of the receipt information issued for each of the listed transaction data, the type of image data shown in FIG. 4 is a message. The information of n lines (an integer of n ≧ 1. For example, n = 5) (the information not shaded in FIG. 13A) from the beginning of the header except for is acquired and printed side by side. Alternatively, only the header may be printed. Alternatively, only the header and the last three lines of the text may be printed (at the end of the text, there is information such as the payment amount). The operator can set which information of the receipt is printed by a predetermined operation of the operation unit 22, but at least the transaction type, the transaction specific information, the date and time information, the person in charge information, and a part of the transaction statement information. Either is included.

図13(b)は、「全体サマリー印刷」が選択された場合に印刷されるレシートの一例を示す図である。図13(b)に示すように、「全体サマリー印刷」では、リスト表示されている複数の取引データのそれぞれが電子ジャーナルファイル40に記録された際に発行された各レシートの全情報ではなく、各レシートの一部の、主要な項目の情報のみをサマリーとして、例えば、各レシートが発行されたときの印刷イメージで並べて印刷するので、レシートの全情報を印刷する「全体印刷」や「全体印刷(情報付き)」に比べて用紙の消費量が少なく、また印刷された全体から必要な項目の情報を見つけ易く、オペレーターが確認したい取引のデータを効率よく確認することが可能となる。印刷される各レシートの一部の情報には、ヘッダー(取引種別、取引固有情報、日時情報、担当者情報、顧客の人数)、及び本文(取引明細情報)の一部が含まれるので、確認したい取引が一日の業務の流れのいつごろのタイミングで行われた取引か、誰が操作した取引か、又は何の取引か等をオペレーターが把握してれば、その取引の一連番号や正確な時刻を把握していなくても各レシートのサマリーからどのレシートが確認したい取引のものか見当をつけて探すことができ、確認したい取引のデータを効率よく確認することが可能となる。また、ヘッダーに加えて取引明細(本文)の一部が表示されていることで、オペレーターに確認したい取引のレシートを特定するための気づきを与えることができ、確認したい取引のデータを効率よく特定して確認することが可能となる。   FIG. 13B is a diagram showing an example of a receipt printed when “whole summary print” is selected. As shown in FIG. 13B, in the “whole summary print”, not all information of each receipt issued when each of the plurality of transaction data displayed in the list is recorded in the electronic journal file 40, Only the information on the main items, which is a part of each receipt, is printed as a summary, for example, side by side with the print image when each receipt was issued, so you can print all the information on the receipt. It consumes less paper than "(with information)", and it is easy to find the information of necessary items from the entire printed sheet, and the operator can efficiently confirm the transaction data that he wants to confirm. Some information on each receipt printed includes a header (transaction type, transaction specific information, date and time information, person in charge information, number of customers), and part of the text (transaction statement information). If the operator knows what transaction he / she wants to carry out at the timing of the day's work flow, who operated it, what transaction, etc. Even if you do not know the time, you can find out which receipt is the transaction you want to confirm from the summary of each receipt, and you can efficiently confirm the data of the transaction you want to confirm. Also, by displaying a part of the transaction details (text) in addition to the header, it is possible to give the operator awareness to identify the receipt of the transaction to be confirmed, and efficiently identify the data of the transaction to be confirmed. It becomes possible to confirm.

「自分の操作分印刷」は、第1の領域51にリスト表示されている取引データのうち、「担当者」が操作中の担当者(現在情報処理装置1にログインしている担当者)と一致する取引データのそれぞれが電子ジャーナルファイル40に記録された際に発行されたレシートのみを並べて印刷部28により印刷する機能である。「自分の操作分印刷」機能では、操作中の担当者の取引データに対応するレシートのみを印刷するので、操作しているオペレーターが自分の操作に対する取引のレシートを効率よく確認することが可能となる。   “Printing for my own operation” is the same as the person in charge of the “person in charge” (the person currently logged in to the information processing apparatus 1) among the transaction data listed in the first area 51. This is a function of arranging only the receipts issued when the corresponding transaction data are recorded in the electronic journal file 40 and printing them by the printing unit 28. With the "Print for my own operation" function, only the receipt corresponding to the transaction data of the person in charge of operation is printed, so it is possible for the operating operator to efficiently check the receipt of the transaction for his own operation. Become.

「入金一括印刷」は、第1の領域51にリスト表示されている取引データのうち、「取引種別」が「入金」である取引データのそれぞれが電子ジャーナルファイル40に記録された際に発行されたレシートのみを並べて印刷部28により一括印刷する機能である。「入金一括印刷」機能では、入金操作のレシートのみを印刷するので、例えば、本日の入金を確認したい場合に、第1の領域51に本日の取引データのリストを表示させて「入金一括印刷」機能を利用すれば、オペレーターが効率よく本日の入金のデータを確認することができる。また、入金結果を一枚の印刷物として残すことができる。   The “payment batch printing” is issued when each of the transaction data whose transaction type is “payment” is recorded in the electronic journal file 40 among the transaction data listed in the first area 51. This is a function of arranging only the receipts and printing them together by the printing unit 28. With the "Payment deposit print" function, only the receipt of the deposit operation is printed. Therefore, for example, if you want to confirm today's deposit, display a list of today's transaction data in the first area 51 and click "Payment deposit print". Using the function, the operator can efficiently check the data of today's deposit. Further, the deposit result can be left as one printed matter.

「入金分割印刷」は、第1の領域51にリスト表示されている取引データのうち、「取引種別」が「入金」である取引データのそれぞれが電子ジャーナルファイル40に記録された際に発行されたレシートを、図14に示すように取引データの区切り毎にカットしながら印刷部28により連続で印刷する機能である。「入金分割印刷」機能では、入金操作のレシートのみを印刷するので、例えば、1日の入金を確認したい場合に、第1の領域51に本日の取引データのリストを表示させて「入金分割印刷」機能を利用すれば、オペレーターが効率よく本日の入金のデータを確認することができる。また、入金内容を入金毎にカットされたレシートとして残すことができる。   The “payment division printing” is issued when each of the transaction data whose “transaction type” is “payment” is recorded in the electronic journal file 40 among the transaction data listed in the first area 51. It is a function of continuously printing the receipts by the printing unit 28 while cutting each receipt as shown in FIG. With the "payment split print" function, only the receipt of the deposit operation is printed, so if you want to confirm the deposit for one day, for example, display a list of today's transaction data in the first area 51 and display the "payment split print". By using the function, the operator can efficiently check today's deposit data. Further, the deposit contents can be left as a receipt cut for each deposit.

「業務印刷」は、第1の領域51にリスト表示されている取引データのうち、「取引種別」が「開設」又は「精算」である取引データのそれぞれが電子ジャーナルファイル40に記録された際に発行されたレシートのみを並べて印刷部28により一括印刷する機能である。「業務印刷」機能では、開店前と閉店後の業務(開設と精算)のレシートのみを印刷するので、オペレーターが効率よく開設と精算のデータについて確認することができる。   “Business printing” means that, among transaction data listed in the first area 51, each transaction data whose transaction type is “open” or “settlement” is recorded in the electronic journal file 40. This is a function of arranging only the receipts issued in the above and printing them together by the printing unit 28. With the "business printing" function, only the receipts of the business (opening and settlement) before and after opening the store are printed, so that the operator can efficiently check the opening and settlement data.

「返品レシート印刷」は、第1の領域51にリスト表示されている取引データのうち、「取引種別」が「返品」である取引データのそれぞれが電子ジャーナルファイル40に記録された際に発行されたレシートを、取引データの区切り毎にカットしながら印刷部28により連続で印刷する機能である。「返品レシート印刷」機能では、返品操作のレシートのみをカット印刷するので、例えば、1日の返品を確認したい場合に、第1の領域51に本日の取引データのリストを表示させて「返品レシート印刷」機能を利用すれば、オペレーターが効率よく本日の返品のデータを確認することができる。また、返品内容を個々にレシートとして残すことができる。   “Return receipt print” is issued when each transaction data whose transaction type is “return” is recorded in the electronic journal file 40 among the transaction data displayed in the list in the first area 51. It is a function of continuously printing receipts by the printing unit 28 while cutting each receipt of transaction data. Since the "Return Return Receipt Print" function cuts and prints only the receipt for the return operation, for example, if you want to confirm the return for one day, display the list of today's transaction data in the first area 51 and click "Return Receipt Receipt". Using the "print" function, the operator can efficiently check today's return data. In addition, the returned contents can be individually left as a receipt.

「クレジット売り印刷」は、第1の領域51にリスト表示されている取引データのうち、「会計種別」が「クレジット」である取引データのそれぞれが電子ジャーナルファイル40に記録された際に発行されたレシートを、取引データの区切り毎にカットしながら印刷部28により連続で印刷する機能である。「クレジット売り印刷」機能では、クレジット売上のレシートのみをカット印刷するので、例えば、1日のクレジット売上を確認したい場合に、第1の領域51に本日の取引データのリストを表示させて「クレジット売り印刷」機能を利用すれば、オペレーターが効率よく本日のクレジット売上のデータを確認することができる。また、クレジット売上の内容を個々にレシートとして残すことができる。   The “credit sale print” is issued when each of the transaction data whose “accounting type” is “credit” is recorded in the electronic journal file 40 among the transaction data listed in the first area 51. It is a function of continuously printing receipts by the printing unit 28 while cutting each receipt of transaction data. Since the "credit sales print" function cuts and prints only the receipt of credit sales, for example, if you want to check the credit sales for one day, display a list of today's transaction data in the first area 51 and Using the "sell print" function, the operator can efficiently check today's credit sales data. Further, the contents of credit sales can be individually left as a receipt.

「高額レシート印刷」は、第1の領域51にリスト表示されている電子ジャーナルファイル40の取引データのうち、「会計金額」が所定金額以上(例えば、¥10,000円以上)である取引データのそれぞれが電子ジャーナルファイル40に記録された際に発行されたレシートを、取引データの区切り毎にカットしながら印刷部28により連続で印刷する機能である。「高額レシート印刷」機能では、高額な売上のレシートのみをカット印刷するので、例えば、高額売上を確認したい場合に、第1の領域51に本日の取引データのリストを表示させて「高額レシート売上」機能を利用すれば、オペレーターが効率よく本日の高額売上のデータを確認することができる。また、高額売上の内容を個々にレシートとして残すことができる。   “High-priced receipt printing” is transaction data in which the “accounting amount” is a predetermined amount or more (for example, ¥ 10,000 or more) of the transaction data of the electronic journal file 40 displayed in the list in the first area 51. Is a function of continuously printing the receipts issued when each of them is recorded in the electronic journal file 40 by the printing unit 28 while cutting each receipt of transaction data. With the “Large Receipt Print” function, only receipts with high sales are cut and printed. For example, if you want to check the high sales, display the list of today's transaction data in the first area 51 and The feature allows operators to efficiently view today's high sales data. In addition, the contents of high-priced sales can be left as individual receipts.

「一連番号検索」は、第1の領域51の検索日表示欄511aに表示されている日付の電子ジャーナルファイル40の取引データのうち、入力された一連番号と「一連番号」が一致する取引データを検索して第1の領域51にリスト表示する機能である。「一連番号検索」機能により、第1の領域51にリスト表示する取引データを所望の一連番号に絞り込むことができる。   “Sequence number search” is transaction data in which the input sequence number and the “sequence number” match among the transaction data of the electronic journal file 40 of the date displayed in the search date display field 511a of the first area 51. Is a function of searching for and displaying a list in the first area 51. With the "serial number search" function, the transaction data displayed in the list in the first area 51 can be narrowed down to a desired serial number.

「担当者検索」は、第1の領域51の検索日表示欄511aに表示されている日付の電子ジャーナルファイル40の取引データのうち、入力された担当者と「担当者」が一致する取引データを検索して第1の領域51にリスト表示する機能である。「担当者検索」機能により、第1の領域51にリスト表示する取引データを所望の担当者に絞り込むことができる。   The “person in charge search” is transaction data in which the inputted person in charge and “person in charge” match among the transaction data in the electronic journal file 40 on the date displayed in the search date display field 511a in the first area 51. Is a function of searching for and displaying a list in the first area 51. With the "person in charge search" function, the transaction data displayed in the list in the first area 51 can be narrowed down to a desired person in charge.

「文字列検索」は、第1の領域51の検索日表示欄511aに表示されている日付の電子ジャーナルファイル40の取引データのうち、入力された文字列をイメージデータに含む取引データを検索して第1の領域51にリスト表示する機能である。「文字列検索」機能により、第1の領域51にリスト表示する取引データを所望の文字列を有するものに絞り込むことができる。   The “character string search” searches for transaction data including the input character string in the image data among the transaction data of the electronic journal file 40 of the date displayed in the search date display field 511a of the first area 51. This is a function of displaying a list in the first area 51. With the “character string search” function, the transaction data displayed in the list in the first area 51 can be narrowed down to those having a desired character string.

CPU21は、操作部22により機能リスト画面60からいずれかの項目がタッチ操作されたことが検出されたか否かを判断する(ステップS202)。
機能リスト画面60からいずれの項目のタッチ操作も検出されていないと判断した場合(ステップS202;NO)、CPU21は、ステップS206に移行する。
The CPU 21 determines whether or not it has been detected that a touch operation has been performed on any item from the function list screen 60 by the operation unit 22 (step S202).
When it is determined that the touch operation of any item is not detected from the function list screen 60 (step S202; NO), the CPU 21 proceeds to step S206.

操作部22により機能リスト画面60からいずれかの項目がタッチ操作されたことが検出されたと判断した場合(ステップS202;YES)、CPU21は、タッチ操作された項目が印刷機能か検索機能かを判断する(ステップS203)。   When it is determined that the touch operation of any item is detected from the function list screen 60 by the operation unit 22 (step S202; YES), the CPU 21 determines whether the touch-operated item is the print function or the search function. Yes (step S203).

タッチ操作された項目が印刷機能であると判断した場合(ステップS203;印刷)、CPU21は、タッチ操作された項目に基づいて、電子ジャーナルファイル40から印刷対象とする取引データを取得する(ステップS204)。そして、CPU21は、取得した取引データに含まれるイメージデータに基づいて、タッチ操作された項目に応じた出力形式(通常出力(レシートをそのまま出力)、情報付き出力、サマリーの出力、カット付き出力等)で印刷部28によりレシートを印刷させ(ステップS205)、ステップS206に移行する。例えば、タッチ操作された項目が「全体サマリー印刷」の場合は、取得された各取引データのイメージデータからレシートの一部(ヘッダーの先頭からN行)の情報を取得し、取得した情報を並べて印刷部28に印刷させる。   When it is determined that the touch-operated item is the print function (step S203; printing), the CPU 21 acquires the transaction data to be printed from the electronic journal file 40 based on the touch-operated item (step S204). ). Then, the CPU 21 outputs, based on the image data included in the acquired transaction data, an output format (normal output (receipt is output as is), output with information, output with summary, output with cut, etc.) according to the touched item. ), The printing unit 28 prints the receipt (step S205), and the process proceeds to step S206. For example, if the touch-operated item is "whole summary print", information of a part of the receipt (N lines from the beginning of the header) is acquired from the image data of each acquired transaction data and the acquired information is displayed side by side. The printing unit 28 prints.

ステップS206において、CPU21は、操作部22により機能リスト画面60から閉じるキー60bのタッチ操作が検出されたか否かを判断する(ステップS206)。
閉じるキー60bのタッチ操作が検出されていないと判断した場合(ステップS206;NO)、CPU21は、ステップS202に戻る。
閉じるキー60bのタッチ操作が検出されたと判断した場合(ステップS206;YES)、CPU21は、図5のステップS11に移行する。
In step S206, the CPU 21 determines whether or not a touch operation on the close key 60b has been detected from the function list screen 60 by the operation unit 22 (step S206).
When it is determined that the touch operation on the close key 60b is not detected (step S206; NO), the CPU 21 returns to step S202.
When it is determined that the touch operation on the close key 60b is detected (step S206; YES), the CPU 21 proceeds to step S11 in FIG.

一方、ステップS203において、タッチ操作された項目が検索機能であると判断した場合(ステップS203;検索)、CPU21は、タッチ操作された項目に対応する検索条件の入力画面を表示部24aにポップアップ表示させる(ステップS207)。
例えば、タッチ操作された項目が「一連番号検索」である場合は一連番号の入力画面を、「担当者検索」の場合は担当者の入力画面を、「文字列検索」の場合は文字列の入力画面を表示させる。併せてキーボードを表示させる。
On the other hand, when it is determined in step S203 that the touched item is the search function (step S203; search), the CPU 21 pops up a search condition input screen corresponding to the touched item on the display unit 24a. (Step S207).
For example, if the touched item is "serial number search", the serial number input screen is displayed, "person search" is the input screen of the person in charge, and "character string search" is the character string Display the input screen. Also display the keyboard.

入力画面から検索条件が入力されると、CPU21は、第1の領域51の検索日表示欄511aに表示されている日付の取引データの中から入力された条件に該当する取引データを検索する(ステップS208)。そして、表示部24aにより、機能リスト画面60及び入力画面を閉じて検索結果を電子ジャーナル画面50の第1の領域51に表示させ(ステップS209)、図5のステップS11に移行する。   When the search condition is input from the input screen, the CPU 21 searches the transaction data of the date displayed in the search date display field 511a of the first area 51 for the transaction data corresponding to the input condition ( Step S208). Then, the function list screen 60 and the input screen are closed by the display unit 24a to display the search results in the first area 51 of the electronic journal screen 50 (step S209), and the process proceeds to step S11 in FIG.

図5のステップS11において、CPU21は、操作部22により閉じるキー54のタッチ操作が検出されたか否かを判断する(ステップS11)。
操作部22により閉じるキー54のタッチ操作が検出されていないと判断した場合(ステップS11;NO)、CPU21は、ステップS2に戻る。
操作部22により閉じるキー54のタッチ操作が検出されたと判断した場合(ステップS11;YES)、CPU21は、電子ジャーナル画面50を閉じて電子ジャーナル印刷処理を終了し、表示部24aに元の画面を表示させる。
In step S11 of FIG. 5, the CPU 21 determines whether or not the touch operation of the close key 54 is detected by the operation unit 22 (step S11).
When it is determined that the touch operation of the close key 54 by the operation unit 22 is not detected (step S11; NO), the CPU 21 returns to step S2.
When it is determined that the touch operation of the close key 54 is detected by the operation unit 22 (step S11; YES), the CPU 21 closes the electronic journal screen 50 to end the electronic journal printing process, and displays the original screen on the display unit 24a. Display it.

以上説明したように、情報処理装置1によれば、CPU21は、実施された取引に関する取引データを電子ジャーナルファイル40に記録するとともにその取引データに基づくレシートを発行する。また、CPU21は、機能リスト画面60から「全体サマリー印刷」がタッチ操作されると、電子ジャーナル画面50にリスト表示されている複数の取引データのそれぞれが電子ジャーナルファイル40に記録された際に発行された各レシートの一部の情報をそれぞれ取得し、取得した情報をサマリーとして並べて印刷部28に印刷させる。
したがって、リスト表示されている複数の取引データのそれぞれが電子ジャーナルファイル40に記録された際に発行されたレシートの全情報ではなく、一部の情報をサマリーとして並べて印刷することができるので、印刷された全体から必要な項目の情報を見つけ易く、オペレーターが確認したい取引のデータを効率よく確認することが可能となる。また、リスト表示されている複数の取引データのそれぞれが電子ジャーナルファイル40に記録された際に発行されたレシートの全情報を印刷する「全体印刷」や「全体印刷(情報付き)」に比べて用紙の消費を抑えることができる。
As described above, according to the information processing device 1, the CPU 21 records the transaction data regarding the conducted transaction in the electronic journal file 40 and issues the receipt based on the transaction data. When the “total summary print” is touch-operated from the function list screen 60, the CPU 21 issues when each of the plurality of transaction data listed in the electronic journal screen 50 is recorded in the electronic journal file 40. Part of the information of each receipt thus obtained is acquired, and the acquired information is arranged as a summary and printed by the printing unit 28.
Therefore, not all the information of the receipt issued when each of the plurality of transaction data displayed in the list is recorded in the electronic journal file 40, but a part of the information can be arranged and printed as a summary. It is easy to find the information of the necessary items from the entire list, and it is possible for the operator to efficiently check the transaction data that he wants to check. Further, compared to “entire printing” or “entire printing (with information)” which prints all information of receipts issued when each of the plurality of transaction data displayed in the list is recorded in the electronic journal file 40. The consumption of paper can be suppressed.

また、各レシートの一部の情報として、少なくとも取引種別、取引固有情報、日時情報、担当者情報、取引明細情報の一部のいずれかが含まれるように印刷することで、確認したい取引が一日の業務の流れのいつごろのタイミングで行われた取引か、誰が操作した取引か、又は何の取引か等をオペレーターが把握していれば、その取引の一連番号や正確な時刻を把握していなくても各レシートのサマリーからどのレシートが確認したい取引のものか見当をつけて探すことができ、確認したい取引のデータを効率よく確認することが可能となる。また、取引明細(本文)の一部が表示されていることで、オペレーターに確認したい取引のレシートを特定するための気づきを与えることができる。   Also, by printing so that at least one of the transaction type, transaction specific information, date and time information, person in charge information, and transaction detail information is included as a part of the information of each receipt, it is possible to confirm the transaction to be confirmed. If the operator knows when the transaction was performed at what timing in the day-to-day business process, who operated it, what transaction, etc., the serial number and the exact time of the transaction. Even if you do not have it, you can find out which receipt is for the transaction you want to check from the summary of each receipt, and you can efficiently check the data of the transaction you want to check. In addition, since a part of the transaction details (text) is displayed, it is possible to give the operator an awareness for specifying the receipt of the transaction to be confirmed.

また、印刷対象とする複数の取引データは、第1の領域51にリスト表示されている、指定された日に記録された複数の取引データとすることで、オペレーターが指定された日の取引のデータを効率よく確認することが可能となる。   In addition, the plurality of transaction data to be printed are the transaction data recorded on the designated day, which are listed in the first area 51, so that the operator can confirm the transaction data on the designated day. It is possible to check the data efficiently.

また、検索機能を用いて印刷対象とする複数の取引データを指定された日に記録された複数の取引データのうち指定された条件に合致する取引データとすることで、オペレーターが指定された日の取引データのうち条件に合致した取引データを効率よく確認することが可能となる。   Also, by using the search function to set the multiple transaction data to be printed as transaction data that matches the specified conditions among the multiple transaction data recorded on the specified date, the operator can specify the specified date. It is possible to efficiently confirm the transaction data that matches the conditions among the transaction data of.

なお、上記実施形態における記述内容は、本発明に係る情報処理装置の好適な一例であり、これに限定されるものではない。
例えば、上記実施形態においては、機能キー53と第1の領域51にリスト表示された取引データを連動させ、機能キー53が操作された場合に、第1の領域51にリスト表示された取引データの中から印刷対象や検索対象を取得することとしたが、機能キー53と第1の領域51にリスト表示された取引データを連動させずに、機能キー53が操作された場合に、現在の検索日で指定された日付の取引データ全体の中から印刷対象や検索対象を取得することとしてもよい。機能キー53と第1の領域51にリスト表示された取引データを連動させることにより、機能キー53による機能の対象とする取引データをリスト表示されたものに限定することが可能となる。また、機能キー53と第1の領域51にリスト表示された取引データを連動させないことにより、リスト表示に関わらず、常に、指定された日の1日の全取引データを機能キー53による対象とすることが可能となる。
The description content in the above embodiment is a suitable example of the information processing apparatus according to the present invention, and is not limited to this.
For example, in the above-described embodiment, the function key 53 and the transaction data listed in the first area 51 are linked, and when the function key 53 is operated, the transaction data listed in the first area 51 is displayed. Although the print target or the search target is acquired from among the above, the current value is displayed when the function key 53 is operated without linking the function key 53 with the transaction data listed in the first area 51. The print target or the search target may be acquired from the entire transaction data on the date specified by the search date. By linking the function key 53 with the transaction data displayed in the list in the first area 51, it is possible to limit the transaction data targeted for the function by the function key 53 to the one displayed in the list. Further, by not linking the function key 53 with the transaction data displayed in the list in the first area 51, all the transaction data of one day on the specified day is always targeted by the function key 53 regardless of the list display. It becomes possible to do.

また、例えば、上記の説明では、本発明に係るプログラムのコンピュータ読み取り可能な媒体としてハードディスクや半導体の不揮発性メモリ等を使用した例を開示したが、この例に限定されない。その他のコンピュータ読み取り可能な媒体として、CD−ROM等の可搬型記録媒体を適用することが可能である。また、本発明に係るプログラムのデータを通信回線を介して提供する媒体として、キャリアウエーブ(搬送波)も適用される。   Further, for example, in the above description, an example in which a hard disk, a semiconductor nonvolatile memory, or the like is used as a computer-readable medium of the program according to the present invention is disclosed, but the invention is not limited to this example. As another computer-readable medium, a portable recording medium such as a CD-ROM can be applied. Further, a carrier wave is also applied as a medium for providing the data of the program according to the present invention via a communication line.

その他、情報処理装置を構成する各部の細部構成及び細部動作に関しても、発明の趣旨を逸脱することのない範囲で適宜変更可能である。   In addition, the detailed configuration and the detailed operation of each unit included in the information processing apparatus can be appropriately changed without departing from the spirit of the invention.

本発明のいくつかの実施形態を説明したが、本発明の範囲は、上述の実施形態に限定するものではなく、特許請求の範囲に記載された発明の範囲とその均等の範囲を含む。
以下に、この出願の願書に最初に添付した特許請求の範囲に記載した発明を付記する。付記に記載した請求項の項番は、この出願の願書に最初に添付した特許請求の範囲の通りである。
[付記]
<請求項1>
印刷手段と、
実施された取引に関する取引データを電子ジャーナルファイルに記録するとともに前記取引データに基づくレシートを発行する記録手段と、
複数の取引データのそれぞれが前記電子ジャーナルファイルに記録された際に発行された各レシートの一部の情報をそれぞれ取得し、取得した情報を並べて前記印刷手段に印刷させる制御手段と、
を備える情報処理装置。
<請求項2>
前記制御手段は、前記電子ジャーナルファイルに記録された際に発行された各レシートの一部の情報を前記各レシートが発行されたときの印刷イメージで並べて前記印刷手段に印刷させる請求項1に記載の情報処理装置。
<請求項3>
前記印刷手段に印刷される前記レシートの一部の情報には、少なくとも取引種別、取引固有情報、日時情報、担当者情報、取引明細情報の一部、のいずれかが含まれる請求項1又は2に記載の情報処理装置。
<請求項4>
前記複数の取引データは、指定された日に記録された複数の取引データである請求項1〜3のいずれか一項に記載の情報処理装置。
<請求項5>
前記複数の取引データは、指定された日に記録された複数の取引データのうち指定された条件に合致する取引データである請求項1〜3のいずれか一項に記載の情報処理装置。
<請求項6>
印刷手段を備える情報処理装置に用いられるコンピュータを、
実施された取引に関する取引データを電子ジャーナルファイルに記録するとともに前記取引データに基づくレシートを発行する記録手段と、
複数の取引データのそれぞれが前記電子ジャーナルファイルに記録された際に発行された各レシートの一部の情報をそれぞれ取得し、取得した情報を並べて前記印刷手段に印刷させる制御手段と、
として機能させるためのプログラム。
Although some embodiments of the present invention have been described, the scope of the present invention is not limited to the above-described embodiments and includes the scope of the invention described in the claims and the scope of equivalents thereof.
The inventions described in the scope of the claims attached first to the application for this application will be additionally described below. The claim numbers listed in the appendices are as set forth in the claims initially attached to the application for this application.
[Appendix]
<Claim 1>
Printing means,
Recording means for recording transaction data relating to the conducted transaction in an electronic journal file and issuing a receipt based on the transaction data,
Control means for respectively acquiring a part of information of each receipt issued when each of a plurality of transaction data is recorded in the electronic journal file, and causing the printing means to print the acquired information side by side.
An information processing apparatus including.
<Claim 2>
The control unit causes the printing unit to print a part of information of each receipt issued when the receipt is recorded in the electronic journal file, arranged in a print image when the receipt is issued. Information processing equipment.
<Claim 3>
3. The information of a part of the receipt printed by the printing means includes at least one of transaction type, transaction specific information, date and time information, person in charge information, and a part of transaction detail information. The information processing device described in 1.
<Claim 4>
The information processing apparatus according to claim 1, wherein the plurality of transaction data are a plurality of transaction data recorded on a designated day.
<Claim 5>
The information processing apparatus according to any one of claims 1 to 3, wherein the plurality of transaction data are transaction data that meet a designated condition among a plurality of transaction data recorded on a designated day.
<Claim 6>
A computer used as an information processing device having a printing unit is
Recording means for recording transaction data relating to the conducted transaction in an electronic journal file and issuing a receipt based on the transaction data,
Control means for respectively acquiring a part of information of each receipt issued when each of a plurality of transaction data is recorded in the electronic journal file, and causing the printing means to print the acquired information side by side.
Program to function as.

1 情報処理装置
21 CPU(記録手段、制御手段)
22 操作部
23 RAM
24a,24b 表示部
25 ROM
251 電子ジャーナルプログラム
26 通信部
27 記憶部
40 電子ジャーナルファイル
28 印刷部
29 ドロア
30 計時部
31 バス
50 電子ジャーナル画面
51 第1の領域
52 第2の領域
511 日付選択部
511a 検索日表示欄
511b 右矢印キー
511c 左矢印キー
512 リスト表示部
53 機能キー
54 閉じるキー
60 機能リスト画面
60a 機能リスト
60b 閉じるキー
1 Information processing device 21 CPU (recording means, control means)
22 operation unit 23 RAM
24a, 24b display unit 25 ROM
251 Electronic journal program 26 Communication unit 27 Storage unit 40 Electronic journal file 28 Printing unit 29 Drawer 30 Timing unit 31 Bus 50 Electronic journal screen 51 First area 52 Second area 511 Date selection unit 511a Search date display field 511b Right arrow Key 511c Left arrow key 512 List display 53 Function key 54 Close key 60 Function list screen 60a Function list 60b Close key

Claims (6)

印刷手段と、
実施された取引に関する取引データを電子ジャーナルファイルに記録するとともに前記取引データに基づくレシートを発行する記録手段と、
複数の取引データのそれぞれが前記電子ジャーナルファイルに記録された際に発行された各レシートの一部の情報をそれぞれ取得し、取得した情報を並べて前記印刷手段に印刷させる制御手段と、
を備える情報処理装置。
Printing means,
Recording means for recording transaction data relating to the conducted transaction in an electronic journal file and issuing a receipt based on the transaction data,
Control means for respectively acquiring a part of information of each receipt issued when each of a plurality of transaction data is recorded in the electronic journal file, and causing the printing means to print the acquired information side by side.
An information processing apparatus including.
前記制御手段は、前記電子ジャーナルファイルに記録された際に発行された各レシートの一部の情報を前記各レシートが発行されたときの印刷イメージで並べて前記印刷手段に印刷させる請求項1に記載の情報処理装置。   The control unit causes the printing unit to print a part of information of each receipt issued when the receipt is recorded in the electronic journal file, arranged in a print image when the receipt is issued. Information processing equipment. 前記印刷手段に印刷される前記レシートの一部の情報には、少なくとも取引種別、取引固有情報、日時情報、担当者情報、取引明細情報の一部、のいずれかが含まれる請求項1又は2に記載の情報処理装置。   3. The information of a part of the receipt printed by the printing means includes at least one of transaction type, transaction specific information, date and time information, person in charge information, and a part of transaction detail information. The information processing device described in 1. 前記複数の取引データは、指定された日に記録された複数の取引データである請求項1〜3のいずれか一項に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the plurality of transaction data are a plurality of transaction data recorded on a designated day. 前記複数の取引データは、指定された日に記録された複数の取引データのうち指定された条件に合致する取引データである請求項1〜3のいずれか一項に記載の情報処理装置。   The information processing apparatus according to any one of claims 1 to 3, wherein the plurality of transaction data are transaction data that meet a designated condition among a plurality of transaction data recorded on a designated day. 印刷手段を備える情報処理装置に用いられるコンピュータを、
実施された取引に関する取引データを電子ジャーナルファイルに記録するとともに前記取引データに基づくレシートを発行する記録手段と、
複数の取引データのそれぞれが前記電子ジャーナルファイルに記録された際に発行された各レシートの一部の情報をそれぞれ取得し、取得した情報を並べて前記印刷手段に印刷させる制御手段と、
として機能させるためのプログラム。
A computer used as an information processing device having a printing unit is
Recording means for recording transaction data relating to the conducted transaction in an electronic journal file and issuing a receipt based on the transaction data,
Control means for respectively acquiring a part of information of each receipt issued when each of a plurality of transaction data is recorded in the electronic journal file, and causing the printing means to print the acquired information side by side.
Program to function as.
JP2018203434A 2018-10-30 2018-10-30 Information processor and program Pending JP2020071555A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018203434A JP2020071555A (en) 2018-10-30 2018-10-30 Information processor and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018203434A JP2020071555A (en) 2018-10-30 2018-10-30 Information processor and program

Publications (2)

Publication Number Publication Date
JP2020071555A true JP2020071555A (en) 2020-05-07
JP2020071555A5 JP2020071555A5 (en) 2021-12-02

Family

ID=70547809

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018203434A Pending JP2020071555A (en) 2018-10-30 2018-10-30 Information processor and program

Country Status (1)

Country Link
JP (1) JP2020071555A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07249177A (en) * 1994-03-09 1995-09-26 Tec Corp Commodity sales register data processor
JP2013114399A (en) * 2011-11-28 2013-06-10 Toshiba Tec Corp Commodity sales data processor and program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07249177A (en) * 1994-03-09 1995-09-26 Tec Corp Commodity sales register data processor
JP2013114399A (en) * 2011-11-28 2013-06-10 Toshiba Tec Corp Commodity sales data processor and program

Similar Documents

Publication Publication Date Title
CN105139554B (en) Sales data processing unit and electronic billing system
US20210027268A1 (en) Commodity sales data processing apparatus and commodity sales data processing method
JP5225727B2 (en) Touch panel type input device
JP7468728B2 (en) Information processing device and program
JP6623791B2 (en) Commercial transaction processing device and program
JP6390250B2 (en) Product sales data processing system, product data processing device and program
JP4282700B2 (en) Accounting processing apparatus, accounting processing method, accounting processing program, and program recording medium
JPH08167077A (en) Article sale registration data processor
JP2020071555A (en) Information processor and program
JP2020071554A (en) Information processor and program
JP2008210296A (en) Commodity sales data processor and computer program for commodity sales data processing
JP5764701B2 (en) Commerce processing apparatus and receipt details search program
JP6984857B2 (en) Product data processing equipment and programs
JP2013114339A (en) Commodity sales data processor and program
JP5562913B2 (en) Merchandise sales data processing apparatus and receipt details search program
JP5372058B2 (en) Payment processing apparatus, program, and payment processing system
JP6699190B2 (en) Sales data processing device, selection key display method and program
JP5544769B2 (en) Sales data processing apparatus and program
US20220076350A1 (en) Accounting apparatus, registration apparatus, and control method
JP7346477B2 (en) Accounting processing equipment, display methods and programs
JP6382389B2 (en) Information processing apparatus and information processing program
JP6148977B2 (en) Merchandise sales data processing apparatus and display control program
JP2018152009A (en) Menu display control device, order reception system, and program
JP6730117B2 (en) Sales data processing device and program
JP6138198B2 (en) Commerce processing apparatus and receipt details search program

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20211001

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20211001

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220929

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20221004

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20221130

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20230117