JP4356859B2 - Form processing apparatus and program thereof, form definition information creation apparatus and program thereof - Google Patents
Form processing apparatus and program thereof, form definition information creation apparatus and program thereof Download PDFInfo
- Publication number
- JP4356859B2 JP4356859B2 JP2001193064A JP2001193064A JP4356859B2 JP 4356859 B2 JP4356859 B2 JP 4356859B2 JP 2001193064 A JP2001193064 A JP 2001193064A JP 2001193064 A JP2001193064 A JP 2001193064A JP 4356859 B2 JP4356859 B2 JP 4356859B2
- Authority
- JP
- Japan
- Prior art keywords
- output
- information
- input
- data
- control information
- 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 - Lifetime
Links
- 238000012545 processing Methods 0.000 title claims description 101
- 238000000034 method Methods 0.000 claims description 55
- 238000006243 chemical reaction Methods 0.000 claims description 18
- 238000012795 verification Methods 0.000 claims description 14
- 238000004364 calculation method Methods 0.000 description 21
- 238000010586 diagram Methods 0.000 description 17
- 238000012423 maintenance Methods 0.000 description 6
- 238000013507 mapping Methods 0.000 description 6
- 238000010276 construction Methods 0.000 description 2
- 239000000284 extract Substances 0.000 description 2
- 239000000463 material Substances 0.000 description 2
- 230000005856 abnormality Effects 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000013479 data entry Methods 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000007726 management method Methods 0.000 description 1
- 230000008520 organization Effects 0.000 description 1
Images
Landscapes
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Description
【0001】
【発明の属する技術分野】
本発明は、帳票処理装置及びそのプログラム、帳票定義情報作成装置及びそのプログラムに関し、特に、帳票入力及び帳票出力において共通化した帳票についての帳票定義情報を用いる帳票処理装置及びそのプログラムと、この共通化された帳票の定義情報を作成する帳票定義情報作成装置及びそのプログラムとに関する。
【0002】
【従来の技術】
図17は、従来技術説明図であり、従来の帳票の入出力処理について示す。図17において、クライアントであるデータ入力処理部101とサーバであるデータ出力処理部107との間は、例えば、インターネット等のネットワークにより相互に接続され、また、クライアント/サーバ型の電子帳票システムとして構築される。
【0003】
例えば手書きの売り上げ伝票等の各種の帳票102のデータが、端末103の入力画面に入力(エントリ)される。この入力画面は、予め作成された入力用帳票定義情報(入力用帳票定義体)104に従って、所定の位置に所定のデータが入力できるようにされている。入力用帳票定義体104は、帳票のどの位置にどのデータが存在(表示)するかを示す入力レイアウト情報からなり、データエントリ/アクセス処理プログラム(以下、入力処理プログラム)105とは別に作成される。入力されたデータは、入力処理プログラム105によりデータベース106に格納された後、入力処理プログラム105からデータ出力処理部(出力用アプリケーション)108への出力依頼と共に出力される。
【0004】
出力依頼を受けた(出力用)アプリケーションプログラム108は、出力依頼と共に渡されたデータ(出力データ)110を、出力データ作成プログラム111に渡す。出力データは帳票のどの位置にどのデータが存在(印刷)するかを示す出力レイアウト情報を全く持たない。そこで、出力レイアウト情報からなる出力用帳票定義情報(出力用帳票定義体)109が予め作成される。出力用帳票定義情報109は出力レイアウト情報からなる。出力データ作成プログラム111は、出力用帳票定義情報109に従って、所定の位置に所定のデータが出力(印刷)できるように、出力データをマッピングした上で出力する。例えば、帳票(売上伝票)を印刷出力112し、ファクシミリで送信出力113し、帳票の形態の電子データ114として保存する。なお、このように、帳票データの保存処理は、通常、データ出力処理部107において行われる。
【0005】
【発明が解決しようとする課題】
図17に示す帳票の入出力処理によれば、帳票のデータ入力処理部101のシステムとデータ出力処理部107のシステムとは別のシステムとして構築される。即ち、各々が異なる処理プログラム105、108を備え、かつ、異なる帳票定義情報104、109を使用する。このため、これらを用意するためにシステム構築の工数が大きくなり、帳票変更時にこれらを変更するためのメンテナンスの工数が大きい。
【0006】
また、多くの場合、クライアント/サーバ型の電子帳票システムとして構築されることからも、各々のアプリケーションプログラム105、108が必要となる。この点からも、システムの構築には多くの工数を必要とすることになる。
【0007】
本発明は、帳票入力及び帳票出力において共通化された帳票の定義情報を用いる帳票処理装置を提供することを目的とする。
【0010】
また、本発明は、帳票入力及び帳票出力における帳票の定義情報を共通化して作成する帳票定義情報作成装置を提供することを目的とする。
【0011】
また、本発明は、帳票入力及び帳票出力における帳票の定義情報を共通化して作成する帳票処理装置及び帳票定義情報作成装置を実現するプログラムを提供することを目的とする。
【0012】
【課題を解決するための手段】
本発明の帳票処理装置は、ウェブブラウザを有する帳票データ入力装置にインターネットを介して接続される。帳票処理装置は、帳票定義情報を読み込む読込部と帳票定義情報変換部と処理プログラムと帳票出力部とを備える。帳票定義情報は、帳票である出力物を出力した際における帳票のレイアウトおよび帳票データ入力用の帳票イメージの画面レイアウトに共通に用いられる情報であるレイアウト情報、当該帳票である出力物を出力した際における出力項目を制御する情報である出力制御情報、及び、前記帳票データ入力装置において表示される帳票データ入力用の画面における表示項目を制御する情報である入力制御情報を含む。帳票定義情報変換部は、前記帳票定義情報に基づいて、前記帳票データ入力装置に送信して当該帳票イメージを表示するためのHTMLファイルを、前記レイアウト情報により項目の位置を定めることにより、作成する。処理部は、前記HTMLファイルを前記帳票データ入力装置に送信し、前記帳票データ入力装置において、前記入力制御情報により前記表示項目を制御することにより、前記HTMLファイルに基づいて表示された当該帳票イメージに入力され、帳票データ入力装置から受信した帳票データに基づいて、出力用データを生成する処理プログラムを実行する。帳票出力部は、前記帳票定義情報と前記出力用データとに基づいて、前記レイアウト情報により項目の位置を定めかつ前記出力制御情報により前記出力項目を制御することにより、当該帳票である出力物を出力する。前記帳票定義情報が、その入力制御情報に、前記帳票データ入力装置において呼び出された場合に前記帳票データについてのデータ編集処理を実行し、又は、前記帳票データ入力装置において呼び出された場合に前記帳票データについてのチェック処理を実行し、又は、前記帳票データ入力装置において呼び出された場合に前記帳票データについての演算を実行するアプレット又はスクリプトを指定する記述を含む。前記帳票定義情報変換部が、前記アプレット又はスクリプトを備え、前記帳票定義情報の前記記述に従って、当該指定されたアプレット又はスクリプトを、前記HTMLファイルに付加する。前記処理部が、前記アプレット又はスクリプトにより、データ編集された前記帳票データ、又は、チェックされた前記帳票データ、又は、演算された前記帳票データに基づいて、前記出力用データを生成する。
【0013】
本発明の帳票処理装置によれば、帳票定義情報が、帳票のレイアウトおよび帳票データ入力用の帳票イメージの画面レイアウトに共通に用いられるレイアウト情報、出力項目を制御する出力制御情報、帳票データ入力用の画面における表示項目を制御する入力制御情報からなる。従って、帳票定義情報に基づいて、帳票イメージを表示するためのHTMLファイルをレイアウト情報により項目の位置を定めることにより、作成することができ、帳票データ入力装置において、入力制御情報により表示項目を制御することにより、HTMLファイルに基づいて表示された当該帳票イメージに入力され、帳票データ入力装置から受信した帳票データに基づいて、出力用データを生成することができ、帳票定義情報と出力用データとに基づいて、レイアウト情報により項目の位置を定めかつ出力制御情報により出力項目を制御することにより、当該帳票である出力物を出力することができる。これにより、帳票の入力時及び出力時において、共通の帳票定義情報を用いることにより、帳票の開発の工数及び帳票変更時にこれらを変更するためのメンテナンスの工数を、従来の約半分にすることができる。更に、帳票定義情報により指定されたアプレット又はスクリプトがHTMLファイルに付加されるので、付加されたアプレット又はスクリプトを呼び出すことにより、データ編集された前記帳票データ、又は、チェックされた前記帳票データ、又は、演算された前記帳票データに基づいて、出力用データを生成することができる。
【0018】
また、本発明の帳票定義情報作成装置は、当該帳票である出力物を出力した際における帳票のレイアウトおよび帳票データ入力用の帳票イメージの画面レイアウトに共通に用いられる情報であるレイアウト情報、当該帳票である出力物を出力した際における出力項目を制御する情報である出力制御情報、及び、前記帳票データ入力装置において表示される帳票データ入力用の画面における表示項目を制御する情報である入力制御情報を含む帳票定義情報を作成する。帳票定義情報作成装置は、前記出力制御情報の選択画面を表示し、当該画面からGUIにより入力の項目を選択可能とすることにより、前記出力制御情報の作成を支援する出力制御情報入力支援処理部と、前記入力制御情報の選択画面を表示し、当該画面からGUIにより入力の項目を選択可能とすることにより、前記入力制御情報の作成を支援する入力制御情報入力支援処理部とを備える。
【0019】
本発明の帳票定義情報作成装置によれば、前述のように、帳票定義情報が、帳票のレイアウトおよび帳票データ入力用の帳票イメージの画面レイアウトに共通に用いられるレイアウト情報、出力項目を制御する出力制御情報、帳票データ入力用の画面における表示項目を制御する入力制御情報からなる。これにより、帳票の入力時及び出力時における共通の帳票定義情報を、開発者の負担をできるだけ少なくして、容易に作成することができる。従って、帳票の開発の工数及び帳票変更時にこれらを変更するためのメンテナンスの工数を、従来の約半分にすることができる。更に、出力制御情報の選択画面から入力の項目を選択することにより、出力制御情報の作成支援を受け、入力制御情報の選択画面から入力の項目を選択することにより、入力制御情報の作成支援を受けることができる。
【0020】
また、本発明は、前述のような帳票処理装置及び帳票定義情報作成装置を実現するためのプログラムをフロッピィディスク等の記録媒体に記録して提供するので、これにより、本発明の帳票処理装置及び帳票定義情報作成装置を容易に実現することができる。
【0021】
【発明の実施の形態】
図1は電子帳票システム構成図であり、本発明の帳票処理装置と帳票データ入力装置とからなる帳票入出力システム及び帳票定義情報作成装置を備える電子帳票システムの概略の構成を示す。
【0022】
本発明の帳票定義情報作成装置10が、ユーザの入力に従って、帳票定義情報20を作成する。この帳票定義情報20は、本発明に従って、入力用及び出力用の区別なく、入出力に共通である。従って、帳票定義情報20は、帳票処理装置40の帳票定義情報変換部41と帳票出力部42とに共通に入力される。帳票定義情報作成装置10と帳票処理装置40との間は、LAN30等のネットワークで接続されていてもよい。接続されていない場合、帳票定義情報20は例えばフロッピディスク等の媒体の形態で提供され入力される。一方、帳票処理装置40と帳票データ入力装置70との間は、ネットワーク例えばインターネット60により接続される。
【0023】
帳票定義情報変換部41は、帳票定義情報20に基づいて作成した帳票入力用の画面情報を、処理プログラム43及びインターネット60を介して、帳票データ入力装置70に送信する。この画面を見た入力オペレータが、売上データ等の帳票データを当該画面に入力すると、帳票データ入力装置70が当該帳票データを帳票処理装置40の処理プログラム43に返信する。処理プログラム43は、受信した帳票データを出力用データ50(110)として所定の記憶装置(図示せず)に保存する。従って、処理プログラム43は、その都度必要なハードウェアを用いて、出力用データ50(110)の管理処理、インターネット接続(及び通信)処理等を実行する。また、帳票処理装置40はウェブ(Web)サーバであり、帳票データ入力装置70はウェブ上でのデータの閲覧のためのウェブブラウザ(WWWブラウザ)71を備えるパーソナルコンピュータからなる。
【0024】
帳票出力部42は、出力用データ50(110)が得られると、帳票定義情報20に基づいて、出力物80を作成して出力する。即ち、帳票定義情報20に従って、帳票をレイアウトし、出力物80の形式を選択する。出力物80は、例えばプリンタ又はFAXから印刷出力された印刷物、記憶装置(図示せず)に格納された電子データである。
【0025】
図2は、帳票定義情報作成装置説明図であり、本発明の帳票定義情報作成装置10における処理を示す。
【0026】
帳票定義情報作成装置10で作成した帳票定義情報20により定義される帳票の一例を、図2(A)に示す。帳票定義情報20は、本発明に従って、入力時(ウェブブラウザ71への表示時)及び出力時(ウェブサーバでの印刷等の出力時)において共通である。従って、いずれの場合にも、基本的には、ユーザには図2(A)に示す帳票が見える。但し、詳しくは後述するように、例えば出力項目「出力(又は送信)ボタン」は、入力制御情報23によりウェブブラウザ71への表示時には表示され、出力制御情報22によりウェブサーバでの印刷等の出力時には印刷等されない。このように、入力制御情報23及び出力制御情報22の双方を備えることにより、1個の帳票につき1個の帳票定義情報20を入力時及び出力時に共用している。なお、必ず「出力ボタン」が設けられ、表示され、出力されない。
【0027】
帳票定義情報20は、図2(B)に示すように、レイアウト情報21のみならず、出力制御情報22、入力制御情報23を含む。レイアウト情報21は、帳票の出力物80を実際に出力した際における帳票のレイアウトを示す情報であり、これにより帳票のレイアウトが定まる。出力制御情報22は、帳票の出力物80を実際に出力する際における出力項目を制御する情報であり、これにより印刷等出力される項目(情報)が定まる。入力制御情報23は、帳票データ入力装置70において表示される帳票入力用の画面情報における表示項目を制御する情報であり、これにより表示される項目(情報)が定まる。なお、帳票における項目とは、顧客名、商品名、個数等の入力の項目をいう。例えば、表形式の帳票のように、顧客名を複数入力する場合には、その各々が1個の項目とされ、各項目毎に、レイアウト情報21により当該項目の位置が定められ、入力制御情報23により入力における当該項目の表示等が制御され、出力制御情報22により出力における当該項目の印刷等が制御される。
【0028】
ユーザは、帳票定義情報作成装置10を用いて、レイアウト情報21、出力制御情報22、入力制御情報23を入力することにより、当該帳票定義情報20を作成する。このために、帳票定義情報作成装置10は、レイアウト情報21の入力を支援する第1入力支援処理部11、出力制御情報22の入力を支援する第2入力支援処理部12、入力制御情報23の入力を支援する第3入力支援処理部13を備える。
【0029】
第1入力支援処理部11は、図2(C)に示すように、周知の処理により、予め印刷された帳票の出力物80をスキャナで読み取って罫線データ及び文字データを抽出し、これに基づいて、レイアウト情報21の作成を支援する。レイアウト情報21は各項目の入力位置を示す。
【0030】
第3入力支援処理部13は、図2(D)に示すように、入力制御情報23として必要であると予想される項目(情報)の選択画面131を、帳票定義情報作成装置10の表示装置(図示せず)の画面上に表示して、入力制御情報23の作成を支援する。選択画面に表示される項目としては、「データ編集指定」「入力データチェック指定」「演算指定」等がある。これらは、選択画面におけるGUI(Graphical User Interface)をクリックすることにより選択可能とされる。ユーザは、当該選択画面からいずれかの項目(に対応するGUI)を選択して、当該項目の属性を入力すればよい。従って、入力制御情報23はその項目名と属性情報とからなる。例えば、図2(D)に示すように、GUIの選択に応じて、当該属性の入力のための画面(この画面は「演算指定」の例である)を表示するようにしてもよい。
【0031】
帳票定義情報20中に定義された各項目の「データ編集指定」属性入力画面に従って、桁区切り、負号表示等の編集指定情報を入力する。これにより、入力時において、データが帳票のある欄に入力された後に次欄にカーソルが移動したら、これを実行の契機として、データ編集が行われる。例えば、入力された数値データを選択して、各々を3桁毎に区切ってカンマ(,)を挿入する。
【0032】
帳票定義情報20中に定義された各項目の「入力データチェック指定」属性入力画面に従って、値の範囲、入力必須の有無等のチェック指定情報を入力する。これにより、入力時において、「出力ボタン」又は「計算ボタン」がクリックされたら、これを実行の契機として、入力データチェックが行われる。例えば、入力されたデータが正しいデータ形式(文字データ、英数字等)か否かをチェックする。なお、正しくなければ、出力又は計算の開始前に、再入力を求める。
【0033】
帳票定義情報20中に定義された各項目の「演算指定」属性入力画面に従って、演算内容(金額=個数×単価)等の演算指定情報を入力する。これにより、入力時において「演算(又は計算)ボタン」が表示され、これがクリックされたら、これを実行の契機として、演算内容に指定した「個数×単価」の演算が行われ結果が「金額」欄に表示され、「演算ボタン」が出力時に印刷等出力されない。
【0034】
第2入力支援処理部12も、第3入力支援処理部13と同様にして出力制御情報22の作成を支援する。例えば、帳票定義情報20中に定義された各項目の「データ編集指定」が、その属性入力画面に従って、前述と同様に入力される。また、帳票定義情報20中に定義された各項目の「表示指定」属性入力画面に従って、表示の有無が入力される。「出力指定」についても同様である。これにより、入力及び出力に共通の帳票定義情報20におけるある項目を、表示しかつ出力しなかったり、表示せずにかつ出力することが可能となる。但し、出力制御情報22として不要である項目(情報)の入力は画面表示の対象から除かれる。例えば「入力データチェック指定」及び「演算指定」は、出力時には不要であるので、支援画面には用意されない。
【0035】
ところで、例えば印刷出力する帳票の形式は定められており、システム側の都合でこれを変更することはできない。従って、入出力に共通の帳票定義情報20は、予め定められた出力形式に従うことになる。即ち、既に当該出力形式に合致した出力用帳票定義情報が作成されていれば、そのレイアウト情報21及び出力制御情報22は、そのまま利用することができる。そこで、既存の出力用帳票定義情報を利用する場合、ユーザは、第3入力支援処理部13により、入力制御情報23を既存の出力用帳票定義情報に追加するのみで帳票定義情報20を作成することができる。
【0036】
図3は帳票定義情報作成処理フローであり、本発明の帳票定義情報作成装置10における帳票の定義情報作成処理を示す。
【0037】
既存の帳票定義情報20があるか否かを調べ(ステップS11)、ない場合にはレイアウト情報21及び出力制御情報22を作成し(ステップS12)、ある場合にはステップS12を省略する。この後、入力制御情報23を作成して(ステップS13)、処理を終了する。
【0038】
図4は帳票処理装置説明図であり、本発明の帳票処理装置40における帳票定義情報変換部41の構成及び処理の概略を示す。
【0039】
帳票定義情報変換部41は、データ読込部411と入力用情報生成部412とからなる。また、帳票定義情報変換部41は、データ編集アプレット413、入力データチェックスクリプト414、演算スクリプト415を備える。
【0040】
データ読込部411は、帳票定義情報20(のURL)が帳票データ入力装置70のウェブブラウザ71からアクセスされると起動され、当該帳票定義情報20を読み込む。起動されたデータ読込部411は、読み込んだデータ(帳票定義情報20)を入力用情報生成部412に送る。
【0041】
また、データ読込部411は、帳票処理装置40上で動作している他のアプリケーションプログラム90から呼び出された場合にも起動される。この場合、他のアプリケーションプログラム90は、通常、初期表示データ901をデータ読込部411に渡す。初期表示データ901は、本来はウェブブラウザ71側から入力されるべき帳票データの一部であり、他のアプリケーションプログラム90が関係する複数の帳票に共通のデータであるのでウェブサーバ40側から指定される。初期表示データ901の一例を図5(A)に示す。この初期表示データ901は、帳票データの内の例えば顧客名データを「山田商店」とするものである。データ読込部411は、読み込んだ帳票定義情報20に、初期表示データ901を組み込んで、入力用情報生成部412に送る。
【0042】
入力用情報生成部412は、渡された帳票定義情報20を、ウェブブラウザ71上に出力(表示)可能なように、HTML(HTMLファイル)91に変換した上で、その送信を処理プログラム43に依頼する。この依頼に応じて、処理プログラム43は、HTMLファイル91をアクセスしてきたウェブブラウザ71(帳票データ入力装置70)に送信する。これを受信したウェブブラウザ71は、HTMLファイル91に基づいて、その表示装置(図示せず)の表示画面上に帳票イメージ711を表示する。
【0043】
ここで、入力用情報生成部412は、図6(A)に示すように、アクセスしてきたウェブブラウザ71に応じたHTMLファイル91を作成する。ウェブブラウザ71からは、そのアクセス時に、当該ウェブブラウザ71の種類71A、71B、71C(例えば、通常のパーソナルコンピュータ、携帯電話等の携帯情報端末の区別等)が通知される。そこで、入力用情報生成部412は、当該種類71A、71B及び71Cに応じたHTMLファイル91A、91B及び91Cを作成する。
【0044】
また、入力用情報生成部412は、図7に示すように、帳票定義情報20に基づいて、所定のアプレット又はスクリプトを付加する。なお、図7は入力制御情報23に基づくアプレット等の付加について示すが、出力制御情報22についても同様である。
【0045】
図7(A)において、入力制御情報23に「データ編集指定」と記述されていると、入力用情報生成部412は、変換したHTMLファイル91にデータ編集アプレット413を付加する。即ち、ウェブブラウザ71が、当該実行の契機で、図7(D)に示すように、データ編集アプレット413を呼び出し、データ編集処理を実行するようにされる。ウェブブラウザ71は、データ編集アプレット413が編集したデータを受け取り、これを帳票イメージ711上の元の位置に表示する。
【0046】
図7(B)において、入力制御情報23に「入力データチェック指定」と記述されていると、入力用情報生成部412は、変換したHTMLファイル91に入力データチェックスクリプト414を付加する。即ち、ウェブブラウザ71が、当該実行の契機で、図7(D)に示すように、入力データチェックスクリプト414を呼び出し、入力データのチェック処理を実行するようにされる。ウェブブラウザ71は、入力データチェックスクリプト414がチェックした結果を受け取り、これを帳票イメージ711上の元の位置に表示する。例えば、チェック結果がエラーであれば、再入力を求める。
【0047】
図7(C)において、入力制御情報23に「演算指定」と記述されていると、入力用情報生成部412は、変換したHTMLファイル91に演算スクリプト415を付加する。即ち、ウェブブラウザ71が、当該実行の契機で、図7(D)に示すように、演算スクリプト415を呼び出し、当該演算を実行するようにされる。ウェブブラウザ71は、演算スクリプト415が演算した結果(例えば「個数×単価」)を受け取り、これを帳票イメージ711上の結果表示位置(例えば「金額」欄)に表示する。また、ユーザが準備したスクリプトやアプレットを組み込むことも可能である。
【0048】
このように、HTMLファイル91にデータ編集アプレット413等が付加されているので、ウェブブラウザ71は、それ自体がデータ編集機能を備える又は呼び出せる機能を備える必要がない。従って、従来のサーバ/クライアント型とは異なり、帳票データ入力装置70が、データ編集等のアプリケーションプログラムを備える必要がない。
【0049】
表示された帳票イメージ711の一例を図5(B)に示す。この帳票イメージ711は、出力と共通の帳票定義情報20に基づいているので、入力オペレータは、実際に出力される帳票(出力物80)とほぼ同一の画面を見ながら帳票データを入力することができる。入力オペレータが帳票データを入力した一例を図5(C)に示す。図5(A)に示す初期表示データ901が存在する場合、図5(B)に示す帳票イメージ711の表示の時点で、当該初期表示データ901が所定の位置に表示され、図5(C)においても同様に表示されている。
【0050】
ウェブブラウザ71は、帳票データの入力された後、帳票イメージ711から当該帳票データを抽出して、これを処理プログラム43に返信する。処理プログラム43は、受信した出力用データ50(図5(D)参照)に基づいて、出力用データ110を作成して、保存する。図5(A)に示す初期表示データ901が存在する場合、当該初期表示データ901は、これを含む帳票データ(帳票データの一部)として抽出され、出力用データ(の一部)110とされる。
【0051】
なお、送信する帳票データに、入力オペレータによる電子署名又はデジタル署名(のデータ)51を付加するようにしてもよい。この場合、ウェブブラウザ71が、帳票データの入力前又は後に、当該デジタル署名51の入力用の画面を表示するようにする。デジタル署名51は、図6(B)に示すように、抽出された帳票データ50と共に送信され、帳票データ50に基づいて作成された出力用データ110(図17に示す出力データ110と同様のデータ形式のデータ)に付加される。
【0052】
図8は帳票入出力処理フローであり、本発明の帳票処理装置40(の帳票定義情報変換部41)における帳票定義情報20の変換処理を示す。
【0053】
初期表示データ901の指定があるか否かを調べ(ステップS21)、ある場合には当該初期表示データ901を読み込み(ステップS22)、ない場合にはステップS22を省略する。この後、帳票定義情報20を読み込み(ステップS23)、これらの情報に基づいて、HTMLファイル91を作成する(ステップS24)。更に、帳票定義情報20の出力制御情報22等においてデータ編集等の指定があるか否かを調べ(ステップS25)、ある場合には当該データ編集等を行うためのアプレット413等をHTMLファイル91に付加し(ステップS26)、ない場合にはステップS26を省略して、処理を終了する。
【0054】
この後、前述のように、アプレット413等の付加されたHTMLファイル91は、帳票データ入力装置70(のウェブブラウザ71)に送信される。
【0055】
図9は帳票入出力処理フローであり、本発明の帳票データ入力装置70(のウェブブラウザ71)における帳票イメージ711の表示処理を示す。
【0056】
当該ウェブブラウザ71からアクセスされた帳票定義情報入力装置10から送信されたHTMLファイル91を受信すると、1個の項目を取り出してこれについての”表示しない”の指定があるか否かを調べ(ステップS31)、ある場合には当該項目を非表示情報に変更し(ステップS32)、ない場合にはステップS32を省略する。この後、全項目について終了したか否かを調べ(ステップS33)、終了しない場合にはステップS31以下を繰り返し、終了した場合には処理を終了する。
【0057】
この後、ウェブブラウザ71は、表示すべき項目を確認し終えたHTMLファイル91に基づいて、帳票イメージ711を表示する。当該帳票イメージ711の表示を見た入力オペレータは、前述のように、帳票イメージ711へ帳票データ(例えば、売上データ)を入力する。この入力処理において、入力オペレータは、適宜、「計算ボタン」をクリックして、演算スクリプト415による計算を行わせる。また、所定の実行契機で、データ編集アプレット413及び入力データチェックスクリプト414によるデータ編集処理及び入力データチェック処理が実行される。入力オペレータは、実際には、ボタンクリックを行うのみで、アプレット等の呼び出し等を意識する必要はない。帳票イメージ711への帳票データの入力が終了すると、入力オペレータは、帳票イメージ711上の「出力(又は送信)ボタン」をクリックする。これにより、入力された帳票データが帳票処理装置40へ返信される。なお、この送信されるデータは、例えば図5(D)における出力用データ50である。
【0058】
図10は帳票入出力処理フローであり、本発明の帳票処理装置40(の処理プログラム43)における出力用データ110の作成処理を示す。
【0059】
ウェブブラウザ71から送信された帳票データ(出力用データ50)を受信すると(ステップS41)、これに基づいて、図5(D)に示す当該帳票データ50の出力用データ110を作成し(ステップS42)、処理を終了する。例えば、図5(D)における出力データ50について見ると、そのデータの順は定まっているので、先頭の1個のデータ「山田商店」を最初のタグの対<顧客名></顧客名>の間から取り出し、顧客名についての1個のデータ「山田商店」を作成する。以下も同様である。
【0060】
図11は帳票処理装置説明図であり、本発明の帳票処理装置40における帳票出力部42の構成及び処理の概略を示す。
【0061】
帳票出力部42は、データ読込部421、マッピング部422、データ出力部423とからなる。データ読込部421は、処理プログラム43から出力用データ110の作成終了の通知を受けると起動され、又は、帳票処理装置40上で動作している他のアプリケーションプログラム90から出力指示の入力があると起動される。起動されたデータ読込部421は、出力用データ110及び当該帳票定義情報20を読み込み、これらをマッピング部422に送る。マッピング部422は、帳票定義情報20に基づいて出力すべき帳票をマッピングし、これに重ねて、出力用データ110に基づいて出力すべき帳票データをマッピングし、この結果をデータ出力部423に送る。データ出力部423は、帳票定義情報20に基づいて出力形式を選択し、出力マッピング結果に従って例えば印刷画像を形成して、出力物80を出力する。
【0062】
図12は帳票入出力処理フローであり、本発明の帳票処理装置40(の帳票出力部42)における出力用データ110の出力処理を示す。
【0063】
印刷処理の指示入力があると(ステップS51)、出力用データ110の1個の項目を取り出してこれについての”印刷しない”の指定があるか否かを調べ(ステップS52)、ある場合には当該項目を非印刷情報に変更し(ステップS53)、ない場合にはステップS53を省略する。この後、全項目について終了したか否かを調べ(ステップS54)、終了しない場合にはステップS51以下を繰り返し、終了した場合には印刷処理を呼び出して当該印刷処理を実行し(ステップS55)、処理を終了する。
【0064】
図13は帳票処理装置説明図であり、本発明の帳票処理装置40における帳票出力部42でのデジタル署名処理の概略を示す。
【0065】
前述のように、出力用データ50(110)は、入力オペレータによるデジタル署名(データ)51を伴うことができる。これらは、図13に示すように、処理プログラム43からデータ出力部423へ渡される。この時、デジタル署名51は、マッピングに用いられることなく、そのままデータ出力部423へ渡される。マッピング結果がデジタル署名51を伴うことを検出すると、データ出力部423は、デジタル署名検証部424を呼び出す。即ち、当該デジタル署名51を渡して、その検証を依頼する。これに応じて、デジタル署名検証部424は、検証サーバ100にアクセスして、その検証を依頼する。検証サーバ100は、デジタル署名51の正当性を証明する第三者機関であり、インターネット60を介して、帳票処理装置40に接続される。デジタル署名51の正当性が認証された通知を検証サーバ100から受信すると、これをデジタル署名検証部424がデータ出力部423へ通知し、データ出力部423が、当該出力処理を行う。正当性が認証されなかった通知を検証サーバ100から受信すると、これをデジタル署名検証部424が処理プログラム43に通知し、所定のエラー処理を行う。例えば、帳票データ入力装置70へエラー通知を行う。
【0066】
図14は帳票入出力処理フローであり、本発明の帳票処理装置40の帳票出力部42(データ出力部423)におけるデジタル署名の検証処理を示す。
【0067】
出力処理が開始されると、デジタル署名51があるか否かを調べ(ステップS61)、ある場合にはデジタル署名検証部424により当該デジタル署名51の正当性を検証し(ステップS62)、ない場合にはステップS62以降を省略して処理を終了する。この後、デジタル署名51が正しいか否かを調べ(ステップS63)、正しい場合にはデータ出力部423による出力処理を実行し(ステップS64)、正しくない場合には処理プログラム43に異常を通知する(ステップS65)。なお、ステップS64における出力処理は、図12に示す処理である。
【0068】
図15は、帳票データ入力装置構成図であり、帳票データ入力装置70(又はそのウェブブラウザ71)の他の構成の一例を示す。
【0069】
帳票データ入力装置70は、図15(A)に示すように、ウェブブラウザ71の他に、帳票定義情報変換部41Aを備えてもよい。帳票定義情報変換部41Aは、帳票処理装置40における帳票定義情報変換部41と同様の構成を有する。これにより、帳票データ入力装置70からも他のアプリケーションプログラム90Aにより初期表示データ901Aの入力が可能となる。また、帳票データ入力装置70と帳票処理装置40とがインターネット60を介して接続されていなくとも、帳票定義情報20Aをフロッピィディスク等の記録媒体で提供することにより、オフラインで帳票データの入力処理が可能となる。この場合でも、入力処理を行うためのアプリケーションプログラムを用意する必要がない。
【0070】
また、帳票データ入力装置70は、図15(B)に示すように、ウェブブラウザ71の他に、帳票出力部42Aを備えてもよい。帳票出力部42Aは、帳票処理装置40における帳票出力部42と同様の構成を有する。これにより、帳票データ入力装置70からも、入力した帳票データを直ちに出力物80Aとして出力することができる。例えば、帳票データ入力装置70であるコンピュータの備えるプリンタ72等から帳票を印刷出力することができる。
【0071】
図16は帳票入出力処理フローであり、本発明の帳票データ入力装置70(のウェブブラウザ71)における帳票情報の出力処理を示す。
【0072】
ウェブブラウザ71上の帳票イメージ711における「出力ボタン」がクリックされると、これに伴うウェブブラウザ71の印刷処理を横取りし(ステップS71)、出力用データ110(となるべき入力された帳票データ50)から、1個の項目を取り出してこれについての”印刷しない”の指定があるか否かを調べ(ステップS72)、ある場合には当該項目を非印刷情報に変更し(ステップS73)、ない場合にはステップS73を省略する。この後、全項目について終了したか否かを調べ(ステップS74)、終了しない場合にはステップS71以下を繰り返し、終了した場合にはウェブブラウザ71の印刷処理を呼び出す(ステップS75)。これにより、当該項目は印刷されない。この後、1個の項目を取り出してこれがステップS73において非印刷情報に変更した項目か否かを調べ(ステップS76)、そうである場合には当該項目を印刷情報に変更し(ステップS77)、そうでない場合にはステップS77を省略する。これにより、当該項目は元の状態とされる。この後、全項目について終了したか否かを調べ(ステップS78)、終了しない場合にはステップS76以下を繰り返し、終了した場合には処理を終了する。
【0073】
なお、帳票データ入力装置70が、図15(A)及び図15(B)に示す構成の双方を備えるようにしてもよい。即ち、帳票定義情報変換部41A及び帳票出力部42Aの双方を備えてもよい。また、ウェブブラウザ71が、その一部として、帳票定義情報変換部41A及び/又は帳票出力部42Aを備えてもよい。
【0074】
【発明の効果】
以上説明したように、本発明によれば、帳票処理装置において、帳票の入力時及び出力時において共通の帳票定義情報を用いるので、帳票の開発の工数及び帳票変更時にこれらを変更するためのメンテナンスの工数を、従来の約半分にすることができる。
【0075】
また、本発明の一実施態様によれば、帳票データ入力装置において、帳票の入力時及び出力時において共通の帳票定義情報に基づいて当該帳票データ入力装置から帳票の入力及び出力が可能となるので、クライアント/サーバ型の電子帳票システムとは異なり、各々のアプリケーションプログラムを不要とすることができ、この点から、システムの構築の工数を減らすことができる。
【0076】
また、本発明の一実施態様によれば、帳票入出力システムにおいて、帳票の入力時及び出力時において共通の帳票定義情報を用いるので、帳票の開発の工数及び帳票変更時にこれらを変更するためのメンテナンスの工数を従来の約半分にすることができ、また、クライアント/サーバ型の電子帳票システムとは異なり、各々のアプリケーションプログラムを不要とすることができ、この点からもシステムの構築の工数を減らすことができる。
【0077】
また、本発明によれば、帳票定義情報作成装置において、帳票の入力時及び出力時における共通の帳票定義情報を開発者の負担をできるだけ少なくして容易に作成することができるので、帳票の開発の工数及び帳票変更時にこれらを変更するためのメンテナンスの工数を、従来の約半分にすることができる。
【図面の簡単な説明】
【図1】電子帳票システム構成図である。
【図2】帳票定義情報作成装置説明図である。
【図3】帳票定義情報作成処理フローである。
【図4】帳票処理装置説明図である。
【図5】帳票処理説明図である。
【図6】帳票処理説明図である。
【図7】帳票処理説明図である。
【図8】帳票入出力処理フローである。
【図9】帳票入出力処理フローである。
【図10】帳票入出力処理フローである。
【図11】帳票処理装置説明図である。
【図12】帳票入出力処理フローである。
【図13】帳票処理装置説明図である。
【図14】帳票入出力処理フローである。
【図15】帳票データ入力装置構成図である。
【図16】帳票入出力処理フローである。
【図17】従来技術説明図である。
【符号の説明】
10 帳票定義情報作成装置
20 帳票定義情報
40 帳票処理装置
41 帳票定義情報変換部
42 帳票出力部
43 処理プログラム
50 出力用データ
60 インターネット
70 帳票データ入力装置
71 ウェブブラウザ
80 出力物[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a form processing apparatus. And its program, form definition information creation device and its program In particular, a form processing apparatus that uses form definition information for forms common to form input and form output And its programs And form definition information creation device that creates this common form definition information And its programs And about.
[0002]
[Prior art]
FIG. 17 is an explanatory diagram of the prior art and shows a conventional form input / output process. In FIG. 17, a data input processing unit 101 as a client and a data output processing unit 107 as a server are connected to each other via a network such as the Internet, and constructed as a client / server type electronic form system. Is done.
[0003]
For example, data of various forms 102 such as a handwritten sales slip is input (entry) on the input screen of the terminal 103. This input screen is configured so that predetermined data can be input at a predetermined position in accordance with input form definition information (input form definition body) 104 created in advance. The input
[0004]
Upon receiving the output request (for output), the application program 108 passes the data (output data) 110 passed along with the output request to the output data creation program 111. The output data has no output layout information indicating which data is present (printed) at which position of the form. Therefore, output form definition information (output form definition body) 109 composed of output layout information is created in advance. The output
[0005]
[Problems to be solved by the invention]
According to the form input / output process shown in FIG. 17, the system of the form data input processing unit 101 and the system of the data output processing unit 107 are constructed as separate systems. That is, each has
[0006]
In many cases, each
[0007]
SUMMARY OF THE INVENTION An object of the present invention is to provide a form processing apparatus that uses form definition information common to form input and form output.
[0010]
It is another object of the present invention to provide a form definition information creating apparatus that creates form definition information common to form input and form output.
[0011]
The present invention also provides a form processing device and a form definition information creation device for creating a common form definition information for form input and form output. The The purpose is to provide.
[0012]
[Means for Solving the Problems]
The form processing apparatus of the present invention is connected to a form data input apparatus having a web browser via the Internet. The form processing apparatus includes a reading unit that reads form definition information, a form definition information conversion unit, a processing program, and a form output unit. The form definition information is , Book The layout of the form when the output output is a form Commonly used for screen layout of form images for entering form data Layout information which is information, output control information which is information for controlling an output item when the output product which is the form is output, and a form which is displayed in the form data input device data Input image On the face Input control information which is information for controlling display items in the display. The form definition information conversion unit creates an HTML file for displaying the form image transmitted to the form data input device based on the form definition information by determining the position of the item based on the layout information. . Processing part Transmits the HTML file to the form data input device, and the form data input device controls the display items according to the input control information, thereby inputting the form image displayed based on the HTML file. Is Received from the form data input device Output data based on the generated form data Execute processing program . The form output unit determines the position of the item based on the layout information based on the form definition information and the output data, and controls the output item based on the output control information. Output. The form definition information is the input control information. In the news , Execute data editing process for the form data when called in the form data input device, or execute check process for the form data when called in the form data input device, or It includes a description for designating an applet or script that executes an operation on the form data when called by the form data input device. The form definition information conversion unit includes the applet or script, and adds the specified applet or script to the HTML file according to the description of the form definition information. Said processing Part However, the applet or script generates the output data based on the form data that has been edited, the checked form data, or the calculated form data.
[0013]
According to the form processing apparatus of the present invention, the form definition information includes the form layout. Commonly used for screen layout of form images for entering form data Layout information, output control information to control output items, forms data Input image On the face It consists of input control information that controls display items. Therefore, based on the form definition information, an HTML file for displaying the form image can be created by locating the item by layout information. In the form data input device, the display items are controlled by the input control information. By doing so, it is input to the form image displayed based on the HTML file. Received from the form data input device Output data can be generated based on the form data, and based on the form definition information and the output data, the position of the item is determined by the layout information and the output item is controlled by the output control information. An output product that is the form can be output. As a result, by using common form definition information at the time of inputting and outputting a form, the man-hours for developing the form and the maintenance man-hours for changing these when changing the form can be reduced to about half of the conventional one. it can. Furthermore, since the applet or script specified by the form definition information is added to the HTML file, the form data that has been edited or the checked form data by calling the added applet or script, or Output data can be generated based on the calculated form data.
[0018]
In addition, the form definition information creation device of the present invention provides a form layout when an output product that is the form is output. Commonly used for screen layout of form images for entering form data Layout information which is information, output control information which is information for controlling an output item when the output product which is the form is output, and a form which is displayed in the form data input device data Input image On the face Form definition information including input control information, which is information for controlling display items, is created. The form definition information creation device displays an output control information selection screen, and allows an input item to be selected from the screen through a GUI, thereby supporting the creation of the output control information. And an input control information input support processing unit for supporting creation of the input control information by displaying an input control information selection screen and enabling selection of an input item from the screen through a GUI.
[0019]
According to the form definition information creation device of the present invention, as described above, the form definition information is the layout of the form. Commonly used for screen layout of form images for entering form data Layout information, output control information to control output items, forms data Input image On the face It consists of input control information that controls display items. As a result, common form definition information at the time of inputting and outputting the form can be easily created while reducing the burden on the developer as much as possible. Therefore, the man-hours for developing the form and the maintenance man-hours for changing the form when the form is changed can be reduced to about half of the conventional one. Furthermore, by selecting an input item from the output control information selection screen, the output control information creation support is received, and by selecting an input item from the input control information selection screen, input control information creation support is provided. Can receive.
[0020]
Further, the present invention provides a program for realizing the form processing apparatus and the form definition information creation apparatus as described above by recording them on a recording medium such as a floppy disk, so that the form processing apparatus of the present invention and The form definition information creation device can be easily realized.
[0021]
DETAILED DESCRIPTION OF THE INVENTION
FIG. 1 is a configuration diagram of an electronic form system, and shows a schematic configuration of an electronic form system including a form input / output system and a form definition information creation apparatus composed of a form processing apparatus and a form data input apparatus of the present invention.
[0022]
The form definition
[0023]
The form definition
[0024]
When the output data 50 (110) is obtained, the
[0025]
FIG. 2 is an explanatory diagram of the form definition information creation apparatus, and shows processing in the form definition
[0026]
An example of a form defined by the
[0027]
The
[0028]
The user creates the
[0029]
As shown in FIG. 2C, the first input support processing unit 11 reads out the output 80 of the preprinted form with a scanner and extracts ruled line data and character data, based on this. Thus, the creation of the layout information 21 is supported. The layout information 21 indicates the input position of each item.
[0030]
As shown in FIG. 2D, the third input support processing unit 13 displays an item (information) selection screen 131 that is expected to be necessary as the
[0031]
In accordance with the “data edit designation” attribute input screen of each item defined in the
[0032]
In accordance with the “input data check specification” attribute input screen of each item defined in the
[0033]
In accordance with the “calculation designation” attribute input screen for each item defined in the
[0034]
The second input
[0035]
By the way, for example, the format of a form to be printed out is determined and cannot be changed for the convenience of the system. Therefore, the
[0036]
FIG. 3 is a form definition information creation process flow, and shows the form definition information creation process in the form definition
[0037]
It is checked whether or not there is existing form definition information 20 (step S11). If not, layout information 21 and output control
[0038]
FIG. 4 is an explanatory diagram of a form processing apparatus, and shows an outline of the configuration and processing of the form definition
[0039]
The form definition
[0040]
The data reading unit 411 is activated when the form definition information 20 (URL) is accessed from the web browser 71 of the form
[0041]
The data reading unit 411 is also activated when called from another application program 90 running on the
[0042]
The input information generation unit 412 converts the passed
[0043]
Here, the input information generation unit 412 creates an
[0044]
Further, the input information generating unit 412 adds a predetermined applet or script based on the
[0045]
In FIG. 7A, when “data editing designation” is described in the
[0046]
In FIG. 7B, if “input data check designation” is described in the
[0047]
In FIG. 7C, if “calculation designation” is described in the
[0048]
As described above, since the
[0049]
An example of the displayed form image 711 is shown in FIG. Since the form image 711 is based on the
[0050]
After the form data is input, the web browser 71 extracts the form data from the form image 711 and sends it back to the processing program 43. The processing program 43 creates and saves
[0051]
An electronic signature or digital signature (data) 51 by the input operator may be added to the form data to be transmitted. In this case, the web browser 71 displays a screen for inputting the digital signature 51 before or after inputting the form data. As shown in FIG. 6B, the digital signature 51 is transmitted together with the extracted
[0052]
FIG. 8 is a form input / output process flow, and shows the conversion process of the
[0053]
It is checked whether or not the initial display data 901 is designated (step S21). If there is, the initial display data 901 is read (step S22). If not, step S22 is omitted. Thereafter, the
[0054]
Thereafter, as described above, the added
[0055]
FIG. 9 is a form input / output process flow, and shows a display process of the form image 711 in the form data input device 70 (the web browser 71) of the present invention.
[0056]
When the
[0057]
Thereafter, the web browser 71 displays a form image 711 based on the
[0058]
FIG. 10 is a form input / output process flow, and shows a process of creating
[0059]
When the form data (output data 50) transmitted from the web browser 71 is received (step S41), the
[0060]
FIG. 11 is an explanatory diagram of a form processing apparatus and shows an outline of the configuration and processing of the
[0061]
The
[0062]
FIG. 12 is a form input / output process flow, and shows an output process of the
[0063]
When there is a print processing instruction input (step S51), one item of the
[0064]
FIG. 13 is an explanatory diagram of a form processing apparatus and shows an outline of a digital signature process in the
[0065]
As described above, the output data 50 (110) can be accompanied by a digital signature (data) 51 by the input operator. These are passed from the processing program 43 to the data output unit 423 as shown in FIG. At this time, the digital signature 51 is passed to the data output unit 423 without being used for mapping. When detecting that the mapping result includes the digital signature 51, the data output unit 423 calls the digital signature verification unit 424. That is, the digital signature 51 is handed over and the verification is requested. In response to this, the digital signature verification unit 424 accesses the verification server 100 and requests verification thereof. The verification server 100 is a third-party organization that proves the validity of the digital signature 51 and is connected to the
[0066]
FIG. 14 is a form input / output process flow, and shows a digital signature verification process in the form output unit 42 (data output unit 423) of the
[0067]
When the output process is started, it is checked whether or not there is a digital signature 51 (step S61). If there is, the digital signature verification unit 424 verifies the validity of the digital signature 51 (step S62). In step S62 and subsequent steps, the process is terminated. Thereafter, it is checked whether or not the digital signature 51 is correct (step S63). If the digital signature 51 is correct, an output process by the data output unit 423 is executed (step S64). If the digital signature 51 is not correct, an abnormality is notified to the processing program 43. (Step S65). The output process in step S64 is the process shown in FIG.
[0068]
FIG. 15 is a configuration diagram of a form data input device, and shows an example of another configuration of the form data input device 70 (or its web browser 71).
[0069]
The form
[0070]
Further, the form
[0071]
FIG. 16 is a form input / output process flow, and shows the form information output process in the form data input device 70 (the web browser 71) of the present invention.
[0072]
When the “output button” in the form image 711 on the web browser 71 is clicked, the printing process of the web browser 71 accompanying this is intercepted (step S 71), and the output form 110 (the inputted
[0073]
Note that the form
[0074]
【The invention's effect】
As described above, according to the present invention, the form processing apparatus uses common form definition information at the time of input and output of the form. Therefore, the man-hour for developing the form and the maintenance for changing these when the form is changed The number of man-hours can be reduced to about half that of the prior art.
[0075]
In addition, the present invention One embodiment According to the present invention, in the form data input device, it is possible to input and output the form from the form data input device based on the common form definition information at the time of inputting and outputting the form. Unlike the system, each application program can be made unnecessary, and from this point, the man-hours for building the system can be reduced.
[0076]
In addition, the present invention One embodiment In the form input / output system, since the common form definition information is used at the time of inputting and outputting the form, the man-hour for developing the form and the maintenance man-hour for changing these when the form is changed are about half of the conventional one. Also, unlike the client / server type electronic form system, each application program can be made unnecessary, and from this point, the man-hours for system construction can be reduced.
[0077]
Further, according to the present invention, in the form definition information creation device, common form definition information at the time of entry and output of the form can be easily created with as little burden on the developer as possible. The number of man-hours and the maintenance man-hours for changing these at the time of changing the form can be reduced to about half of the conventional one.
[Brief description of the drawings]
FIG. 1 is a configuration diagram of an electronic form system.
FIG. 2 is an explanatory diagram of a form definition information creation device.
FIG. 3 is a form definition information creation processing flow.
FIG. 4 is an explanatory diagram of a form processing apparatus.
FIG. 5 is an explanatory diagram of form processing.
FIG. 6 is an explanatory diagram of a form process.
FIG. 7 is an explanatory diagram of a form process.
FIG. 8 is a form input / output process flow.
FIG. 9 is a form input / output processing flow.
FIG. 10 is a form input / output processing flow.
FIG. 11 is an explanatory diagram of a form processing apparatus.
FIG. 12 is a form input / output process flow;
FIG. 13 is an explanatory diagram of a form processing apparatus.
FIG. 14 is a form input / output process flow;
FIG. 15 is a configuration diagram of a form data input device.
FIG. 16 is a form input / output process flow;
FIG. 17 is an explanatory diagram of a prior art.
[Explanation of symbols]
10 Form definition information creation device
20 Form definition information
40 Form processing device
41 Form definition information conversion part
42 Form output part
43 Processing program
50 Output data
60 Internet
70 Form data input device
71 Web browser
80 output
Claims (10)
帳票である出力物を出力した際における帳票のレイアウトおよび帳票データ入力用の帳票イメージの画面レイアウトに共通に用いられる情報であるレイアウト情報、当該帳票である出力物を出力した際における出力項目を制御する情報である出力制御情報、及び、前記帳票データ入力装置において表示される帳票データ入力用の画面における表示項目を制御する情報である入力制御情報を含む帳票定義情報を読み込む読込部と、
前記帳票定義情報に基づいて、前記帳票データ入力装置に送信して当該帳票イメージを表示するためのHTMLファイルを、前記レイアウト情報により項目の位置を定めることにより、作成する帳票定義情報変換部と、
前記HTMLファイルを前記帳票データ入力装置に送信し、前記帳票データ入力装置において、前記入力制御情報により前記表示項目を制御することにより、前記HTMLファイルに基づいて表示された当該帳票イメージに入力され、前記帳票データ入力装置から受信した帳票データに基づいて、出力用データを生成する処理プログラムを実行する処理部と、
前記帳票定義情報と前記出力用データとに基づいて、前記レイアウト情報により項目の位置を定めかつ前記出力制御情報により前記出力項目を制御することにより、当該帳票である出力物を出力する帳票出力部とを備え、
前記帳票定義情報が、その入力制御情報に、前記帳票データ入力装置において呼び出された場合に前記帳票データについてのデータ編集処理を実行し、又は、前記帳票データ入力装置において呼び出された場合に前記帳票データについてのチェック処理を実行し、又は、前記帳票データ入力装置において呼び出された場合に前記帳票データについての演算を実行するアプレット又はスクリプトを指定する記述を含み、
前記帳票定義情報変換部が、前記アプレット又はスクリプトを備え、前記帳票定義情報の前記記述に従って、当該指定されたアプレット又はスクリプトを、前記HTMLファイルに付加し、
前記処理部が、前記アプレット又はスクリプトにより、データ編集された前記帳票データ、又は、チェックされた前記帳票データ、又は、演算された前記帳票データに基づいて、前記出力用データを生成する
ことを特徴とする帳票処理装置。A form processing apparatus connected to a form data input apparatus having a web browser via the Internet,
Layout information on the screen layout of the document image for layout and form data input form at the time of outputting the output thereof is a book form is information used in common, the output items in the time of outputting the output thereof is the form output control information is control information, and a reading unit which reads the form definition information including the document data input control information is information for controlling the definitive display items on the screen of the form data for input that is displayed in the input device ,
Based on the form definition information, an HTML file to be transmitted to the form data input device to display the form image is created by determining the position of the item based on the layout information,
The HTML file is transmitted to the form data input device, and in the form data input device, the display item is controlled by the input control information, thereby being input to the form image displayed based on the HTML file , A processing unit that executes a processing program for generating output data based on the form data received from the form data input device ;
Based on the form definition information and the output data, a form output unit that outputs an output product that is the form by determining the position of the item by the layout information and controlling the output item by the output control information And
The form definition information, in the input control information, said running data editing processing for form data when called in the form data input device, or, wherein when called in the form data input device Including a description that specifies an applet or a script that executes a check process on the form data or performs an operation on the form data when called in the form data input device;
The form definition information conversion unit includes the applet or script, and adds the specified applet or script to the HTML file in accordance with the description of the form definition information.
The processing unit generates the output data based on the form data that has been edited, the checked form data, or the calculated form data by the applet or script. A form processing device.
ことを特徴とする請求項1に記載の帳票処理装置。The form definition information is created by adding the input control information to the existing output form definition information including the layout information and the output control information, and the form data input in the form data input device The form processing apparatus according to claim 1, wherein the form processing apparatus is commonly used for outputting the form in the form processing apparatus.
ことを特徴とする請求項1に記載の帳票処理装置。The form processing apparatus according to claim 1, wherein the form definition information conversion unit creates the HTML file according to a type of the web browser included in the form data input apparatus.
前記帳票定義情報変換部が、前記帳票定義情報を前記帳票データ入力装置の前記ウェブブラウザに送信することにより、当該帳票の帳票イメージを表示するに際して、当該表示が無しと指定された項目について、当該指定に従って表示しないようにさせ、
前記帳票出力部が、当該帳票である出力物を出力するに際して、当該出力が無しと指定された項目について、当該指定に従って出力しない
ことを特徴とする請求項1に記載の帳票処理装置。In the form definition information, the output control information and the input control information are composed of the item name and attribute information, and the presence or absence of display of the item and the presence or absence of output are specified in the attribute information.
When the form definition information conversion unit displays the form image of the form by sending the form definition information to the web browser of the form data input device, the item specified as having no display Let it not display according to the specification,
The form processing apparatus according to claim 1, wherein when the form output unit outputs an output product that is the form, the form processing apparatus does not output an item designated as having no output in accordance with the designation.
前記帳票出力部が、検証サーバにアクセスして前記デジタル署名を検証するデジタル署名検証部を備える
ことを特徴とする請求項1に記載の帳票処理装置。The output data transmitted from the form data input device is accompanied by a digital signature,
The form processing apparatus according to claim 1, wherein the form output unit includes a digital signature verification unit that accesses a verification server to verify the digital signature.
帳票である出力物を出力した際における帳票のレイアウトおよび帳票データ入力用の帳票イメージの画面レイアウトに共通に用いられる情報であるレイアウト情報、当該帳票である出力物を出力した際における出力項目を制御する情報である出力制御情報、及び、前記帳票データ入力装置において表示される帳票データ入力用の画面における表示項目を制御する情報である入力制御情報を含む帳票定義情報を読み込む読込処理手順と、
前記帳票定義情報に基づいて、前記帳票データ入力装置に送信して当該帳票イメージを表示するためのHTMLファイルを、前記レイアウト情報により項目の位置を定めることにより、作成する作成処理手順と、
前記HTMLファイルを前記帳票データ入力装置に送信し、前記帳票データ入力装置において、前記入力制御情報により前記表示項目を制御することにより、前記HTMLファイルに基づいて表示された当該帳票イメージに入力され、前記帳票データ入力装置から受信した帳票データに基づいて、出力用データを生成する生成処理手順と、
前記帳票定義情報と前記出力用データとに基づいて、前記レイアウト情報により項目の位置を定めかつ前記出力制御情報により前記出力項目を制御することにより、当該帳票である出力物を出力する出力処理手順とを、コンピュータに実行させ、
前記帳票定義情報が、その入力制御情報に、前記帳票データ入力装置において呼び出された場合に前記帳票データについてのデータ編集処理を実行し、又は、前記帳票データ入力装置において呼び出された場合に前記帳票データについてのチェック処理を実行し、又は、前記帳票データ入力装置において呼び出された場合に前記帳票データについての演算を実行するアプレット又はスクリプトを指定する記述を含み、
前記作成処理手順において、前記帳票定義情報の前記記述に従って、前記指定されたアプレット又はスクリプトが、前記HTMLファイルに付加され、
前記生成処理手順において、前記アプレット又はスクリプトにより、データ編集された前記帳票データ、又は、チェックされた前記帳票データ、又は、演算された前記帳票データに基づいて、前記出力用データが生成される
ことを特徴とするプログラム。A program for realizing a form processing apparatus connected to a form data input apparatus having a web browser via the Internet,
Layout information on the screen layout of the document image for layout and form data input form at the time of outputting the output thereof is a book form is information used in common, the output items in the time of outputting the output thereof is the form output control information is control information, and, reading procedure of reading the form definition information including the input control information is information for controlling the display items definitive to screen for form data input that is displayed in the form data input device When,
A creation processing procedure for creating an HTML file for displaying the form image by transmitting to the form data input device based on the form definition information by determining the position of the item by the layout information;
The HTML file is transmitted to the form data input device, and in the form data input device, the display item is controlled by the input control information, thereby being input to the form image displayed based on the HTML file , Based on the form data received from the form data input device , a generation processing procedure for generating output data;
Based on the form definition information and the output data, an output processing procedure for determining the position of the item by the layout information and controlling the output item by the output control information to output an output product that is the form Is executed on the computer,
The form definition information, in the input control information, said running data editing processing for form data when called in the form data input device, or, wherein when called in the form data input device Including a description that specifies an applet or a script that executes a check process on the form data or performs an operation on the form data when called in the form data input device;
In the creation processing procedure, the designated applet or script is added to the HTML file in accordance with the description of the form definition information.
In the generation processing procedure, the output data is generated by the applet or script based on the form data that has been edited, the checked form data, or the calculated form data. A program characterized by
前記出力制御情報の選択画面を表示し、当該画面からGUIにより入力の項目を選択可能とすることにより、前記出力制御情報の作成を支援する出力制御情報入力支援処理部と、
前記入力制御情報の選択画面を表示し、当該画面からGUIにより入力の項目を選択可能とすることにより、前記入力制御情報の作成を支援する入力制御情報入力支援処理部とを備える
ことを特徴とする帳票定義情報作成装置。Layout information on the screen layout of the document image for layout and form data input form at the time of outputting the output thereof is a book form is information used in common, the output items in the time of outputting the output thereof is the form output control information is control information, and, a form definition to create a form definition information including the document data input control information is information for controlling the definitive display items on the screen of the form data for input that is displayed in the input device An information creation device,
An output control information input support processing unit for supporting creation of the output control information by displaying the output control information selection screen and enabling selection of an input item from the screen by using a GUI;
An input control information input support processing unit that supports the creation of the input control information by displaying the input control information selection screen and enabling selection of an input item from the screen through a GUI. Form definition information creation device.
前記入力制御情報はその項目名と属性情報とからなり、
前記出力制御情報の属性情報及び前記入力制御情報の属性情報において、各々、当該項目の表示の有無及び出力の有無を指定可能とする
ことを特徴とする請求項7に記載の帳票定義情報作成装置。The output control information consists of the item name and attribute information,
The input control information consists of the item name and attribute information,
8. The form definition information creation device according to claim 7, wherein in the attribute information of the output control information and the attribute information of the input control information, the presence / absence of display and the output of the item can be specified. .
ことを特徴とする請求項7に記載の帳票定義情報作成装置。The input control information input support processing unit creates the form definition information by adding the input control information to the existing output form definition information including the layout information and the output control information. The form definition information creation device according to claim 7.
前記出力制御情報の選択画面を表示し、当該画面からGUIにより入力の項目を選択可能とすることにより、前記出力制御情報の作成を支援する出力制御情報入力支援処理手順と、
前記入力制御情報の選択画面を表示し、当該画面からGUIにより入力の項目を選択可能とすることにより、前記入力制御情報の作成を支援する入力制御情報入力支援処理手順とを、コンピュータに実行させる
ことを特徴とするプログラム。Layout information on the screen layout of the document image for layout and form data input form at the time of outputting the output thereof is a book form is information used in common, the output items in the time of outputting the output thereof is the form output control information is control information, and, a form definition to create a form definition information including the document data input control information is information for controlling the definitive display items on the screen of the form data for input that is displayed in the input device A program for realizing an information creation device,
An output control information input support processing procedure for supporting the creation of the output control information by displaying the output control information selection screen and enabling selection of an input item from the screen by a GUI;
Displaying the input control information selection screen and allowing the computer to execute an input control information input support processing procedure for supporting the creation of the input control information by enabling selection of an input item from the screen through the GUI A program characterized by that.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2001193064A JP4356859B2 (en) | 2001-06-26 | 2001-06-26 | Form processing apparatus and program thereof, form definition information creation apparatus and program thereof |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2001193064A JP4356859B2 (en) | 2001-06-26 | 2001-06-26 | Form processing apparatus and program thereof, form definition information creation apparatus and program thereof |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2003006556A JP2003006556A (en) | 2003-01-10 |
JP4356859B2 true JP4356859B2 (en) | 2009-11-04 |
Family
ID=19031418
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2001193064A Expired - Lifetime JP4356859B2 (en) | 2001-06-26 | 2001-06-26 | Form processing apparatus and program thereof, form definition information creation apparatus and program thereof |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4356859B2 (en) |
Families Citing this family (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006065827A (en) * | 2004-08-30 | 2006-03-09 | Toramatsu Shintani | Business form holding, business form editing and business form sharing program |
JP5188818B2 (en) * | 2008-01-30 | 2013-04-24 | 株式会社日立ソリューションズ | Method for implementing input verification in multiple application forms |
JP5069322B2 (en) * | 2010-01-29 | 2012-11-07 | 株式会社エヌ・ティ・ティ・データ | Form generation device, form generation method, and form generation program |
JP5427931B2 (en) * | 2012-08-16 | 2014-02-26 | 株式会社エヌ・ティ・ティ・データ | Form server device, control method for form server device, and control program for form server device |
US9916626B2 (en) * | 2013-02-28 | 2018-03-13 | Intuit Inc. | Presentation of image of source of tax data through tax preparation application |
US9256783B2 (en) | 2013-02-28 | 2016-02-09 | Intuit Inc. | Systems and methods for tax data capture and use |
US10878516B2 (en) | 2013-02-28 | 2020-12-29 | Intuit Inc. | Tax document imaging and processing |
JP2015095103A (en) * | 2013-11-12 | 2015-05-18 | 株式会社富士通ソーシアルサイエンスラボラトリ | Information system, program and data structure |
JP5991365B2 (en) * | 2013-12-19 | 2016-09-14 | キヤノンマーケティングジャパン株式会社 | Form system, information processing apparatus, processing method thereof, and program |
US9412017B1 (en) | 2013-12-30 | 2016-08-09 | Intuit Inc. | Methods systems and computer program products for motion initiated document capture |
US9916627B1 (en) | 2014-04-30 | 2018-03-13 | Intuit Inc. | Methods systems and articles of manufacture for providing tax document guidance during preparation of electronic tax return |
JP6508978B2 (en) * | 2015-03-02 | 2019-05-08 | キヤノン株式会社 | INFORMATION PROCESSING SYSTEM, SERVER, CONTROL METHOD, AND COMPUTER PROGRAM |
JP7489361B2 (en) | 2021-09-30 | 2024-05-23 | ウイングアーク1st株式会社 | Information processing system and information processing device |
-
2001
- 2001-06-26 JP JP2001193064A patent/JP4356859B2/en not_active Expired - Lifetime
Also Published As
Publication number | Publication date |
---|---|
JP2003006556A (en) | 2003-01-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6320587B1 (en) | Font processing apparatus in network environment and method thereof | |
US7062451B1 (en) | Method for facilitating the purchase of compatible products | |
JP4356859B2 (en) | Form processing apparatus and program thereof, form definition information creation apparatus and program thereof | |
US7809609B2 (en) | System, method, and computer readable storage medium for the processing of print orders | |
JP7158200B2 (en) | Information processing system, server, control method thereof, and program | |
JP6504234B2 (en) | INFORMATION PROCESSING APPARATUS, PROCESSING METHOD THEREOF, AND PROGRAM | |
US20060055969A1 (en) | Print system and information processing apparatus | |
JP2003044318A (en) | Program and method for supporting test | |
US10681232B2 (en) | Image processing apparatus, method for controlling the same, and storage medium | |
JP2003167692A (en) | Print system for online album picture, server system for use in this print system, and photographic processing system | |
US20080024834A1 (en) | Information registration apparatus for registering information onto registering destination on network and method thereof | |
US20060206813A1 (en) | System and method for management of the production of printed material | |
JP4794348B2 (en) | Information providing system, information providing method and information providing program in call center | |
US20030200269A1 (en) | Information processing device and information processing system | |
US7339694B2 (en) | Chit printing system, chit printing apparatus and chit printing method | |
JP2004110766A (en) | Card issuing system and card issuing method | |
JPH0795232A (en) | Job processing system for job instruction sheet | |
JP3326073B2 (en) | Transfer processing system and data correction device | |
US7610368B2 (en) | Server apparatus, method for controlling the same, and computer program | |
JP2016181120A (en) | Information processing device and image formation device | |
JP2021005153A (en) | Detailed log distribution device, program, and detailed log distribution system | |
US20210349974A1 (en) | System and method for providing service, and recording medium | |
JP7055283B1 (en) | An electronic printed matter that has the same layout as the printed matter and constitutes a web page with the same screen design regardless of the type of terminal device such as a personal computer, smartphone, or tablet computer, and a computer system that cooperates with it. | |
JP6862644B2 (en) | Input support device, input support system, input support method, and input support program | |
JP2002163091A (en) | Document printing system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20040210 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20060523 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20060724 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20060815 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20060911 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20070104 |
|
A912 | Re-examination (zenchi) completed and case transferred to appeal board |
Free format text: JAPANESE INTERMEDIATE CODE: A912 Effective date: 20070330 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090623 |
|
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: 20090730 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120814 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4356859 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120814 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130814 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140814 Year of fee payment: 5 |
|
EXPY | Cancellation because of completion of term |