JPH1185856A - Client/server type financial accounting system - Google Patents

Client/server type financial accounting system

Info

Publication number
JPH1185856A
JPH1185856A JP23925397A JP23925397A JPH1185856A JP H1185856 A JPH1185856 A JP H1185856A JP 23925397 A JP23925397 A JP 23925397A JP 23925397 A JP23925397 A JP 23925397A JP H1185856 A JPH1185856 A JP H1185856A
Authority
JP
Japan
Prior art keywords
client
company
server
financial
computer
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.)
Withdrawn
Application number
JP23925397A
Other languages
Japanese (ja)
Inventor
Yutaka Kajino
豊 梶野
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.)
NEC Engineering Ltd
Original Assignee
NEC Engineering 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 NEC Engineering Ltd filed Critical NEC Engineering Ltd
Priority to JP23925397A priority Critical patent/JPH1185856A/en
Publication of JPH1185856A publication Critical patent/JPH1185856A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a client/server type financial accounting system which is capable of updating a master file by a single processing by improve the throughput of the whole system. SOLUTION: A client 1-1 mounts a local data base managing system 14-1 to file-transfer to the company table 15a-1 of one company per client device within a local data base 15-1 from the company table 24b-1 of a server 2 to update/retrieve the local data base 15-1 in the inside of the client 1-1. The updated company table 15a-1 file-transfers to a company table 24a-1 of the server 2, after finishing financial processing to return to under the control of the database managing system 23 of the server 2.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明はクライアント/サー
バ型財務会計システムに関し、特に複数の会社の財務デ
ータのデータベースをサーバコンピュータが管理するク
ライアント/サーバ型財務会計システムに関する。
The present invention relates to a client / server financial accounting system, and more particularly to a client / server financial accounting system in which a server computer manages a database of financial data of a plurality of companies.

【0002】[0002]

【従来の技術】従来、クライアント/サーバ型財務会計
システムにおいては、仕訳データや期首残高、及び月次
残高等の複数の会社の財務データを蓄積するデータベー
スをサーバコンピュータが管理している。
2. Description of the Related Art Conventionally, in a client / server financial accounting system, a server computer manages a database for storing financial data of a plurality of companies, such as journal data, a beginning balance, and a monthly balance.

【0003】クライアントコンピュータは仕訳入力、元
帳出力、試算表出力、決算報告書出力等の財務処理を実
行し、これらの処理に必要な財務データの問合せや更新
をサーバコンピュータのデータベースに指示している。
A client computer executes financial processes such as journal entry, ledger output, trial balance output, and settlement report output, and instructs a database of a server computer to inquire and update financial data required for these processes. .

【0004】この種のデータベースの管理方法として
は、クライアント側でサーバのデータテーブルの加工や
修正を表形式で行うことで、サーバ側の負荷の低減を図
る技術が提案されている。この技術については、特開平
6−68032号公報に開示されている。
As a database management method of this kind, there has been proposed a technique for reducing the load on the server side by processing and modifying the data table of the server on the client side in a table format. This technique is disclosed in JP-A-6-68032.

【0005】すなわち、上記のデータベースシステムで
は、リレーショナルデータベースを管理するサーバコン
ピュータと、このサーバコンピュータのリレーショナル
データベースを利用するクライアントコンピュータとか
ら構成されている。
That is, the above-mentioned database system comprises a server computer which manages a relational database and a client computer which uses the relational database of the server computer.

【0006】クライアントコンピュータにはサーバコン
ピュータのリレーショナルデータベースから所望のテー
ブルデータを取出す手段と、このテーブルデータを表計
算シートの表計算に変換してディスプレイに表示する手
段と、表計算シートのデータを加工する表計算手段と、
データ加工の内容を基にSQL(Structured
Query Language)文を生成してサーバ
コンピュータに送信する手段とを具備している。
The client computer has means for extracting desired table data from the relational database of the server computer, means for converting the table data into a spreadsheet on a spreadsheet and displaying the spreadsheet on a display, and processing the spreadsheet data. Spreadsheet means to
SQL (Structured) based on the contents of data processing
And a means for generating a Query Language sentence and transmitting it to the server computer.

【0007】このクライアントコンピュータにおいて
は、データベースのテーブルデータを表計算処理プログ
ラムで扱える表計算シートの表形式に変換して画面表示
し、それを会話型操作による表計算処理を利用して編集
し、加工する。また、加工内容に応じてSQL文を自動
生成し、サーバコンピュータに送信することによって、
加工されたデータ内容がサーバコンピュータのリレーシ
ョナルデータベースに反映される。
In this client computer, the table data in the database is converted into a spreadsheet format that can be handled by a spreadsheet processing program, displayed on a screen, and edited using interactive spreadsheet processing. Process. Also, by automatically generating an SQL sentence according to the processing content and sending it to the server computer,
The processed data content is reflected in the relational database of the server computer.

【0008】[0008]

【発明が解決しようとする課題】上述した従来のデータ
ベースシステムでは、クライアントコンピュータでサー
バコンピュータのテーブルデータの加工及び修正を行っ
ているので、サーバコンピュータの負荷を低減すること
が可能である。
In the above-described conventional database system, since the client computer processes and corrects the table data of the server computer, the load on the server computer can be reduced.

【0009】しかしながら、加工するデータを一度表形
式に変換する必要があるため、クライアントコンピュー
タの表計算シートヘの変換処理がシステム全体のスルー
プットを低下させる要因となる。また、マスタファイル
の更新をSQLによって行っているため、更新処理が表
計算上とマスタファイルに対するものとで2回必要とな
る。
However, since it is necessary to convert the data to be processed into a table format once, the conversion process of the client computer to the spreadsheet causes a reduction in the throughput of the entire system. Further, since the master file is updated by SQL, the update process is required twice for the spreadsheet and for the master file.

【0010】上記のようなクライアント/サーバ型の財
務システムにおける一般的なデータ制御では、図5に示
すように、クライアントコンピュータ1の財務アプリケ
ーション17からサーバコンピュータ2のデータべース
管理システム23に対してデータベース24の検索・更
新を指示し、検索結果を引取る。この財務システムは企
業経理のように単一の会社の財務データを複数のクライ
アントから同時に使用する場合に適している。
In general data control in the client / server type financial system as described above, as shown in FIG. 5, a financial application 17 of the client computer 1 sends a request to the database management system 23 of the server computer 2. To search / update the database 24 and retrieve the search result. This financial system is suitable for a case where financial data of a single company is used by a plurality of clients at the same time as in corporate accounting.

【0011】しかしながら、複数の異なる会社のデータ
を複数のクライアントから同時にかつ高速に使用するこ
とを求められる会計事務所の財務システムでは、サーバ
コンピュータ2のデータベース管理システム23の負荷
が増大するとともに、クライアントコンピュータ1とサ
ーバコンピュータ2とを接続するLAN(LocalA
rea Network)(図示せず)のトラフィック
が増大してシステム全体のスループットが低下する。
However, in a financial system of an accounting firm in which a plurality of clients are required to use data from a plurality of different companies simultaneously and at high speed, the load on the database management system 23 of the server computer 2 increases, and LAN (LocalA) connecting computer 1 and server computer 2
area (not shown) increases, and the throughput of the entire system decreases.

【0012】サーバコンピュータ2の負荷を軽減する手
段としては、上記の公報記載の技術のようにクライアン
トコンピュータ1側のプログラムの工夫による方法が提
案されているが、最大のデータを処理するための抜本的
な対策に至っていない。
As means for reducing the load on the server computer 2, there has been proposed a method in which a program on the client computer 1 is devised, as in the technique described in the above-mentioned publication, but a method for processing the maximum data is proposed. Measures have not been reached.

【0013】そこで、本発明の目的は上記の問題点を解
消し、システム全体のスループットの向上を図ることが
でき、マスタファイルの更新を1度の処理で終了させる
ことができるクライアント/サーバ型財務会計システム
を提供することにある。
Accordingly, an object of the present invention is to solve the above-mentioned problems, improve the throughput of the entire system, and complete the update of the master file by a single process. To provide an accounting system.

【0014】[0014]

【課題を解決するための手段】本発明によるクライアン
ト/サーバ型財務会計システムは、サーバコンピュータ
が管理する財務データを、財務処理を実行するクライア
ントコンピュータに転送するように構成されたクライア
ント/サーバ型財務会計システムであって、前記財務デ
ータが会社単位に各々独立して格納される複数の会社テ
ーブルを蓄積するデータベースと、前記クライアントコ
ンピュータから指示される会社に対応する会社テーブル
を前記データベースから読出して当該クライアントコン
ピュータに転送する転送手段とを前記サーバコンピュー
タに備え、前記転送手段から転送されてくる前記会社テ
ーブルを蓄積するローカルデータベースと、前記ローカ
ルデータベースに蓄積された会社テーブルに対して前記
財務データの更新及び検索を行う更新・検索手段と、前
記更新・検索手段の処理結果に基づいて前記財務処理を
実行する実行手段とを前記クライアントコンピュータに
備えている。
SUMMARY OF THE INVENTION A client / server financial accounting system according to the present invention is a client / server financial system configured to transfer financial data managed by a server computer to a client computer executing financial processing. An accounting system, wherein a database for storing a plurality of company tables in which the financial data is stored independently for each company, and a company table corresponding to a company specified by the client computer are read from the database; A transfer means for transferring to the client computer; a local database for storing the company table transferred from the transfer means; and updating of the financial data for the company table stored in the local database. And updating and retrieval means for fine search, and execution means for executing the financial transactions based on the update and retrieval means for processing results are provided to the client computer.

【0015】すなわち、本発明のクライアント/サーバ
型財務会計システムは、サーバコンピュータが管理する
財務データのデータベースを会社毎に独立した構成で構
築し、会社単位の財務データベースを財務処理を実行す
るクライアントコンピュータに転送する。
That is, in the client / server type financial accounting system of the present invention, a database of financial data managed by a server computer is constructed in an independent configuration for each company, and a client computer for executing financial processing in a financial database for each company. Transfer to

【0016】各クライアントはサーバコンピュータと同
等な更新・問合せ機能を有するデータベース管理システ
ムを実行し、クライアント内部でデータベースの問合せ
・更新等の処理を行う。
Each client executes a database management system having an update / query function equivalent to that of the server computer, and performs processing such as query / update of the database inside the client.

【0017】つまり、サーバコンピュータの負荷を分散
させるために、サーバコンピュータのデータべースエン
ジンと同等な更新・問合せ機能を有するデータベースエ
ンジンをクライアントコンピュータにローカルデータベ
ースとして用意する。
That is, in order to distribute the load of the server computer, a database engine having an update / query function equivalent to the database engine of the server computer is prepared in the client computer as a local database.

【0018】財務データのテーブルは会社単位に独立し
たファイルとして作成し、財務データの会社単位のセキ
ュリティをコントロールするコントロールテーブルをサ
ーバコンピュータのデータベースに作成する。
The financial data table is created as an independent file for each company, and a control table for controlling the security of the financial data for each company is created in the database of the server computer.

【0019】クライアントコンピュータが財務処理を行
う会社を選択すると、サーバコンピュータのデータベー
ス管理システムがコントロールテーブルによって当該会
社に関する他のクライアントコンピュータの処理状況を
チェックする。その結果によって、当該会社のテーブル
を使用することができる場合には、要求元のクライアン
トコンピュータに当該会社のテーブルを、ファイル転送
機能を用いて転送する。
When the client computer selects a company that performs financial processing, the database management system of the server computer checks the processing status of the other client computers related to the company using the control table. As a result, if the table of the company can be used, the table of the company is transferred to the requesting client computer using the file transfer function.

【0020】クライアントコンピュータでは財務処理の
アプリケーションプログラムがオペレータの指示にした
がって問合せや更新等をデータベース管理システムを通
してローカルデータベースに指示し、ローカルデータベ
ースはこれら問合せや更新等を実行する。
In the client computer, a financial processing application program instructs a local database through a database management system to inquire, update, etc., according to an operator's instruction, and the local database executes these inquiries, updates, etc.

【0021】財務処理が終了すると、クライアントコン
ピュータからサーバコンピュータに当該会社のテーブル
がファイル転送され、サーバコンピュータはコントロー
ルテーブルの当該会社のセキュリティを解除する。
When the financial processing is completed, the file of the company table is transferred from the client computer to the server computer, and the server computer releases the security of the company in the control table.

【0022】これによって、サーバコンピュータの負荷
を分散し、システム全体のスループットを向上させるこ
とが可能となる。この場合、クライアントコンピュータ
のアプリケーションとして、財務アプリケーションに限
定し、クライアントコンピュータにローカルデータベー
スを配置し、データベースの構成を会社単位に独立させ
て構築する。
This makes it possible to distribute the load on the server computer and improve the throughput of the entire system. In this case, the application of the client computer is limited to the financial application, a local database is arranged on the client computer, and the configuration of the database is constructed independently for each company.

【0023】よって、特殊な変換が不要なため、システ
ム全体のスループットが低下せず、しかもマスタファイ
ルの更新が1度の処理で終了するため、複数のクライア
ントコンピュータからの同一会社に対する処理が安定し
て実現可能となる。
Therefore, since no special conversion is required, the throughput of the entire system is not reduced, and the update of the master file is completed in one process, so that the processes from a plurality of client computers to the same company are stabilized. It becomes feasible.

【0024】[0024]

【発明の実施の形態】次に、本発明の実施例について図
面を参照して説明する。図1は本発明の一実施例による
クライアント/サーバ型財務会計システムの構成を示す
ブロック図である。図において、クライアントコンピュ
ータ(以下、クライアントとする)1−1〜1−nはL
AN(Local Area Network)カード
11−1〜11−n(LANカード11−2〜11−n
は図示せず)と、LAN OS(Operating
System)12−1〜12−n(LAN OS12
−2〜12−nは図示せず)と、ファイル転送手段12
a−1〜12a−n(ファイル転送手段12a−2〜1
2a−nは図示せず)と、OS13−1〜13−n(O
S13−2〜13−nは図示せず)と、データべース管
理システム14−1〜14−n(データベース管理シス
テム14−2〜14−nは図示せず)と、ローカルデー
タベース15−1〜15−n(ローカルデータベース1
5−2〜15−nは図示せず)と、ローカルディスク装
置16−1〜16−n(ローカルディスク装置16−2
〜16−nは図示せず)と、財務アプリケーション17
−1〜17−n(財務アプリケーション17−2〜17
−nは図示せず)とから構成され、制御CPU、メモ
リ、コンソール、キーボード等の一般的なコンピュータ
の基本機能を具備している。
Next, an embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing the configuration of a client / server financial accounting system according to one embodiment of the present invention. In the figure, client computers 1-1 to 1-n are L
AN (Local Area Network) cards 11-1 to 11-n (LAN cards 11-2 to 11-n)
Are not shown) and the LAN OS (Operating
System) 12-1 to 12-n (LAN OS12
-2-12-n are not shown), and the file transfer means 12
a-1 to 12a-n (file transfer means 12a-2 to 12a-1)
2a-n are not shown) and OSs 13-1 to 13-n (O
S13-2 to 13-n are not shown), database management systems 14-1 to 14-n (database management systems 14-2 to 14-n are not shown), and local database 15-1 ~ 15-n (local database 1
5-2 to 15-n are not shown) and local disk devices 16-1 to 16-n (local disk device 16-2).
16-n are not shown) and the financial application 17
-1 to 17-n (financial application 17-2 to 17
−n is not shown), and has basic functions of a general computer such as a control CPU, a memory, a console, and a keyboard.

【0025】LANカード11−1〜11−nはLAN
100に接続され、LAN OS12−1〜12−nは
ネットワークとの接続を制御する。ファイル転送手段1
2a−1〜12a−nはLAN OS12−1〜12−
n内に設けられ、サーバコンピュータ(以下、サーバと
する)2とのファイル転送を制御する。
The LAN cards 11-1 to 11-n are LAN
100, the LAN OSs 12-1 to 12-n control connection to a network. File transfer means 1
2a-1 to 12a-n are LAN OSs 12-1 to 12-
n, and controls file transfer with a server computer (hereinafter, referred to as a server) 2.

【0026】OS13−1〜13−nはクライアント1
−1〜1−n内の各部を制御する。データべース管理シ
ステム14−1〜14−nはローカルディスク装置16
−1〜16−nに格納されたローカルデータベース15
−1〜15−nを管理する。財務アプリケーション17
−1〜17−nは上記の環境上で動作している。
The OSs 13-1 to 13-n are clients 1.
Each part in -1 to 1-n is controlled. The database management systems 14-1 to 14-n are connected to the local disk device 16
Local database 15 stored in -1 to 16-n
-1 to 15-n are managed. Finance Application 17
-1 to 17-n operate on the above environment.

【0027】サーバ2はLAN100に接続されたLA
Nカード21と、ネットワークを制御するネットワーク
OS22と、データベース管理システム23と、データ
ベース24と、データベース24を格納するディスク装
置25とを備えており、制御CPU、メモリ、保守コン
ソール等の一般的なコンピュータの基本機能を具備して
いる。
The server 2 is an LA connected to the LAN 100
An N card 21, a network OS 22 for controlling a network, a database management system 23, a database 24, and a disk device 25 for storing the database 24 are provided. A general computer such as a control CPU, a memory, and a maintenance console is provided. It has the basic functions of

【0028】上記のシステムでは複数のクライアント1
−1〜1−nとサーバ2とがLAN100によって相互
に接続され、サーバ2の各種サービス機能によってファ
イル、プリンタ、データベース等の資源を複数のクライ
アント1−1〜1−nが共有している。
In the above system, a plurality of clients 1
Servers 1 to 1-n are connected to each other by a LAN 100, and resources such as files, printers, and databases are shared by a plurality of clients 1-1 to 1-n by various service functions of the server 2.

【0029】図2は本発明の一実施例のクライアント/
サーバ型財務会計システムのデータフローを示す図であ
る。この図2を参照して、本発明の一実施例によるクラ
イアント/サーバ型財務会計システムの動作について説
明する。
FIG. 2 shows a client / client according to an embodiment of the present invention.
It is a figure showing the data flow of a server type financial accounting system. The operation of the client / server financial accounting system according to one embodiment of the present invention will be described with reference to FIG.

【0030】クライアント1−1にはローカルなデータ
ベース管理システム14−1が装備されており、クライ
アント1台につき1会社の会社テーブル15a−1にサ
ーバ2の会社テーブル24b−1がファイル転送され、
クライアント1−1の内部でローカルデータベース15
−1の更新・検索を実行している。
The client 1-1 is equipped with a local database management system 14-1, and the file of the company table 24b-1 of the server 2 is transferred to the company table 15a-1 of one company for each client.
Local database 15 inside client 1-1
-1 update / search is being executed.

【0031】更新を行った会社テーブル15a−1は財
務処理の終了後にサーバ2の会社テーブル24a−1に
ファイル転送され、サーバ2のデータベース管理システ
ム23の管理下に戻る。
The updated company table 15a-1 is transferred to the company table 24a-1 of the server 2 by a file after the financial processing is completed, and returns to the management of the database management system 23 of the server 2.

【0032】本財務システムでは基本的に1会社につき
1クライアントが財務処理を行うことができる。実際の
運用においては複数のクライアント1−1〜1−nから
同時に仕訳データを入力したり、複数のクライアント1
−1〜1−nから同一会社の帳票を同時に出力するケー
スがある。そこで、以下にこれらの運用に対する手段を
説明する。
In this financial system, one client can basically perform financial processing for one company. In actual operation, journal data is input from a plurality of clients 1-1 to 1-n at the same time,
There is a case where forms of the same company are simultaneously output from -1 to 1-n. Therefore, means for these operations will be described below.

【0033】図3は本発明の一実施例のクライアント/
サーバ型財務会計システムにおけるクライアント1−1
〜1−nから同一会社への仕訳追加入力の流れを示す図
であり、図4は図2のコントロールテーブル24aの構
成を示す図である。
FIG. 3 shows a client / client according to an embodiment of the present invention.
Client 1-1 in server type financial accounting system
FIG. 4 is a diagram showing the flow of additional journal entry from .about.1-n to the same company, and FIG. 4 is a diagram showing the configuration of the control table 24a of FIG.

【0034】図4において、コントロールテーブル24
aはクライアントIDフィールドA1と、会社IDフィ
ールドA2と、使用状態フィールドA3とから構成され
ている。クライアントIDフィールドA1には各クライ
アント1−1〜1−nに一意に割当てられたID番号が
格納され、会社IDフィールドA2には各会社に対して
一意に割当てられたID番号が格納され、使用状態フィ
ールドA3には各クライアント1−1〜1−nが選択し
た会社の財務データに対する更新の有無を示している。
In FIG. 4, the control table 24
a is composed of a client ID field A1, a company ID field A2, and a use state field A3. An ID number uniquely assigned to each of the clients 1-1 to 1-n is stored in the client ID field A1, and an ID number uniquely assigned to each company is stored in the company ID field A2. The status field A3 indicates whether or not the financial data of the company selected by each of the clients 1-1 to 1-n has been updated.

【0035】図4においてはID番号=1000の会社
に対してID番号=001,003のクライアントが処
理を実行中である。この場合、ID番号=003のクラ
イアントが更新中であるため、ID番号=001のクラ
イアントを含む他のクライアントがID番号=1000
の会社に対して更新を行うことはできない。
In FIG. 4, a client having an ID number of 001 and 003 is executing a process for a company having an ID number of 1000. In this case, since the client with the ID number = 003 is being updated, other clients including the client with the ID number = 001 have the ID number = 1000.
Cannot be updated for another company.

【0036】但し、更新を伴わない参照のみの処理、例
えば帳票印字やグラフ表示等はシステム全体のデータベ
ースの整合性を損なわないため、複数のクライアント1
−1〜1−nに対して許可を与えることが可能である。
尚、参照のみを行うクライアント1−1はローカルデー
タベース15−1に転送した会社テーブル15a−1を
財務処理の終了時に破棄し、サーバ2に戻さない。この
ようにして、複数のクライアント1−1〜1−nから同
一会社の財務帳票を同時に印字または表示することがで
きる。
However, the processing of only reference without updating, for example, form printing and graph display, does not impair the consistency of the database of the entire system.
It is possible to give permission to -1 to 1-n.
Note that the client 1-1 that performs only referencing discards the company table 15a-1 transferred to the local database 15-1 at the end of the financial processing and does not return it to the server 2. In this manner, the financial reports of the same company can be simultaneously printed or displayed from the plurality of clients 1-1 to 1-n.

【0037】次に、図3を用いて同一会社に対する複数
のクライアント1−1〜1−nからの同時仕訳入力につ
いて説明する。図4におけるID番号=001のクライ
アントは参照のみの権限しか与えられないが、図3にお
ける会社テーブル15a−1そのものの更新を行わず、
新に追加仕訳テーブル15b−1を作成して仕訳データ
を一時的に追加することはシステム全体の整合性を損な
わないために可能である。
Next, the simultaneous journal entry from a plurality of clients 1-1 to 1-n for the same company will be described with reference to FIG. Although the client with the ID number = 001 in FIG. 4 is given only authority for reference, the client does not update the company table 15a-1 itself in FIG.
It is possible to newly create the additional journal table 15b-1 and temporarily add the journal data so as not to impair the consistency of the entire system.

【0038】財務処理終了後に追加仕訳テーブル15b
−1をサーバ2に転送し、ID番号=003のクライア
ント1−3(図示せず)の更新処理が終了するまで待
つ。サーバ2はID番号=003のクライアント1−3
からの更新終了の指示を受けると、追加仕訳テーブル2
4cを会社テーブル24b−1に追加する。このように
して、ID番号=001,003のクライアント1−
1,1−3からID番号=1000の会社データに対す
る更新及び追加処理を同時に実現することが可能とな
る。
After the financial processing is completed, the additional journal table 15b
-1 to the server 2 and waits until the update process of the client 1-3 (not shown) having the ID number = 003 is completed. Server 2 is client 1-3 with ID number = 003
When the update end instruction is received from, the additional journal table 2
4c is added to the company table 24b-1. In this way, the client 1 with ID number = 001, 003
Updates and additions to company data with ID numbers of 1000 from 1, 1-3 can be simultaneously realized.

【0039】このように、サーバ2のデータべースエン
ジン(データベース管理システム23)と同等な更新・
問合せ機能を有するデータベースエンジン(データベー
ス管理システム14−1〜14−n)をクライアント1
−1〜1−nに備え、財務データのテーブルを会社単位
に独立したファイル(会社テーブル24b−1〜24b
−M)として作成し、財務データの会社単位のセキュリ
ティをコントロールするコントロールテーブル24aを
サーバ2のデータベース24に作成するとともに、クラ
イアント1−1〜1−nが財務処理を行う会社を選択し
た際にサーバ2のデータベース管理システム23がコン
トロールテーブル24aによって当該会社に関する他の
クライアントコンピュータの処理状況をチェックし、そ
の結果に応じて当該会社テーブル24b−1〜24b−
Mを要求元のクライアント1−1〜1−nにファイル転
送機能で転送し、その会社テーブル24b−1〜24b
−Mをクライアント1−1〜1−nのローカルデータベ
ース15−1〜15−nに蓄積してから、その会社テー
ブル24b−1〜24b−Mに対するデータベース管理
システム14−1〜14−nの検索結果に基づいて財務
アプリケーション17−1〜17−nが財務処理を実行
し、その処理結果に応じてデータベース管理システム1
4−1〜14−nが会社テーブル15a−1〜15a−
nを更新してからその会社テーブル15a−1〜15a
−nをサーバ2にファイル転送することによって、サー
バ2の負荷を分散し、システム全体のスループットを向
上させることができる。
As described above, the same update / update as the database engine (database management system 23) of the server 2 is performed.
The client 1 sends a database engine (database management systems 14-1 to 14-n) having an inquiry function
-1 to 1-n, a table of financial data is stored in an independent file for each company (company tables 24b-1 to 24b).
-M), a control table 24a for controlling the security of financial data on a company basis is created in the database 24 of the server 2, and when the client 1-1 to 1-n selects a company that performs financial processing. The database management system 23 of the server 2 checks the processing status of another client computer relating to the company by the control table 24a, and according to the result, the company tables 24b-1 to 24b-
M is transferred to the requesting clients 1-1 to 1-n by the file transfer function, and the company tables 24b-1 to 24b are transmitted.
-M is stored in the local databases 15-1 to 15-n of the clients 1-1 to 1-n, and the database management systems 14-1 to 14-n are searched for the company tables 24b-1 to 24b-M. The financial applications 17-1 to 17-n execute financial processing based on the result, and the database management system 1 according to the processing result.
4-1 to 14-n are company tables 15a-1 to 15a-
n after updating the company tables 15a-1 to 15a
By transferring -n to the server 2, the load on the server 2 can be distributed, and the throughput of the entire system can be improved.

【0040】この場合、クライアント1−1〜1−nに
ローカルデータベース15−1〜15−nを配置し、デ
ータベースの構成を会社単位に独立させて構築すること
によって、特殊な変換が不要となるため、システム全体
のスループットを低下させることなく、しかもマスタフ
ァイルの更新を1度の処理で終了させることができるた
め、複数のクライアント1−1〜1−nからの同一会社
に対する処理を安定して実現することができる。
In this case, the local databases 15-1 to 15-n are arranged in the clients 1-1 to 1-n, and the database is constructed independently for each company, so that special conversion is not required. Therefore, since the update of the master file can be completed in one process without lowering the throughput of the entire system, the processes from a plurality of clients 1-1 to 1-n to the same company can be stably performed. Can be realized.

【0041】[0041]

【発明の効果】以上説明したように本発明によれば、サ
ーバコンピュータが管理する財務データを財務処理を実
行するクライアントコンピュータに転送するように構成
されたクライアント/サーバ型財務会計システムにおい
て、財務データを会社単位に各々独立して構築された複
数の会社テーブルを蓄積するデータベースと、クライア
ントコンピュータから指示される会社に対応する会社テ
ーブルをデータベースから読出して当該クライアントコ
ンピュータに転送する転送手段とをサーバコンピュータ
に備え、転送手段から転送されてくる会社テーブルを蓄
積するローカルデータベースと、ローカルデータベース
に蓄積された会社テーブルに対して財務データの更新及
び検索を行う更新・検索手段と、更新・検索手段の処理
結果に基づいて財務処理を実行する実行手段とをクライ
アントコンピュータに備えることによって、システム全
体のスループットの向上を図ることができ、マスタファ
イルの更新を1度の処理で終了させることができるとい
う効果がある。
As described above, according to the present invention, in a client / server type financial accounting system configured to transfer financial data managed by a server computer to a client computer executing financial processing, A server computer that stores a plurality of company tables independently constructed for each company, and a transfer unit that reads a company table corresponding to a company specified by a client computer from the database and transfers the table to the client computer. A local database for storing the company table transferred from the transfer means, an update / search means for updating and searching for financial data for the company table stored in the local database, and processing of the update / search means Goods based on the results By providing an execution unit for executing the processing to the client computers, it is possible to improve the throughput of the whole system, there is an effect that it is possible to terminate the updating of master file 1 degree of processing.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の一実施例によるクライアント/サーバ
型財務会計システムの構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a client / server financial accounting system according to an embodiment of the present invention.

【図2】本発明の一実施例のクライアント/サーバ型財
務会計システムのデータフローを示す図である。
FIG. 2 is a diagram showing a data flow of a client / server financial accounting system according to an embodiment of the present invention.

【図3】本発明の一実施例のクライアント/サーバ型財
務会計システムにおけるクライアントから同一会社への
仕訳追加入力の流れを示す図である。
FIG. 3 is a diagram showing a flow of a journal addition input from a client to the same company in a client / server financial accounting system according to an embodiment of the present invention.

【図4】図2のコントロールテーブルの構成を示す図で
ある。
FIG. 4 is a diagram showing a configuration of a control table in FIG. 2;

【図5】従来例のクライアント/サーバ型財務会計シス
テムのデータフローを示す図である。
FIG. 5 is a diagram showing a data flow of a conventional client / server financial accounting system.

【符号の説明】[Explanation of symbols]

1−1〜1−n クライアントコンピュータ 2 サーバコンピュータ 11−1,21 LANカード 12−1 LAN OS 13−1 OS 14−1,23 データべース管理システム 15−1 ローカルデータベース 15a−1 会社テーブル 15b−1,24c 追加仕訳テーブル 16−1 ローカルディスク装置 17 財務アプリケーション 22 ネットワークOS 24 データベース 24a コントロールテーブル 24b−1〜24b−M 会社テーブル 25 ディスク装置 1-1 to 1-n Client computer 2 Server computer 11-1 and 21 LAN card 12-1 LAN OS 13-1 OS 14-1 and 23 Database management system 15-1 Local database 15a-1 Company table 15b -1, 24c Additional journal table 16-1 Local disk unit 17 Financial application 22 Network OS 24 Database 24a Control table 24b-1 to 24b-M Company table 25 Disk unit

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 サーバコンピュータが管理する財務デー
タを、財務処理を実行するクライアントコンピュータに
転送するように構成されたクライアント/サーバ型財務
会計システムであって、 前記財務データが会社単位に各々独立して格納される複
数の会社テーブルを蓄積するデータベースと、前記クラ
イアントコンピュータから指示される会社に対応する会
社テーブルを前記データベースから読出して当該クライ
アントコンピュータに転送する転送手段とを前記サーバ
コンピュータに有し、 前記転送手段から転送されてくる前記会社テーブルを蓄
積するローカルデータベースと、前記ローカルデータベ
ースに蓄積された会社テーブルに対して前記財務データ
の更新及び検索を行う更新・検索手段と、前記更新・検
索手段の処理結果に基づいて前記財務処理を実行する実
行手段とを前記クライアントコンピュータに有すること
を特徴とするクライアント/サーバ型財務会計システ
ム。
1. A client / server type financial accounting system configured to transfer financial data managed by a server computer to a client computer executing financial processing, wherein the financial data is independent for each company. The server computer having a database for storing a plurality of company tables stored therein, and transfer means for reading a company table corresponding to a company specified by the client computer from the database and transferring the table to the client computer; A local database that stores the company table transferred from the transfer unit, an update / search unit that updates and searches the financial data with respect to the company table stored in the local database, and the update / search unit Based on the processing result of Client / server financial accounting system characterized by having an execution unit for executing the financial transactions to the client computer.
【請求項2】 前記転送手段は、前記複数の会社テーブ
ル各々に対応してその会社テーブルを使用するクライア
ントコンピュータを特定する識別情報及び前記クライア
ントコンピュータによる使用状況を保持するコントロー
ルテーブルと、前記コントロールテーブルの保持内容に
基づいて当該会社テーブルが使用可能か否かを判定する
判定手段と、前記判定手段が使用可能と判定した時に当
該会社テーブルをファイル転送機能にて要求元クライア
ントコンピュータに転送するファイル転送手段とを含む
ことを特徴とする請求項1記載のクライアント/サーバ
型財務会計システム。
2. The control means according to claim 2, wherein said transfer means stores identification information for identifying a client computer that uses said company table in correspondence with each of said plurality of company tables, and a status of use by said client computer; Determining means for determining whether or not the company table is usable based on the held contents of the file, and transferring the company table to the requesting client computer by a file transfer function when the determining means determines that the table is usable. 2. The client / server financial accounting system according to claim 1, further comprising means.
【請求項3】 前記更新・検索手段は、前記サーバコン
ピュータのデータべースエンジンと同等な更新・問合せ
機能を持つことを特徴とする請求項1または請求項2記
載のクライアント/サーバ型財務会計システム。
3. The client / server type financial accounting system according to claim 1, wherein the update / retrieval means has an update / query function equivalent to a database engine of the server computer.
【請求項4】 前記実行手段は、前記財務処理が終了し
た時に当該財務処理で更新された会社テーブルを前記サ
ーバコンピュータにファイル転送しかつ当該会社テーブ
ルが参照のみに用いられた時に当該会社テーブルを破棄
するよう構成したことを特徴とする請求項1から請求項
3のいずれか記載のクライアント/サーバ型財務会計シ
ステム。
4. The execution means transfers a file of the company table updated in the financial process to the server computer when the financial process is completed, and executes the company table when the company table is used only for reference. 4. The client / server financial accounting system according to claim 1, wherein the client / server financial accounting system is configured to discard the account.
【請求項5】 前記会社テーブルの参照時に当該会社テ
ーブルに追加すべき仕訳データを一時保持する追加仕訳
テーブルと、前記会社テーブルの参照に基づいた前記財
務処理の終了時に前記追加仕訳テーブルの仕訳データを
前記サーバコンピュータに転送する手段とを前記クライ
アントコンピュータに含み、 前記クライアントコンピュータから転送されてくる前記
追加仕訳テーブルの仕訳データを一時保持する一時保持
手段と、当該会社テーブルの使用が全て終了した時に当
該仕訳データを当該会社テーブルに追加する手段とを前
記サーバコンピュータに含むことを特徴とする請求項1
から請求項4のいずれか記載のクライアント/サーバ型
財務会計システム。
5. An additional journal table for temporarily storing journal data to be added to the company table when referring to the company table, and journal data for the additional journal table at the end of the financial processing based on the reference to the company table. Means for transferring to the server computer, the client computer includes: a temporary holding means for temporarily holding journal data of the additional journal table transferred from the client computer; and 2. The server computer further comprising means for adding the journal data to the company table.
The client / server type financial accounting system according to any one of claims 1 to 4.
JP23925397A 1997-09-04 1997-09-04 Client/server type financial accounting system Withdrawn JPH1185856A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP23925397A JPH1185856A (en) 1997-09-04 1997-09-04 Client/server type financial accounting system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP23925397A JPH1185856A (en) 1997-09-04 1997-09-04 Client/server type financial accounting system

Publications (1)

Publication Number Publication Date
JPH1185856A true JPH1185856A (en) 1999-03-30

Family

ID=17042020

Family Applications (1)

Application Number Title Priority Date Filing Date
JP23925397A Withdrawn JPH1185856A (en) 1997-09-04 1997-09-04 Client/server type financial accounting system

Country Status (1)

Country Link
JP (1) JPH1185856A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020003666A (en) * 2000-06-23 2002-01-15 김경 Accounting processing system connected to communication network with easy management function and accounting data processing method therefore
KR20020010176A (en) * 2000-07-27 2002-02-04 박철우 An accounting system via internet and the method thereof

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020003666A (en) * 2000-06-23 2002-01-15 김경 Accounting processing system connected to communication network with easy management function and accounting data processing method therefore
KR20020010176A (en) * 2000-07-27 2002-02-04 박철우 An accounting system via internet and the method thereof

Similar Documents

Publication Publication Date Title
US7577661B2 (en) Extensible and automatically replicating server farm configuration management infrastructure
JPH0594344A (en) Method for efficient document form conversion in data processing system
JP2001514419A (en) Systems and methods for inter-domain interaction across inter-domain connections
JP2001514420A (en) System and method for inter-domain planning analysis and optimization using model agents as partial replicas of remote domains
JP2001076005A (en) Data base system
US6701323B2 (en) Object management system and method for distributed object system
EP0856790A2 (en) Client-server network computing system and its method
JP3290801B2 (en) Resource location detection method
KR102598619B1 (en) Database management service provision system
JPH1185856A (en) Client/server type financial accounting system
JP4222065B2 (en) Data access method and information system in information system
JP2000099384A (en) Method and system for high-security data link between various communication networks and storage medium storing data link program
US7376748B1 (en) Data delivering system
JPH0844670A (en) File managing method, computer system using the same and operating method for computer system
JP2002373101A (en) Inter-directory cooperative method
JP2001337858A (en) Duplication data management system
JP3330006B2 (en) Network system including information storage system, input system of the system, and
JPH10133930A (en) Data base system
JP3303810B2 (en) System configuration specification transfer device
JPH10320218A (en) Automatic starting method for cooperative job in data transfer processing
JP2003233517A (en) Document management system, document management server, directory server, client terminal, and program
US20030131009A1 (en) Transaction method and system
JPH0934821A (en) Processing function management equipment for server
JPH1196054A (en) System for constructing data base integrating application
Outhred et al. An enterprise trader model for DCOM

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20041207