JP2019004303A - Program and information processing terminal - Google Patents

Program and information processing terminal Download PDF

Info

Publication number
JP2019004303A
JP2019004303A JP2017117226A JP2017117226A JP2019004303A JP 2019004303 A JP2019004303 A JP 2019004303A JP 2017117226 A JP2017117226 A JP 2017117226A JP 2017117226 A JP2017117226 A JP 2017117226A JP 2019004303 A JP2019004303 A JP 2019004303A
Authority
JP
Japan
Prior art keywords
information
workflow
scanner
program
job
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
JP2017117226A
Other languages
Japanese (ja)
Other versions
JP6891656B2 (en
Inventor
真史 川口
Masashi Kawaguchi
真史 川口
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.)
Brother Industries Ltd
Original Assignee
Brother Industries 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 Brother Industries Ltd filed Critical Brother Industries Ltd
Priority to JP2017117226A priority Critical patent/JP6891656B2/en
Publication of JP2019004303A publication Critical patent/JP2019004303A/en
Application granted granted Critical
Publication of JP6891656B2 publication Critical patent/JP6891656B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Facsimiles In General (AREA)

Abstract

To provide a technology capable of reducing the work burden of a user of a scanner at the time of executing a workflow in a program of an information processing terminal that executes a workflow using the scanner.SOLUTION: A terminal program causes a computer to execute a first acquisition process (S11: job request and S12: 000) for acquiring workflow request information from a scanner, a second acquisition process (S13) of acquiring target status information specified on the basis of the workflow request information from a plurality of pieces of status information each indicating a different status, a reading process (S14) of reading target workflow definition information associated with the target status information among a plurality of workflow definition information, and a workflow execution process (S18, S19, S22) for sequentially executing a plurality of jobs defined in the read target workflow definition information.SELECTED DRAWING: Figure 5

Description

本発明は、複数のジョブを含むワークフローを実現するプログラムに関する。   The present invention relates to a program for realizing a workflow including a plurality of jobs.

例えば特許文献1には、スキャン処理で生成した文書データを配信サーバに送信するスキャナと、スキャナから受信した文書データを記憶装置に記憶させる配信サーバとを備える配信システムが開示されている。なお、上記構成の配信システムにおいて、スキャナは、企業の支店等に分散して配置されることが想定されている。また、上記構成のスキャナは、ワークフローサーバにより提供される複数のワークフローのうち、当該スキャナのユーザが選択したワークフローを実行する。   For example, Patent Document 1 discloses a distribution system including a scanner that transmits document data generated by scanning processing to a distribution server, and a distribution server that stores document data received from the scanner in a storage device. In the distribution system configured as described above, it is assumed that the scanners are distributed and arranged in a company branch or the like. The scanner configured as described above executes a workflow selected by a user of the scanner among a plurality of workflows provided by the workflow server.

特開2014−179816号公報JP 2014-179816 A

すなわち、支店のスタッフは、業務中に必要なワークフローを選択した後に、当該ワークフローに用いる原稿をスキャナにセットしてスキャン処理を実行させる必要がある。このような作業は、ワークフローの選択肢が多いほど、業務中に実行するワークフローの回数が多いほど、忙しいスタッフにとって大きな負担となる。   That is, the staff at the branch office needs to select a necessary workflow during business, and then set a document to be used for the workflow to the scanner and execute a scanning process. Such work becomes more burdensome to busy staff as the number of workflow options increases and the number of workflows executed during work increases.

本発明は、上記の事情に鑑みてなされたものであり、その目的は、スキャナを用いたワークフローの実行を制御する情報処理端末のプログラムにおいて、ワークフロー実行時におけるスキャナのユーザの作業負担を軽減可能な技術を提供することにある。   The present invention has been made in view of the above circumstances, and an object of the present invention is to reduce the work load of the scanner user when executing the workflow in the program of the information processing terminal that controls the execution of the workflow using the scanner. Is to provide new technology.

本明細書では様々な開示を行う。開示例の1つであるプログラムは、スキャナと、通信インタフェースと、メモリとに接続されたコンピュータによって実行可能である。該プログラムは、ワークフロー要求情報を前記スキャナから取得する第1取得処理を前記コンピュータに実行させる。前記ワークフロー要求情報は、ワークフローの開始を要求する入力操作を前記スキャナが備えるユーザインタフェースが受け付けたことを示す情報である。前記ワークフローは、原稿を読み取ってスキャンデータを生成するスキャン動作を前記スキャナに実行させるジョブと、前記スキャナから取得した前記スキャンデータを出力装置に出力させるために、前記通信インタフェースを通じて前記出力装置に前記スキャンデータを送信するジョブとを少なくとも含む。該プログラムは、各々が異なる状況を示す複数の状況情報のうち、前記第1取得処理で取得した前記ワークフロー要求情報に基づいて特定される対象状況情報を取得する第2取得処理と、各々に前記複数の状況情報の少なくとも1つが対応付けられて前記メモリに記憶された複数のワークフロー定義情報のうち、前記第2取得処理で取得した前記対象状況情報が対応付けられた対象ワークフロー定義情報を読み出す読出処理とを前記コンピュータに実行させる。前記複数のワークフロー定義情報それぞれは、前記ワークフローに含まれる複数の前記ジョブそれぞれの内容を定義した情報である。該プログラムは、前記読出処理で読み出した前記対象ワークフロー定義情報に定義された前記複数のジョブを順番に実行するワークフロー実行処理を前記コンピュータに実行させる。   Various disclosures are provided herein. A program which is one of the disclosed examples can be executed by a computer connected to a scanner, a communication interface, and a memory. The program causes the computer to execute a first acquisition process for acquiring workflow request information from the scanner. The workflow request information is information indicating that a user interface provided in the scanner has received an input operation for requesting the start of a workflow. The workflow includes a job for causing the scanner to execute a scan operation for reading a document and generating scan data, and for causing the output device to output the scan data acquired from the scanner to the output device through the communication interface. And a job for transmitting scan data. The program includes: a second acquisition process for acquiring target situation information specified based on the workflow request information acquired in the first acquisition process among a plurality of situation information each indicating a different situation; Reading out the target workflow definition information associated with the target status information acquired in the second acquisition process from among the plurality of workflow definition information stored in the memory in association with at least one of the plurality of status information Causing the computer to execute processing. Each of the plurality of workflow definition information is information that defines the contents of each of the plurality of jobs included in the workflow. The program causes the computer to execute a workflow execution process for sequentially executing the plurality of jobs defined in the target workflow definition information read in the reading process.

開示例の他の1つであるプログラムは、スキャナと、通信インタフェースと、メモリとに接続されたコンピュータによって実行可能である。該プログラムは、ワークフロー要求情報を前記スキャナから取得する第1取得処理を前記コンピュータに実行させる。前記ワークフロー要求情報は、ワークフローの開始を要求する入力操作を前記スキャナが備えるユーザインタフェースが受け付けたことを示す情報である。前記ワークフローは、前記スキャナが原稿を読み取って生成したスキャンデータを取得するジョブと、前記スキャナから取得した前記スキャンデータを対象とする複数のデータ処理のうちの少なくとも1つをサーバに実行させるために、前記通信インタフェースを通じて前記サーバに前記スキャンデータを送信するジョブとを少なくとも含む。該プログラムは、各々が異なる状況を示す複数の状況情報のうち、前記第1取得処理で取得した前記ワークフロー要求情報に基づいて特定される対象状況情報を取得する第2取得処理と、各々に前記複数の状況情報の少なくとも1つが対応付けられて前記メモリに記憶された複数のワークフロー定義情報のうち、前記第2取得処理で取得した前記対象状況情報が対応付けられた対象ワークフロー定義情報を読み出す読出処理とを前記コンピュータに実行させる。前記複数のワークフロー定義情報それぞれは、前記ワークフローに含まれる複数の前記ジョブそれぞれの内容を定義した情報である。該プログラムは、前記読出処理で読み出した前記対象ワークフロー定義情報に定義された前記複数のジョブを順番に実行するワークフロー実行処理を前記コンピュータに実行させる。   Another program of the disclosed example can be executed by a computer connected to the scanner, the communication interface, and the memory. The program causes the computer to execute a first acquisition process for acquiring workflow request information from the scanner. The workflow request information is information indicating that a user interface provided in the scanner has received an input operation for requesting the start of a workflow. The workflow is for causing a server to execute at least one of a job for acquiring scan data generated by the scanner reading a document and a plurality of data processing for the scan data acquired from the scanner. And a job for transmitting the scan data to the server through the communication interface. The program includes: a second acquisition process for acquiring target situation information specified based on the workflow request information acquired in the first acquisition process among a plurality of situation information each indicating a different situation; Reading out the target workflow definition information associated with the target status information acquired in the second acquisition process from among the plurality of workflow definition information stored in the memory in association with at least one of the plurality of status information Causing the computer to execute processing. Each of the plurality of workflow definition information is information that defines the contents of each of the plurality of jobs included in the workflow. The program causes the computer to execute a workflow execution process for sequentially executing the plurality of jobs defined in the target workflow definition information read in the reading process.

上記構成によれば、メモリに記憶された複数のワークフロー定義情報のうち、取得したワークフロー要求情報に基づいて特定される対象状況情報に対応付けられた対象ワークフロー定義情報が選択されるので、スキャナのユーザの作業負担を軽減することができる。   According to the above configuration, the target workflow definition information associated with the target situation information identified based on the acquired workflow request information is selected from the plurality of workflow definition information stored in the memory. The work burden on the user can be reduced.

図1は、本実施形態に係るシステム100の概略図である。FIG. 1 is a schematic diagram of a system 100 according to the present embodiment. 図2(A)はMFP10のブロック図であり、図2(B)は情報処理端末50のブロック図である。2A is a block diagram of the MFP 10, and FIG. 2B is a block diagram of the information processing terminal 50. 図3は、メモリ62に記憶されるデータの例であって、(A)はワークフローリストを、(B)はWF−ID“B”に対応するジョブリストを示す。FIG. 3 shows an example of data stored in the memory 62, where (A) shows a workflow list and (B) shows a job list corresponding to the WF-ID “B”. 図4は、WF−ID“A”に対応するジョブリストを示す。FIG. 4 shows a job list corresponding to the WF-ID “A”. 図5は、WF制御処理のフローチャートである。FIG. 5 is a flowchart of the WF control process. 図6は、図4に示されるワークフローを実行したときのシーケンス図である。FIG. 6 is a sequence diagram when the workflow shown in FIG. 4 is executed. 図7は、図4に示されるワークフローにおいて、サーバ80から転送依頼票データを受信した後のシーケンス図である。FIG. 7 is a sequence diagram after the transfer request form data is received from the server 80 in the workflow shown in FIG. 図8は、図3(B)に示されるワークフローを実行したときのシーケンス図である。FIG. 8 is a sequence diagram when the workflow shown in FIG. 3B is executed. 図9(A)は在庫検索票の例を示し、図9(B)は発送通知票の例を示す。FIG. 9A shows an example of an inventory search vote, and FIG. 9B shows an example of a shipping notification vote. 図10(A)は転送依頼票の例を示し、図10(B)は日報を構成する在庫リスト、売上報告書、及び勤怠報告書の例を示す。FIG. 10A shows an example of a transfer request slip, and FIG. 10B shows an example of an inventory list, a sales report, and an attendance report constituting a daily report.

以下、適宜図面を参照して本発明の実施形態について説明する。なお、以下に説明される実施形態は本発明の一例にすぎず、本発明の要旨を変更しない範囲で、本発明の実施形態を適宜変更できることは言うまでもない。例えば、後述する各処理の実行順序は、本発明の要旨を変更しない範囲で、適宜変更することができる。   Hereinafter, embodiments of the present invention will be described with reference to the drawings as appropriate. The embodiment described below is merely an example of the present invention, and it is needless to say that the embodiment of the present invention can be changed as appropriate without departing from the gist of the present invention. For example, the execution order of each process described below can be changed as appropriate without departing from the scope of the present invention.

図1は、本実施形態に係るシステム100の概略図である。図1に示されるシステム100は、MFP10A、10B、10C(以下、これらを総称して、「MFP10」と表記することがある。)と、情報処理端末50と、サーバ80とで構成されている。なお、システム100内におけるMFP10、情報処理端末50、及びサーバ80の数は、前述の例に限定されない。MFP10及び情報処理端末50は、通信ネットワーク101を通じて通信可能に構成されている。通信ネットワーク101は、例えば、インターネット、有線LAN、無線LAN、或いはこれらの組み合わせであってもよい。   FIG. 1 is a schematic diagram of a system 100 according to the present embodiment. A system 100 shown in FIG. 1 includes MFPs 10A, 10B, and 10C (hereinafter, these may be collectively referred to as “MFP 10”), an information processing terminal 50, and a server 80. . The numbers of MFPs 10, information processing terminals 50, and servers 80 in the system 100 are not limited to the above example. The MFP 10 and the information processing terminal 50 are configured to be communicable through the communication network 101. The communication network 101 may be, for example, the Internet, a wired LAN, a wireless LAN, or a combination thereof.

より詳細には、MFP10A、10B及び情報処理端末50は、店舗AのLANに接続されている。また、MFP10Cは、店舗BのLANに接続されている。さらに、サーバ80は、店舗A、Bを管理する本社のLANに接続されている。そして、店舗AのLANと、店舗BのLANと、本社のLANとは、インターネットを通じて接続されている。但し、各装置の接続形態は、前述の例に限定されない。   More specifically, the MFPs 10A and 10B and the information processing terminal 50 are connected to the LAN of the store A. The MFP 10C is connected to the LAN of the store B. Further, the server 80 is connected to the LAN of the head office that manages the stores A and B. The LAN of the store A, the LAN of the store B, and the LAN of the head office are connected through the Internet. However, the connection form of each device is not limited to the above example.

MFP10は、図2(A)に示されるように、プリンタ11と、スキャナ12と、FAX−I/F13と、ディスプレイ23と、ユーザI/F24と、通信I/F25と、CPU31と、メモリ32と、通信バス33とを主に備える。MFP10を構成する各構成要素は、通信バス33を通じて相互に接続されている。なお、MFP10は、プリンタ11、スキャナ12、及びFAX−I/F13のうちの少なくとも1つを備えていればよい。また、プリンタ11、スキャナ12、及びFAX−I/F13のうち、MFP10A、10B、10Cが備える構成要素は、異なっていてもよい。   As shown in FIG. 2A, the MFP 10 includes a printer 11, a scanner 12, a FAX-I / F 13, a display 23, a user I / F 24, a communication I / F 25, a CPU 31, and a memory 32. And a communication bus 33. Each component constituting the MFP 10 is connected to each other through the communication bus 33. The MFP 10 only needs to include at least one of the printer 11, the scanner 12, and the FAX-I / F 13. Further, among the printer 11, the scanner 12, and the FAX-I / F 13, the components included in the MFPs 10A, 10B, and 10C may be different.

プリンタ11は、画像データで示される画像をシートに記録するプリント動作を実行するハードウェアである。本実施形態では、インクを吐出して画像を記録するインクジェット方式のプリンタ11の例を説明するが、プリンタ11の記録方式は電子写真方式等であってもよい。スキャナ12は、原稿に記録されている画像を読み取って画像データ(以下、「スキャンデータ」と表記する。)を生成するスキャン動作を実行するハードウェアである。FAX−I/F13は、FAXプロトコルに従って画像データを外部装置にFAX送信するFAX送信動作、及びFAXプロトコルに従って外部装置から画像データをFAX受信するFAX受信動作を実行するハードウェアである。   The printer 11 is hardware that executes a printing operation for recording an image indicated by image data on a sheet. In this embodiment, an example of an ink jet printer 11 that records an image by discharging ink will be described. However, the recording method of the printer 11 may be an electrophotographic method or the like. The scanner 12 is hardware that executes a scan operation for reading an image recorded on a document and generating image data (hereinafter referred to as “scan data”). The FAX-I / F 13 is hardware that executes a FAX transmission operation for FAX transmission of image data to an external device according to the FAX protocol, and a FAX reception operation for FAX reception of image data from the external device according to the FAX protocol.

より詳細には、スキャナ12は、例えば、複数の原稿を纏めてセット可能なADFと、ADFに原稿がセットされているか否かを検出する検出センサと、ADFから1枚ずつ搬送された原稿を読み取る読取センサとを備える。検出センサは、ADFに原稿がセットされたことに応じて、検出信号をCPU31に出力する。読取センサは、原稿から読み取った画像を示すスキャンデータをCPU31に出力する。なお、スキャナ12は、ADFに代えて、原稿を1枚だけセット可能なコンタクトガラスを備えてもよい。また、スキャナ12は、例えばADSのように、小型のモバイルスキャナ或いは高速読み取りが可能なドキュメントスキャナであってもよい。   More specifically, the scanner 12 includes, for example, an ADF that can set a plurality of originals together, a detection sensor that detects whether or not the originals are set on the ADF, and originals conveyed one by one from the ADF. A reading sensor for reading. The detection sensor outputs a detection signal to the CPU 31 in response to the document set on the ADF. The reading sensor outputs scan data indicating an image read from the document to the CPU 31. The scanner 12 may include a contact glass that can set only one original instead of the ADF. The scanner 12 may be a small mobile scanner or a document scanner capable of high-speed reading, such as ADS.

ディスプレイ23は、液晶ディスプレイ、有機ELディスプレイ等であり、各種情報を表示する表示画面を備える。   The display 23 is a liquid crystal display, an organic EL display, or the like, and includes a display screen that displays various types of information.

ユーザI/F24は、入力操作を受け付けるインタフェースである。具体的には、ユーザI/F24はボタンを有しており、押下されたボタンに対応づけられた各種の操作信号をCPU31へ出力する。さらに、ユーザI/F24は、ディスプレイ23の表示画面に重畳された膜状のタッチセンサを有していてもよい。ディスプレイ23の表示画面に表示されたオブジェクトを指定する操作、文字列或いは数字列を入力する操作は、入力操作の一例である。「オブジェクト」とは、例えば、ディスプレイ23に表示された文字列、アイコン、ボタン、リンク、ラジオボタン、チェックボックス、プルダウンメニュー等である。   The user I / F 24 is an interface that accepts an input operation. Specifically, the user I / F 24 has a button, and outputs various operation signals associated with the pressed button to the CPU 31. Further, the user I / F 24 may have a film-like touch sensor superimposed on the display screen of the display 23. An operation for designating an object displayed on the display screen of the display 23 and an operation for inputting a character string or a numeric string are examples of the input operation. The “object” is, for example, a character string, icon, button, link, radio button, check box, pull-down menu, or the like displayed on the display 23.

タッチセンサとして実現されるユーザI/F24は、ユーザがタッチした表示画面上の位置を示す位置情報を出力する。なお、本明細書中における「タッチ」とは、入力媒体を表示画面に接触させる操作全般を含む。また、入力媒体が表示画面に触れていなくても、表示画面との間の距離がごく僅かな位置まで入力媒体を近接させる「ホバー」或いは「フローティングタッチ」を、前述の「タッチ」の概念に含めてもよい。さらに入力媒体とは、ユーザの指であってもよいし、タッチペン等であってもよい。ディスプレイ23に表示されたオブジェクトの位置をタップする入力操作は、当該オブジェクトを指定する指定操作の一例である。以下、オブジェクトを指定する指定操作を、単に「オブジェクトの指定」、「オブジェクトに対する指定操作」等と表記することがある。   The user I / F 24 realized as a touch sensor outputs position information indicating the position on the display screen touched by the user. Note that “touch” in this specification includes all operations for bringing an input medium into contact with a display screen. In addition, even if the input medium is not touching the display screen, “hover” or “floating touch” that brings the input medium close to a position where the distance to the display screen is very small is based on the above-mentioned concept of “touch”. May be included. Furthermore, the input medium may be a user's finger or a touch pen. The input operation for tapping the position of the object displayed on the display 23 is an example of a specifying operation for specifying the object. Hereinafter, the designation operation for designating an object may be simply expressed as “designation of an object”, “designation operation for an object”, or the like.

通信I/F25は、通信ネットワーク101を通じて外部装置と通信可能なインタフェースである。すなわち、MFP10は、通信I/F25を通じて外部装置に各種情報を送信し、通信I/F25を通じて外部装置から各種情報を受信する。通信I/F25の具体的な通信手順は特に限定されないが、例えば、Wi−Fi(登録商標)を採用することができる。   The communication I / F 25 is an interface that can communicate with an external device via the communication network 101. That is, the MFP 10 transmits various types of information to the external device through the communication I / F 25 and receives various types of information from the external device through the communication I / F 25. Although the specific communication procedure of communication I / F25 is not specifically limited, For example, Wi-Fi (trademark) is employable.

CPU31は、MFP10の全体動作を制御するものである。CPU31は、ユーザI/F24を通じて入力された各種情報、通信I/F25を通じて外部装置から受信した各種情報等に基づいて、後述する各種プログラムをメモリ32から読み出して実行する。CPU31及びメモリ32は、コントローラの一例を構成する。   The CPU 31 controls the overall operation of the MFP 10. The CPU 31 reads and executes various programs, which will be described later, from the memory 32 based on various information input through the user I / F 24, various information received from an external device through the communication I / F 25, and the like. The CPU 31 and the memory 32 constitute an example of a controller.

メモリ32は、OS34と、装置プログラム35とを記憶している。装置プログラム35は、単一のプログラムであってもよいし、複数のプログラムの集合体であってもよい。また、メモリ32は、装置プログラム35の実行に必要なデータ或いは情報等を記憶する。メモリ32は、例えば、RAM、ROM、EEPROM、HDD、MFP10に着脱されるUSBメモリ等の可搬記憶媒体、CPU31が備えるバッファ等、或いはそれらの組み合わせによって構成される。   The memory 32 stores an OS 34 and a device program 35. The device program 35 may be a single program or a collection of a plurality of programs. The memory 32 stores data or information necessary for executing the device program 35. The memory 32 is configured by, for example, a RAM, a ROM, an EEPROM, an HDD, a portable storage medium such as a USB memory attached to and detached from the MFP 10, a buffer provided in the CPU 31, or a combination thereof.

メモリ32は、コンピュータが読み取り可能なストレージ媒体であってもよい。コンピュータが読み取り可能なストレージ媒体とは、non−transitoryな媒体である。non−transitoryな媒体には、上記の例の他に、CD−ROM、DVD−ROM等の記録媒体も含まれる。また、non−transitoryな媒体は、tangibleな媒体でもある。一方、インターネット上のサーバなどからダウンロードされるプログラムを搬送する電気信号は、コンピュータが読み取り可能な媒体の一種であるコンピュータが読み取り可能な信号媒体であるが、non−transitoryなコンピュータが読み取り可能なストレージ媒体には含まれない。後述する情報処理端末50のメモリ62についても同様である。   The memory 32 may be a computer readable storage medium. A computer-readable storage medium is a non-transitory medium. Non-transitory media include recording media such as CD-ROM and DVD-ROM in addition to the above examples. A non-transitory medium is also a tangible medium. On the other hand, an electrical signal that carries a program downloaded from a server on the Internet is a computer-readable signal medium that is a kind of computer-readable medium, but a non-transitory computer-readable storage. Not included in the media. The same applies to the memory 62 of the information processing terminal 50 described later.

メモリ32は、ログインID及びパスワードの複数のセットを記憶している。本実施形態では、ログインID“Admin”及びパスワード“abc”のセットと、ログインID“User”及びパスワード“xyz”のセットとがメモリ32に記憶されているものとする。ログインID及びパスワードのセットは、例えば、MFP10の出荷時に予め登録されていてもよいし、MFP10の管理者によってユーザI/F24を通じて入力されてもよい。ログインIDは、MFP10を操作するユーザを識別するユーザIDの一例である。   The memory 32 stores a plurality of sets of login IDs and passwords. In the present embodiment, it is assumed that a set of login ID “Admin” and password “abc” and a set of login ID “User” and password “xyz” are stored in the memory 32. For example, the set of login ID and password may be registered in advance when the MFP 10 is shipped, or may be input by the administrator of the MFP 10 through the user I / F 24. The login ID is an example of a user ID that identifies a user who operates the MFP 10.

また、MFP10は、メモリ32に記憶されたログインID及びパスワードのセットを用いて、ログイン状態とログアウト状態とに状態変化が可能である。ログアウト状態のMFP10は、ログインID及びパスワードを入力するログイン操作をユーザI/F24を通じて受け付けたことに応じて、入力されたログインID及びパスワードのセットがメモリ32に記憶されているか否かを判断する。そして、MFP10は、入力されたログインID及びパスワードのセットがメモリ32に記憶されていると判断したことに応じて、ログアウト状態からログイン状態に状態変化する。また、ログイン状態のMFP10は、ログアウト操作(例えば、[ログアウト]ボタンの押下)をユーザI/F24を通じて受け付けたことに応じて、ログイン状態からログアウト状態に状態変化する。   Further, the MFP 10 can change the state between the login state and the logout state using the set of the login ID and password stored in the memory 32. The MFP 10 in the logout state determines whether or not the set of the input login ID and password is stored in the memory 32 in response to accepting the login operation for inputting the login ID and password through the user I / F 24. . Then, the MFP 10 changes from the logout state to the login state in response to determining that the set of the input login ID and password is stored in the memory 32. Further, the MFP 10 in the login state changes from the login state to the logout state in response to accepting a logout operation (for example, pressing of the [Logout] button) through the user I / F 24.

ログイン状態とは、非ログイン状態で許可された操作に加えて、ログインユーザに特別に許可された操作をユーザI/F24を通じて受付可能な状態である。ログイン状態で特別に許可される操作とは、例えば、ログインユーザ用の電話帳に対して宛先の追加、編集、及び削除する操作、或いはセキュリティに関する設定をする操作等である。セキュリティに関する設定とは、例えば、プリント動作時にパスワードの入力を要求するか否かの切り替え、或いはログインユーザの個人情報の入力等である。   The login state is a state in which, in addition to the operation permitted in the non-login state, an operation specifically permitted for the login user can be accepted through the user I / F 24. The operation that is specifically permitted in the login state is, for example, an operation of adding, editing, and deleting a destination with respect to the telephone directory for the logged-in user, or an operation for setting security. The security-related setting includes, for example, switching whether or not a password input is requested during a printing operation, or inputting personal information of a logged-in user.

また、ログインID“Admin”が割り当てられたユーザは、ログインID“User”が割り当てられたユーザに許可された操作に加えて、さらに特別な操作が許可されてもよい。さらに特別な操作とは、例えば、MFP10の設定を出荷時の状態に戻す初期化操作でもよい。すなわち、ログインID“Admin”を用いてログイン状態にされたMFP10は、ユーザI/F24を通じて初期化操作を受け付けたことに応じて、MFP10の設定を出荷時の状態に戻す。一方、ログインID“User”を用いてログイン状態にされたMFP10は、ユーザI/F24を通じた初期化操作を受け付けない。   Further, the user assigned the login ID “Admin” may be permitted a special operation in addition to the operation permitted to the user assigned the login ID “User”. Further, the special operation may be, for example, an initialization operation for returning the setting of the MFP 10 to the factory setting. That is, the MFP 10 that has been logged in using the login ID “Admin” returns the setting of the MFP 10 to the factory default state in response to accepting the initialization operation through the user I / F 24. On the other hand, the MFP 10 that has been logged in using the login ID “User” does not accept an initialization operation through the user I / F 24.

情報処理端末50は、図2(B)に示されるように、ディスプレイ53と、ユーザI/F54と、通信I/F55と、CPU61と、メモリ62と、通信バス63とを主に備える。情報処理端末50に含まれるディスプレイ53、ユーザI/F54、通信I/F55、CPU61、メモリ62、及び通信バス63は、MFP10に含まれるディスプレイ23、ユーザI/F24、通信I/F25、CPU31、メモリ32、及び通信バス33と同様の構成であるので、説明は省略する。CPU61及びメモリ62は、コントローラの一例である。情報処理端末50は、例えば、携帯電話、スマートフォン、タブレット端末、或いはPC等である。   As shown in FIG. 2B, the information processing terminal 50 mainly includes a display 53, a user I / F 54, a communication I / F 55, a CPU 61, a memory 62, and a communication bus 63. The display 53, user I / F 54, communication I / F 55, CPU 61, memory 62, and communication bus 63 included in the information processing terminal 50 are the display 23, user I / F 24, communication I / F 25, CPU 31, included in the MFP 10. Since the configuration is the same as that of the memory 32 and the communication bus 33, the description thereof is omitted. The CPU 61 and the memory 62 are an example of a controller. The information processing terminal 50 is, for example, a mobile phone, a smartphone, a tablet terminal, or a PC.

メモリ62は、例えば図3(A)に示されるように、ワークフローリストを記憶することができる。ワークフローリストは、1以上のワークフローレコードを含む。ワークフローリストに含まれるワークフローレコードそれぞれは、1以上のワークフローの1つに対応する。ワークフローレコードは、例えば、情報処理端末50の管理者によってユーザI/F54を通じて入力されてもよいし、通信I/F55を通じてサーバ80から受信してもよい。ワークフローとは、複数のジョブを組み合わせた一連の処理を指す。ジョブとは、ワークフローに含まれる処理の単位であって、例えば、スキャンジョブ、プリントジョブ、FAX送信ジョブ、表示ジョブ、アップロードジョブ、及びダウンロードジョブ等がある。   For example, as shown in FIG. 3A, the memory 62 can store a workflow list. The workflow list includes one or more workflow records. Each workflow record included in the workflow list corresponds to one of one or more workflows. For example, the workflow record may be input through the user I / F 54 by the administrator of the information processing terminal 50, or may be received from the server 80 through the communication I / F 55. A workflow refers to a series of processes in which a plurality of jobs are combined. A job is a unit of processing included in a workflow, and includes, for example, a scan job, a print job, a FAX transmission job, a display job, an upload job, and a download job.

ワークフローリストは、例えば、WF−IDと、状況情報とを含む。WF−IDは、ワークフローレコードに対応するワークフローを識別するための情報である。状況情報は、ワークフローレコードに対応するワークフローを実行可能な状況を示すための情報である。状況情報は、例えば、時間情報、装置ID、及びログインIDの少なくとも1つを含む。時間情報は、後述するワークフロー要求情報を受信した時刻の範囲を示す。すなわち、時間情報は、複数の時刻情報の集合である。装置IDは、ワークフロー要求情報の送信元のMFP10を識別するための情報である。ログインIDは、ログイン状態のMFP10がワークフロー要求情報を送信する場合において、当該MFP10をログイン状態にするために入力されたログインIDである。   The workflow list includes, for example, a WF-ID and status information. The WF-ID is information for identifying the workflow corresponding to the workflow record. The status information is information for indicating a status in which the workflow corresponding to the workflow record can be executed. The situation information includes, for example, at least one of time information, device ID, and login ID. The time information indicates a range of time when workflow request information described later is received. That is, the time information is a set of a plurality of time information. The device ID is information for identifying the MFP 10 that is the transmission source of the workflow request information. The login ID is a login ID input to put the MFP 10 in the login state when the MFP 10 in the login state transmits the workflow request information.

スキャンジョブは、MFP10にスキャン動作を実行させ、スキャン動作で生成されたスキャンデータを取得するジョブである。プリントジョブは、MFP10にプリント動作を実行させるジョブである。FAX送信ジョブは、MFP10にFAX送信動作を実行させるジョブである。表示ジョブは、MFP10のディスプレイ23に情報を表示させるジョブである。アップロードジョブは、サーバ80にデータを送信するジョブである。ダウンロードジョブは、サーバ80からデータを受信するジョブである。但し、ジョブの内容及び種類は、前述の例に限定されない。   The scan job is a job for causing the MFP 10 to execute a scan operation and acquiring scan data generated by the scan operation. The print job is a job that causes the MFP 10 to execute a print operation. The FAX transmission job is a job that causes the MFP 10 to execute a FAX transmission operation. The display job is a job for displaying information on the display 23 of the MFP 10. The upload job is a job for transmitting data to the server 80. The download job is a job for receiving data from the server 80. However, the content and type of the job are not limited to the above example.

本実施形態に係るワークフローは、スキャンジョブと、アップロードジョブとを少なくとも含む。より詳細には、本実施形態に係るワークフローは、スキャンジョブでMFP10からスキャンデータを取得し、取得したスキャンデータをアップロードジョブでサーバ80に送信する。   The workflow according to the present embodiment includes at least a scan job and an upload job. More specifically, the workflow according to the present embodiment acquires scan data from the MFP 10 by a scan job, and transmits the acquired scan data to the server 80 by an upload job.

また、メモリ62は、例えば図3(B)及び図4に示されるように、ジョブリストを記憶することができる。ジョブリストは、ワークフローリストに登録されたWF−IDの1つに対応する。図3(B)に示されるジョブリストはWF−ID“B”に対応し、図4に示されるジョブリストはWF−ID“A”に対応する。ジョブリストは、WF−IDで識別されるワークフローを定義するワークフロー定義情報の一例である。ジョブリストは、複数のジョブレコードを含む。ジョブリストに含まれるジョブレコードそれぞれは、ワークフローに含まれる複数のジョブの1つに対応する。ジョブリストは、例えば、情報処理端末50の管理者によってユーザI/F54を通じて入力されてもよいし、通信I/F55を通じてサーバ80から受信してもよい。   Further, the memory 62 can store a job list, for example, as shown in FIGS. The job list corresponds to one of the WF-IDs registered in the workflow list. The job list shown in FIG. 3B corresponds to WF-ID “B”, and the job list shown in FIG. 4 corresponds to WF-ID “A”. The job list is an example of workflow definition information that defines a workflow identified by a WF-ID. The job list includes a plurality of job records. Each job record included in the job list corresponds to one of a plurality of jobs included in the workflow. For example, the job list may be input through the user I / F 54 by the administrator of the information processing terminal 50 or may be received from the server 80 through the communication I / F 55.

ジョブレコードは、例えば、ジョブIDと、動作情報と、メッセージデータと、特徴情報と、次ジョブIDとを含む。ジョブIDは、ジョブレコードを識別するための情報である。動作情報は、ジョブレコードに対応するジョブの内容を示す情報である。図3(B)及び図4に図示された動作情報は、分かり易さを重視して、ジョブの内容を文字列で示している。しかしながら、実際の動作情報は、例えば、実行すべき動作を識別する動作IDと、当該動作の実行条件を示す実行パラメータとを含む。一例として、図3(B)のジョブID“001”に対応する動作情報は、スキャン動作の動作ID“スキャン”と、スキャン動作の実行パラメータ(例えば、読取解像度=600dpi、読取色=256色)とを含む。他の例として、図4のジョブID“005”に対応する動作情報は、プリント動作の動作ID“プリント”と、プリント動作の実行パラメータ(例えば、シートサイズ=A4、画質=ファイン)とを含む。   The job record includes, for example, a job ID, operation information, message data, feature information, and a next job ID. The job ID is information for identifying a job record. The operation information is information indicating the contents of the job corresponding to the job record. In the operation information shown in FIGS. 3B and 4, the contents of the job are indicated by character strings with emphasis placed on easy understanding. However, the actual operation information includes, for example, an operation ID for identifying the operation to be executed and an execution parameter indicating the execution condition of the operation. As an example, the operation information corresponding to the job ID “001” in FIG. 3B includes the operation ID “scan” of the scan operation and the execution parameters of the scan operation (for example, reading resolution = 600 dpi, reading color = 256 colors). Including. As another example, the operation information corresponding to the job ID “005” in FIG. 4 includes an operation ID “print” of the print operation and an execution parameter (for example, sheet size = A4, image quality = fine) of the print operation. .

メッセージデータは、ジョブレコードに対応するジョブを実行する際にMFP10のディスプレイ23に表示させる文字列(以下、「ガイドメッセージ」と表記する。)を示す。一例として、図3(B)及び図4のジョブID“001”に対応するメッセージデータで示されるガイドメッセージは、ジョブリストで定義されたワークフローの内容を示す第1ガイドメッセージの一例である。他の例として、図3(B)のジョブID“003”及び図4のジョブID“008”に対応するメッセージデータで示されるガイドメッセージは、ジョブリストで定義されたワークフローの結果を示す第2ガイドメッセージの一例である。   The message data indicates a character string (hereinafter referred to as “guide message”) to be displayed on the display 23 of the MFP 10 when the job corresponding to the job record is executed. As an example, the guide message indicated by the message data corresponding to the job ID “001” in FIGS. 3B and 4 is an example of a first guide message indicating the contents of the workflow defined in the job list. As another example, the guide message indicated by the message data corresponding to the job ID “003” in FIG. 3B and the job ID “008” in FIG. 4 is the second indicating the result of the workflow defined in the job list. It is an example of a guide message.

特徴情報は、ジョブレコードに対応するジョブで取得されるデータ(以下、「ジョブデータ」と表記する。)が備えるべき特徴を示す。MFP10から取得するスキャンデータ、及びサーバ80から取得する処理結果データは、ジョブデータの一例である。なお、ジョブレコードは、メッセージデータ及び特徴情報の一方或いは両方を含んでいなくてもよい。次ジョブIDは、次に実行すべきジョブに対応するジョブレコードを識別するための情報である。   The characteristic information indicates characteristics that should be included in data (hereinafter referred to as “job data”) acquired by a job corresponding to the job record. The scan data acquired from the MFP 10 and the processing result data acquired from the server 80 are examples of job data. Note that the job record may not include one or both of message data and feature information. The next job ID is information for identifying a job record corresponding to a job to be executed next.

一例として、図3(B)のジョブID“001”に対応する特徴情報は、スキャンデータに文字列“在庫リスト”、“売上報告書”、“勤怠報告書”のいずれかが含まれているという特徴を示す。また、図3(B)のジョブID“001”で識別されるジョブレコードは、ジョブデータから抽出した特徴と特徴情報で示される特徴とが一致する場合の次ジョブID“002”と、ジョブデータから抽出した特徴と特徴情報で示される特徴とが一致しない場合の次ジョブID“003”とを含む。   As an example, the feature information corresponding to the job ID “001” in FIG. 3B includes one of the character strings “inventory list”, “sales report”, and “attendance report” in the scan data. The characteristic is shown. Further, the job record identified by the job ID “001” in FIG. 3B includes the next job ID “002” when the feature extracted from the job data matches the feature indicated by the feature information, and the job data. And the next job ID “003” when the feature indicated by the feature information does not match.

他の例として、図4のジョブID“003”に対応する特徴情報は、サーバからダウンロードしたジョブデータにデータID“発送通知票”、“転送依頼票”、“在庫なし”のいずれかが付加されているという特徴を示す。また、図4のジョブID“003”で識別されるジョブレコードは、データID“発送通知票”に対応する次ジョブID“004”と、データID“転送依頼票”に対応する次ジョブID“005”と、データID“在庫なし”に対応する次ジョブID“006”とを含む。   As another example, the feature information corresponding to the job ID “003” in FIG. 4 is added to the job data downloaded from the server with one of the data IDs “shipping notification slip”, “transfer request slip”, and “out of stock”. The characteristic that it is done is shown. Further, the job record identified by the job ID “003” in FIG. 4 includes a next job ID “004” corresponding to the data ID “shipment notification slip” and a next job ID “transfer request slip” corresponding to the data ID “transfer request slip”. 005 ”and the next job ID“ 006 ”corresponding to the data ID“ out of stock ”.

端末プログラム65は、図3及び図4に示される情報に基づいて、図5に示されるWF制御処理を実行する。まず、端末プログラム65は、ジョブID“000”を含むジョブ要求情報を通信I/F55を通じてMFP10から受信したことに応じて(S11:ジョブ要求&S12:000)、対象状況情報を取得する(S13)。ジョブID“000”を含むジョブ要求情報は、ワークフローの開始を要求する入力操作をMFP10が受け付けたことを示すワークフロー要求情報の一例である。ジョブID“000”を含むジョブ要求情報を取得する処理は第1取得処理の一例であり、S13の処理は第2取得処理の一例である。   The terminal program 65 executes the WF control process shown in FIG. 5 based on the information shown in FIGS. First, the terminal program 65 acquires target status information in response to receiving job request information including the job ID “000” from the MFP 10 via the communication I / F 55 (S11: job request & S12,000) (S13). . The job request information including the job ID “000” is an example of workflow request information indicating that the MFP 10 has received an input operation for requesting the start of the workflow. The process of acquiring job request information including the job ID “000” is an example of a first acquisition process, and the process of S13 is an example of a second acquisition process.

一例として、端末プログラム65は、ジョブID“000”を含むジョブ要求情報の受信時刻を示す時刻情報、対象状況情報として不図示のシステムクロックから取得してもよい。他の例として、端末プログラム65は、受信したジョブ要求情報に含まれる装置ID及びログインIDの少なくとも一方を、対象状況情報として取得してもよい。すなわち、S13で取得する対象状況情報は、ジョブID“000”を含むジョブ要求情報に基づいて特定される状況情報である。S13で取得する対象状況情報の数は、3つに限定されない。また、端末プログラム65が取得する対象状況情報の数は、S13の処理を実行する度に異なってもよい。   As an example, the terminal program 65 may acquire time information indicating the reception time of job request information including the job ID “000” and target status information from a system clock (not shown). As another example, the terminal program 65 may acquire at least one of the device ID and the login ID included in the received job request information as target situation information. That is, the target status information acquired in S13 is status information specified based on job request information including the job ID “000”. The number of target situation information acquired in S13 is not limited to three. Further, the number of pieces of target situation information acquired by the terminal program 65 may be different each time the process of S13 is executed.

次に、端末プログラム65は、ワークフローリストに登録されたWF−IDのうち、S13で取得した対象状況情報が対応付けられたWF−IDを特定する。なお、S13で複数の対象状況情報を取得した場合、端末プログラム65は、当該複数の対象状況情報の全てが対応付けられたWF−IDを特定する。また、S13で取得した対象状況情報が対応付けられたWF−IDが複数登録されている場合、端末プログラム65は、複数のWF−IDを特定する。そして、端末プログラム65は、特定したWF−IDで識別されるジョブリストを、メモリ62から読み出す(S14)。S14の処理は、読出処理の一例である。   Next, the terminal program 65 specifies a WF-ID associated with the target situation information acquired in S13 among the WF-IDs registered in the workflow list. When a plurality of pieces of target situation information are acquired in S13, the terminal program 65 specifies a WF-ID associated with all of the plurality of pieces of target situation information. Further, when a plurality of WF-IDs associated with the target situation information acquired in S13 are registered, the terminal program 65 identifies a plurality of WF-IDs. Then, the terminal program 65 reads the job list identified by the specified WF-ID from the memory 62 (S14). The process of S14 is an example of a read process.

次に、端末プログラム65は、S14で読み出したジョブリストの数(換言すれば、S14で特定したWF−IDの数)を判断する(S15)。そして、端末プログラム65は、複数のジョブリストを読み出したと判断したことに応じて(S15:複数)、ジョブID“000”を含むジョブ要求情報の送信元のMFP10に、通信I/F55を通じて選択指示情報を送信する(S16)。選択指示情報は、S14で特定した複数のWF−IDのうちの1つを、MFP10のユーザに選択させるための情報である。選択指示情報は、例えば、S14で特定した複数のWF−IDを含む。S16の処理は、選択指示処理の一例である。   Next, the terminal program 65 determines the number of job lists read in S14 (in other words, the number of WF-IDs specified in S14) (S15). When the terminal program 65 determines that a plurality of job lists have been read (S15: plural), the terminal program 65 instructs the MFP 10 that is the transmission source of the job request information including the job ID “000” via the communication I / F 55. Information is transmitted (S16). The selection instruction information is information for causing the user of the MFP 10 to select one of the plurality of WF-IDs identified in S14. The selection instruction information includes, for example, a plurality of WF-IDs identified in S14. The process of S16 is an example of a selection instruction process.

一方図示は省略するが、MFP10の装置プログラム35は、通信I/F25を通じて情報処理端末50から選択指示情報を受信したことに応じて、ワークフロー選択画面をディスプレイ23に表示させる。ワークフロー選択画面は、選択指示情報に含まれる複数のWF−IDそれぞれに対応する複数のワークフローアイコンを含む。次に、装置プログラム35は、複数のワークフローアイコンの1つを指定するユーザ操作をユーザI/F24を通じて受け付けたことに応じて、指定されたワークフローアイコンに対応するWF−IDを、通信I/F25を通じて情報処理端末50に送信する。   On the other hand, although illustration is omitted, the apparatus program 35 of the MFP 10 displays a workflow selection screen on the display 23 in response to selection instruction information being received from the information processing terminal 50 through the communication I / F 25. The workflow selection screen includes a plurality of workflow icons corresponding to the plurality of WF-IDs included in the selection instruction information. Next, in response to accepting a user operation for designating one of a plurality of workflow icons through the user I / F 24, the device program 35 assigns a WF-ID corresponding to the designated workflow icon to the communication I / F 25. To the information processing terminal 50.

次に、端末プログラム65は、選択指示情報の応答としてWF−IDを、通信I/F55を通じてMFP10から受信する(S17:Yes)。S17の処理は、第3取得処理の一例である。S14で読み出した複数のジョブリストのうち、S17で受信したWF−IDで識別されるジョブリストは、対象ワークフロー定義情報(以下、「対象ジョブリスト」と表記する。)の一例である。そして、端末プログラム65は、対象ジョブリストのジョブID“001”で識別されるジョブを実行する(S18)。すなわち、端末プログラム65は、ジョブID“001”を含むジョブレコードの動作情報に従ってジョブを実行する。一方、端末プログラム65は、S14で読み出したジョブリストが1つだと判断したことに応じて(S15:1)、S16&S17の処理を実行せずに、S14で読み出したジョブリストを対象ジョブリストとして、S18の処理を実行する。   Next, the terminal program 65 receives a WF-ID from the MFP 10 through the communication I / F 55 as a response to the selection instruction information (S17: Yes). The process of S17 is an example of a third acquisition process. Of the plurality of job lists read in S14, the job list identified by the WF-ID received in S17 is an example of target workflow definition information (hereinafter referred to as “target job list”). Then, the terminal program 65 executes the job identified by the job ID “001” in the target job list (S18). That is, the terminal program 65 executes the job according to the operation information of the job record including the job ID “001”. On the other hand, when the terminal program 65 determines that there is only one job list read in S14 (S15: 1), the job list read in S14 is used as the target job list without executing the processes in S16 & S17. , S18 is executed.

また、端末プログラム65は、ジョブID“000”と異なるジョブIDを含むジョブ要求情報を受信したことに応じて(S11:ジョブ要求&S12:001〜)、対象ジョブリストに登録された次ジョブIDのうち、ジョブ要求情報に含まれるジョブIDに対応付けられた次ジョブIDを特定する。そして、端末プログラム65は、特定した次ジョブIDで識別されるジョブを実行する(S19)。   Further, the terminal program 65 receives the job request information including a job ID different from the job ID “000” (S11: job request & S12: 001-), and the next job ID registered in the target job list. Among these, the next job ID associated with the job ID included in the job request information is specified. Then, the terminal program 65 executes the job identified by the specified next job ID (S19).

さらに、端末プログラム65は、通信I/F55を通じてMFP10或いはサーバ80からジョブデータを受信したことに応じて(S11:ジョブデータ)、受信したジョブデータの特徴を抽出する(S20)。MFP10からジョブデータを受信する処理は第1受信処理の一例であり、サーバ80からジョブデータを受信する処理は第2受信処理の一例であり、S20の処理は抽出処理の一例である。特徴を抽出する処理の具体例は、図6のS37、S38及び図8のS65、S66等を参照して後述する。   Further, in response to receiving job data from the MFP 10 or the server 80 through the communication I / F 55 (S11: job data), the terminal program 65 extracts features of the received job data (S20). The process of receiving job data from the MFP 10 is an example of a first reception process, the process of receiving job data from the server 80 is an example of a second reception process, and the process of S20 is an example of an extraction process. A specific example of the process of extracting features will be described later with reference to S37 and S38 in FIG. 6, S65 and S66 in FIG.

また、端末プログラム65は、ジョブリストに登録された特徴情報のうち、受信したジョブデータに付加されたジョブIDに対応する特徴情報を、メモリ62から読み出す。そして、端末プログラム65は、S20で抽出した特徴と、メモリ62から読み出した特徴情報で示される特徴とを比較することで、ジョブデータから抽出した特徴と、特徴情報で示される特徴とが一致するか否かを判断する(S21)。S21の処理は、第1判断処理の一例である。   In addition, the terminal program 65 reads, from the memory 62, feature information corresponding to the job ID added to the received job data among the feature information registered in the job list. The terminal program 65 compares the feature extracted in S20 with the feature indicated by the feature information read from the memory 62, so that the feature extracted from the job data matches the feature indicated by the feature information. It is determined whether or not (S21). The process of S21 is an example of a first determination process.

次に、端末プログラム65は、ジョブデータに付加されたジョブIDに対応する複数の次ジョブIDのうち、S21における判断結果に対応する次ジョブIDを特定する。そして、端末プログラム65は、特定した次ジョブIDで識別されるジョブを実行する(S22)。端末プログラム65は、次ジョブIDを含まないジョブレコードに対応するジョブを実行するまで、S11〜S22の処理を繰り返し実行することによって、ワークフローを実現する。すなわち、繰り返し実行されるS18、S19、S22の処理は、ワークフロー実行処理の一例である。   Next, the terminal program 65 specifies the next job ID corresponding to the determination result in S21 among the plurality of next job IDs corresponding to the job ID added to the job data. Then, the terminal program 65 executes the job identified by the specified next job ID (S22). The terminal program 65 implements the workflow by repeatedly executing the processes of S11 to S22 until the job corresponding to the job record not including the next job ID is executed. That is, the processes of S18, S19, and S22 that are repeatedly executed are examples of the workflow execution process.

サーバ80は、アップロードジョブを実行する情報処理端末50から受信したスキャンデータを出力する。スキャンデータを出力する処理は、例えば、サーバ80が備えるメモリにスキャンデータを記憶させる処理、サーバ80が備えるディスプレイにスキャンデータで示される画像を表示させる処理、サーバ80に接続されたプリンタにスキャンデータを対象とするプリント動作を実行させる処理等を指す。これらの処理を実行するサーバ80は、出力装置の一例である。   The server 80 outputs the scan data received from the information processing terminal 50 that executes the upload job. The process of outputting the scan data includes, for example, a process of storing the scan data in a memory included in the server 80, a process of displaying an image indicated by the scan data on a display included in the server 80, and a scan data displayed on a printer connected to the server 80 Refers to a process for executing a print operation targeting the. The server 80 that executes these processes is an example of an output device.

また、サーバ80は、スキャンデータを対象とするデータ処理(例えば、OCR、統計、データマッチング等)を実行してもよい。データ処理の目的は、例えば、在庫確認、発注処理、売上データ管理、日報印刷などであってもよい。さらに、サーバ80は、スキャンデータを対象とするデータ処理の結果を示す処理結果データを生成してもよい。そして、サーバ80は、ダウンロードジョブを実行する情報処理端末50に処理結果データを送信してもよい。   Further, the server 80 may execute data processing (for example, OCR, statistics, data matching, etc.) for the scan data. The purpose of the data processing may be, for example, inventory confirmation, order processing, sales data management, daily report printing, and the like. Further, the server 80 may generate processing result data indicating a result of data processing for scan data. Then, the server 80 may transmit the processing result data to the information processing terminal 50 that executes the download job.

[システム100の動作]
図6〜図8を参照して、店舗A、Bで靴を店頭販売する企業にシステム100が導入された事例を例として、本実施形態に係るシステム100の動作の詳細を説明する。但し、システム100の利用方法がこれに限定されないことは、言うまでもない。
[Operation of System 100]
With reference to FIGS. 6 to 8, the details of the operation of the system 100 according to the present embodiment will be described by taking as an example a case in which the system 100 is introduced into a company that sells shoes in stores A and B. However, it goes without saying that the method of using the system 100 is not limited to this.

まず、店舗Aの従業員は、顧客が希望する靴の条件(例えば、メーカ、型番、色、サイズ等)を聞き取って、顧客の希望に合った靴を販売する。より詳細には、店舗Aの従業員は、顧客の希望する条件の靴が店舗Aにあれば、その靴を顧客に販売する。一方、店舗Aの従業員は、顧客が希望する条件の靴が店舗Aになければ、当該靴が本社或いは店舗Bにあるか否かを、システム100を利用して確認する。そして、店舗Aの従業員は、当該靴が本社或いは店舗Bにあれば、当該靴を本社或いは店舗Bから取り寄せて販売する。一方、店舗Aの従業員は、当該靴が本社或いは店舗Bになければ、当該靴をメーカから取り寄せて販売する。   First, the employee of the store A listens to the shoes conditions (for example, manufacturer, model number, color, size, etc.) desired by the customer and sells shoes that meet the customer's wishes. More specifically, if an employee in the store A has shoes in the store A that satisfy the conditions desired by the customer, the employee sells the shoes to the customer. On the other hand, if the shoe of the condition desired by the customer is not in store A, the employee of store A uses system 100 to check whether the shoe is in the head office or store B. Then, if the shoe is in the head office or the store B, the employee of the store A obtains the shoe from the head office or the store B and sells it. On the other hand, if the shoe is not in the head office or store B, the employee of store A obtains the shoe from the manufacturer and sells it.

また、店舗Aの店長は、店舗Aの売上管理、在庫管理、顧客管理、及び勤怠管理などを情報処理端末50を用いて行い、システム100を利用して結果を本社に報告する。すなわち、店長以外の従業員が情報処理端末50を使用することは、機密情報或いは個人情報を適切に管理する点から好ましくない。そこで、本実施形態に係るシステム100は、このような企業に導入されることによって、店長以外の従業員に情報処理端末50を操作させることなく、当該企業の業務をスムーズに遂行可能にする。   Further, the store manager of the store A performs sales management, inventory management, customer management, attendance management, and the like of the store A using the information processing terminal 50, and reports the results to the head office using the system 100. That is, it is not preferable that employees other than the store manager use the information processing terminal 50 from the viewpoint of appropriately managing confidential information or personal information. Therefore, the system 100 according to the present embodiment is installed in such a company, so that the business of the company can be smoothly executed without causing an employee other than the store manager to operate the information processing terminal 50.

本明細書のフローチャートは、基本的に、プログラムに記述された命令に従ったCPU31、61の処理を示す。すなわち、以下の説明における「判断」、「抽出」、「選択」、「算出」、「決定」、「特定」、「取得」、「受付」、「制御」等の処理は、CPU31、61の処理を表している。CPU31、61による処理は、OS34、64を介したハードウェア制御も含む。なお、「取得」は要求を必須とはしない概念で用いる。すなわち、CPU61が要求することなくデータを受信するという処理も、「CPU61がデータを取得する」という概念に含まれる。また、本明細書中の「データ」とは、コンピュータに読取可能なビット列で表される。そして、実質的な意味内容が同じでフォーマットが異なるデータは、同一のデータとして扱われるものとする。本明細書中の「情報」についても同様である。   The flowchart in this specification basically shows the processing of the CPUs 31 and 61 in accordance with the instructions described in the program. That is, processes such as “determination”, “extraction”, “selection”, “calculation”, “decision”, “specification”, “acquisition”, “acceptance”, “control”, etc. Represents processing. Processing by the CPUs 31 and 61 includes hardware control via the OSs 34 and 64. “Acquisition” is used in a concept that does not require a request. That is, the process that the CPU 61 receives data without requesting it is also included in the concept of “the CPU 61 acquires data”. Further, “data” in this specification is represented by a bit string readable by a computer. Data having substantially the same semantic content but different formats are handled as the same data. The same applies to “information” in this specification.

まず図6及び図7を参照して、店舗Aの営業中の業務の一例を説明する。営業時間中(例えば、15時)の店舗Aの従業員は、顧客が希望する条件の靴が店舗Aにない場合に、図9(A)に示されるように、顧客から聞き取ったメーカ“xxx製作所”、型番“スニーカXYZ”、色“赤”、サイズ“26”を在庫検索票に記入して、非ログイン状態のMFP10AのADFにセットする(S31)。MFP10Aの装置プログラム35は、ADFに原稿がセットされたことを検出センサを通じて検出したことに応じて、通信I/F25を通じて情報処理端末50にジョブ要求情報を送信する(S32)。ここで送信されるジョブ要求情報は、例えば、ジョブID“000”及び装置ID“MFP−A”を含み、ログインIDを含まないものとする。ADFに原稿をセットする操作は、ワークフローの開始を要求する入力操作の一例である。   First, with reference to FIG.6 and FIG.7, an example of the operation | work in operation of the shop A is demonstrated. The employee of the store A during business hours (for example, 15:00), when the shoe of the condition desired by the customer is not in the store A, as shown in FIG. “Manufacturer”, model number “Sneaker XYZ”, color “red”, and size “26” are entered in the inventory search form and set in the ADF of MFP 10A in the non-logged-in state (S31). The apparatus program 35 of the MFP 10A transmits job request information to the information processing terminal 50 through the communication I / F 25 in response to detecting through the detection sensor that a document has been set on the ADF (S32). The job request information transmitted here includes, for example, a job ID “000” and a device ID “MFP-A”, and does not include a login ID. The operation of setting a document on the ADF is an example of an input operation for requesting the start of a workflow.

次に、情報処理端末50の端末プログラム65は、通信I/F55を通じてMFP10Aからジョブ要求情報を受信する(S32)。S32の処理は、第1取得処理の一例である。次に、端末プログラム65は、受信したジョブ要求情報にジョブID“000”が含まれていることに応じて、現在時刻を示す時刻情報“15時”と、ジョブ要求情報に含まれる装置ID“MFP−A”とを、対象状況情報として取得する。この処理は、第2取得処理の一例である。次に、端末プログラム65は、図3(A)に示されるワークフローリストに登録されたWF−IDのうち、対応する状況情報が現在時刻“15時”及び装置ID“MFP−A”を含むWF−ID“A”を特定する。そして、端末プログラム65は、特定したWF−ID“A”に対応する対象ジョブリストとして、図4に示されるジョブリストをメモリ62から読み出す。この処理は、読出処理の一例である。   Next, the terminal program 65 of the information processing terminal 50 receives job request information from the MFP 10A through the communication I / F 55 (S32). The process of S32 is an example of a first acquisition process. Next, in response to the job ID “000” being included in the received job request information, the terminal program 65 receives the time information “15:00” indicating the current time and the device ID “included in the job request information”. MFP-A "is acquired as target situation information. This process is an example of a second acquisition process. Next, the terminal program 65, among the WF-IDs registered in the workflow list shown in FIG. 3A, the corresponding status information includes the current time “15:00” and the device ID “MFP-A”. -Specify ID "A". Then, the terminal program 65 reads the job list shown in FIG. 4 from the memory 62 as the target job list corresponding to the specified WF-ID “A”. This process is an example of a reading process.

次に、端末プログラム65は、読み出した対象ジョブリストのジョブレコードのうち、ジョブID“001”のジョブレコードに含まれる動作情報“在庫検索票のスキャン”に従って、ジョブ要求情報の送信元のMFP10Aに通信I/F55を通じてスキャン指示情報を送信する(S33)。スキャン指示情報は、スキャン動作の実行を指示するための情報である。S33で送信されるスキャン指示情報は、例えば、ジョブID“001”と、動作情報に含まれる動作ID“スキャン”及び実行パラメータとを含む。S33の処理は、スキャン指示処理の一例である。   Next, in accordance with the operation information “scan inventory search slip” included in the job record with the job ID “001” among the read job records of the target job list, the terminal program 65 sends the job request information to the MFP 10A that is the transmission source. Scan instruction information is transmitted through the communication I / F 55 (S33). The scan instruction information is information for instructing execution of a scan operation. The scan instruction information transmitted in S33 includes, for example, a job ID “001”, an operation ID “scan” included in the operation information, and an execution parameter. The process of S33 is an example of a scan instruction process.

また、端末プログラム65は、ジョブID“001”のジョブレコードにメッセージデータが含まれることに応じて、通信I/F55を通じてMFP10Aに表示指示情報を送信する。表示指示情報は、メッセージデータ示されるガイドメッセージの表示を指示するための情報である。ここで送信される表示指示情報は、例えば、対象ジョブリストで定義されたワークフローの内容を示すガイドメッセージ“在庫検索票をスキャンして下さい。”を示すメッセージデータを含む。この処理は、表示指示処理の一例である。なお、端末プログラム65は、表示指示情報をスキャン指示情報に含めて送信してもよいし、スキャン指示情報及び表示指示情報を別々に送信してもよい。   Further, the terminal program 65 transmits display instruction information to the MFP 10 </ b> A through the communication I / F 55 in response to the message data included in the job record with the job ID “001”. The display instruction information is information for instructing display of a guide message indicated by message data. The display instruction information transmitted here includes, for example, message data indicating a guide message “scan the inventory search slip” indicating the contents of the workflow defined in the target job list. This process is an example of a display instruction process. The terminal program 65 may transmit the display instruction information included in the scan instruction information, or may separately transmit the scan instruction information and the display instruction information.

次に、MFP10Aの装置プログラム35は、通信I/F25を通じて表示指示情報を受信したことに応じて、受信した表示指示情報のガイドメッセージ“在庫検索票をスキャンして下さい。”を、ディスプレイ23に表示させる。また、装置プログラム35は、通信I/F25を通じてスキャン指示情報を受信したことに応じて、ユーザI/F24の[スキャン]ボタンが押下されるまで待機する。これにより、MFP10AのADFに在庫検索票をセットした従業員は、ディスプレイ23に表示されたガイドメッセージを見た後に、[スキャン]ボタンを押下すればよい。   Next, the device program 35 of the MFP 10 </ b> A responds to the display instruction information received through the communication I / F 25, and displays the received display instruction information guide message “Please scan the inventory search slip” on the display 23. Display. Further, the apparatus program 35 waits until the [Scan] button of the user I / F 24 is pressed in response to receiving the scan instruction information through the communication I / F 25. As a result, the employee who sets the inventory search tag in the ADF of the MFP 10 </ b> A may press the “scan” button after viewing the guide message displayed on the display 23.

次に、装置プログラム35は、[スキャン]ボタンを押下する操作をユーザI/F24を通じて受け付けたことに応じて、受信したスキャン指示情報に従ってスキャナ12にスキャン動作を実行させる(S34)。すなわち、スキャナ12は、スキャン指示情報に含まれる実行パラメータに従って、ADFにセットされた在庫検索票を読み取ってスキャンデータ(以下、「在庫検索票データ」と表記する。)を生成する。そして、装置プログラム35は、スキャナ12が生成した在庫検索票データを、スキャン指示情報の応答として、通信I/F25を通じて情報処理端末50に送信する(S35)。なお、S35で送信される在庫検索票データには、S33で受信したスキャン指示情報に含まれるジョブID“001”が付加される。   Next, the apparatus program 35 causes the scanner 12 to perform a scanning operation according to the received scan instruction information in response to accepting an operation of pressing the [Scan] button through the user I / F 24 (S34). That is, the scanner 12 reads the inventory search slip set in the ADF according to the execution parameter included in the scan instruction information, and generates scan data (hereinafter referred to as “inventory search slip data”). Then, the apparatus program 35 transmits the inventory search form data generated by the scanner 12 to the information processing terminal 50 through the communication I / F 25 as a response to the scan instruction information (S35). Note that the job ID “001” included in the scan instruction information received in S33 is added to the inventory search slip data transmitted in S35.

次に、端末プログラム65は、通信I/F55を通じてMFP10Aから在庫検索票データを受信する(S35)。S35の処理は、第1受信処理の一例である。次に、端末プログラム65は、受信した在庫検索票データに付加されたジョブID“001”のジョブレコードに特徴情報が設定されていないので、S20&S21の処理を実行しない。そして、端末プログラム65は、ジョブID“001”に対応する次ジョブID“002”のジョブレコードに含まれる動作情報“在庫検索票データのアップロード”に従って、S35で受信した在庫検索票データを通信I/F55を通じてサーバ80に送信する(S36)。S36で送信される在庫検索票データには、ジョブID“002”が付加される。ジョブIDを付加した在庫検索票データは、出力指示情報の一例である。S36の処理は、出力指示処理の一例である。   Next, the terminal program 65 receives inventory search form data from the MFP 10A through the communication I / F 55 (S35). The process of S35 is an example of a first reception process. Next, since the feature information is not set in the job record with the job ID “001” added to the received inventory search slip data, the terminal program 65 does not execute the processing of S20 & S21. Then, the terminal program 65 communicates the inventory search tag data received in S35 according to the operation information “upload of inventory search tag data” included in the job record of the next job ID “002” corresponding to the job ID “001”. / F55 is transmitted to the server 80 (S36). The job ID “002” is added to the inventory search slip data transmitted in S36. The inventory search form data with the job ID added is an example of output instruction information. The process of S36 is an example of an output instruction process.

次に、サーバ80は、情報処理端末50から在庫検索票データを受信したことに応じて(S36)、受信した在庫検索票データをサーバメモリに記憶させる。次に、サーバ80は、メーカに対応する文字列“xxx製作所”、型番に対応する文字列“スニーカXYZ”、色に対応する文字列“赤”、サイズに対応する文字列“26”を、周知のOCR技術を用いて在庫検索票データから抽出する。そして、サーバ80は、抽出した文字列“xxx製作所”、“スニーカXYZ”、“赤”、“26”で示される条件に合致する靴が本社或いは店舗Bにあるか否かを、不図示の在庫データベースを参照して判断する。これらの処理は、スキャンデータを対象とするデータ処理の一例である。   Next, the server 80 stores the received inventory search tag data in the server memory in response to receiving the inventory search tag data from the information processing terminal 50 (S36). Next, the server 80 sends a character string “xxx manufactory” corresponding to the manufacturer, a character string “Sneaker XYZ” corresponding to the model number, a character string “red” corresponding to the color, and a character string “26” corresponding to the size, It is extracted from inventory search form data using a well-known OCR technique. Then, the server 80 determines whether or not there are shoes in the head office or the store B that match the conditions indicated by the extracted character strings “xxx manufactory”, “sneaker XYZ”, “red”, “26”. Judgment is made by referring to the inventory database. These processes are examples of data processing for scan data.

他の例として、サーバ80は、情報処理端末50から受信した在庫検索票データで示される画像を、サーバ80が備えるディスプレイに表示させ、在庫検索票データで示される条件の靴が本社或いは店舗Bにあるか否かを、本社の従業員に探させてもよい。そして、サーバ80は、本社の従業員が当該靴を探した結果を入力する入力操作を、サーバ80が備えるユーザI/Fを通じて受け付けてもよい。   As another example, the server 80 displays an image indicated by the inventory search tag data received from the information processing terminal 50 on a display included in the server 80, and the shoes having the conditions indicated by the inventory search tag data are displayed in the head office or the store B. It may be possible to let an employee at the headquarters look for whether or not Then, the server 80 may accept an input operation for inputting a result of the employee in the head office searching for the shoes through a user I / F included in the server 80.

そして、サーバ80は、条件に合致する靴が本社にある場合に、当該靴を本社から店舗Aに発送する処理を本社の従業員に指示すると共に、発送通知票データを情報処理端末50に送信する(S37)。発送通知票データは、例えば図9(B)に示されるように、本社の従業員が発送する靴が店舗Aに到着する予定の日時“到着予定日:2017年4月19日”を示す情報と、OCRで抽出した文字列とを含む。また、サーバ80は、条件に合致する靴が店舗Bにある場合に、転送依頼票データを情報処理端末50に送信する(S37)。転送依頼票データは、例えば図10(A)に示されるように、店舗間での靴の転送を依頼するために必要な事項を含む。   The server 80 instructs the employee of the head office to send the shoes from the head office to the store A when the shoes matching the conditions are located at the head office, and sends the shipping notification form data to the information processing terminal 50. (S37). As shown in FIG. 9B, for example, the shipping notification form data is information indicating the date and time “scheduled arrival date: April 19, 2017” when the shoes sent by the employees of the head office are scheduled to arrive at the store A. And a character string extracted by OCR. The server 80 transmits transfer request slip data to the information processing terminal 50 when the shoes matching the conditions are in the store B (S37). The transfer request form data includes matters necessary for requesting transfer of shoes between stores, for example, as shown in FIG.

さらに、サーバ80は、条件に合致する靴が本社及び店舗Bにない場合に、在庫なしデータを情報処理端末50に送信する(S37)。在庫なしデータは、条件に合致する靴の在庫がないことを示すデータである。発送通知票データ、転送依頼票データ、及び在庫なしデータは、スキャンデータを処理した結果を示す処理結果データの一例である。処理結果データには、在庫検索票データに付加されたジョブID“002”の次のジョブID“003”と、処理結果データの内容を識別するデータID(例えば、“発送通知票”、“転送依頼票”、“在庫なし”)とが付加される。   Furthermore, the server 80 transmits out-of-stock data to the information processing terminal 50 when there are no shoes that match the conditions at the head office and the store B (S37). The out-of-stock data is data indicating that there is no stock of shoes that meet the conditions. The shipping notification form data, transfer request form data, and out-of-stock data are examples of processing result data indicating the result of processing the scan data. The processing result data includes a job ID “003” next to the job ID “002” added to the inventory search slip data, and a data ID for identifying the content of the processing result data (for example, “shipping notification slip”, “transfer”). "Request form" and "Out of stock") are added.

次に、端末プログラム65は、ジョブID“003”のジョブレコードに含まれる動作情報“処理結果データのダウンロード”に従って、通信I/F55を通じてサーバ80から処理結果データを受信する(S37)。S37の処理は、第2受信処理の一例である。本実施形態では、S36における在庫検索票データの送信先と、S37における処理結果データの送信元とが、どちらもサーバ80である。そこで、S36、S37における通信相手のサーバ80を識別するサーバID(例えば、URL)は、WF−ID“A”を含むワークフローレコードに1つだけ定義されていてもよい。または、S36における在庫検索票データの送信先を示すサーバIDはジョブID“002”のジョブレコードに定義され、S37における処理結果データの送信元を示すサーバIDはジョブID“003”のジョブレコードに定義されていてもよい。   Next, the terminal program 65 receives the processing result data from the server 80 through the communication I / F 55 according to the operation information “download processing result data” included in the job record with the job ID “003” (S37). The process of S37 is an example of a second reception process. In the present embodiment, the server 80 is both the transmission destination of the inventory search form data in S36 and the transmission source of the processing result data in S37. Therefore, only one server ID (for example, URL) for identifying the communication partner server 80 in S36 and S37 may be defined in the workflow record including the WF-ID “A”. Alternatively, the server ID indicating the transmission destination of the inventory search slip data in S36 is defined in the job record of job ID “002”, and the server ID indicating the transmission source of the processing result data in S37 is defined in the job record of job ID “003”. May be defined.

次に、端末プログラム65は、受信した処理結果データの特徴を抽出する。端末プログラム65は、例えば、処理結果データに付加されたデータIDを、処理結果データの特徴として抽出すればよい。この処理は抽出処理の一例である。次に、端末プログラム65は、処理結果データから抽出した特徴と、処理結果データに付加されたジョブID“003”のジョブレコードで示される特徴とが一致するか否かを判断する(S38)。この処理は、第1判断処理の一例である。そして、端末プログラム65は、S38の判断結果に対応する次のジョブを実行する。   Next, the terminal program 65 extracts features of the received processing result data. For example, the terminal program 65 may extract the data ID added to the processing result data as a feature of the processing result data. This process is an example of an extraction process. Next, the terminal program 65 determines whether or not the feature extracted from the processing result data matches the feature indicated by the job record with the job ID “003” added to the processing result data (S38). This process is an example of a first determination process. Then, the terminal program 65 executes the next job corresponding to the determination result of S38.

一例として、端末プログラム65は、処理結果データから抽出した特徴が“発送通知票”に一致すると判断したことに応じて(S38:発送通知票)、特徴“発送通知票”に対応する次ジョブID“004”のジョブレコードに含まれる動作情報“発送通知票のプリント”に従って、通信I/F55を通じてMFP10Aにプリント指示情報を送信する(S39)。プリント指示情報は、プリント動作の実行を指示するための情報である。S39で送信されるプリント指示情報は、例えば、S37で受信した発送通知票データと、ジョブID“004”と、動作情報に含まれる動作ID“プリント”及び実行パラメータとを含む。S39の処理は、プリント指示処理及び出力指示処理の一例である。   As an example, when the terminal program 65 determines that the feature extracted from the processing result data matches the “shipment notification slip” (S38: shipping notification slip), the next job ID corresponding to the feature “shipment notification slip”. Print instruction information is transmitted to MFP 10A through communication I / F 55 in accordance with the operation information “print shipping notification slip” included in the job record “004” (S39). The print instruction information is information for instructing execution of a print operation. The print instruction information transmitted in S39 includes, for example, the shipping notification form data received in S37, the job ID “004”, the operation ID “print” included in the operation information, and the execution parameter. The process of S39 is an example of a print instruction process and an output instruction process.

次に、装置プログラム35は、通信I/F25を通じて情報処理端末50からプリント指示情報を受信したことに応じて(S39)、受信したプリント指示情報に従ってプリンタ11にプリント動作を実行させる(S40)。すなわち、プリンタ11は、プリント指示情報に含まれる発送通知票データで示される画像を、プリント指示情報に含まれる実行パラメータに従ってシートに記録する。これにより、図9(B)に示される発送通知票がMFP10Aから出力される。そして、店舗Aの従業員は、MFP10Aから出力された発送通知票を顧客に手渡して、到着予定日時以降の再来店を案内すればよい。   Next, in response to receiving the print instruction information from the information processing terminal 50 through the communication I / F 25 (S39), the apparatus program 35 causes the printer 11 to execute a print operation according to the received print instruction information (S40). That is, the printer 11 records the image indicated by the shipping notification form data included in the print instruction information on the sheet according to the execution parameter included in the print instruction information. As a result, the shipping notification slip shown in FIG. 9B is output from the MFP 10A. Then, the employee of the store A may hand the shipping notification form output from the MFP 10A to the customer and guide the revisit after the scheduled arrival date and time.

なお、端末プログラム65は、S39において、発送通知票データで示される画像の表示を指示する表示指示情報を、プリント指示情報に代えてMFP10Aに送信してもよい。そして、MFP10Aの装置プログラム35は、S40において、情報処理端末50から受信した表示指示情報に従って発送通知票をディスプレイ23に表示させてもよい。これにより、プリンタ11を備えないADS等にもS40の処理を実行させることができる。S39でプリント指示情報及び表示指示情報のどちらを送信するかは、例えば、ジョブレコードに予め定義されていてもよい。   In S39, the terminal program 65 may transmit display instruction information for instructing display of the image indicated by the shipping notification form data to the MFP 10A instead of the print instruction information. Then, the device program 35 of the MFP 10 </ b> A may cause the display 23 to display a shipping notification vote according to the display instruction information received from the information processing terminal 50 in S <b> 40. As a result, the ADS that does not include the printer 11 can also execute the process of S40. Which of the print instruction information and the display instruction information is transmitted in S39 may be defined in advance in the job record, for example.

また、端末プログラム65は、S39において、ジョブ要求情報の送信元のMFP10Aと異なるプリンタにプリント指示情報或いは表示指示情報を送信してもよい。これにより、プリンタ及びモニタを備えないスキャナからジョブ要求情報を受信した場合にも、S40の処理が実現できる。プリント指示情報或いは表示指示情報の送信先の装置を示す装置ID(例えば、IPアドレス、MACアドレス)は、例えば、ジョブレコードに予め定義されていてもよい。   In S39, the terminal program 65 may transmit the print instruction information or the display instruction information to a printer different from the MFP 10A that has transmitted the job request information. Thus, even when job request information is received from a scanner that does not include a printer and a monitor, the process of S40 can be realized. A device ID (for example, an IP address or a MAC address) indicating a device to which the print instruction information or the display instruction information is transmitted may be defined in advance in a job record, for example.

他の例として、端末プログラム65は、処理結果データから抽出した特徴が“在庫無し”に一致すると判断したことに応じて(S38:在庫なし)、特徴“在庫なし”に対応する次ジョブID“006”のジョブレコードに含まれる動作情報“在庫なしメッセージの表示”に従って、通信I/F55を通じてMFP10Aに表示指示情報を送信する(S41)。S41で送信される表示指示情報は、例えば、ジョブID“006”と、メッセージデータ“在庫がありません。メーカに問い合わせて下さい。”とを含む。S41の処理は、表示指示処理の一例である。   As another example, when the terminal program 65 determines that the feature extracted from the processing result data matches “out of stock” (S38: no stock), the next job ID “ Display instruction information is transmitted to the MFP 10A through the communication I / F 55 in accordance with the operation information “display of no stock message” included in the job record “006” (S41). The display instruction information transmitted in S41 includes, for example, a job ID “006” and message data “There is no stock. Please contact the manufacturer.” The process of S41 is an example of a display instruction process.

次に、装置プログラム35は、通信I/F25を通じて情報処理端末50から表示指示情報を受信したことに応じて(S41)、受信した表示指示情報のガイドメッセージ“在庫がありません。メーカに問い合わせて下さい。”を、ディスプレイ23に表示させる(S42)。そして、店舗Aの従業員は、ディスプレイ23に表示されたガイドメッセージを見た後に、メーカに電話をして条件に合う靴を発注すればよい。   Next, in response to receiving the display instruction information from the information processing terminal 50 via the communication I / F 25 (S41), the device program 35 receives the received display instruction information guide message “There is no stock. Please contact the manufacturer. "Is displayed on the display 23 (S42). Then, after seeing the guide message displayed on the display 23, the employee of the store A may call the manufacturer and order shoes that meet the conditions.

さらに他の例として、端末プログラム65は、処理結果データから抽出した特徴が“転送依頼票”に一致すると判断したことに応じて(S38:転送依頼票)、特徴“転送依頼票”に対応する次ジョブID“005”のジョブレコードに含まれる動作情報“転送依頼票のプリント”に従って、通信I/F55を通じてMFP10Aにプリント指示情報を送信する(S51)。S51で送信されるプリント指示情報は、例えば、S37で受信した転送依頼票データと、ジョブID“005”と、動作情報に含まれる動作ID“プリント”及び実行パラメータとを含む。S51の処理は、プリント指示処理の一例である。   As yet another example, the terminal program 65 responds to the feature “transfer request slip” in response to determining that the feature extracted from the processing result data matches the “transfer request slip” (S38: transfer request slip). In accordance with the operation information “print transfer request slip” included in the job record of the next job ID “005”, the print instruction information is transmitted to the MFP 10A through the communication I / F 55 (S51). The print instruction information transmitted in S51 includes, for example, the transfer request form data received in S37, a job ID “005”, an operation ID “print” included in the operation information, and an execution parameter. The process of S51 is an example of a print instruction process.

また、端末プログラム65は、ジョブID“005”のジョブレコードにメッセージデータが含まれることに応じて、通信I/F55を通じてMFP10Aに表示指示情報を送信する。ここで送信される表示指示情報は、例えば、プリント動作で画像を記録したシートの取り扱い方を示すガイドメッセージ“転送依頼票に記入してスキャナにセットして下さい。”を示すメッセージデータを含む。この処理は、表示指示処理の一例である。なお、端末プログラム65は、表示指示情報をプリント指示情報に含めて送信してもよいし、プリント指示情報及び表示指示情報を別々に送信してもよい。   Further, the terminal program 65 transmits display instruction information to the MFP 10 </ b> A through the communication I / F 55 in response to the message data being included in the job record with the job ID “005”. The display instruction information transmitted here includes, for example, message data indicating a guide message “Please fill in the transfer request form and set in the scanner” indicating how to handle the sheet on which the image is recorded by the printing operation. This process is an example of a display instruction process. The terminal program 65 may transmit the display instruction information included in the print instruction information, or may separately transmit the print instruction information and the display instruction information.

次に、MFP10Aの装置プログラム35は、通信I/F25を通じて表示指示情報を受信したことに応じて、受信した表示指示情報のガイドメッセージ“転送依頼票に記入してスキャナにセットして下さい。”を、ディスプレイ23に表示させる。また、装置プログラム35は、通信I/F25を通じて情報処理端末50からプリント指示情報を受信したことに応じて(S51)、受信したプリント指示情報に従ってプリンタ11にプリント動作を実行させる(S52)。すなわち、プリンタ11は、プリント指示情報に含まれる転送依頼票データで示される画像を、プリント指示情報に含まれる実行パラメータに従ってシートに記録する。   Next, in response to receiving the display instruction information through the communication I / F 25, the device program 35 of the MFP 10A receives the guide message “Please fill in the transfer request form and set it in the scanner”. Is displayed on the display 23. In response to receiving the print instruction information from the information processing terminal 50 through the communication I / F 25 (S51), the apparatus program 35 causes the printer 11 to execute a print operation according to the received print instruction information (S52). That is, the printer 11 records the image indicated by the transfer request form data included in the print instruction information on the sheet according to the execution parameter included in the print instruction information.

これにより、図10(A)に示される転送依頼票がMFP10Aから出力される。そして、店舗Aの従業員は、ディスプレイ23に表示されたガイドメッセージを見た後に、MFP10Aから出力された転送依頼票に必要事項(例えば、“期限:”に対応する靴の発送期限、“担当:”に対応する担当者の氏名)を記入して、MFP10AのADFにセットすればよい(S53)。次に、MFP10Aの装置プログラム35は、ADFに原稿がセットされたことを検出センサを通じて検出したことに応じて(S53)、通信I/F25を通じて情報処理端末50にジョブ要求情報を送信する(S54)。ここで送信されるジョブ要求情報は、例えば、S51で受信したプリント指示情報に含まれるジョブID“005”を含む。   As a result, the transfer request form shown in FIG. 10A is output from the MFP 10A. Then, the employee of the store A sees the guide message displayed on the display 23, and then, on the transfer request form output from the MFP 10A, the necessary items (for example, the shipment deadline of shoes corresponding to “limit ::” : "Name of the person in charge corresponding to" "is entered and set in the ADF of the MFP 10A (S53). Next, the apparatus program 35 of the MFP 10A transmits job request information to the information processing terminal 50 through the communication I / F 25 in response to detecting that the document is set on the ADF through the detection sensor (S53) (S54). ). The job request information transmitted here includes, for example, the job ID “005” included in the print instruction information received in S51.

次に、端末プログラム65は、ジョブID“005”を含むジョブ要求情報を、通信I/F55を通じてMFP10Aから受信する(S54)。次に、端末プログラム65は、ジョブID“005”に対応する次ジョブID“007”のジョブレコードに含まれる動作情報“発送依頼票のスキャン”に従って、通信I/F55を通じてMFP10Aにスキャン指示情報を送信する(S55)。S55で送信されるスキャン指示情報は、例えば、ジョブID“007”と、動作情報に含まれる動作ID“スキャン”及び実行パラメータとを含む。S55の処理は、スキャン指示処理の一例である。   Next, the terminal program 65 receives job request information including the job ID “005” from the MFP 10A through the communication I / F 55 (S54). Next, the terminal program 65 sends scan instruction information to the MFP 10A through the communication I / F 55 in accordance with the operation information “scan of shipping request slip” included in the job record of the next job ID “007” corresponding to the job ID “005”. Transmit (S55). The scan instruction information transmitted in S55 includes, for example, a job ID “007”, an operation ID “scan” included in the operation information, and an execution parameter. The process of S55 is an example of a scan instruction process.

また、端末プログラム65は、ジョブID“007”のジョブレコードにメッセージデータが含まれることに応じて、通信I/F55を通じてMFP10Aに表示指示情報を送信する。ここで送信される表示指示情報は、例えば、メッセージデータ“転送依頼票をスキャンして下さい。”を含む。この処理は、表示指示処理の一例である。なお、端末プログラム65は、表示指示情報をスキャン指示情報に含めて送信してもよいし、スキャン指示情報及び表示指示情報を別々に送信してもよい。   Further, the terminal program 65 transmits display instruction information to the MFP 10 </ b> A through the communication I / F 55 in response to the message data included in the job record with the job ID “007”. The display instruction information transmitted here includes, for example, message data “Please scan the transfer request form.” This process is an example of a display instruction process. The terminal program 65 may transmit the display instruction information included in the scan instruction information, or may separately transmit the scan instruction information and the display instruction information.

次に、MFP10Aの装置プログラム35は、通信I/F25を通じて表示指示情報を受信したことに応じて、受信した表示指示情報のガイドメッセージ“転送依頼票をスキャンして下さい。”を、ディスプレイ23に表示させる。また、装置プログラム35は、通信I/F25を通じてスキャン指示情報を受信したことに応じて、ユーザI/F24の[スキャン]ボタンが押下されるまで待機する。これにより、MFP10AのADFに転送依頼票をセットした従業員は、ディスプレイ23に表示されたガイドメッセージを見た後に、[スキャン]ボタンを押下すればよい。   Next, the device program 35 of the MFP 10 </ b> A displays on the display 23 the guide message “Please scan the transfer request form” of the received display instruction information in response to receiving the display instruction information through the communication I / F 25. Display. Further, the apparatus program 35 waits until the [Scan] button of the user I / F 24 is pressed in response to receiving the scan instruction information through the communication I / F 25. As a result, the employee who has set the transfer request form in the ADF of the MFP 10 </ b> A may press the [Scan] button after viewing the guide message displayed on the display 23.

次に、装置プログラム35は、[スキャン]ボタンを押下する操作をユーザI/F24を通じて受け付けたことに応じて、受信したスキャン指示情報に従ってスキャナ12にスキャン動作を実行させる(S56)。すなわち、スキャナ12は、スキャン指示情報に含まれる実行パラメータに従って、ADFにセットされた転送依頼票を読み取って、スキャンデータ(以下、「転送依頼票データ」と表記する。)を生成する。そして、装置プログラム35は、スキャナ12が生成した転送依頼票データを、スキャン指示情報の応答として、通信I/F25を通じて情報処理端末50に送信する(S57)。なお、S57で送信される転送依頼票データには、S55で受信したスキャン指示情報に含まれるジョブID“007”が付加される。   Next, the apparatus program 35 causes the scanner 12 to perform a scanning operation according to the received scan instruction information in response to accepting an operation of pressing the [Scan] button through the user I / F 24 (S56). In other words, the scanner 12 reads the transfer request form set in the ADF according to the execution parameter included in the scan instruction information, and generates scan data (hereinafter referred to as “transfer request form data”). Then, the device program 35 transmits the transfer request form data generated by the scanner 12 to the information processing terminal 50 through the communication I / F 25 as a response to the scan instruction information (S57). Note that the job ID “007” included in the scan instruction information received in S55 is added to the transfer request form data transmitted in S57.

次に、端末プログラム65は、通信I/F55を通じてMFP10Aから転送依頼票データを受信する(S57)。S57の処理は、第1受信処理の一例である。次に、端末プログラム65は、受信した転送依頼票データに付加されたジョブID“007”のジョブレコードに特徴情報が設定されていないので、S20&S21の処理を実行しない。そして、端末プログラム65は、ジョブID“007”に対応する次ジョブID“008”のジョブレコードに含まれる動作情報“転送依頼票データのFAX送信”に従って、通信I/F55を通じてMFP10AにFAX指示情報を送信する(S58)。FAX指示情報は、FAX送信動作の実行を指示するための情報である。S58で送信されるFAX指示情報は、例えば、S57で受信した転送依頼票データと、ジョブID“008”と、FAX送信先のMFP10Cを識別するFAX番号とを含む。S58の処理は、出力指示処理の一例である。   Next, the terminal program 65 receives the transfer request form data from the MFP 10A through the communication I / F 55 (S57). The process of S57 is an example of a first reception process. Next, since the feature information is not set in the job record with the job ID “007” added to the received transfer request form data, the terminal program 65 does not execute the processing of S20 & S21. Then, in accordance with the operation information “FAX transmission of transfer request form data” included in the job record of the next job ID “008” corresponding to the job ID “007”, the terminal program 65 transmits FAX instruction information to the MFP 10A through the communication I / F 55. Is transmitted (S58). The FAX instruction information is information for instructing execution of a FAX transmission operation. The FAX instruction information transmitted in S58 includes, for example, the transfer request form data received in S57, a job ID “008”, and a FAX number for identifying the MFP 10C as a FAX transmission destination. The process of S58 is an example of an output instruction process.

また、端末プログラム65は、ジョブID“008”のジョブレコードにメッセージデータが含まれることに応じて、通信I/F55を通じてMFP10Aに表示指示情報を送信する。ここで送信される表示指示情報は、例えば、メッセージデータ“転送依頼票をFAXしました。”を含む。この処理は、表示指示処理の一例である。なお、端末プログラム65は、表示指示情報をFAX指示情報に含めて送信してもよいし、FAX指示情報及び表示指示情報を別々に送信してもよい。   Further, the terminal program 65 transmits display instruction information to the MFP 10 </ b> A through the communication I / F 55 in response to the message data being included in the job record with the job ID “008”. The display instruction information transmitted here includes, for example, message data “FAX transfer request slip”. This process is an example of a display instruction process. The terminal program 65 may transmit the display instruction information included in the FAX instruction information, or may transmit the FAX instruction information and the display instruction information separately.

次に、装置プログラム35は、通信I/F25を通じてFAX指示情報を受信したことに応じて(S58)、受信したFAX指示情報に従ってFAX−I/F13にFAX送信動作を実行させる(S59)。すなわち、FAX−I/F13は、FAX指示情報に含まれるFAX番号で識別されるMFP10Cに、FAX指示情報に含まれる転送依頼票データをFAX送信する。また、MFP10Aの装置プログラム35は、通信I/F25を通じて表示指示情報を受信したことに応じて、受信した表示指示情報のガイドメッセージ“転送依頼票をFAXしました。”を、ディスプレイ23に表示させる。そして、店舗Aの従業員は、ガイドメッセージを見た後に、希望の靴が店舗Bから送られてくることを、顧客に案内すればよい。   Next, the device program 35 causes the FAX-I / F 13 to execute a FAX transmission operation according to the received FAX instruction information in response to receiving FAX instruction information through the communication I / F 25 (S58). That is, the FAX-I / F 13 transmits the transfer request form data included in the FAX instruction information by FAX to the MFP 10C identified by the FAX number included in the FAX instruction information. In response to receiving the display instruction information through the communication I / F 25, the apparatus program 35 of the MFP 10A displays the received display instruction information guide message “FAX transfer request form” on the display 23. . Then, after seeing the guide message, the employee of the store A may guide the customer that the desired shoes are sent from the store B.

さらに、MFP10Cの装置プログラム35は、FAX−I/F13を通じてMFP10Aから転送依頼票データをFAX受信する(S59)。次に、装置プログラム35は、FAX受信した転送依頼票データで示される画像を、シートに記録するプリント動作をプリンタ11に実行させてもよいし、ディスプレイ23に表示させてもよい。そして、店舗Bの従業員は、シートに記録された転送依頼票或いはディスプレイ23に表示された転送依頼票を見て、条件に合致する靴を店舗Aに送ればよい。   Further, the apparatus program 35 of the MFP 10C receives the transfer request form data from the MFP 10A via the FAX-I / F 13 (S59). Next, the apparatus program 35 may cause the printer 11 to execute a printing operation for recording the image indicated by the transfer request form data received by FAX on a sheet, or may display the image on the display 23. Then, the employee of the store B may look at the transfer request slip recorded on the sheet or the transfer request slip displayed on the display 23 and send shoes matching the conditions to the store A.

次に図8を参照して、店舗Aの営業終了後の業務の一例を説明する。店舗Aの店長は、図10(B)に示される在庫リスト、売上報告書、及び勤怠報告書を、1日の営業が終了した後(例えば、21時)に、情報処理端末50を用いて作成する。在庫リストは、1日の営業が終了した後の店舗Aの在庫の一覧表である。売上報告書は、店舗Aにおける1日の売上を示す。勤怠報告書は、店舗Aに出勤した従業員の出勤時間及び退社時間を示す。在庫リスト、売上報告書、及び勤怠報告書は、日報の一例である。   Next, with reference to FIG. 8, an example of the business after the store A is closed will be described. The store manager of the store A uses the information processing terminal 50 after the daily business is completed (for example, 21:00) for the inventory list, the sales report, and the attendance report shown in FIG. create. The inventory list is a list of inventory of the store A after the end of the business day. The sales report indicates the daily sales at the store A. The attendance report shows the attendance time and leaving time of the employee who went to the store A. The inventory list, sales report, and attendance report are examples of daily reports.

次に、店舗Aの店長は、作成した日報をシートに記録するプリント動作を、MFP10Aのプリンタ11に実行させる。そして、店舗Aの店長は、ログインID“Admin”及びパスワード“abc”を用いてMFP10Aをログイン状態に切り替えた後に、シートに記録された日報をADFにセットする(S61)。MFP10Aの装置プログラム35は、ADFに原稿がセットされたことを検出センサを通じて検出したことに応じて、通信I/F25を通じて情報処理端末50にジョブ要求情報を送信する(S62)。S62DE送信されるジョブ要求情報は、例えば、ジョブID“000”、装置ID“MFP−A”、及びログインID“Admin”を含む。   Next, the store manager of the store A causes the printer 11 of the MFP 10A to execute a print operation for recording the created daily report on the sheet. Then, the store manager of the store A switches the MFP 10A to the login state using the login ID “Admin” and the password “abc”, and then sets the daily report recorded on the sheet in the ADF (S61). The apparatus program 35 of the MFP 10A transmits job request information to the information processing terminal 50 through the communication I / F 25 in response to detecting through the detection sensor that a document has been set on the ADF (S62). The job request information transmitted in S62DE includes, for example, a job ID “000”, a device ID “MFP-A”, and a login ID “Admin”.

次に、端末プログラム65は、通信I/F55を通じてMFP10Aからジョブ要求情報を受信する(S62)。S62の処理は、第1取得処理の一例である。次に、端末プログラム65は、受信したジョブ要求情報にジョブID“000”が含まれていることに応じて、現在時刻を示す時刻情報“21時”、装置ID“MFP−A”、及びログインID“Admin”を対象状況情報として取得する。この処理は、第2取得処理の一例である。次に、端末プログラム65は、図3(A)に示されるワークフローリストに登録されたWF−IDのうち、対応する状況情報が現在時刻“21時”、装置ID“MFP−A”、ログインID“Admin”を含むWF−ID“B”を特定する。そして、端末プログラム65は、特定したWF−ID“B”に対応する対象ジョブリストとして、図3(B)に示されるジョブリストをメモリ62から読み出す。この処理は、読出処理の一例である。   Next, the terminal program 65 receives job request information from the MFP 10A through the communication I / F 55 (S62). The process of S62 is an example of a first acquisition process. Next, in response to the job ID “000” being included in the received job request information, the terminal program 65 performs time information “21:00” indicating the current time, device ID “MFP-A”, and login. ID “Admin” is acquired as target situation information. This process is an example of a second acquisition process. Next, the terminal program 65 sets the corresponding status information among the WF-IDs registered in the workflow list shown in FIG. 3A to the current time “21:00”, the device ID “MFP-A”, and the login ID. The WF-ID “B” including “Admin” is specified. Then, the terminal program 65 reads the job list shown in FIG. 3B from the memory 62 as the target job list corresponding to the specified WF-ID “B”. This process is an example of a reading process.

次に、端末プログラム65は、読み出したジョブリストのジョブレコードのうち、ジョブID“001”のジョブレコードに含まれる動作情報“日報のスキャン”に従って、ジョブ要求情報の送信元のMFP10Aに通信I/F55を通じてスキャン指示情報を送信する(S63)。S63で送信されるスキャン指示情報は、例えば、ジョブID“001”と、動作情報に含まれる動作ID“スキャン”及び実行パラメータとを含む。S63の処理は、スキャン指示処理の一例である。   Next, the terminal program 65 communicates with the MFP 10A as the transmission source of the job request information according to the operation information “daily report scan” included in the job record of the job ID “001” among the job records of the read job list. Scan instruction information is transmitted through F55 (S63). The scan instruction information transmitted in S63 includes, for example, a job ID “001”, an operation ID “scan” included in the operation information, and an execution parameter. The process of S63 is an example of a scan instruction process.

また、端末プログラム65は、ジョブID“001”のジョブレコードにメッセージデータが含まれることに応じて、通信I/F55を通じてMFP10Aに表示指示情報を送信する。ここで送信される表示指示情報は、例えば、対象ジョブリストで定義されたワークフローの内容を示すガイドメッセージ“日報をスキャンして下さい。”を示すメッセージデータを含む。この処理は、表示指示処理の一例である。なお、端末プログラム65は、表示指示情報をスキャン指示情報に含めて送信してもよいし、スキャン指示情報及び表示指示情報を別々に送信してもよい。   Further, the terminal program 65 transmits display instruction information to the MFP 10 </ b> A through the communication I / F 55 in response to the message data included in the job record with the job ID “001”. The display instruction information transmitted here includes, for example, message data indicating a guide message “scan the daily report” indicating the contents of the workflow defined in the target job list. This process is an example of a display instruction process. The terminal program 65 may transmit the display instruction information included in the scan instruction information, or may separately transmit the scan instruction information and the display instruction information.

次に、MFP10Aの装置プログラム35は、通信I/F25を通じて表示指示情報を受信したことに応じて、受信した表示指示情報のガイドメッセージ“日報をスキャンして下さい。”を、ディスプレイ23に表示させる。また、装置プログラム35は、通信I/F25を通じてスキャン指示情報を受信したことに応じて、ユーザI/F24の[スキャン]ボタンが押下されるまで待機する。これにより、MFP10AのADFに日報をセットした従業員は、ディスプレイ23に表示されたガイドメッセージを見た後に、[スキャン]ボタンを押下すればよい。   Next, the apparatus program 35 of the MFP 10 </ b> A causes the display 23 to display a guide message “Please scan daily report” of the received display instruction information in response to receiving the display instruction information through the communication I / F 25. . Further, the apparatus program 35 waits until the [Scan] button of the user I / F 24 is pressed in response to receiving the scan instruction information through the communication I / F 25. As a result, the employee who sets the daily report in the ADF of the MFP 10 </ b> A may press the [Scan] button after viewing the guide message displayed on the display 23.

次に、装置プログラム35は、[スキャン]ボタンを押下する操作をユーザI/F24を通じて受け付けたことに応じて、受信したスキャン指示情報に従ってスキャナ12にスキャン動作を実行させる(S64)。すなわち、スキャナ12は、スキャン指示情報に含まれる実行パラメータに従って、ADFにセットされた日報を順番に読み取って、スキャンデータ(以下、「日報データ」と表記する。)を生成する。そして、装置プログラム35は、スキャナ12が生成した日報データを、スキャン指示情報の応答として、通信I/F25を通じて情報処理端末50に送信する(S65)。なお、S65で送信される日報データには、S63で受信したスキャン指示情報に含まれるジョブID“001”が付加される。   Next, the apparatus program 35 causes the scanner 12 to execute a scanning operation according to the received scan instruction information in response to accepting an operation of pressing the [Scan] button through the user I / F 24 (S64). That is, the scanner 12 sequentially reads daily reports set in the ADF in accordance with execution parameters included in the scan instruction information, and generates scan data (hereinafter referred to as “daily report data”). Then, the device program 35 transmits daily report data generated by the scanner 12 to the information processing terminal 50 through the communication I / F 25 as a response to the scan instruction information (S65). It should be noted that the job ID “001” included in the scan instruction information received in S63 is added to the daily report data transmitted in S65.

次に、端末プログラム65は、通信I/F55を通じてMFP10Aから日報データを受信する(S65)。S65の処理は、第1受信処理の一例である。次に、端末プログラム65は、受信した日報データの特徴を抽出する。端末プログラム65は、例えば、日報データに含まれる文字列(例えば、“在庫リスト”、“売上報告書”、“勤怠報告書”)を、周知のOCR技術を用いて日報データの特徴として抽出してもよい。次に、端末プログラム65は、日報データから抽出した特徴と、日報データに付加されたジョブID“001”のジョブレコードで示される特徴とが一致するか否かを判断する(S66)。この処理は、第1判断処理の一例である。そして、端末プログラム65は、S66の判断結果に対応する次のジョブを実行する。   Next, the terminal program 65 receives daily report data from the MFP 10A through the communication I / F 55 (S65). The process of S65 is an example of a first reception process. Next, the terminal program 65 extracts the characteristics of the received daily report data. The terminal program 65 extracts, for example, character strings (for example, “inventory list”, “sales report”, “attendance report”) included in the daily report data as features of the daily report data using a well-known OCR technique. May be. Next, the terminal program 65 determines whether or not the feature extracted from the daily report data matches the feature indicated by the job record with the job ID “001” added to the daily report data (S66). This process is an example of a first determination process. Then, the terminal program 65 executes the next job corresponding to the determination result of S66.

一例として、端末プログラム65は、日報データから抽出した特徴がジョブレコードの特徴と一致しないと判断したことに応じて(S66:No)、次ジョブID“002”のジョブレコードに含まれる動作情報“不足シートの再スキャン”に従って、通信I/F55を通じてMFP10Aに再スキャン指示情報を送信する(S63)。S63で送信される再スキャン指示情報は、例えば、ジョブID“002”と、動作情報に含まれる動作ID“スキャン”及び実行パラメータとを含む。“S56:No”と判断した後のS63の処理は、再スキャン指示処理の一例である。   As an example, when the terminal program 65 determines that the feature extracted from the daily report data does not match the feature of the job record (S66: No), the operation information “included in the job record of the next job ID“ 002 ”“ In accordance with “rescan for missing sheets”, rescan instruction information is transmitted to MFP 10A through communication I / F 55 (S63). The rescan instruction information transmitted in S63 includes, for example, a job ID “002”, an operation ID “scan” included in the operation information, and an execution parameter. The process of S63 after determining “S56: No” is an example of a rescan instruction process.

また、端末プログラム65は、ジョブID“002”のジョブレコードにメッセージデータが含まれることに応じて、通信I/F55を通じてMFP10Aに表示指示情報を送信する。ここで送信される表示指示情報は、例えば、S56で一致しないと判断した特徴を示すガイドメッセージ“[*]をスキャンして下さい。”を示すメッセージデータを含む。なお、[*]には、文字列“在庫リスト”、“売上報告書”、“勤怠報告書”のうち、S55で受信した日報データに含まれていない画像を示す文字列に置換される。この処理は、表示指示処理の一例である。なお、端末プログラム65は、表示指示情報を再スキャン指示情報に含めて送信してもよいし、再スキャン指示情報及び表示指示情報を別々に送信してもよい。   Further, the terminal program 65 transmits display instruction information to the MFP 10 </ b> A through the communication I / F 55 in response to the message data included in the job record with the job ID “002”. The display instruction information transmitted here includes, for example, message data indicating a guide message “Please scan [*].” Indicating the characteristics determined not to match in S56. [*] Is replaced with a character string indicating an image that is not included in the daily report data received in S55 among the character strings "inventory list", "sales report", and "time report". This process is an example of a display instruction process. The terminal program 65 may transmit the display instruction information included in the rescan instruction information, or may transmit the rescan instruction information and the display instruction information separately.

再スキャン指示情報を受信したMFP10Aの動作は、前述のS64、S65と同様である。そして、端末プログラム65は、再スキャン指示情報の応答として日報データを、通信I/F55を通じてMFP10Aから再び受信する(S65)。次に、端末プログラム65は、S65で受信した複数の日報データから抽出した特徴と、ジョブID“002”のジョブレコードで示される特徴とが一致するか否かを判断する(S66)。   The operation of the MFP 10A that has received the rescan instruction information is the same as S64 and S65 described above. Then, the terminal program 65 receives daily report data again from the MFP 10A through the communication I / F 55 as a response to the rescan instruction information (S65). Next, the terminal program 65 determines whether or not the feature extracted from the plurality of daily report data received in S65 matches the feature indicated by the job record with the job ID “002” (S66).

そして、端末プログラム65は、日報データから抽出した特徴がジョブレコードの特徴と一致すると判断したことに応じて(S66:Yes)、次ジョブID“003”のジョブレコードに含まれる動作情報“日報データのアップロード”に従って、S65で受信した日報データを通信I/F55を通じてサーバ80に送信する(S67)。S67で送信される日報データには、ジョブID“003”が付加される。S67の処理は、出力指示処理の一例である。また、サーバ80は、情報処理端末50から日報データを受信したことに応じて、受信した日報データをサーバメモリに記憶させる。   Then, the terminal program 65 determines that the feature extracted from the daily report data matches the feature of the job record (S66: Yes), and the operation information “daily report data included in the job record of the next job ID“ 003 ”. The daily report data received in S65 is transmitted to the server 80 through the communication I / F 55 according to "Upload of" (S67). A job ID “003” is added to the daily report data transmitted in S67. The process of S67 is an example of an output instruction process. Further, the server 80 stores the received daily report data in the server memory in response to the reception of the daily report data from the information processing terminal 50.

また、端末プログラム65は、ジョブID“003”のジョブレコードにメッセージデータが含まれることに応じて、通信I/F55を通じてMFP10Aに表示指示情報を送信する(S68)。ここで送信される表示指示情報は、例えば、メッセージデータ“日報をアップロードしました。”と、ジョブID“003”とを含む。この処理は、表示指示処理の一例である。また、MFP10Aの装置プログラム35は、通信I/F25を通じて情報処理端末50から表示指示情報を受信したことに応じて、受信した表示指示情報のガイドメッセージ“日報をアップロードしました。”を、ディスプレイ23に表示させる(S69)。   Further, the terminal program 65 transmits the display instruction information to the MFP 10A through the communication I / F 55 in response to the message data included in the job record with the job ID “003” (S68). The display instruction information transmitted here includes, for example, message data “daily report uploaded” and job ID “003”. This process is an example of a display instruction process. Further, in response to receiving the display instruction information from the information processing terminal 50 through the communication I / F 25, the device program 35 of the MFP 10A displays the received display instruction information guide message “daily report has been uploaded” on the display 23. (S69).

[実施形態の作用効果]
上記の実施形態によれば、メモリ62に記憶された複数ジョブリストのうち、取得したワークフロー要求情報に基づいて特定される対象状況情報に対応付けられた対象ジョブリストが選択されるので、MFP10Aのユーザの作業負担を軽減することができる。より詳細には、ワークフロー要求情報の受信時刻、ワークフロー要求情報の送信元のMFP10の装置ID、ワークフロー要求情報の送信元のMFP10にログインしたログインID、或いはこれらの組み合わせに対応するジョブリストを選択することによって、MFP10のユーザの操作負担を軽減しつつ、適切なワークフローを実行することができる。
[Effects of Embodiment]
According to the above embodiment, the target job list associated with the target situation information specified based on the acquired workflow request information is selected from the plurality of job lists stored in the memory 62. The work burden on the user can be reduced. More specifically, a job list corresponding to the reception time of the workflow request information, the device ID of the MFP 10 that is the transmission source of the workflow request information, the login ID that is logged into the MFP 10 that is the transmission source of the workflow request information, or a combination thereof is selected. As a result, an appropriate workflow can be executed while reducing the operation burden on the user of the MFP 10.

すなわち、上記の実施形態のように、店舗Aに設置されているMFP10Aにおいて、営業時間中と営業終了後とで実行可能なワークフローを自動的に切り替えることができる。これにより、店舗Aの従業員が特別に意識しなくても、1台のMFP10Aに様々なワークフローを実行させることができる。また、図8を参照して説明したように、店長以外の従業員によって日報をアップロードするワークフローが実行されるのを抑制できる。すなわち、サーバ80にアップロードされた日報データは、所定の権限を持ったユーザ(すなわち、店長)によって作成されたものであるとの信頼性が向上する。さらに詳細は省略するが、店舗Aに設置された複数のMFP10A、10Bそれぞれに異なるワークフローを割り当てることもできる。   That is, as in the above-described embodiment, in the MFP 10A installed in the store A, the workflow that can be executed during business hours and after business hours can be automatically switched. As a result, even if the employee of the store A is not particularly aware of it, one MFP 10A can execute various workflows. In addition, as described with reference to FIG. 8, it is possible to prevent the workflow for uploading daily reports from being executed by employees other than the store manager. That is, the reliability that the daily report data uploaded to the server 80 is created by a user having a predetermined authority (that is, a store manager) is improved. Although further details are omitted, a different workflow can be assigned to each of the plurality of MFPs 10A and 10B installed in the store A.

また、上記の実施形態によれば、対象状況情報に対応付けられた複数のジョブリストが存在する場合に(S15:複数)、複数のジョブリストのうちの1つを選択する操作をMFP10のユーザに要求することになる。しかしながら、ワークフロー要求情報に基づいて特定した対象状況情報でジョブリストを事前に絞り込んでいるので、メモリ62に記憶された全てのジョブリストのうちから所望のジョブリストを選択する場合と比較すれば、MFP10のユーザの操作負担が軽減される。   Further, according to the above-described embodiment, when there are a plurality of job lists associated with the target situation information (S15: plural), an operation for selecting one of the plural job lists is performed by the user of the MFP 10 Will be required. However, since the job list is narrowed down in advance by the target situation information specified based on the workflow request information, compared with the case where a desired job list is selected from all the job lists stored in the memory 62, The operation burden on the user of the MFP 10 is reduced.

また、上記の実施形態によれば、ジョブID“001”のジョブレコードに設定された第1ガイドメッセージをMFP10Aのディスプレイ23に表示させるので、これから実行されるワークフローの内容をMFP10Aのユーザに認識させることができる。なお、「ワークフローの内容」とは、例えば、予めワークフローに割り当てられた名称であってもよいし、スキャン動作で読み取らせる原稿の名称であってもよい。   Further, according to the above embodiment, the first guide message set in the job record with the job ID “001” is displayed on the display 23 of the MFP 10A, so that the user of the MFP 10A can recognize the contents of the workflow to be executed. be able to. The “workflow content” may be, for example, a name assigned to the workflow in advance or a name of a document to be read by a scanning operation.

また、上記の実施形態によれば、MFP10Aから適切なスキャンデータを受信した場合に出力指示処理が実行され(S66:Yes→S67)、MFP10Aから適切でないスキャンデータを受信した場合にスキャン動作が再び指示されると共に、ガイドメッセージによって再スキャンの必要をMFP10Aのユーザに認識させることができる(S66:No→S63)。これにより、適切なスキャンデータを取得することができる。   Further, according to the above-described embodiment, the output instruction process is executed when appropriate scan data is received from the MFP 10A (S66: Yes → S67), and the scan operation is performed again when inappropriate scan data is received from the MFP 10A. In addition to the instruction, the user of the MFP 10A can recognize the necessity of rescanning by the guide message (S66: No → S63). Thereby, appropriate scan data can be acquired.

また、上記の実施形態によれば、スキャンデータを処理した結果を示す発送通知票或いは転送依頼票がMFP10Aから出力されると共に、ガイドメッセージによって当該シートの取り扱い方をユーザに認識させることができる。なお、S34、S56でスキャン動作を実行するMFP10と、S40、S52でプリント動作を実行するMFP10とは、同一でもよいし、異なってもよい。すなわち、MFP10AがS34、S56でスキャン動作を実行し、MFP10BがS40、S52でプリント動作を実行してもよい。   Further, according to the above embodiment, the MFP 10A outputs a shipping notification form or a transfer request form indicating the result of processing scan data, and allows the user to recognize how to handle the sheet by a guide message. Note that the MFP 10 that executes the scan operation in S34 and S56 and the MFP 10 that executes the print operation in S40 and S52 may be the same or different. That is, the MFP 10A may execute the scan operation in S34 and S56, and the MFP 10B may execute the print operation in S40 and S52.

なお、上記の実施形態では、ADFに原稿がセットされたタイミングでワークフロー要求情報が送信される例を説明した。しかしながら、ワークフロー要求情報が送信されるタイミングは、これに限定されない。他の例として、装置プログラム35は、外部電源からMFP10への電力の供給が開始された(すなわち、MFP10の電源スイッチが“OFF”→“ON”に切り替えられた)ことに応じて、ワークフロー要求情報を送信してもよい。さらに他の例として、装置プログラム35は、MFP10が休眠状態から駆動状態に切り替えられたことに応じて、ワークフロー要求情報を送信してもよい。このようなトリガを採用することによって、MFP10がワークフローを実行可能になったタイミングでワークフロー要求情報が送信される。   In the above embodiment, the example in which the workflow request information is transmitted at the timing when the document is set on the ADF has been described. However, the timing at which the workflow request information is transmitted is not limited to this. As another example, the apparatus program 35 requests a workflow request in response to the start of power supply from the external power source to the MFP 10 (that is, the power switch of the MFP 10 is switched from “OFF” to “ON”). Information may be transmitted. As yet another example, the apparatus program 35 may transmit workflow request information in response to the MFP 10 being switched from a sleep state to a drive state. By adopting such a trigger, the workflow request information is transmitted at the timing when the MFP 10 can execute the workflow.

なお、休眠状態は、例えば、MFP10の構成要素のうち、少なくともスキャナ12に電力が供給されていない状態である。より詳細には、休眠状態は、MFP10の構成要素のうち、ユーザI/F24、通信I/F25、CPU31、及びメモリ32に電力が供給されており、プリンタ11、スキャナ12、及びFAX−I/F13に電力が供給されていない状態である。一方、駆動状態は、スキャナ12に電力が供給されている状態である。より詳細には、駆動状態は、MFP10の全ての構成要素に電力が供給されている状態である。そして、休眠状態のMFP10は、ユーザI/F24を通じて入力操作を受け付けたことに応じて、或いは通信I/F25を通じて外部装置から情報を受信したことに応じて、駆動状態に状態変化する。一方、駆動状態のMFP10は、ユーザI/F24を通じて入力操作を受け付けない期間が閾値時間に達し、且つ通信I/F25を通じて情報を受信しない期間が閾値期間に達したことに応じて、休眠状態に状態変化する。   The sleep state is, for example, a state in which power is not supplied to at least the scanner 12 among the components of the MFP 10. More specifically, in the sleep state, power is supplied to the user I / F 24, the communication I / F 25, the CPU 31, and the memory 32 among the components of the MFP 10, and the printer 11, the scanner 12, and the FAX-I / In this state, power is not supplied to F13. On the other hand, the driving state is a state in which power is supplied to the scanner 12. More specifically, the driving state is a state where power is supplied to all the components of the MFP 10. Then, the MFP 10 in the dormant state changes to the driving state in response to receiving an input operation through the user I / F 24 or in response to receiving information from an external device through the communication I / F 25. On the other hand, the MFP 10 in the driving state enters the sleep state in response to the period when the input operation is not accepted through the user I / F 24 reaches the threshold time and the period when the information is not received through the communication I / F 25 reaches the threshold period. The state changes.

また、図3(A)に示されるワークフローレコードは、メッセージデータをさらに含んでもよい。ワークフローレコードのメッセージデータは、WF−IDで識別されるワークフローの内容を示すメッセージを含む。そして、端末プログラム65は、ワークフローレコードの時間情報及びメッセージデータのセットを、通信I/F55を通じてMFP10に送信してもよい。そして、待機状態のMFP10の装置プログラム35は、通信I/F25を通じて情報処理端末50から時間情報及びメッセージデータのセットを受信したことに応じて、現在時刻を含む時間情報に対応するメッセージデータで示されるメッセージを、ディスプレイ23に表示させてもよい。   The workflow record shown in FIG. 3A may further include message data. The message data of the workflow record includes a message indicating the content of the workflow identified by the WF-ID. Then, the terminal program 65 may transmit the time information of the workflow record and the message data set to the MFP 10 through the communication I / F 55. The device program 35 of the MFP 10 in the standby state is indicated by message data corresponding to time information including the current time in response to receiving the time information and a set of message data from the information processing terminal 50 through the communication I / F 25. The message may be displayed on the display 23.

待機状態とは、例えば、MFP10がワークフローを実行していない状態を指す。すなわち、待機状態とは、ワークフロー要求情報を送信してからワークフローが終了するまでの期間を除いたMFP10の状態を指す。これにより、ワークフロー要求情報を送信する前のMFP10のディスプレイ23に、現在時刻で実行可能なワークフローを示すメッセージを表示させることができる。   The standby state refers to a state where the MFP 10 is not executing a workflow, for example. That is, the standby state refers to the state of the MFP 10 excluding the period from when the workflow request information is transmitted until the workflow is completed. As a result, a message indicating a workflow that can be executed at the current time can be displayed on the display 23 of the MFP 10 before transmitting the workflow request information.

また、スキャンジョブ(図3(B)のジョブID“001”、“002”、図4のジョブID“001”、“007”)のジョブレコードは、複数のヘッダ情報のうちの1つをさらに含んでもよい。ヘッダ情報は、当該ジョブレコードで示されるスキャンジョブで生成されたスキャンデータに対するデータ処理を示す情報である。端末プログラム65は、S35、S55で受信したスキャンデータに付加されたジョブIDに対応するヘッダ情報を、対象ヘッダ情報としてメモリ62から読み出してもよい。そして、端末プログラム65は、読み出した対象ヘッダ情報を付加したスキャンデータを、サーバ80に送信してもよい。これにより、当該スキャンデータに対してサーバ80が実行するデータ処理を、情報処理端末50でハンドリングすることができる。   Further, the job record of the scan job (job IDs “001” and “002” in FIG. 3B and job IDs “001” and “007” in FIG. 4) further includes one of a plurality of header information. May be included. The header information is information indicating data processing for scan data generated by the scan job indicated by the job record. The terminal program 65 may read out header information corresponding to the job ID added to the scan data received in S35 and S55 from the memory 62 as target header information. Then, the terminal program 65 may transmit scan data to which the read target header information is added to the server 80. Thereby, the data processing executed by the server 80 on the scan data can be handled by the information processing terminal 50.

また、スキャンジョブ(図3(B)のジョブID“001”、“002”、図4のジョブID“001”、“007”)のジョブレコードは、複数のサーバIDのうちの1つをさらに含んでもよい。サーバID(例えば、URL)は、システム100を構成する複数のサーバのうちの1つを識別する。端末プログラム65は、S35、S55で受信したスキャンデータに付加されたジョブIDに対応するサーバIDを、対象サーバIDとしてメモリ62から読み出してもよい。そして、端末プログラム65は、読み出した対象サーバIDで識別されるサーバに、スキャンデータを送信してもよい。これにより、当該スキャンデータに対するデータ処理を実行するサーバを、情報処理端末50でハンドリングすることができる。   Further, the job record of the scan job (job IDs “001” and “002” in FIG. 3B and job IDs “001” and “007” in FIG. 4) further includes one of the server IDs. May be included. The server ID (for example, URL) identifies one of a plurality of servers constituting the system 100. The terminal program 65 may read the server ID corresponding to the job ID added to the scan data received in S35 and S55 from the memory 62 as the target server ID. Then, the terminal program 65 may transmit the scan data to the server identified by the read target server ID. Accordingly, the information processing terminal 50 can handle a server that executes data processing on the scan data.

また、上記の実施形態において、MFP10の装置プログラム35は、ワークフロー要求情報の応答としてスキャン指示情報を受信したことに応じて、スキャン動作を実行する例を説明した。しかしながら、スキャン動作のトリガは、前述の例に限定されない。他の例として、装置プログラム35は、ワークフロー要求情報の送信トリガを検出したことに応じて、スキャン動作を実行してもよい。そして、装置プログラム35は、スキャン動作で生成したスキャンデータを含むワークフロー要求情報を、通信I/F25を通じて情報処理端末50に送信してもよい。   In the above-described embodiment, the example in which the device program 35 of the MFP 10 executes the scan operation in response to receiving the scan instruction information as a response to the workflow request information has been described. However, the trigger for the scanning operation is not limited to the above example. As another example, the apparatus program 35 may execute a scan operation in response to detecting a workflow request information transmission trigger. Then, the apparatus program 35 may transmit workflow request information including scan data generated by the scan operation to the information processing terminal 50 through the communication I / F 25.

さらに、上記の実施形態で情報処理端末50が実行した処理の一部又は全部は、MFP10によって実行されてもよい。すなわち、「スキャナが接続されたコンピュータ」とは、通信ネットワーク101を通じてMFP10に接続された情報処理端末50に限定されず、通信バス33を通じてスキャナ12に接続されたCPU31を指してもよい。この場合のCPU31は、スキャナ12が生成したスキャンデータを、通信バス33を通じてスキャナ12から取得してもよい。   Furthermore, part or all of the processing executed by the information processing terminal 50 in the above embodiment may be executed by the MFP 10. That is, the “computer to which the scanner is connected” is not limited to the information processing terminal 50 connected to the MFP 10 through the communication network 101, but may refer to the CPU 31 connected to the scanner 12 through the communication bus 33. In this case, the CPU 31 may acquire the scan data generated by the scanner 12 from the scanner 12 through the communication bus 33.

また、上記の実施形態のMFP10及び情報処理端末50において、メモリ32、62に記憶された各種プログラムがCPU31、61によって実行されることによって、本発明のントローラが実行する各処理が実現される例を説明した。しかしながら、コントローラの構成はこれに限定されず、その一部又は全部を集積回路等のハードウェアで実現してもよい。   In addition, in the MFP 10 and the information processing terminal 50 according to the above-described embodiment, the various programs stored in the memories 32 and 62 are executed by the CPUs 31 and 61 so that each process executed by the controller of the present invention is realized. Explained. However, the configuration of the controller is not limited to this, and part or all of the configuration may be realized by hardware such as an integrated circuit.

さらに、本発明は、MFP10及び情報処理端末50として実現できるだけでなく、MFP10及び情報処理端末50に処理を実行させるプログラムとして実現してもよい。そして、当該プログラムは、non−transitoryな記録媒体に記録されて提供されてもよい。non−transitoryな記録媒体は、CD−ROM、DVD−ROM等の他、通信ネットワーク101を通じてMFP10及び情報処理端末50に接続可能なサーバに搭載された記憶部を含んでもよい。そして、サーバの記憶部に記憶されたプログラムは、当該プログラムを示す情報或いは信号として、インターネット等の通信ネットワーク101を通じて配信されてもよい。   Furthermore, the present invention may be realized not only as the MFP 10 and the information processing terminal 50 but also as a program that causes the MFP 10 and the information processing terminal 50 to execute processing. Then, the program may be provided by being recorded on a non-transitory recording medium. The non-transitory recording medium may include a storage unit mounted on a server that can be connected to the MFP 10 and the information processing terminal 50 through the communication network 101 in addition to a CD-ROM, a DVD-ROM, or the like. And the program memorize | stored in the memory | storage part of the server may be distributed through the communication networks 101, such as the internet, as the information or signal which shows the said program.

10・・・MFP
11・・・プリンタ
12・・・スキャナ
13・・・FAX−I/F
23,53・・・ディスプレイ
24,54・・・ユーザI/F
25,55・・・通信I/F
31,61・・・CPU
32,62・・・メモリ
35・・・装置プログラム
50・・・情報処理端末
65・・・端末プログラム
80・・・サーバ
10 ... MFP
11 ... Printer 12 ... Scanner 13 ... FAX-I / F
23, 53 ... Display 24, 54 ... User I / F
25, 55 ... Communication I / F
31, 61 ... CPU
32, 62 ... Memory 35 ... Device program 50 ... Information processing terminal 65 ... Terminal program 80 ... Server

Claims (21)

スキャナと、通信インタフェースと、メモリとに接続されたコンピュータによって実行可能なプログラムであって、
該プログラムは、ワークフロー要求情報を前記スキャナから取得する第1取得処理を前記コンピュータに実行させ、前記ワークフロー要求情報は、ワークフローの開始を要求する入力操作を前記スキャナが備えるユーザインタフェースが受け付けたことを示す情報であり、前記ワークフローは、原稿を読み取ってスキャンデータを生成するスキャン動作を前記スキャナに実行させるジョブと、前記スキャナから取得した前記スキャンデータを出力装置に出力させるために、前記通信インタフェースを通じて前記出力装置に前記スキャンデータを送信するジョブとを少なくとも含み、
該プログラムは、
各々が異なる状況を示す複数の状況情報のうち、前記第1取得処理で取得した前記ワークフロー要求情報に基づいて特定される対象状況情報を取得する第2取得処理と、
各々に前記複数の状況情報の少なくとも1つが対応付けられて前記メモリに記憶された複数のワークフロー定義情報のうち、前記第2取得処理で取得した前記対象状況情報が対応付けられた対象ワークフロー定義情報を読み出す読出処理とを前記コンピュータに実行させ、前記複数のワークフロー定義情報それぞれは、前記ワークフローに含まれる複数の前記ジョブそれぞれの内容を定義した情報であり、
該プログラムは、前記読出処理で読み出した前記対象ワークフロー定義情報に定義された前記複数のジョブを順番に実行するワークフロー実行処理を前記コンピュータに実行させるプログラム。
A program executable by a computer connected to a scanner, a communication interface, and a memory,
The program causes the computer to execute a first acquisition process for acquiring workflow request information from the scanner, and the workflow request information indicates that a user interface provided in the scanner has received an input operation for requesting the start of a workflow. The workflow includes a job for causing the scanner to execute a scan operation for reading a document and generating scan data, and for outputting the scan data acquired from the scanner to the output device via the communication interface. Including at least a job for transmitting the scan data to the output device,
The program
A second acquisition process for acquiring target situation information specified based on the workflow request information acquired in the first acquisition process among a plurality of situation information each indicating a different situation;
Target workflow definition information in which at least one of the plurality of situation information is associated with each of the plurality of workflow definition information stored in the memory and associated with the target situation information acquired in the second acquisition process And reading processing to read out the computer, each of the plurality of workflow definition information is information that defines the contents of each of the plurality of jobs included in the workflow,
The program causes the computer to execute a workflow execution process for sequentially executing the plurality of jobs defined in the target workflow definition information read in the reading process.
該プログラムは、
前記第1取得処理において、前記通信インタフェースを通じて前記スキャナから前記ワークフロー要求情報を受信し、
前記ワークフロー実行処理において、
前記スキャン動作の実行を指示するスキャン指示情報を、前記通信インタフェースを通じて前記スキャナに送信するスキャン指示処理と、
前記スキャン指示情報に従った前記スキャン動作で生成された前記スキャンデータを、前記スキャン指示情報の応答として、前記通信インタフェースを通じて前記スキャナから受信する第1受信処理と、
前記第1受信処理で受信した前記スキャンデータの出力を指示する出力指示情報を、前記通信インタフェースを通じて前記出力装置に送信する出力指示処理とを前記コンピュータに実行させる請求項1に記載のプログラム。
The program
In the first acquisition process, the workflow request information is received from the scanner through the communication interface;
In the workflow execution process,
Scan instruction processing for instructing execution of the scan operation, and transmitting scan instruction information to the scanner through the communication interface;
A first reception process for receiving the scan data generated by the scan operation according to the scan instruction information from the scanner through the communication interface as a response to the scan instruction information;
The program according to claim 1, which causes the computer to execute output instruction processing for transmitting output instruction information for instructing output of the scan data received in the first reception process to the output device through the communication interface.
該プログラムは、前記スキャン指示処理において、前記対象ワークフロー定義情報で定義された前記ワークフローの内容を示すガイドメッセージを、前記スキャナが備えるディスプレイに表示することを指示する表示指示情報を、前記通信インタフェースを通じて前記スキャナにさらに送信する請求項2に記載のプログラム。   In the scan instruction process, the program outputs display instruction information for instructing to display a guide message indicating the content of the workflow defined in the target workflow definition information on a display included in the scanner through the communication interface. The program according to claim 2, further transmitted to the scanner. 該プログラムは、前記ワークフロー実行処理において、
前記第1受信処理で受信した前記スキャンデータの特徴を抽出する抽出処理と、
前記抽出処理で抽出した特徴と前記対象ワークフロー定義情報に定義された特徴とが一致するか否かを判断する第1判断処理と、
前記第1判断処理で一致すると判断したことに応じて、前記出力指示処理とを前記コンピュータに実行させ、
前記第1判断処理で一致しないと判断したことに応じて、前記スキャン動作の再実行を指示する再スキャン指示情報を、前記通信インタフェースを通じて前記スキャナに送信する再スキャン指示処理を前記コンピュータに実行させる請求項2又は3に記載のプログラム。
In the workflow execution process, the program
An extraction process for extracting features of the scan data received in the first reception process;
A first determination process for determining whether or not the feature extracted in the extraction process matches the feature defined in the target workflow definition information;
In response to determining that the first determination process matches, causing the computer to execute the output instruction process,
Causing the computer to execute rescan instruction processing for transmitting rescan instruction information for instructing re-execution of the scan operation to the scanner through the communication interface in response to determining that they do not match in the first determination processing. The program according to claim 2 or 3.
該プログラムは、前記再スキャン指示処理において、前記第1判断処理で一致しないと判断した特徴を示すガイドメッセージを、前記スキャナが備えるディスプレイに表示させることを指示する表示指示情報を、前記通信インタフェースを通じて前記スキャナにさらに送信する請求項4に記載のプログラム。   In the rescan instruction process, the program displays display instruction information for instructing to display a guide message indicating a feature determined not to match in the first determination process on a display included in the scanner through the communication interface. The program according to claim 4, further transmitted to the scanner. 該プログラムは、前記ワークフロー実行処理において、
前記出力指示情報に含まれる前記スキャンデータを前記出力装置が処理した結果を示す処理結果データを、前記出力指示情報の応答として、前記出力装置から受信する第2受信処理と、
前記第2受信処理で受信した前記処理結果データを対象とするプリント動作の実行を指示するプリント指示情報を、前記スキャナに対応付けられたプリンタに、前記通信インタフェースを通じて送信するプリント指示処理とを前記コンピュータに実行させ、前記プリント動作は、対象となるデータで示される画像をシートに記録する動作である請求項2から5のいずれかに記載のプログラム。
In the workflow execution process, the program
A second reception process for receiving, as a response to the output instruction information, processing result data indicating a result of processing the scan data included in the output instruction information from the output apparatus;
Print instruction processing for transmitting print instruction information for instructing execution of a print operation for the processing result data received in the second reception process to the printer associated with the scanner through the communication interface; 6. The program according to claim 2, wherein the program is executed by a computer, and the printing operation is an operation of recording an image indicated by target data on a sheet.
該プログラムは、前記プリント指示処理において、前記プリント動作で画像を記録したシートの取り扱い方を示すガイドメッセージを、前記プリンタが備えるディスプレイに表示することを指示する表示指示情報を、前記通信インタフェースを通じて前記プリンタにさらに送信する請求項6に記載のプログラム。   In the print instruction process, the program outputs display instruction information for instructing to display a guide message indicating how to handle a sheet on which an image is recorded in the print operation on a display included in the printer through the communication interface. The program according to claim 6, further transmitted to a printer. スキャナと、通信インタフェースと、メモリとに接続されたコンピュータによって実行可能なプログラムであって、
該プログラムは、ワークフロー要求情報を前記スキャナから取得する第1取得処理を前記コンピュータに実行させ、前記ワークフロー要求情報は、ワークフローの開始を要求する入力操作を前記スキャナが備えるユーザインタフェースが受け付けたことを示す情報であり、前記ワークフローは、前記スキャナが原稿を読み取って生成したスキャンデータを取得するジョブと、前記スキャナから取得した前記スキャンデータを対象とする複数のデータ処理のうちの少なくとも1つをサーバに実行させるために、前記通信インタフェースを通じて前記サーバに前記スキャンデータを送信するジョブとを少なくとも含み、
該プログラムは、
各々が異なる状況を示す複数の状況情報のうち、前記第1取得処理で取得した前記ワークフロー要求情報に基づいて特定される対象状況情報を取得する第2取得処理と、
各々に前記複数の状況情報の少なくとも1つが対応付けられて前記メモリに記憶された複数のワークフロー定義情報のうち、前記第2取得処理で取得した前記対象状況情報が対応付けられた対象ワークフロー定義情報を読み出す読出処理とを前記コンピュータに実行させ、前記複数のワークフロー定義情報それぞれは、前記ワークフローに含まれる複数の前記ジョブそれぞれの内容を定義した情報であり、
該プログラムは、前記読出処理で読み出した前記対象ワークフロー定義情報に定義された前記複数のジョブを順番に実行するワークフロー実行処理を前記コンピュータに実行させるプログラム。
A program executable by a computer connected to a scanner, a communication interface, and a memory,
The program causes the computer to execute a first acquisition process for acquiring workflow request information from the scanner, and the workflow request information indicates that a user interface provided in the scanner has received an input operation for requesting the start of a workflow. The workflow includes at least one of a job for acquiring scan data generated by the scanner reading a document and a plurality of data processes for the scan data acquired from the scanner. And at least a job for transmitting the scan data to the server through the communication interface,
The program
A second acquisition process for acquiring target situation information specified based on the workflow request information acquired in the first acquisition process among a plurality of situation information each indicating a different situation;
Target workflow definition information in which at least one of the plurality of situation information is associated with each of the plurality of workflow definition information stored in the memory and associated with the target situation information acquired in the second acquisition process And reading processing to read out the computer, each of the plurality of workflow definition information is information that defines the contents of each of the plurality of jobs included in the workflow,
The program causes the computer to execute a workflow execution process for sequentially executing the plurality of jobs defined in the target workflow definition information read in the reading process.
該プログラムは、前記ワークフロー実行処理において、
前記スキャナから前記スキャンデータを取得し、
各々が前記複数のデータ処理のうちの1つに対応する複数のヘッダ情報のうち、前記読出処理で読み出した前記対象ワークフロー定義情報で示される対象ヘッダ情報を、取得した前記スキャンデータに付加し、
前記対象ヘッダ情報を付加した前記スキャンデータを、前記通信インタフェースを通じて前記サーバに送信する請求項8に記載のプログラム。
In the workflow execution process, the program
Obtaining the scan data from the scanner;
Of the plurality of header information each corresponding to one of the plurality of data processes, the target header information indicated by the target workflow definition information read in the read process is added to the acquired scan data,
The program according to claim 8, wherein the scan data to which the target header information is added is transmitted to the server through the communication interface.
該プログラムは、前記ワークフロー実行処理において、
前記スキャナから前記スキャンデータを取得し、
各々が前記複数のデータ処理のうちの1つを実行する複数の前記サーバのうち、前記読出処理で読み出した前記対象ワークフロー定義情報で示される対象サーバに、前記通信インタフェースを通じて前記スキャンデータを送信する請求項9に記載のプログラム。
In the workflow execution process, the program
Obtaining the scan data from the scanner;
The scan data is transmitted through the communication interface to the target server indicated by the target workflow definition information read out in the read process among the plurality of servers each executing one of the plurality of data processes. The program according to claim 9.
該プログラムは、前記読出処理において、前記状況情報である時間情報が各々に対応付けられた前記複数のワークフロー定義情報のうち、前記ワークフロー要求情報の受信時刻を含む前記時間情報に対応付けられた前記対象ワークフロー定義情報を前記メモリから読み出す請求項1から10のいずれかに記載のプログラム。   In the reading process, the program includes the time information corresponding to the time information including the reception time of the workflow request information among the plurality of workflow definition information associated with the time information as the status information. The program according to claim 1, wherein target workflow definition information is read from the memory. 該プログラムは、前記読出処理において、前記状況情報である装置IDが各々に対応付けられた前記複数のワークフロー定義情報のうち、前記ワークフロー要求情報に含まれる前記装置IDに対応付けられた前記対象ワークフロー定義情報を前記メモリから読み出し、前記ワークフロー要求情報に含まれる前記装置IDは、前記ワークフロー要求情報の送信元の前記スキャナを識別する請求項1から11のいずれかに記載のプログラム。   In the reading process, the program includes the target workflow associated with the device ID included in the workflow request information among the plurality of workflow definition information associated with the device ID that is the status information. The program according to any one of claims 1 to 11, wherein definition information is read from the memory, and the device ID included in the workflow request information identifies the scanner that is a transmission source of the workflow request information. 該プログラムは、前記読出処理において、前記状況情報であるユーザIDが各々に対応付けられた前記複数のワークフロー定義情報のうち、前記ワークフロー要求情報に含まれる前記ユーザIDに対応付けられた前記対象ワークフロー定義情報を前記メモリから読み出し、前記ワークフロー要求情報に含まれる前記ユーザIDは、前記ワークフロー要求情報の送信元の前記スキャナを操作するユーザを識別する請求項1から12のいずれかに記載のプログラム。   In the reading process, the program includes the target workflow associated with the user ID included in the workflow request information among the plurality of workflow definition information associated with the user ID which is the situation information. The program according to claim 1, wherein definition information is read from the memory, and the user ID included in the workflow request information identifies a user who operates the scanner that is a transmission source of the workflow request information. 該プログラムは、
前記読出処理で複数の前記対象ワークフロー定義情報を読み出したことに応じて、読み出した前記複数の対象ワークフロー定義情報の1つを選択することを指示する選択指示情報を、前記スキャナに指示する選択指示処理と、
前記複数の対象ワークフロー定義情報のうちから前記スキャナのユーザが選択した前記対象ワークフロー定義情報を識別するワークフローIDを、前記選択指示情報の応答として、前記スキャナから取得する第3取得処理とを前記コンピュータに実行させ、
前記ワークフロー実行処理において、前記第3取得処理で取得した前記ワークフローIDで識別される前記対象ワークフロー定義情報に定義された前記複数のジョブを順番に実行する請求項1から13のいずれかに記載のプログラム。
The program
A selection instruction for instructing the scanner to select selection instruction information for selecting one of the plurality of target workflow definition information that has been read in response to reading the plurality of target workflow definition information in the reading process. Processing,
A third acquisition process for acquiring a workflow ID for identifying the target workflow definition information selected by the scanner user from the plurality of target workflow definition information from the scanner as a response to the selection instruction information; To run
The workflow execution process according to any one of claims 1 to 13, wherein the plurality of jobs defined in the target workflow definition information identified by the workflow ID acquired in the third acquisition process are sequentially executed. program.
前記複数のワークフロー定義情報それぞれには、当該ワークフロー定義情報で定義された前記ワークフローの内容を示す第1ガイドメッセージが対応付けられており、
該プログラムは、前記ワークフロー実行処理において、前記対象ワークフロー定義情報に対応付けられた前記第1ガイドメッセージを、前記スキャナが備えるディスプレイに表示させる表示指示処理を、前記スキャナに前記スキャンデータを生成させる前に前記コンピュータに実行させる請求項1から14のいずれかに記載のプログラム。
Each of the plurality of workflow definition information is associated with a first guide message indicating the content of the workflow defined in the workflow definition information,
In the workflow execution process, the program performs a display instruction process for displaying the first guide message associated with the target workflow definition information on a display included in the scanner, and before causing the scanner to generate the scan data. The program according to claim 1, wherein the program is executed by the computer.
前記複数のワークフロー定義情報それぞれには、当該ワークフロー定義情報で定義された前記ワークフローの結果を示す第2ガイドメッセージが対応付けられており、
該プログラムは、前記ワークフロー実行処理において、前記対象ワークフロー定義情報に対応付けられた前記第2ガイドメッセージを、前記スキャナが備えるディスプレイに表示させる表示指示処理を、前記スキャンデータを送信した後に前記コンピュータに実行させる請求項1から15のいずれかに記載のプログラム。
Each of the plurality of workflow definition information is associated with a second guide message indicating the result of the workflow defined in the workflow definition information.
In the workflow execution process, the program performs a display instruction process for displaying the second guide message associated with the target workflow definition information on a display included in the scanner, after transmitting the scan data to the computer. The program according to any one of claims 1 to 15, which is executed.
該プログラムは、時間情報及び前記時間情報で示される時間に実行可能な前記ワークフローを示すメッセージを含む表示指示情報を、前記通信インタフェースを通じて前記スキャナに送信する表示指示処理を、前記第1取得処理に先立って前記コンピュータに実行させ、前記表示指示情報は、前記スキャナが備えるディスプレイに前記メッセージを表示させる指示である請求項1から16のいずれかに記載のプログラム。   The program includes, as the first acquisition process, a display instruction process for transmitting display instruction information including time information and a message indicating the workflow executable at the time indicated by the time information to the scanner through the communication interface. The program according to any one of claims 1 to 16, wherein the program is executed in advance by the computer, and the display instruction information is an instruction to display the message on a display included in the scanner. 該プログラムは、前記第1取得処理において、前記スキャナに原稿がセットされたことに応じて、前記ワークフロー要求情報を取得する請求項1から17のいずれかに記載のプログラム。   The program according to any one of claims 1 to 17, wherein in the first acquisition process, the workflow request information is acquired in response to a document set on the scanner. 該プログラムは、前記第1取得処理において、外部電源から前記スキャナへの電力の供給が開始されたことに応じて、或いは前記スキャナが休眠状態から駆動状態に切り替えられたことに応じて、前記ワークフロー要求情報を取得し、前記休眠状態は前記スキャナに電力が供給されていない状態であり、前記駆動状態は前記スキャナにに電力が供給されている状態である請求項1から17のいずれかに記載のプログラム。   In the first acquisition process, the program executes the workflow in response to the start of power supply from an external power source to the scanner or in response to the scanner being switched from a sleep state to a drive state. The request information is acquired, and the sleep state is a state in which power is not supplied to the scanner, and the driving state is a state in which power is supplied to the scanner. Program. 通信インタフェースと、メモリと、コントローラとを備える情報処理端末であって、
前記コントローラは、通信インタフェースを通じてスキャナからワークフロー要求情報を受信する第1受信処理を実行し、前記ワークフロー要求情報は、ワークフローの開始を要求する入力操作を前記スキャナが備えるユーザインタフェースが受け付けたことを示す情報であり、前記ワークフローは、原稿を読み取ってスキャンデータを生成するスキャン動作を前記スキャナに実行させるジョブと、前記スキャナから取得した前記スキャンデータを出力装置に出力させるために、前記通信インタフェースを通じて前記出力装置に前記スキャンデータを送信するジョブとを少なくとも含み、
前記コントローラは、
各々が異なる状況を示す複数の状況情報のうち、前記第1受信処理で受信した前記ワークフロー要求情報に基づいて特定される対象状況情報を取得する取得処理と、
各々に前記複数の状況情報の少なくとも1つが対応付けられて前記メモリに記憶された複数のワークフロー定義情報のうち、前記取得処理で取得した前記対象状況情報が対応付けられた対象ワークフロー定義情報を読み出す読出処理とを実行し、前記複数のワークフロー定義情報それぞれは、前記ワークフローに含まれる複数の前記ジョブそれぞれの内容を定義した情報であり、
前記コントローラは、前記読出処理で読み出した前記対象ワークフロー定義情報に定義された前記複数のジョブを順番に実行するワークフロー実行処理を実行する情報処理端末。
An information processing terminal comprising a communication interface, a memory, and a controller,
The controller executes a first reception process for receiving workflow request information from a scanner through a communication interface, and the workflow request information indicates that a user interface provided in the scanner has received an input operation for requesting the start of a workflow. The workflow includes a job for causing the scanner to execute a scan operation for reading a document and generating scan data, and for outputting the scan data acquired from the scanner to the output device through the communication interface. Including at least a job for transmitting the scan data to an output device,
The controller is
An acquisition process for acquiring target situation information specified based on the workflow request information received in the first reception process among a plurality of situation information each indicating a different situation;
Read out the target workflow definition information associated with the target situation information acquired in the acquisition process, out of the plurality of workflow definition information stored in the memory and associated with at least one of the plurality of situation information. Read processing, each of the plurality of workflow definition information is information defining the contents of each of the plurality of jobs included in the workflow,
The information processing terminal that executes a workflow execution process for sequentially executing the plurality of jobs defined in the target workflow definition information read in the read process.
通信インタフェースと、メモリと、コントローラとを備える情報処理端末であって、
前記コントローラは、通信インタフェースを通じてスキャナからワークフロー要求情報を受信する第1受信処理を実行し、前記ワークフロー要求情報は、ワークフローの開始を要求する入力操作を前記スキャナが備えるユーザインタフェースが受け付けたことを示す情報であり、前記ワークフローは、前記スキャナが原稿を読み取って生成したスキャンデータを取得するジョブと、前記スキャナから取得した前記スキャンデータを対象とする複数のデータ処理のうちの少なくとも1つをサーバに実行させるために、前記通信インタフェースを通じて前記サーバに前記スキャンデータを送信するジョブとを少なくとも含み、
前記コントローラは、
各々が異なる状況を示す複数の状況情報のうち、前記第1受信処理で受信した前記ワークフロー要求情報に基づいて特定される対象状況情報を取得する取得処理と、
各々に前記複数の状況情報の少なくとも1つが対応付けられて前記メモリに記憶された複数のワークフロー定義情報のうち、前記取得処理で取得した前記対象状況情報が対応付けられた対象ワークフロー定義情報を読み出す読出処理とを実行し、前記複数のワークフロー定義情報それぞれは、前記ワークフローに含まれる複数の前記ジョブそれぞれの内容を定義した情報であり、
前記コントローラは、前記読出処理で読み出した前記対象ワークフロー定義情報に定義された前記複数のジョブを順番に実行するワークフロー実行処理を実行する情報処理端末。
An information processing terminal comprising a communication interface, a memory, and a controller,
The controller executes a first reception process for receiving workflow request information from a scanner through a communication interface, and the workflow request information indicates that a user interface provided in the scanner has received an input operation for requesting the start of a workflow. The workflow includes at least one of a job for acquiring scan data generated by the scanner reading a document and a plurality of data processing for the scan data acquired from the scanner. At least a job for transmitting the scan data to the server through the communication interface,
The controller is
An acquisition process for acquiring target situation information specified based on the workflow request information received in the first reception process among a plurality of situation information each indicating a different situation;
Read out the target workflow definition information associated with the target situation information acquired in the acquisition process, out of the plurality of workflow definition information stored in the memory and associated with at least one of the plurality of situation information. Read processing, each of the plurality of workflow definition information is information defining the contents of each of the plurality of jobs included in the workflow,
The information processing terminal that executes a workflow execution process for sequentially executing the plurality of jobs defined in the target workflow definition information read in the read process.
JP2017117226A 2017-06-14 2017-06-14 Program and information processing terminal Active JP6891656B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017117226A JP6891656B2 (en) 2017-06-14 2017-06-14 Program and information processing terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017117226A JP6891656B2 (en) 2017-06-14 2017-06-14 Program and information processing terminal

Publications (2)

Publication Number Publication Date
JP2019004303A true JP2019004303A (en) 2019-01-10
JP6891656B2 JP6891656B2 (en) 2021-06-18

Family

ID=65006218

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017117226A Active JP6891656B2 (en) 2017-06-14 2017-06-14 Program and information processing terminal

Country Status (1)

Country Link
JP (1) JP6891656B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110906968A (en) * 2019-12-05 2020-03-24 华南理工大学广州学院 Acquisition method of data acquisition system
JP2020187614A (en) * 2019-05-16 2020-11-19 ブラザー工業株式会社 Program and terminal device
CN113728311A (en) * 2019-04-26 2021-11-30 三菱电机株式会社 Data processing device, data processing method, and program

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006053891A (en) * 2004-07-15 2006-02-23 Canon Inc Image reading device, image reading method and image reading system
JP2010213247A (en) * 2009-03-12 2010-09-24 Ricoh Co Ltd Data delivery system, image processing device, image forming device, data delivery method, delivery management program, and recording medium
JP2011015104A (en) * 2009-06-30 2011-01-20 Canon It Solutions Inc Image forming apparatus, method for processing the same and program
JP2012099966A (en) * 2010-10-29 2012-05-24 Ricoh Co Ltd Image distribution system, image processing device, and image formation device
JP2015060247A (en) * 2013-09-17 2015-03-30 株式会社リコー Information processing system, information processing device, program, and information processing method
JP2016184938A (en) * 2016-05-19 2016-10-20 株式会社リコー Information processing apparatus, information processing system, information processing method, and program
JP2017041838A (en) * 2015-08-21 2017-02-23 株式会社リコー Information processing apparatus, program, information processing system, and information processing method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006053891A (en) * 2004-07-15 2006-02-23 Canon Inc Image reading device, image reading method and image reading system
JP2010213247A (en) * 2009-03-12 2010-09-24 Ricoh Co Ltd Data delivery system, image processing device, image forming device, data delivery method, delivery management program, and recording medium
JP2011015104A (en) * 2009-06-30 2011-01-20 Canon It Solutions Inc Image forming apparatus, method for processing the same and program
JP2012099966A (en) * 2010-10-29 2012-05-24 Ricoh Co Ltd Image distribution system, image processing device, and image formation device
JP2015060247A (en) * 2013-09-17 2015-03-30 株式会社リコー Information processing system, information processing device, program, and information processing method
JP2017041838A (en) * 2015-08-21 2017-02-23 株式会社リコー Information processing apparatus, program, information processing system, and information processing method
JP2016184938A (en) * 2016-05-19 2016-10-20 株式会社リコー Information processing apparatus, information processing system, information processing method, and program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113728311A (en) * 2019-04-26 2021-11-30 三菱电机株式会社 Data processing device, data processing method, and program
JP2020187614A (en) * 2019-05-16 2020-11-19 ブラザー工業株式会社 Program and terminal device
JP7279505B2 (en) 2019-05-16 2023-05-23 ブラザー工業株式会社 Program and terminal device
CN110906968A (en) * 2019-12-05 2020-03-24 华南理工大学广州学院 Acquisition method of data acquisition system

Also Published As

Publication number Publication date
JP6891656B2 (en) 2021-06-18

Similar Documents

Publication Publication Date Title
US10225416B2 (en) Server storing authentication information in association with device information in storage
US8964206B2 (en) Printing device, management device and management method
US20140129607A1 (en) Information processing apparatus, information processing system, and information processing method
JP6056811B2 (en) Workflow system, workflow execution device, workflow execution method, and workflow execution program
US10225254B2 (en) Server transmitting device information assigned to service identification information
US20190050170A1 (en) Communication Device, Non-Transitory Computer-Readable Recording Medium Storing Computer-Readable Instructions for Communication Device, and Method
CN106878580A (en) The control method of information processor and information processor
US11930151B2 (en) Image processing apparatus for reducing likelihood of authentication information for a chat service being leaked
JP2020009477A (en) Information processing system, information processing device, control method of information processing system, control method of information processing device, and program
US20160188266A1 (en) Image processing apparatus and image processing apparatus system
JP5817766B2 (en) Information processing apparatus, communication system, and program
JP6891656B2 (en) Program and information processing terminal
US10277772B2 (en) File generation apparatus, method for controlling file generation apparatus, and storage medium
US10009490B2 (en) Image forming system, image forming apparatus, and program
US8994993B2 (en) Management system, management server, and recording medium
JP2018007013A (en) Image processing device
US9270858B2 (en) System, information processing apparatus and non-transitory computer readable medium
JP2015089008A (en) Image formation system, image formation method, image formation management device, image formation device and information processing device
JP2014174784A (en) Information processing device and network system
US20130167202A1 (en) Image processing apparatus
JP6292326B2 (en) Information processing apparatus and network system
JP2008042560A (en) File transmission and reception system
US20240045624A1 (en) Server and non-transitory computer-readable storage medium
JP6485761B2 (en) Information processing apparatus and network system
US11582356B2 (en) Server and computer program for server for establishing a continuous connection with a communication device to provide screen data

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20180219

RD05 Notification of revocation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7425

Effective date: 20180219

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200529

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20210201

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210216

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210413

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210510

R150 Certificate of patent or registration of utility model

Ref document number: 6891656

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150