JP2014164443A - Order terminal, terminal monitoring device and terminal monitoring program - Google Patents

Order terminal, terminal monitoring device and terminal monitoring program Download PDF

Info

Publication number
JP2014164443A
JP2014164443A JP2013033749A JP2013033749A JP2014164443A JP 2014164443 A JP2014164443 A JP 2014164443A JP 2013033749 A JP2013033749 A JP 2013033749A JP 2013033749 A JP2013033749 A JP 2013033749A JP 2014164443 A JP2014164443 A JP 2014164443A
Authority
JP
Japan
Prior art keywords
event
screen
order
terminal
execution condition
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2013033749A
Other languages
Japanese (ja)
Other versions
JP5764593B2 (en
Inventor
Hideji Yabu
秀二 藪
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 JP2013033749A priority Critical patent/JP5764593B2/en
Publication of JP2014164443A publication Critical patent/JP2014164443A/en
Application granted granted Critical
Publication of JP5764593B2 publication Critical patent/JP5764593B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Cash Registers Or Receiving Machines (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PROBLEM TO BE SOLVED: To enable provision of a proper service according to operation state of an order terminal.SOLUTION: A terminal monitoring device detects an operation event which has occurred in an order terminal for receiving a menu order by an operation input from an operation device and acquires operation log information including this operation event and an occurrence time of the operation event. The terminal monitoring device monitors whether an operation event satisfying execution criteria of a processing event has occurred within a limit time by referring the acquired operation log information on the basis of a monitoring table storing the execution criteria and the time limit, and executes the processing event for the execution criteria when it has occurred.

Description

本発明の実施形態は、飲食店のオーダ端末及びこの端末の監視装置並びにコンピュータを当該監視装置として機能させるための端末監視プログラムに関する。   Embodiments of the present invention relate to an order terminal of a restaurant, a monitoring device for the terminal, and a terminal monitoring program for causing a computer to function as the monitoring device.

近年、飲食店向けのセルフオーダシステムが開発され、実用に供されている。このシステムは、オーダ端末と、厨房端末と、POS(Point Of Sales)端末と、各端末を制御するサーバとを含む。各端末は、無線または有線の通信手段を介してサーバに接続される。オーダ端末は、客席に設置される。オーダ端末は、操作デバイスと表示デバイスとを有する。表示デバイスには、メニュー画面が表示される。客席に着いた客は、操作デバイスを操作して、所望のメニュー品目をメニュー画面から注文する。   In recent years, self-order systems for restaurants have been developed and put into practical use. This system includes an order terminal, a kitchen terminal, a POS (Point Of Sales) terminal, and a server that controls each terminal. Each terminal is connected to a server via a wireless or wired communication means. The order terminal is installed in the passenger seat. The order terminal has an operation device and a display device. A menu screen is displayed on the display device. A customer who arrives at the passenger seat operates the operation device and orders a desired menu item from the menu screen.

特開平9−212749号公報JP-A-9-212749

多くのメニュー品目を取扱う飲食店のセルフオーダシステムでは、メニュー画面が階層構造となっている。このため、オーダ端末の操作に不慣れな客は、メニュー品目を円滑に注文できない。   In a self-order system of a restaurant that handles many menu items, the menu screen has a hierarchical structure. For this reason, customers unfamiliar with the operation of the order terminal cannot order menu items smoothly.

一実施形態が解決しようとする課題は、オーダ端末の操作状況に応じて適切なサービスを提供できる端末監視装置を提供しようとするものである。   A problem to be solved by an embodiment is to provide a terminal monitoring apparatus that can provide an appropriate service according to an operation status of an order terminal.

一実施形態において、端末監視装置は、操作検出手段と、操作ログ収集手段と、監視手段とを含む。操作検出手段は、操作デバイスからの操作入力によりメニューの注文を受け付けるオーダ端末で発生した操作イベントを検出する。操作ログ収集手段は、操作イベントと当該操作イベントの発生時刻とを含む操作ログ情報を収集する。監視手段は、例えば監視テーブルに設定された処理イベントの実行条件と制限時間とに基づき、操作ログ収集手段により収集された操作ログ情報を参照して、実行条件を満たす操作イベントが制限時間内に発生したか監視し、発生した場合にその実行条件に対する処理イベントを実行させる。   In one embodiment, the terminal monitoring apparatus includes an operation detection unit, an operation log collection unit, and a monitoring unit. The operation detection means detects an operation event that has occurred in an order terminal that accepts an order for a menu by an operation input from an operation device. The operation log collection unit collects operation log information including an operation event and the time when the operation event occurred. For example, the monitoring unit refers to the operation log information collected by the operation log collection unit based on the execution condition and the time limit of the processing event set in the monitoring table, and the operation event satisfying the execution condition is within the time limit. Monitor whether it occurred, and if it occurs, execute a processing event for that execution condition.

セルフオーダシステムの概略図。Schematic of the self-order system. オーダ端末の構成を示すブロック図。The block diagram which shows the structure of an order terminal. ディスプレイに表示される一般的な画像の遷移例を示す模式図。The schematic diagram which shows the example of a transition of the general image displayed on a display. オーダ端末のCPUが有する端末監視機能を示すブロック図。The block diagram which shows the terminal monitoring function which CPU of an order terminal has. 操作ログファイルに保存される操作ログ情報のレコードフォーマットを示す模式図。The schematic diagram which shows the record format of the operation log information preserve | saved at an operation log file. 画面ログファイルに保存される画面ログ情報のレコードフォーマットを示す模式図。The schematic diagram which shows the record format of the screen log information preserve | saved at a screen log file. 監視テーブルのデータ構造を示す模式図。The schematic diagram which shows the data structure of a monitoring table. 端末監視プログラムに従って実行するCPUの処理手順を示す流れ図。The flowchart which shows the process sequence of CPU performed according to a terminal monitoring program.

以下、端末監視装置の一実施形態について、図面を用いて説明する。なお、この実施形態は、飲食店のセルフオーダシステムに用いられるオーダ端末を監視するものであり、オーダ端末が自らの監視機能を搭載した場合である。   Hereinafter, an embodiment of a terminal monitoring apparatus will be described with reference to the drawings. In this embodiment, the order terminal used in the restaurant self-order system is monitored, and the order terminal is equipped with its own monitoring function.

図1は、セルフオーダシステム10の概略図である。セルフオーダシステム10は、複数台のオーダ端末11と、厨房端末12と、POS端末13と、注文管理サーバ14と、無線基地局15と、表示装置16とを含む。注文管理サーバ14は、LAN(Local Area Network)17を介して、厨房端末12、POS端末13、無線基地局15及び表示装置16を有線で接続する。また注文管理サーバ14は、無線基地局15を介して各オーダ端末11を無線で接続する。   FIG. 1 is a schematic diagram of a self-order system 10. The self-order system 10 includes a plurality of order terminals 11, a kitchen terminal 12, a POS terminal 13, an order management server 14, a radio base station 15, and a display device 16. The order management server 14 connects the kitchen terminal 12, the POS terminal 13, the wireless base station 15, and the display device 16 via a LAN (Local Area Network) 17 in a wired manner. Further, the order management server 14 wirelessly connects the order terminals 11 via the wireless base station 15.

なお、注文管理サーバ14と、厨房端末12、POS端末13、無線基地局15または表示装置16との接続は、有線でなく無線であってもよい。また、注文管理サーバ14と各オーダ端末11との接続は、無線でなく有線であってもよい。   Note that the connection between the order management server 14 and the kitchen terminal 12, the POS terminal 13, the wireless base station 15, or the display device 16 may be wireless instead of wired. Further, the connection between the order management server 14 and each order terminal 11 may be wired instead of wireless.

オーダ端末11は、飲食店の各客席にそれぞれ設置される。オーダ端末11は、少なくとも操作デバイスと表示デバイスとを有する。表示デバイスには、少なくともメニュー画面が表示される。客席に着いた客は、操作デバイスを操作して、所望のメニュー品目をメニュー画面から注文する。オーダ端末11は、無線回路を内蔵しており、注文されたメニュー品目に係るデータ、いわゆる注文データを無線送信する。   The order terminal 11 is installed in each seat of the restaurant. The order terminal 11 has at least an operation device and a display device. At least a menu screen is displayed on the display device. A customer who arrives at the passenger seat operates the operation device and orders a desired menu item from the menu screen. The order terminal 11 has a built-in wireless circuit and wirelessly transmits data relating to the ordered menu item, so-called order data.

無線基地局15は、各オーダ端末11と無線通信ができるように、例えば客席の天井部に取り付けられる。無線基地局15は、各オーダ端末11から無線送信される注文データを受信し、LAN17を介して注文管理サーバ14に転送する。   The radio base station 15 is attached to, for example, a ceiling portion of a passenger seat so as to perform radio communication with each order terminal 11. The radio base station 15 receives the order data wirelessly transmitted from each order terminal 11 and transfers it to the order management server 14 via the LAN 17.

注文管理サーバ14は、各オーダ端末11から受信した注文データを客別に記憶する。また注文管理サーバ14は、注文データから注文を受けたメニュー品目を特定し、このメニュー品目を識別するデータを厨房端末12に送信する。   The order management server 14 stores the order data received from each order terminal 11 for each customer. The order management server 14 specifies the menu item for which the order has been received from the order data, and transmits data for identifying the menu item to the kitchen terminal 12.

厨房端末12は、厨房に設置される。厨房端末12は、注文管理サーバ14からのデータから識別されるメニュー品目、つまりは注文を受けたメニュー品目の情報を出力する。出力方式は、表示、印字、音声のいずれであってもよい。あるいは1以上の出力方式を組み合わせてもよい。厨房の調理担当者は、厨房端末12から出力される情報により注文を受けたメニュー品目を把握し、調理を開始する。   The kitchen terminal 12 is installed in the kitchen. The kitchen terminal 12 outputs information on the menu item identified from the data from the order management server 14, that is, the menu item for which the order has been received. The output method may be any of display, printing, and sound. Alternatively, one or more output methods may be combined. The person in charge of cooking in the kitchen grasps the ordered menu item based on the information output from the kitchen terminal 12, and starts cooking.

POS端末13は、会計場(レジ)に設置される。POS端末13は、客を特定するデータとして例えば客席番号の入力を受け付ける。客席番号の入力に応じて、POS端末13は、注文管理サーバ14にその客席番号を送信する。注文管理サーバ14は、記憶部に記憶された客別の注文データのなかから、受信した客席番号の客席に着いている客の注文データを検出する。注文管理サーバ14は、検出した注文データを、LAN17を介してPOS端末13に送信する。POS端末13は、受信した注文データを基に飲食代金を算出し、この飲食代金の会計を処理する。   The POS terminal 13 is installed at an accounting place (register). The POS terminal 13 receives, for example, an input of a passenger seat number as data for specifying a customer. In response to the input of the seat number, the POS terminal 13 transmits the seat number to the order management server 14. The order management server 14 detects the order data of the customer who has arrived at the seat of the received seat number from the order data for each customer stored in the storage unit. The order management server 14 transmits the detected order data to the POS terminal 13 via the LAN 17. The POS terminal 13 calculates a food and beverage price based on the received order data, and processes the accounting for the food and beverage price.

表示装置16は、接客担当者に対して様々な情報を表示するために、客席内の所定の場所に設置される。表示装置16の台数は、1台に限定されるものではない。客席内の複数個所に、それぞれ表示装置16が設置されていてもよい。同様に、厨房端末12、無線基地局15、POS端末13の台数も1台に限定されるものではなく、店の規模に応じて適宜増設することができる。   The display device 16 is installed at a predetermined location in the passenger seat in order to display various information to the customer service representative. The number of display devices 16 is not limited to one. Display devices 16 may be installed at a plurality of locations in the passenger seat. Similarly, the number of kitchen terminals 12, wireless base stations 15, and POS terminals 13 is not limited to one, and can be increased as appropriate according to the scale of the store.

図2は、オーダ端末11の構成を示すブロック図である。オーダ端末11は、CPU(Central Processing Unit)21、ROM(Read Only Memory)22、RAM(Random Access Memory)23、補助記憶部24、時計部25、無線回路26及びタッチパネル27を含む。CPU21には、アドレスバス及びデータバスを含むシステムバス28が接続される。そしてこのシステムバス28に、ROM22、RAM23、補助記憶部24及び時計部25が接続される。また、無線回路26及びタッチパネル27は、図示しない入出力回路を介してシステムバス28に接続される。   FIG. 2 is a block diagram showing the configuration of the order terminal 11. The order terminal 11 includes a central processing unit (CPU) 21, a read only memory (ROM) 22, a random access memory (RAM) 23, an auxiliary storage unit 24, a clock unit 25, a radio circuit 26, and a touch panel 27. A system bus 28 including an address bus and a data bus is connected to the CPU 21. Then, the ROM 22, the RAM 23, the auxiliary storage unit 24, and the clock unit 25 are connected to the system bus 28. The wireless circuit 26 and the touch panel 27 are connected to the system bus 28 via an input / output circuit (not shown).

コンピュータの中枢部分に相当するCPU21は、所定のプログラムに従い、オーダ端末11として必要な演算処理を実行する。コンピュータの主記憶部分に相当するROM22は、上記プログラム等の固定的なデータを記憶する。同じくコンピュータの主記憶部分に相当するRAM23は、注文データ等の可変的なデータを記憶する。コンピュータの補助記憶部分に相当する補助記憶部24は、プログラム、データファイル等を記憶する。また補助記憶部24は、電源オフ時のデータバックアップ領域としても機能する。HDD(Hard Disk Drive)、SSD(Solid State Drive)、EEPROM(Electrically Erasable Programmable Read Only Memory)等が、補助記憶部として適用される。時計部25は、現在の日付及び時刻を計時する。無線回路26は、無線基地局15との間で無線によるデータの送受信を実行する。   The CPU 21 corresponding to the central part of the computer executes arithmetic processing required as the order terminal 11 according to a predetermined program. A ROM 22 corresponding to a main storage portion of the computer stores fixed data such as the above-described program. Similarly, the RAM 23 corresponding to the main storage portion of the computer stores variable data such as order data. The auxiliary storage unit 24 corresponding to the auxiliary storage part of the computer stores programs, data files, and the like. The auxiliary storage unit 24 also functions as a data backup area when the power is turned off. An HDD (Hard Disk Drive), an SSD (Solid State Drive), an EEPROM (Electrically Erasable Programmable Read Only Memory), or the like is applied as the auxiliary storage unit. The clock unit 25 measures the current date and time. The wireless circuit 26 performs wireless data transmission / reception with the wireless base station 15.

タッチパネル27は、表示デバイスであるパネル型のディスプレイ27dと、操作デバイスであるタッチセンサ27tとを含む。タッチセンサ27tは、ディスプレイ27dの画面に重ねて配置されており、タッチ操作された画面上の位置を検出する。   The touch panel 27 includes a panel-type display 27d that is a display device and a touch sensor 27t that is an operation device. The touch sensor 27t is arranged so as to overlap the screen of the display 27d, and detects the position on the screen where the touch operation is performed.

図3は、ディスプレイ27dに表示される一般的な画像の遷移例を示す模式図である。オーダ端末11がアイドル状態のとき、ディスプレイ27dの画面には、待受け画像51が表示される。この待受け画像51が表示されている画面の任意の場所がタッチされたことをタッチセンサ27tが検出した場合、画面は、待受け画像51からメニュー画像52に切り替わる。   FIG. 3 is a schematic diagram illustrating a transition example of a general image displayed on the display 27d. When the order terminal 11 is in the idle state, the standby image 51 is displayed on the screen of the display 27d. When the touch sensor 27 t detects that an arbitrary place on the screen on which the standby image 51 is displayed is touched, the screen is switched from the standby image 51 to the menu image 52.

メニュー画像52は、階層構造となっている。1階層目のメニュー画像52-1には、サラダ類、焼き物類、揚げ物類、飲料類等のように、メニュー品目を分類するカテゴリの選択ボタンが表示される。2階層目以降のメニュー画像52-2,52-3,…には、選択されたカテゴリに属するメニュー品目の選択ボタンが表示される。   The menu image 52 has a hierarchical structure. The menu image 52-1 in the first layer displays a category selection button for classifying menu items such as salads, grilled foods, fried foods, and beverages. In the menu images 52-2, 52-3,... In the second and subsequent layers, menu item selection buttons belonging to the selected category are displayed.

例えば、メニュー画像52-1で飲料類が選択された場合、ビール類、日本種類、焼酎類、ソフトドリンク類等の飲料に属するカテゴリを選択するためのボタンが配置された2階層目のメニュー画像52-2が表示される。さらに、このメニュー画像52-2でビール類が選択された場合には、ビールの銘柄を選択するためのボタンが配置された3階層目のメニュー画像52-3が表示される。   For example, when a beverage is selected in the menu image 52-1, a menu image on the second layer in which buttons for selecting a category belonging to a beverage such as beer, Japanese type, shochu, and soft drink are arranged. 52-2 is displayed. Further, when beer is selected in the menu image 52-2, a menu image 52-3 on the third layer in which buttons for selecting a brand of beer are arranged is displayed.

メニュー画像52には、確認ボタンと会計ボタンの画像も表示される。確認ボタンがタッチされたことをタッチセンサ27tが検出した場合、画面は、メニュー画像52から注文状況画像53に切り替わる。注文状況画像53には、当該オーダ端末11を操作して客が注文したメニュー品目の係る情報が表示される。情報には、例えば調理中なのか配膳済なのかといった内容も含まれる。注文状況画像53は、例えば一定時間表示されると消去され、画面はメニュー画像52に戻る。   In the menu image 52, images of a confirmation button and an accounting button are also displayed. When the touch sensor 27 t detects that the confirmation button has been touched, the screen is switched from the menu image 52 to the order status image 53. In the order status image 53, information related to the menu item ordered by the customer by operating the order terminal 11 is displayed. The information includes contents such as whether cooking is in progress or serving. For example, when the order status image 53 is displayed for a certain time, the order status image 53 is deleted, and the screen returns to the menu image 52.

会計ボタンがタッチされたことをタッチセンサ27tが検出した場合、画面は、メニュー画像52から会計画像54に切り替わる。会計画像54には、当該オーダ端末11を操作して客が注文したメニュー品目の明細と合計金額が表示される。会計画像54は、例えば一定時間表示されると消去され、画面は待受け画像51に戻る。   When the touch sensor 27 t detects that the accounting button has been touched, the screen is switched from the menu image 52 to the accounting image 54. The transaction image 54 displays the details of the menu items ordered by the customer by operating the order terminal 11 and the total amount. For example, the accounting image 54 is deleted when displayed for a certain period of time, and the screen returns to the standby image 51.

ここに、オーダ端末11は、メニュー画像52をディスプレイ27dに表示させ、タッチセンサ27tを介して入力される情報によりメニューの注文を受け付ける受付手段を備える。   Here, the order terminal 11 includes a receiving unit that displays a menu image 52 on the display 27d and receives a menu order based on information input via the touch sensor 27t.

CPU21は、端末監視機能30を備える。端末監視機能30は、端末監視プログラムによって実現される。端末監視プログラムは、プログラム記憶部であるROM22または補助記憶部24に記憶される。   The CPU 21 includes a terminal monitoring function 30. The terminal monitoring function 30 is realized by a terminal monitoring program. The terminal monitoring program is stored in the ROM 22 or the auxiliary storage unit 24 that is a program storage unit.

図4は、端末監視機能30を示すブロック図である。端末監視機能30は、操作検出手段31、操作ログ検出手段32、画面検出手段33、表示ログ検出手段34、監視テーブル35及び監視手段35を含む。   FIG. 4 is a block diagram showing the terminal monitoring function 30. The terminal monitoring function 30 includes an operation detection unit 31, an operation log detection unit 32, a screen detection unit 33, a display log detection unit 34, a monitoring table 35 and a monitoring unit 35.

操作検出手段31は、操作デバイスであるタッチセンサ27tからの操作入力によりオーダ端末11で発生した操作イベントを検出する。操作ログ検出手段32は、操作イベントと当該操作イベントの発生時刻とを含む操作ログ情報を収集する。収集された操作ログ情報は、操作ログファイル41に保存される。   The operation detection unit 31 detects an operation event that has occurred in the order terminal 11 by an operation input from the touch sensor 27t that is an operation device. The operation log detection unit 32 collects operation log information including an operation event and the time when the operation event occurred. The collected operation log information is stored in the operation log file 41.

画面検出手段33は、表示デバイスであるディスプレイ27dに表示される画面イベントを検出する。表示ログ検出手段34は、画面イベントと当該画面イベントの発生時刻とを含む画面ログ情報を収集する。収集された画面ログ情報は、画面ログファイル42に保存される。   The screen detection unit 33 detects a screen event displayed on the display 27d which is a display device. The display log detection unit 34 collects screen log information including a screen event and the occurrence time of the screen event. The collected screen log information is stored in the screen log file 42.

監視手段35は、処理イベントの実行条件と制限時間とを記憶する監視テーブル43に基づき、操作ログファイル41に収集された操作ログ情報を参照する。そして監視手段35は、実行条件を満たす操作イベントが制限時間内に発生したか監視し、発生した場合に、オーダ端末11に対してその実行条件に対する処理イベントを実行させる。また、監視手段35は、前記監視テーブル43に基づき、画面ログファイル42に収集された画面ログ情報を参照する。そして監視手段35は、実行条件を満たす画面イベントが制限時間内に発生したか監視し、発生した場合に、オーダ端末11に対してその実行条件に対する処理イベントを実行させる。   The monitoring unit 35 refers to the operation log information collected in the operation log file 41 based on the monitoring table 43 that stores the execution conditions and time limit of the processing event. The monitoring unit 35 monitors whether an operation event satisfying the execution condition has occurred within the time limit, and when it occurs, causes the order terminal 11 to execute a processing event for the execution condition. The monitoring unit 35 refers to the screen log information collected in the screen log file 42 based on the monitoring table 43. The monitoring unit 35 monitors whether a screen event satisfying the execution condition has occurred within the time limit, and when it occurs, causes the order terminal 11 to execute a processing event corresponding to the execution condition.

前記操作ログファイル41、画面ログファイル42及び監視テーブル43は、補助記憶部24に格納される。
図5は、操作ログファイル41に保存される操作ログ情報41rのレコードフォーマットを示す模式図である。図示するように、操作ログ情報41rは、操作イベントViを特定する情報(イベント名、イベントコード等)と、そのイベントが発生した時刻情報(時分秒)とを含む。操作ログファイル41は、操作ログ情報41rを例えば発生時刻が遅い順に保存する。
The operation log file 41, the screen log file 42, and the monitoring table 43 are stored in the auxiliary storage unit 24.
FIG. 5 is a schematic diagram showing a record format of the operation log information 41 r stored in the operation log file 41. As shown in the figure, the operation log information 41r includes information (event name, event code, etc.) specifying the operation event Vi and time information (hour / minute / second) when the event occurred. The operation log file 41 stores the operation log information 41r, for example, in order from the latest occurrence time.

図6は、画面ログファイル42に保存される画面ログ情報42rのレコードフォーマットを示す模式図である。図示するように、画面ログ情報42rは、画面イベントWiを特定する情報(イベント名、イベントコード等)と、そのイベントが発生した時刻情報(時分秒)とを含む。画面ログファイル42は、画面ログ情報42rを例えば発生時刻が遅い順に保存する。   FIG. 6 is a schematic diagram showing a record format of the screen log information 42 r stored in the screen log file 42. As shown in the figure, the screen log information 42r includes information (event name, event code, etc.) specifying the screen event Wi and time information (hour / minute / second) when the event occurred. The screen log file 42 stores the screen log information 42r, for example, in order from the latest occurrence time.

図7は、監視テーブル43のデータ構造を示す模式図である。図示するように、監視テーブル43は、実行条件のデータ領域43aと、制限時間のデータ領域43bと、処理イベントのデータ領域43cとに区分される。データ領域43aには、対応する処理イベントの実行条件である操作イベントまたは画面イベントに関するデータがセットされる。データ領域43bには、対応する実行条件の成立に至る制限時間がセットされる。データ領域43cには、対応する制限時間内に対応する成立条件が成立した場合に実行される処理イベントを特定する情報(イベント名、イベントコード等)がセットされる。   FIG. 7 is a schematic diagram showing the data structure of the monitoring table 43. As shown in the figure, the monitoring table 43 is divided into an execution condition data area 43a, a time limit data area 43b, and a processing event data area 43c. In the data area 43a, data related to an operation event or a screen event that is an execution condition of the corresponding processing event is set. A time limit until the corresponding execution condition is satisfied is set in the data area 43b. In the data area 43c, information (event name, event code, etc.) for specifying a processing event to be executed when a corresponding establishment condition is established within the corresponding time limit is set.

因みに、図7に示す監視テーブル43の1ライン目には、制限時間T1内に操作イベントV1がm回発生した場合に処理イベントY1を実行することを示すデータが格納されている。2ライン目には、制限時間T2内に画面イベントW1がn回発生した場合に、処理イベントY2を実行することを示すデータが格納されている。3ライン目には、制限時間T3内に画面イベントW2に続いて画面イベントW3が発生した場合に、処理イベントY3を実行することを示すデータが格納されている。   Incidentally, the first line of the monitoring table 43 shown in FIG. 7 stores data indicating that the processing event Y1 is executed when the operation event V1 occurs m times within the time limit T1. The second line stores data indicating that the processing event Y2 is executed when the screen event W1 occurs n times within the time limit T2. The third line stores data indicating that the processing event Y3 is executed when the screen event W3 occurs following the screen event W2 within the time limit T3.

図8は、端末監視プログラムに従って実行するCPU21の処理手順を示す流れ図である。CPU21は、操作イベントViが発生するのを待機する(Act1)。タッチセンサ27tからの信号により画面がタッチ操作されたことを検出した場合、CPU21は、操作イベントViが発生したと判断する(Act1にてYES:操作検出手段21)。そしてCPU21は、画面の状態とタッチ位置とから操作イベントViを認識し、この操作イベントViを特定する情報と時計部25から読み込んだ時刻情報とから操作ログ情報41rを生成する(Act2)。CPU21は、操作ログ情報41rを操作ログファイル41に書き込む(Act3:操作ログ収集手段32)。   FIG. 8 is a flowchart showing the processing procedure of the CPU 21 executed in accordance with the terminal monitoring program. The CPU 21 waits for an operation event Vi to occur (Act 1). When it is detected that the screen is touched by a signal from the touch sensor 27t, the CPU 21 determines that an operation event Vi has occurred (YES in Act1: YES in the operation detection unit 21). Then, the CPU 21 recognizes the operation event Vi from the screen state and the touch position, and generates operation log information 41r from the information specifying the operation event Vi and the time information read from the clock unit 25 (Act2). The CPU 21 writes the operation log information 41r to the operation log file 41 (Act3: operation log collection means 32).

CPU21は、上記操作イベントViに応じて画面イベントWiが発生したか否かを判断する(Act4)。画面イベントWiが発生していない場合(Act4にてNO)、CPU21はAct1の処理に戻り、次の操作イベントViを待機する。   The CPU 21 determines whether or not a screen event Wi has occurred in response to the operation event Vi (Act 4). When the screen event Wi has not occurred (NO in Act4), the CPU 21 returns to the processing of Act1 and waits for the next operation event Vi.

画面イベントWiが発生した場合(Act4にてYES:画面検出手段)、CPU21は、その画面イベントWiを特定する情報と時計部25から読み込んだ時刻情報とから画面ログ情報42rを生成する(Act5)。CPU21は、画面ログ情報42rを画面ログファイル42に書き込む(Act6:画面ログ収集手段34)。   When a screen event Wi occurs (YES in Act4: YES, screen detection means), the CPU 21 generates screen log information 42r from information specifying the screen event Wi and time information read from the clock unit 25 (Act5). . The CPU 21 writes the screen log information 42r into the screen log file 42 (Act 6: screen log collection means 34).

CPU21は、監視テーブル43のデータ領域43a,43b,43cに設定されている実行条件,制限時間及び処理イベントの各情報を読み出す(Act7)。そしてCPU21は、操作ログファイル41及び画面ログファイル42に保存された操作ログ情報41r及び画面ログ情報42rを検索して、上記制限時間内に上記実行条件を満足するイベントが発生したか否かを確認する(Act8)。実行条件を満足するイベントが1つも発生していない場合(Act8にてNO)、CPU21は、Act1の処理に戻り、次の操作イベントViを待機する。   The CPU 21 reads information on the execution condition, the time limit, and the processing event set in the data areas 43a, 43b, and 43c of the monitoring table 43 (Act7). Then, the CPU 21 searches the operation log information 41r and the screen log information 42r stored in the operation log file 41 and the screen log file 42, and determines whether or not an event that satisfies the execution condition occurs within the time limit. Confirm (Act8). If no event that satisfies the execution condition has occurred (NO in Act 8), the CPU 21 returns to the process of Act 1 and waits for the next operation event Vi.

実行条件を満足するイベントが少なくとも1つ発生していた場合(Act8にてYES)、CPU21は、対応する処理イベントYiを認識する。そしてCPU21は、この処理イベントYiを実行させる(Act9:監視手段35)。しかる後、CPU21は、Act1の処理に戻り、次の操作イベントViを待機する。   If at least one event that satisfies the execution condition has occurred (YES in Act 8), the CPU 21 recognizes the corresponding processing event Yi. Then, the CPU 21 executes this processing event Yi (Act 9: monitoring means 35). Thereafter, the CPU 21 returns to the process of Act1 and waits for the next operation event Vi.

以下、実行条件、制限時間及び処理イベントの具体例について説明する。   Hereinafter, specific examples of the execution condition, the time limit, and the processing event will be described.

[具体例1]
・実行条件:注文以外の操作イベントが100回
・制限時間:3分
・処理イベント:店員の呼び出し
上記具体例1の場合、注文を指令する操作イベント以外の操作イベントが3分間に100回発生した場合、処理イベントとしてオーダ端末11から店員呼出コマンドが無線送信される。因みに、注文を指令する操作イベントは、メニュー画像52-1からメニュー品目が選択された状態で、注文ボタンがタッチされると発生する。
[Specific Example 1]
・ Execution condition: Operation event other than order 100 times ・ Time limit: 3 minutes ・ Processing event: Call of store clerk In the case of the above specific example 1, operation event other than the operation event that orders orders occurs 100 times in 3 minutes In this case, a clerk calling command is wirelessly transmitted from the order terminal 11 as a processing event. Incidentally, an operation event for instructing an order is generated when an order button is touched while a menu item is selected from the menu image 52-1.

オーダ端末11において、注文を指令する操作イベント無しに操作イベントが3分間に100回も発生するという事象は、客がメニュー品目の注文操作に迷っていると考えられる。このような場合、本実施形態では、オーダ端末11から店員呼出コマンドが無線送信される。上記店員呼出コマンドは、無線基地局15を介して注文管理サーバ14に送られる。上記店員呼出コマンドには、コマンド送信元のオーダ端末11を識別する情報が含まれる。注文管理サーバ14は、上記店員呼出コマンドに応じて、表示装置16にコマンド送信元のオーダ端末11が設置されている客席の情報を表示させる。この情報により、接客担当者は、該当する客席に出向いて、操作を迷っている客に適切なアドバイスをすることができる。   In the order terminal 11, the phenomenon that the operation event occurs 100 times in 3 minutes without the operation event for instructing the order is considered that the customer is at a loss in ordering the menu item. In such a case, in this embodiment, a salesclerk call command is wirelessly transmitted from the order terminal 11. The store clerk calling command is sent to the order management server 14 via the radio base station 15. The clerk call command includes information for identifying the order terminal 11 that is the command transmission source. In response to the clerk call command, the order management server 14 causes the display device 16 to display information on the seat where the order terminal 11 that is the command transmission source is installed. With this information, the person in charge of customer service can go to the corresponding passenger seat and give appropriate advice to the customer who is wondering about the operation.

[具体例2]
・実行条件:注文状況画像の画面イベントが5回
・制限時間:2分
・処理イベント:店員の呼び出し
上記具体例2の場合、注文状況画像53をディスプレイ27dに表示させる画面イベントが5分間に5回発生した場合、処理イベントとしてオーダ端末11から店員呼出コマンドが無線送信される。因みに、注文状況画像53を表示させる画面イベントは、メニュー画像52において確認ボタンがタッチされると発生する。
[Specific Example 2]
-Execution condition: Order status image screen event 5 times-Time limit: 2 minutes-Processing event: Call of clerk In the case of the above specific example 2, the screen event for displaying the order status image 53 on the display 27d is 5 in 5 minutes If it occurs twice, a clerk call command is wirelessly transmitted from the order terminal 11 as a processing event. Incidentally, a screen event for displaying the order status image 53 occurs when a confirmation button is touched on the menu image 52.

オーダ端末11において、注文状況画像53を5分間に5回も表示させるという事象は、注文したメニュー品目の配膳が遅れていると考えられる。このような場合も、本実施形態では、オーダ端末11から店員呼出コマンドが無線送信される。その結果、表示装置16にコマンド送信元のオーダ端末11が設置されている客席の情報が表示される。この情報により、接客担当者は、該当する客席に出向いて、配膳が遅れているメニュー品目がないか確認できる。   The event that the order status image 53 is displayed five times in five minutes on the order terminal 11 is considered that the arrangement of the ordered menu item is delayed. Even in such a case, in the present embodiment, a salesclerk call command is wirelessly transmitted from the order terminal 11. As a result, the information on the passenger seat where the command transmission source order terminal 11 is installed is displayed on the display device 16. With this information, the customer service representative can go to the corresponding passenger seat and confirm whether there is a menu item that is delayed in serving.

[具体例3]
・実行条件:ビール類に属するメニュー品目の注文を受け付けるメニュー画面の画面イベントから、揚げ物類に属するメニュー品目の注文を受け付けるメニュー画面の画面イベントに遷移
・制限時間:2分
・処理イベント:から揚げ20%引き
上記具体例3の場合、ビール類に属するメニュー品目の注文を受け付けるメニュー画面を表示させる画面コマンドから2分以内に、揚げ物類に属するメニュー品目の注文を受け付けるメニュー画面を表示させる画面コマンドが発生した場合、処理イベントとして「から揚げ20%引き」の情報がディスプレイ27dに表示される。この状態で、揚げ物類に属するメニュー品目の中から「から揚げ」が選択されると、このメニュー品目「から揚げ」の注文データに対して20%引きのクーポン情報が追加される。このクーポン情報は、メニュー品目「から揚げ」の注文データとともに注文管理サーバ14に送られる。その結果、POS端末13では、会計処理の際に、メニュー品目「から揚げ」の販売金額が20%値引される。
[Specific Example 3]
・ Execution condition: Transition from a screen event on the menu screen that accepts orders for menu items belonging to beer to a screen event on the menu screen that accepts orders for menu items that belong to fried foods ・ Time limit: 2 minutes ・ Processing event: Fried from 20% discount In the case of Example 3 above, a screen command for displaying a menu screen for accepting orders for menu items belonging to fried foods within 2 minutes from a screen command for displaying menu screens for accepting orders for menu items belonging to beers. Is generated, information on “20% off fried” is displayed on the display 27d as a processing event. In this state, when “fried” is selected from the menu items belonging to the deep-fried foods, 20% discount coupon information is added to the order data of this menu item “fried”. The coupon information is sent to the order management server 14 together with the order data of the menu item “karaage”. As a result, at the POS terminal 13, the sales amount of the menu item “karaage” is reduced by 20% during the accounting process.

すなわち、ビール類のメニュー品目を確認してから2分以内に揚げ物類のメニュー品目を確認した客に対して「から揚げ20%引き」のクーポンを発行するというサービスを、店員の負担なく容易に実施することができる。   In other words, the service of issuing coupons for “20% discount from fried foods” to customers who have confirmed the menu item of fried foods within 2 minutes after confirming the menu item of beer is easy without the burden of the store clerk. Can be implemented.

[具体例4]
・実行条件:サラダ類に属するメニュー品目の注文を受け付けるメニュー画面の画面イベントが3回
・制限時間:2分
・処理イベント:お勧めサラダ30円引き
上記具体例4の場合、サラダ類に属するメニュー品目の注文を受け付けるメニュー画面を表示させる画面イベントが2分以内に3回発生した場合、処理イベントとして「お勧めサラダ30円引き」の情報がディスプレイ27dに表示される。この状態で、サラダ類に属するメニュー品目の中から「お勧めサラダ」が選択されると、このメニュー品目「お勧めサラダ」の注文データに対して30円引きのクーポン情報が追加される。このクーポン情報は、メニュー品目「お勧めサラダ」の注文データとともに注文管理サーバ14に送られる。その結果、POS端末13では、会計処理の際に、メニュー品目「お勧めサラダ」の販売金額が30円値引される。
[Specific Example 4]
・ Execution conditions: 3 menu screen events that accept orders for menu items belonging to salads ・ Time limit: 2 minutes ・ Processing event: Recommended salad 30 yen discount In the case of Example 4 above, menus belonging to salads When a screen event for displaying a menu screen for accepting an item order occurs three times within 2 minutes, information of “recommended salad 30 yen discount” is displayed on the display 27d as a processing event. In this state, when “recommended salad” is selected from the menu items belonging to salads, coupon information of 30 yen discount is added to the order data of this menu item “recommended salad”. This coupon information is sent to the order management server 14 together with order data for the menu item “recommended salad”. As a result, at the POS terminal 13, the sales amount of the menu item “recommended salad” is reduced by 30 yen during the accounting process.

すなわち、サラダ類のメニュー品目を2分以内に3回確認した客に対して「お勧めサラダ30円引き」のクーポンを発行するサービスを、店員の負担なく容易に実施することができる。   That is, a service for issuing a coupon of “recommended salad 30 yen discount” to customers who have confirmed the menu items of salads three times within 2 minutes can be easily performed without the burden of the store clerk.

このように本実施形態によれば、オーダ端末11の操作状況に応じて、操作者である客に対して適切なサービスを店側から提供することができる。   As described above, according to the present embodiment, an appropriate service can be provided from the store side to a customer who is an operator according to the operation status of the order terminal 11.

なお、本発明は、前記実施形態に限定されるものではない。
例えば前記実施形態では、端末監視機能30をオーダ端末11が内蔵するパターンについて説明した。必ずしも端末監視機能30をオーダ端末11が内蔵する必要はない。端末監視機能30に特化した情報処理装置、いわゆる端末監視装置を構成し、オーダ端末11と通信手段で接続することによって、端末監視装置がオーダ端末11を監視するようにしてもよい。この場合、1台の端末監視装置が同時に複数台のオーダ端末を監視できるようになる。
The present invention is not limited to the above embodiment.
For example, in the embodiment, the pattern in which the terminal monitoring function 30 is built in the order terminal 11 has been described. The terminal monitoring function 30 is not necessarily built in the order terminal 11. An information processing apparatus specialized for the terminal monitoring function 30, a so-called terminal monitoring apparatus, may be configured, and the terminal monitoring apparatus may monitor the order terminal 11 by being connected to the order terminal 11 by communication means. In this case, one terminal monitoring apparatus can simultaneously monitor a plurality of order terminals.

また前記実施形態では、オーダ端末11の操作デバイスをタッチセンサ24tとし、表示デバイス24dをタッチパネル24のディスプレイとした。表示デバイス24dは、単体の表示装置であってもよい。この場合、操作デバイスとしてはキーボードやマウスなどが用いられる。   In the embodiment, the operation device of the order terminal 11 is the touch sensor 24 t and the display device 24 d is the display of the touch panel 24. The display device 24d may be a single display device. In this case, a keyboard or a mouse is used as the operation device.

さらに前記実施形態では、オーダ端末11を、客席に設置される据置型として説明した。オーダ端末11は、必ずしも据置型に限定されるものではない。ハンディターミナル等と称される可搬型のオーダ端末に対しても本実施形態は適用することができる。   Furthermore, in the said embodiment, the order terminal 11 was demonstrated as a stationary type installed in a passenger seat. The order terminal 11 is not necessarily limited to a stationary type. The present embodiment can also be applied to a portable order terminal called a handy terminal or the like.

また前記実施形態は、装置内部のプログラム記憶部であるROM22または補助記憶部24に発明の機能を実現させる端末監視プログラムが予め記録されているものとした。しかしこれに限らず、同様のプログラムがネットワークから装置にダウンロードされてもよい。あるいは、記録媒体に記録された同様のプログラムが、装置にインストールされてもよい。記録媒体は、CD−ROM,メモリカード等のようにプログラムを記憶でき、かつ装置が読み取り可能であれば、その形態は問わない。また、プログラムのインストールやダウンロードにより得る機能は、装置内部のOS(オペレーティング・システム)等と協働してその機能を実現させるものであってもよい。   In the embodiment, the terminal monitoring program for realizing the functions of the invention is recorded in advance in the ROM 22 or the auxiliary storage unit 24 which is a program storage unit in the apparatus. However, the present invention is not limited to this, and a similar program may be downloaded from the network to the apparatus. Alternatively, a similar program recorded on the recording medium may be installed in the apparatus. The recording medium may be in any form as long as it can store a program such as a CD-ROM or a memory card and can be read by the apparatus. Further, the function obtained by installing or downloading the program may be realized in cooperation with an OS (operating system) in the apparatus.

この他、本発明のいくつかの実施形態を説明したが、これらの実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。   In addition, although several embodiments of the present invention have been described, 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 forms, and various omissions, replacements, and changes can be made without departing from the scope of the invention. These embodiments and modifications thereof are included in the scope and gist of the invention, and are included in the invention described in the claims and the equivalents thereof.

10…オーダエントリシステム、11…オーダ端末、21…CPU、27…タッチパネル、30…補助記憶機能、31…操作検出手段、32…操作ログ収集手段、33…画面検出手段、34…画面ログ収集手段、35…監視手段、41…操作ログファイル、42…画面ログファイル、43…監視テーブル。   DESCRIPTION OF SYMBOLS 10 ... Order entry system, 11 ... Order terminal, 21 ... CPU, 27 ... Touch panel, 30 ... Auxiliary storage function, 31 ... Operation detection means, 32 ... Operation log collection means, 33 ... Screen detection means, 34 ... Screen log collection means 35 ... monitoring means, 41 ... operation log file, 42 ... screen log file, 43 ... monitoring table.

Claims (6)

操作デバイスからの操作入力によりメニューの注文を受け付けるオーダ端末で発生した操作イベントを検出する操作検出手段と、
前記操作イベントと当該操作イベントの発生時刻とを含む操作ログ情報を収集する操作ログ収集手段と、
設定された処理イベントの実行条件と制限時間とに基づき、前記操作ログ収集手段により収集された前記操作ログ情報を参照して前記実行条件を満たす操作イベントが前記制限時間内に発生したか監視し、発生した場合にその実行条件に対する処理イベントを実行させる監視手段と、
を具備したことを特徴とする端末監視装置。
An operation detection means for detecting an operation event that has occurred in an order terminal that accepts an order for a menu by an operation input from an operation device;
Operation log collection means for collecting operation log information including the operation event and the time of occurrence of the operation event;
Based on the execution condition and time limit of the set processing event, the operation log information collected by the operation log collecting means is referred to monitor whether an operation event that satisfies the execution condition has occurred within the time limit. Monitoring means for executing a processing event for the execution condition when it occurs,
A terminal monitoring apparatus comprising:
操作デバイスからの操作入力に応じて表示デバイスにメニューの注文に係る画面を表示させるオーダ端末で発生した画面イベントを検出する画面検出手段と、
前記画面イベントと当該画面イベントの発生時刻とを含む画面ログ情報を収集する画面ログ収集手段と、
設定された処理イベントの実行条件と制限時間とに基づき、前記画面ログ収集手段により収集された前記画面ログ情報を参照して、前記実行条件を満たす画面イベントが前記制限時間内に発生したか監視し、発生した場合にその実行条件に対する処理イベントを実行させる監視手段と、
を具備したことを特徴とする端末監視装置。
Screen detecting means for detecting a screen event that has occurred in an order terminal that displays a screen related to ordering a menu on a display device in response to an operation input from the operation device;
Screen log collection means for collecting screen log information including the screen event and the occurrence time of the screen event;
Based on the execution condition and time limit of the set processing event, the screen log information collected by the screen log collection unit is referred to and a screen event that satisfies the execution condition is monitored within the time limit. Monitoring means for executing a processing event for the execution condition when it occurs,
A terminal monitoring apparatus comprising:
操作デバイスと、
前記操作デバイスを介して入力される情報により前記メニューの注文を受け付ける受付手段と、
前記操作デバイスの操作入力により発生した操作イベントを検出する操作検出手段と、
前記操作イベントと当該操作イベントの発生時刻とを含む操作ログ情報を収集する操作ログ収集手段と、
設定された処理イベントの実行条件と制限時間とに基づき、前記操作ログ収集手段により収集された前記操作ログ情報を参照して、前記実行条件を満たす操作イベントが前記制限時間内に発生したか監視し、発生した場合にその実行条件に対する処理イベントを実行させる監視手段と、
を具備したことを特徴とするオーダ端末。
An operating device;
Accepting means for accepting an order for the menu according to information input via the operation device;
Operation detecting means for detecting an operation event generated by an operation input of the operation device;
Operation log collection means for collecting operation log information including the operation event and the time of occurrence of the operation event;
Based on the execution condition and the time limit of the set processing event, the operation log information collected by the operation log collection means is referred to monitor whether an operation event satisfying the execution condition has occurred within the time limit. Monitoring means for executing a processing event for the execution condition when it occurs,
An order terminal characterized by comprising:
操作デバイスと、
この操作デバイスからの操作入力に応じてメニューの注文に係る画面を表示する表示デバイスと、
前記操作デバイスを介して入力される情報により前記メニューの注文を受け付ける受付手段と、
前記表示デバイスに前記メニューの注文に係る画面を表示させる画面イベントを検出する画面検出手段と、
前記画面イベントと当該画面イベントの発生時刻とを含む画面ログ情報を収集する画面ログ収集手段と、
設定された処理イベントの実行条件と制限時間とに基づき、前記画面ログ収集手段により収集された前記画面ログ情報を参照して、前記実行条件を満たす画面イベントが前記制限時間内に発生したか監視し、発生した場合にその実行条件に対する処理イベントを実行させる監視手段と、
を具備したことを特徴とするオーダ端末。
An operating device;
A display device for displaying a screen related to menu order in response to an operation input from the operation device;
Accepting means for accepting an order for the menu according to information input via the operation device;
Screen detection means for detecting a screen event that causes the display device to display a screen related to the menu order;
Screen log collection means for collecting screen log information including the screen event and the occurrence time of the screen event;
Based on the execution condition and time limit of the set processing event, the screen log information collected by the screen log collection unit is referred to and a screen event that satisfies the execution condition is monitored within the time limit. Monitoring means for executing a processing event for the execution condition when it occurs,
An order terminal characterized by comprising:
コンピュータに、
操作デバイスからの操作入力によりメニューの注文を受け付けるオーダ端末で発生した操作イベントを検出する機能と、
前記操作イベントと当該操作イベントの発生時刻とを含む操作ログ情報を収集する機能と、
設定された処理イベントの実行条件と制限時間とに基づき、前記収集された前記操作ログ情報を参照して、前記実行条件を満たす操作イベントが前記制限時間内に発生したか監視し、発生した場合にその実行条件に対する処理イベントを実行させる機能と、
を実現させるための端末監視プログラム。
On the computer,
A function for detecting an operation event that occurs in an order terminal that accepts an order for a menu by an operation input from an operation device;
A function of collecting operation log information including the operation event and the occurrence time of the operation event;
Based on the execution condition and time limit of the set processing event, referring to the collected operation log information and monitoring whether or not an operation event that satisfies the execution condition has occurred within the time limit. A function to execute a processing event for the execution condition,
Terminal monitoring program to realize
コンピュータに、
操作デバイスからの操作入力に応じて表示デバイスにメニューの注文に係る画面を表示させるオーダ端末で発生した画面イベントを検出する機能と、
前記画面イベントと当該画面イベントの発生時刻とを含む画面ログ情報を収集する機能と、
設定された処理イベントの実行条件と制限時間とに基づき、前記収集された前記画面ログ情報を参照して、前記実行条件を満たす画面イベントが前記制限時間内に発生したか監視し、発生した場合にその実行条件に対する処理イベントを実行させる機能と、
を実現させるための端末監視プログラム。
On the computer,
A function for detecting a screen event that has occurred in an order terminal that displays a screen related to menu order on a display device in response to an operation input from the operation device;
A function of collecting screen log information including the screen event and the occurrence time of the screen event;
Based on the execution condition and time limit of the set processing event, referring to the collected screen log information and monitoring whether or not a screen event satisfying the execution condition has occurred within the time limit. A function to execute a processing event for the execution condition,
Terminal monitoring program to realize
JP2013033749A 2013-02-22 2013-02-22 Order terminal, terminal monitoring apparatus and terminal monitoring program Expired - Fee Related JP5764593B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013033749A JP5764593B2 (en) 2013-02-22 2013-02-22 Order terminal, terminal monitoring apparatus and terminal monitoring program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013033749A JP5764593B2 (en) 2013-02-22 2013-02-22 Order terminal, terminal monitoring apparatus and terminal monitoring program

Publications (2)

Publication Number Publication Date
JP2014164443A true JP2014164443A (en) 2014-09-08
JP5764593B2 JP5764593B2 (en) 2015-08-19

Family

ID=51615008

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013033749A Expired - Fee Related JP5764593B2 (en) 2013-02-22 2013-02-22 Order terminal, terminal monitoring apparatus and terminal monitoring program

Country Status (1)

Country Link
JP (1) JP5764593B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017033111A (en) * 2015-07-29 2017-02-09 東芝テック株式会社 Order reception system and management unit
JP7278009B1 (en) 2022-08-08 2023-05-19 株式会社スカイダイニング Coupon management system and program

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07306897A (en) * 1994-05-13 1995-11-21 Hitachi Ltd Remote operation terminal system
JP2005190131A (en) * 2003-12-25 2005-07-14 Nec Infrontia Corp Article ordering management method, system and program
JP2005234818A (en) * 2004-02-18 2005-09-02 Ricoh Co Ltd Electronic equipment, program, and recording medium
JP2007172436A (en) * 2005-12-26 2007-07-05 Twins Computer Co Ltd Pos order system for restaurant
JP2007226299A (en) * 2006-02-21 2007-09-06 Toshiba Tec Corp Ordering terminal and computer program
JP2007249920A (en) * 2006-03-20 2007-09-27 Daiichikosho Co Ltd Self-ordering electronic menu device preventing excessive order of free order item
JP2011039962A (en) * 2009-08-18 2011-02-24 Toyo Networks & System Integration Co Ltd Automatic ticket vending machine

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07306897A (en) * 1994-05-13 1995-11-21 Hitachi Ltd Remote operation terminal system
JP2005190131A (en) * 2003-12-25 2005-07-14 Nec Infrontia Corp Article ordering management method, system and program
JP2005234818A (en) * 2004-02-18 2005-09-02 Ricoh Co Ltd Electronic equipment, program, and recording medium
JP2007172436A (en) * 2005-12-26 2007-07-05 Twins Computer Co Ltd Pos order system for restaurant
JP2007226299A (en) * 2006-02-21 2007-09-06 Toshiba Tec Corp Ordering terminal and computer program
JP2007249920A (en) * 2006-03-20 2007-09-27 Daiichikosho Co Ltd Self-ordering electronic menu device preventing excessive order of free order item
JP2011039962A (en) * 2009-08-18 2011-02-24 Toyo Networks & System Integration Co Ltd Automatic ticket vending machine

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017033111A (en) * 2015-07-29 2017-02-09 東芝テック株式会社 Order reception system and management unit
JP7278009B1 (en) 2022-08-08 2023-05-19 株式会社スカイダイニング Coupon management system and program
JP2024022939A (en) * 2022-08-08 2024-02-21 株式会社スカイダイニング Coupon management system and program

Also Published As

Publication number Publication date
JP5764593B2 (en) 2015-08-19

Similar Documents

Publication Publication Date Title
EP3343492A1 (en) Order management server, ordering system, and recording medium
US20110208598A1 (en) Order input apparatus and order input method
JP2003044563A (en) Information management system for drinking and eating establishment
JP5228007B2 (en) Product data input device and control program
JP2015153092A (en) Work management device and work management program
JP5899137B2 (en) Information processing apparatus, product ordering system, and control program
JP5764593B2 (en) Order terminal, terminal monitoring apparatus and terminal monitoring program
JP2007018434A (en) Table management system in restaurant
JP6321590B2 (en) Order reception system
JP2006163447A (en) Ordering system
JP2007094779A (en) Order management system
JP5804127B2 (en) Ordering system
JP5764594B2 (en) Order management system, order terminal and its control program
JP5216818B2 (en) Information processing apparatus and program for controlling operation thereof
JP2007334656A (en) Ordering system and ordering method
JP2009193194A (en) Information processing terminal
JP6971723B2 (en) Order terminal and its program
JP5341923B2 (en) Custom equipment and programs
JP6462736B2 (en) Order system and order method
JP5764595B2 (en) Order receiving apparatus and control program
US20200394572A1 (en) Reservation order processing system and reservation order processing method
JP5857011B2 (en) Order receiving apparatus and control program
US20230052611A1 (en) Information processing device and program
JP7028230B2 (en) Ordering system and ordering method
JP2014164444A (en) Order reception device and order reception program

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150224

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150422

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150615

R150 Certificate of patent or registration of utility model

Ref document number: 5764593

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees