Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP4159261B2 - Personal advance expense settlement system, personal advance expense settlement method, program and recording medium - Google Patents
[go: Go Back, main page]

JP4159261B2 - Personal advance expense settlement system, personal advance expense settlement method, program and recording medium - Google Patents

Personal advance expense settlement system, personal advance expense settlement method, program and recording medium Download PDF

Info

Publication number
JP4159261B2
JP4159261B2 JP2001082058A JP2001082058A JP4159261B2 JP 4159261 B2 JP4159261 B2 JP 4159261B2 JP 2001082058 A JP2001082058 A JP 2001082058A JP 2001082058 A JP2001082058 A JP 2001082058A JP 4159261 B2 JP4159261 B2 JP 4159261B2
Authority
JP
Japan
Prior art keywords
information
expense
personal
settlement
reimbursement
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
JP2001082058A
Other languages
Japanese (ja)
Other versions
JP2002279146A (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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2001082058A priority Critical patent/JP4159261B2/en
Publication of JP2002279146A publication Critical patent/JP2002279146A/en
Application granted granted Critical
Publication of JP4159261B2 publication Critical patent/JP4159261B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、個人立替経費精算システム、個人立替経費精算方法、プログラム及び記録媒体、より詳細には、個人の立替金の精算処理において、精算申請者によるデータ入力から決済、会計処理、ファームバンキング処理にいたる処理を基本的にペーパレスで実行できるようにした経費精算処理技術に関する。
【0002】
【従来の技術】
企業や団体等では、いろいろな場面で個人が立替金を支出し、事後にその立替金を精算する処理が発生している。図8は、従来の個人立替金精算システムの処理の流れの一例を説明するための図である。例えば個人精算者21が立替金の精算をしようとする場合、所定の精算用紙に精算内容を記入し、その精算内容を上司22がチェックして精算用紙に検印し、個人精算者の所属部門の庶務担当23がこの精算用紙をとりまとめて、経理部門へ提出して経理部門24から個人精算者に出金を行うようにしていた。
【0003】
上記精算用紙を受け付けた経理部門24では、経理部員が全件について精算申請内容をチェックし、所定のDBにまとめてデータを入力し、出金処理を行っていた。このような処理システムにおいて、オンラインによるペーパレス化が実行されているのは、多くの場合上記庶務担当23が端末入力したデータを経理部門が受信して処理を行うような形態が殆どである。すなわち、精算申請処理の電子入力を可能とするシステムであっても、上記庶務担当のような入力操作に熟知した特定の人が他人の精算申請をまとめて代理入力しているケースが多く、間接業務の処理を相変わらず合理化できないという問題がある。また上記のような入力システムにおいて、上記のように経理部門24による全件確認が通常行われているが、このような確認においては、形式的なチェックのみを行っていることも多く、電子システム化による合理化が望まれる。
【0004】
また上記のようなホスト入力システムにおいては、例えば、立替金申請者が繰り返し往訪する場所への交通費の申請であってもその都度毎回精算申請入力を行う必要があり、煩わしさを感じたり、休日や深夜等、ホストの非稼働時には精算入力処理を行うことができないという不満もあった。またこのようなホスト入力システムでは、ホストのエミュレーションソフトを入力用端末にインストールする必要があり、さらに巷間で一般的になっているGUI入力画面になれている利用者は、ホスト画面が使いにくく感じるというという問題もある。
【0005】
上述したごとくに、立替金の精算処理においては、基本的には紙をベースにしたワークフロー処理が行われ、オンラインによるペーパレス処理が行われる場合であっても、電子ワークフローと紙との二重確認の部分を多くのプロセスで残しているというのが実情である。
【0006】
一方、上記のような立替金精算システムは、基本としては専用ログインシステムからアクセスして使用するシステムであって、つまり、“誰が今このシステムを使用しているのか”を特定するために、アクセスする際に入口で入力する例えば社員NO.がキーとなっているシステムであると言える。このようなシステムをブラウザで使用するにあたっても、同じセキュリティを保つ必要がある。
【0007】
Webクライアントと言えば、直接URLを入力するとそのリンク先を直接開くことができるという仕組みになっている。もしこの仕組みを利用して立替金精算システムを使用されてしまえば、他人の伝票を直接開くことができるという、セキュリティ違反が発生する。
【0008】
WEBブラウザにおける個人特定を行うシステムを構築する場合、例えば、(A)一般的に広く行われている認証局による個人認証、(B)URL記述による方法(たとえば、URLの後ろの部分に個人を記述する方法)、(C)COOKIEの受け入れによる方法、等が採用されている。
【0009】
しかしながら、上記(A)の方法では、サーバ等の複雑な仕組みが必要で、サーバ単位の認証となり、DB単位(アプリケーション単位)の個人認識は行いにくいという問題がある。サーバにおいて読者制限機能(読者フィールド機能)を利用すればこの仕組みでも認証が可能であるが、ある程度の高速レスポンスに対応するためには、読者制限機能(読者フィールド機能)を使用する処理は不向きである。
【0010】
また上記(B)の方法は、たとえ長大な個人記述情報であっても、そのURLをダイレクトに入力されればシステムへの進入が可能であり、セキュリティは万全とはいえない。さらに上記(C)の方法は、COOKIEによる照会系の個人認識には利用されているが、セキュリテイは維持することができない。
【0011】
【発明が解決しようとする課題】
本発明は、上述のごとき実情に鑑みてなされたもので、個人の立替金の精算処理において、精算申請者によるデータ入力から決済、会計処理、ファームバンキング処理にいたる処理を基本的にペーパレスで実行できるようにすることにより、各部門の業務の効率化や迅速化による総合的な合理化を図ることができる個人立替経費精算システム方法、該方法を実行するプログラム及び記録媒体を提供することを目的とするものである。
【0013】
【課題を解決するための手段】
請求項1の発明は、従業員による経費立替金を精算するための個人立替経費精算システムにおいて、会計システムが稼働する会計処理コンピュータと、個人立替金精算処理に係わる利用者の端末との間でデータ通信を行い該会計システムに転送して該会計システムにて精算出金処理を行うための立替経費精算情報を生成するサーバとを有する個人立替経費精算システムであって、前記サーバは、経費立替金精算を申請する精算申請者からの申請情報の入力を受け付けて保持し、該精算申請者に対して決済承認権限を有する利用者から、該申請入力情報に関する電子承認情報を受け付けた際に、前記立替経費精算情報を前記会計処理コンピュータに転送し、該会計処理コンピュータは転送された立替経費精算情報に従って前記申請を行った従業員に対して出金処理を行うための情報を出力する個人立替経費精算システムであって、該個人立替経費精算システムは、前記精算申請者が申請情報を入力した際、決済承認権限者による決済承認、及び経理確認セクションによる確認において証憑の確認を必要とするか否かを予め定められた基準にしたがって自動的に判定する判定機能を有し、該判定機能は、精算申請の分類項目を選択させるための選択画面を利用者端末に表示し、該選択画面による選択入力を受け付けて該選択入力に従って前記証憑の確認の要否を判断して表示し、該証憑の確認要否の判定機能において該証憑の確認が必要であると判断した際に、証憑貼付用の台紙を該利用者端末の印刷手段から印刷出力する手段を有し、前記証憑貼付用の台紙を印刷出力する際、該台紙の出力ごとにバーコードを発行し、該発行したバーコードを該台紙上に印刷し、前記サーバは、前記経理確認セクションによって送信された該台紙の証憑確認結果を電子承認データとして受付け、前記台紙に印刷表示するバーコードは、前記申請情報の電子データの変更回数を示すコード部を有し、前記サーバは、前記経理確認セクションより送信されたバーコードの前記コード部から読み取ったデータ変更回数情報と、前記精算申請者の端末から送信された申請情報に含まれるデータ変更回数情報とを比較して、前記バーコードの変更回数情報と前記申請情報の変更回数情報とに差異が生じているときは、エラー処理を行い、前記経理確認セクションにおける前記台紙の証憑確認結果を示す電子承認データのステータスは、バーコードリーダによって読みとられたバーコード情報によって、承認ステータスに変換されることを特徴としたものである。
【0014】
請求項2の発明は、請求項1の発明において、該個人立替経費精算システムは、ファームバンキングシステムを利用して送信することが出来るデータを作成する機能を有し、前記申請を行なった精算申請者の金融機関に該当金額の振込処理を行なうことを特徴としたものである。
【0015】
請求項3の発明は、請求項1または2の発明において、前記サーバは、前記経費立替金精算を申請する精算申請者からの申請情報の入力を受け付けた際に、該精算申請者に対して決済承認権限を有する利用者に対し、前記申請情報の入力がなされた旨をメールにて通知する機能を有し、該決済承認権限を有する利用者が該メールの確認に応じて前記サーバにアクセスして前記申請情報を確認し、承認をするのであれば所定の前記電子承認情報を前記サーバに送信可能としたことを特徴としたものである。
【0016】
請求項4の発明は、請求項1ないし3のいずれか1の発明において、前記サーバ及び前記会計処理コンピュータは、前記精算申請者により入力された申請情報及び電子承認情報に対する経理確認セクションの利用者端末からのアクセスを受付て、該利用者端末からの該各情報の内容確認を可能とすることを特徴としたものである。
【0024】
請求項の発明は、請求項1ないしのいずれか1の発明において、前記サーバから前記会計処理コンピュータへの前記立替経費精算情報のデータ転送は、夜間の自動転送により実施することを特徴としたものである。
【0025】
請求項の発明は、請求項1の発明において、前記精算申請者が端末に申請情報を入力するためのツールとして、行またはブロックのコピー/貼り付け機能、行き先情報登録機能、及び所定の交通手段検索ソフトウェアの検索結果の貼り付け機能のいずれかまたは複数を有することを特徴としたものである。
【0026】
請求項の発明は、請求項1ないしのいずれか1の発明において、前記申請データの承認を行うためのキーとして、申請情報を申請単位ごとに伝票として扱う上での伝票番号を連続的に採番する自動連続採番機能を有し、該自動連続採番機能は、同一電子情報に複数端末から同時に編集処理を受けた場合の排他制御により実現することを特徴としたものである。
【0027】
請求項の発明は、請求項の発明において、前記排他制御を行うモジュールの処理は、伝票情報テーブルを取得して伝票番号を取得し、該伝票番号をカウントアップしてセットし、伝票番号テーブルの保存処理を行う処理を含み、さらに同一の文書に対する同時編集が行われた場合の競合状態があっても伝票番号の取得及び保存を有効にするために、前記伝票番号テーブルの保存処理結果を取得し、該競合によって該伝票番号が保存されていない場合、再度伝票番号テーブルを保存する処理を所定回数まで実行する処理を含むことを特徴としたものである。
【0028】
請求項の発明は、請求項の発明において、該個人立替経費精算システムにアクセスするための認証手段を有し、該認証手段は、該個人立替経費精算システムにアクセスしようとする利用者のID情報及びパスワードの入力を受け付ける入力画面を有し、該入力画面に入力されたID情報及びパスワードを認証し、認証の結果アクセスを許可するのであれば複数のフレームに分割された画面のひとつのフレームの表示データを格納する記憶手段の格納領域に、すくなくとも該ID情報を格納するともに、該ID情報を非表示とし、前記複数のフレームの他のフレームに該個人立替経費精算システムを操作する操作画面を表示し、前記ひとつの表示データの前記格納領域に該ID情報が格納されていなければ、前記操作画面の操作を許可しないようにすることを特徴としたものである。
【0029】
請求項10の発明は、請求項1ないしのいずれか1の発明において、前記サーバと利用者端末とのネットワーク環境をグループウェアシステムにて実現することを特徴としたものである。
【0030】
請求項11の発明は、請求項1ないし10のいずれか1の発明において、前記サーバと利用者端末とのネットワーク環境をWebシステムにて実現することを特徴としたものである。
【0031】
請求項12の発明は、従業員による経費立替金を精算するための個人立替金精算方法において、会計システムが稼働する会計処理コンピュータと、個人立替金精算処理に係わる利用者の端末との間でデータ通信を行い該会計システムに転送して該会計システムにて精算出金処理を行うための立替経費精算情報を生成するサーバとによって実行せしめる個人立替金精算方法であって、前記サーバに経費立替金精算を申請する精算申請者からの申請情報の入力を受け付けて保持させ、該精算申請者に対して決済承認権限を有する利用者から、該申請入力情報に関する電子承認情報を受け付けた際に、前記立替経費精算情報を前記会計処理コンピュータに転送せしめ、該会計処理コンピュータは転送された立替経費精算情報に従って前記申請を行った従業員に対して出金処理を行うための情報を出力させる個人立替金精算方法であって、該個人立替経費精算方法は、前記精算申請者が申請情報を入力した際、決済承認権限者による決済承認、及び経理確認セクションによる確認において証憑の確認を必要とするか否かを予め定められた基準にしたがって自動的に判定し、前記証憑の確認の要否の判定は、精算申請の分類項目を選択させるための選択画面を利用者端末に表示し、該選択画面による選択入力を受け付けて該選択入力に従って前記証憑の確認の要否を判断して表示することにより実行し、前記証憑の確認要否の判定において該証憑の確認が必要であると判断した際に、証憑貼付用の台紙を該利用者端末の印刷手段から印刷出力し、前記証憑貼付用の台紙を印刷出力する際、該台紙の出力ごとにバーコードを発行し、該発行したバーコードを該台紙上に印刷し、前記サーバは、前記経理確認セクションによって送信された該台紙の証憑確認結果を電子承認データとして受付るようにし、前記台紙に印刷表示するバーコードに、前記申請情報の電子データの変更回数を示すコード部を設定し、前記サーバが前記経理確認セクションより送信されたバーコードのデータ変更回数情報と、前記精算申請者の端末から送信された申請情報に含まれるデータ変更回数の情報とを比較して、前記バーコードの変更回数情報と前記申請情報の変更回数情報に差異が生じているときは、エラー処理を行い、前記経理確認セクションにおける前記台紙の証憑確認結果を示す電子データのステータスは、バーコードリーダによって読みとられたバーコード情報によって、承認ステータスに変換されることを特徴としたものである。
【0032】
請求項13の発明は、請求項1の発明において、該個人立替経費精算方法は、金融機関のファームバンキングシステムが、前記会計処理コンピュータから出力された前記出金処理を行うための情報を入力して、前記申請を行った従業員の金融口座に該当金額の振り込み処理を行うことを特徴としたものである。
【0033】
請求項14の発明は、請求項1または13の発明において、前記サーバは、前記経費立替金精算を申請する精算申請者からの申請情報の入力を受け付けた際に、該精算申請者に対して決済承認権限を有する利用者に対し、前記申請情報の入力がなされた旨をメールにて通知し、該決済承認権限を有する利用者が、該メールの確認に応じて前記サーバにアクセスして前記申請情報を確認し、承認をするのであれば所定の前記電子承認情報を前記サーバに送信することを特徴としたものである。
【0034】
請求項15の発明は、請求項1ないし14のいずれか1の発明において、前記サーバ及び前記会計処理コンピュータは、前記精算申請者により入力された申請情報及び電子承認情報に対する経理確認セクションの利用者端末からアクセスを受け付けて、該利用者端末からの該各情報の内容確認を可能とすることを特徴としたものである。
【0043】
請求項16の発明は、請求項1ないし15の発明において、前記サーバから前記会計処理コンピュータへの前記立替経費精算情報のデータ転送を、夜間の自動転送により実施することを特徴としたものである。
【0044】
請求項17の発明は、請求項1の発明において、前記精算申請者が端末に申請情報を入力するためのツールとして、行またはブロックのコピー/貼り付け機能、行き先情報登録機能、及び所定の交通手段検索ソフトウェアの検索結果の貼り付け機能のいずれかまたは複数を付与することを特徴としたものである。
【0045】
請求項18の発明は、請求項1ないし17のいずれか1の発明において、前記申請データの承認を行うためのキーとして、申請情報を申請単位ごとに伝票として扱う上での伝票番号を連続的に採番する自動連続採番機能を付与し、該自動連続採番機能は、同一電子情報に複数端末から同時に編集処理を受けた場合の排他制御により実現することを特徴としたものである。
【0046】
請求項19の発明は、請求項18の発明において、前記排他制御を行うモジュールの処理は、伝票情報テーブルを取得して伝票番号を取得し、該伝票番号をカウントアップしてセットし、伝票番号テーブルの保存処理を行う処理を含み、さらに同一の文書に対する同時編集が行われた場合の競合状態があっても伝票番号の取得及び保存を有効にするために、前記伝票番号テーブルの保存処理結果を取得し、該競合によって該伝票番号が保存されていない場合、再度伝票番号テーブルを保存する処理を所定回数まで実行する処理を含むことを特徴としたものである。
【0047】
請求項20の発明は、請求項19の発明において、該方法を実行する個人立替経費精算システムにアクセスするための認証手段を付与し、該認証手段は、該個人立替経費精算システムにアクセスしようとする利用者のID情報及びパスワードの入力を受け付ける入力画面を有し、該入力画面に入力されたID情報及びパスワードを認証して認証結果アクセスを許可するのであれば複数のフレームに分割された画面のひとつのフレームの表示データを格納する記憶手段の格納領域に、すくなくとも該ID情報を格納するともに、該ID情報を非表示とし、前記複数のフレームの他のフレームに該個人立替経費精算システムを操作する操作画面を表示し、前記ひとつの表示データの格納領域に該ID情報が格納されていなければ、操作画面の操作を許可しないようにすることを特徴としたものである。
【0048】
請求項21の発明は、請求項1ないし20のいずれか1の発明において、前記サーバと利用者端末とのネットワーク環境をグループウェアシステムにて実現することを特徴としたものである。
【0049】
請求項22の発明は、請求項1ないし20のいずれか1の発明において、前記サーバと利用者端末とのネットワーク環境をWebシステムにて実現することを特徴としたものである。
【0050】
請求項23の発明は、請求項1ないし22のいずれか1に記載の個人立替金精算方法をコンピュータに実行させるプログラムである。
【0051】
請求項24の発明は、請求項23に記載のプログラムをコンピュータ読み取り可能に記録した記録媒体である。
【0056】
【発明の実施の形態】
本発明の個人立替経費精算システムは、グループウェア/ブラウザ上の稼働に好適なシステムであって、グループウェアを用いる例えば企業等の従業員が、経費精算申請の入力/審査/承認をペーパレスでまた証憑確認が必要な項目においては一部紙を併用して実行できるようにしたことを特徴とするものである。グループウェアでは、使用者にわかりやすいGUI画面を構成できるので、システム利用者はマニュアル等を見なくても直感的な操作で各種処理を行うことができる。
【0057】
図1は、本発明のペーパレス個人立替経費精算システムにおける、立替経費精算処理の流れの例を説明するための図で、完全ペーパレス化を実行するシステムの処理について示すものである。本実施例では、グループウェアによって本発明に係わるシステムを運用する例を説明する。
【0058】
立替金精算申請を行う個人(精算申請者)2は、端末から精算申請情報の入力を行う。入力された精算申請情報は、グループウェアのサーバ1に転送される(ステップS1)。サーバ1は転送された精算申請情報に関するメールを決裁権限を持つ例えば申請者の上司3に送信する(ステップS2)。上司3は、内容確認のうえ、承認するのであれば電子承認情報を端末に入力してサーバ1に送る(ステップS3)。サーバ1は精算申請者からの申請情報のステータスを上司3から送られた電子承認情報によって承認ステータスに変換し、これをホスト5に転送する(ステップS4)。ホスト5では会計システムが稼働している。この転送は、例えば夜間の自動転送により実施される。
【0059】
例えば経理部門の小払区担当4等の最終確認区では、サーバ1またはホスト5にアクセスして精算申請内容のチェックを行う(ステップS5)。精算申請データの方式チェックや合計金額チェック等はアプリケーション側で自動的に行われるため、小払区担当4によるチェックは、全件チェックでなくサンプルチェックで済ませることができ、これにより間接部門の合理化を図ることができる。そしてホスト5は、上記承認ステータスの精算申請情報(立替経費精算情報)によって決済処理を行い、申請相当額の出金要求データを所定の銀行6に送信する(ステップS6)。出金要求データを受信した銀行6は、例えば翌営業日に精算申請者2の預金口座に該当金額の振り込み処理を行う(ステップS7)。上述のようにして、ペーパレスの立替経費精算システムが構築される。
【0060】
図2は、本発明の個人立替経費精算システムにおける立替経費精算処理の流れの他の例を説明するための図で、領収書の必要な精算項目については、専用の台紙を用いて電子処理と紙の処理を一部併用する形態をとるシステム構成例を示すものである。図2は、図1の電子処理に、さらに紙による処理を加えて表現したものである。グループウェアには、精算処理に関して証憑(領収書)の有無を自動判定する機能が設定され、グループウェア上の該当画面において、予め設定された項目分類(例えば交通費におけるバス、電車、タクシー等の交通手段等)が表示され、精算申請者が該当項目をポインタ等で選択することにより、グループウェアが領収書の要/不要を判断してその判断結果を表示する。
【0061】
まず精算申請者2は、端末から精算申請情報の入力を行う。入力された精算申請情報は、グループウェアのサーバ1に転送される(ステップS1)。このとき精算申請者2の入力に従って領収書の要/不要の自動判定が行われ、領収書が必要であれば、端末は所定の領収書貼付用の証憑確認用台紙を出力する。精算申請者2は、該当する領収書をその台紙に貼付し、決済権限をもつ例えばその精算申請者の上司3に証憑確認用台紙を提出する(ステップS2′)。このときに、後の最終確認区(ここでは経理部門の小払区担当4)によるサーバ4への承認データ入力を合理化するために、例えば、証憑確認用台紙ごとにバーコードを発行して、そのバーコードを該台紙に印刷する処理が行われる。また証憑確認用台紙には、小払区担当4において、証憑との確認が必要な部分のデータのみを印字し、これにより小払区担当4では最小限の作業での証憑確認用台紙における確認作業が可能となる。
【0062】
一方、精算申請者2から入力された精算申請情報を受けたサーバは、該情報に関するメールを上司3に送り(ステップS2)、上司3は内容確認の上、承認するのであれば、電子承認情報を端末に入力してサーバ1に送る(ステップS3)。また、領収書を貼付した証憑確認用台紙とを受けた上司3は、承認するのであればこれに押印し、精算申請2にその証憑確認用台紙を戻す(ステップS3′)。精算申請者2は、上司に押印された証憑確認用台紙を経理部門に提出し(ステップS8)、経理部門の小払区担当4が領収書の証憑確認等のチェックを行い、サーバ1に対して電子承認データ(すなわサーバ1が保持している精算申請データのステータスを承認ステータスに変換するための電子データ)を入力する(ステップS5)。
【0063】
このときに、小払区担当4は、証憑確認用台紙に表示されているバーコードをバーコードリーダを用いて読み込むことにより、電子承認データとしてそのバーコード情報をサーバ4に送信することができる。すなわち、電子データのステータスを承認ステータスに変換する作業を、証憑確認用台紙に印字されているバーコードを汎用バーコードリーダで連続読み取りすることで可能にし、これによって大量の証憑確認用台紙の確認処理も短時間で実行することが可能となる。そして領収書が貼付された証憑確認用台紙は、経理部門で保管される(ステップS9)。
【0064】
サーバ1は精算申請者2からの精算申請情報のステータスを、上司3から送信電子承認情報によって承認ステータスに変換し、これをホスト5に転送する(ステップS4)。この転送は、例えば夜間の自動転送により実施される。ホスト5は、この承認ステータスの精算申請情報(立替経費精算情報)によって決済処理を行い、申請相当額の集金要求データを所定の銀行6に送信する(ステップS6)。出金要求データを受信した銀行6は、例えば翌営業日に精算申請者2の預金口座に該当金額の振り込み処理を行う(ステップS7)。
【0065】
上記のバーコードの読みとりによる電子承認データの生成において、サーバ1からホスト5に至るルートを流れる電子データが変更されている場合、すなわちバーコードが示す情報がサーバ側の電子データにマッチしない場合、自動的に処理エラーとする。すなわち、精算申請の電子データとバーコード情報とは異なる流れで伝送されていくため、電子データが途中で修正された場合に、バーコード側の承認情報と異なるおそれがあるため、修正を検出してエラーとする。
修正の有無の検出は、JAN規格のバーコード体系のサフィックス部分に電子データの更新回数が示されるため、この部分を読みとって更新回数に差異が生じていると判別されるときにエラー処理を行うようにすればよい。すなわち、精算申請者等が電子データを変更をした場合は、その時点で再度、証憑確認用台紙の出力(すなわち新しいバーコードの発行)が必要である。
【0066】
上記バーコードの印字は、グループウェア、表計算ソフト、ブラウザ等のいずれのアプリケーションでも可能である。ブラウザから印刷する場合に、バーコードを表示して印刷するが、元になるイメージは、サーバでDLLファイルらJPEGファイルを作成し、そのJPEGファイルを個人テーブル文書に添付して印刷用の画面にパスを通すことによって表示している。
【0067】
図3は、上記本発明の個人経費立替精算システムにおける、精算申請者2が入力を行うための画面の一例を示す図である。図3は交通費を精算するための画面であって、図示するようにGUI画面で非常にわかりやすく入力作業を行うことができるようになっている。また入力画面においては、行またはブロックのコピー/張り付け機能を実行でき、精算申請者が以前同じ行き先に行ったことがあって精算申請を行ったことがある場合は、前回分の入力内容をコピーして用いることができる。また行先情報登録機能を有していて、申請者がよく行く場所や交通拠点を登録することができ、次回からの申請の入力に用いることができる。また、上記の入力画面では、鉄道経路や駅情報を検索するための検索ソフトウェアの検索結果を張り付ける機能を有し、申請者に利便性を与えている。
【0068】
図4は、上記本発明の個人経費立替精算システムにおける、証憑確認用台紙(証憑貼付台紙)の一例を示す図である。図示するように、証憑確認用台紙10には、最終確認区において、憑証との確認が必要な部分のデータ11のみを印字し、証憑(領収書)12を貼り付けるようにしてある。また上述したごとくに該台紙ごとに発行したバーコード13も印字されている。これにより最終確認区では最小限の作業での証憑確認用台紙10における確認作業が可能となる。
【0069】
次に上記本発明の個人経費立替精算システムにおける、グループウェア上での伝票採番時の排他制御のロジックについて説明する。本ロジックを使用する目的は、電子データ上の情報(伝票番号)を一意に作成して、電子データで精算伝票を扱ううえでの信頼性の向上を図るものである。用意される伝票番号の採番を行うモジュールでは、伝票番号テーブルを取得し、伝票にユニークな番号を採番し、また伝票番号をカウントアップして伝票番号マスタを保存する。
【0070】
図5は、上記排他制御の処理概要を説明するためのフローチャートである。まず伝票番号の採番を行うモジュールは、伝票情報テーブルを取得し(ステップS11)、伝票番号を取得する(ステップS12)。そして伝票番号をカウントアップしてセットし(ステップS13)、伝票番号テーブルの保存処理を行う。このとき、一つの文書を複数のユーザが同時に編集すると文書は保存されない(この状態を競合という)。そのため、「伝票番号テーブル」保存処理結果を取得し、保存できない場合、再度処理を行う。すなわち、ステップS14で、伝票番号テーブルの保存に成功すれば処理を終了してエラーとし、失敗したならばステップS15にすすんで保存トライ回数を確認し、5回以上であれば処理を終了し、5回より少なければステップS11に戻って伝票情報テーブルを取得する。ステップS15において、競合による再処理は、サーバへの負荷と処理速度とを考慮してここでは5回までとしている。
【0071】
本発明では、電子データと証憑とを照合確認し、審査/承認を行うための作業において、上記のごとくに自動採番された連続したユニークな<伝票NO>を確認キーとしている。ホストコンピュータ等今までのシステムでは比較的容易だった自動連続NO採番は、文書型データベースであるグループウエアではその実現が難しかったが、本発明では文書の排他制御の仕組みを実現することにより上記自動連続採番を実現している。これにより平行回覧時の同時編集における排他制御の仕組みを実現するものである。
【0072】
次に本発明に係わる認証方式の実施例について、特にブラウザに対する適用例について説明する。上記ペーパレス個人経費立替精算システムをWebシステムで運用する場合に、Webクライアントから当該システムにアクセスする際は、例えばフレームで2分割した表示画面の左側のフレームにメニューを表示して、その左側のフレームに社員No.を非表示で格納する仕組みを設け、右側のフレームには伝票などを表示する通常の画面を設定するようにした。左側のフレームに用意した社員No.の格納部には、利用者が専用ログインシステムとして社員No.を入力してペーパレス個人経費立替精算システムにアクセスした場合にのみ、利用者本人の社員No.が格納され、これによってメニューから各種の操作を実行できる権限を付与する。図6に社員番号をパスワードとともに入力するための画面例を示し、また、図7に上記のごとく2分割したフレーム構成例を示す。なお、本発明では、上記のごとくの2分割構成に限定されることなく複数分割フレームのいずれかに非表示で社員情報を格納することにより、メニュー操作を可能とするような機能を有していればよい。
【0073】
上記のごとくの仕組みを設けることによって、第3者等が直接URLを入力してペーパレス個人経費立替精算システムにアクセスしようとしても、アクセスした画面におけるに左側フレームに、操作権限を付与する社員NO.が格納されていない状態であるため、閲覧権限のない伝票やメニューなどの電子データに対して、上記第3者等が操作を実行することができず、セキュリティの強化を図ることができる。
【0075】
【発明の効果】
以上の説明から明らかなように、本発明によれば、個人の立替金の精算処理において、精算申請者によるデータ入力から決済、会計処理、ファームバンキング処理にいたる全ての処理をペーパレスで実行できるようにすることにより、各部門の業務の項効率化や迅速化による総合的な合理化を図ることができるペーパレス個人立替経費精算システムを提供することができる。
【図面の簡単な説明】
【図1】 本発明のペーパレス個人立替経費精算システムにおける、立替経費精算処理の流れの例を説明するための図である。
【図2】 本発明の個人立替経費精算システムにおける立替経費精算処理の流れの他の例を説明するための図である。
【図3】 本発明の個人経費立替精算システムにおける、精算申請者が入力を行うための画面の一例を示す図である。
【図4】 本発明の個人経費立替精算システムにおける、証憑確認用台紙(憑証貼付台紙)の一例を示す図である。
【図5】 排他制御の処理概要を説明するためのフローチャートである。
【図6】 社員番号をパスワードとともに入力するための画面例を示す図である。
【図7】 2分割したフレーム構成例を示す図である。
【図8】 従来の個人立替金精算システムの処理の流れの一例を説明するための図である。
【符号の説明】
1…サーバ、2…精算申請者、3…上司、4…小払区担当、5…ホスト、6…銀行。
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to an individual advance expense settlement system and an individual advance expense settlement method. , Settlement of expenses for programs and recording media, and more specifically, payment processing for individual advance payments, so that processes from data entry by settlement applicants to settlement, accounting, and farm banking can be performed basically without paper. It relates to processing technology.
[0002]
[Prior art]
In companies, organizations, etc., there are processes in which an individual spends advance payments in various situations, and after that, the advance payments are settled. FIG. 8 is a diagram for explaining an example of a processing flow of a conventional personal advance payment settlement system. For example, when the individual accountant 21 is going to settle the advance payment, fill in the payment details on the prescribed payment form, the manager 22 checks the payment details and checks the payment form, and the individual accountant's department The general affairs officer 23 collected the payment form, submitted it to the accounting department, and the accounting department 24 made a withdrawal to the individual accountant.
[0003]
In the accounting department 24 that received the payment form, the accounting staff checked the contents of the payment application for all cases, entered the data in a predetermined DB, and performed the withdrawal process. In such a processing system, online paperless processing is performed in most cases in which the accounting department receives the data input by the general affairs staff 23 and processes it. In other words, even for systems that allow electronic input for payment application processing, there are many cases where a specific person familiar with the input operation, such as the above-mentioned general affairs officer, collectively inputs the payment application of another person as a proxy. There is a problem that business processing cannot be rationalized as usual. In the input system as described above, all cases are normally confirmed by the accounting department 24 as described above. However, in such confirmation, only a formal check is often performed. The rationalization by conversion is desired.
[0004]
In addition, in the host input system as described above, for example, even if it is an application for transportation expenses to the place where the reimbursement applicant repeatedly visits, it is necessary to enter the settlement application every time, and it feels bothersome, There were also complaints that the payment input process could not be performed when the host was out of service, such as on holidays or late at night. In such a host input system, it is necessary to install host emulation software on the input terminal, and users who are familiar with the GUI input screen that is commonly used in the furrow feel that the host screen is difficult to use. There is also a problem that.
[0005]
As described above, in the payment process of advance payment, basically, paper-based workflow processing is performed, and even when online paperless processing is performed, double confirmation of electronic workflow and paper The fact is that this part is left in many processes.
[0006]
On the other hand, the advanced payment settlement system as described above is basically a system that is accessed and used from a dedicated login system, that is, access to specify “who is currently using this system”. For example, employee NO. It can be said that this is a key system. When using such a system in a browser, it is necessary to maintain the same security.
[0007]
Speaking of a Web client, the link destination can be opened directly by directly inputting a URL. If this system is used and the advanced payment settlement system is used, a security breach occurs in which another person's slip can be opened directly.
[0008]
When constructing a system for personal identification in a WEB browser, for example, (A) personal authentication by a certificate authority that is generally widely used, and (B) a method based on a URL description (for example, an individual is placed in the part after the URL). (C) and (C) a method based on acceptance of COOKIE.
[0009]
However, the method (A) requires a complicated mechanism such as a server, and authentication is performed in units of servers, and there is a problem that it is difficult to perform individual recognition in units of DB (units of applications). This mechanism can be authenticated by using the reader restriction function (reader field function) on the server, but the processing using the reader restriction function (reader field function) is unsuitable in order to support a certain level of high-speed response. is there.
[0010]
In the method (B), even if it is long personal description information, it is possible to enter the system if the URL is directly input, and the security is not perfect. Furthermore, the method (C) is used for personal recognition of inquiry system by COOKIE, but security cannot be maintained.
[0011]
[Problems to be solved by the invention]
The present invention has been made in view of the above-mentioned circumstances, and in the process of paying an individual's advance payment, the process ranging from data input by the settlement applicant to settlement, accounting process, and firm banking process is basically executed without paper. It is an object of the present invention to provide a personal replacement expense settlement system method, a program for executing the method, and a recording medium that can achieve comprehensive rationalization by improving the efficiency and speed of operations in each department. To do.
[0013]
[Means for Solving the Problems]
The invention of claim 1 is the personal advance expense settlement system for the expense settlement by the employee, between the accounting computer on which the accounting system operates and the user terminal involved in the personal advance settlement process. A personal reimbursement expense reimbursement system having a server for generating reimbursement expense reimbursement information for performing data communication and transferring to the reimbursement system to perform reimbursement processing in the recurring accounting system Accepting and holding the application information input from the payment application to apply for gold payment, and when receiving electronic approval information related to the application input information from a user who has the authorization to approve payment for the payment application, The reimbursement expense settlement information is transferred to the accounting computer, and the accounting computer is the employee who has made the application according to the reimbursement expense settlement information transferred. To output the information for performing payment processing on Individual Reimbursement expense settlement system The personal reimbursement expense settlement system determines whether or not a voucher confirmation is required in the settlement approval by the settlement approval authority and the confirmation by the accounting confirmation section when the settlement applicant inputs the application information. It has a determination function that automatically determines according to a predetermined standard, and the determination function displays a selection screen on the user terminal for selecting the classification item of the settlement application, and performs a selection input on the selection screen. Accepting and displaying the voucher confirmation necessity according to the selection input, and when the voucher confirmation necessity judgment function determines that the voucher confirmation is necessary, a voucher affixing mount is displayed. A means for printing out from the printing means of the user terminal, and when printing out the voucher pasteboard, a barcode is issued for each output of the mount, and the issued barcode is placed on the mount printing The server accepts the voucher confirmation result of the mount transmitted by the accounting confirmation section as electronic approval data, and the barcode printed and displayed on the mount includes a code portion indicating the number of times the application information electronic data has been changed. The server includes data change count information read from the code portion of the barcode transmitted from the accounting confirmation section, and data change count information included in the application information transmitted from the settlement applicant's terminal; If there is a difference between the barcode change count information and the application information change count information, an error is processed, and the electronic approval indicating the voucher confirmation result of the mount in the accounting confirmation section The status of the data is converted into an approval status based on the barcode information read by the barcode reader. Rukoto It is characterized by.
[0014]
The invention according to claim 2 is the claim 1 according to claim 1, wherein the personal reimbursement expense settlement system has a function of creating data that can be transmitted using a farm banking system, Transfer the appropriate amount to the financial institution Special It is a sign.
[0015]
The invention of claim 3 is the invention of claim 1 or 2, wherein when the server accepts input of application information from a settlement applicant who applies for the expense reimbursement settlement, It has a function to notify the user having the payment approval authority that the application information has been input by e-mail, and the user having the payment approval authority accesses the server in response to the confirmation of the e-mail. If the application information is confirmed and approved, predetermined electronic approval information can be transmitted to the server.
[0016]
According to a fourth aspect of the present invention, in the invention according to any one of the first to third aspects, the server and the accounting computer are users of an accounting confirmation section for application information and electronic approval information input by the settlement applicant. It is characterized in that access from a terminal is accepted and the contents of each information can be confirmed from the user terminal.
[0024]
Claim 5 The invention of claim 1 to claim 1 4 In any one of the inventions, data transfer of the advance expense adjustment information from the server to the accounting computer is performed by automatic transfer at night.
[0025]
Claim 6 According to the invention of claim 1, as a tool for the payment applicant to input application information to the terminal, a line / block copy / paste function, a destination information registration function, and predetermined transportation means search software One or more of the pasting functions of the search results is provided.
[0026]
Claim 7 The invention of claim 1 to claim 1 6 In any one of the inventions, as a key for approving the application data, it has an automatic continuous numbering function for continuously numbering a slip number when handling application information as a slip for each application unit The automatic consecutive numbering function is realized by exclusive control when the same electronic information is simultaneously subjected to editing processing from a plurality of terminals.
[0027]
Claim 8 The invention of claim 7 In the invention, the processing of the module that performs the exclusive control includes processing for acquiring a slip information table and acquiring a slip number, counting up and setting the slip number, and performing processing for storing the slip number table, Further, in order to enable acquisition and storage of the slip number even if there is a conflict state when simultaneous editing is performed on the same document, the storage processing result of the slip number table is acquired, and the slip number is determined by the conflict. Is stored, the processing for storing the slip number table again is included up to a predetermined number of times.
[0028]
Claim 9 The invention of claim 8 In the invention of claim 1, there is provided an authentication means for accessing the personal replacement expense settlement system, and the authentication means receives an input of ID information and a password of a user who intends to access the personal replacement expense settlement system. If the ID information and password entered on the input screen are authenticated and access is permitted as a result of the authentication , One frame of the screen divided into multiple frames In the storage area of the storage means for storing the display data of At least the ID information While storing, the ID information is hidden. Displaying an operation screen for operating the personal replacement expense settlement system in another frame of the plurality of frames; In the storage area of the one display data If the ID information is not stored, the operation on the operation screen is not permitted.
[0029]
Claim 10 The invention of claim 1 to claim 1 9 In any one of the inventions, a network environment between the server and the user terminal is realized by a groupware system.
[0030]
Claim 11 The invention of claim 1 to claim 1 10 In any one of the inventions, a network environment between the server and the user terminal is realized by a Web system.
[0031]
Claim 12 According to the present invention, in an individual payment adjustment method for payment of expense payment by an employee, data communication is performed between an accounting processing computer in which an accounting system is operated and a user terminal involved in the payment adjustment process of the individual payment. And a personal payment settlement method that is executed by a server that generates the settlement expense settlement information for performing the settlement calculation process in the accounting system. When the application information from the payment application to be applied is received and held, and the electronic approval information related to the application input information is received from a user who has the authority to approve payment for the payment application, The settlement information is transferred to the accounting computer, and the accounting computer sends the application to the employee who made the application in accordance with the transferred advance expense settlement information. To output information for payment processing and Individual Payment method In the personal reimbursement expense settlement method, when the settlement applicant inputs the application information, whether or not it is necessary to confirm the voucher in the settlement approval by the settlement approval authority and the confirmation by the accounting confirmation section. It is automatically determined according to a predetermined standard, and whether or not the voucher needs to be confirmed is determined by displaying a selection screen on the user terminal for selecting a classification item of the settlement application, and selecting input using the selection screen. And confirming whether or not the voucher needs to be confirmed according to the selection input, and displaying the voucher. When the mount for printing is printed out from the printing means of the user terminal and the mount for attaching the voucher is printed out, a barcode is issued for each output of the mount, and the issued barcode is placed on the mount printing The server accepts the voucher confirmation result of the mount transmitted by the accounting confirmation section as electronic approval data, and indicates the number of changes of the electronic data of the application information in a barcode printed and displayed on the mount The code part is set, and the server compares the data change count information of the barcode transmitted from the accounting confirmation section with the data change count information included in the application information transmitted from the payment applicant's terminal. When there is a difference between the barcode change count information and the application information change count information, error processing is performed, and the status of the electronic data indicating the voucher verification result of the mount in the accounting verification section is: Converted to approval status by bar code information read by bar code reader It is characterized by that.
[0032]
Claim 13 The invention of claim 1 2 In this invention, the personal reimbursement expense settlement method is the financial institution's farm banking system, which inputs the information for performing the withdrawal process output from the accounting processing computer, and for the employee who made the application This is characterized in that the corresponding amount is transferred to the financial account.
[0033]
Claim 14 The invention of claim 1 2 Or 13 In the invention, when the server accepts input of application information from a settlement applicant who applies for the expense reimbursement settlement, the server applies the application to the user who has a settlement approval authority for the settlement applicant. If the user is notified that the information has been entered by e-mail, and the user having the authorization to approve the payment accesses the server according to the confirmation of the e-mail, confirms the application information, and approves it. The predetermined electronic approval information is transmitted to the server.
[0034]
Claim 15 The invention of claim 1 2 Or 14 In any one of the inventions, the server and the accounting computer Is For application information and electronic approval information entered by the settlement applicant Do Accounting section Profit From user terminal of access From the user terminal Contents of each information Enable confirmation It is characterized by that.
[0043]
Claim 16 The invention of claim 1 2 Or 15 In the present invention, data transfer of the advance expense adjustment information from the server to the accounting processing computer is performed by nightly automatic transfer.
[0044]
Claim 17 The invention of claim 1 2 As a tool for the payment applicant to input application information to the terminal, a line / block copy / paste function, a destination information registration function, and a search result paste function for predetermined transportation means search software Any one or more of the above are provided.
[0045]
Claim 18 The invention of claim 1 2 Or 17 In any one of the inventions, as a key for approving the application data, an automatic continuous numbering function for continuously numbering a slip number for handling application information as a slip for each application unit is provided. The automatic consecutive numbering function is realized by exclusive control when the same electronic information is simultaneously subjected to editing processing from a plurality of terminals.
[0046]
Claim 19 The invention of claim 18 In the invention, the processing of the module that performs the exclusive control includes processing for acquiring a slip information table and acquiring a slip number, counting up and setting the slip number, and performing processing for storing the slip number table, Further, in order to enable acquisition and storage of the slip number even if there is a conflict state when simultaneous editing is performed on the same document, the storage processing result of the slip number table is acquired, and the slip number is determined by the conflict. Is stored, the processing for storing the slip number table again is included up to a predetermined number of times.
[0047]
Claim 20 The invention of claim 19 According to the present invention, an authentication means for accessing the personal advance expense settlement system for executing the method is provided, and the authentication means inputs the ID information and password of the user who intends to access the personal advance expense settlement system. If the ID information and password entered on the input screen are authenticated and access to the authentication result is permitted , One frame of the screen divided into multiple frames In the storage area of the storage means for storing the display data of At least the ID information While storing, the ID information is hidden. Displaying an operation screen for operating the personal replacement expense settlement system in another frame of the plurality of frames; In the storage area for the one display data The ID information is stored Have If not, operation of the operation screen is not permitted.
[0048]
Claim 21 The invention of claim 1 2 Or 20 In any one of the inventions, a network environment between the server and the user terminal is realized by a groupware system.
[0049]
Claim 22 The invention of claim 1 2 Or 20 In any one of the inventions, a network environment between the server and the user terminal is realized by a Web system.
[0050]
Claim 23 The invention of claim 1 2 Or 22 The personal advance payment method described in any one of On the computer Execution Let It is a program.
[0051]
Claim 24 The invention of claim 23 The program described in Computer readable A recorded recording medium.
[0056]
DETAILED DESCRIPTION OF THE INVENTION
The personal reimbursement expense settlement system of the present invention is a system suitable for operation on a groupware / browser. For example, an employee of a company or the like who uses groupware can input / examine / approve an expense settlement application in a paperless manner. The items that require voucher confirmation can be executed by using a part of the paper. With groupware, a user-friendly GUI screen can be configured, so that the system user can perform various processes with intuitive operations without looking at a manual or the like.
[0057]
FIG. 1 is a diagram for explaining an example of the flow of an advance expense settlement process in the paperless individual advance expense settlement system of the present invention, and shows a process of a system that executes complete paperless. In this embodiment, an example in which a system according to the present invention is operated by groupware will be described.
[0058]
The individual (reimbursement applicant) 2 who makes the application for reimbursement proceeds to enter the reimbursement application information from the terminal. The input settlement application information is transferred to the groupware server 1 (step S1). The server 1 transmits a mail relating to the settlement application information transferred to, for example, the supervisor 3 of the applicant who has an approval authority (step S2). If the boss 3 confirms the content and approves it, the boss 3 inputs electronic approval information to the terminal and sends it to the server 1 (step S3). The server 1 converts the status of the application information from the settlement applicant to the approval status by the electronic approval information sent from the superior 3, and transfers this to the host 5 (step S4). An accounting system is operating at the host 5. This transfer is performed by nighttime automatic transfer, for example.
[0059]
For example, in the final confirmation ward such as the account paying department 4 in the accounting department, the server 1 or the host 5 is accessed to check the settlement application content (step S5). Since the application check automatically checks the payment application data and the total amount, etc., the check by the payer ward 4 can be done with a sample check instead of a full check, thereby streamlining the indirect department. Can be achieved. Then, the host 5 performs a settlement process using the approval status settlement application information (advance expenses settlement information), and transmits withdrawal request data corresponding to the application amount to a predetermined bank 6 (step S6). The bank 6 that has received the withdrawal request data performs a transfer process of the corresponding amount to the deposit account of the settlement applicant 2 on the next business day, for example (step S7). As described above, a paperless replacement expense settlement system is constructed.
[0060]
FIG. 2 is a diagram for explaining another example of the flow of the reimbursement expense settlement process in the personal reimbursement expense reimbursement system of the present invention. Regarding the reimbursement items necessary for the receipt, electronic processing is performed using a dedicated mount. 1 shows an example of a system configuration that takes a form in which paper processing is partially used together. FIG. 2 shows the electronic processing of FIG. 1 by further adding paper processing. The groupware has a function to automatically determine whether there is a voucher (receipt) for the checkout process. On the corresponding screen on the groupware, a preset item classification (for example, bus, train, taxi, etc. in transportation expenses) Transportation means, etc.) is displayed, and when the checkout applicant selects a corresponding item with a pointer or the like, the groupware determines whether the receipt is necessary or not and displays the determination result.
[0061]
First of all, the settlement applicant 2 inputs settlement application information from the terminal. The input settlement application information is transferred to the groupware server 1 (step S1). At this time, the receipt necessity / unnecessary automatic determination is performed according to the input of the settlement applicant 2, and if the receipt is necessary, the terminal outputs a predetermined voucher confirmation mount for attaching the receipt. The settlement applicant 2 attaches the corresponding receipt to the mount and submits a voucher confirmation mount to the superior 3 of the settlement applicant who has the settlement authority (step S2 ′). At this time, in order to rationalize the approval data input to the server 4 by the last final confirmation zone (in this case, the department 4 in charge of the accounting department), for example, a barcode is issued for each voucher confirmation mount, Processing for printing the barcode on the mount is performed. In addition, the voucher confirmation mount prints only the portion of the data that needs to be confirmed with the voucher in charge of the bill payment ward 4, so that the check in the voucher confirmation mount can be performed with minimal work. Work becomes possible.
[0062]
On the other hand, the server that has received the settlement application information input from the settlement applicant 2 sends an email about the information to the boss 3 (step S2). If the boss 3 confirms the contents and approves the electronic approval information, Is input to the terminal and sent to the server 1 (step S3). Further, the supervisor 3 who has received the voucher confirmation mount with the receipt attached, if approved, stamps it and returns the voucher confirmation mount to the settlement application 2 (step S3 '). The checkout applicant 2 submits the voucher confirmation mount stamped by the boss to the accounting department (step S8), and the accounting department's sub-payment clerk 4 checks the voucher confirmation of the receipt, etc. The electronic approval data (that is, electronic data for converting the status of the payment application data held by the server 1 into the approval status) is input (step S5).
[0063]
At this time, the small payment section charge 4 can transmit the barcode information as electronic approval data to the server 4 by reading the barcode displayed on the voucher confirmation mount using the barcode reader. . In other words, it is possible to convert the status of electronic data into an approval status by continuously reading the barcode printed on the voucher confirmation mount with a general-purpose barcode reader, thereby confirming a large number of voucher confirmation mounts. Processing can also be executed in a short time. The voucher confirmation mount with the receipt attached is stored in the accounting department (step S9).
[0064]
The server 1 converts the status of the settlement application information from the settlement applicant 2 into an approval status from the supervisor 3 using the transmission electronic approval information, and transfers this to the host 5 (step S4). This transfer is performed by nighttime automatic transfer, for example. The host 5 performs a settlement process using the settlement application settlement information (repaid expense settlement information) of the approval status, and transmits collection request data corresponding to the application amount to a predetermined bank 6 (step S6). The bank 6 that has received the withdrawal request data performs a transfer process of the corresponding amount to the deposit account of the settlement applicant 2 on the next business day, for example (step S7).
[0065]
In the generation of electronic approval data by reading the above barcode, when the electronic data flowing through the route from the server 1 to the host 5 is changed, that is, when the information indicated by the barcode does not match the electronic data on the server side, Automatic processing error. In other words, since the electronic data for the payment application and the barcode information are transmitted in a different flow, there is a possibility that the electronic data may be different from the barcode-side approval information if the electronic data is corrected in the middle. Error.
In the detection of the presence or absence of correction, since the number of updates of electronic data is indicated in the suffix part of the JAN standard barcode system, error processing is performed when it is determined that there is a difference in the number of updates by reading this part. What should I do? That is, when the settlement applicant changes the electronic data, it is necessary to output the voucher confirmation mount again (that is, issue a new barcode) at that time.
[0066]
The bar code can be printed by any application such as groupware, spreadsheet software, and browser. When printing from a browser, a barcode is displayed and printed, but the original image is created on the server by creating a JPEG file from a DLL file and attaching the JPEG file to a personal table document on the screen for printing. Displaying through a pass.
[0067]
FIG. 3 is a diagram showing an example of a screen for the settlement applicant 2 to input in the personal expense reimbursement settlement system of the present invention. FIG. 3 shows a screen for adjusting transportation expenses. As shown in the figure, the GUI screen allows the input operation to be performed very easily. Also, on the input screen, you can execute the copy / paste function of the line or block, and if the checkout applicant has been to the same destination before and has made a checkout application, copy the input contents of the previous time Can be used. In addition, since it has a destination information registration function, it is possible to register a place or a traffic base where the applicant frequently visits, and it can be used to input an application from the next time. In addition, the above input screen has a function of pasting search results of search software for searching for railway routes and station information, giving convenience to the applicant.
[0068]
FIG. 4 is a diagram showing an example of a voucher confirmation mount (voucher affixed mount) in the above personal expense reimbursement system of the present invention. As shown in the figure, the voucher confirmation mount 10 is printed with only the data 11 of the portion that needs to be confirmed with the voucher in the final confirmation zone, and the voucher (receipt) 12 is pasted. Further, the bar code 13 issued for each mount as described above is also printed. As a result, it is possible to perform confirmation work on the voucher confirmation mount 10 with minimal work in the final confirmation zone.
[0069]
Next, the exclusive control logic at the time of slip numbering on the groupware in the personal expense reimbursement system of the present invention will be described. The purpose of using this logic is to uniquely create information (slip number) on electronic data, and to improve reliability in handling a checkout slip with electronic data. The module for numbering the prepared slip number acquires a slip number table, assigns a unique number to the slip, counts up the slip number, and stores the slip number master.
[0070]
FIG. 5 is a flowchart for explaining the processing outline of the exclusive control. First, the module that assigns the slip number acquires the slip information table (step S11) and acquires the slip number (step S12). The slip number is counted up and set (step S13), and the slip number table is stored. At this time, if a plurality of users edit one document at the same time, the document is not saved (this state is called “competition”). Therefore, the “slip number table” saving process result is acquired, and if it cannot be saved, the process is performed again. That is, in step S14, if the saving of the slip number table is successful, the process is terminated and an error occurs. If unsuccessful, the process proceeds to step S15 to check the number of times to save, and if it is 5 or more, the process is terminated. If it is less than 5 times, the process returns to step S11 to acquire the slip information table. In step S15, reprocessing due to competition is performed up to five times here in consideration of the load on the server and the processing speed.
[0071]
In the present invention, in the operation for collating and confirming the electronic data and the voucher and performing the examination / approval, the continuous unique <slip NO> as described above is used as a confirmation key. Automatic continuous NO numbering, which has been relatively easy in conventional systems such as host computers, has been difficult to achieve with groupware, which is a document type database. Automatic continuous numbering is realized. This implements a mechanism for exclusive control in simultaneous editing during parallel circulation.
[0072]
Next, an embodiment of the authentication method according to the present invention, particularly an application example to a browser will be described. When operating the paperless personal expense reimbursement system on a Web system, when accessing the system from a Web client, for example, a menu is displayed on the left frame of the display screen divided into two frames, and the left frame Employee No. In order to store the non-display, a normal screen for displaying slips and the like is set in the right frame. Employee No. prepared in the left frame. In the storage section, the user has an employee number as a dedicated login system. Only when accessing the paperless personal expense reimbursement system by entering Is stored, thereby granting the authority to perform various operations from the menu. FIG. 6 shows an example of a screen for inputting an employee number together with a password, and FIG. 7 shows an example of a frame structure divided into two as described above. The present invention is not limited to the two-divided configuration as described above, and has a function that enables menu operation by storing employee information in a non-displayed state in any of a plurality of divided frames. Just do it.
[0073]
By providing the mechanism as described above, even if a third party or the like directly enters the URL and accesses the paperless personal expense reimbursement system, the employee No. who gives the operation authority to the left frame on the accessed screen. Is not stored, the third party cannot perform operations on electronic data such as slips and menus for which the user has no viewing authority, and security can be enhanced.
[0075]
【The invention's effect】
As is apparent from the above description, according to the present invention, in the process of adjusting the advance payment of an individual, all processes from data input by the settlement applicant to settlement, accounting process, and farm banking process can be executed without paper. By doing so, it is possible to provide a paperless personal reimbursement expense settlement system that can achieve comprehensive rationalization by improving the efficiency and speed of operations in each department.
[Brief description of the drawings]
BRIEF DESCRIPTION OF DRAWINGS FIG. 1 is a diagram for explaining an example of a flow of an advance expense settlement process in a paperless individual advance expense settlement system of the present invention.
FIG. 2 is a diagram for explaining another example of the flow of an advance expense settlement process in the individual advance expense settlement system of the present invention.
FIG. 3 is a diagram showing an example of a screen for a settlement applicant to input in the personal expense reimbursement settlement system of the present invention.
FIG. 4 is a diagram showing an example of a voucher confirmation mount (certificate affixed mount) in the personal expense reimbursement system of the present invention.
FIG. 5 is a flowchart for explaining an overview of exclusive control processing;
FIG. 6 is a diagram showing an example of a screen for inputting an employee number together with a password.
FIG. 7 is a diagram illustrating a frame configuration example divided into two.
FIG. 8 is a diagram for explaining an example of a process flow of a conventional personal advance payment settlement system.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 ... Server, 2 ... Settlement applicant, 3 ... Boss, 4 ... Charge in charge of paying ward 5: Host, 6 ... Bank

Claims (24)

従業員による経費立替金を精算するための個人立替経費精算システムにおいて、会計システムが稼働する会計処理コンピュータと、個人立替金精算処理に係わる利用者の端末との間でデータ通信を行い該会計システムに転送して該会計システムにて精算出金処理を行うための立替経費精算情報を生成するサーバとを有する個人立替経費精算システムであって、前記サーバは、経費立替金精算を申請する精算申請者からの申請情報の入力を受け付けて保持し、該精算申請者に対して決済承認権限を有する利用者から、該申請入力情報に関する電子承認情報を受け付けた際に、前記立替経費精算情報を前記会計処理コンピュータに転送し、該会計処理コンピュータは転送された立替経費精算情報に従って前記申請を行った従業員に対して出金処理を行うための情報を出力する個人立替経費精算システムであって、
該個人立替経費精算システムは、前記精算申請者が申請情報を入力した際、決済承認権限者による決済承認、及び経理確認セクションによる確認において証憑の確認を必要とするか否かを予め定められた基準にしたがって自動的に判定する判定機能を有し、該判定機能は、精算申請の分類項目を選択させるための選択画面を利用者端末に表示し、該選択画面による選択入力を受け付けて該選択入力に従って前記証憑の確認の要否を判断して表示し、該証憑の確認要否の判定機能において該証憑の確認が必要であると判断した際に、証憑貼付用の台紙を該利用者端末の印刷手段から印刷出力する手段を有し、前記証憑貼付用の台紙を印刷出力する際、該台紙の出力ごとにバーコードを発行し、該発行したバーコードを該台紙上に印刷し、
前記サーバは、前記経理確認セクションによって送信された該台紙の証憑確認結果を電子承認データとして受付け、
前記台紙に印刷表示するバーコードは、前記申請情報の電子データの変更回数を示すコード部を有し、前記サーバは、前記経理確認セクションより送信されたバーコードの前記コード部から読み取ったデータ変更回数情報と、前記精算申請者の端末から送信された申請情報に含まれるデータ変更回数情報とを比較して、前記バーコードの変更回数情報と前記申請情報の変更回数情報とに差異が生じているときは、エラー処理を行い、
前記経理確認セクションにおける前記台紙の証憑確認結果を示す電子承認データのステータスは、バーコードリーダによって読みとられたバーコード情報によって、承認ステータスに変換されることを特徴とする個人立替経費精算システム。
In the personal advance expense settlement system for the expense settlement by employees, the accounting system performs data communication between the accounting processing computer on which the accounting system operates and the user terminal related to the personal advance settlement process. And a server for generating advance payment adjustment information for performing adjustment payment processing in the accounting system, wherein the server applies for the adjustment of expense advance payment. When receiving electronic approval information related to the application input information from a user who has an authority to approve payment for the payment applicant, the replacement expense payment information is Transfer to the accounting computer, and the accounting computer withdraws the employee who applied for the application according to the transferred reimbursement expense information. A you output the information for individuals-pocket expense reimbursement system,
The personal reimbursement expense settlement system has predetermined whether or not it is necessary to confirm vouchers in the settlement approval by the settlement authorization authority and the confirmation by the accounting confirmation section when the settlement applicant inputs the application information. It has a determination function that automatically determines according to a standard, and the determination function displays a selection screen for selecting a classification item of a payment application on a user terminal, accepts a selection input on the selection screen, and performs the selection Whether or not the voucher needs to be confirmed is determined and displayed according to the input, and when the voucher confirmation necessity determination function determines that the voucher needs to be confirmed, the voucher pasting mount is attached to the user terminal. Printing means from the printing means, when printing and printing the voucher pasteboard, issuing a barcode for each output of the mount, printing the issued barcode on the mount,
The server accepts the voucher confirmation result of the mount transmitted by the accounting confirmation section as electronic approval data,
The barcode printed and displayed on the mount has a code portion indicating the number of times of change of the electronic data of the application information, and the server changes the data read from the code portion of the barcode transmitted from the accounting confirmation section. Compare the number of times information with the data change number information included in the application information transmitted from the payment applicant's terminal, and there is a difference between the barcode change number information and the change number information of the application information. Error handling,
The personal reimbursement expense settlement system, wherein the status of the electronic approval data indicating the voucher confirmation result of the mount in the accounting confirmation section is converted into an approval status by bar code information read by a bar code reader .
請求項1に記載の個人立替経費精算システムにおいて、該個人立替経費精算システムは、ファームバンキングシステムを利用して送信することが出来るデータを作成する機能を有し、前記申請を行なった精算申請者の金融機関に該当金額の振込処理を行なうことを特徴とする個人立替経費精算システム。2. The personal advance expense settlement system according to claim 1, wherein the personal advance expense settlement system has a function of creating data that can be transmitted using a farm banking system, and the settlement applicant who made the application personal-pocket expense reimbursement system to feature that in the financial institutions carry out the transfer processing of the corresponding amount of money. 請求項1または2に記載の個人立替経費精算システムにおいて、前記サーバは、前記経費立替金精算を申請する精算申請者からの申請情報の入力を受け付けた際に、該精算申請者に対して決済承認権限を有する利用者に対し、前記申請情報の入力がなされた旨をメールにて通知する機能を有し、該決済承認権限を有する利用者が該メールの確認に応じて前記サーバにアクセスして前記申請情報を確認し、承認をするのであれば所定の前記電子承認情報を前記サーバに送信可能としたことを特徴とする個人立替経費精算システム。  3. The personal advance expense settlement system according to claim 1, wherein when the server accepts input of application information from the settlement applicant who applies for the expense advance payment settlement, the server settles the settlement applicant. It has a function of notifying the user having the authorization authority that the application information has been input by e-mail, and the user having the authorization authority to access the server according to the confirmation of the e-mail. Then, if the application information is confirmed and approved, the predetermined electronic approval information can be transmitted to the server. 請求項1ないし3のいずれか1に記載の個人立替経費精算システムにおいて、前記サーバ及び前記会計処理コンピュータは、前記精算申請者により入力された申請情報及び電子承認情報に対する経理確認セクションの利用者端末からのアクセスを受付て、該利用者端末からの該各情報の内容確認を可能とすることを特徴とする個人立替経費精算システム。  4. The personal reimbursement expense settlement system according to claim 1, wherein the server and the accounting processing computer are user terminals in an accounting confirmation section for application information and electronic approval information input by the settlement applicant. A personal reimbursement expense settlement system characterized in that the access from the user terminal is accepted and the contents of each information can be confirmed from the user terminal. 請求項1ないしのいずれか1に記載の個人立替経費精算システムにおいて、前記サーバから前記会計処理コンピュータへの前記立替経費精算情報のデータ転送は、夜間の自動転送により実施することを特徴とする個人立替経費精算システム。In individuals reimbursed expense reimbursement system according to any one of claims 1 to 4, the data transfer of the reimbursed expense information from the server to the accounting computer, which comprises carrying out the night call forward Personal reimbursement expense settlement system. 請求項1に記載の個人立替経費精算システムにおいて、前記精算申請者が端末に申請情報を入力するためのツールとして、行またはブロックのコピー/貼り付け機能、行き先情報登録機能、及び所定の交通手段検索ソフトウェアの検索結果の貼り付け機能のいずれかまたは複数を有することを特徴とする個人立替経費精算システム。  The personal reimbursement expense settlement system according to claim 1, wherein the settlement applicant uses a line / block copy / paste function, a destination information registration function, and a predetermined transportation means as tools for inputting application information to the terminal. A personal reimbursement expense settlement system characterized by having one or a plurality of search result pasting functions of search software. 請求項1ないしのいずれか1に記載の個人立替経費精算システムにおいて、前記申請データの承認を行うためのキーとして、申請情報を申請単位ごとに伝票として扱う上での伝票番号を連続的に採番する自動連続採番機能を有し、該自動連続採番機能は、同一電子情報に複数端末から同時に編集処理を受けた場合の排他制御により実現することを特徴とする個人立替経費精算システム。In individuals reimbursed expense reimbursement system according to any one of claims 1 to 6, as a key for authorization of the application data, the document number in handling the document to application information for each application unit continuously An automatic continuous numbering function for numbering, wherein the automatic continuous numbering function is realized by exclusive control when the same electronic information is simultaneously subjected to editing processing from a plurality of terminals. . 請求項に記載の個人立替経費精算システムにおいて、前記排他制御を行うモジュールの処理は、伝票情報テーブルを取得して伝票番号を取得し、該伝票番号をカウントアップしてセットし、伝票番号テーブルの保存処理を行う処理を含み、さらに同一の文書に対する同時編集が行われた場合の競合状態があっても伝票番号の取得及び保存を有効にするために、前記伝票番号テーブルの保存処理結果を取得し、該競合によって該伝票番号が保存されていない場合、再度伝票番号テーブルを保存する処理を所定回数まで実行する処理を含むことを特徴とする個人立替経費精算システム。8. The personal reimbursement expense settlement system according to claim 7 , wherein the processing of the module that performs the exclusive control acquires a slip information table, acquires a slip number, counts up and sets the slip number, and sets a slip number table. In order to enable the acquisition and storage of the slip number even when there is a conflict state when simultaneous editing is performed on the same document, the storage processing result of the slip number table is used. A personal reimbursement expense settlement system, comprising: a process of acquiring a slip number table again up to a predetermined number of times when the slip number is not saved due to the acquisition. 請求項1に記載の個人立替経費精算システムにおいて、
該個人立替経費精算システムにアクセスするための認証手段を有し、
該認証手段は、該個人立替経費精算システムにアクセスしようとする利用者のID情報及びパスワードの入力を受け付ける入力画面を有し、
該入力画面に入力されたID情報及びパスワードを認証し、認証の結果アクセスを許可するのであれば
複数のフレームに分割された画面のひとつのフレームの表示データを格納する記憶手段の格納領域に、すくなくとも該ID情報を格納するともに、該ID情報を非表示とし、
前記複数のフレームの他のフレームに該個人立替経費精算システムを操作する操作画面を表示し、前記ひとつの表示データの前記格納領域に該ID情報が格納されていなければ、前記操作画面の操作を許可しないようにすることを特徴とする個人立替経費精算システム。
In the personal reimbursement expense settlement system according to claim 18 ,
Having an authentication means for accessing the personal advance expense settlement system;
The authentication means has an input screen for receiving input of ID information and a password of a user who intends to access the personal replacement expense settlement system,
If the ID information and password entered on the input screen are authenticated and access is permitted as a result of authentication ,
At least the ID information is stored in the storage area of the storage means for storing display data of one frame of the screen divided into a plurality of frames , and the ID information is hidden.
An operation screen for operating the personal replacement expense settlement system is displayed in another frame of the plurality of frames , and if the ID information is not stored in the storage area of the one display data , the operation screen is operated. A personal reimbursement expense settlement system characterized by not allowing permission.
請求項1ないしのいずれか1に記載の個人立替経費精算システムにおいて、前記サーバと利用者端末とのネットワーク環境をグループウェアシステムにて実現することを特徴とする個人立替経費精算システム。In individuals reimbursed expense reimbursement system according to any one of claims 1 to 9, personal reimbursed expense system characterized by realizing a network environment with the user terminal and the server at the groupware system. 請求項1ないし10のいずれか1に記載の個人立替経費精算システムにおいて、前記サーバと利用者端末とのネットワーク環境をWebシステムにて実現することを特徴とする個人立替経費精算システム。The personal advance expense settlement system according to any one of claims 1 to 10 , wherein a network environment between the server and the user terminal is realized by a Web system. 従業員による経費立替金を精算するための個人立替金精算方法において、会計システムが稼働する会計処理コンピュータと、個人立替金精算処理に係わる利用者の端末との間でデータ通信を行い該会計システムに転送して該会計システムにて精算出金処理を行うための立替経費精算情報を生成するサーバとによって実行せしめる個人立替金精算方法であって、前記サーバに経費立替金精算を申請する精算申請者からの申請情報の入力を受け付けて保持させ、該精算申請者に対して決済承認権限を有する利用者から、該申請入力情報に関する電子承認情報を受け付けた際に、前記立替経費精算情報を前記会計処理コンピュータに転送せしめ、該会計処理コンピュータは転送された立替経費精算情報に従って前記申請を行った従業員に対して出金処理を行うための情報を出力させる個人立替金精算方法であって、
該個人立替経費精算方法は、前記精算申請者が申請情報を入力した際、決済承認権限者による決済承認、及び経理確認セクションによる確認において証憑の確認を必要とするか否かを予め定められた基準にしたがって自動的に判定し、
前記証憑の確認の要否の判定は、精算申請の分類項目を選択させるための選択画面を利用者端末に表示し、該選択画面による選択入力を受け付けて該選択入力に従って前記証憑の確認の要否を判断して表示することにより実行し、
前記証憑の確認要否の判定において該証憑の確認が必要であると判断した際に、証憑貼 付用の台紙を該利用者端末の印刷手段から印刷出力し、
前記証憑貼付用の台紙を印刷出力する際、該台紙の出力ごとにバーコードを発行し、該発行したバーコードを該台紙上に印刷し、
前記サーバは、前記経理確認セクションによって送信された該台紙の証憑確認結果を電子承認データとして受付るようにし、
前記台紙に印刷表示するバーコードに、前記申請情報の電子データの変更回数を示すコード部を設定し、前記サーバが前記経理確認セクションより送信されたバーコードのデータ変更回数情報と、前記精算申請者の端末から送信された申請情報に含まれるデータ変更回数の情報とを比較して、前記バーコードの変更回数情報と前記申請情報の変更回数情報に差異が生じているときは、エラー処理を行い、
前記経理確認セクションにおける前記台紙の証憑確認結果を示す電子データのステータスは、バーコードリーダによって読みとられたバーコード情報によって、承認ステータスに変換されることを特徴とする個人立替経費精算方法。
In an individual payment adjustment method for adjusting an expense payment by an employee, the accounting system performs data communication between an accounting processing computer in which an accounting system is operated and a user terminal related to an individual payment adjustment process. A personal payment settlement method that is executed by a server that generates payment expense adjustment information for performing payment calculation processing in the accounting system and that applies to the server When receiving electronic approval information related to the application input information from a user who has an authority to approve payment for the payment applicant, the replacement expense payment information is The accounting computer transfers the payment to the employee who made the application in accordance with the transferred reimbursement expense information. A personal reimbursement method of Ru to output the information for the management,
The personal reimbursement expense settlement method is predetermined as to whether or not a voucher confirmation is required in the settlement approval by the settlement approval authority and the confirmation by the accounting confirmation section when the settlement applicant inputs the application information. Judgment automatically according to standards,
Whether or not the voucher needs to be confirmed is determined by displaying a selection screen for selecting a classification item of the application for payment on the user terminal, receiving a selection input on the selection screen, and confirming the voucher according to the selection input. Execute by judging and displaying no,
When it is determined that it is necessary to check of the voucher in the determination of the check necessity of the voucher, a mount for with voucher stuck printed out from the printing means of said user terminal,
When printing the voucher pasteboard, issue a barcode for each output of the mount, print the issued barcode on the mount,
The server accepts the voucher confirmation result of the mount transmitted by the accounting confirmation section as electronic approval data,
In the barcode to be printed and displayed on the mount, a code part indicating the number of times of change of the electronic data of the application information is set, and the data change frequency information of the barcode transmitted from the accounting confirmation section by the server, and the settlement application Data change count information included in the application information transmitted from the user's terminal, and if there is a difference between the barcode change count information and the change count information of the application information, error processing is performed. Done
The personal reimbursement expense settlement method, wherein the status of electronic data indicating the voucher confirmation result of the mount in the accounting confirmation section is converted into an approval status by bar code information read by a bar code reader .
請求項1に記載の個人立替経費精算方法において、該個人立替経費精算方法は、金融機関のファームバンキングシステムが、前記会計処理コンピュータから出力された前記出金処理を行うための情報を入力して、前記申請を行った従業員の金融口座に該当金額の振り込み処理を行うことを特徴とする個人立替経費精算方法。13. The personal reimbursement expense settlement method according to claim 12 , wherein the personal reimbursement expense reimbursement method inputs information for the bank processing system of a financial institution to perform the withdrawal process output from the accounting computer. A method for paying an individual reimbursement expense, wherein a transfer process of the corresponding amount is performed on the financial account of the employee who made the application. 請求項1または13に記載の個人立替経費精算方法において、前記サーバは、前記経費立替金精算を申請する精算申請者からの申請情報の入力を受け付けた際に、該精算申請者に対して決済承認権限を有する利用者に対し、前記申請情報の入力がなされた旨をメールにて通知し、該決済承認権限を有する利用者が、該メールの確認に応じて前記サーバにアクセスして前記申請情報を確認し、承認をするのであれば所定の前記電子承認情報を前記サーバに送信することを特徴とする個人立替経費精算方法。14. The personal reimbursement expense settlement method according to claim 12 or 13 , wherein when the server accepts input of application information from a settlement applicant who applies for the expense reimbursement settlement, The user having the payment approval authority is notified by e-mail that the application information has been input, and the user having the payment approval authority accesses the server in response to the confirmation of the mail and If the application information is confirmed and approved, the predetermined electronic approval information is transmitted to the server. 請求項1ないし14のいずれか1に記載の個人立替経費精算方法において、前記サーバ及び前記会計処理コンピュータは、前記精算申請者により入力された申請情報及び電子承認情報に対する経理確認セクションの利用者端末からアクセスを受け付けて、該利用者端末からの該各情報の内容確認を可能とすることを特徴とする個人立替経費精算方法。In individuals reimbursed expense method according to any one of claims 1 2 to 14, wherein the server and the accounting computer, the accounting check section against the application information and electronic authorization information inputted by the settlement applicant accepting access from a Subscriber terminal, personal reimbursed expense method characterized by enabling content confirmation of the respective information from the user terminal. 請求項1ないし15に記載の個人立替経費精算方法において、前記サーバから前記会計処理コンピュータへの前記立替経費精算情報のデータ転送を、夜間の自動転送により実施することを特徴とする個人立替経費精算方法。In individuals reimbursed expense method according to claim 1 2 to 15, the data transfer of the reimbursed expense information from the server to the accounting computer, personal reimbursed expenses which comprises carrying out the night call forward Checkout method. 請求項1に記載の個人立替経費精算方法において、前記精算申請者が端末に申請情報を入力するためのツールとして、行またはブロックのコピー/貼り付け機能、行き先情報登録機能、及び所定の交通手段検索ソフトウェアの検索結果の貼り付け機能のいずれかまたは複数を付与することを特徴とする個人立替経費精算方法。In individuals reimbursed expense method according to claim 1 2, as a tool for the payment application inputs the application information to the terminal, copy / paste functionality rows or blocks, destination information registration function, and the predetermined transport One or more of pasting functions for pasting search results of means search software are provided. 請求項1ないし17のいずれか1に記載の個人立替経費精算方法において、前記申請データの承認を行うためのキーとして、申請情報を申請単位ごとに伝票として扱う上での伝票番号を連続的に採番する自動連続採番機能を付与し、該自動連続採番機能は、同一電子情報に複数端末から同時に編集処理を受けた場合の排他制御により実現することを特徴とする個人立替経費精算方法。In individuals reimbursed expense method according to any one of claims 1 2 to 17, as a key for authorization of the application data, continuously document number in handling the document to application information for each application unit An automatic continuous numbering function for assigning a number to a person is provided, and the automatic continuous numbering function is realized by exclusive control when the same electronic information is simultaneously subjected to editing processing from a plurality of terminals. Method. 請求項18に記載の個人立替経費精算方法において、前記排他制御を行うモジュールの処理は、伝票情報テーブルを取得して伝票番号を取得し、該伝票番号をカウントアップしてセットし、伝票番号テーブルの保存処理を行う処理を含み、さらに同一の文書に対する同時編集が行われた場合の競合状態があっても伝票番号の取得及び保存を有効にするために、前記伝票番号テーブルの保存処理結果を取得し、該競合によって該伝票番号が保存されていない場合、再度伝票番号テーブルを保存する処理を所定回数まで実行する処理を含むことを特徴とする個人立替経費精算方法。19. The personal reimbursement expense settlement method according to claim 18 , wherein the processing of the module for performing the exclusive control obtains a slip information table, acquires a slip number, counts up and sets the slip number, and sets a slip number table. In order to enable the acquisition and storage of the slip number even when there is a conflict state when simultaneous editing is performed on the same document, the storage processing result of the slip number table is used. A method for adjusting an individual reimbursement expense, comprising: a process for acquiring and storing a slip number table again a predetermined number of times when the slip number is not saved due to the conflict. 請求項19に記載の個人立替経費精算方法において、該方法を実行する個人立替経費精算システムにアクセスするための認証手段を付与し、該認証手段は、該個人立替経費精算システムにアクセスしようとする利用者のID情報及びパスワードの入力を受け付ける入力画面を有し、該入力画面に入力されたID情報及びパスワードを認証して認証結果アクセスを許可するのであれば複数のフレームに分割された画面のひとつのフレームの表示データを格納する記憶手段の格納領域に、すくなくとも該ID情報を格納するともに、該ID情報を非表示とし、前記複数のフレームの他のフレームに該個人立替経費精算システムを操作する操作画面を表示し、前記ひとつの表示データの格納領域に該ID情報が格納されていなければ、操作画面の操作を許可しないようにすることを特徴とする個人立替経費精算方法。20. The personal advance expense settlement method according to claim 19 , wherein authentication means for accessing the personal advance expense settlement system for executing the method is provided, and the authentication means attempts to access the personal advance expense settlement system. A screen divided into a plurality of frames if it has an input screen that accepts input of the user's ID information and password, and authenticates the ID information and password input on the input screen and permits authentication result access. And storing at least the ID information in the storage area of the storage means for storing the display data of one frame of the frame, making the ID information non-displayed, and providing the personal replacement expense settlement system in the other frames of the plurality of frames. It displays an operation screen for operating, the ID information is stored in the storage area of the one display data without Tei, the operation screen Personal-pocket expense method which is characterized in that so as not to allow the work. 請求項1ないし20のいずれか1に記載の個人立替経費精算方法において、前記サーバと利用者端末とのネットワーク環境をグループウェアシステムにて実現することを特徴とする個人立替経費精算方法。In individuals reimbursed expense method according to any one of claims 1 2 to 20, personal reimbursed expense method characterized by realizing a network environment with the user terminal and the server at the groupware system. 請求項1ないし20のいずれか1に記載の個人立替経費精算方法において、前記サーバと利用者端末とのネットワーク環境をWebシステムにて実現することを特徴とする個人立替経費精算方法。In individuals reimbursed expense method according to any one of claims 1 2 to 20, personal reimbursed expense method characterized by realizing a network environment with the user terminal and the server on the Web system. 請求項1ないし22のいずれか1に記載の個人立替金精算方法をコンピュータに実行させるプログラム。Claim 1 2 to 22 programs Ru to execute the personal reimbursement method according to the computer in any one of. 請求項23に記載のプログラムをコンピュータ読み取り可能に記録した記録媒体。A recording medium on which the program according to claim 23 is recorded so as to be readable by a computer .
JP2001082058A 2001-03-22 2001-03-22 Personal advance expense settlement system, personal advance expense settlement method, program and recording medium Expired - Fee Related JP4159261B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001082058A JP4159261B2 (en) 2001-03-22 2001-03-22 Personal advance expense settlement system, personal advance expense settlement method, program and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001082058A JP4159261B2 (en) 2001-03-22 2001-03-22 Personal advance expense settlement system, personal advance expense settlement method, program and recording medium

Publications (2)

Publication Number Publication Date
JP2002279146A JP2002279146A (en) 2002-09-27
JP4159261B2 true JP4159261B2 (en) 2008-10-01

Family

ID=18938053

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001082058A Expired - Fee Related JP4159261B2 (en) 2001-03-22 2001-03-22 Personal advance expense settlement system, personal advance expense settlement method, program and recording medium

Country Status (1)

Country Link
JP (1) JP4159261B2 (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006107343A (en) * 2004-10-08 2006-04-20 Nec Corp Settling method, settlement system and settlement program
JP4626973B2 (en) * 2004-12-28 2011-02-09 キヤノンマーケティングジャパン株式会社 Approval work support system, approval work support device, approval work support method, and approval work support program
JP2008234592A (en) * 2007-03-23 2008-10-02 Fuji Xerox Co Ltd Information processing system, image input display system, image input system, information processing program, image input display program, and image input program
JP5268164B2 (en) 2010-10-21 2013-08-21 キヤノンマーケティングジャパン株式会社 Information processing system, information processing method, information processing apparatus, and program
JP6016868B2 (en) * 2014-10-20 2016-10-26 京セラドキュメントソリューションズ株式会社 Image forming system and image forming apparatus
US10332091B2 (en) 2015-05-25 2019-06-25 Ricoh Company, Ltd. Tax-exempt sale document creating system, tax-exempt sale document creating apparatus, and tax exempt sale document creating method
JP6575310B2 (en) 2015-11-10 2019-09-18 株式会社リコー Duty-free sales document creation system, duty-free sales document creation device, duty-free sales document creation program, and tax-free sales document creation method
JP7042064B2 (en) * 2017-11-24 2022-03-25 株式会社オービック Information processing equipment, methods and programs
CN110889021A (en) * 2019-11-27 2020-03-17 肖光明 Method of paperless original certificate system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3152354B2 (en) * 1991-01-29 2001-04-03 本田技研工業株式会社 Paperless accounting system
JP2000330886A (en) * 1999-05-19 2000-11-30 Sumitomo Metal Ind Ltd Workflow system, workflow computer and recording medium
JP4252159B2 (en) * 1999-06-07 2009-04-08 株式会社日本総合研究所 Small expense processing system, client computer constituting the system, and program recording medium for the computer

Also Published As

Publication number Publication date
JP2002279146A (en) 2002-09-27

Similar Documents

Publication Publication Date Title
US6578015B1 (en) Methods, devices and systems for electronic bill presentment and payment
US7181420B2 (en) Methods and systems for online self-service receivables management and automated online receivables dispute resolution
JP4309852B2 (en) Method and software application for automatically generating invoices
JP4252159B2 (en) Small expense processing system, client computer constituting the system, and program recording medium for the computer
US20080262954A1 (en) Generation of electronic negotiable instruments using predefined electronic files for providing promise of payment
CN101884189A (en) Electronic check financial payment systems and method
WO2008045947A2 (en) Systems and methods for collaborative payment strategies
JP2017091012A (en) Business support system, business support server, business support method and banking operation processing method
JP4983974B2 (en) Procedure system
JP4159261B2 (en) Personal advance expense settlement system, personal advance expense settlement method, program and recording medium
JP2010122719A (en) Travel expense reimbursement system
US20040138973A1 (en) Method and system for exchange of currency related instructions
JP2001350892A (en) Method and system for adjusting applied business trip expense
US20040088204A1 (en) Method of retrieving a travel transaction record and an image of its supporting documentation
JP2005316534A (en) Electronic commerce system
JPH09265551A (en) Automatic certificate issue system
JPH11345270A (en) Business processing system
JP4695299B2 (en) Procedure system
EP1199656A2 (en) System for managing accounting data in real time
JP2011227787A (en) Accounting transaction information reading device
JP2010266936A (en) Petty cash settlement device and method, and computer program
US20060271554A1 (en) Method and apparatus for remote filing and recordation of documents
JP2005208874A (en) Store price settlement method using child card
JP2002117368A (en) Data transmission/reception method and form providing system
JP2002342585A (en) Transaction detail management system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050916

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080415

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080612

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

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

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

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120725

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20120725

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20130725

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees