JP4248447B2 - Information processing apparatus, information processing system, information processing method, and program - Google Patents

Information processing apparatus, information processing system, information processing method, and program Download PDF

Info

Publication number
JP4248447B2
JP4248447B2 JP2004154976A JP2004154976A JP4248447B2 JP 4248447 B2 JP4248447 B2 JP 4248447B2 JP 2004154976 A JP2004154976 A JP 2004154976A JP 2004154976 A JP2004154976 A JP 2004154976A JP 4248447 B2 JP4248447 B2 JP 4248447B2
Authority
JP
Japan
Prior art keywords
form data
file
area
page
recording
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.)
Expired - Fee Related
Application number
JP2004154976A
Other languages
Japanese (ja)
Other versions
JP2005339042A (en
Inventor
徹 川村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Marketing Japan Inc
Original Assignee
Canon Marketing Japan Inc
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 Canon Marketing Japan Inc filed Critical Canon Marketing Japan Inc
Priority to JP2004154976A priority Critical patent/JP4248447B2/en
Publication of JP2005339042A publication Critical patent/JP2005339042A/en
Application granted granted Critical
Publication of JP4248447B2 publication Critical patent/JP4248447B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、セキュリティを考慮した例えば帳票ファイル等のデータファイルの管理・提供が可能な情報処理装置、情報処理システム、情報処理方法及びプログラムに関するものである。   The present invention relates to an information processing apparatus, an information processing system, an information processing method, and a program capable of managing and providing a data file such as a form file in consideration of security.

近年、電子帳票システムが利用されるようになってきている。電子帳票システムで、従業員の給与明細等を単一帳票ファイルで管理すると、現在は、各従業員単位にアクセス制御をかけることができない。従って、あるユーザが帳票ファイルを参照すると全ページ参照することができるため、全従業員の給与明細が見えてしまうことになる。そのため、給与明細等のような個人情報を管理している帳票ファイルについては管理者のみ取り扱うことができたが、従業員は取り扱うことができなかった。   In recent years, electronic form systems have been used. If the employee's salary details and the like are managed by a single form file in the electronic form system, access control cannot be applied to each employee at present. Accordingly, when a user refers to the form file, all pages can be referred to, so that the salary details of all employees can be seen. For this reason, only managers can handle form files that manage personal information such as salary details, but employees cannot.

しかし、給与明細のように従業員に通知する個人情報は、毎月帳票ファイルから各従業員のページを抽出して給与明細書等を作成する必要があり手間がかかるため、従業員も帳票ファイルを取り扱うことができれば、管理者が給与明細書等を作成する手間を省くことができる。   However, personal information to be notified to employees, such as salary details, requires the creation of a salary statement by extracting each employee's page from the monthly report file. If it can be handled, it is possible to save the administrator from having to create a pay statement.

そこで、個人情報を保護しつつ従業員が帳票ファイルを取り扱うことができるように、ホストから帳票データを取り込む際に、帳票ファイルを従業者毎に分割する方法がある。例えば、従業員が1000人いるような企業においては、図14に示すように、帳票ファイルを1000個に分割する。このように帳票ファイルを分割し、帳票ファイル毎にアクセス制御をかければ、各従業員が自己の個人情報のみを参照することができるようになる。   Therefore, there is a method of dividing the form file for each employee when taking the form data from the host so that the employee can handle the form file while protecting the personal information. For example, in a company with 1000 employees, the form file is divided into 1000 as shown in FIG. If the form file is divided in this way and access control is performed for each form file, each employee can refer only to his / her personal information.

しかしながら、上記方法によると、帳票ファイルを登録する際に分割処理を行うため帳票ファイルの登録に時間がかかるという問題と、帳票ファイルを各従業員のページ毎に作成するため、帳票ファイル数が増加することにより、電子帳票システムのリソースを消費するという問題が発生してしまう。   However, according to the above method, it takes time to register the form file because division processing is performed when registering the form file, and the number of form files increases because the form file is created for each page of each employee. This causes a problem of consuming resources of the electronic form system.

また、帳票ファイルが分割されてしまうことにより、管理者が帳票ファイル全体を参照・検索しようとする場合、全ての帳票ファイルを参照・検索する必要があり手間や処理時間がかかるという問題も発生することになる。従って、このような問題を解決するためには、帳票ファイルの分割を行わず、各従業者のページ毎にアクセス制御をかける方法が必要となる。   In addition, because the form file is divided, when the administrator tries to refer to / search the entire form file, it is necessary to refer to / search all the form files, which takes time and processing time. It will be. Therefore, in order to solve such a problem, a method of performing access control for each page of each employee without dividing the form file is necessary.

特許文献1には、セキュリティを維持できると共に、共通のファイルからデータを容易に探すことが可能なファイルセキュリティシステムに関する技術が開示されている。このシステムによれば、文書ファイルに対してページ、セクション単位又は領域毎にセキュリティ情報を付与することにより、ユーザのアクセス権限に応じて文書ファイル中参照できるページ等を制御することが可能となる。また、本ファイルセキュリティシステムは、定型フォーム情報を併せ持つ文書ファイルにあっては、更に定型フォームの特定エリアにセキュリティ情報を付与することにより、個々の文書ファイルの特定領域だけでなく、定型フォームの特定エリアのみ閲覧権限を付与することも可能となる。   Patent Document 1 discloses a technology related to a file security system that can maintain security and can easily search for data from a common file. According to this system, by assigning security information to a document file for each page, section unit or area, it is possible to control pages that can be referred to in the document file according to the user's access authority. In addition, this file security system can specify not only specific areas of individual document files but also specific forms by adding security information to specific areas of fixed forms for document files that also have fixed form information. It is also possible to grant viewing authority only to the area.

特開2002−268944号公報JP 2002-268944 A

しかしながら、上記のファイルセキュリティシステムは、複数ユーザが共通のFAX等の文書ファイルを参照するような環境において、文書ファイルのページ、セクション単位又は領域毎、定型フォームの特定エリアにセキュリティ情報を付与することにより、アクセス制御を行っているが、文書ファイル自体には何ら手が加えられていないため、文書ファイルが漏洩してしまった際、付与されたセキュリティ情報が除去されてしまうと、文書ファイル内の情報が見られてしまうという問題がある。   However, the above file security system provides security information to a specific area of a fixed form for each page, section unit or area of a document file in an environment where a plurality of users refer to a document file such as a common FAX. Although the access control is performed by this method, nothing has been done to the document file itself, so when the document file is leaked, if the assigned security information is removed, There is a problem that information is seen.

また、上記のファイルセキュリティシステムは、FAX等により受信した文書ファイルに対してセキュリティ情報を付与してアクセス制御を行うものであるが、月単位、日単位に定期的に送信されてくる文書ファイルを受信するような場合は特に考慮されていないため、定期的に送信されてくる一連の文書ファイルがある場合であっても、別ファイルとしてそれぞれ保存されてしまうため、まとめて参照するには手間がかかるという問題がある。   In addition, the file security system performs access control by assigning security information to a document file received by FAX or the like. Since there is no particular consideration when receiving, even if there is a series of document files that are sent regularly, they are saved as separate files, so it is troublesome to refer collectively. There is a problem that it takes.

従って、本発明の目的は、データファイルの分割を行うことなくデータファイルに対するアクセス制御を可能とし、情報処理装置のシステムリソースの消費を防ぎ、利用者によるデータファイルの参照・検索の際の手間を削減するとともに、データファイルの漏洩時のセキュリティ向上にも供することにある。   Therefore, an object of the present invention is to enable access control to a data file without dividing the data file, to prevent consumption of system resources of the information processing apparatus, and to save time and effort when the user refers to and searches the data file. In addition to reducing this, it is also intended to improve security when a data file is leaked.

本発明の情報処理装置は、帳票ファイルに対するアクセス制御を行う領域の位置情報と、認証に用いられる文字が配置される領域の位置情報と位置情報テーブルに記録する領域情報記録手段と、入力される前記帳票ファイルを構成する複数ページにそれぞれ配置される帳票データから、それぞれのページの前記領域情報記録手段に記録される前記アクセス制御を行う領域内に配置される帳票データを抽出する抽出手段と、前記抽出手段により抽出される帳票データと、該抽出される帳票データが配置されたページとを対応付けてセキュリティ情報ファイルとして記録する第1の記録手段と、前記帳票ファイルを構成する帳票データのうち、前記抽出手段により抽出される前記アクセス制御を行う領域に配置される帳票データ以外の帳票データを、前記セキュリティ情報ファイルとは分離して記録する第2の記録手段と、クライアントからの前記帳票ファイルに対するアクセス指示を受け付けるアクセス指示受付手段と、前記アクセス指示受付手段により受け付けたアクセス指示に含まれる利用者の識別情報と、該アクセス指示を受け付けた前記帳票ファイルの前記位置情報テーブルに記憶される認証に用いられる文字が配置される領域に配置された文字とを用いて、セキュリティ情報ファイルから前記利用者がアクセス可能な帳票データが記憶されるページを特定し、該特定したページの帳票データを取得する取得手段と、前記アクセス指示受付手段によりアクセス指示を受け付けた前記帳票ファイルを、前記利用者がアクセス可能なページの前記領域情報記録手段により記憶される領域には前記抽出手段により抽出された帳票データを前記クライアント端末において表示させ、前記利用者がアクセス可能なページ以外のページの前記領域情報記録手段により記憶される領域には前記抽出手段により抽出された帳票データを前記クライアント端末において表示させないようにさせるべく、前記利用者がアクセス可能なページについては、前記取得手段により取得されたページの帳票データと、前記第2の記録手段に記録される帳票データとを合成し、前記利用者がアクセス可能なページ以外のページについては、前記抽出手段により抽出された帳票データを用いずに前記第2の記録手段に記録される帳票データを出力することで、該アクセス指示を受け付けた前記帳票ファイルの全ページの帳票データを合成及び出力する合成手段と、前記合成手段により合成された帳票データを前記クライアントへ送信する送信手段とを有することを特徴とする。
本発明の情報処理システムは、入力される帳票ファイルを構成する帳票データを管理する情報管理装置と一又は複数の情報処理装置とが通信ネットワークを介して通信可能な情報処理システムであって、帳票ファイルに対するアクセス制御を行う領域の位置情報と、認証に用いられる文字が配置される領域の位置情報と位置情報テーブルに記録する領域情報記録手段と、入力される前記帳票ファイルを構成する複数ページにそれぞれ配置される帳票データから、それぞれのページの前記領域情報記録手段に記録される前記アクセス制御を行う領域内に配置される帳票データを抽出する抽出手段と、前記抽出手段により抽出される帳票データと、該抽出される帳票データが配置されたページとを対応付けてセキュリティ情報ファイルとして記録する第1の記録手段と、前記帳票ファイルを構成する帳票データのうち、前記抽出手段により抽出される前記アクセス制御を行う領域に配置される帳票データ以外の帳票データを、前記セキュリティ情報ファイルとは分離して記録する第2の記録手段と、クライアントからの前記帳票ファイルに対するアクセス指示を受け付けるアクセス指示受付手段と、前記アクセス指示受付手段により受け付けたアクセス指示に含まれる利用者の識別情報と、該アクセス指示を受け付けた前記帳票ファイルの前記位置情報テーブルに記憶される認証に用いられる文字が配置される領域に配置された文字とを用いて、セキュリティ情報ファイルから前記利用者がアクセス可能な帳票データが記憶されるページを特定し、該特定したページの帳票データを取得する取得手段と、前記アクセス指示受付手段によりアクセス指示を受け付けた前記帳票ファイルを、前記利用者がアクセス可能なページの前記領域情報記録手段により記憶される領域には前記抽出手段により抽出された帳票データを前記クライアント端末において表示させ、前記利用者がアクセス可能なページ以外のページの前記領域情報記録手段により記憶される領域には前記抽出手段により抽出された帳票データを前記クライアント端末において表示させないようにさせるべく、前記利用者がアクセス可能なページについては、前記取得手段により取得されたページの帳票データと、前記第2の記録手段に記録される帳票データとを合成し、前記利用者がアクセス可能なページ以外のページについては、前記抽出手段により抽出された帳票データを用いずに前記第2の記録手段に記録される帳票データを出力することで、該アクセス指示を受け付けた前記帳票ファイルの全ページの帳票データを合成及び出力する合成手段と、前記合成手段により合成された帳票データを前記クライアントへ送信する送信手段とを有することを特徴とする。
本発明の情報処理方法は、帳票ファイルに対するアクセス制御を行う領域の位置情報と、認証に用いられる文字が配置される領域の位置情報と位置情報テーブルに記録する領域情報記録ステップと、入力される前記帳票ファイルを構成する複数ページにそれぞれ配置される帳票データから、それぞれのページの前記領域情報記録ステップに記録される前記アクセス制御を行う領域内に配置される帳票データを抽出する抽出ステップと、前記抽出ステップにより抽出される帳票データと、該抽出される帳票データが配置されたページとを対応付けてセキュリティ情報ファイルとして記録する第1の記録ステップと、前記帳票ファイルを構成する帳票データのうち、前記抽出ステップにより抽出される前記アクセス制御を行う領域に配置される帳票データ以外の帳票データを、前記セキュリティ情報ファイルとは分離して記録する第2の記録ステップと、クライアントからの前記帳票ファイルに対するアクセス指示を受け付けるアクセス指示受付ステップと、前記アクセス指示受付ステップにより受け付けたアクセス指示に含まれる利用者の識別情報と、該アクセス指示を受け付けた前記帳票ファイルの前記位置情報テーブルに記憶される認証に用いられる文字が配置される領域に配置された文字とを用いて、セキュリティ情報ファイルから前記利用者がアクセス可能な帳票データが記憶されるページを特定し、該特定したページの帳票データを取得する取得ステップと、前記アクセス指示受付ステップによりアクセス指示を受け付けた前記帳票ファイルを、前記利用者がアクセス可能なページの前記領域情報記録ステップにより記憶される領域には前記抽出ステップにより抽出された帳票データを前記クライアント端末において表示させ、前記利用者がアクセス可能なページ以外のページの前記領域情報記録ステップにより記憶される領域には前記抽出ステップにより抽出された帳票データを前記クライアント端末において表示させないようにさせるべく、前記利用者がアクセス可能なページについては、前記取得ステップにより取得されたページの帳票データと、前記第2の記録ステップにより記録される帳票データとを合成し、前記利用者がアクセス可能なページ以外のページについては、前記抽出ステップにより抽出された帳票データを用いずに前記第2の記録ステップにより記録される帳票データを出力することで、該アクセス指示を受け付けた前記帳票ファイルの全ページの帳票データを合成及び出力する合成ステップと、前記合成ステップにより合成された帳票データを前記クライアントへ送信する送信ステップとを有することを特徴とする。
本発明のプログラムは、帳票ファイルに対するアクセス制御を行う領域の位置情報と、認証に用いられる文字が配置される領域の位置情報と位置情報テーブルに記録する領域情報記録手段と、入力される前記帳票ファイルを構成する複数ページにそれぞれ配置される帳票データから、それぞれのページの前記領域情報記録手段に記録される前記アクセス制御を行う領域内に配置される帳票データを抽出する抽出手段と、前記抽出手段により抽出される帳票データと、該抽出される帳票データが配置されたページとを対応付けてセキュリティ情報ファイルとして記録する第1の記録手段と、前記帳票ファイルを構成する帳票データのうち、前記抽出手段により抽出される前記アクセス制御を行う領域に配置される帳票データ以外の帳票データを、前記セキュリティ情報ファイルとは分離して記録する第2の記録手段と、クライアントからの前記帳票ファイルに対するアクセス指示を受け付けるアクセス指示受付手段と、前記アクセス指示受付手段により受け付けたアクセス指示に含まれる利用者の識別情報と、該アクセス指示を受け付けた前記帳票ファイルの前記位置情報テーブルに記憶される認証に用いられる文字が配置される領域に配置された文字とを用いて、セキュリティ情報ファイルから前記利用者がアクセス可能な帳票データが記憶されるページを特定し、該特定したページの帳票データを取得する取得手段と、前記アクセス指示受付手段によりアクセス指示を受け付けた前記帳票ファイルを、前記利用者がアクセス可能なページの前記領域情報記録手段により記憶される領域には前記抽出手段により抽出された帳票データを前記クライアント端末において表示させ、前記利用者がアクセス可能なページ以外のページの前記領域情報記録手段により記憶される領域には前記抽出手段により抽出された帳票データを前記クライアント端末において表示させないようにさせるべく、前記利用者がアクセス可能なページについては、前記取得手段により取得されたページの帳票データと、前記第2の記録手段に記録される帳票データとを合成し、前記利用者がアクセス可能なページ以外のページについては、前記抽出手段により抽出された帳票データを用いずに前記第2の記録手段に記録される帳票データを出力することで、該アクセス指示を受け付けた前記帳票ファイルの全ページの帳票データを合成及び出力する合成手段と、前記合成手段により合成された帳票データを前記クライアントへ送信する送信手段としてコンピュータを機能させることを特徴とする。
An information processing apparatus according to the present invention is input with area information recording means for recording position information of an area for performing access control on a form file and position information of an area in which characters used for authentication are arranged in a position information table. Extraction means for extracting form data arranged in an area for performing the access control recorded in the area information recording means of each page from form data arranged in a plurality of pages constituting the form file. A first recording unit that records the form data extracted by the extraction unit and a page on which the extracted form data is arranged as a security information file, and a form data that forms the form file. among them, form data other than document data located in the area to perform the access control which is extracted by the extraction means Included in the access instruction received by the access instruction accepting means and the second instruction means for recording the information separately from the security information file, the access instruction accepting means for accepting an access instruction for the form file from the client and identification information of the user, by using the characters that the characters used for authentication is stored in the position information table arranged in the region arranged in the form file that is accepted the access instruction, from the security information files the user specifies a page accessible form data is stored, the specified acquiring means for acquiring the form data of the pages, the document file that has received the access instruction by the access instruction accepting means, said utilization Stored by the area information recording means of the page accessible by the user The form data extracted by the extracting means is displayed on the client terminal in the area to be stored, and the area stored by the area information recording means on the page other than the page accessible by the user is extracted by the extracting means. The page accessible by the user is recorded in the form data of the page acquired by the acquisition unit and the second recording unit so that the form data is not displayed on the client terminal. Synthesize the form data and output the form data recorded in the second recording means without using the form data extracted by the extracting means for pages other than the page accessible by the user And synthesize and output the form data of all the pages of the form file that has received the access instruction . Synthesizing means, and transmitting means for transmitting the form data synthesized by the synthesizing means to the client.
An information processing system of the present invention is an information processing system in which an information management apparatus that manages form data constituting an input form file and one or a plurality of information processing apparatuses can communicate with each other via a communication network. Area information recording means for recording, in a position information table, position information of an area for controlling access to a file and position information of an area where characters used for authentication are arranged, and a plurality of pages constituting the input form file Extracting from the form data respectively arranged in the area information recording means of each page the form data arranged in the area for performing the access control, and the form extracted by the extracting means and data, in association with the page form data to be issued the extract is placed serial as security information file First recording means for, out of the form data constituting the document file, the document data other than document data located in the area to perform the access control which is extracted by the extraction means, wherein the security information files and the Second recording means for recording separately, access instruction receiving means for receiving an access instruction for the form file from a client, user identification information included in the access instruction received by the access instruction receiving means , by using the character the character to be used in authentication is stored in the position information table of the form file that has received the access instruction is placed in the area to be placed, the user-accessible form from the security information files identify the page data is stored, the form data of the page where the specific An acquisition unit Tokusuru, the form file that has received the access instruction by the access instruction accepting means, in a region where the user is stored by the area information recording means accessible pages extracted by the extraction means form Data is displayed on the client terminal, and the form data extracted by the extracting unit is not displayed on the client terminal in an area stored by the area information recording unit of a page other than the page accessible by the user. For the page accessible by the user, the form data of the page acquired by the acquisition unit and the form data recorded in the second recording unit are combined, and the user accesses For pages other than possible pages, they were extracted by the extraction means. A synthesis unit that synthesizes and outputs the form data of all pages of the form file that has received the access instruction by outputting the form data recorded in the second recording unit without using the form data; And sending means for sending the form data synthesized by the means to the client.
The information processing method of the present invention includes an area information recording step for recording, in a position information table, position information of an area for performing access control on a form file and position information of an area in which characters used for authentication are arranged. An extraction step of extracting form data arranged in an area for performing the access control recorded in the area information recording step of each page from form data arranged in a plurality of pages constituting the form file. A first recording step for associating the form data extracted by the extraction step with a page on which the extracted form data is arranged and recording it as a security information file; and for the form data constituting the form file among them, they are arranged in the area for performing the access control which is extracted by the extraction step Accepted by a second recording step for recording form data other than the form data separately from the security information file, an access instruction accepting step for accepting an access instruction for the form file from a client, and the access instruction accepting step Using the identification information of the user included in the access instruction and the character arranged in the area where the character used for authentication stored in the position information table of the form file that accepted the access instruction is arranged , wherein the user from the security information file identifies the page accessible form data is stored, it accepted an acquisition step of acquiring document data of the page where the specified access instruction by the access instruction accepting step the form file, the user can access In the area stored by the area information recording step of the active page, the form data extracted by the extraction step is displayed on the client terminal, and the area information recording step of the page other than the page accessible by the user In order to prevent the form data extracted in the extraction step from being displayed on the client terminal in the area stored by the above, for the page accessible by the user, the form data of the page acquired in the acquisition step And the form data recorded in the second recording step, and for the pages other than the page accessible by the user, the second data is not used without using the form data extracted in the extraction step. Output the form data recorded by the recording step The composition step of combining and outputting the form data of all pages of the form file that has received the access instruction, and the transmission step of transmitting the form data combined in the combining step to the client. To do.
The program according to the present invention includes a region information recording unit that records, in a location information table, location information of a region in which access control to a form file is performed and location information of a region in which characters used for authentication are arranged Extraction means for extracting form data arranged in the area for performing the access control recorded in the area information recording means of each page from the form data arranged in each of a plurality of pages constituting the form file; Of the form data constituting the form file, the first recording means for recording the form data extracted by the extracting means and the page on which the extracted form data is arranged in association with each other, form data other than document data located in the area to perform the access control which is extracted by the extraction means Second recording means for recording separately from the security information file, access instruction receiving means for receiving an access instruction for the form file from a client, and use included in the access instruction received by the access instruction receiving means using the user identification information, and a character that character used for authentication stored in the position information table of the form file that is accepted the access instruction is placed in the area to be placed, said from the security information files identify the page for a user accessible form data is stored, the specified acquiring means for acquiring the form data of the pages, the document file that has received the access instruction by the access instruction accepting means, said user Is stored by the area information recording means of the accessible page The form data extracted by the extraction means is displayed on the client terminal in the area to be stored, and the area stored by the area information recording means on the page other than the page accessible by the user is extracted by the extraction means. The page accessible by the user is recorded in the form data of the page acquired by the acquisition unit and the second recording unit so that the form data is not displayed on the client terminal. Synthesize the form data and output the form data recorded in the second recording means without using the form data extracted by the extracting means for pages other than the page accessible by the user And synthesizes and outputs the form data of all pages of the form file that has received the access instruction. The computer is caused to function as combining means and transmitting means for transmitting the form data combined by the combining means to the client.

本発明によれば、データファイルに対するアクセス制御を行う領域内に該当するデータをデータファイルを構成するデータから抽出し、抽出したデータとそれ以外のデータとを分離して記録するように構成したので、データファイルの分割を行うことなくデータファイルに対するアクセス制御が可能となり、情報処理装置のシステムリソースの消費を防ぐとともに単一ファイルであることから利用者が参照・検索の際の手間を削減することが可能となる。また、第2のデータ記録手段にはデータファイルを構成するデータのうち上記領域外のデータが記録されているので、そのデータが漏洩した場合でも上記領域内のデータが見られることはなくなる。   According to the present invention, the data corresponding to the area where the access control to the data file is controlled is extracted from the data constituting the data file, and the extracted data and other data are separated and recorded. , It is possible to control access to the data file without dividing the data file, to prevent the consumption of system resources of the information processing device, and to reduce the effort for the user to browse and search because it is a single file Is possible. Further, since the data outside the area is recorded among the data constituting the data file in the second data recording means, even if the data leaks, the data in the area is not seen.

以下、本発明を適用した好適な実施形態を、添付図面を参照しながら詳細に説明する。   DESCRIPTION OF EXEMPLARY EMBODIMENTS Hereinafter, preferred embodiments to which the invention is applied will be described in detail with reference to the accompanying drawings.

図1は、本発明の一実施形態に係る電子帳票システムの構成を示す図である。尚、図1のネットワーク上の各種端末の接続構成は飽くまでも一例であり、用途や目的に応じて様々な構成をとり得ることは言うまでもない。   FIG. 1 is a diagram showing a configuration of an electronic form system according to an embodiment of the present invention. The connection configuration of various terminals on the network in FIG. 1 is merely an example, and it is needless to say that various configurations can be taken according to applications and purposes.

クライアントPC(管理者)101は、帳票の閲覧および編集結果のチェックを行う者が使用するクライアント端末である。クライアントPC101は、ネットワーク103を介して、帳票サーバ100とデータの送受信が可能である。   A client PC (administrator) 101 is a client terminal used by a person who views a form and checks an editing result. The client PC 101 can send and receive data to and from the form server 100 via the network 103.

クライアントPC(一般ユーザ)102は、帳票の閲覧および編集を行う者が使用するクライアント端末である。クライアントPC102は、ネットワーク103を介して、帳票サーバ100とデータの送受信が可能である。   A client PC (general user) 102 is a client terminal used by a person who views and edits a form. The client PC 102 can send and receive data to and from the form server 100 via the network 103.

図2は、帳票サーバ100、各クライアントPC101、102内におけるコンピュータシステムのハードウェア構成を説明するための図である。図2において、CPU201は、システムバス204に接続される各デバイスを統括的に制御する。また、ROM203或いは外部メモリ211には、CPU201の制御プログラムであるオペレーティングシステム(OS)や、各サーバあるいは各クライアントの後述する各種機能を実現するためのプログラムが記憶されている。   FIG. 2 is a diagram for explaining the hardware configuration of the computer system in the form server 100 and the client PCs 101 and 102. In FIG. 2, the CPU 201 comprehensively controls each device connected to the system bus 204. The ROM 203 or the external memory 211 stores an operating system (OS) that is a control program of the CPU 201 and programs for realizing various functions to be described later of each server or each client.

RAM202は、CPU201の主メモリ、ワークエリア、一時待避領域等として機能する。   The RAM 202 functions as a main memory, work area, temporary save area, and the like for the CPU 201.

入力コントローラ205は、入力部209からの入力を制御する。この入力部209としては、特に、サーバやクライアント等の端末では、キーボード、マウス等のポインティングデバイスが挙げられる。また、印刷装置等では、タッチパネル、ボタン、スイッチ等が挙げられる。   The input controller 205 controls input from the input unit 209. Examples of the input unit 209 include a pointing device such as a keyboard and a mouse in a terminal such as a server or a client. Moreover, in a printing apparatus etc., a touch panel, a button, a switch, etc. are mentioned.

表示コントローラ206は、表示部210の表示を制御する。この表示部210としては、例えば、CRTや液晶等が挙げられる。   The display controller 206 controls display on the display unit 210. Examples of the display unit 210 include a CRT and a liquid crystal.

外部メモリコントローラ(MC)207は、ブートプログラム、各種のアプリケーション、フォントデータ、ユーザファイル、編集ファイル、プリンタドライバ等を記憶する外部メモリ211へのアクセスを制御する。加えて、各サーバあるいは各クライアントの各種機能を実現するための各種テーブル、パラメータが記憶されている。この外部メモリ211としては、ハードディスク(HD)やフロッピー(登録商標)ディスク(FD)、PCMCIAカードスロットにアダプタを介して接続されるコンパクトフラッシュ(登録商標)、スマートメディア等が挙げられる。   An external memory controller (MC) 207 controls access to an external memory 211 that stores a boot program, various applications, font data, user files, edit files, printer drivers, and the like. In addition, various tables and parameters for realizing various functions of each server or each client are stored. Examples of the external memory 211 include a hard disk (HD), a floppy (registered trademark) disk (FD), a compact flash (registered trademark) connected to a PCMCIA card slot via an adapter, and smart media.

通信I/Fコントローラ208は、ネットワーク103を介して外部機器との通信制御処理を実行する。   The communication I / F controller 208 executes communication control processing with an external device via the network 103.

本実施形態を実現するためのプログラム212は外部メモリ211に記録されており、必要に応じてRAM202にロードされることによりCPU201によって実行されるものである。さらに、プログラム212が用いる帳票ファイル213は外部メモリ211に格納されており、これらについての詳細な説明は後述する。   A program 212 for realizing the present embodiment is recorded in the external memory 211 and is executed by the CPU 201 by being loaded into the RAM 202 as necessary. Further, the form file 213 used by the program 212 is stored in the external memory 211, and detailed description thereof will be described later.

クライアントPC101、クライアントPC102のハードウェア構成も帳票サーバ100も同様である。しかし、プログラム212には帳票を表示するためのクライアントモジュールが含まれ、帳票サーバ100のものとは異なる。また、帳票ファイル213は表示するために必要な部分のみを帳票サーバ100との通信により受信するもので、クライアントPC101、クライアントPC102が元来保持していることはないものである点が異なる。   The hardware configuration of the client PC 101 and the client PC 102 is the same as that of the form server 100. However, the program 212 includes a client module for displaying a form and is different from that of the form server 100. Further, the form file 213 receives only a part necessary for display by communication with the form server 100, and is different in that the client PC 101 and the client PC 102 are not originally held.

帳票ファイル213は、帳票の表示用データであり、単独または複数のファイルによって構成され、単数または複数のページを含有している。帳票サーバ100の内部においては、複数の帳票ファイル213のうち同一種類のものをグループ化して管理しており、それぞれの帳票ファイル213はそのグループの中の世代と呼ばれる。   The form file 213 is form display data, is composed of one or a plurality of files, and contains one or a plurality of pages. Within the form server 100, the same type of a plurality of form files 213 are managed as a group, and each form file 213 is called a generation within the group.

セキュリティ位置格納部214は、アクセス制御を行う領域情報を格納するものである。セキュリティ情報格納部215は、アクセス制御を行う領域中に表示すべきデータを格納するものである。   The security location storage unit 214 stores area information for performing access control. The security information storage unit 215 stores data to be displayed in an area where access control is performed.

帳票ファイル213、セキュリティ位置格納部214及びセキュリティ情報格納部215は、帳票サーバ100内に格納されていてもよいし他のデータベースサーバに格納されていてもよい。   The form file 213, the security location storage unit 214, and the security information storage unit 215 may be stored in the form server 100 or may be stored in another database server.

図3は、本実施形態に係る電子帳票システムによる表示データの表示処理の基本的な流れを示すフローチャートである。   FIG. 3 is a flowchart showing a basic flow of display data display processing by the electronic form system according to the present embodiment.

上述したように、クライアントPC101、クライアントPC102及び帳票サーバ100は、ネットワーク103を介して相互に接続されている。そして、クライアントPC101及びクライアントPC102は、帳票サーバ100から提供される各種操作画面を介して、電子帳票表示に係る各種処理を実行する。その一例について、以下に説明する。   As described above, the client PC 101, the client PC 102, and the form server 100 are connected to each other via the network 103. Then, the client PC 101 and the client PC 102 execute various processes related to electronic form display via various operation screens provided from the form server 100. One example will be described below.

ステップS301において管理者クライアントPC101は、帳票サーバ100から提供される操作情報をブラウザを介して表示画面に表示し、管理者によってマウス等が操作されることにより選択される帳票ID等からなる帳票を特定する情報を帳票サーバ100へ送信する。   In step S301, the administrator client PC 101 displays the operation information provided from the form server 100 on the display screen via the browser, and generates a form including a form ID selected by operating the mouse or the like by the administrator. Information to be identified is transmitted to the form server 100.

帳票サーバ100は、ステップS302において、ステップS301で管理者クライアントPC101が送信した帳票を特定する情報を受信し、該当する管理者クライアントPC101での表示に必要な帳票データを上記帳票ID等に対応する帳票ファイル213から抽出し、管理者クライアントPC101へ送信する。   In step S302, the form server 100 receives information specifying the form transmitted by the administrator client PC 101 in step S301, and corresponds the form data necessary for display on the corresponding administrator client PC 101 to the form ID or the like. Extracted from the form file 213 and transmitted to the administrator client PC 101.

管理者クライアントPC101は、ステップS303において、帳票サーバ100から送信された帳票データから帳票イメージを表示部210に表示する。   In step S <b> 303, the administrator client PC 101 displays a form image from the form data transmitted from the form server 100 on the display unit 210.

ステップS304において、管理者がポインティングデバイス等を操作することにより表示された帳票の任意の領域が選択される。   In step S304, an arbitrary area of the form displayed by the administrator operating the pointing device or the like is selected.

図4に示すように、マウスのドラッグ操作等により表示される矩形破線で所望の範囲を囲むことにより、当該範囲が選択される(以下、選択された範囲を選択範囲という)。この選択範囲は、(左上、右下)の2点の座標を持つことで、範囲が定義される。この選択範囲は、マッチィングキー401、入力キー402、集計キー403など、複数の指定が可能である。   As shown in FIG. 4, a desired range is selected by surrounding a desired range with a rectangular broken line displayed by a mouse drag operation or the like (hereinafter, the selected range is referred to as a selection range). This selection range is defined by having the coordinates of two points (upper left and lower right). A plurality of selection ranges such as a matching key 401, an input key 402, and a total key 403 can be designated.

マッチィングキー401とは、一般ユーザがセキュリティ帳票を開くときに、ページ単位に参照許可ページかどうかの判断をする際に使用する範囲であり、この範囲内にある文字列を取得して、ユーザID等と比較する。   The matching key 401 is a range used when a general user opens a security form to determine whether or not the page is a reference-permitted page. A user ID is obtained by acquiring a character string within the range. Compare with etc.

入力キー402とは、この範囲内については、一般ユーザの入力を可能にするエリアである。例えば、一般ユーザが帳票を参照し、確認したならば、帳票にチェックをつけるなどの運用をする場合に使用する。   The input key 402 is an area that allows general users to input within this range. For example, if a general user refers to and confirms a form, it is used when performing operations such as checking the form.

集計キー403とは、管理者がこの帳票を参照するときに、図12に示すような加工した形式で帳票を参照したいとき等に用いる。   The total key 403 is used when the administrator wants to refer to the form in a processed form as shown in FIG. 12 when referring to the form.

選択範囲を決定後、管理者クライアントPC101は、帳票サーバ100に範囲矩形の位置情報(座標位置)を送信する。   After determining the selection range, the administrator client PC 101 transmits range rectangle position information (coordinate position) to the form server 100.

ステップS305において、位置情報を取得した帳票サーバ100は、セキュリティ位置格納部214にその情報を格納する。例えば、図5に示すような形式で位置情報テーブル500を格納する。尚、範囲矩形の位置情報を格納したレコードには、セキュリティ情報501項目(フィールド)に"1"が登録され、未だ範囲矩形の位置情報を格納していないレコードには、セキュリティ情報501項目に"0"が登録されている。   In step S <b> 305, the form server 100 that acquired the position information stores the information in the security position storage unit 214. For example, the position information table 500 is stored in a format as shown in FIG. It should be noted that “1” is registered in the security information 501 item (field) in the record storing the range rectangle position information, and the security information 501 item is stored in the record that does not yet store the range rectangle position information. 0 "is registered.

図6は、ホストから送信される帳票データからアクセス制御を行うデータを抽出し、セキュリティ情報格納部215に格納する処理の流れを示すフローチャートである。   FIG. 6 is a flowchart showing the flow of processing for extracting data for access control from form data transmitted from the host and storing it in the security information storage unit 215.

ホストから帳票データが帳票サーバ100に転送されてくると、帳票サーバ100上のスプールディレクトリに一旦格納される。   When form data is transferred from the host to the form server 100, it is temporarily stored in a spool directory on the form server 100.

格納された段階で、ステップS601において、帳票サーバ100は、帳票の登録処理を開始する。続くステップS602において、登録する帳票が「セキュリティ帳票」であるか「通常帳票」であるかの判断をする。この判断は、送られてきた帳票の帳票IDをキーにして、セキュリティ位置格納部214に格納されているセキュリティ情報501項目の"1"、"0"から判断する。   At the stored stage, in step S601, the form server 100 starts a form registration process. In subsequent step S602, it is determined whether the form to be registered is a “security form” or a “normal form”. This determination is made from “1” and “0” of the security information 501 items stored in the security location storage unit 214 using the form ID of the sent form as a key.

通常の帳票である場合(セキュリティ情報501項目"0")、通常の帳票として帳票ファイル213に記録する。なお、ここで仕分け処理を行ってもよい。仕分け処理では、帳票を取り込む際に、帳票を分割する処理を実施する。例えば、1000人社員がいるような会社においては、図14に示すように1000に帳票を分割する。   If it is a normal form (security information 501 item “0”), it is recorded in the form file 213 as a normal form. Here, the sorting process may be performed. In the sorting process, a process for dividing a form is performed when the form is fetched. For example, in a company with 1000 employees, the form is divided into 1000 as shown in FIG.

セキュリティ帳票である場合(セキュリティ情報501項目"1")、従来の帳票登録処理は発生せず、ステップS604にて、送られてきた帳票の帳票IDをキーにして、セキュリティ位置格納部214に格納されているマッチィングキー502項目、入力キー項目、集計キー504、505項目に格納されている座標情報を取得しRAM等に格納する。   If it is a security form (security information 501 item “1”), the conventional form registration process does not occur, and in step S604, the form ID of the sent form is stored as a key in the security location storage unit 214. The coordinate information stored in the matching key 502 item, the input key item, and the total key 504 and 505 items is acquired and stored in the RAM or the like.

ステップS605にて、送られてきた帳票データの1ページ目からページ単位で順次RAM等に読み込む。ステップS606にて、上記座標情報に基づいて、帳票データからキー位置(ここでは、マッチングキー502、入力キー503、集計キー504、504)内の文字等のデータを抽出する。   In step S605, the sent form data is sequentially read into the RAM or the like in page units from the first page. In step S606, based on the coordinate information, data such as characters in the key position (here, matching key 502, input key 503, totaling key 504, 504) is extracted from the form data.

ステップS607にて、抽出したこの取得した文字等のデータを当該帳票ファイルの種類と関連付けて図7に示すような帳票セキュリティテーブル700を作成・追記し、セキュリティ情報格納部215に格納する。尚、当該帳票データのうちステップS607で抽出されなかったデータ(帳票データ)は、セキュリティ情報格納部とは異なる記録領域或いは他の記録媒体に記録される。このように、選択領域内に該当するデータと、それ以外のデータとを分離保存することにより、帳票データが漏洩した場合でも、選択領域に含まれる機密的なデータの漏洩を防止することができる。   In step S607, the extracted character data or the like is associated with the type of the form file, and a form security table 700 as shown in FIG. 7 is created and added, and stored in the security information storage unit 215. Note that the data (form data) not extracted in step S607 out of the form data is recorded in a recording area different from the security information storage unit or another recording medium. As described above, by separating and storing data corresponding to the selected area and other data, it is possible to prevent leakage of confidential data included in the selected area even when form data is leaked. .

図8は、クライアントPC102を操作する一般ユーザが帳票ファイルを参照する際の流れを示すフローチャートである。   FIG. 8 is a flowchart showing a flow when a general user operating the client PC 102 refers to a form file.

ステップS801において、一般ユーザは、クライアントPC102の表示装置に表示されている操作画面を参照し、ユーザを識別認証するためのID、パスワード等を入力装置から入力する。   In step S <b> 801, the general user refers to the operation screen displayed on the display device of the client PC 102 and inputs an ID, password, and the like for identifying and authenticating the user from the input device.

クライアントPC102は、入力されたユーザID、パスワード等を帳票サーバ100へ送信する。   The client PC 102 transmits the input user ID, password, etc. to the form server 100.

ステップS802において、帳票サーバ100は、ステップS802において、ステップS801でクライアントPC102が送信した入力情報を受信し、ユーザID、パスワード等をチェックし、その一般ユーザが参照することができる帳票を一覧に表示するために必要な情報を、クライアントPC102へ送信する。なお、ユーザIDは、ステップS809において利用するためRAM等に保存しておく。   In step S802, the form server 100 receives the input information transmitted by the client PC 102 in step S801, checks the user ID, password, and the like, and displays a form that can be referred to by the general user in a list. Information necessary for the transmission is transmitted to the client PC 102. Note that the user ID is stored in a RAM or the like for use in step S809.

ステップS803において、クライアントPC102は、帳票サーバ100から送信される情報を受信し、図9に示すような、帳票一覧画面を表示装置に表示する。   In step S803, the client PC 102 receives the information transmitted from the form server 100, and displays a form list screen as shown in FIG. 9 on the display device.

ステップS804において、クライアントPC102は、一般ユーザによって選択された帳票について、その帳票を特定するための帳票ID等の情報を帳票サーバ100へ送信する。   In step S <b> 804, the client PC 102 transmits information such as a form ID for specifying the form to the form server 100 for the form selected by the general user.

ステップS805において、帳票サーバ100は、ステップS804において、クライアントPC102から送信された帳票ID等の情報を受信し、帳票データを展開する。ここで、帳票データを展開するとは、帳票ファイル213内から、クライアントPC102から送信された帳票ID等をキーにして、帳票を生成するために必要な帳票データを取得してRAM等に一時保存することをいう。   In step S805, the form server 100 receives information such as the form ID transmitted from the client PC 102 in step S804, and expands the form data. Here, expanding the form data refers to acquiring form data necessary for generating the form from the form file 213 using the form ID transmitted from the client PC 102 as a key, and temporarily storing it in the RAM or the like. That means.

ステップS806において、展開された帳票データから、ステップS804において、クライアントPC102によって選択された帳票がセキュリティ帳票であるか通常帳票であるかの判断をする。具体的には、ステップS805において受信した帳票ID情報をキーとして、セキュリティ位置格納部214に格納されている位置情報テーブル500を参照し判断する。   In step S806, it is determined from the expanded form data whether the form selected by the client PC 102 is a security form or a normal form in step S804. Specifically, it is determined by referring to the position information table 500 stored in the security position storage unit 214 using the form ID information received in step S805 as a key.

例えば、図9に示す帳票一覧から帳票ID「kyuuyo」が選択された場合において、「kyuuyo」をキーに図5に示す位置情報テーブル500を検索し、「kyuuyo」テーブルのセキュリティ情報501フィールドのフラグが"0"か"1"かによってセキュリティ帳票であるか通常帳票であるかの判断を行う。「kyuuyo」の場合、セキュリティ情報501フィールドは"1"であるため、セキュリティ帳票と判断される。通常帳票の場合は、ステップ807へ、セキュリティ帳票の場合は、ステップS808へ進む。   For example, when the form ID “kyyuyo” is selected from the form list shown in FIG. 9, the position information table 500 shown in FIG. 5 is searched using “kyyuyo” as a key, and the security information 501 field flag of the “kyyuyo” table is searched. Whether it is a security form or a normal form is determined based on whether “0” or “1”. In the case of “kyuyu”, the security information 501 field is “1”, so it is determined as a security form. If it is a normal form, the process proceeds to step 807, and if it is a security form, the process proceeds to step S808.

ステップS807において、帳票サーバ100は、ステップS805において展開した帳票データをクライアントPC102に送信する。   In step S807, the form server 100 transmits the form data expanded in step S805 to the client PC.

ステップS808〜ステップS810において、帳票サーバ100はページ単位(1ページ目から最終ページまで)でセキュリティチェックを行う。   In steps S808 to S810, the form server 100 performs a security check in units of pages (from the first page to the last page).

ステップS808において、ステップS805において受信した帳票ID情報及びチェックを行っている帳票のページ番号をキーにして、図7に示す帳票セキュリティテーブル700から帳票ID及びページが一致するレコードを検索し、一致したレコードのマッチング701フィールドに記録されている文字等のデータを取得する。   In step S808, using the form ID information received in step S805 and the page number of the form being checked as a key, a record with the same form ID and page is searched from the form security table 700 shown in FIG. Data such as characters recorded in the record matching 701 field is acquired.

ステップS809において、ステップS802において、受信したユーザIDとステップ808において取得した文字等のデータとマッチングを行う。   In step S809, matching is performed between the received user ID and data such as characters acquired in step 808 in step S802.

ステップS810において、ステップS809においてのマッチングで一致した場合は、そのレコードから入力702、集計1(703)、集計2(704)フィールドの文字等のデータを取得し、RAM等に記録する。ここでは、マッチング701フィールド内の文字データ等とユーザIDとが一致するならば「一致」、不一致ならば「不一致」と判断される。   In step S810, if matching is found in step S809, data such as characters in the input 702, total 1 (703), and total 2 (704) fields is acquired from the record and recorded in the RAM or the like. Here, if the character data in the matching 701 field and the user ID match, it is determined as “match”, and if they do not match, it is determined as “mismatch”.

ステップS810において、ステップS809においてのマッチングで不一致だった場合は、次のページに進む。なお、このときのステップS809において、ユーザIDとマッチング701フィールドの比較を行っているが、あくまで一例でありユーザID以外の他の情報であってもよい。また、マッチィング701フィールドとの比較は、数値であれば大小、また文字であれば当該文字を含むなど、様々な比較を行ってもよい。   In step S810, if there is a mismatch in the matching in step S809, the process proceeds to the next page. In step S809 at this time, the user ID and the matching 701 field are compared. However, the information is only an example and may be information other than the user ID. In addition, the comparison with the matching 701 field may be performed in various ways, for example, a numerical value is large or small, and a character is included in the character.

最終ページまで比較を行った後、ステップS811の処理にて、RAM等に格納されている帳票データをクライアントPC102へ送信する。ここで、ステップS810において、レコードから入力702、集計1(703)、集計2(704)フィールドの文字等のデータがRAM等に記録された場合は、これらの文字等のデータをステップS804において選択された帳票に合成する。   After the comparison is made up to the final page, the form data stored in the RAM or the like is transmitted to the client PC 102 in the process of step S811. If data such as characters in the input 702, total 1 (703), and total 2 (704) fields are recorded from the record in the RAM or the like in step S810, these characters or the like are selected in step S804. To the created form.

合成は、図5に示す位置情報テーブル500に基づいて、RAM等に記録されているマッチング701、入力702、集計1(703)、集計2(704)フィールドの文字等のデータを帳票データの該当するページの該当する領域に合成することになる。   The composition is based on the position information table 500 shown in FIG. 5, and data such as characters in the matching 701, input 702, total 1 (703), total 2 (704) fields recorded in the RAM etc. It will be combined with the corresponding area of the page to be.

ステップS812において、クライアントPC102は、帳票サーバ100から送信された帳票データを受信し、その帳票データから帳票イメージを作成して図10に示すような画面を表示装置上に表示する。なお、ステップS811において、マッチングで「一致」したページについては、図10に示すように人名コード1001、確認欄1002、振込み先1003、合計金額1004に文字等のデータが表示されるが、「不一致」のページについては何も表示されない。   In step S812, the client PC 102 receives the form data transmitted from the form server 100, creates a form image from the form data, and displays a screen as shown in FIG. 10 on the display device. In step S811, for pages that have been “matched” by matching, data such as characters is displayed in the personal name code 1001, the confirmation field 1002, the transfer destination 1003, and the total amount 1004 as shown in FIG. "Is not displayed on the page.

なお、「一致」するページがない場合は、ステップS811において帳票データを送信せず、エラー通知情報を送信してもよい。こうすることで不要な帳票データを送信する必要がなくなる。また、「一致」するページがある場合は、ステップS811において「不一致」のページを削除した上で、「一致」するページの帳票データのみを送信してもよい。こうすることでクライアントPC102は必要な帳票データのみを受信することができる。   If there is no “matching” page, error notification information may be transmitted without transmitting the form data in step S811. In this way, unnecessary form data need not be transmitted. If there is a “matching” page, the “mismatching” page may be deleted in step S811, and only the form data of the “matching” page may be transmitted. In this way, the client PC 102 can receive only necessary form data.

図11は、クライアントPC101を操作する管理者が帳票ファイルを参照する際の流れを示すフローチャートである。   FIG. 11 is a flowchart showing a flow when an administrator operating the client PC 101 refers to a form file.

ステップS1101において、管理者は、クライアントPC101の表示装置に表示されている操作画面を参照し、ユーザを識別認証するためのユーザID、パスワード等を入力装置から入力する。クライアントPC101は、入力されたユーザID、パスワード等を帳票サーバ100へ送信する。   In step S1101, the administrator refers to the operation screen displayed on the display device of the client PC 101, and inputs a user ID, password, and the like for identifying and authenticating the user from the input device. The client PC 101 transmits the input user ID, password, etc. to the form server 100.

ステップS1102において、帳票サーバ100は、ステップS1101でクライアントPC101が送信した入力情報を受信し、ユーザID、パスワード等をチェックし、全ての帳票を一覧に表示するために必要な情報を、クライアントPC101へ送信する。   In step S1102, the form server 100 receives the input information transmitted by the client PC 101 in step S1101, checks the user ID, password, and the like, and sends information necessary for displaying all forms to the list to the client PC 101. Send.

ステップS1103において、クライアントPC101は、帳票サーバ100から送信される情報を受信し、図9に示すような、帳票一覧画面を表示装置に表示する。   In step S1103, the client PC 101 receives information transmitted from the form server 100 and displays a form list screen as shown in FIG. 9 on the display device.

ステップS1104において、クライアントPC101は、管理者によって選択された帳票について、その帳票を特定するための帳票ID等の情報を帳票サーバ100へ送信する。   In step S <b> 1104, the client PC 101 transmits information such as a form ID for specifying the form to the form server 100 for the form selected by the administrator.

ステップS1105において、帳票サーバ100は、ステップS1104において、クライアントPC101から送信された帳票ID等の情報を受信し、選択された帳票がセキュリティ帳票であるか通常帳票であるかの判断をする。   In step S1105, the form server 100 receives information such as the form ID transmitted from the client PC 101 in step S1104, and determines whether the selected form is a security form or a normal form.

具体的には、ステップS1105において受信した帳票ID情報をキーとして、セキュリティ位置格納部214に格納されている位置情報500テーブルを参照し判断する。   Specifically, determination is made by referring to the position information 500 table stored in the security position storage unit 214 using the form ID information received in step S1105 as a key.

例えば、図9に示す帳票一覧から帳票ID「kyuuyo」が選択された場合において、「kyuuyo」をキーに図5に示す位置情報テーブル500を検索し、「kyuuyo」テーブルのセキュリティ情報501フィールドのフラグが"0"か"1"かによってセキュリティ帳票であるか通常帳票であるかの判断を行う。「kyuuyo」の場合、セキュリティ情報501フィールドは"1"であるため、セキュリティ帳票と判断される。   For example, when the form ID “kyyuyo” is selected from the form list shown in FIG. 9, the position information table 500 shown in FIG. 5 is searched using “kyyuyo” as a key, and the security information 501 field flag of the “kyyuyo” table is searched. Whether it is a security form or a normal form is determined based on whether “0” or “1”. In the case of “kyuyu”, the security information 501 field is “1”, so it is determined as a security form.

通常帳票の場合は、ステップS1105へ、セキュリティ帳票の場合は、ステップS1106へ進む。   If it is a normal form, the process proceeds to step S1105. If it is a security form, the process proceeds to step S1106.

ステップS1106において、セキュリティ位置格納部214に記録されている図5に示す位置情報テーブル500から表示キー(マッチングキー502、入力キー503、集計キー1(504)、集計キー2(505))を取得し、クライアントPC101に、帳票ID等の情報、表示キー及び表示キーの名称(例えば、「入力コード」、「確認欄」、「振込先」、「振込み金額」)等に関する情報を送信する。なお、表示キーの名称は、表示キーに関連付けられ外部メモリ211等に記録されている。   In step S1106, display keys (matching key 502, input key 503, total key 1 (504), total key 2 (505)) are acquired from position information table 500 shown in FIG. 5 recorded in security position storage unit 214. Then, the client PC 101 transmits information such as information such as the form ID, the display key and the display key name (for example, “input code”, “confirmation column”, “transfer destination”, “transfer amount”). The name of the display key is associated with the display key and recorded in the external memory 211 or the like.

ステップS1107において、クライアントPC101は、帳票サーバ100から送信される帳票ID等の情報、表示キー及び表示キーの名称等に関する情報を受信する。ここで、最初にクライアントPC101の表示装置にはステップS1104において選択した帳票を通常の帳票として表示するかアクセス制御を行っている部分が集計された状態で表示するかの選択を行うための画面(不図示)が表示される。   In step S <b> 1107, the client PC 101 receives information such as the form ID, the display key, and the name of the display key transmitted from the form server 100. Here, on the display device of the client PC 101, a screen for selecting whether to display the form selected in step S1104 as a normal form or to display the part for which access control is being aggregated ( (Not shown) is displayed.

管理者によって、アクセス制御を行っている部分が集計された状態で表示すると選択された場合は、受信した帳票ID等の情報、表示キー及び表示キーの名称等に関する情報に基づいて、図12に示すような画面を表示装置に表示する。   If it is selected by the administrator to display the part for which access control is being performed in the aggregated state, based on the received information such as the form ID, the display key, and the information related to the name of the display key, FIG. A screen as shown is displayed on the display device.

管理者は、表示画面1200を参照し、いずれか一つ又は複数の表示キーを選択する。クライアントPC101は、選択された表示キー情報を帳票サーバ100に送信する。なお、通常の帳票として表示すると選択された場合は、通常の帳票として表示するとの情報を送信する。   The administrator refers to the display screen 1200 and selects any one or a plurality of display keys. The client PC 101 transmits the selected display key information to the form server 100. If it is selected to be displayed as a normal form, information indicating that it is displayed as a normal form is transmitted.

帳票サーバ100は、ステップS1105にて通常帳票と判断された場合、又は、ステップS1107にて通常の帳票として表示すると選択された場合は、ステップS1108において、ステップS1104にて選択された帳票に関する帳票データを帳票ファイル213から取得してRAM等に展開し、クライアントPC101に送信する。ここで、帳票データを展開するとは、帳票ファイル213内から、クライアントPC101から送信された帳票ID等をキーにして、帳票を生成するために必要な帳票データを取得してRAM等に一時保存することをいう。なお、ステップS911にて通常の帳票として表示すると選択された場合は、セキュリティ情報格納部215に分離して記録されているデータを帳票データに合成した後、クライアントPC101に送信する。   If the form server 100 determines that the form is a normal form in step S1105, or if it is selected to be displayed as a normal form in step S1107, the form data related to the form selected in step S1104 in step S1108. Is obtained from the form file 213, expanded in a RAM or the like, and transmitted to the client PC 101. Here, expanding the form data refers to obtaining form data necessary for generating the form from the form file 213 using the form ID transmitted from the client PC 101 as a key, and temporarily storing it in the RAM or the like. That means. If it is selected to display as a normal form in step S911, the data separated and recorded in the security information storage unit 215 is combined with the form data and then transmitted to the client PC 101.

一方、ステップS1107において表示キーが選択された場合は、ステップS1110にて、アクセス制御を行っている部分が集計された状態で表示されるために必要な情報を、セキュリティ情報格納部215に記録されている図7に示す帳票セキュリティテーブル700から取得する。   On the other hand, if the display key is selected in step S1107, information necessary for displaying the part for which access control is being performed in the aggregated state is recorded in the security information storage unit 215 in step S1110. It is acquired from the form security table 700 shown in FIG.

例えば、ステップS1107において、表示キーとして「マッチング」、「入力」、「集計1」、「集計2」が選択された場合は、図7に示す帳票セキュリティテーブル700から選択された項目に該当するデータのうち当該世代のデータを取得してRAM等に展開し、クライアントPC101に送信する。   For example, if “matching”, “input”, “total 1”, “total 2” is selected as the display key in step S1107, the data corresponding to the item selected from the form security table 700 shown in FIG. The data of the generation is acquired, expanded in a RAM or the like, and transmitted to the client PC 101.

ステップS1109において、クライアントPC101は、受信したデータに応じた表示画面を表示装置に表示する。   In step S1109, the client PC 101 displays a display screen corresponding to the received data on the display device.

ステップS1107において表示キーを選択していた場合は、ステップS1111にて図13に示すような集計表が表示されることになる。   If the display key is selected in step S1107, a tabulation table as shown in FIG. 13 is displayed in step S1111.

本実施形態によれば、アクセス制御を行うユーザ毎に帳票ファイルを分割する必要がないので、無駄なシステムリソースの消費を防ぐことができるとともに、単一ファイルであることにより、管理者が帳票ファイルを参照・検索する際の手間を削減することができる。   According to the present embodiment, since it is not necessary to divide a form file for each user who performs access control, it is possible to prevent wasteful use of system resources, and the administrator can create a form file by using a single file. It is possible to reduce the trouble of referring to / searching for.

また、ホストから帳票データを取得した際にアクセス制御を行う領域内のデータを別のデータベースに分離保存して、利用者が帳票ファイルにアクセスした際に合成する方法であるため、帳票ファイルが漏洩したとしても所定領域内のデータが見られることはない。   In addition, when the form data is acquired from the host, the data in the area where access control is performed is stored separately in a separate database and combined when the user accesses the form file, so the form file is leaked. Even if it does, the data in the predetermined area will not be seen.

更には、定期的に送信されてくる一連の帳票データは、電子帳票システムにおいては同一帳票名で関連付けられて複数世代保存され、複数世代の帳票ファイルを参照する場合であっても、手間をかけることなく容易に参照することができる。   Furthermore, a series of form data periodically transmitted is associated with the same form name in the electronic form system and stored for a plurality of generations, which takes time even when referring to a plurality of generation form files. You can easily refer to it without.

また、本実施形態においては、例えば、図8のステップS804において、複数世代の帳票を選択させたり、ダイアログ画面を表示し複数世代の表示を選択させ、ステップS808〜ステップS810の処理を世代毎に行なうことにより、ステップS812における帳票イメージ表示を1世代のみではなく、複数世代に渡って表示させることもできる。   In the present embodiment, for example, in step S804 in FIG. 8, a plurality of generations are selected, or a dialog screen is displayed to select a plurality of generations, and the processing in steps S808 to S810 is performed for each generation. By doing so, the form image display in step S812 can be displayed not only for one generation but also for a plurality of generations.

同じように、管理者側では、図11のステップS1104において複数世代を選択させること等により、ステップS1108で展開する帳票データ又はステップS1110で取得する選択されたデータを複数世代に渡り取得することにより、ステップS1109におけるイメージ表示又はステップS1111における集計イメージ表示を複数世代分表示させることも可能となる。   Similarly, the administrator side obtains the form data developed in step S1108 or the selected data acquired in step S1110 over a plurality of generations by selecting a plurality of generations in step S1104 in FIG. The image display in step S1109 or the total image display in step S1111 can be displayed for a plurality of generations.

ページ範囲を指定した表示も可能とする。また、管理者の帳票参照においては、帳票の全ページを加工するのではなく、ページを指定しての表示も可能とすることも出来る。この場合は、図11のステップS1104において帳票を選択させると同時に、ダイアログ画面を表示するなどして、表示するページ範囲を管理者に選択させる。そして、最終的に表示される図13等の一覧は選択したページ範囲のみとすることが出来る。このようにページ範囲を指定することは、帳票のページが企業の部門や店舗毎に連続している場合に、特定の部門・店舗のみのデータを表示したい場合などに有効となる。   Display with a specified page range is also possible. Also, when referring to the form of the administrator, it is possible to display by designating a page instead of processing all the pages of the form. In this case, at the same time as selecting the form in step S1104 of FIG. 11, the administrator selects the page range to be displayed by displaying a dialog screen or the like. The list shown in FIG. 13 or the like finally displayed can be only the selected page range. Specifying the page range in this way is effective when it is desired to display data of only a specific department / store when the page of the form is continuous for each department or store of the company.

帳票検索をした結果を表示する。またページの範囲指定ではなく、帳票を検索しヒットしたページのみについて一覧を作成することもできる。   Display the results of a form search. Also, instead of specifying a range of pages, it is also possible to create a list only for pages found by searching for forms.

尚、上記では、データファイルとして帳票ファイルを例に挙げて説明しているが、本発明は、帳票ファイル以外の例えば画像ファイルにも適用することができる。この場合、画像ファイルからOCR(Optical Character Reader)によって機密情報である文字データを抽出し、当該画像ファイルに対するアクセス指示に応じて当該画像ファイル内の画像データと抽出された文字データとを合成することにより、上記実施形態と同様の効果を奏することが可能となる。   In the above description, a form file is described as an example of the data file. However, the present invention can also be applied to, for example, an image file other than the form file. In this case, character data that is confidential information is extracted from the image file by OCR (Optical Character Reader), and the image data in the image file and the extracted character data are combined in accordance with an access instruction to the image file. Thus, the same effects as those of the above embodiment can be obtained.

また、本発明の目的は、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体を、システム或いは装置に供給し、そのシステム或いは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読み出し実行することによっても、達成されることは言うまでもない。   Another object of the present invention is to supply a storage medium storing software program codes for realizing the functions of the above-described embodiments to a system or apparatus, and the computer (or CPU or MPU) of the system or apparatus stores the storage medium. Needless to say, this can also be achieved by reading and executing the program code stored in.

この場合、記憶媒体から読み出されたプログラムコード自体が前述した実施形態の機能を実現することになり、プログラムコード自体及びそのプログラムコードを記憶した記憶媒体は本発明を構成することになる。   In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the program code itself and the storage medium storing the program code constitute the present invention.

プログラムコードを供給するための記憶媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、CD−R、磁気テープ、不揮発性のメモリカード、ROM等を用いることができる。   As a storage medium for supplying the program code, for example, a flexible disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a CD-R, a magnetic tape, a nonvolatile memory card, a ROM, or the like can be used.

また、コンピュータが読み出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼動しているOS(基本システム或いはオペレーティングシステム)などが実際の処理の一部又は全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also an OS (basic system or operating system) running on the computer based on the instruction of the program code. Needless to say, a case where the functions of the above-described embodiment are realized by performing part or all of the actual processing and the processing is included.

さらに、記憶媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部又は全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, after the program code read from the storage medium is written in a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, the function is determined based on the instruction of the program code. It goes without saying that the CPU or the like provided in the expansion board or function expansion unit performs part or all of the actual processing and the functions of the above-described embodiments are realized by the processing.

本発明の一実施形態に係る電子帳票システムの構成を示す図である。It is a figure which shows the structure of the electronic form system which concerns on one Embodiment of this invention. 帳票サーバ100、各クライアントPC1010、102内におけるコンピュータシステムのハードウェア構成を説明するための図である。2 is a diagram for explaining a hardware configuration of a computer system in a form server 100 and client PCs 1010 and 102. FIG. 電子帳票システムによる表示データの表示処理の基本的な流れを示すフローチャートである。It is a flowchart which shows the basic flow of the display process of the display data by an electronic form system. マウス等のドラッグ操作により表示画面上で選択される選択範囲を説明するための図である。It is a figure for demonstrating the selection range selected on a display screen by drag operation, such as a mouse | mouth. 位置情報テーブルの一構成例を示す図である。It is a figure which shows the example of 1 structure of a position information table. ホストから送信される帳票データからアクセス制御を行うデータを抽出し、セキュリティ情報格納部に格納する処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the process which extracts the data which perform access control from the form data transmitted from a host, and stores it in a security information storage part. 帳票セキュリティテーブルの一構成例を示す図である。It is a figure which shows the example of 1 structure of a form security table. 一般ユーザが帳票ファイルを参照する際におけるクライアントPCの処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of client PC when a general user refers to a form file. 帳票一覧画面の表示例を示す図である。It is a figure which shows the example of a display of a form list screen. 表示画面上に表示される帳票イメージの構成例を示す図である。It is a figure which shows the structural example of the form image displayed on a display screen. 管理者が帳票ファイルを参照する際におけるクライアントPCの流れを示すフローチャートである。It is a flowchart which shows the flow of client PC when an administrator refers to a form file. 表示キーの選択画面の表示例を示す図である。It is a figure which shows the example of a display of the selection screen of a display key. 表示画面上に表示される集計表イメージの構成例を示す図である。It is a figure which shows the structural example of the summary table image displayed on a display screen. 分割された帳票ファイルを模式的に示す図である。It is a figure which shows the divided | segmented form file typically.

符号の説明Explanation of symbols

100:帳票サーバ
101、102:クライアントPC
103:ネットワーク
201:CPU
202:RAM
203:ROM
204:システムバス
205:入力コントローラ
206:表示コントローラ
207:外部メモリコントローラ
208:通信I/Fコントローラ
209:入力部
210:表示部
211:外部メモリ
212:プログラム
213:帳票ファイル
214:セキュリティ位置格納部
215:セキュリティ情報格納部
100: Form server 101, 102: Client PC
103: Network 201: CPU
202: RAM
203: ROM
204: System bus 205: Input controller 206: Display controller 207: External memory controller 208: Communication I / F controller 209: Input unit 210: Display unit 211: External memory 212: Program 213: Form file 214: Security position storage unit 215 : Security information storage

Claims (4)

帳票ファイルに対するアクセス制御を行う領域の位置情報と、認証に用いられる文字が配置される領域の位置情報と位置情報テーブルに記録する領域情報記録手段と、
入力される前記帳票ファイルを構成する複数ページにそれぞれ配置される帳票データから、それぞれのページの前記領域情報記録手段に記録される前記アクセス制御を行う領域内に配置される帳票データを抽出する抽出手段と、
前記抽出手段により抽出される帳票データと、該抽出される帳票データが配置されたページとを対応付けてセキュリティ情報ファイルとして記録する第1の記録手段と、
前記帳票ファイルを構成する帳票データのうち、前記抽出手段により抽出される前記アクセス制御を行う領域に配置される帳票データ以外の帳票データを、前記セキュリティ情報ファイルとは分離して記録する第2の記録手段と、
クライアントからの前記帳票ファイルに対するアクセス指示を受け付けるアクセス指示受付手段と、
前記アクセス指示受付手段により受け付けたアクセス指示に含まれる利用者の識別情報と、該アクセス指示を受け付けた前記帳票ファイルの前記位置情報テーブルに記憶される認証に用いられる文字が配置される領域に配置された文字とを用いて、セキュリティ情報ファイルから前記利用者がアクセス可能な帳票データが記憶されるページを特定し、該特定したページの帳票データを取得する取得手段と、
前記アクセス指示受付手段によりアクセス指示を受け付けた前記帳票ファイルを、前記利用者がアクセス可能なページの前記領域情報記録手段により記憶される領域には前記抽出手段により抽出された帳票データを前記クライアント端末において表示させ、前記利用者がアクセス可能なページ以外のページの前記領域情報記録手段により記憶される領域には前記抽出手段により抽出された帳票データを前記クライアント端末において表示させないようにさせるべく、前記利用者がアクセス可能なページについては、前記取得手段により取得されたページの帳票データと、前記第2の記録手段に記録される帳票データとを合成し、前記利用者がアクセス可能なページ以外のページについては、前記抽出手段により抽出された帳票データを用いずに前記第2の記録手段に記録される帳票データを出力することで、該アクセス指示を受け付けた前記帳票ファイルの全ページの帳票データを合成及び出力する合成手段と、
前記合成手段により合成された帳票データを前記クライアントへ送信する送信手段とを有することを特徴とする情報処理装置。
Area information recording means for recording, in a position information table, position information of an area for controlling access to the form file and position information of an area in which characters used for authentication are arranged ;
Extraction that extracts form data arranged in the area to be subjected to the access control recorded in the area information recording unit of each page from the form data arranged in each of a plurality of pages constituting the input form file Means,
First recording means for associating and recording form data extracted by the extracting means and a page on which the extracted form data is arranged as a security information file;
A form data other than the form data arranged in the area for performing the access control extracted by the extraction unit among the form data constituting the form file is recorded separately from the security information file. Recording means;
Access instruction receiving means for receiving an access instruction for the form file from the client;
Arranged in the area where the identification information of the user included in the access instruction received by the access instruction receiving means and the character used for authentication stored in the location information table of the form file that received the access instruction are arranged by using the character, an acquisition unit for the user from the security information file identifies the page accessible form data is stored, and acquires the form data of the page where the specified
The form file extracted by the extracting unit is stored in the area stored in the area information recording unit of the page accessible by the user, and the client terminal receives the form file received by the access instruction receiving unit. In order to prevent the form data extracted by the extraction means from being displayed on the client terminal in the area stored by the area information recording means of a page other than the page accessible by the user. For pages that can be accessed by the user, the form data of the page acquired by the acquisition unit and the form data recorded in the second recording unit are combined, and the page other than the page accessible by the user For pages, do not use the form data extracted by the extraction means By outputting the document data to be recorded in the second recording means, synthesizing means for synthesizing and outputting the document data of all pages of the document file which has received the access instruction,
An information processing apparatus comprising: a transmitting unit that transmits the form data combined by the combining unit to the client.
入力される帳票ファイルを構成する帳票データを管理する情報管理装置と一又は複数の情報処理装置とが通信ネットワークを介して通信可能な情報処理システムであって、
帳票ファイルに対するアクセス制御を行う領域の位置情報と、認証に用いられる文字が配置される領域の位置情報と位置情報テーブルに記録する領域情報記録手段と、
入力される前記帳票ファイルを構成する複数ページにそれぞれ配置される帳票データから、それぞれのページの前記領域情報記録手段に記録される前記アクセス制御を行う領域内に配置される帳票データを抽出する抽出手段と、
前記抽出手段により抽出される帳票データと、該抽出される帳票データが配置されたページとを対応付けてセキュリティ情報ファイルとして記録する第1の記録手段と、
前記帳票ファイルを構成する帳票データのうち、前記抽出手段により抽出される前記アクセス制御を行う領域に配置される帳票データ以外の帳票データを、前記セキュリティ情報ファイルとは分離して記録する第2の記録手段と、
クライアントからの前記帳票ファイルに対するアクセス指示を受け付けるアクセス指示受付手段と、
前記アクセス指示受付手段により受け付けたアクセス指示に含まれる利用者の識別情報と、該アクセス指示を受け付けた前記帳票ファイルの前記位置情報テーブルに記憶される認証に用いられる文字が配置される領域に配置された文字とを用いて、セキュリティ情報ファイルから前記利用者がアクセス可能な帳票データが記憶されるページを特定し、該特定したページの帳票データを取得する取得手段と、
前記アクセス指示受付手段によりアクセス指示を受け付けた前記帳票ファイルを、前記利用者がアクセス可能なページの前記領域情報記録手段により記憶される領域には前記抽出手段により抽出された帳票データを前記クライアント端末において表示させ、前記利用者がアクセス可能なページ以外のページの前記領域情報記録手段により記憶される領域には前記抽出手段により抽出された帳票データを前記クライアント端末において表示させないようにさせるべく、前記利用者がアクセス可能なページについては、前記取得手段により取得されたページの帳票データと、前記第2の記録手段に記録される帳票データとを合成し、前記利用者がアクセス可能なページ以外のページについては、前記抽出手段により抽出された帳票データを用いずに前記第2の記録手段に記録される帳票データを出力することで、該アクセス指示を受け付けた前記帳票ファイルの全ページの帳票データを合成及び出力する合成手段と、
前記合成手段により合成された帳票データを前記クライアントへ送信する送信手段とを有することを特徴とする情報処理システム。
An information processing system in which an information management apparatus that manages form data constituting an input form file and one or a plurality of information processing apparatuses can communicate via a communication network,
Area information recording means for recording, in a position information table, position information of an area for controlling access to the form file and position information of an area in which characters used for authentication are arranged ;
Extraction that extracts form data arranged in the area to be subjected to the access control recorded in the area information recording unit of each page from the form data arranged in each of a plurality of pages constituting the input form file Means,
First recording means for associating and recording form data extracted by the extracting means and a page on which the extracted form data is arranged as a security information file;
A form data other than the form data arranged in the area for performing the access control extracted by the extraction unit among the form data constituting the form file is recorded separately from the security information file. Recording means;
Access instruction receiving means for receiving an access instruction for the form file from the client;
Arranged in the area where the identification information of the user included in the access instruction received by the access instruction receiving means and the character used for authentication stored in the location information table of the form file that received the access instruction are arranged by using the character, an acquisition unit for the user from the security information file identifies the page accessible form data is stored, and acquires the form data of the page where the specified
The form file extracted by the extracting unit is stored in the area stored in the area information recording unit of the page accessible by the user, and the client terminal receives the form file received by the access instruction receiving unit. In order to prevent the form data extracted by the extraction means from being displayed on the client terminal in the area stored by the area information recording means of a page other than the page accessible by the user. For pages that can be accessed by the user, the form data of the page acquired by the acquisition unit and the form data recorded in the second recording unit are combined, and the page other than the page accessible by the user For pages, do not use the form data extracted by the extraction means By outputting the document data to be recorded in the second recording means, synthesizing means for synthesizing and outputting the document data of all pages of the document file which has received the access instruction,
An information processing system comprising: transmitting means for transmitting the form data synthesized by the synthesizing means to the client.
帳票ファイルに対するアクセス制御を行う領域の位置情報と、認証に用いられる文字が配置される領域の位置情報と位置情報テーブルに記録する領域情報記録ステップと、
入力される前記帳票ファイルを構成する複数ページにそれぞれ配置される帳票データから、それぞれのページの前記領域情報記録ステップに記録される前記アクセス制御を行う領域内に配置される帳票データを抽出する抽出ステップと、
前記抽出ステップにより抽出される帳票データと、該抽出される帳票データが配置されたページとを対応付けてセキュリティ情報ファイルとして記録する第1の記録ステップと、
前記帳票ファイルを構成する帳票データのうち、前記抽出ステップにより抽出される前記アクセス制御を行う領域に配置される帳票データ以外の帳票データを、前記セキュリティ情報ファイルとは分離して記録する第2の記録ステップと、
クライアントからの前記帳票ファイルに対するアクセス指示を受け付けるアクセス指示受付ステップと、
前記アクセス指示受付ステップにより受け付けたアクセス指示に含まれる利用者の識別情報と、該アクセス指示を受け付けた前記帳票ファイルの前記位置情報テーブルに記憶される認証に用いられる文字が配置される領域に配置された文字とを用いて、セキュリティ情報ファイルから前記利用者がアクセス可能な帳票データが記憶されるページを特定し、該特定したページの帳票データを取得する取得ステップと、
前記アクセス指示受付ステップによりアクセス指示を受け付けた前記帳票ファイルを、前記利用者がアクセス可能なページの前記領域情報記録ステップにより記憶される領域には前記抽出ステップにより抽出された帳票データを前記クライアント端末において表示させ、前記利用者がアクセス可能なページ以外のページの前記領域情報記録ステップにより記憶される領域には前記抽出ステップにより抽出された帳票データを前記クライアント端末において表示させないようにさせるべく、前記利用者がアクセス可能なページについては、前記取得ステップにより取得されたページの帳票データと、前記第2の記録ステップにより記録される帳票データとを合成し、前記利用者がアクセス可能なページ以外のページについては、前記抽出ステップにより抽出された帳票データを用いずに前記第2の記録ステップにより記録される帳票データを出力することで、該アクセス指示を受け付けた前記帳票ファイルの全ページの帳票データを合成及び出力する合成ステップと、
前記合成ステップにより合成された帳票データを前記クライアントへ送信する送信ステップとを有することを特徴とする情報処理方法。
An area information recording step for recording, in the position information table, position information of an area for controlling access to the form file and position information of an area in which characters used for authentication are arranged ;
Extraction that extracts form data arranged in the area for performing the access control recorded in the area information recording step of each page from the form data arranged on each of a plurality of pages constituting the input form file Steps,
A first recording step of recording the form data extracted in the extraction step in association with a page on which the extracted form data is arranged as a security information file;
The form data other than the form data arranged in the area for performing the access control extracted in the extraction step among the form data constituting the form file is recorded separately from the security information file. Recording step;
An access instruction receiving step for receiving an access instruction for the form file from the client;
Arranged in the area where the identification information of the user included in the access instruction received by the access instruction reception step and the character used for authentication stored in the position information table of the form file that received the access instruction are arranged by using the character, an acquisition step of the user from the security information file identifies the page accessible form data is stored, and acquires the form data of the page where the specified
The form file extracted in the extraction step is stored in the area stored in the area information recording step of the page accessible by the user, and the form data extracted in the extraction step is stored in the client terminal. In order to prevent the form data extracted by the extraction step from being displayed on the client terminal in the area stored by the area information recording step of a page other than the page accessible by the user. For pages accessible by the user, the form data of the page acquired by the acquisition step and the form data recorded by the second recording step are combined, and the page other than the page accessible by the user For pages, the extraction step The second recording by outputting a form data recorded by step, synthesis step of synthesizing and outputs the form data of all pages of the document file which has received the access instruction without using form data extracted by When,
And a transmitting step of transmitting the form data combined in the combining step to the client.
帳票ファイルに対するアクセス制御を行う領域の位置情報と、認証に用いられる文字が配置される領域の位置情報と位置情報テーブルに記録する領域情報記録手段と、
入力される前記帳票ファイルを構成する複数ページにそれぞれ配置される帳票データから、それぞれのページの前記領域情報記録手段に記録される前記アクセス制御を行う領域内に配置される帳票データを抽出する抽出手段と、
前記抽出手段により抽出される帳票データと、該抽出される帳票データが配置されたページとを対応付けてセキュリティ情報ファイルとして記録する第1の記録手段と、
前記帳票ファイルを構成する帳票データのうち、前記抽出手段により抽出される前記アクセス制御を行う領域に配置される帳票データ以外の帳票データを、前記セキュリティ情報ファイルとは分離して記録する第2の記録手段と、
クライアントからの前記帳票ファイルに対するアクセス指示を受け付けるアクセス指示受付手段と、
前記アクセス指示受付手段により受け付けたアクセス指示に含まれる利用者の識別情報と、該アクセス指示を受け付けた前記帳票ファイルの前記位置情報テーブルに記憶される認証に用いられる文字が配置される領域に配置された文字とを用いて、セキュリティ情報ファイルから前記利用者がアクセス可能な帳票データが記憶されるページを特定し、該特定したページの帳票データを取得する取得手段と、
前記アクセス指示受付手段によりアクセス指示を受け付けた前記帳票ファイルを、前記利用者がアクセス可能なページの前記領域情報記録手段により記憶される領域には前記抽出手段により抽出された帳票データを前記クライアント端末において表示させ、前記利用者がアクセス可能なページ以外のページの前記領域情報記録手段により記憶される領域には前記抽出手段により抽出された帳票データを前記クライアント端末において表示させないようにさせるべく、前記利用者がアクセス可能なページについては、前記取得手段により取得されたページの帳票データと、前記第2の記録手段に記録される帳票データとを合成し、前記利用者がアクセス可能なページ以外のページについては、前記抽出手段により抽出された帳票データを用いずに前記第2の記録手段に記録される帳票データを出力することで、該アクセス指示を受け付けた前記帳票ファイルの全ページの帳票データを合成及び出力する合成手段と、
前記合成手段により合成された帳票データを前記クライアントへ送信する送信手段としてコンピュータを機能させるためのプログラム。
Area information recording means for recording, in a position information table, position information of an area for controlling access to the form file and position information of an area in which characters used for authentication are arranged ;
Extraction that extracts form data arranged in the area to be subjected to the access control recorded in the area information recording unit of each page from the form data arranged in each of a plurality of pages constituting the input form file Means,
First recording means for associating and recording form data extracted by the extracting means and a page on which the extracted form data is arranged as a security information file;
A form data other than the form data arranged in the area for performing the access control extracted by the extraction unit among the form data constituting the form file is recorded separately from the security information file. Recording means;
Access instruction receiving means for receiving an access instruction for the form file from the client;
Arranged in the area where the identification information of the user included in the access instruction received by the access instruction receiving means and the character used for authentication stored in the location information table of the form file that received the access instruction are arranged by using the character, an acquisition unit for the user from the security information file identifies the page accessible form data is stored, and acquires the form data of the page where the specified
The form file extracted by the extracting unit is stored in the area stored in the area information recording unit of the page accessible by the user, and the client terminal receives the form file received by the access instruction receiving unit. In order to prevent the form data extracted by the extraction means from being displayed on the client terminal in the area stored by the area information recording means of a page other than the page accessible by the user. For pages that can be accessed by the user, the form data of the page acquired by the acquisition unit and the form data recorded in the second recording unit are combined, and the page other than the page accessible by the user For pages, do not use the form data extracted by the extraction means By outputting the document data to be recorded in the second recording means, synthesizing means for synthesizing and outputting the document data of all pages of the document file which has received the access instruction,
A program for causing a computer to function as transmission means for transmitting form data combined by the combining means to the client.
JP2004154976A 2004-05-25 2004-05-25 Information processing apparatus, information processing system, information processing method, and program Expired - Fee Related JP4248447B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004154976A JP4248447B2 (en) 2004-05-25 2004-05-25 Information processing apparatus, information processing system, information processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004154976A JP4248447B2 (en) 2004-05-25 2004-05-25 Information processing apparatus, information processing system, information processing method, and program

Publications (2)

Publication Number Publication Date
JP2005339042A JP2005339042A (en) 2005-12-08
JP4248447B2 true JP4248447B2 (en) 2009-04-02

Family

ID=35492564

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004154976A Expired - Fee Related JP4248447B2 (en) 2004-05-25 2004-05-25 Information processing apparatus, information processing system, information processing method, and program

Country Status (1)

Country Link
JP (1) JP4248447B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007179201A (en) * 2005-12-27 2007-07-12 Canon Marketing Japan Inc Electronic document management device, search result output method, program, and storage medium
JP4589972B2 (en) * 2008-01-11 2010-12-01 株式会社東芝 Entry screen display system, entry screen display method, form management server

Also Published As

Publication number Publication date
JP2005339042A (en) 2005-12-08

Similar Documents

Publication Publication Date Title
US20080282160A1 (en) Designated screen capturing and automatic image exporting
JP2009123118A (en) Information processor, display control method, and program
JP6248404B2 (en) Information processing apparatus, processing method, program.
JP2020021249A (en) Information processing system, server, methods for controlling the same, and program
JP2009080525A (en) Image processor, document data management method, program, and storage medium
US20090059276A1 (en) Instruction information management method, instruction information management apparatus, printing apparatus, printing system and computer readable medium
KR100694111B1 (en) Method and apparatus for generating folder in builtin storing device of image forming apparatus, and method and apparatus for storing data using it
JP2005174211A (en) Information processing apparatus and information processing method
JP2007323191A (en) Printing system, information processor, print log information extraction method, and program
JP2011198245A (en) Document management system
JP2009252041A (en) Business form image management system, method, and program
US20060143321A1 (en) Apparatus and method for managing peripheral device using auto-generated metadata
JP4248447B2 (en) Information processing apparatus, information processing system, information processing method, and program
JP5215160B2 (en) Information processing apparatus, control method thereof, and program
JP2000099535A (en) Picture retrieval device and method, and computer readable memory
JPH11184742A (en) Image processor and image data processing method in the same
JP2009163455A (en) Business form system, business form server, information processor, method for controlling business form server, and method for controlling information processor, and program
JP2005107635A (en) Electronic form input system, method and program, and medium
JP2000099234A (en) Image retrieval device, image retrieval method and computer-readable memory
EP4054166A1 (en) Information processing apparatus, information processing program, and information processing method
JP2010129031A (en) Apparatus, system and program for processing image
JP6572984B2 (en) Electronic form system, form retrieval apparatus, control method, and program
JP2019139463A (en) Information management device
JP6951988B2 (en) Mail composer, information processing system, its control method and program
JP5223328B2 (en) Information management apparatus, information management method, and program thereof

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20071101

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20071120

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080121

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080916

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20081117

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20090113

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120123

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120123

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130123

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140123

Year of fee payment: 5

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees