JP2016009358A - Information processing apparatus and program - Google Patents

Information processing apparatus and program Download PDF

Info

Publication number
JP2016009358A
JP2016009358A JP2014130082A JP2014130082A JP2016009358A JP 2016009358 A JP2016009358 A JP 2016009358A JP 2014130082 A JP2014130082 A JP 2014130082A JP 2014130082 A JP2014130082 A JP 2014130082A JP 2016009358 A JP2016009358 A JP 2016009358A
Authority
JP
Japan
Prior art keywords
construction
search
customer
search condition
building
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
JP2014130082A
Other languages
Japanese (ja)
Other versions
JP2016009358A5 (en
JP6292053B2 (en
Inventor
章裕 今井
Akihiro Imai
章裕 今井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Casio Computer Co Ltd
Original Assignee
Casio Computer Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP2014130082A priority Critical patent/JP6292053B2/en
Publication of JP2016009358A publication Critical patent/JP2016009358A/en
Publication of JP2016009358A5 publication Critical patent/JP2016009358A5/ja
Application granted granted Critical
Publication of JP6292053B2 publication Critical patent/JP6292053B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an information processing apparatus and a program for easily searching for a desired example of construction.SOLUTION: A portable terminal 20 includes: an operation part 22 that displays drawing data of a structure on a display part 24 and receives the input of an instruction of a part of the displayed drawing data; and a CPU 21 that extracts, when the instruction of a part of the drawing data is input, search conditions on the basis of the position of the instruction and searches for an example of construction on the basis of the extracted search conditions.

Description

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

従来、建物の建築やリフォーム等を行う工事業において、工事業者が顧客を訪問して商談をすることが知られている。   2. Description of the Related Art Conventionally, it is known that a construction contractor visits a customer and negotiates in a construction business for building or renovating a building.

また、商談としての訪問営業において、営業員が所持するパームトップコンピュータが、現在位置を標定し、当該現在位置に対応する地盤地図となる地盤データをサーバーから受信して表示する営業支援システムが知られている(特許文献1参照)。出力した地盤データにより、基礎の工事金額の算出が可能となる。   In addition, a sales support system is known in which a palmtop computer owned by a salesperson locates the current position and receives ground data as a ground map corresponding to the current position from a server and displays it during a visiting business as a business talk. (See Patent Document 1). Based on the output ground data, the construction cost of the foundation can be calculated.

特開2001−195461号公報JP 2001-195461 A

顧客との商談においては、顧客の要望に合った条件を満たす過去に施工した建物の写真としての施工事例を顧客に示すことが行われている。しかし、上記従来の営業支援システムでは、施工事例を検索することができない。さらに、施工事例を検索するとしても、過去の膨大な施工事例から顧客の要望に対応するものを検索するには、手動での文字入力により検索条件を細かく指定せねばならず訪問者の作業負担が大きかった。   In a business talk with a customer, a construction example is shown as a photograph of a building constructed in the past that satisfies the requirements of the customer. However, the conventional sales support system cannot search for construction examples. Furthermore, even if you search for construction cases, you must specify the search conditions in detail by manually entering characters in order to search for a large number of past construction cases that correspond to customer requirements. Was big.

本発明の課題は、所望の施工事例を容易に検索することである。   An object of the present invention is to easily search for a desired construction example.

上記課題を解決するために、本発明の情報処理装置は、建物の図面データを表示手段に表示させる表示制御手段と、前記表示された図面データの一部の指示入力を受け付ける指示手段と、前記図面データの一部が指示入力された際に、指示位置に基づいて検索条件を抽出する抽出手段と、前記抽出された検索条件に基づいて、施工事例を検索する検索手段と、を備える。   In order to solve the above-described problem, an information processing apparatus according to the present invention includes a display control unit that displays drawing data of a building on a display unit, an instruction unit that receives an instruction input of a part of the displayed drawing data, When a part of the drawing data is instructed, an extraction unit that extracts a search condition based on the indicated position and a search unit that searches for a construction example based on the extracted search condition are provided.

本発明によれば、所望の施工事例を容易に検索できる。   According to the present invention, a desired construction example can be easily searched.

本発明の実施の形態の工事業システムを示すブロック図である。It is a block diagram which shows the construction business system of embodiment of this invention. サーバの機能構成を示すブロック図である。It is a block diagram which shows the function structure of a server. 携帯端末の機能構成を示すブロック図である。It is a block diagram which shows the function structure of a portable terminal. (a)は、顧客テーブルの構成を示す図である。(b)は、資料テーブルの構成を示す図である。(A) is a figure which shows the structure of a customer table. (B) is a figure which shows the structure of a data table. (a)は、施工事例テーブルの構成を示す図である。(b)は、建物種別テーブルの構成を示す図である。(c)は、場所テーブルの構成を示す図である。(d)は、資料カテゴリテーブルの構成を示す図である。(e)は、工事カテゴリテーブルの構成を示す図である。(A) is a figure which shows the structure of a construction example table. (B) is a figure which shows the structure of a building classification table. (C) is a figure which shows the structure of a place table. (D) is a figure which shows the structure of a data category table. (E) is a figure which shows the structure of a construction category table. 資料表示処理を示すフローチャートである。It is a flowchart which shows a document display process. 資料表示処理の領域検索処理を示すフローチャートである。It is a flowchart which shows the area | region search process of a document display process. (a)は、第1の資料一覧表示画面を示す図である。(b)は、図面表示画面を示す図である。(A) is a figure which shows the 1st document list display screen. (B) is a figure which shows a drawing display screen. (a)は、縮尺情報入力画面を示す図である。(b)は、第2の資料一覧表示画面を示す図である。(A) is a figure which shows a reduced scale information input screen. (B) is a figure which shows a 2nd material list display screen.

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

図1〜図3を参照して、本実施の形態の装置構成を説明する。先ず、図1を参照して、本実施の形態の工事業システム1を説明する。図1は、工事業システム1を示すブロック図である。   The apparatus configuration of the present embodiment will be described with reference to FIGS. First, with reference to FIG. 1, the construction business system 1 of this Embodiment is demonstrated. FIG. 1 is a block diagram showing a construction business system 1.

工事業システム1は、建物をリフォームする工務店等の所定の工事業者について、その顧客に関する情報及び資料データを管理するシステムである。この資料データは、工事業者が過去に施工した建物の工事に関する資料データであり、工事の見積書、請求書、図面(図面データ)等と、施工事例と、を含む。施工事例とは、過去に施工した建物の内部等を撮影した写真データである。また、この施工事例は、工事業システム1に対応する工事業者以外の工事業者が施工した工事の施工事例を含むこととしてもよい。   The construction business system 1 is a system that manages information and data regarding customers for a predetermined construction contractor such as a construction shop that renovates a building. This material data is material data relating to the construction of a building that has been constructed in the past by a construction company, and includes construction estimates, bills, drawings (drawing data), etc., and construction examples. The construction example is photograph data obtained by photographing the inside of a building constructed in the past. In addition, this construction example may include a construction example of construction performed by a construction contractor other than the construction contractor corresponding to the construction business system 1.

また、簡単のため、1人の顧客のリフォーム対象の建物は、1つであるものとして説明する。但し、これに限定されるものではなく、1人の顧客のリフォーム対象の建物が複数であるものとしてもよい。また、1人の顧客に対応する資料データは、少なくとも1つであるものとする。   Further, for the sake of simplicity, the description will be made assuming that there is one building to be reformed by one customer. However, the present invention is not limited to this, and a plurality of buildings to be reformed by one customer may be provided. It is assumed that there is at least one material data corresponding to one customer.

工事業システム1は、サーバ10と、情報処理装置としての携帯端末20と、を備える。工事業システム1の各装置は、通信ネットワークNに接続される。   The construction business system 1 includes a server 10 and a portable terminal 20 as an information processing apparatus. Each device of the construction business system 1 is connected to a communication network N.

サーバ10は、通信ネットワークNのクラウド内のサーバ装置であり、工事業者の顧客に関する情報及び資料データを記憶して管理する。サーバ10は、一台で構成されるものとするが、これに限定されるものではなく、複数台の装置から構成されるものとしてもよい。   The server 10 is a server device in the cloud of the communication network N, and stores and manages information and material data related to a contractor's customer. The server 10 is configured by one unit, but is not limited to this, and may be configured by a plurality of devices.

携帯端末20は、所定の工事業者が所有し、当該工事業者のユーザが所持して使用するための端末装置である。携帯端末20のユーザは、当該工事業者の構成員(従業員、社長等)であるものとする。携帯端末20は、タブレットPCであるものとし、通信ネットワークNに無線通信接続可能である。但し、携帯端末20は、スマートフォン、ノートPC等、他の携帯端末としてもよい。このため、携帯端末20は、ユーザが顧客宅や顧客の工事現場等、事務所以外の外出先の場所に持ち出して使用することが可能である。   The portable terminal 20 is a terminal device owned by a predetermined construction contractor and used by a user of the construction contractor. The user of the portable terminal 20 is assumed to be a member (employee, president, etc.) of the construction contractor. The portable terminal 20 is assumed to be a tablet PC and can be connected to the communication network N by wireless communication. However, the mobile terminal 20 may be another mobile terminal such as a smartphone or a notebook PC. For this reason, the mobile terminal 20 can be used by the user taking out to a place outside the office such as a customer's house or a customer's construction site.

通信ネットワークNは、インターネットであるものとし、WAN(Wide Area Network)、LAN(Local Area Network)、専用線等を含んでもよい。   The communication network N is assumed to be the Internet, and may include a WAN (Wide Area Network), a LAN (Local Area Network), a dedicated line, and the like.

なお、工事業システム1は、1台の携帯端末20を備える構成としたが、これに限定されるものではない。工事業システム1が、複数の工事業者がそれぞれ所有する携帯端末20を備え、サーバ10が全ての工事業者の情報を管理する構成としてもよい。また、工事業システム1において、1つの工事業者が複数台の携帯端末20を所有する構成としてもよい。   In addition, although the construction business system 1 was set as the structure provided with the one portable terminal 20, it is not limited to this. The construction business system 1 may include a mobile terminal 20 owned by each of a plurality of construction contractors, and the server 10 may manage information of all the construction contractors. In the construction business system 1, one construction contractor may have a plurality of mobile terminals 20.

次いで、図2を参照して、サーバ10の機能構成を説明する。図2は、サーバ10の機能構成を示すブロック図である。   Next, the functional configuration of the server 10 will be described with reference to FIG. FIG. 2 is a block diagram illustrating a functional configuration of the server 10.

図2に示すように、サーバ10は、CPU(Central Processing Unit)11と、操作部12と、RAM(Random Access Memory)13と、表示部14と、記憶部15と、通信部16と、を備える。サーバ10の各部は、バス17を介して接続されている。   As shown in FIG. 2, the server 10 includes a CPU (Central Processing Unit) 11, an operation unit 12, a RAM (Random Access Memory) 13, a display unit 14, a storage unit 15, and a communication unit 16. Prepare. Each part of the server 10 is connected via a bus 17.

CPU11は、サーバ10の各部を制御する。CPU11は、記憶部15に記憶されているシステムプログラム及びアプリケーションプログラムのうち、指定されたプログラムを読み出し、当該プログラムとの協働で、各種処理を実行する。   The CPU 11 controls each unit of the server 10. The CPU 11 reads a designated program from among the system programs and application programs stored in the storage unit 15 and executes various processes in cooperation with the program.

操作部12は、キーボード等のキー入力部と、マウス等のポインティングデバイスとを有し、キー入力及び位置入力を受け付け、その操作情報をCPU11に出力する。   The operation unit 12 includes a key input unit such as a keyboard and a pointing device such as a mouse, receives key input and position input, and outputs the operation information to the CPU 11.

RAM13は、揮発性のメモリであり、各種のデータやプログラムを一時的に格納するワークエリアを形成する。表示部14は、LCD(Liquid Crystal Display)、EL(ElectroLuminescent)ディスプレイ等であり、CPU11から指示された表示情報に従い各種表示を行う。   The RAM 13 is a volatile memory, and forms a work area for temporarily storing various data and programs. The display unit 14 is an LCD (Liquid Crystal Display), an EL (ElectroLuminescent) display, or the like, and performs various displays according to display information instructed by the CPU 11.

記憶部15は、HDD(Hard Disk Drive)、SSD(Solid State Drive)等により構成され、データ及びプログラムを書き込み及び読み出し可能な記憶部である。記憶部15は、後述する、顧客テーブル30、資料テーブル40、施工事例テーブル50、建物種別テーブル60、場所テーブル70、資料カテゴリテーブル80、工事カテゴリテーブル90と、資料データと、を記憶している。   The storage unit 15 includes a hard disk drive (HDD), a solid state drive (SSD), and the like, and is a storage unit that can write and read data and programs. The storage unit 15 stores a customer table 30, a material table 40, a construction example table 50, a building type table 60, a location table 70, a material category table 80, a construction category table 90, and material data, which will be described later. .

通信部16は、ネットワークカード等により構成され、通信ネットワークNに有線通信接続される。CPU11は、通信部16を介して、通信ネットワークN上の機器と通信が可能である。   The communication unit 16 includes a network card or the like, and is connected to the communication network N by wired communication. The CPU 11 can communicate with devices on the communication network N via the communication unit 16.

次いで、図3を参照して、携帯端末20の機能構成を説明する。図3は、携帯端末20の機能構成を示すブロック図である。   Next, the functional configuration of the mobile terminal 20 will be described with reference to FIG. FIG. 3 is a block diagram illustrating a functional configuration of the mobile terminal 20.

携帯端末20は、表示制御手段、抽出手段、検索手段としてのCPU21と、操作部22と、RAM23と、表示手段としての表示部24と、記憶部25と、通信部26と、位置検出手段としての位置検出部27と、を備える。携帯端末20の各部は、バス28を介して接続されている。   The portable terminal 20 includes a CPU 21 as a display control unit, an extraction unit, and a search unit, an operation unit 22, a RAM 23, a display unit 24 as a display unit, a storage unit 25, a communication unit 26, and a position detection unit. The position detector 27 is provided. Each part of the portable terminal 20 is connected via a bus 28.

CPU21、RAM23、表示部24は、サーバ10のCPU11、RAM13、表示部14と同様であるため、重複する説明を省略する。CPU21は、携帯端末20の各部を制御する。   Since the CPU 21, RAM 23, and display unit 24 are the same as the CPU 11, RAM 13, and display unit 14 of the server 10, overlapping descriptions are omitted. The CPU 21 controls each unit of the mobile terminal 20.

操作部22は、表示部24の表示画面上に設けられた電磁誘導方式及び静電容量方式のタッチパネルである。操作部22は、静電容量方式により、ユーザからの指によるタッチ入力を受け付け、その操作情報をCPU21に出力する。また、操作部22は、電磁誘導方式により、ユーザからのタッチペン22Aによるタッチ入力を受け付け、その操作情報をCPU21に出力する。タッチペン22Aは、電磁誘導方式のタッチペン(ディジタイザペン)である。   The operation unit 22 is an electromagnetic induction type and electrostatic capacitance type touch panel provided on the display screen of the display unit 24. The operation unit 22 receives a touch input by a finger from the user by a capacitance method, and outputs the operation information to the CPU 21. The operation unit 22 receives a touch input from the user with the touch pen 22 </ b> A by an electromagnetic induction method, and outputs the operation information to the CPU 21. The touch pen 22A is an electromagnetic induction type touch pen (digitizer pen).

記憶部25は、フラッシュメモリ、EEPROM(Electrically Erasable Programmable Read Only Memory)等で構成され、情報の読み出し及び書き込みが可能なメモリである。記憶部25は、資料表示プログラム251を記憶する。   The storage unit 25 includes a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), and the like, and is a memory capable of reading and writing information. The storage unit 25 stores a material display program 251.

通信部26は、アンテナ、変調復調回路、信号処理部等を有する無線通信部で構成され、通信ネットワークN上の基地局(図示略)又はアクセスポイント(図示略)と無線通信を行う。CPU21は、通信部26を介して、通信ネットワークN上の機器と通信が可能である。   The communication unit 26 includes a wireless communication unit including an antenna, a modulation / demodulation circuit, a signal processing unit, and the like, and performs wireless communication with a base station (not shown) or an access point (not shown) on the communication network N. The CPU 21 can communicate with devices on the communication network N via the communication unit 26.

位置検出部27は、GPS(Global Positioning System)方式の位置検出部であり、GPS衛星から受信したGPS信号に基づいて自機(装置本体)の緯度及び経度からなる位置情報を算出し、当該位置情報をCPU21に出力する。   The position detector 27 is a GPS (Global Positioning System) position detector, calculates position information including the latitude and longitude of the own device (apparatus body) based on a GPS signal received from a GPS satellite, and the position Information is output to CPU21.

次に、図4及び図5を参照して、工事業システム1のサーバ10に記憶される情報を説明する。図4(a)は、顧客テーブル30の構成を示す図である。図4(b)は、資料テーブル40の構成を示す図である。図5(a)は、施工事例テーブル50の構成を示す図である。図5(b)は、建物種別テーブル60の構成を示す図である。図5(c)は、場所テーブル70の構成を示す図である。図5(d)は、資料カテゴリテーブル80の構成を示す図である。図5(e)は、工事カテゴリテーブル90の構成を示す図である。   Next, information stored in the server 10 of the construction work system 1 will be described with reference to FIGS. 4 and 5. FIG. 4A is a diagram illustrating the configuration of the customer table 30. FIG. 4B is a diagram showing the configuration of the material table 40. FIG. 5A is a diagram illustrating a configuration of the construction example table 50. FIG. 5B is a diagram illustrating a configuration of the building type table 60. FIG. 5C is a diagram illustrating the configuration of the location table 70. FIG. 5D is a diagram showing the configuration of the material category table 80. FIG. 5E is a diagram showing a configuration of the construction category table 90.

図4(a)を参照して、サーバ10の記憶部15に記憶される顧客テーブル30を説明する。顧客テーブル30は、顧客ID(IDentification)31、顧客名32、住所、建物種別ID33のフィールドを有する。   The customer table 30 stored in the storage unit 15 of the server 10 will be described with reference to FIG. The customer table 30 has fields of a customer ID (IDentification) 31, a customer name 32, an address, and a building type ID 33.

顧客ID31は、工事業者の顧客の識別情報である。顧客名32は、顧客ID31の顧客の名称である。住所33は、顧客ID31の顧客の住所である。建物種別ID33は、顧客ID31の顧客が所有又は賃貸している建物の種別の識別情報である。   The customer ID 31 is identification information of a contractor's customer. The customer name 32 is the name of the customer with the customer ID 31. The address 33 is a customer address of the customer ID 31. The building type ID 33 is identification information of the type of building owned or leased by the customer with the customer ID 31.

図4(b)を参照して、サーバ10の記憶部15に記憶される資料テーブル40を説明する。資料テーブル40は、資料ID41、顧客ID42、資料名43、資料カテゴリID44、登録日45、施工事例ID46のフィールドを有する。   The material table 40 stored in the storage unit 15 of the server 10 will be described with reference to FIG. The material table 40 has fields of a material ID 41, a customer ID 42, a material name 43, a material category ID 44, a registration date 45, and a construction example ID 46.

資料ID41は、サーバ10の記憶部15に記憶された資料データの識別情報である。顧客ID42は、資料ID41の資料データに対応する顧客の識別情報である。資料名43は、資料ID41の資料データの名称である。資料カテゴリID44は、資料ID41の資料データのカテゴリの識別情報である。登録日45は、サーバ10へ資料ID41の資料データを登録した日付情報である。施工事例ID46は、資料ID41の資料データが施工事例である場合の施工事例の識別情報である。   The material ID 41 is material data identification information stored in the storage unit 15 of the server 10. The customer ID 42 is customer identification information corresponding to the material data of the material ID 41. The material name 43 is the name of the material data with the material ID 41. The material category ID 44 is identification information of the category of material data of the material ID 41. The registration date 45 is date information when the material data of the material ID 41 is registered in the server 10. The construction case ID 46 is construction case identification information when the material data of the material ID 41 is a construction case.

図5(a)を参照して、サーバ10の記憶部15に記憶される施工事例テーブル50を説明する。施工事例テーブル50は、施工事例ID51、費用52、工事面積53、工事ID54、キーワード55、場所ID56、建物種別ID57のフィールドを有する。   With reference to Fig.5 (a), the construction example table 50 memorize | stored in the memory | storage part 15 of the server 10 is demonstrated. The construction example table 50 has fields of construction case ID 51, cost 52, construction area 53, construction ID 54, keyword 55, location ID 56, and building type ID 57.

施工事例ID51は、サーバ10の記憶部15に記憶された資料データの施工事例の識別情報である。費用52は、施工事例ID51の施工事例の工事にかかった費用である。工事面積53は、施工事例ID51の施工事例の工事面積である。工事ID54は、施工事例ID51の施工事例の工事カテゴリの識別情報である。キーワード55は、施工事例ID51の施工事例の文字検索のための文字列である。場所ID56は、施工事例ID51の施工事例の建物内の場所の識別情報である。建物種別ID57は、施工事例ID51の施工事例の建物の種別の識別情報である。   The construction case ID 51 is identification information of construction cases of the material data stored in the storage unit 15 of the server 10. The cost 52 is a cost for the construction of the construction example ID 51. The construction area 53 is a construction area of the construction example with the construction example ID 51. The construction ID 54 is identification information of a construction category of the construction case with the construction case ID 51. The keyword 55 is a character string for character search of the construction case with the construction case ID 51. The place ID 56 is identification information of a place in the building of the construction case with the construction case ID 51. The building type ID 57 is identification information of the type of building of the construction case ID51.

図5(b)を参照して、サーバ10の記憶部15に記憶される建物種別テーブル60を説明する。建物種別テーブル60は、建物種別ID61、建物種別62のフィールドを有する。   With reference to FIG.5 (b), the building classification table 60 memorize | stored in the memory | storage part 15 of the server 10 is demonstrated. The building type table 60 has fields of a building type ID 61 and a building type 62.

建物種別ID61は、建物の種別の識別情報である。建物種別62は、建物種別ID61の建物種別の内容であり、戸建て、マンション、店舗がある。   The building type ID 61 is identification information of a building type. The building type 62 is the content of the building type of the building type ID 61, and includes a detached house, a condominium, and a store.

図5(c)を参照して、サーバ10の記憶部15に記憶される場所テーブル70を説明する。場所テーブル70は、場所ID71、場所72のフィールドを有する。   With reference to FIG.5 (c), the place table 70 memorize | stored in the memory | storage part 15 of the server 10 is demonstrated. The place table 70 has fields of place ID 71 and place 72.

場所ID71は、建物内の場所の識別情報である。場所72は、場所ID71の場所の内容であり、リビング、寝室、子供部屋、書斎、キッチン、洗面所、浴室、トイレ、その他がある。   The place ID 71 is identification information of a place in the building. The place 72 is the contents of the place of the place ID 71 and includes a living room, a bedroom, a children's room, a study, a kitchen, a washroom, a bathroom, a toilet, and the like.

図5(d)を参照して、サーバ10の記憶部15に記憶される資料カテゴリテーブル80を説明する。資料カテゴリテーブル80は、資料カテゴリID81、カテゴリ名82のフィールドを有する。   With reference to FIG.5 (d), the material category table 80 memorize | stored in the memory | storage part 15 of the server 10 is demonstrated. The material category table 80 has fields of material category ID 81 and category name 82.

資料カテゴリID81は、資料データの資料カテゴリの識別情報である。カテゴリ名82は、資料カテゴリID81の資料カテゴリの内容であり、見積書、請求書、図面、施工事例がある。   The material category ID 81 is identification information of the material category of the material data. The category name 82 is the content of the material category of the material category ID 81 and includes an estimate, an invoice, a drawing, and a construction example.

図5(e)を参照して、サーバ10の記憶部15に記憶される工事カテゴリテーブル90を説明する。工事カテゴリテーブル90は、工事ID91、工事カテゴリ92のフィールドを有する。   With reference to FIG.5 (e), the construction category table 90 memorize | stored in the memory | storage part 15 of the server 10 is demonstrated. The construction category table 90 has construction ID 91 and construction category 92 fields.

工事ID91は、工事のカテゴリの識別情報である。工事カテゴリ92は、工事ID91の工事カテゴリの内容であり、リフォーム工事、電気工事、塗装工事、空調設備工事、左官工事、防水工事、屋根工事がある。   The construction ID 91 is construction category identification information. The work category 92 is the content of the work category of work ID 91, and includes renovation work, electrical work, painting work, air conditioning equipment work, plastering work, waterproof work, and roof work.

ここで、サーバ10への資料データの登録について説明する。通信ネットワークNに接続された登録端末(図示略)において、ユーザの操作入力により、資料データと、当該登録する資料データに対応する顧客テーブル、資料テーブル、施工事例テーブル、建物種別テーブル、場所テーブル、資料カテゴリテーブル、工事カテゴリテーブルの更新データと、が作成される。そして、登録端末は、通信ネットワークNを介して、作成した資料データ及び更新データをサーバ10に送信する。サーバ10のCPU11は、通信部16を介して資料データ及び更新データを登録端末から受信し、受信した資料データを記憶部15に記憶して登録し、受信した更新データで、顧客テーブル30、資料テーブル40、施工事例テーブル50、建物種別テーブル60、場所テーブル70、資料カテゴリテーブル80、工事カテゴリテーブル90を更新する。   Here, registration of material data in the server 10 will be described. In a registration terminal (not shown) connected to the communication network N, by user operation input, document data, a customer table corresponding to the registered document data, a document table, a construction example table, a building type table, a location table, Update data of the material category table and the construction category table is created. Then, the registration terminal transmits the created material data and update data to the server 10 via the communication network N. The CPU 11 of the server 10 receives the document data and the update data from the registration terminal via the communication unit 16, stores and registers the received document data in the storage unit 15, the customer table 30, the document with the received update data The table 40, the construction example table 50, the building type table 60, the place table 70, the material category table 80, and the construction category table 90 are updated.

次に、図6〜図9を参照して、工事業システム1の動作を説明する。図6は、資料表示処理を示すフローチャートである。図7は、資料表示処理の領域検索処理を示すフローチャートである。図8(a)は、資料一覧表示画面300Aを示す図である。図8(b)は、図面表示画面400を示す図である。図9(a)は、縮尺情報入力画面500を示す図である。図9(b)は、資料一覧表示画面300Bを示す図である。   Next, the operation of the construction business system 1 will be described with reference to FIGS. FIG. 6 is a flowchart showing the material display process. FIG. 7 is a flowchart showing the area search process of the material display process. FIG. 8A shows a material list display screen 300A. FIG. 8B is a diagram showing a drawing display screen 400. FIG. 9A is a diagram showing a scale information input screen 500. FIG. 9B is a diagram showing a material list display screen 300B.

先ず、図6及び図7を参照して、携帯端末20で実行される資料表示処理を説明する。資料表示処理は、訪問先の顧客に対応する資料を表示する処理であり、ユーザが顧客の邸宅、工事現場等を訪問した際に実行される処理である。   First, with reference to FIG.6 and FIG.7, the material display process performed with the portable terminal 20 is demonstrated. The document display process is a process of displaying a document corresponding to a customer at a visit destination, and is a process executed when a user visits a customer's residence, a construction site, or the like.

携帯端末20において、例えば、操作部22を介してユーザから資料表示処理の実行指示が入力されたことをトリガとして、CPU21は、記憶部25から読み出して適宜RAM23に展開した資料表示プログラム251との協働で、資料表示処理を実行する。   In the mobile terminal 20, for example, triggered by the input of a material display process execution instruction from the user via the operation unit 22, the CPU 21 reads the data display program 251 that is read from the storage unit 25 and appropriately expanded in the RAM 23. In cooperation, execute the document display process.

先ず、CPU21は、位置検出部27により検出された現在位置情報を取得する(ステップS11)。そして、CPU21は、ステップS11で現在位置情報を取得できたか否かを判別する(ステップS12)。現在位置情報を取得できた場合(ステップS12;YES)、CPU21は、通信ネットワークN上に設けられた、現在位置情報から住所情報への位置変換サービスを利用して、現在位置情報を住所情報へ変換する(ステップS13)。ステップS13では、CPU21は、通信部26を介して、位置変換サービスのサーバ(図示略)に現在位置情報を送信し、当該サーバから変換された住所情報を受信する。なお、位置情報と住所情報との変換テーブル(図示略)が記憶部25又はサーバ10の記憶部15に記憶され、CPU21は、当該変換テーブルを用いて現在位置情報から住所情報への変換を行う構成としてもよい。   First, the CPU 21 acquires current position information detected by the position detector 27 (step S11). Then, the CPU 21 determines whether or not the current position information has been acquired in step S11 (step S12). When the current position information can be acquired (step S12; YES), the CPU 21 uses the position conversion service from the current position information to the address information provided on the communication network N to convert the current position information into the address information. Conversion is performed (step S13). In step S13, the CPU 21 transmits the current position information to a server (not shown) of the position conversion service via the communication unit 26, and receives the converted address information from the server. A conversion table (not shown) of position information and address information is stored in the storage unit 25 or the storage unit 15 of the server 10, and the CPU 21 converts the current position information into address information using the conversion table. It is good also as a structure.

そして、CPU21は、通信部26を介して、ステップS13で変換した住所情報をサーバ10に送信し、記憶部15の顧客テーブル30から当該住所情報が住所33に対応するレコードの顧客ID31を検索する(ステップS14)。サーバ10のCPU11は、通信部16を介して、住所情報を携帯端末20から受信し、当該住所情報が記憶部15の顧客テーブル30の住所33に対応するレコードがあれば、そのレコードの顧客ID31を携帯端末20に返信する。   Then, the CPU 21 transmits the address information converted in step S <b> 13 to the server 10 via the communication unit 26, and retrieves the customer ID 31 of the record corresponding to the address 33 from the customer table 30 of the storage unit 15. (Step S14). The CPU 11 of the server 10 receives the address information from the portable terminal 20 via the communication unit 16, and if there is a record corresponding to the address 33 of the customer table 30 in the storage unit 15, the customer ID 31 of the record. Is returned to the portable terminal 20.

そして、CPU21は、ステップS14での顧客IDの受信有無に応じて、現在位置情報に対応する顧客の顧客IDがあるか否かを判別する(ステップS15)。顧客IDがない場合(ステップS15;NO)、CPU21は、操作部22を介して、顧客IDの入力を受け付け、通信部26を介して、当該入力された顧客IDをサーバ10に送信する(ステップS16)。サーバ10のCPU11は、通信部16を介して、顧客IDを携帯端末20から受信する。なお、ステップS16では、CPU21は、通信部26を介して、記憶部15の顧客テーブル30の全ての顧客ID31をサーバ10から受信し、当該全ての顧客ID31を表示部34に一覧表示し、操作部22を介して、ユーザから、顧客ID31の一覧のうちの一つの顧客IDの選択入力を受け付けることとしてもよい。   And CPU21 discriminate | determines whether there exists customer ID of the customer corresponding to present position information according to the presence or absence of reception of customer ID in step S14 (step S15). When there is no customer ID (step S15; NO), the CPU 21 receives an input of the customer ID via the operation unit 22, and transmits the input customer ID to the server 10 via the communication unit 26 (step S15). S16). The CPU 11 of the server 10 receives the customer ID from the portable terminal 20 via the communication unit 16. In step S16, the CPU 21 receives all the customer IDs 31 of the customer table 30 in the storage unit 15 from the server 10 via the communication unit 26, displays a list of all the customer IDs 31 on the display unit 34, and performs operations. The selection input of one customer ID in the list of customer IDs 31 may be received from the user via the unit 22.

ステップS16の実行後、又は顧客IDがある場合(ステップS15;YES)、CPU21は、通信部26を介して、ステップS14又はS16で得られた顧客IDに対応する記憶部15の資料テーブル40の資料名43、登録日45をサーバ10から受信し、当該受信した全ての資料名43、登録日45を表示部34に一覧表示する(ステップS17)。サーバ10のCPU11は、通信部16を介して、顧客IDを携帯端末20から受信すると、当該顧客IDが資料テーブル40の顧客ID42に対応する資料名43、登録日45を取得し、当該資料名43、登録日45を携帯端末20に返信する。   After execution of step S16 or when there is a customer ID (step S15; YES), the CPU 21 stores the data table 40 in the storage unit 15 corresponding to the customer ID obtained in step S14 or S16 via the communication unit 26. The material name 43 and the registration date 45 are received from the server 10, and all the received material names 43 and the registration date 45 are displayed as a list on the display unit 34 (step S17). When the CPU 11 of the server 10 receives the customer ID from the portable terminal 20 via the communication unit 16, the CPU 11 acquires the material name 43 and the registration date 45 corresponding to the customer ID 42 of the material table 40, and the material name 43, the registration date 45 is returned to the portable terminal 20.

そして、CPU21は、操作部22を介して、ユーザから、ステップS17で表示された資料名の一覧のうちの少なくとも一つの資料名の選択入力を受け付け、通信部26を介して、選択された資料名をサーバ10に送信し、当該資料名に対応する記憶部15の資料データをサーバ10から受信し、当該受信した資料データを表示部14に表示する(ステップS18)。サーバ10のCPU11は、通信部16を介して、資料名を携帯端末20から受信すると、当該資料名に対応する資料データを記憶部15から読み出し、当該資料データを携帯端末20に返信する。   Then, the CPU 21 receives selection input of at least one material name from the list of material names displayed in step S17 from the user via the operation unit 22, and selects the selected material via the communication unit 26. The name is transmitted to the server 10, the material data in the storage unit 15 corresponding to the material name is received from the server 10, and the received material data is displayed on the display unit 14 (step S18). When the CPU 11 of the server 10 receives a material name from the portable terminal 20 via the communication unit 16, the material data corresponding to the material name is read from the storage unit 15 and the document data is returned to the portable terminal 20.

そして、CPU21は、ステップS18で表示された資料データが図面であるか否かを判別する(ステップS19)。図面である場合(ステップS19;YES)、CPU21は、操作部22を介して、ユーザから領域検索処理の実行指示が入力されたか否かを判別する(ステップS20)。図面でない場合(ステップS19;NO)、又は領域検索処理の実行指示が入力されない場合(ステップS20;NO)、CPU21は、資料表示処理を終了する。領域検索処理の実行指示が入力された場合(ステップS20;YES)、CPU21は、施工事例の検索のための領域検索処理を実行し(ステップS21)、資料表示処理を終了する。   Then, the CPU 21 determines whether or not the material data displayed in step S18 is a drawing (step S19). If it is a drawing (step S19; YES), the CPU 21 determines whether or not an instruction to execute a region search process is input from the user via the operation unit 22 (step S20). If it is not a drawing (step S19; NO), or if an instruction to execute the region search process is not input (step S20; NO), the CPU 21 ends the material display process. When the execution instruction for the area search process is input (step S20; YES), the CPU 21 executes the area search process for searching for the construction examples (step S21), and ends the material display process.

ここで、図7を参照して、ステップS21の領域検索処理を説明する。先ず、CPU21は、操作部22を介して、ユーザからのタッチペン22Aによる図面上のタッチイベントを検出する(ステップS31)。ユーザは、施工事例の検索条件として図面上の面積を取得したい領域の周囲を囲むようにタッチ及びスライド入力を行う。そして、CPU21は、ステップS31のタッチイベントがタッチ開始であるか否かを判別する(ステップS32)。タッチ開始である場合(ステップS32;YES)、CPU21は、タッチ開始位置(入力画面上の座標x0,y0)をRAM23に記憶し(ステップS33)、ステップS31に移行する。   Here, with reference to FIG. 7, the region search processing in step S21 will be described. First, the CPU 21 detects a touch event on the drawing by the touch pen 22A from the user via the operation unit 22 (step S31). The user performs touch and slide input so as to surround the area where the area on the drawing is to be acquired as a search condition for the construction example. And CPU21 discriminate | determines whether the touch event of step S31 is a touch start (step S32). When it is a touch start (step S32; YES), CPU21 memorize | stores the touch start position (coordinate x0, y0 on an input screen) in RAM23 (step S33), and transfers to step S31.

タッチ開始でない場合(ステップS32;NO)、ステップS31のタッチイベントがタッチ終了であるか否かを判別する(ステップS34)。タッチ終了でない場合(ステップS34;NO)、CPU21は、現在のタッチ位置(座標xi,yi(整数i≧1))をRAM23に記憶し(ステップS35)、ステップS31に移行する。   When the touch is not started (step S32; NO), it is determined whether or not the touch event of step S31 is a touch end (step S34). When the touch is not finished (step S34; NO), the CPU 21 stores the current touch position (coordinates xi, yi (integer i ≧ 1)) in the RAM 23 (step S35), and proceeds to step S31.

タッチ終了である場合(ステップS34;YES)、CPU21は、タッチ終了位置(座標xf,yf(整数f≧1))をRAM23に記憶する(ステップS36)。そして、CPU21は、タッチ開始位置(座標x0,y0)〜タッチ位置(座標xi,yi)〜タッチ終了位置(座標xf,yf)で囲まれる図面上の領域を切り取る(ステップS37)。   When the touch is ended (step S34; YES), the CPU 21 stores the touch end position (coordinates xf, yf (integer f ≧ 1)) in the RAM 23 (step S36). Then, the CPU 21 cuts out an area on the drawing surrounded by the touch start position (coordinates x0, y0) to the touch position (coordinates xi, yi) to the touch end position (coordinates xf, yf) (step S37).

そして、CPU21は、表示中の図面の資料データに縮尺情報がないか否かを判別する(ステップS38)。縮尺情報がない場合(ステップS38;YES)、CPU21は、縮尺情報の入力画面を表示部24に表示し、操作部22を介して、ユーザからの縮尺情報の入力を受け付ける(ステップS39)。   Then, the CPU 21 determines whether there is no scale information in the document data of the drawing being displayed (step S38). When there is no scale information (step S38; YES), the CPU 21 displays a scale information input screen on the display unit 24, and accepts input of scale information from the user via the operation unit 22 (step S39).

そして、CPU21は、図面の資料データに含まれる縮尺情報又はステップS39で入力された縮尺情報に基づいて、ステップS37で切り取られた領域を囲む最少の正方形の実際の面積をモンテカルロ法で算出し、当該算出した面積を施工事例の面積の検索条件に指定する(ステップS40)。但し、ステップS40では、他の算出方法により、ステップS37で切り取られた領域の面積が算出されることとしてもよい。縮尺情報がある場合(ステップS38;NO)、CPU21は、ステップS40に移行する。   Then, the CPU 21 calculates the actual area of the smallest square surrounding the region cut out in step S37 based on the scale information included in the document data of the drawing or the scale information input in step S39 by the Monte Carlo method. The calculated area is designated as a search condition for the area of the construction example (step S40). However, in step S40, the area of the region cut out in step S37 may be calculated by another calculation method. When there is scale information (step S38; NO), the CPU 21 proceeds to step S40.

そして、CPU21は、ステップS37で切り取られた領域内に、フォントデータとしての文字情報があるか否かを判別する(ステップS41)。文字情報がある場合(ステップS41;YES)、CPU21は、ステップS37で切り取られた領域内の文字情報を資料データから取得する(ステップS42)。文字情報がない場合(ステップS41;NO)、CPU21は、ステップS37で切り取られた領域内をOCR(Optical Character Recognition)処理し、領域内の文字イメージから文字情報を取得する(ステップS43)。   Then, the CPU 21 determines whether or not there is character information as font data in the area cut out in step S37 (step S41). If there is character information (step S41; YES), the CPU 21 acquires character information in the area cut out in step S37 from the material data (step S42). If there is no character information (step S41; NO), the CPU 21 performs OCR (Optical Character Recognition) processing on the area cut out in step S37, and acquires character information from the character image in the area (step S43).

そして、CPU21は、ステップS42又はS43で取得された文字情報の文字列を認識し、認識できたか否かを判別する(ステップS44)。文字列を認識できた場合(ステップS44;YES)、CPU21は、通信部26を介して、ステップS44で認識された文字列をサーバ10に送信し、記憶部15の場所テーブル70から当該文字列と一致する場所72を検索する(ステップS45)。サーバ10のCPU11は、通信部16を介して、文字列を携帯端末20から受信すると、当該文字列で場所テーブル70の場所72を検索し、一致するものがあれば、その場所72を携帯端末20に返信する。   And CPU21 recognizes the character string of the character information acquired by step S42 or S43, and discriminate | determines whether it has recognized (step S44). When the character string can be recognized (step S44; YES), the CPU 21 transmits the character string recognized in step S44 to the server 10 via the communication unit 26, and the character string is stored from the location table 70 of the storage unit 15 with the character string. Is searched for a location 72 that matches (step S45). When the CPU 11 of the server 10 receives a character string from the mobile terminal 20 via the communication unit 16, the CPU 11 searches the location 72 of the location table 70 using the character string, and if there is a match, the location 72 is stored in the mobile terminal. Reply to 20.

そして、CPU21は、通信部26を介して、認識した文字列に一致する場所をサーバ10から受信した場合に、当該場所の文字列を、施工事例の場所の検索条件に指定する(ステップS46)。   When the CPU 21 receives a location that matches the recognized character string from the server 10 via the communication unit 26, the CPU 21 designates the character string of the location as a search condition for the location of the construction example (step S46). .

そして、CPU21は、通信部26を介して、ステップS14又はS16で取得した顧客IDをサーバ10に送信し、記憶部15の顧客テーブル30から当該顧客IDに対応する建物種別IDの建物種別を検索し、建物種別をサーバ10から受信して取得する(ステップS47)。サーバ10のCPU11は、通信部16を介して、顧客IDを携帯端末20から受信すると、当該顧客IDが顧客テーブル30の顧客ID31に一致するレコードの建物種別ID34を読み出し、当該建物種別ID34が建物種別テーブル60の建物種別ID61に一致するレコードの建物種別62を読み出し、当該建物種別62を携帯端末20に返信する。   And CPU21 transmits the customer ID acquired by step S14 or S16 to the server 10 via the communication part 26, and searches the building classification of the building classification ID corresponding to the said customer ID from the customer table 30 of the memory | storage part 15. The building type is received and acquired from the server 10 (step S47). When the CPU 11 of the server 10 receives the customer ID from the portable terminal 20 via the communication unit 16, the CPU 11 reads the building type ID 34 of the record in which the customer ID matches the customer ID 31 of the customer table 30, and the building type ID 34 is the building. The building type 62 of the record that matches the building type ID 61 in the type table 60 is read out, and the building type 62 is returned to the mobile terminal 20.

そして、CPU21は、ステップS47で取得した建物種別を、施工事例の建物の検索条件に指定し、指定された施工事例の検索条件をサーバ10に送信し、記憶部15の施工事例テーブル50から検索条件を満たす施工事例ID51を検索し、検索した施工事例ID51に対応する資料テーブル40の資料名43を検索する(ステップS48)。サーバ10のCPU11は、通信部16を介して、検索条件を携帯端末20から受信すると、施工事例テーブル50の工事面積53、場所ID56,建物種別ID57が当該検索条件を満たすレコードの施工事例ID51を読み出し、当該施工事例ID51が資料テーブル40の施工事例ID46に対応する資料名43、登録日45を読み出し、施工事例の当該資料名43、登録日45を携帯端末20に返信する。   Then, the CPU 21 designates the building type acquired in step S47 as the search condition for the construction case building, transmits the designated construction case search condition to the server 10, and searches the construction case table 50 in the storage unit 15 for retrieval. The construction case ID 51 satisfying the condition is searched, and the material name 43 of the material table 40 corresponding to the searched construction case ID 51 is searched (step S48). When the CPU 11 of the server 10 receives the search condition from the portable terminal 20 via the communication unit 16, the construction case ID 53 of the record in which the construction area 53, the place ID 56, and the building type ID 57 of the construction example table 50 satisfy the search condition is received. Reading, the material name 43 and the registration date 45 corresponding to the construction case ID 46 of the material table 40 are read, and the material name 43 and the registration date 45 of the construction case are returned to the mobile terminal 20.

そして、CPU21は、通信部26を介して、ステップS48で検索された施工事例の全ての資料名、登録日をサーバ10から受信し、当該全ての資料名、登録日を表示部24に一覧表示する(ステップS49)。そして、CPU21は、操作部22を介して、ユーザから、ステップS49で表示された資料名の一覧のうちの少なくとも一つの資料名の選択入力を受け付け、通信部26を介して、選択された資料名をサーバ10に送信し、当該資料名に対応する記憶部15の施工事例の資料データをサーバ10から受信し、当該受信した施工事例の資料データの内容を表示部14に表示し(ステップS50)、領域検索処理を終了する。サーバ10のCPU11は、通信部16を介して、資料名を携帯端末20から受信すると、当該資料名に対応する資料データを記憶部15から読み出し、当該資料データを携帯端末20に返信する。   And CPU21 receives all the material names and registration date of the construction example searched by step S48 via the communication part 26 from the server 10, and displays all the said material names and registration date on the display part 24 as a list. (Step S49). Then, the CPU 21 receives a selection input of at least one material name from the list of material names displayed in step S49 from the user via the operation unit 22, and selects the selected material via the communication unit 26. The name is transmitted to the server 10, the material data of the construction example in the storage unit 15 corresponding to the material name is received from the server 10, and the content of the material data of the received construction example is displayed on the display unit 14 (step S50). ), The area search process is terminated. When the CPU 11 of the server 10 receives a material name from the portable terminal 20 via the communication unit 16, the material data corresponding to the material name is read from the storage unit 15 and the document data is returned to the portable terminal 20.

ここで、図8及び図9を参照して、図6及び図7の資料表示処理における施工事例検索の一例を説明する。先ず、携帯端末20のユーザは、キッチンのリフォームを勧めるために、顧客Aの邸宅を訪問し、資料表示処理を実行したものとする。図6のステップS14において、顧客名32がAである顧客ID31の“1”が検索される。そして、図6のステップS17において、図8(a)に示す資料一覧表示画面300Aが表示される。   Here, with reference to FIG.8 and FIG.9, an example of the construction example search in the data display process of FIG.6 and FIG.7 is demonstrated. First, it is assumed that the user of the mobile terminal 20 visits the residence of the customer A and executes the document display process in order to recommend renovation of the kitchen. In step S14 of FIG. 6, "1" of the customer ID 31 whose customer name 32 is A is searched. In step S17 of FIG. 6, a material list display screen 300A shown in FIG. 8A is displayed.

資料一覧表示画面300Aは、検索条件入力欄310Aと、資料名一覧表示欄320Aと、検索ボタン330と、クリアボタン340と、終了ボタン350と、を有する。検索条件入力欄310Aは、施工事例の各種検索条件を入力するための入力欄である。資料名一覧表示欄320Aは、資料名の一覧の表示欄である。検索ボタン330は、検索条件入力欄310Aの検索条件で検索の実行指示入力を受け付けるボタンである。クリアボタン340は、検索条件入力欄310Aの検索条件のクリアの実行指示入力を受け付けるボタンである。終了ボタン350は、資料表示処理の終了の実行指示入力を受け付けるボタンである。   The material list display screen 300A includes a search condition input field 310A, a material name list display field 320A, a search button 330, a clear button 340, and an end button 350. The search condition input field 310A is an input field for inputting various search conditions for construction cases. The material name list display column 320A is a column for displaying a list of material names. The search button 330 is a button for accepting a search execution instruction input under the search conditions in the search condition input field 310A. The clear button 340 is a button for accepting an execution instruction input for clearing the search condition in the search condition input field 310A. The end button 350 is a button for accepting an execution instruction input for ending the material display process.

検索条件入力欄310Aには、いずれの検索条件も指定されていない。資料名一覧表示欄320Aには、顧客Aに対応する資料データの資料名として、“A邸見積書”、“A邸図面”と、その登録日と、が表示されている。そして、図6のステップS18において、資料名一覧表示欄320Aの“A邸図面”が選択され、図8(b)に示す図面表示画面400が表示される。   No search condition is specified in the search condition input field 310A. In the material name list display column 320A, “A House Quote”, “A House Drawing”, and the registration date are displayed as the material names of the material data corresponding to the customer A. Then, in step S18 of FIG. 6, “A house drawing” in the material name list display column 320A is selected, and the drawing display screen 400 shown in FIG. 8B is displayed.

図面表示画面400は、図面表示欄410と、領域検索ボタン420と、戻るボタン430と、を有する。図面表示欄410は、建物の間取り図面の表示欄である。領域検索ボタン420は、領域検索処理の実行指示入力を受け付けるボタンである。戻るボタン430は、資料一覧表示画面への戻り指示入力を受け付けるボタンである。   The drawing display screen 400 includes a drawing display field 410, an area search button 420, and a return button 430. The drawing display column 410 is a display column for a floor plan of a building. The area search button 420 is a button for receiving an instruction to execute an area search process. The return button 430 is a button for receiving a return instruction input to the material list display screen.

図面表示欄410には、“A邸図面”が表示されている。図6のステップS20において領域検索ボタン420がタッチ入力され、ステップS21で領域検索処理が実行される。   In the drawing display column 410, “A House drawing” is displayed. In step S20 of FIG. 6, the area search button 420 is touch-inputted, and the area search process is executed in step S21.

そして、図7の領域検索処理のステップS31〜S37において、図面表示欄410の点線部分がタッチペン22Aでタッチ入力され、点線で囲んだ領域411が切り取られる。そして、図7のステップS38において、図9(a)に示す縮尺情報入力画面500が表示され、ステップS39において、縮尺情報“1/100”が入力される。   Then, in steps S31 to S37 of the area search process of FIG. 7, the dotted line portion of the drawing display column 410 is touch-inputted with the touch pen 22A, and the area 411 surrounded by the dotted line is cut out. Then, in step S38 of FIG. 7, the scale information input screen 500 shown in FIG. 9A is displayed, and in step S39, the scale information “1/100” is input.

縮尺情報入力画面500は、縮尺情報入力欄510と、OKボタン520と、キャンセルボタン530と、を有する。縮尺情報入力欄510は、縮尺情報の直接入力又はドロップダウン入力等の選択入力を受け付ける入力欄である。OKボタン520は、縮尺情報入力欄510に入力された縮尺情報の確定指示入力を受け付けるボタンである。キャンセルボタン530は、縮尺情報入力欄510に入力された縮尺情報のキャンセル指示入力を受け付けるボタンである。   The scale information input screen 500 includes a scale information input field 510, an OK button 520, and a cancel button 530. The scale information input field 510 is an input field that accepts a selection input such as a direct input of scale information or a drop-down input. The OK button 520 is a button for accepting a scale information confirmation instruction input in the scale information input field 510. The cancel button 530 is a button for accepting an input for canceling the scale information input in the scale information input field 510.

そして、図7のステップS40において、領域411の面積が算出され、施工事例の面積の検索条件として“11〜20m”が指定される。そして、図7のステップS42において、領域411の文字情報が取得され、ステップS45,S46において、当該文字情報と部分一致する場所テーブル70の場所72により、施工事例の場所の検索条件として“キッチン”が指定される。 In step S40 of FIG. 7, the area of the region 411 is calculated, and “11 to 20 m 2 ” is designated as a search condition for the area of the construction example. Then, in step S42 of FIG. 7, the character information of the area 411 is acquired. In steps S45 and S46, “kitchen” is used as a search condition for the location of the construction example based on the location 72 of the location table 70 that partially matches the character information. Is specified.

そして、図7のステップS47において、顧客テーブル30及び建物種別テーブル60から、顧客Aに対応する施工事例の建物の検索条件として“戸建て”が指定される。そして、図7のステップS48において、施工事例の検索条件(面積“11〜20m”、場所“キッチン”、建物“戸建て”)により、施工事例の資料データの資料名が検索される。そして、図7のステップS49において、図9(b)の資料一覧表示画面300Bが表示される。 In step S47 of FIG. 7, “detached” is designated as the search condition for the building of the construction example corresponding to the customer A from the customer table 30 and the building type table 60. Then, in step S48 of FIG. 7, the material name of the material data of the construction example is retrieved according to the retrieval condition of the construction example (area “11 to 20 m 2 ”, place “kitchen”, building “detached”). Then, in step S49 in FIG. 7, the material list display screen 300B in FIG. 9B is displayed.

資料一覧表示画面300Bは、検索条件入力欄310Bと、資料名一覧表示欄320Bと、検索ボタン330、クリアボタン340、終了ボタン350と、を有する。検索条件入力欄310Bには、指定済の施工事例の検索条件が表示されている。資料名一覧表示欄320Bには、検索条件入力欄310Bの検索条件を満たす施工事例の資料データの資料名“B様施工事例(キッチン)”が表示される。   The material list display screen 300B includes a search condition input field 310B, a material name list display field 320B, a search button 330, a clear button 340, and an end button 350. In the search condition input field 310B, search conditions for designated construction cases are displayed. In the material name list display column 320B, the material name “B-like construction example (kitchen)” of the material data of the construction example satisfying the search condition in the search condition input column 310B is displayed.

さらに施工事例の絞り込みを行いたい場合には、検索条件入力欄310Aの“費用”、“工事”、“キーワード”の入力欄に、費用、工事カテゴリ、キーワードを指定入力して絞込検索を行うこととしてもよい。費用(費用の値又は範囲)が指定入力された場合に、施工事例テーブル50の費用52が、指定入力された費用を満たすレコードの施工事例ID51に対応する資料テーブル40の施工事例ID46のレコードの資料名43が検索結果の対象となる。   Further, when it is desired to narrow down construction examples, a narrowing search is performed by designating and inputting a cost, a construction category, and a keyword in the “cost”, “construction”, and “keyword” fields of the search condition input field 310A. It is good as well. When the cost (cost value or range) is designated and input, the cost 52 of the construction case table 50 is the record of the construction case ID 46 of the material table 40 corresponding to the construction case ID 51 of the record that satisfies the designated and entered cost. The material name 43 is the target of the search result.

工事カテゴリが指定入力された場合に、工事カテゴリテーブル90の工事カテゴリID92が、指定入力された工事カテゴリに一致するレコードの工事ID91に対応する施工事例テーブル50の工事ID54のレコードの施工事例ID51に対応する資料テーブル40の施工事例ID46のレコードの資料名43が検索結果の対象となる。キーワードが指定入力された場合に、施工事例テーブル50のキーワード55が、指定入力されたキーワードを含む又は一致するレコードの施工事例ID51に対応する資料テーブル40の施工事例ID46のレコードの資料名43が検索結果の対象となる。   When the construction category is designated and input, the construction category ID 92 of the construction category table 90 is changed to the construction case ID 51 of the record of the construction ID 54 of the construction case table 50 corresponding to the construction ID 91 of the record that matches the designated and inputted construction category. The material name 43 of the record of the construction example ID 46 in the corresponding material table 40 is the target of the search result. When a keyword is designated and input, the keyword 55 of the construction case table 50 is the material name 43 of the record of the construction case ID 46 of the material table 40 corresponding to the construction case ID 51 of the record including or matching the designated and entered keyword. Target search results.

以上、本実施の形態によれば、携帯端末20は、建物の図面(図面データ)を表示部24に表示させ、操作部22により表示された図面の一部の指示入力を受け付け、図面の一部が指示入力された際に、指示位置に基づいて検索条件を抽出し、抽出された指示位置に基づく検索条件に基づいて、施工事例を検索する。   As described above, according to the present embodiment, the mobile terminal 20 displays the drawing of the building (drawing data) on the display unit 24, receives an instruction input for a part of the drawing displayed by the operation unit 22, and When a part is instructed, a search condition is extracted based on the indicated position, and a construction example is searched based on the search condition based on the extracted indicated position.

このため、図面の一部の指示入力を行うのみにより、所望の施工事例を容易に検索できる。また、商談で顧客の訪問の際に、予め過去の施工事例を検索して印刷しておいたり、当該施工事例のデータをUSB(Universal Serial Bus)メモリ等に入れておく必要がなく、工事業者のユーザの作業負担を低減できる。   For this reason, it is possible to easily search for a desired construction example simply by inputting a part of the drawing. In addition, it is not necessary to search and print past construction cases in advance when visiting customers during business negotiations, or to store the construction case data in a USB (Universal Serial Bus) memory or the like. The work burden on the user can be reduced.

また、携帯端末20は、位置検出部27により検出された現在位置情報に基づいて顧客を特定し、当該特定した顧客に対応する図面を表示部24に表示する。このため、訪問先の顧客に関する図面の参照時に、当該顧客に関する図面を手動で検索しなくてもよく、ユーザの作業負担を低減できる。   In addition, the mobile terminal 20 specifies a customer based on the current position information detected by the position detection unit 27, and displays a drawing corresponding to the specified customer on the display unit 24. For this reason, when referring to the drawing related to the visited customer, it is not necessary to manually search for the drawing related to the customer, and the work burden on the user can be reduced.

また、携帯端末20は、特定された顧客に対応する建物種別情報を参照し、当該参照した建物種別情報に基づいて建物に関する検索条件を抽出し、抽出された建物に関する検索条件に基づいて、施工事例を検索する。このため、顧客の建物の建物種別に対応する施工事例を容易に検索できる。   In addition, the mobile terminal 20 refers to the building type information corresponding to the identified customer, extracts a search condition related to the building based on the referred building type information, and performs construction based on the extracted search condition related to the building. Search for cases. For this reason, the construction example corresponding to the building classification of a customer's building can be searched easily.

また、携帯端末20は、資料データの指示位置に含まれる文字列を文字認識し、当該文字認識した文字列に基づいて場所に関する検索条件を抽出し、抽出された場所に関する検索条件に基づいて、施工事例を検索する。このため、所望の場所に対応する施工事例を容易に検索できる。   Further, the mobile terminal 20 recognizes a character string included in the designated position of the document data, extracts a search condition related to the location based on the character recognized character string, and based on the search condition related to the extracted location, Search for construction examples. For this reason, the construction example corresponding to a desired place can be searched easily.

また、携帯端末20は、資料データの指示位置に対応する領域の面積を算出し、当該算出した面積に基づいて面積に関する検索条件を抽出し、抽出された面積に関する検索条件に基づいて、施工事例を検索する。このため、所望の面積に対応する施工事例を容易に検索できる。   Further, the mobile terminal 20 calculates the area of the region corresponding to the designated position of the document data, extracts a search condition related to the area based on the calculated area, and based on the search condition related to the extracted area, the construction example Search for. For this reason, the construction example corresponding to a desired area can be searched easily.

以上の説明では、本発明に係るプログラムのコンピュータ読み取り可能な媒体として記憶部35のフラッシュメモリを使用した例を開示したが、この例に限定されない。その他のコンピュータ読み取り可能な媒体として、HDD、SSDや、CD−ROM等の可搬型記録媒体を適用することが可能である。また、本発明に係るプログラムのデータを通信回線を介して提供する媒体として、キャリアウエーブ(搬送波)も本発明に適用される。   In the above description, the example in which the flash memory of the storage unit 35 is used as the computer-readable medium of the program according to the present invention is disclosed, but the present invention is not limited to this example. As other computer-readable media, portable recording media such as HDD, SSD, and CD-ROM can be applied. A carrier wave is also applied to the present invention as a medium for providing program data according to the present invention via a communication line.

なお、上記実施の形態における記述は、本発明に係る情報処理装置及びプログラムの一例であり、これに限定されるものではない。   The description in the above embodiment is an example of the information processing apparatus and the program according to the present invention, and the present invention is not limited to this.

例えば、上記実施の形態では、施工事例が、写真データであるものとしたが、これに限定されるものではなく、建物の図面データを含めることとしてもよい。   For example, in the above embodiment, the construction example is photographic data, but the present invention is not limited to this, and may include drawing data of a building.

また、上記実施の形態における工事業システム1の各構成要素の細部構成及び細部動作に関しては、本発明の趣旨を逸脱することのない範囲で適宜変更可能であることは勿論である。   Moreover, it is needless to say that the detailed configuration and detailed operation of each component of the construction business system 1 in the above embodiment can be appropriately changed without departing from the gist of the present invention.

本発明の実施の形態を説明したが、本発明の範囲は、上述の実施の形態に限定するものではなく、特許請求の範囲に記載された発明の範囲とその均等の範囲を含む。
以下に、この出願の願書に最初に添付した特許請求の範囲に記載した発明を付記する。付記に記載した請求項の項番は、この出願の願書に最初に添付した特許請求の範囲の通りである。
〔付記〕
<請求項1>
建物の図面データを表示手段に表示させる表示制御手段と、
前記表示された図面データの一部の指示入力を受け付ける指示手段と、
前記図面データの一部が指示入力された際に、指示位置に基づいて検索条件を抽出する抽出手段と、
前記抽出された検索条件に基づいて、施工事例を検索する検索手段と、
を備える情報処理装置。
<請求項2>
前記情報処理装置の位置を検出して位置情報を取得する位置検出手段を備え、
前記表示制御手段は、前記検出された位置情報に基づいて顧客を特定し、当該特定した顧客に対応する図面データを前記表示手段に表示する請求項1に記載の情報処理装置。
<請求項3>
前記抽出手段は、前記特定された顧客に対応する建物種別情報を参照し、当該参照した建物種別情報に基づいて建物に関する検索条件を抽出し、
前記検索手段は、前記抽出された建物に関する検索条件に基づいて、施工事例を検索する請求項2に記載の情報処理装置。
<請求項4>
前記抽出手段は、前記指示位置に対応する領域に含まれる文字列を文字認識し、当該文字認識した文字列に基づいて場所に関する検索条件を抽出し、
前記検索手段は、前記抽出された場所に関する検索条件に基づいて、施工事例を検索する請求項1から3のいずれか一項に記載の情報処理装置。
<請求項5>
前記抽出手段は、前記指示位置に対応する領域の面積を算出し、当該算出した面積に基づいて面積に関する検索条件を抽出し、
前記検索手段は、前記抽出された面積に関する検索条件に基づいて、施工事例を検索する請求項1から4のいずれか一項に記載の情報処理装置。
<請求項6>
コンピュータを、
建物の図面データを表示手段に表示させる表示制御手段、
前記表示された図面データの一部の指示入力を受け付ける指示手段、
前記図面データの一部が指示入力された際に、指示位置に基づいて検索条件を抽出する抽出手段、
前記抽出された検索条件に基づいて、施工事例を検索する検索手段、
として機能させるためのプログラム。
Although the embodiments of the present invention have been described, the scope of the present invention is not limited to the above-described embodiments, but includes the scope of the invention described in the claims and the equivalents thereof.
The invention described in the scope of claims attached to the application of this application will be added below. The item numbers of the claims described in the appendix are as set forth in the claims attached to the application of this application.
[Appendix]
<Claim 1>
Display control means for displaying building drawing data on the display means;
Instruction means for accepting an instruction input of a part of the displayed drawing data;
An extraction means for extracting a search condition based on an indicated position when a part of the drawing data is input;
Search means for searching for construction examples based on the extracted search conditions;
An information processing apparatus comprising:
<Claim 2>
A position detection unit that detects a position of the information processing apparatus and acquires position information;
The information processing apparatus according to claim 1, wherein the display control unit specifies a customer based on the detected position information, and displays drawing data corresponding to the specified customer on the display unit.
<Claim 3>
The extraction means refers to building type information corresponding to the identified customer, extracts a search condition related to the building based on the referenced building type information,
The information processing apparatus according to claim 2, wherein the search unit searches for a construction example based on a search condition related to the extracted building.
<Claim 4>
The extraction means recognizes a character string included in an area corresponding to the indicated position, extracts a search condition related to a location based on the character recognized character string,
The information processing apparatus according to claim 1, wherein the search unit searches for a construction example based on a search condition regarding the extracted place.
<Claim 5>
The extraction means calculates an area of a region corresponding to the designated position, extracts a search condition related to the area based on the calculated area,
The information processing apparatus according to any one of claims 1 to 4, wherein the search unit searches for a construction example based on a search condition relating to the extracted area.
<Claim 6>
Computer
Display control means for displaying building drawing data on the display means;
Instruction means for receiving an instruction input of a part of the displayed drawing data;
An extracting means for extracting a search condition based on the designated position when a part of the drawing data is designated;
Search means for searching for construction examples based on the extracted search conditions,
Program to function as.

1 工事業システム
10 サーバ
11 CPU
12 操作部
13 RAM
14 表示部
15 記憶部
16 通信部
17 バス
20 携帯端末
21 CPU
22 操作部
23 RAM
24 表示部
25 記憶部
26 通信部
27 位置検出部
28 バス
N 通信ネットワーク
1 Engineering Business System 10 Server 11 CPU
12 Operation unit 13 RAM
14 Display unit 15 Storage unit 16 Communication unit 17 Bus 20 Mobile terminal 21 CPU
22 Operation unit 23 RAM
24 display unit 25 storage unit 26 communication unit 27 position detection unit 28 bus N communication network

Claims (6)

建物の図面データを表示手段に表示させる表示制御手段と、
前記表示された図面データの一部の指示入力を受け付ける指示手段と、
前記図面データの一部が指示入力された際に、指示位置に基づいて検索条件を抽出する抽出手段と、
前記抽出された検索条件に基づいて、施工事例を検索する検索手段と、
を備える情報処理装置。
Display control means for displaying building drawing data on the display means;
Instruction means for accepting an instruction input of a part of the displayed drawing data;
An extraction means for extracting a search condition based on an indicated position when a part of the drawing data is input;
Search means for searching for construction examples based on the extracted search conditions;
An information processing apparatus comprising:
前記情報処理装置の位置を検出して位置情報を取得する位置検出手段を備え、
前記表示制御手段は、前記検出された位置情報に基づいて顧客を特定し、当該特定した顧客に対応する図面データを前記表示手段に表示する請求項1に記載の情報処理装置。
A position detection unit that detects a position of the information processing apparatus and acquires position information;
The information processing apparatus according to claim 1, wherein the display control unit specifies a customer based on the detected position information, and displays drawing data corresponding to the specified customer on the display unit.
前記抽出手段は、前記特定された顧客に対応する建物種別情報を参照し、当該参照した建物種別情報に基づいて建物に関する検索条件を抽出し、
前記検索手段は、前記抽出された建物に関する検索条件に基づいて、施工事例を検索する請求項2に記載の情報処理装置。
The extraction means refers to building type information corresponding to the identified customer, extracts a search condition related to the building based on the referenced building type information,
The information processing apparatus according to claim 2, wherein the search unit searches for a construction example based on a search condition related to the extracted building.
前記抽出手段は、前記指示位置に対応する領域に含まれる文字列を文字認識し、当該文字認識した文字列に基づいて場所に関する検索条件を抽出し、
前記検索手段は、前記抽出された場所に関する検索条件に基づいて、施工事例を検索する請求項1から3のいずれか一項に記載の情報処理装置。
The extraction means recognizes a character string included in an area corresponding to the indicated position, extracts a search condition related to a location based on the character recognized character string,
The information processing apparatus according to claim 1, wherein the search unit searches for a construction example based on a search condition regarding the extracted place.
前記抽出手段は、前記指示位置に対応する領域の面積を算出し、当該算出した面積に基づいて面積に関する検索条件を抽出し、
前記検索手段は、前記抽出された面積に関する検索条件に基づいて、施工事例を検索する請求項1から4のいずれか一項に記載の情報処理装置。
The extraction means calculates an area of a region corresponding to the designated position, extracts a search condition related to the area based on the calculated area,
The information processing apparatus according to any one of claims 1 to 4, wherein the search unit searches for a construction example based on a search condition relating to the extracted area.
コンピュータを、
建物の図面データを表示手段に表示させる表示制御手段、
前記表示された図面データの一部の指示入力を受け付ける指示手段、
前記図面データの一部が指示入力された際に、指示位置に基づいて検索条件を抽出する抽出手段、
前記抽出された検索条件に基づいて、施工事例を検索する検索手段、
として機能させるためのプログラム。
Computer
Display control means for displaying building drawing data on the display means;
Instruction means for receiving an instruction input of a part of the displayed drawing data;
An extracting means for extracting a search condition based on the designated position when a part of the drawing data is designated;
Search means for searching for construction examples based on the extracted search conditions,
Program to function as.
JP2014130082A 2014-06-25 2014-06-25 Information processing apparatus and program Active JP6292053B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014130082A JP6292053B2 (en) 2014-06-25 2014-06-25 Information processing apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014130082A JP6292053B2 (en) 2014-06-25 2014-06-25 Information processing apparatus and program

Publications (3)

Publication Number Publication Date
JP2016009358A true JP2016009358A (en) 2016-01-18
JP2016009358A5 JP2016009358A5 (en) 2017-03-23
JP6292053B2 JP6292053B2 (en) 2018-03-14

Family

ID=55226864

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014130082A Active JP6292053B2 (en) 2014-06-25 2014-06-25 Information processing apparatus and program

Country Status (1)

Country Link
JP (1) JP6292053B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004070861A (en) * 2002-08-09 2004-03-04 Asahi Kasei Homes Kk House floor plan retrieval program and house floor plan retrieval device
JP2004192255A (en) * 2002-12-10 2004-07-08 Seiko Epson Corp Business support system, business support program and terminal device
JP2004252530A (en) * 2003-02-18 2004-09-09 Miyaji Denki Kk Automatic illumination design method, illumination effect browsing method, automatic illumination design system and server for automatic illumination design
JP2005157963A (en) * 2003-11-28 2005-06-16 Sumitomo Forestry Co Ltd Room layout retrieval system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004070861A (en) * 2002-08-09 2004-03-04 Asahi Kasei Homes Kk House floor plan retrieval program and house floor plan retrieval device
JP2004192255A (en) * 2002-12-10 2004-07-08 Seiko Epson Corp Business support system, business support program and terminal device
JP2004252530A (en) * 2003-02-18 2004-09-09 Miyaji Denki Kk Automatic illumination design method, illumination effect browsing method, automatic illumination design system and server for automatic illumination design
JP2005157963A (en) * 2003-11-28 2005-06-16 Sumitomo Forestry Co Ltd Room layout retrieval system

Also Published As

Publication number Publication date
JP6292053B2 (en) 2018-03-14

Similar Documents

Publication Publication Date Title
JP6580703B2 (en) System and method for disambiguating a location entity associated with a mobile device&#39;s current geographic location
US20180172458A1 (en) Travel planning system, travel planning method, and program
JP6599674B2 (en) Information processing system, information processing program, information processing apparatus, information processing method, correlation information data, storage medium, and correlation information generation method
US20170039450A1 (en) Identifying Entities to be Investigated Using Storefront Recognition
RU2604725C2 (en) System and method for generating information on plurality of points of interest
CN106062789A (en) Image tagging for capturing information in a transaction
US20170064512A1 (en) System and method for facilitating user connections in travel locations
JP5814497B2 (en) Map / handwritten information input / utilization system, method and program thereof
JP6292053B2 (en) Information processing apparatus and program
JP6707316B2 (en) Document display device and program
JP6064400B2 (en) BUSINESS SUPPORT SYSTEM, ITS CONTROL DEVICE, CONTROL METHOD, AND CONTROL PROGRAM
TW201447798A (en) Method for searching data and method for planning itinerary
KR20130085011A (en) Indexing system of space object for combination object of soi and content
JP6600920B2 (en) Real estate information retrieval apparatus, method, and computer program
JP2021111209A (en) Information display device, information display method, and program
JP2009282693A (en) Registration information acquisition method and registration information acquisition system
US20180293285A1 (en) Information providing method, information providing device, and computer-readable recording medium
US20140330733A1 (en) Systems and methods for graphical display of geographic date for employment opportunities
JP2020052622A (en) Land purchase support system and building selection support system
JP6417748B2 (en) Portable information processing apparatus and program
JP7077431B1 (en) Information processing equipment, information processing methods and information processing programs
JP2014021932A (en) Retrieval system and program
JP7145997B2 (en) Information processing device, information processing method and information processing program
JP6019888B2 (en) Evaluation system, information processing device
JP6864943B1 (en) Terminal equipment and its programs, servers and their programs, and systems

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170210

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20170210

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20171208

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20171219

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180104

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180129

R150 Certificate of patent or registration of utility model

Ref document number: 6292053

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150