JP5144974B2 - Module management method, module management apparatus, and module management program - Google Patents

Module management method, module management apparatus, and module management program

Info

Publication number
JP5144974B2
JP5144974B2 JP2007165335A JP2007165335A JP5144974B2 JP 5144974 B2 JP5144974 B2 JP 5144974B2 JP 2007165335 A JP2007165335 A JP 2007165335A JP 2007165335 A JP2007165335 A JP 2007165335A JP 5144974 B2 JP5144974 B2 JP 5144974B2
Authority
JP
Japan
Prior art keywords
module
data
version
information
management
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.)
Active
Application number
JP2007165335A
Other languages
Japanese (ja)
Other versions
JP2009003780A (en
Inventor
一生 土本
正夫 川音
一夫 御子柴
智人 岩見
博昭 前島
亮司 小林
宏生 太田
泰弘 池上
幸夫 鈴木
政征 箭内
尚也 添田
俊也 成田
直幸 今泉
Original Assignee
株式会社日本デジタル研究所
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 株式会社日本デジタル研究所 filed Critical 株式会社日本デジタル研究所
Priority to JP2007165335A priority Critical patent/JP5144974B2/en
Publication of JP2009003780A publication Critical patent/JP2009003780A/en
Application granted granted Critical
Publication of JP5144974B2 publication Critical patent/JP5144974B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Description

本発明は、年度または特定の期間を単位としてデータの処理方法を変更する可能性のある業務処理システムにおいて、データとモジュールの管理を行うモジュール管理方法に関する。   The present invention relates to a module management method for managing data and modules in a business processing system that may change a data processing method in units of a fiscal year or a specific period.

財務・会計,税務,販売仕入管理、給与管理などの業務処理は、関連する法律の変更などの影響により、年度または特定の期間を単位として処理方法が変更となることが多い。近年、これらの業務処理は、計算機システム上で行われることが多く、会計システム,申告書作成システム、販売仕入管理システム,給与システム,決算書作成システムなど様々なアプリケーションシステムがこれらの業務処理に用いられている。処理方法が変更になると、アプリケーションシステムで用いるプログラム(モジュール)をその変更にあわせて更新する必要がある。処理方法の変更だけでなくモジュールの改良による更新も行われるため様々なバージョンのモジュールが存在することになる。   Business processes such as finance / accounting, tax, sales / purchase management, and salary management are often changed in units of fiscal years or specific periods due to changes in related laws. In recent years, these business processes are often performed on a computer system, and various application systems such as an accounting system, a report creation system, a sales purchase management system, a payroll system, and a financial statement creation system are used for these business processes. It is used. When the processing method changes, it is necessary to update the program (module) used in the application system in accordance with the change. Since not only the processing method is changed but also the update is performed by improving the module, various versions of the module exist.

また、これらのモジュールで作成されたデータは、それぞれのアプリケーションシステムにおいて個別に作成および管理されている。一方、財務・会計,税務,販売仕入管理、給与管理などのアプリケーションシステムが管理するデータには、共通する項目やお互いに関連する項目が存在することが多い。したがって、データの管理の効率化と不整合を防ぐ観点から、関連するデータは同一の計算機上に保存され、お互いに流用および参照可能であることが望ましい。   The data created by these modules is created and managed individually in each application system. On the other hand, data managed by application systems such as finance / accounting, tax, sales / purchase management, and salary management often have common items and items related to each other. Therefore, from the viewpoint of improving the efficiency of data management and preventing inconsistencies, it is desirable that related data is stored on the same computer and can be diverted and referred to each other.

しかし、同一の計算機上に保存されてお互いに流用および参照するためには、全てのデータの情報の整合をとって正しく管理することが望ましいが、データの種類が多岐に渡るだけでなく、上述のように、様々なバージョンのモジュールで作成されたデータが存在し、データの作成されたバージョンの管理を行う必要もあり、管理が非常に煩雑となる。ここで、バージョンとは、プログラムやモジュールの更新およびどのプログラムやどのモジュールで作成されたデータかが識別できる世代識別情報のことを意味している。   However, in order to store and refer to each other stored on the same computer, it is desirable to manage all data by matching the information, but not only the data types are diverse, but also As described above, there is data created by various versions of modules, and it is necessary to manage the version of the data created, which makes management very complicated. Here, the version means generation identification information that can identify the update of a program or module and the data created by which program or module.

データとモジュールの整合性を保つために従来行われている管理方法として、データにバージョン情報を付加して保存する方法がある。この方法では、新しいバージョンのモジュールで過去に作成した古いバージョンのモジュールで作成されたデータを用いて業務処理を行う際に、古いバージョンで処理されたデータを新しいバージョンにコンバートする。このように、古いバージョンで処理されたデータを新しいバージョンにコンバートすることにより、古いデータが次第に減少し、新バージョンのモジュールとそれに対応するデータだけとなり、整合がとりやすくなる。   As a conventional management method for maintaining the consistency between data and modules, there is a method of adding version information to data and storing it. In this method, when a business process is performed using data created with an old version module created in the past with a new version module, the data processed with the old version is converted into a new version. In this way, by converting the data processed in the old version into the new version, the old data is gradually reduced, and only the new version of the module and the corresponding data are obtained, making it easy to achieve matching.

また、モジュールとデータの整合性を保つための別の手法として、たとえば、下記特許文献1に記載の技術が開示されている。下記特許文献1に記載の技術では、バージョンごとにそれぞれ異なる交換可能記憶媒体へプログラムとデータを保存することにより、プログラムとデータの整合をとりやすくしている。   Further, as another technique for maintaining the consistency between the module and the data, for example, a technique described in Patent Document 1 below is disclosed. In the technique described in Patent Document 1 below, the program and data are easily matched by storing the program and data in different exchangeable storage media for each version.

また、上述のように複数のバージョンのモジュールが存在する場合、操作者が業務処理を行う際には、まず、操作者がどのバージョンのモジュールで処理を行うかを判断し、その判断により選択したバージョンのモジュールを起動するのが一般的である。この方法では、操作者自身が、各バージョンに関する情報を把握している必要がある。したがって、たとえば、新しいバージョンで処理するのが適切である場合にも、操作者が誤って古いバージョンのモジュールを起動してしまう可能性もあった。   In addition, when there are multiple versions of modules as described above, when an operator performs business processing, first, the operator determines which version of the module is to be used for processing and selects the module based on the determination. It is common to start a version of a module. In this method, the operator himself / herself needs to know information about each version. Therefore, for example, even when it is appropriate to process with a new version, there is a possibility that an operator may accidentally start an old version of a module.

このような操作者の負担を軽減するために、自動で起動するプログラムを選択する手法として下記特許文献2に記載の技術が開示されている。下記特許文献2では、更新前の旧プログラムと更新後の新プログラムを同一名称としておく。そして、変更日付を定義しておき、操作者がプログラムの起動の操作を行った場合に、その日が変更日付以後であれば新プログラムを自動的に起動し、変更日付より前であれば旧プログラムを自動的に起動する。   In order to reduce the burden on the operator, a technique described in Patent Document 2 below is disclosed as a method for selecting a program to be automatically started. In the following Patent Document 2, the old program before update and the new program after update have the same name. Then, if a change date is defined and the operator performs an operation to start the program, the new program is automatically started if the date is after the change date, and the old program if the date is before the change date. Is automatically started.

特開平5−303488号公報JP-A-5-303488 特公平5−50772号公報Japanese Patent Publication No. 5-50772

しかしながら、上記従来のバージョン管理方法では、新しいバージョンのモジュールとそのモジュールで処理されたデータに統一されてしまうため、古いバージョンのモジュールで処理を行うことができない。法改正によりモジュールがバージョンアップされた場合でも、たとえば、修正申告書の作成処理などでは、その時点の法規にしたがった古いバージョンのモジュールで処理をする必要がある。このため、新バージョンのモジュールは古いバージョンのモジュールの機能を包含する必要があり、更新のたびにプログラムが肥大化し、プログラム内の処理制御も複雑化する、という問題があった。   However, in the above conventional version management method, the new version of the module and the data processed by the module are unified, so that the old version of the module cannot be used for processing. Even when a module is upgraded due to a revision of the law, for example, in the process of preparing a revised report, it is necessary to process with an old version of the module in accordance with the regulations at that time. For this reason, it is necessary for the new version of the module to include the functions of the old version of the module, and there has been a problem that the program becomes enlarged and the process control within the program becomes complicated each time it is updated.

また、上記特許文献1に記載の技術では、プログラムとデータをバージョンごとに異なる媒体で管理している。このため、異なるバージョンのデータを同時に参照しにくく、また、複数年度にわたった処理を行う際に、媒体の検索や媒体の交換などを行いながら処理をすることになるため非常に手間がかかる、という問題があった。   In the technique described in Patent Document 1, the program and data are managed on different media for each version. For this reason, it is difficult to refer to different versions of data at the same time, and when performing processing for multiple years, it is very troublesome because processing is performed while searching for media and exchanging media. There was a problem.

また、上記特許文献2に記載の技術では、新旧の2つのプログラムのみを管理している。このため、3つ以上のバージョン管理が困難である、という問題があった。また、新旧プログラムの名称を同一にする必要があるなど、運用上の制約が多い、という問題があった。   In the technique described in Patent Document 2, only the old and new programs are managed. For this reason, there is a problem that it is difficult to manage three or more versions. In addition, there is a problem that there are many operational restrictions such as the need to make the old and new programs have the same name.

また、上述の技術では、1つの種類のモジュール処理を対象としてモジュールとデータの管理を行っている。このため、関連する複数の種類のモジュールで作成されたデータ同士の整合をとることはできない、という問題があった。   In the above-described technique, module and data are managed for one type of module processing. For this reason, there is a problem that data created by a plurality of types of related modules cannot be matched.

本発明は、上記に鑑みてなされたものであって、操作者がバージョンを意識することなく簡易な操作でモジュールを起動でき、かつ、モジュールを肥大化させずに複数のバージョンのモジュールの処理を実現でき、かつ、複数の種類のモジュールで作成されたデータの整合性を正しく保つことができるモジュール管理方法、モジュール管理装置、モジュール管理システムおよびモジュール管理プログラムを得ることを目的とする。   The present invention has been made in view of the above, and an operator can start a module with a simple operation without being aware of the version, and can process a plurality of versions of the module without enlarging the module. An object of the present invention is to obtain a module management method, a module management device, a module management system, and a module management program that can be realized and can correctly maintain the consistency of data created by a plurality of types of modules.

上述した課題を解決し、目的を達成するために、本発明にかかるモジュール管理方法は、法規毎に定められた適用期間の異なるモジュールであって、処理しようとするデータである処理対象データを作成または更新する複数のモジュールを有する業務処理アプリケーションを含む業務処理システムにおけるモジュール管理方法において、処理データ選択部が、処理対象データの種類および処理しようとする期間を表す処理対象期間を含む条件設定情報を取得する条件設定ステップと、モジュール決定部が、データの種類とモジュールの適用期間毎に、前記複数のモジュールを識別するためのモジュール識別子とモジュールのバージョンとが対応付けられて格納されているモジュール管理情報を記憶部から読み出し、読み出したモジュール管理情報から前記条件設定情報に対応するモジュール識別子を抽出するモジュール決定ステップと、モジュール連携部が、前記抽出されたモジュール識別子に対応するモジュールを記憶部から読み出して、そのモジュールを起動するモジュール起動ステップと、モジュール連携部が、前記起動したモジュールが作成したデータの、種類と処理対象期間とバージョンとを含むデータ情報を、記憶部に格納するデータ管理ステップと、を含み、前記モジュール決定ステップでは、処理対象データを新規作成する場合には、記憶部内のモジュール管理情報を検索し、検索結果として前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報があればこのモジュール管理情報からモジュール識別子を抽出し、検索結果として前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報がない場合には、処理対象データの種類と一致するデータの種類を格納するモジュール管理情報を検索し、検索により得られたモジュール管理情報に含まれるバージョンの大きさに基づいて決定した1つのモジュール管理情報からモジュール識別子を抽出し、処理対象データが新規作成でない場合には、前記条件設定情報に対応する格納済みのデータ情報を取得し、前記記憶部内のモジュール管理情報を検索して前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報を取得し、取得したデータ情報に含まれるバージョンの大きさと取得したモジュール管理情報に含まれるバージョンの大きさに基づいて決定した1つのモジュール管理情報からモジュール識別子を抽出する、ことを特徴とする。 In order to solve the above-described problems and achieve the object, the module management method according to the present invention is a module having a different application period defined for each regulation, and creates processing target data that is data to be processed. or more modules to be updated, the module management method in the business processing system comprising a business application having the processed data selection unit, the processing of the object data type and tries to process represents the time to be processed period including conditions The condition setting step for acquiring setting information and the module determination unit store the module identifier and module version for identifying the plurality of modules in association with each other for each data type and module application period. reads the module management information are from the storage unit, the read module tube A module determining step of extracting a module identifier corresponding to the condition setting information from the information, the module linkage unit is, the module corresponding to the extracted module identifier from the storage unit, and the module activation step of activating the module , module linkage unit is, data that the activation modules created, the data information including the type and the processing period and version, seen including a data management step of storing in the storage unit, and in said module determining step, When newly creating processing target data, the module management information in the storage unit is searched, and if there is module management information for storing the data type and application period corresponding to the condition setting information as a search result, this module management Extract module identifier from information and use it as search result If there is no module management information that stores the data type corresponding to the recording condition setting information and the application period, the module management information that stores the data type that matches the type of data to be processed is searched and obtained by the search. If the module identifier is extracted from one module management information determined based on the size of the version included in the module management information and the processing target data is not newly created, the stored data corresponding to the condition setting information is stored. Acquire data information, search for module management information in the storage unit, acquire module management information for storing the data type and application period corresponding to the condition setting information, the version of the version included in the acquired data information One module determined based on the size and the size of the version included in the acquired module management information The module identifier is extracted from the module management information .

つぎの発明にかかるモジュール管理方法は、法規毎に定められた適用期間の異なるモジュールであって、処理しようとするデータである処理対象データを作成または更新する複数のモジュールを有する業務処理アプリケーションを含む業務処理システムにおけるモジュール管理方法において、処理データ選択部が、処理対象データの種類および処理しようとする期間を表す処理対象期間を含む条件設定情報を取得する条件設定ステップと、適用期間管理部が、データの種類とモジュールの適用期間毎に、前記複数のモジュールを識別するためのモジュール識別子とモジュールのバージョンとが対応付けられて格納されているモジュール管理情報を記憶部から読み出し、読み出したモジュール管理情報から前記条件設定情報に対応するモジュール識別子を抽出するモジュール決定ステップと、モジュール連携部が、前記抽出されたモジュール識別子に対応するモジュールを記憶部から読み出して、そのモジュールを起動するモジュール起動ステップと、モジュール連携部が、前記起動したモジュールが作成したデータの、種類と処理対象期間とバージョンとを含むデータ情報を、記憶部に格納するデータ管理ステップと、を含み、前記モジュール決定ステップでは、処理対象データを新規作成する場合には、記憶部内のモジュール管理情報を検索し、検索結果として前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報があればこのモジュール管理情報からモジュール識別子を抽出し、検索結果として前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報がない場合には、処理対象データの種類と一致するデータの種類を格納するモジュール管理情報を検索し、検索により得られたモジュール管理情報に含まれるバージョンの大きさに基づいて決定した1つのモジュール管理情報からモジュール識別子を抽出し、処理対象データが新規作成でない場合には、前記条件設定情報に対応する格納済みのデータ情報を取得し、前記記憶部内のモジュール管理情報を検索して前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報を取得し、取得したデータ情報に含まれるバージョンの大きさと取得したモジュール管理情報に含まれるバージョンの大きさに基づいて決定した1つのモジュール管理情報からモジュール識別子を抽出する、ことを特徴とする。 Module management method according to the next invention is the different modules of application period determined for each regulations, a plurality of modules to create or update a processing target data is data to be processed, the business application with in the module management method in the business processing system including processing data selection section includes a condition setting step of the process period representing a period to be the type and processing of the processing target data to acquire including conditions setting information, application period management The module reads the module management information stored in association with the module identifier for identifying the plurality of modules and the module version for each data type and module application period , and reads the module management information . module corresponding to the condition setting information from the module management information A module determining step of extracting Le identifier, module linkage unit is, reads the module corresponding to the extracted module identifier from the storage unit, and the module activation step of activating the module, the module linkage unit is, and the activation data module creates the data information containing the type and the processing period and version, a data management step of storing in the storage unit, only contains, in the module determination step, the processed data to create new Searches for module management information in the storage unit, and if there is module management information for storing the data type and application period corresponding to the condition setting information as a search result, extracts the module identifier from this module management information and searches As a result, the data type corresponding to the condition setting information and the appropriate If there is no module management information that stores the period, the module management information that stores the type of data that matches the type of data to be processed is searched, and the size of the version included in the module management information obtained by the search The module identifier is extracted from one module management information determined based on the above, and when the processing target data is not newly created, the stored data information corresponding to the condition setting information is acquired, and the module management in the storage unit is acquired. Information is retrieved to obtain module management information for storing the data type and application period corresponding to the condition setting information, and the size of the version included in the acquired data information and the version of the version included in the acquired module management information are acquired. A module identifier is extracted from one module management information determined based on the size. , Characterized in that.

つぎの発明にかかるモジュール管理装置は、法規毎に定められた適用期間の異なるモジュールであって、処理しようとするデータである処理対象データを作成または更新する複数のモジュールを有する業務処理アプリケーションを含む業務処理システムにおけるモジュール管理装置において処理対象データの種類および処理しようとする期間を表す処理対象期間を含む条件設定情報を取得する処理データ選択部と、データの種類とモジュールの適用期間毎に、前記複数のモジュールを識別するためのモジュール識別子とモジュールのバージョンとが対応付けられて格納されているモジュール管理情報を記憶部から読み出し、読み出したモジュール管理情報から前記条件設定情報に対応するモジュール識別子を抽出するモジュール決定部と、前記抽出されたモジュール識別子に対応するモジュールを記憶部から読み出して、そのモジュールを起動し、起動したモジュールが作成したデータの、種類と処理対象期間とバージョンとを含むデータ情報を、記憶部に格納するモジュール連携部と、を備え、前記モジュール決定部は、処理対象データを新規作成する場合には、記憶部内のモジュール管理情報を検索し、検索結果として前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報があればこのモジュール管理情報からモジュール識別子を抽出し、検索結果として前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報がない場合には、処理対象データの種類と一致するデータの種類を格納するモジュール管理情報を検索し、検索により得られたモジュール管理情報に含まれるバージョンの大きさに基づいて決定した1つのモジュール管理情報からモジュール識別子を抽出し、処理対象データが新規作成でない場合には、前記条件設定情報に対応する格納済みのデータ情報を取得し、前記記憶部内のモジュール管理情報を検索して前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報を取得し、取得したデータ情報に含まれるバージョンの大きさと取得したモジュール管理情報に含まれるバージョンの大きさに基づいて決定した1つのモジュール管理情報からモジュール識別子を抽出する、ことを特徴とする。 The module management apparatus according to the next invention, a different modules of application period determined for each regulations, a plurality of modules to create or update a processing target data is data to be processed, the business application with in module management unit in the business processing system including, the type of the processing target data and the processed data selection unit that processes the I and processing period representing a period for try to acquire including conditions setting information, application period of the data types and modules Each time module management information in which module identifiers for identifying the plurality of modules and module versions are associated and stored is read from the storage unit, and the condition setting information is associated with the read module management information. A module determination unit for extracting a module identifier; Reads the module corresponding to the extracted module identifier from the storage unit, store and launch the module, the data generated activated the module, the data information including the type and the processing period and version, the storage unit A module linking unit, and the module determination unit searches the module management information in the storage unit when newly creating the processing target data, and the data type corresponding to the condition setting information as a search result If there is module management information for storing the application period, a module identifier is extracted from this module management information, and there is no module management information for storing the data type and application period corresponding to the condition setting information as a search result The module management information that stores the data type that matches the type of data to be processed If the module identifier is extracted from one module management information determined based on the size of the version included in the module management information obtained by searching and the processing target data is not newly created, the condition setting information Is stored, the module management information in the storage unit is searched, module management information for storing the data type and application period corresponding to the condition setting information is acquired, and the acquired data A module identifier is extracted from one module management information determined based on the version size included in the information and the version size included in the acquired module management information .

つぎの発明にかかるモジュール管理装置は、法規毎に定められた適用期間の異なるモジュールであって、処理しようとするデータである処理対象データを作成または更新する複数のモジュールを有する業務処理アプリケーションを含む業務処理システムにおけるモジュール管理装置において処理対象データの種類および処理しようとする期間を表す処理対象期間を含む条件設定情報を取得する処理データ選択部と、データの種類とモジュールの適用期間毎に、前記複数のモジュールを識別するためのモジュール識別子とモジュールのバージョンとが対応付けられて格納されているモジュール管理情報を記憶部から読み出し、読み出したモジュール管理情報から前記条件設定情報に対応するモジュール識別子を抽出する適用期間管理部と、前記抽出されたモジュール識別子に対応するモジュールを記憶部から読み出して、そのモジュールを起動し、起動したモジュールが作成したデータの、種類と処理対象期間とバージョンとを含むデータ情報を、記憶部に格納するモジュール連携部と、を備え、前記適用期間管理部は、処理対象データを新規作成する場合には、記憶部内のモジュール管理情報を検索し、検索結果として前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報があればこのモジュール管理情報からモジュール識別子を抽出し、検索結果として前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報がない場合には、処理対象データの種類と一致するデータの種類を格納するモジュール管理情報を検索し、検索により得られたモジュール管理情報に含まれるバージョンの大きさに基づいて決定した1つのモジュール管理情報からモジュール識別子を抽出し、処理対象データが新規作成でない場合には、前記条件設定情報に対応する格納済みのデータ情報を取得し、前記記憶部内のモジュール管理情報を検索して前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報を取得し、取得したデータ情報に含まれるバージョンの大きさと取得したモジュール管理情報に含まれるバージョンの大きさに基づいて決定した1つのモジュール管理情報からモジュール識別子を抽出する、ことを特徴とする。 The module management apparatus according to the next invention, a different modules of application period determined for each regulations, a plurality of modules to create or update a processing target data is data to be processed, the business application with in module management unit in the business processing system including, the type of the processing target data and the processed data selection unit that processes the I and processing period representing a period for try to acquire including conditions setting information, application period of the data types and modules Each time module management information in which module identifiers for identifying the plurality of modules and module versions are associated and stored is read from the storage unit, and the condition setting information is associated with the read module management information. An application period management unit for extracting a module identifier; Reads the module corresponding to the serial extracted module identifier from the storage unit, store and launch the module, the data generated activated the module, the data information including the type and the processing period and version, the storage unit The application period management unit searches the module management information in the storage unit when creating new processing target data, and the type of data corresponding to the condition setting information as a search result If there is module management information for storing the application period and the module management information, the module identifier is extracted from this module management information, and there is no module management information for storing the data type and application period corresponding to the condition setting information as a search result Search for module management information that stores the type of data that matches the type of data to be processed If the module identifier is extracted from one module management information determined based on the size of the version included in the module management information obtained by the search, and the processing target data is not newly created, it corresponds to the condition setting information. The stored data information is acquired, the module management information in the storage unit is searched, the module management information for storing the data type and the application period corresponding to the condition setting information is acquired, and the acquired data information A module identifier is extracted from one module management information determined based on the size of the included version and the version included in the acquired module management information .

つぎの発明にかかるモジュール管理プログラムは、請求項1〜14のいずれか一つに記載のモジュール管理方法をコンピュータに実行させることを特徴とする。   A module management program according to a next invention causes a computer to execute the module management method according to any one of claims 1 to 14.

本発明にかかるモジュール管理方法、モジュール管理装置、モジュール管理システムおよびモジュール管理プログラムは、適用期間管理テーブルに格納されている適用期間と起動するモジュールの対応に基づいて、入力された対象期間(処理データの対象期間)に対応するモジュールを起動するようにしたので、操作者がバージョンを意識することなく簡易な操作でモジュールを起動でき、かつ、モジュールを肥大化させずに複数のバージョンのモジュールの処理を実現でき、かつ、複数の種類のモジュールで作成されたデータの整合性を正しく保つことができる、という効果を奏する。   The module management method, the module management apparatus, the module management system, and the module management program according to the present invention are based on the input target period (processing data) based on the correspondence between the application period stored in the application period management table and the module to be activated. The module corresponding to the target period) can be started, so that the module can be started with a simple operation without the operator being aware of the version, and multiple versions of the module can be processed without enlarging the module. And the consistency of data created by a plurality of types of modules can be maintained correctly.

以下に、本発明にかかるモジュール管理方法、モジュール管理装置、モジュール管理システムおよびモジュール管理プログラムの実施例を図面に基づいて詳細に説明する。なお、この実施例によりこの発明が限定されるものではない。   Embodiments of a module management method, a module management apparatus, a module management system, and a module management program according to the present invention will be described below in detail with reference to the drawings. Note that the present invention is not limited to the embodiments.

図1は、本発明にかかる実施例1のモジュール管理方法を実現するためのモジュール管理装置としての機能を備え、本発明にかかる実施例のモジュール管理プログラムを実行可能な計算機システムの構成例を示す図である。この計算機システムは、たとえば、制御部1と入力部2と記憶部3と表示部4と通信部5と印刷部6を備え、これらはシステムバス7を介して接続されている。   FIG. 1 shows a configuration example of a computer system having a function as a module management apparatus for realizing the module management method according to the first embodiment of the present invention and capable of executing the module management program according to the present embodiment. FIG. This computer system includes, for example, a control unit 1, an input unit 2, a storage unit 3, a display unit 4, a communication unit 5, and a printing unit 6, which are connected via a system bus 7.

図1において、制御部1は、本発明にかかるモジュール管理プログラムを実行する。入力部2は、たとえばキーボードやマウスなどで構成され、計算機システムのユーザが、各種情報の入力を行うために使用する。記憶部3は、RAM,ROMなどの各種メモリおよびハードディスクなどのストレージデバイスを含み、上記制御部1が実行すべきプログラム,処理の過程で得られた必要なデータ,などを記憶する。また、記憶部3は、プログラムの一時的な記憶領域としても使用される。表示部4は、CRT,LCD(液晶表示パネル)などで構成され、計算機システムのユーザに対して各種画面を表示する。   In FIG. 1, the control unit 1 executes a module management program according to the present invention. The input unit 2 is composed of, for example, a keyboard and a mouse, and is used by a computer system user to input various information. The storage unit 3 includes various memories such as a RAM and a ROM and a storage device such as a hard disk, and stores programs to be executed by the control unit 1 and necessary data obtained in the course of processing. The storage unit 3 is also used as a temporary storage area for programs. The display unit 4 is composed of a CRT, LCD (liquid crystal display panel), etc., and displays various screens for the user of the computer system.

ここで、本発明にかかるモジュール管理プログラムが実行可能な状態になるまでの計算機システムの動作例について説明する。上述した構成をとる計算機システムには、たとえば、CD−ROMドライブ(図示せず)にセットされたCD−ROMから、モジュール管理プログラムが記憶部3にインストールされる。そして、モジュール管理プログラムの実行時に、記憶部3から読み出されたモジュール管理プログラムが記憶部3の所定の場所に格納される。この状態で、制御部1は、記憶部3に格納されたプログラムに従って、モジュール管理処理を実行する。   Here, an operation example of the computer system until the module management program according to the present invention becomes executable will be described. In the computer system having the above-described configuration, for example, a module management program is installed in the storage unit 3 from a CD-ROM set in a CD-ROM drive (not shown). When the module management program is executed, the module management program read from the storage unit 3 is stored in a predetermined location in the storage unit 3. In this state, the control unit 1 executes module management processing according to the program stored in the storage unit 3.

なお、本実施例においては、CD−ROMを記録媒体として、上記モジュール管理処理を記述したプログラムを提供しているが、これに限らず、計算機システムの構成、提供するプログラムの容量などに応じて、たとえば、フロッピー(登録商標)ディスクなどの磁気ディスク,光磁気ディスク,磁気テープなどの記録媒体を用いることも可能である。また、電子メール,インターネットなどの伝送媒体により提供されたプログラムを用いることとしてもよい。   In the present embodiment, a program describing the module management process is provided using a CD-ROM as a recording medium. However, the present invention is not limited to this, and it depends on the configuration of the computer system, the capacity of the provided program, and the like. For example, a recording medium such as a magnetic disk such as a floppy (registered trademark) disk, a magneto-optical disk, or a magnetic tape may be used. Moreover, it is good also as using the program provided by transmission media, such as an email and the internet.

図2は、本実施例のモジュール管理装置の機能構成例を示すブロック図である。モジュール管理処理部10は、本実施例のモジュール管理装置の制御手段であり制御部1に含まれる。モジュール管理処理部10は、処理データ選択部11と、モジュール決定部12と、更新波及管理部13と、モジュール連携部14と、で構成される。また、本実施例のモジュール管理処理部10は、リレーショナルデータベースを管理するデータベース管理部20と、入力部2と、記憶部3と、表示部4と、モジュール処理部30とを用いて動作する。データベース管理部20としては、たとえば、SQL(Structured Query Language)サーバ機能など、リレーショナルデータベースの管理を行う計算機システム全体の共通的な機能である。また、処理データ選択部11,モジュール決定部12,更新波及管理部13,モジュール連携部14は、図1の制御部1に含まれる。   FIG. 2 is a block diagram illustrating a functional configuration example of the module management apparatus according to the present embodiment. The module management processing unit 10 is a control unit of the module management apparatus of this embodiment and is included in the control unit 1. The module management processing unit 10 includes a processing data selection unit 11, a module determination unit 12, an update propagation management unit 13, and a module cooperation unit 14. The module management processing unit 10 according to the present embodiment operates using a database management unit 20 that manages a relational database, an input unit 2, a storage unit 3, a display unit 4, and a module processing unit 30. The database management unit 20 is a common function of the entire computer system that manages a relational database, such as a SQL (Structured Query Language) server function. Moreover, the process data selection part 11, the module determination part 12, the update propagation management part 13, and the module cooperation part 14 are contained in the control part 1 of FIG.

また、制御部1上のモジュール処理部30は、財務・会計,税務,販売仕入管理,給与管理などのアプリケーションの制御手段である。本実施例のモジュール管理処理部10は、記憶部3に記憶されている財務・会計,税務,販売仕入管理,給与管理などのアプリケーションの各モジュールのプログラムであるモジュールプログラム群のうち、起動する対象となるモジュールに対応するモジュールプログラムを読み出し、記憶部3の所定の場所に格納する。モジュール処理部30は、記憶部3の所定の場所に格納されたプログラムにしたがって、処理を実行する。   The module processing unit 30 on the control unit 1 is a control unit for applications such as finance / accounting, tax, sales purchase management, and salary management. The module management processing unit 10 according to the present embodiment is activated from a module program group that is a program of each module of applications such as finance / accounting, tax, sales purchase management, and salary management stored in the storage unit 3. The module program corresponding to the target module is read and stored in a predetermined location in the storage unit 3. The module processing unit 30 executes processing according to a program stored at a predetermined location in the storage unit 3.

ここで、本実施例のデータベースについて説明する。本実施例においては、モジュール処理部30が、財務・会計,税務,販売仕入管理,給与管理などの各アプリケーションの処理を実行して生成したデータを1つのデータベースとしてデータベース管理部20経由で一元管理する。たとえば、モジュール処理部30が、申告書作成のアプリケーションを実行した場合には、申告書データが生成される。図2では、アプリケーションで生成されるデータの一例としての申告書データ、アプリケーションで利用・参照する科目マスタ,各種データを記載している。   Here, the database of the present embodiment will be described. In this embodiment, the module processing unit 30 unifies the data generated by executing the processing of each application such as finance / accounting, tax, sales purchase management, salary management, etc. as one database via the database management unit 20. to manage. For example, when the module processing unit 30 executes a report creation application, report data is generated. In FIG. 2, report data as an example of data generated by the application, a subject master to be used / referenced by the application, and various data are described.

科目マスタは、科目を管理するためのマスタデータである。図3は、科目マスタの一例を示す図である。図3に示すように、科目マスタには、たとえば、コード(科目コード),科目名,貸借区分,消費税区分などが含まれる。各種データとしては、たとえば、給与データ,会計データ(仕訳データ),会社情報データ,資産データ,販売管理データなどが含まれる。図4は、各種データの一例である給与データの一例を示す図である。図4に示すように、給与データは、たとえば、社員番号,基本給,支給1(1番目の支給項目の支給額),支給2(2番目の支給項目の支給額),控除1(1番目の控除項目の控除額),控除2(2番目の控除項目の控除額)などが含まれる。図3,4は一例であり、データの形式および項目は、これに限らず、アプリケーションが生成するものであればどのようなものでもよい。   The subject master is master data for managing subjects. FIG. 3 is a diagram illustrating an example of a subject master. As shown in FIG. 3, the subject master includes, for example, a code (subject code), a subject name, a loan classification, a consumption tax classification, and the like. Examples of the various data include salary data, accounting data (journal data), company information data, asset data, sales management data, and the like. FIG. 4 is a diagram illustrating an example of salary data, which is an example of various data. As shown in FIG. 4, salary data includes, for example, employee number, basic salary, payment 1 (amount of payment for the first payment item), payment 2 (amount of payment for the second payment item), deduction 1 (the first payment item) Deduction amount of deduction item), deduction 2 (deduction amount of second deduction item), etc. are included. 3 and 4 are examples, and the data format and items are not limited to this, and any data may be used as long as it is generated by the application.

また、科目マスタ,申告書データ,各種データは、各々のデータを作成したモジュールが識別できる識別情報(バージョン)と同一の識別情報(バージョン)を有している。また、データベース上には、これらのアプリケーションで作成されたデータ以外に、モジュール管理処理部10の処理で用いる管理テーブル群も格納されている。   Further, the subject master, report data, and various data have the same identification information (version) as the identification information (version) that can be identified by the module that created each data. In addition to the data created by these applications, a management table group used for processing by the module management processing unit 10 is also stored on the database.

つづいて、本実施例のモジュール管理処理の全体動作手順について説明する。図5は、本実施例のモジュール管理処理の全体動作の手順の一例を示すフローチャートである。本実施例のモジュール管理処理は、操作者が財務・会計,税務,販売仕入管理,給与管理などの処理を行う際に、操作者が入力部2を操作することにより起動される。ここでは、一例として申告書作成処理を行う場合について説明する。まず、処理データ選択部11が表示部4に、条件設定の入力を促す画面を表示する。   Subsequently, the overall operation procedure of the module management process of this embodiment will be described. FIG. 5 is a flowchart illustrating an example of the procedure of the overall operation of the module management process according to this embodiment. The module management processing of this embodiment is started when the operator operates the input unit 2 when the operator performs processing such as finance / accounting, tax, sales purchase management, salary management, and the like. Here, the case where a report preparation process is performed is demonstrated as an example. First, the processing data selection unit 11 displays a screen for prompting input of condition settings on the display unit 4.

このとき、入力を要求する項目としては、データの種類(法人税申告書,消費税申告書など),区分(確定申告,中間申告など),対象期間(作成するデータの対象期間)を含むこととする。また、既存の作成データの一覧を表示し、操作者がそのなかから編集対象のデータを選択できるようにし、データの種類,区分,対象期間の入力を省略可能としてもよい。   At this time, the items that require input include the type of data (corporate tax return, consumption tax return, etc.), classification (final return, intermediate return, etc.), and target period (target period of the data to be created). And In addition, a list of existing created data may be displayed so that the operator can select data to be edited from the list, and input of data type, category, and target period may be omitted.

図6は、本実施例のデータ管理テーブルの一例を示す図である。データ管理テーブルは、データベース上の管理テーブル群のうちの1つである。図6に示すように、本実施例のデータ管理テーブルは、データID(Identifier),データの種類,区分,対象期間,バージョン(Ver)を含む。本実施例では、図6に示すような項目をデータ管理テーブルで管理しており、上述の既存の作成データの一覧の表示では、このデータ管理テーブルからデータの種類,区分の一致するレコードを読み出した結果を表示する。データIDは、後述のモジュール処理部30によってデータが新規に作成されたときに、モジュール連携部14が割り当てる識別子である。データ管理テーブルの各レコードは、モジュール処理部30がデータを生成または更新した場合に、モジュール連携部14がそのデータに関するデータの種類,区分,対象期間をモジュール処理部30から取得し、そのモジュールのバージョンを追加してデータ管理テーブルに登録する。なお、本実施例では、データIDの割り当てとデータ管理テーブルの登録をモジュール連携部14が行うようにしたが、モジュール処理部30が、データIDの割り当てを行い、バージョンも含めてデータ管理テーブルの登録を行うようにしてもよい。なお、図6の例では種類は1列のみであるが、種類の数が多いような場合は、それらをグループ化した分類を加え、処理データ選択部11が表示部4へ表示の際に操作者が選びやすい表示にしてもよい。 FIG. 6 is a diagram illustrating an example of the data management table of the present embodiment. The data management table is one of the management table groups on the database. As shown in FIG. 6, the data management table of the present embodiment includes a data ID (Identifier), a data type, a classification, a target period, and a version (Ver). In this embodiment, it is managed by the item data management table as shown in FIG. 6, in the display of the list of existing creation data described above, the type of data from the data management table, the matching record sections The read result is displayed. The data ID is an identifier assigned by the module cooperation unit 14 when data is newly created by the module processing unit 30 described later. For each record in the data management table, when the module processing unit 30 generates or updates data, the module cooperation unit 14 acquires the data type, classification, and target period related to the data from the module processing unit 30, and Add a version and register it in the data management table. In this embodiment, the module cooperation unit 14 assigns the data ID and registers the data management table. However, the module processing unit 30 assigns the data ID and includes the version in the data management table. Registration may be performed. In the example of FIG. 6, the type is only one column. However, when there are a large number of types, a classification in which the types are grouped is added, and the processing data selection unit 11 operates when displaying on the display unit 4. Display may be easy to select.

処理データ選択部11は、操作者の入力部2の操作によるデータの種類,区分,対象期間を含む条件設定の入力を受付け、入力された条件設定に基づいて、後述のデータ管理テーブルを参照し、既に登録されているデータであるか否かを判断する。既に登録されているデータである場合には、作成区分を「編集」に設定し、登録されていない場合には作成区分を「新規」に設定する。そして、入力された条件設定の情報と作成区分をモジュール決定部12に出力する(ステップS1)。また、この作成区分による指定は、入力部2から指示できるようにしてもよい。   The processing data selection unit 11 receives input of condition settings including the type, classification, and target period of data by the operation of the input unit 2 by the operator, and refers to a data management table described later based on the input condition settings. It is determined whether or not the data is already registered. If the data is already registered, the creation category is set to “edit”, and if it is not registered, the creation category is set to “new”. Then, the input condition setting information and creation classification are output to the module determination unit 12 (step S1). In addition, the designation by the creation category may be instructed from the input unit 2.

モジュール決定部12は、条件設定の情報に基づいて起動するモジュールとバージョンを決定し、モジュール連携部14に起動するモジュールを、処理データの条件設定の情報とともに通知する(ステップS2)。ここで、本実施例では、申告書作成処理を実行するためのモジュールはデータの種類ごとに生成されているものとし、データの種類とバージョンが決まると起動するモジュールを決定できるようにしている。モジュール決定の具体的処理については後述する。   The module determination unit 12 determines the module and version to be activated based on the condition setting information, and notifies the module cooperation unit 14 of the module to be activated together with the process data condition setting information (step S2). In this embodiment, the module for executing the report creation process is generated for each data type, and the module to be activated can be determined when the data type and version are determined. Specific processing for module determination will be described later.

そして、モジュール連携部14は、通知されたモジュールに対応するプログラムを記憶部3のモジュールプログラム群から読み出して記憶部3の所定の場所に格納し、モジュール処理部30がその格納されたプログラムに従って動作を始める(モジュール起動:ステップS3)。   Then, the module cooperation unit 14 reads out the program corresponding to the notified module from the module program group in the storage unit 3 and stores it in a predetermined location in the storage unit 3, and the module processing unit 30 operates according to the stored program. Is started (module activation: step S3).

モジュール処理部30は、過去のデータを参照する場合には、各種データと参照対象のデータをデータベース管理部20経由で読み出し、両読み出しデータをもとに操作者の入力部2の操作による編集に従って所定の申告書の作成処理を行う(ステップS4)。また、過去のデータを参照しない場合には、各種データをデータベース管理部20経由で読み出し、操作者により入力された情報に従って、所定の申告書の作成処理を行う(ステップS4)。そして、モジュール処理部30は、作成した申告書データをデータベース管理部20経由でデータベースに格納する(ステップS4)。   When referring to past data, the module processing unit 30 reads various data and reference target data via the database management unit 20, and follows the editing by the operation of the input unit 2 by the operator based on both read data. A predetermined report is created (step S4). If past data is not referred to, various data are read out via the database management unit 20, and a predetermined report creation process is performed according to the information input by the operator (step S4). Then, the module processing unit 30 stores the created report data in the database via the database management unit 20 (step S4).

そして、ステップS4で申告書データが更新(作成)された場合には、モジュール処理部30は更新したデータの種類(たとえば、科目マスタ,申告書データ,会計データなど)とバージョンを更新波及管理部13に通知し、更新波及管理部13は関連するデータに申告書データの更新を反映する(ステップS5)。そして、本実施例のモジュール管理処理は終了する。関連するデータへの反映処理については後述する。   When the report data is updated (created) in step S4, the module processing unit 30 updates the updated data type (for example, subject master data, report data, accounting data, etc.) and version. 13 and the update transmission management unit 13 reflects the update of the report data in the related data (step S5). Then, the module management process of the present embodiment ends. The process of reflecting related data will be described later.

つづいて、図5のステップS2で説明したモジュール決定の処理について説明する。図7は、本実施例のモジュール決定の処理の手順の一例を示すフローチャートである。まず、モジュール決定部12は、条件設定の情報を取得する(ステップS11)。そして、作成区分に基づいて、処理データが新規作成か否かを判断する(ステップS12)。新規作成であると判断した場合(ステップS12 Yes)には、モジュール管理テーブルを検索し、条件設定の情報に対応するデータの種類と適用期間を持つレコードが存在するか否かを判断する(ステップS13)。図8は、本実施例のモジュール管理テーブルの一例を示す図である。図8に示すように、本実施例のモジュール管理テーブルは、バージョン,データの種類,適用期間,モジュール(モジュール名)が含まれている。モジュール(モジュール名)は、名称や識別子など、起動するモジュールが区別できるような情報であればどのようなものでもよい。   Next, the module determination process described in step S2 of FIG. 5 will be described. FIG. 7 is a flowchart illustrating an example of a module determination process procedure according to this embodiment. First, the module determination unit 12 acquires condition setting information (step S11). Then, based on the creation category, it is determined whether or not the process data is newly created (step S12). If it is determined that the data is newly created (step S12 Yes), the module management table is searched to determine whether there is a record having a data type and an application period corresponding to the condition setting information (step S12). S13). FIG. 8 is a diagram illustrating an example of a module management table according to the present embodiment. As shown in FIG. 8, the module management table of this embodiment includes a version, a data type, an application period, and a module (module name). The module (module name) may be any information as long as it can distinguish the module to be activated, such as a name and an identifier.

モジュール管理テーブルに、条件設定の情報に対応するデータの種類と適用期間を持つレコードが存在すると判断した場合(ステップS13 Yes)には、モジュール決定部12は、その対応するレコードに格納されているモジュールを起動するモジュールとして決定し、モジュール連携部14に決定したモジュールを処理データの条件設定の情報とともに通知する(ステップS14)。   When it is determined that there is a record having the data type and application period corresponding to the condition setting information in the module management table (Yes in step S13), the module determination unit 12 is stored in the corresponding record. The module is determined as a module to be activated, and the module cooperation unit 14 is notified of the determined module together with the process data condition setting information (step S14).

モジュール管理テーブルに、条件設定の情報に対応するデータの種類と適用期間を持つレコードが存在しないと判断した場合(ステップS13 No)には、データの種類が、条件設定の情報のデータの種類と一致するモジュール管理テーブルのレコードのうち、最大のバージョンを持つレコードを検索する。そして、検索したレコードに格納されているモジュールを、起動するモジュールとして決定し、モジュール連携部14に決定したモジュールを処理データの条件設定の情報とともに通知する(ステップS15)。   If it is determined that there is no record having the data type and application period corresponding to the condition setting information in the module management table (No in step S13), the data type is the data type of the condition setting information. Among the matching module management table records, the record having the largest version is searched. Then, the module stored in the searched record is determined as the module to be activated, and the determined module is notified to the module cooperation unit 14 together with the condition setting information of the processing data (step S15).

一方、ステップS12で、新規作成でないと判断した場合(ステップS12 No)には、モジュール決定部12は、データ管理テーブルを検索し、条件設定の情報に対応するデータを取得し、データ情報とする。さらに、モジュール管理テーブルを検索し、条件設定の情報に対応するデータの種類と適用期間を持つレコードが存在するか否かを判断する(ステップS16)。モジュール管理テーブルに、条件設定の情報に対応するデータの種類と適用期間を持つレコードが存在すると判断した場合(ステップS16 Yes)には、データ情報のバージョンより、ステップS16で検索したレコードのバージョンの方が大きいか否かを判断する(ステップS17)。   On the other hand, when it is determined in step S12 that it is not a new creation (No in step S12), the module determination unit 12 searches the data management table, acquires data corresponding to the condition setting information, and uses it as data information. . Further, the module management table is searched to determine whether or not there is a record having a data type and an application period corresponding to the condition setting information (step S16). If it is determined that there is a record having the data type and application period corresponding to the condition setting information in the module management table (Yes in step S16), the version of the record searched in step S16 is determined from the data information version. It is determined whether or not it is larger (step S17).

データ情報のバージョンより、ステップS16で検索したレコードのバージョンの方が大きいと判断した場合(ステップS17 Yes)には、モジュール決定部12は、データとモジュールのバージョンが異なっていても処理してよいか否かの選択を促す画面を表示部4に表示し、操作者の入力部2の操作による入力を受付け、受付けた入力が処理をする指示であるか否かを判断する(ステップS17−1)。そして、処理しない指示であると判断した場合(ステップS17−1 No)には、モジュール決定部12は、モジュール管理テーブルを検索し、データの種類が条件設定の情報のデータの種類と一致し、かつ、バージョンがデータ情報のバージョンに対応するレコードが存在するか否かを判断する(ステップS18)。 If it is determined that the version of the record searched in step S16 is larger than the version of the data information (Yes in step S17), the module determination unit 12 may process even if the data and the module versions are different. A screen prompting selection of whether or not to be displayed is displayed on the display unit 4, and an input by the operator's operation of the input unit 2 is received, and it is determined whether or not the received input is an instruction to process (step S <b> 17-1). ). Then, if it is determined that the instruction not to process (step S17-1 No), the module determination section 12 searches the module management table, the data type matches the data type of information conditions setting In addition, it is determined whether there is a record whose version corresponds to the version of the data information (step S18).

モジュール管理テーブルを検索し、「データの種類が条件設定の情報のデータの種類と一致し、かつ、バージョンがデータ情報のバージョンに対応するレコード」が存在すると判断した場合(ステップS18 Yes)には、そのレコードに格納されているモジュールを、起動するモジュールとして決定し、モジュール連携部14に決定したモジュールを処理データの条件設定の情報とともに通知する(ステップS19)。   When the module management table is searched and it is determined that “a record whose data type matches the data type of the condition setting information and whose version corresponds to the version of the data information” exists (Yes in step S18). Then, the module stored in the record is determined as a module to be activated, and the determined module is notified to the module cooperation unit 14 together with information on condition setting of the processing data (step S19).

モジュール管理テーブルを検索し、「データの種類が条件設定の情報のデータの種類と一致し、かつ、バージョンがデータ情報のバージョンに対応するレコード」が存在しないと判断した場合(ステップS18 No)には、モジュール決定部12は、エラーを示す画面を表示部4に表示する(ステップS22)。   When the module management table is searched and it is determined that there is no “record whose data type matches the data type of the condition setting information and whose version corresponds to the version of the data information” (No in step S18). The module determination unit 12 displays a screen indicating an error on the display unit 4 (step S22).

一方、ステップS17で、データ情報のバージョンより、ステップS16で検索したレコードのバージョンの方が大きくないと判断した場合(ステップS17 No)には、モジュール決定部12は、さらに、データ情報のバージョンとステップS16で検索したレコードのバージョンが等しいか否かを判断する(ステップS20)。そして、データ情報のバージョンとステップS16で検索したレコードのバージョンが等しいと判断した場合(ステップS20 Yes)には、そのレコードに格納されているモジュールを起動するモジュールとして決定し、決定したモジュールを処理データの条件設定の情報とともにモジュール連携部14へ通知する(ステップS21)。   On the other hand, if it is determined in step S17 that the version of the record searched in step S16 is not greater than the version of the data information (No in step S17), the module determination unit 12 further determines the version of the data information. It is determined whether the versions of the records searched in step S16 are equal (step S20). If it is determined that the version of the data information and the version of the record searched in step S16 are equal (Yes in step S20), the module stored in the record is determined as a module to be activated, and the determined module is processed. The module cooperation unit 14 is notified together with the data condition setting information (step S21).

ステップS20で、データ情報のバージョンとステップS16で検索したレコードのバージョンが等しくないと判断した場合(ステップS20 No)には、ステップS22にすすむ。また、ステップS17−1で、受付けた入力が処理する指示であると判断した場合(ステップS17−1 Yes)には、ステップS16で検索したレコードに格納されているモジュールを起動するモジュールとして決定し、決定したモジュールを処理データの条件設定の情報とともにモジュール連携部14へ通知する(ステップS21)。   If it is determined in step S20 that the version of the data information is not equal to the version of the record searched in step S16 (No in step S20), the process proceeds to step S22. If it is determined in step S17-1 that the received input is an instruction to process (Yes in step S17-1), the module stored in the record searched in step S16 is determined as the module to be activated. Then, the determined module is notified to the module cooperation unit 14 together with the process data condition setting information (step S21).

つづいて、図5のステップS5で実施する関連するデータへの反映処理(更新波及処理)について説明する。本実施例では、モジュール処理により、データベース上のデータが更新された場合に、関連するデータについて波及して更新できるようにするために、更新波及管理テーブルを用いて波及させるべきデータを管理する。図9は、更新波及管理テーブルの一例を示す図である。図9に示すように、本実施例の更新波及管理テーブルは、データの種類,更新バージョン(更新したデータのバージョン),波及先バージョン(更新バージョンのデータを更新した場合に波及させて更新するべきバージョン),波及処理モジュール(更新バージョンから波及先バージョンへの波及処理を行うモジュール名)が含まれる。波及処理モジュールは、他のモジュールと同様に記憶部3のモジュールプログラム群にプログラムが含まれている。   Subsequently, the reflection process (update propagation process) to the related data performed in step S5 of FIG. 5 will be described. In this embodiment, when data on a database is updated by module processing, data to be propagated is managed using an update propagation management table so that related data can be propagated and updated. FIG. 9 is a diagram illustrating an example of the update propagation management table. As shown in FIG. 9, the update transmission management table of the present embodiment should be updated by spreading the data type, update version (updated data version), and transmission destination version (update version data). Version) and ripple processing module (name of the module that performs ripple processing from the updated version to the ripple destination version). The ripple processing module includes a program in the module program group of the storage unit 3 like other modules.

図10は、本実施例の更新波及処理の手順の一例を示すフローチャートである。図5のステップS5で更新波及処理が起動されると、まず、更新波及管理部13は、データベース管理部20経由で更新波及管理テーブルを検索し、更新したデータの種類とバージョンがモジュール処理部30から通知された情報と一致するレコードが存在するか否かを判断する(ステップS31)。更新したデータの種類およびバージョンがモジュール処理部30から通知された情報と一致するレコードが存在すると判断した場合(ステップS31 Yes)には、更新波及管理部13は、一致するすべてのレコードの波及処理モジュールを読み出し、起動すべき波及処理モジュールとして選択する(ステップS32)。ただし、既に選択されている波及処理モジュールは除く。   FIG. 10 is a flowchart illustrating an example of the procedure of the update propagation process according to this embodiment. When the update propagation process is started in step S5 of FIG. 5, first, the update propagation management unit 13 searches the update propagation management table via the database management unit 20, and the type and version of the updated data is the module processing unit 30. It is determined whether there is a record that matches the information notified from (step S31). When it is determined that there is a record whose updated data type and version match the information notified from the module processing unit 30 (Yes in step S31), the update transmission management unit 13 performs the transmission processing of all the matching records. The module is read out and selected as a ripple processing module to be activated (step S32). However, the already selected ripple processing module is excluded.

そして、ステップS32で選択した波及処理モジュールのプログラムをモジュールプログラム群から読み出し、波及処理モジュールを起動し、波及処理モジュールが波及処理を行う(ステップS33)。このとき、選択した波及処理モジュールが複数ある場合には、順次この動作を繰り返して、選択したすべての波及処理モジュールの処理を行う。そして、波及処理によって生成されたデータを、新たな更新したデータとし(ステップS34)、ステップS31へ戻り、ステップS31からステップS34の処理を繰り返す。   Then, the program of the ripple processing module selected in step S32 is read from the module program group, the ripple processing module is activated, and the ripple processing module performs the ripple processing (step S33). At this time, if there are a plurality of selected ripple processing modules, this operation is sequentially repeated to process all the selected ripple processing modules. Then, the data generated by the spreading process is set as newly updated data (step S34), the process returns to step S31, and the processes from step S31 to step S34 are repeated.

ステップS31で、更新したデータの種類およびバージョンがモジュール処理部30から通知された情報と一致するレコードが存在しないと判断した場合(ステップS31 No)には、処理を終了する。   If it is determined in step S31 that there is no record whose updated data type and version match the information notified from the module processing unit 30 (No in step S31), the process ends.

以上の説明では、財務アプリケーションの一例である申告書作成処理について説明したが、財務・会計アプリケーション,申告書作成処理以外の税務アプリケーション,販売仕入管理アプリケーション,給与管理アプリケーションなど他のアプリケーションについて本実施例のデータ管理処理を適用する場合には、ステップS1の条件設定の情報を、対象期間以外はそのアプリケーションの処理に必要な入力項目に変更する。さらに、アプリケーションによっては、データで入力された日付を対象期間としてもよいし、実行時の日付を対象期間として用いてもよい。そして、各モジュールの処理をそのアプリケーションの処理に変更し、各データをそのアプリケーションで使用するデータに変更すればよい。他のアプリケーションについても、入力された対象期間と各モジュールの適用期間(モジュール管理テーブル)を比較することにより、申告書作成処理と同様に、起動するモジュールのバージョンを自動で決定することができる。 In the above description, the report creation process, which is an example of a financial application, has been explained. However, this application is implemented for other applications such as a financial application, a tax application other than the report creation process, a sales purchase management application, and a salary management application. When the example data management process is applied, the condition setting information in step S1 is changed to an input item necessary for the process of the application except for the target period. Furthermore, depending on the application, a date input as data may be set as the target period, or a date at the time of execution may be used as the target period. Then, the processing of each module may be changed to that of the application, and each data may be changed to data used by the application. For other applications, the version of the module to be activated can be automatically determined by comparing the input target period and the application period ( module management table ) of each module, as in the report creation process.

このように、本実施例では、モジュール管理テーブルに格納されている適用期間と起動するモジュールの対応に基づいて、入力された対象期間(処理データの対象期間)に対応するモジュールを起動するようにした。このため、操作者がバージョンを意識することなく簡易な操作でモジュールを起動できる。また、モジュールを肥大化させずに複数のバージョンのモジュールの処理を実現できる。 As described above, in this embodiment, based on the correspondence between the application period stored in the module management table and the module to be activated, the module corresponding to the input target period (the process data target period) is activated. did. Therefore, the module can be activated with a simple operation without the operator being aware of the version. In addition, it is possible to process a plurality of versions of modules without enlarging the modules.

図11は、本発明にかかる実施例2のモジュール管理装置の機能構成例を示すブロック図である。本実施例のモジュール管理処理部10aは、本実施例のモジュール管理装置の制御手段であり制御部1に含まれる。本実施例のモジュール管理装置が動作する計算機システムの構成例は、実施例1で説明した図1と同様である。本実施例のモジュール管理処理部10aは、実施例1のモジュール管理処理部10に、データ情報取得処理部15,適用期間管理部16,コンバート管理部17を追加し、実施例1のモジュール管理処理部10のモジュール決定部12を削除しているが、それ以外は実施例1のモジュール管理処理部10と同様である。また、本実施例のモジュール管理処理部10aは、実施例1と同様に、データベース管理部20と、入力部2と、記憶部3と、表示部4と、モジュール処理部30とを用いて動作する。実施例1と同様の機能を有する構成要素は同一の符号を付して説明を省略する。また、データ情報取得処理部15,適用期間管理部16,コンバート管理部17は、図1の制御部1に含まれる。   FIG. 11 is a block diagram illustrating a functional configuration example of the module management apparatus according to the second embodiment of the present invention. The module management processing unit 10a of the present embodiment is a control unit of the module management apparatus of the present embodiment and is included in the control unit 1. The configuration example of the computer system in which the module management apparatus of this embodiment operates is the same as that of FIG. 1 described in the first embodiment. The module management processing unit 10a of the present embodiment adds a data information acquisition processing unit 15, an application period management unit 16, and a conversion management unit 17 to the module management processing unit 10 of the first embodiment, and performs module management processing of the first embodiment. Although the module determination unit 12 of the unit 10 is deleted, the rest is the same as the module management processing unit 10 of the first embodiment. The module management processing unit 10a according to the present embodiment operates using the database management unit 20, the input unit 2, the storage unit 3, the display unit 4, and the module processing unit 30 as in the first embodiment. To do. Components having the same functions as those of the first embodiment are denoted by the same reference numerals and description thereof is omitted. Further, the data information acquisition processing unit 15, the application period management unit 16, and the conversion management unit 17 are included in the control unit 1 of FIG.

また、本実施例のモジュール処理部30についても実施例1と同様であり、財務・会計,税務,販売仕入管理,給与管理などのアプリケーションの制御手段である。また、本実施例の記憶部3のデータベースについても、実施例1と同様である。   The module processing unit 30 of this embodiment is the same as that of the first embodiment, and is a control means for applications such as finance / accounting, tax, sales purchase management, and salary management. The database in the storage unit 3 of this embodiment is the same as that of the first embodiment.

つづいて、本実施例のモジュール管理処理の全体動作手順について説明する。図12は、本実施例のモジュール管理処理の全体動作の手順の一例を示すフローチャートである。本実施例のモジュール管理処理は、実施例1と同様、操作者が財務・会計,税務,販売仕入管理,給与管理などの処理を行う際に、操作者が入力部2を操作することにより起動される。ここでは、一例として申告書作成処理を行う場合について説明する。まず、処理データ選択部11が表示部4に、条件設定の入力を促す画面を表示する。   Subsequently, the overall operation procedure of the module management process of this embodiment will be described. FIG. 12 is a flowchart illustrating an example of the procedure of the overall operation of the module management process according to this embodiment. As in the first embodiment, the module management processing of this embodiment is performed by the operator operating the input unit 2 when the operator performs processing such as finance / accounting, tax, sales purchase management, and salary management. It is activated. Here, the case where a report preparation process is performed is demonstrated as an example. First, the processing data selection unit 11 displays a screen for prompting input of condition settings on the display unit 4.

このとき、入力を要求する項目としては、データの種類(法人税申告書,消費税申告書など),区分(確定申告,中間申告など),対象期間(作成するデータの対象期間)を含むこととする。また、既存の作成データの一覧を表示し、操作者がそのなかから編集対象のデータを選択できるようにし、データの種類,区分,対象期間の入力を省略可能としてもよい。   At this time, the items that require input include the type of data (corporate tax return, consumption tax return, etc.), classification (final return, intermediate return, etc.), and target period (target period of the data to be created). And In addition, a list of existing created data may be displayed so that the operator can select data to be edited from the list, and input of data type, category, and target period may be omitted.

処理データ選択部11は、操作者の入力部2の操作によるデータの種類,区分,対象期間を含む条件設定の入力を受付け、実施例1のステップS1と同様に条件設定に基づいて作成区分を設定し、条件設定の情報と作成区分をデータ情報取得処理部15に出力する(ステップS1a)。そして、データ情報取得処理部15は、処理データについてのデータ情報の取得を適用期間管理部16に依頼する。適用期間管理部16は、必要な場合には、使用する各種データのコンバート処理をコンバート管理部17へ依頼する(ステップS6)。データ情報取得の具体的処理については、後述する。   The processing data selection unit 11 accepts an input of condition setting including the type, classification, and target period of data by the operator's operation of the input unit 2, and sets the creation classification based on the condition setting as in step S1 of the first embodiment. The condition setting information and the creation classification are output to the data information acquisition processing unit 15 (step S1a). Then, the data information acquisition processing unit 15 requests the application period management unit 16 to acquire data information about the processing data. If necessary, the application period management unit 16 requests the conversion management unit 17 to convert various data to be used (step S6). Specific processing for acquiring data information will be described later.

適用期間管理部16は、適用期間管理処理により、条件設定の情報とデータ情報に基づいて起動するモジュールとバージョンを決定し、データ情報取得処理部15へ通知し、データ情報取得処理部15は、起動するモジュールを、処理データの条件設定の情報とともにモジュール連携部14へ通知する(ステップS2a)。ここで、本実施例では、申告書作成処理を実行するためのモジュールは、実施例1と同様に、データの種類ごとに生成されているものとする。ステップS2aの適用期間管理部16の具体的処理については後述する。   The application period management unit 16 determines the module and version to be activated based on the condition setting information and the data information by the application period management process, notifies the data information acquisition processing unit 15, and the data information acquisition processing unit 15 The module to be activated is notified to the module cooperation unit 14 together with the process data condition setting information (step S2a). Here, in the present embodiment, it is assumed that a module for executing the report creation process is generated for each data type as in the first embodiment. Specific processing of the application period management unit 16 in step S2a will be described later.

そして、モジュール連携部14は、実施例1のステップS3と同様に、通知されたモジュールに対応するプログラムを記憶部3のモジュールプログラム群から読み出して記憶部3の所定の場所に格納し、モジュール処理部30がその格納されたプログラムに従って動作を始める(ステップS3)。そして、モジュール処理部30は、その申告書作成に使用する各種データ(たとえば、科目マスタ,会計データなど)の種類を指定し、そのデータのデータ情報を取得する(ステップS7)。このとき、処理データが新規作成の場合でも、作成済みのデータを参照して作成する場合には、操作者の入力部2の操作によって受付けた参照対象のデータについてもデータ情報を取得する。さらに、特定のバージョンのデータのみを参照する場合には、データ情報取得処理部15にそのバージョンを渡すことにより、バージョン固定で情報を取得することができるようにしている。なお、バージョン固定で情報を取得するか否かは、データの種類ごとにあらかじめ定められており、モジュール処理部30がその情報を保持しているものとする。   And the module cooperation part 14 reads the program corresponding to the notified module from the module program group of the memory | storage part 3, and stores it in the predetermined | prescribed place of the memory | storage part 3 similarly to step S3 of Example 1, and module processing The unit 30 starts to operate according to the stored program (step S3). Then, the module processing unit 30 designates the type of various data (for example, subject master, accounting data, etc.) used for creating the report, and obtains data information of the data (step S7). At this time, even when the processing data is newly created, when the created data is created by referring to the created data, the data information is also acquired for the reference target data received by the operation of the input unit 2 by the operator. Further, when only a specific version of data is referred to, the version is fixed to the data information acquisition processing unit 15 so that the information can be acquired with a fixed version. Whether information is acquired with a fixed version is determined in advance for each type of data, and the module processing unit 30 holds the information.

以下、使用する各種データと参照対象のデータをあわせて、参照するデータとよぶこととする。ステップS7では、具体的には、モジュール処理部30は、作成区分を「参照」に設定して、作成区分とともに、参照するデータの、データの種類,区分,対象期間、バージョン固定である場合にはそのバージョンをデータ情報取得処理部15へ出力し、参照するデータのデータ情報を取得する。データ情報の取得処理については後述する。なお、ステップS7では、バージョン固定するか否かを選択してデータ情報の取得を行うが、ステップS6でデータ情報の取得を行う場合には、バージョンを固定することは無いため、ステップS6で、データ情報を取得する場合には、データ情報取得処理部15へ出力するバージョンの欄は不要である(空欄となる)。   Hereinafter, the various data to be used and the data to be referred to are collectively referred to as data to be referred to. In step S7, specifically, the module processing unit 30 sets the creation category to “reference”, and the data type, category, target period, and version of the data to be referred to are fixed together with the creation category. Outputs the version to the data information acquisition processing unit 15 to acquire the data information of the data to be referred to. The data information acquisition process will be described later. In step S7, data information is acquired by selecting whether or not to fix the version. However, if data information is acquired in step S6, the version is not fixed. When acquiring data information, the column of the version output to the data information acquisition processing unit 15 is not necessary (becomes blank).

モジュール処理部30は、過去のデータを参照する場合には、ステップS7で取得したデータ情報に基づいて、参照するデータをデータベース管理部20経由で読み出し、参照するデータをもとに操作者の入力部2の操作による編集に従って所定の申告書の作成処理を行う(ステップS4a)。また、過去のデータを参照しない場合には、各種データをデータベース管理部20経由で読み出し、操作者により入力された情報に従って、所定の申告書の作成処理を行う(ステップS4a)。そして、モジュール処理部30は、作成した申告書データをデータベース管理部20経由でデータベースに格納する(ステップS4a)。   When referring to past data, the module processing unit 30 reads the data to be referred to via the database management unit 20 based on the data information acquired in step S7, and inputs the operator based on the data to be referenced. A predetermined report is created according to the editing by the operation of the unit 2 (step S4a). If past data is not referred to, various data are read out via the database management unit 20, and a predetermined report is created according to information input by the operator (step S4a). The module processing unit 30 stores the created report data in the database via the database management unit 20 (step S4a).

そして、ステップS4aで申告書データが更新(作成)された場合には、モジュール処理部30は更新したデータの種類(たとえば、科目マスタ,申告書データ,会計データなど)とバージョンを更新波及管理部13に通知し、更新波及管理部13は関連するデータへ更新を反映する(ステップS5)。ステップS5の更新の反映処理については、実施例1のステップS5と同様である。そして、本実施例のモジュール管理処理は終了する。   When the report data is updated (created) in step S4a, the module processing unit 30 updates the updated data type (for example, subject master, report data, accounting data, etc.) and version. 13 and the update propagation management unit 13 reflects the update on the related data (step S5). The update reflection process in step S5 is the same as step S5 in the first embodiment. Then, the module management process of the present embodiment ends.

つづいて、図12のステップS6で説明した、処理データのデータ情報取得処理について説明する。図13は、データ情報取得処理の処理手順の一例を示すフローチャートである。データ情報取得処理は、ステップS6の処理データの情報取得と、ステップS7の各モジュールが参照するデータのデータ情報取得の2つの場面で行われる。ステップS6とステップS7では、作成区分(新規、編集、参照)を、データ情報取得処理部15に渡すことにより、データ情報取得処理部15がどちらの処理を行うかを判断できるようにしている。   Subsequently, the data information acquisition process of the process data described in step S6 of FIG. 12 will be described. FIG. 13 is a flowchart illustrating an example of a processing procedure of data information acquisition processing. The data information acquisition process is performed in two scenes: acquisition of process data information in step S6 and acquisition of data information of data referenced by each module in step S7. In step S6 and step S7, the creation classification (new, edit, reference) is passed to the data information acquisition processing unit 15 so that the data information acquisition processing unit 15 can determine which processing is performed.

データ情報取得処理部15は、ステップS6またはステップS7で、作成区分とデータの種類,区分,対象期間,指定バージョン(バージョン固定である場合には固定するバージョン、バージョン固定でない場合には空欄)を受け取ると、作成区分に基づいて処理データの情報取得(作成区分が新規または編集)であるか否かを判断する(ステップS41)。処理データの情報取得である場合(ステップS41 Yes)、データ情報取得処理部15は、適用期間管理部16へ、処理データの、データの種類,区分,対象期間,作成区分を渡して、適用期間管理処理の起動を依頼する(ステップS42)。適用期間管理部16の処理については後述するが、データ(この場合は処理データ)の条件に適合するバージョン情報を取得するための処理である。   In step S6 or step S7, the data information acquisition processing unit 15 displays the creation category, the type of data, the category, the target period, and the specified version (a fixed version if the version is fixed, and a blank if the version is not fixed). Upon receipt, it is determined whether or not processing data information is acquired (creation category is new or edited) based on the creation category (step S41). In the case of processing data information acquisition (Yes in step S41), the data information acquisition processing unit 15 passes the data type, classification, target period, and creation classification of the processing data to the application period management unit 16, and applies the application period. The management process is requested to start (step S42). Although processing of the application period management unit 16 will be described later, it is processing for acquiring version information that conforms to the conditions of data (in this case, processing data).

適用期間管理部16の適用期間管理処理によってバージョン情報(処理データが処理されるべきバージョンの情報)が得られた場合(ステップS42 バージョン情報取得)には、データ情報取得処理部15は、モジュール連携部14へそのバージョン情報に対応するモジュールの起動依頼を行う(ステップS43)。データ情報取得処理部15は、そのバージョン情報をデータ情報としてモジュール処理部30へ通知する(ステップS51)。ステップS42で、バージョン情報が得られなかった場合(ステップS42 対象なし)には、起動するモジュールを選択することができずモジュールの起動ができないため、モジュール管理処理を終了する(ステップS44)。   When version information (information on the version to be processed is processed) is obtained by the application period management process of the application period management unit 16 (step S42: acquisition of version information), the data information acquisition processing unit 15 performs module cooperation. The module 14 is requested to start the module corresponding to the version information (step S43). The data information acquisition processing unit 15 notifies the module processing unit 30 of the version information as data information (step S51). If version information is not obtained in step S42 (no target in step S42), the module to be activated cannot be selected and the module cannot be activated, and the module management process is terminated (step S44).

一方、ステップS41で、処理データの情報取得でない(作成区分が参照)と判断した場合(ステップS41 No)には、データ情報取得処理部15は、さらに、バージョンを固定したデータ取得である(指定バージョンが空欄でない)か否かを判断する(ステップS45)。バージョンを固定したデータ取得でないと判断した場合(ステップS45 No)には、データ情報取得処理部15は、データベース管理部20経由でデータ管理テーブルのなかから、受け取ったデータの種類,区分,対象期間に対応するデータを検索する(ステップS46)。   On the other hand, if it is determined in step S41 that the processing data is not acquired (refer to the creation category) (No in step S41), the data information acquisition processing unit 15 further performs data acquisition with a fixed version (specified). It is determined whether or not the version is not blank (step S45). If it is determined that the data acquisition is not fixed version (No in step S45), the data information acquisition processing unit 15 receives the data type, classification, and target period from the data management table via the database management unit 20. Data corresponding to is searched (step S46).

検索の結果、該当するデータがある場合(ステップS46 該当あり)には、その検索したレコードを読み出し、期間の概念のないデータ(たとえば、科目マスタ)については対象期間として受け取った対象期間を設定する(ステップS47)。そして、読み出した情報(データの種類,区分,対象期間,バージョン)と作成区分を適用期間管理部16へ渡して、その参照するデータに対応する適用期間管理処理を依頼し、処理結果を取得する(ステップS48)。適用期間管理処理によりバージョン情報が得られた場合(ステップS48 バージョン情報取得)には、ステップS51にすすみ、バージョン情報をモジュール処理部30へ通知する。   If there is corresponding data as a result of the search (step S46: applicable), the searched record is read, and the target period received as the target period is set for data without the concept of the period (for example, subject master). (Step S47). Then, the read information (data type, category, target period, version) and creation category are passed to the application period management unit 16 to request an application period management process corresponding to the data to be referred to, and a processing result is acquired. (Step S48). When the version information is obtained by the application period management process (step S48, version information acquisition), the process proceeds to step S51, and the version information is notified to the module processing unit 30.

ステップS48でバージョン情報が得られなかった場合(ステップS48 対象なし)
には、参照するデータの情報が得られないことをモジュール処理部30へ通知してデータ情報取得処理を終了する(ステップS50)。
When version information is not obtained in step S48 (step S48 no target)
In this case, the module processing unit 30 is notified that the information of the data to be referenced cannot be obtained, and the data information acquisition process is terminated (step S50).

また、ステップS45で、バージョンを固定したデータ取得であると判断した場合(ステップS45 Yes)には、指定されたバージョンと、参照するデータの、データの種類,区分,対象期間をコンバート管理部17へ渡し、データ管理処理を依頼する(ステップS49)。データ管理処理については、後述する。   If it is determined in step S45 that the data acquisition is performed with a fixed version (Yes in step S45), the conversion management unit 17 sets the specified version and the data type, category, and target period of the data to be referred to. And requests data management processing (step S49). The data management process will be described later.

ステップS49のデータ管理処理により、参照するデータの情報が取得できた場合(ステップS49 情報取得)には、ステップS51へすすみ、そのデータの情報をモジュール処理部30へ通知してデータ情報取得処理を終了する(ステップS51)。ステップS49で、参照するデータの情報が取得できなかった場合(ステップS49 対象なし)には、ステップS50にすすむ。   If the data management process in step S49 has acquired the information of the data to be referred to (step S49 information acquisition), the process proceeds to step S51, the data information is notified to the module processing unit 30, and the data information acquisition process is performed. The process ends (step S51). In step S49, when the information of the data to be referred cannot be acquired (step S49, no target), the process proceeds to step S50.

つづいて、図13のステップS42,ステップS48で述べた適用期間管理処理(図12のステップS2aで述べた適用期間管理部16の処理に相当)について説明する。図14は、本実施例の適用期間管理処理の手順の一例を示すフローチャートである。まず、適用期間管理部16は、作成区分に基づいて新規データに関する適用期間管理処理作成であるか否かを判断する(ステップS61)。   Next, the application period management process described in steps S42 and S48 in FIG. 13 (corresponding to the process of the application period management unit 16 described in step S2a in FIG. 12) will be described. FIG. 14 is a flowchart illustrating an example of the procedure of an application period management process according to this embodiment. First, the application period management unit 16 determines whether or not application period management processing for new data has been created based on the creation category (step S61).

作成区分が新規であると判断した場合(ステップS61 Yes)には、適用期間管理部16は、指定されたデータ情報(適用期間管理部16へ入力された条件設定の情報)に対応するデータの種類および適用期間を持つレコードが適用期間管理テーブルに存在するか否かを判断する(ステップS62)。図15は、本実施例の適用期間管理テーブルの一例を示す図である。図15に示すように、本実施例の適用期間管理テーブルは、バージョン(Version)と、データの種類,適用期間(処理対象期間の終了日を範囲で示す),モジュール(モジュール名)が含まれている。モジュール(モジュール名)は、名称や識別子など、起動するモジュールが区別できるような情報であればどのようなものでもよい。図15では、備考欄も含んでいるが、備考の欄は必須ではない。   When it is determined that the creation category is new (Yes in step S61), the application period management unit 16 stores the data corresponding to the specified data information (information on the condition setting input to the application period management unit 16). It is determined whether or not a record having a type and an application period exists in the application period management table (step S62). FIG. 15 is a diagram illustrating an example of an application period management table according to the present embodiment. As shown in FIG. 15, the application period management table of the present embodiment includes a version (Version), data type, application period (showing the end date of the process target period as a range), and module (module name). ing. The module (module name) may be any information as long as it can distinguish the module to be activated, such as a name and an identifier. FIG. 15 includes a remarks column, but the remarks column is not essential.

指定されたデータ情報に対応するデータの種類および適用期間を持つレコードが適用期間管理テーブルに存在すると判断した場合(ステップS62 Yes)には、適用期間管理部16は、その適用期間レコードの情報をデータ情報取得処理部15へ通知する(ステップS63)。このとき、対応するレコードが複数存在した場合には、最大のバージョンを通知するようにしてもよいし、または、その複数のレコードの情報を表示部4に表示して、操作者が選択するようにしてもよい。   When it is determined that a record having the data type and application period corresponding to the specified data information exists in the application period management table (Yes in step S62), the application period management unit 16 stores the information of the application period record. The data information acquisition processing unit 15 is notified (step S63). At this time, if there are a plurality of corresponding records, the maximum version may be notified, or the information of the plurality of records may be displayed on the display unit 4 to be selected by the operator. It may be.

指定されたデータ情報に対応するデータの種類および適用期間を持つレコードが適用期間管理テーブルに存在しないと判断した場合(ステップS62 No)には、適用期間管理部16は、適用期間管理テーブルのレコードのうち、指定されたデータの種類に対応する最大のバージョンを持つレコードの情報をデータ情報取得処理部15へ通知する(ステップS64)。   When it is determined that the record having the data type and application period corresponding to the specified data information does not exist in the application period management table (No in step S62), the application period management unit 16 records the record in the application period management table. Among them, the information of the record having the maximum version corresponding to the designated data type is notified to the data information acquisition processing unit 15 (step S64).

ステップS61で、作成区分が新規でないと判断した場合(ステップS61 No)には、適用期間管理部16は、指定されたデータ情報(データの種類、区分、対象期間)に対応するデータの種類および適用期間を持つレコードが適用期間管理テーブルに存在するか否かを判断する(ステップS65)。指定されたデータ情報に対応するデータの種類および適用期間を持つレコードが適用期間管理テーブルに存在すると判断した場合(ステップS65 Yes)には、適用期間管理部16は、指定されたデータ情報のバージョンより、適用期間管理テーブルの対応するレコードのバージョンの方が大きいか否かを判断する(ステップS66)。   If it is determined in step S61 that the creation category is not new (No in step S61), the application period management unit 16 determines the data type and data corresponding to the specified data information (data type, category, target period). It is determined whether or not a record having an application period exists in the application period management table (step S65). When it is determined that a record having the data type and application period corresponding to the specified data information exists in the application period management table (Yes in step S65), the application period management unit 16 determines the version of the specified data information. Thus, it is determined whether or not the version of the corresponding record in the application period management table is larger (step S66).

指定されたデータ情報のバージョンより、適用期間管理テーブルの対応するレコードのバージョンの方が大きいと判断した場合(ステップS66 Yes)には、適用期間管理部16は、コンバート管理部17へ、指定されたデータ情報と、適用期間管理テーブルの対応するレコードのバージョンと、を通知して、データ管理処理をコンバート管理部17へ依頼し、処理結果を受け取る(ステップS67)。コンバート管理部17のデータ管理処理結果が、対象データなしの結果であった場合(ステップS67 対象データなし)には、適用期間管理部16は、指定されたデータ情報のデータの種類,バージョンに対応するレコードが適用期間管理テーブルに存在するか否かを判断する(ステップS68)。   If it is determined that the version of the corresponding record in the application period management table is greater than the version of the specified data information (Yes in step S66), the application period management unit 16 is designated by the conversion management unit 17. The data information and the version of the corresponding record in the application period management table are notified, the data management processing is requested to the conversion management unit 17, and the processing result is received (step S67). If the data management processing result of the conversion management unit 17 is a result of no target data (step S67, no target data), the application period management unit 16 corresponds to the data type and version of the specified data information. It is determined whether or not the record to be present exists in the application period management table (step S68).

指定されたデータ情報のデータの種類,バージョンに対応するレコードが適用期間管理テーブルに存在すると判断した場合(ステップS68 Yes)には、適用期間管理部16は、その対応するレコードの情報をバージョン情報としてデータ情報取得処理部15へ通知し適用期間管理処理を終了する(ステップS69)。指定されたデータ情報のデータの種類,バージョンに対応するレコードが適用期間管理テーブルに存在しないと判断した場合(ステップS68 No)には、適用期間管理部16は、対象の適用期間情報がない旨をデータ情報取得処理部15へ通知し適用期間管理処理を終了する(ステップS70)。   When it is determined that the record corresponding to the data type and version of the specified data information exists in the application period management table (Yes in step S68), the application period management unit 16 converts the information of the corresponding record to the version information. Is notified to the data information acquisition processing unit 15 and the application period management process is terminated (step S69). When it is determined that the record corresponding to the data type and version of the specified data information does not exist in the application period management table (No in step S68), the application period management unit 16 indicates that there is no target application period information. Is notified to the data information acquisition processing unit 15 and the application period management process is terminated (step S70).

また、ステップS65で、指定されたデータ情報に対応するデータの種類および適用期間を持つレコードが適用期間管理テーブルに存在しない場合(ステップS65 No)には、ステップS68にすすむ。 If no record having the data type and the application period corresponding to the designated data information exists in the application period management table (No in step S65), the process proceeds to step S68.

また、ステップS66で、指定されたデータ情報のバージョンより適用期間管理テーブルの対応するレコードのバージョンの方が大きくないと判断した場合(ステップS66 No)には、適用期間管理部16は、指定されたデータ情報のバージョンが、適用期間管理テーブルの対応するレコードのバージョンに等しいか否かをさらに判断する(ステップS71)。指定されたデータ情報のバージョンが適用期間管理テーブルの対応するレコードのバージョンと等しいと判断した場合(ステップS71 Yes)には、適用期間管理テーブルのなかから、指定されたデータ情報のデータの種類と対象期間に対応するレコードを検索して、検索したレコードの情報をバージョン情報としてデータ情報取得処理部15へ通知し適用期間管理処理を終了する(ステップS72)。   If it is determined in step S66 that the version of the corresponding record in the application period management table is not larger than the version of the specified data information (No in step S66), the application period management unit 16 is designated. It is further determined whether or not the version of the data information is equal to the version of the corresponding record in the application period management table (step S71). If it is determined that the version of the specified data information is equal to the version of the corresponding record in the application period management table (Yes in step S71), the data type and the data type of the specified data information are determined from the application period management table. The record corresponding to the target period is searched, the information of the searched record is notified to the data information acquisition processing unit 15 as version information, and the application period management process is terminated (step S72).

指定されたデータ情報のバージョンが適用期間管理テーブルの対応するレコードのバージョンと等しくないと判断した場合(ステップS71 No)には、対象の適用期間情報がない旨をデータ情報取得処理部15へ通知し適用期間管理処理を終了する(ステップS73)。また、ステップS67でデータ管理処理の結果が得られた場合には、適用期間管理部16は、得られた処理結果をバージョン情報としてデータ情報取得処理部15へ通知し適用期間管理処理を終了する(ステップS72)。   If it is determined that the version of the specified data information is not equal to the version of the corresponding record in the application period management table (No in step S71), the data information acquisition processing unit 15 is notified that there is no target application period information. Then, the application period management process ends (step S73). If the result of the data management process is obtained in step S67, the application period management unit 16 notifies the data information acquisition processing unit 15 of the obtained process result as version information, and ends the application period management process. (Step S72).

つづいて、本実施例のデータ管理処理について説明する。図16は、本実施例のデータ管理処理の手順の一例を示すフローチャートである。データ管理処理は、図13のステップS49,図14のステップS67で実行される処理であり、データ管理処理の対象となるデータに関する情報を出力し、データのコンバートが必要な場合にはデータを新しいバージョンにコンバートしてそのコンバートしたデータに対する情報を出力する処理である。まず、コンバート管理部17は、データベース管理部20経由で、データ管理テーブルを検索し、データ情報取得処理部15または適用期間管理部16から通知されたデータの種類,区分,対象期間,バージョンと一致するデータが存在するか否かを判断する(ステップS81)。検索の結果、一致するデータが得られた場合(ステップS81 Yes)には、そのデータに関するデータ管理テーブルの情報をデータ情報取得処理部15または適用期間管理部16へ通知する(ステップS49の実行の場合にはデータ情報取得処理部15へ、ステップS67の実行の場合には適用期間管理部16へ、それぞれ通知する:ステップS82)。   Next, the data management process of this embodiment will be described. FIG. 16 is a flowchart illustrating an example of a procedure of data management processing according to this embodiment. The data management process is a process executed in step S49 of FIG. 13 and step S67 of FIG. 14. The data management process outputs information on the data to be subjected to the data management process, and if the data needs to be converted, the data is updated. This is a process of converting to a version and outputting information on the converted data. First, the conversion management unit 17 searches the data management table via the database management unit 20 and matches the data type, category, target period, and version notified from the data information acquisition processing unit 15 or the application period management unit 16. It is determined whether there is data to be processed (step S81). If matching data is obtained as a result of the search (step S81 Yes), the data management table information related to the data is notified to the data information acquisition processing unit 15 or the application period management unit 16 (execution of step S49). In this case, the data information acquisition processing unit 15 is notified, and in the case of execution of step S67, the application period management unit 16 is notified: step S82).

ステップS81の検索の結果一致するデータが得らなかった場合(ステップS81 No)には、コンバート管理部17は、バージョン固定で処理を行うか否かを判断する(ステップS83)。具体的には、図13のステップS49で実行された場合にはバージョン固定で処理を行うと判断する。また、図14のステップS67で実行された場合には、バージョン固定で処理を行わないと判断する。   If no matching data is obtained as a result of the search in step S81 (No in step S81), the conversion management unit 17 determines whether or not to perform the process with a fixed version (step S83). Specifically, when it is executed in step S49 of FIG. 13, it is determined that the process is performed with the version fixed. If it is executed in step S67 of FIG. 14, it is determined that the process is not performed with the version fixed.

ステップS83で、バージョン固定で処理を行わないと判断した場合(ステップS83 No)には、データベース管理部20経由でデータ管理テーブルを検索して、通知されたデータの種類,区分,対象期間と一致するデータで、バージョンが古いデータがあるか否かを判断する(ステップS84)。そして、古いバージョンのデータがあると判断した場合(ステップS84 Yes)には、その古いバージョンから通知されたバージョンにいたるまでの変換ステップをコンバート管理テーブルから検索する(ステップS85)。   If it is determined in step S83 that the process is not performed with the version fixed (No in step S83), the data management table is searched via the database management unit 20 and matches the notified data type, category, and target period. It is determined whether or not there is data with an older version (step S84). If it is determined that there is an old version of the data (Yes in step S84), the conversion management table is searched from the old version to the notified version (step S85).

図17は、本実施例のコンバート管理テーブルの一例を示す図である。図17に示すように、本実施例のコンバート管理テーブルは、種類(=データの種類),変換元バージョン(Version),変換先バージョン,方式(変換を自動で行うか、操作者の指示があった場合に行うか),変換モジュール(変換を行うためのモジュール)の項目を含んでいる。なお、方式の項目については、常に自動で変換を行ってよい場合、または、常に操作者からの指示を求める場合、にはコンバート管理テーブルに含めなくてよい。また、たとえば、メジャーなバージョンの違いの場合には自動でコンバートし、マイナーなバージョンの違いではコンバートしない、というように規則を決めておき、その規則を参照してコンバートを行うか否かを判断するようにしてもよい。また、図17では、変換元バージョンと変換先バージョンが連続する場合について示しているが、連続する場合だけでなく、たとえば、バージョン1からバージョン4への変換のように、連続しないバージョンの変換をコンバート管理テーブルに含めるようにしてもよい。変換モジュールは、他のモジュールを同様にモジュールプログラム群として記憶部3に格納されている。   FIG. 17 is a diagram illustrating an example of the conversion management table of the present embodiment. As shown in FIG. 17, the conversion management table of this embodiment has a type (= data type), a conversion source version (Version), a conversion destination version, and a method (whether conversion is performed automatically or an operator gives an instruction. Or conversion module (module for performing conversion). Note that the items of the method may not be included in the conversion management table when the conversion may always be automatically performed or when the instruction from the operator is always requested. Also, for example, if a major version difference is automatically converted and a minor version difference is not converted, a rule is determined so that the conversion is performed by referring to the rule. You may make it do. In addition, FIG. 17 shows a case where the conversion source version and the conversion destination version are continuous. It may be included in the conversion management table. The conversion module is stored in the storage unit 3 as other modules in the same manner as a module program group.

ステップS85では、ステップS84で検索した古いバージョンから通知されたバージョンまでの変換ステップがあるかを、コンバート管理テーブルで検索する(ステップS85)。そして、ステップS84で検索した古いバージョンから通知されたバージョンまでの変換が可能か否かを判断する(ステップS86)。具体的には、データの種類,変換元バージョン,変換先バージョンが、通知された種類(=データの種類),ステップS84で検索した古いバージョン,通知されたバージョンにそれぞれ一致するレコードがあれば、そのレコードの変換モジュールがそのまま変換ステップとなり、変換可能である。種類,変換元バージョン,変換先バージョンが、通知された種類,ステップS84で検索した古いバージョン,通知されたバージョンにすべて一致するものが無い場合には、段階的に変換を行うことで所望する変換が可能か否かを判断する。   In step S85, the conversion management table is searched for whether there is a conversion step from the old version searched in step S84 to the notified version (step S85). Then, it is determined whether or not conversion from the old version searched in step S84 to the notified version is possible (step S86). Specifically, if the data type, the conversion source version, and the conversion destination version have records that respectively match the notified type (= data type), the old version searched in step S84, and the notified version, The conversion module of the record becomes a conversion step as it is and can be converted. If the type, conversion source version, and conversion destination version do not match all of the notified type, the old version searched in step S84, and the notified version, the conversion desired by performing stepwise conversion It is determined whether or not it is possible.

たとえば、古いバージョンがバージョン1で通知されたバージョンがバージョン3であったとする。このとき、種類が、通知された種類に一致するレコードに、バージョン1からバージョン2への変換とバージョン2からバージョン3への変換のレコードがあれば、2つのステップに分けて実行することにより変換が可能であるため、この2つのステップが変換ステップとなる。 For example, assume that the old version is version 1 and the notified version is version 3. At this time, if the record whose type matches the notified type includes a record of conversion from version 1 to version 2 and conversion from version 2 to version 3, the conversion is performed by executing in two steps. These two steps become conversion steps.

つぎに、コンバート管理部17は、検索した変換ステップに対応するコンバート管理テーブルの方式を参照し、方式が「指示」である変換ステップが存在するか否かを判断する(ステップS87)。方式が「指示」である変換ステップが存在すると判断した場合(ステップS87 Yes)には、コンバート管理部17は、コンバート処理を行うか否かの選択を促す画面を表示部4に表示して、操作者の入力部2の操作による入力を受付ける(ステップS88)。そして、コンバート管理部17は、コンバート処理を行う指示が入力されたか否かを判断する(ステップS89)。   Next, the conversion management unit 17 refers to the conversion management table method corresponding to the converted conversion step, and determines whether or not there is a conversion step whose method is “instruction” (step S87). When it is determined that there is a conversion step whose method is “instruction” (Yes in step S87), the conversion management unit 17 displays a screen for prompting selection on whether or not to perform the conversion process on the display unit 4, The input by the operator's operation of the input unit 2 is accepted (step S88). Then, the conversion management unit 17 determines whether or not an instruction to perform the conversion process has been input (step S89).

コンバート処理を行う指示が入力されたと判断した場合(ステップS89 Yes)には、ステップS85で検索した変換ステップにしたがって、モジュール連携部14に順次コンバート処理の起動を依頼し、コンバート処理後に作成されたデータをデータ管理テーブルに登録する(ステップS90)。そして、データ管理テーブルに登録した情報をデータ情報取得処理部15または適用期間管理部16へ通知する(ステップS49の実行の場合にはデータ情報取得処理部15へ、ステップS67の実行の場合には適用期間管理部16へ、それぞれ通知する:ステップS82)。   If it is determined that an instruction to perform the conversion process has been input (Yes in step S89), the module cooperation unit 14 is sequentially requested to start the conversion process in accordance with the conversion step searched in step S85, and is created after the conversion process. Data is registered in the data management table (step S90). Then, the information registered in the data management table is notified to the data information acquisition processing unit 15 or the application period management unit 16 (in the case of execution of step S49, to the data information acquisition processing unit 15, in the case of execution of step S67). Each is notified to the application period management part 16: step S82).

ステップS87で、方式が「指示」である変換ステップが存在しないと判断した場合(ステップS87 No)には、ステップS90にすすむ。また、ステップS83で、図13のステップS49で実行された(バージョン固定で処理を行う)場合(ステップS83 Yes)には、対象データが存在しない旨をデータ情報取得処理部15へ通知する(ステップS91)。   If it is determined in step S87 that there is no conversion step whose method is “instruction” (No in step S87), the process proceeds to step S90. In step S83, when the process is executed in step S49 in FIG. 13 (processing is performed with a fixed version) (Yes in step S83), the data information acquisition processing unit 15 is notified that the target data does not exist (step S83). S91).

また、ステップS84で古いバージョンのデータがないと判断した場合(ステップS84 No),ステップS86で古いバージョンから通知されたバージョンまで変換が可能でないと判断した場合(ステップS86 No),ステップS89でコンバート処理を行わないという指示が入力されたと判断した場合(ステップS89 No)には、ステップS91へ進み、対象データが存在しない旨をデータ情報取得処理部15または適用期間管理部16へ通知する(ステップS49の実行の場合にはデータ情報取得処理部15へ、ステップS67の実行の場合には適用期間管理部16へ、それぞれ通知する)。   If it is determined in step S84 that there is no old version data (No in step S84), if it is determined in step S86 that conversion from the old version to the notified version is not possible (step S86 No), conversion is performed in step S89. If it is determined that an instruction not to perform processing has been input (No in step S89), the process proceeds to step S91, and the data information acquisition processing unit 15 or the application period management unit 16 is notified that the target data does not exist (step S91). In the case of execution of S49, the data information acquisition processing unit 15 is notified, and in the case of execution of step S67, the application period management unit 16 is notified).

以上の説明では、申告書作成処理について説明したが、財務・会計アプリケーション,申告書作成処理以外の税務アプリケーション,販売仕入管理アプリケーション,給与管理アプリケーションなど、本実施例のデータ管理処理を適用する場合には、ステップS1aの条件設定の情報を、対象期間以外はそのアプリケーションの処理に必要な入力項目に変更する。さらに、アプリケーションによっては、データで入力された日付を対象期間としてもよいし、実行時の日付を対象期間として用いてもよい。そして、各モジュールの処理をそのアプリケーションの処理に変更し、各データをそのアプリケーションで使用するデータに変更すればよい。他のアプリケーションについても、入力された対象期間と各モジュールの適用期間(適用期間管理テーブル)を比較することにより、申告書作成処理と同様に、起動するモジュールのバージョンを自動で決定することができる。また、参照するデータ、編集対象のデータのバージョンと適用期間を比較することにより、コンバート処理についても同様に行うことができる。   In the above description, the report creation process has been described. However, when the data management process of this embodiment is applied, such as a financial application, a tax application other than the report creation process, a sales purchase management application, and a salary management application. In step S1a, the condition setting information is changed to an input item necessary for processing of the application except for the target period. Furthermore, depending on the application, a date input as data may be set as the target period, or a date at the time of execution may be used as the target period. Then, the processing of each module may be changed to that of the application, and each data may be changed to data used by the application. For other applications, the version of the module to be activated can be automatically determined by comparing the input target period and the application period (application period management table) of each module, as in the report creation process. . Further, the conversion process can be similarly performed by comparing the version of the data to be referenced and the data to be edited with the application period.

このように、本実施例では、適用期間管理テーブルに格納されている適用期間と起動するモジュールの対応に基づいて、入力された対象期間(処理データの対象期間)に対応するモジュールを起動するようにした。また、作成済みのデータを読み出して処理を行う場合には、読み出すデータを適用期間管理テーブルに対応するバージョンに自動でコンバートできるようにした。このため、操作者がバージョンを意識することなく簡易な操作でモジュールを起動できる。また、モジュールを肥大化させずに複数のバージョンのモジュールの処理を実現でき、かつ、複数の種類のモジュールで作成されたデータの整合性を正しく保つことができる。   As described above, in this embodiment, the module corresponding to the input target period (the target period of the processing data) is started based on the correspondence between the application period stored in the application period management table and the module to be started. I made it. In addition, when data that has been created is read and processed, the read data can be automatically converted to a version corresponding to the application period management table. Therefore, the module can be activated with a simple operation without the operator being aware of the version. Further, it is possible to realize processing of a plurality of versions of modules without enlarging the modules, and to correctly maintain the consistency of data created by a plurality of types of modules.

図18は、本発明にかかる実施例3の適用期間管理テーブルの一例を示す図である。本実施例のモジュール管理装置の構成は、実施例1と同様である。実施例1および実施例2では、適用期間管理テーブルの適用期間として、対象期間の終了日のみを管理するようにしたが、本実施例では、図18に示すように対象期間の開始側と終了側の両方を管理できるようにしている。   FIG. 18 is a diagram illustrating an example of an application period management table according to the third embodiment of the present invention. The configuration of the module management apparatus of this embodiment is the same as that of the first embodiment. In the first embodiment and the second embodiment, only the end date of the target period is managed as the application period of the application period management table, but in this embodiment, the start side and end of the target period are shown in FIG. To manage both sides.

法規等が実際に適用となる対象事業年度は、たとえば、「XX年XX月XX日以後終了事業年度より適用」だけではなく、「XX年XX月XX日以後開始事業年度より適用」または「XX年XX月XX日を含む事業年度に適用」など、様々なケースがある。また、事業年度についても通常は1年であるが、決算日の変更等で1年未満になるケースもある。実施例1では、代表的な例として、「XX年XX月XX日以後終了事業年度より適用」という定義に対応できるようにしたが、本実施例では、適用期間の開始側と終了側を個別に管理することにより、様々なケースに柔軟に対応できるようにしている。   The applicable fiscal years to which the laws and regulations are actually applied are not only “applicable from the fiscal year ended after XX month XX in XX”, but also “applied from the fiscal year beginning after XX month XX in XX” or “XX There are various cases such as “Applicable to the fiscal year including the year XX month XX day”. The business year is usually one year, but it may be less than one year due to a change in the settlement date. In the first embodiment, as a representative example, the definition of “applicable from the end of the XX year, XX month, XX day and later” can be dealt with. By managing this, it is possible to flexibly handle various cases.

図19は、適用期間管理テーブルの別の一例を示す図である。図18では、たとえば、18.5.1以後開始という要求に対応している例である。図18のバージョン1の適用期間(開始側)は、18.4.30までとなっており、バージョン2の適用期間(開始側)は、18.5.1から開始されており、2行目のバージョン2がこの要求に対応している。一方、図19は、18.5.1を含む年度に適用を要求された法規がある場合に対応するもので、一行目のバージョン1が、開始側、終了側ともに18.5.1を含むように管理されている。このように、開始側と終了側を個別に管理するように、様々な適用期間の要求に対応できる。適用期間管理テーブルを参照した処理を行う場合には、処理対象データの開始年月日が開始側適用期間内で、かつ終了年月日が終了側適用期間内の場合に適用期間内と判定する。なお、モジュール管理テーブルの適用期間についても同様に開始側、終了側の両方を管理する。   FIG. 19 is a diagram illustrating another example of the application period management table. FIG. 18 shows an example corresponding to a request to start after 18.5.1. The application period (start side) of version 1 in FIG. 18 is up to 18.4.30, and the application period (start side) of version 2 starts from 18.5.1. Version 2 of this corresponds to this requirement. On the other hand, FIG. 19 corresponds to the case where there is a law that is required to be applied in the year including 18.5.1. Version 1 in the first row includes 18.5.1 on both the start side and the end side. Managed. In this way, it is possible to respond to requests for various application periods so that the start side and the end side are managed separately. When processing with reference to the application period management table is performed, it is determined that the start date of the processing target data is within the application period of the start side and the end date is within the application period of the end side. . Similarly, both the start side and the end side are managed for the application period of the module management table.

なお、この例では開始側と終了側の適用期間を同一のテーブルに列を分けて格納したが、開始側と終了側を別のテーブルに格納する、または、文字列として一つの列で管理するなど管理方法はこれに限らず、開始側と終了側の適用期間を管理できるようなものであればどのような方法でもよい。   In this example, the start and end application periods are stored separately in the same table, but the start and end sides are stored in separate tables or managed as a single character string. The management method is not limited to this, and any method may be used as long as the application period of the start side and the end side can be managed.

また、法規等の適用に経過措置等が設けられることがある。経過措置が設けられると、本来の適用期間よりも前から適用できる(以降、早期適用という)場合、または、本来の適用期間が終了したあとも引き続き適用することができる(以降、延長適用という)場合がある。図20は、このような経過措置に対応した適用期間管理テーブルの一例を示す図である。図20に示すように、適用期間(終了側)以外に、早期適用期間と延長適用期間を合わせて管理することにより、経過措置等が設けられている場合にも対応できる。図20の例では、平成18年度分は本来平成19年3月31日終了分までが適用期間であるが、平成19年4月終了事業年度分まで延長適用が可能である。また、平成19年度分は本来平成19年4月1日終了分以降が適用期間であるところを、平成19年3月終了事業年度分から早期適用が可能である。   In addition, transitional measures may be provided for the application of laws and regulations. If a transitional measure is provided, it can be applied before the original application period (hereinafter referred to as early application), or it can be applied even after the original application period has ended (hereinafter referred to as extended application). There is a case. FIG. 20 is a diagram illustrating an example of an application period management table corresponding to such a transitional measure. As shown in FIG. 20, in addition to the application period (end side), by managing the early application period and the extended application period together, it is possible to cope with a case where a transitional measure is provided. In the example of FIG. 20, the application period for 2006 is until the end of March 31, 2007, but it can be extended until the end of April 2007. In addition, for the fiscal year 2007, the application period after the end of April 1st, 2007 can be applied early from the fiscal year ended March 2007.

また、図20の例を、図18,図19と同様に、さらに開始側と終了側を個別に管理するようにしてもよい。図21は、経過措置に対応した開始側と終了側を個別に管理する適用期間管理テーブルの一例を示す図である。   Further, in the example of FIG. 20, the start side and the end side may be managed separately as in FIGS. 18 and 19. FIG. 21 is a diagram illustrating an example of an application period management table that individually manages a start side and an end side corresponding to a transitional measure.

このように、早期適用や延長適用を考慮に入れた場合、ある期間のデータを作成する際に適用可能なモジュールが複数存在することがあり得る。このような場合には、実施例1で説明したモジュール決定および適用期間管理処理で、適用期間管理テーブルまたはモジュール管理テーブルの適用期間を検索する際に、操作者が使用するモジュールを選択できるようにすればよい。図22は、適用可能なモジュールが複数存在する場合に、表示部4に表示するモジュールの選択画面の例である。モジュール決定処理の場合には、モジュール決定部12が、適用期間管理処理の場合には適用期間管理部16が、この画面を表示し、操作者の入力部2の操作による選択を受け付けて以降の処理を行う。図22の例では、平成19年度の正規の適用期間のモジュールと早期適用のモジュールの2つが対応した場合を示しており、ここでは、選択されたモジュールを黒丸と斜線で示しており、操作者が入力部2の操作により平成19年度の正規の適用期間のモジュールを選択した例である。   In this way, when early application or extended application is taken into consideration, there may be a plurality of modules that can be applied when creating data for a certain period. In such a case, the module determination and application period management processing described in the first embodiment can select the module to be used by the operator when searching for the application period management table or the application period of the module management table. do it. FIG. 22 is an example of a module selection screen displayed on the display unit 4 when there are a plurality of applicable modules. In the case of the module determination process, the module determination unit 12 displays this screen in the case of the application period management process, and receives the selection by the operation of the input unit 2 of the operator. Process. In the example of FIG. 22, the case where the module of the regular application period of 2007 and the module of the early application correspond is shown. Here, the selected module is indicated by black circles and diagonal lines, and the operator This is an example in which a module having a regular application period of 2007 is selected by operating the input unit 2.

一方、一旦、早期適用によって申告した後に、以前の正規の適用期間の法規に戻して申告すること、または、逆に延長適用を終了して新しい法規に従って申告した後に古い法規の延長適用を利用して申告することは、原則できない。したがって、既存のデータを参照する際、参照データ管理テーブルに参照したデータのID(Indetifier)を登録していくこととする。参照データ管理テーブルは、データベース上の管理テーブル群のうちの1つである。図23は、参照データ管理テーブルの一例を示す図である。このように、あるデータを作成する際に既存のデータを参照した場合には、参照先データIDに参照したデータのIDを登録し、参照元データにその作成対象のデータのIDを登録しておく。   On the other hand, after filing for early application, return to the law of the previous regular application period, or conversely, use the extended application of the old law after finishing the extended application and filing in accordance with the new law. In principle, it cannot be declared. Therefore, when referring to existing data, the ID (Indetifier) of the data referred to in the reference data management table is registered. The reference data management table is one of the management table groups on the database. FIG. 23 is a diagram illustrating an example of the reference data management table. In this way, when existing data is referenced when creating certain data, the ID of the referenced data is registered in the reference destination data ID, and the ID of the data to be created is registered in the reference source data. deep.

なお、データIDは個々の登録データに対して一意に割当てられる値であり、データを新規に作成する際に割当てられてデータ管理テーブルで管理される値である。本実施例では、あるデータを作成する処理のために、参照するデータを読み出すために、データ管理テーブルから読み出すデータとデータの種類および適用期間が一致するレコードを検索する際に、この参照データ管理テーブルを利用して参照するデータのバージョンに制約を設ける。このように、参照するデータに制約を設けることにより、誤って古い法規を適用してしまうことを防ぐ。   The data ID is a value that is uniquely assigned to each registered data, and is a value that is assigned when data is newly created and is managed by the data management table. In the present embodiment, this reference data management is performed when searching for a record whose data type and application period coincide with the data to be read from the data management table in order to read out the data to be referenced for the process of creating certain data. Restricts the version of data to be referenced using a table. In this way, by restricting the data to be referred to, it is possible to prevent the old law from being applied by mistake.

図24は、バージョンの制約処理の手順の一例を示すフローチャートである。データ情報取得処理部15は、データ情報取得処理のステップS41の前に、このバージョンの制約処理を実施する。バージョンの制約処理は、これに限らず、参照するデータまたは編集対象のデータの情報の取得の前であれば、どのタイミングで行ってもよい。   FIG. 24 is a flowchart illustrating an example of a procedure for version restriction processing. The data information acquisition processing unit 15 performs this version of restriction processing before step S41 of the data information acquisition processing. The version restriction process is not limited to this, and may be performed at any timing as long as the information of the data to be referenced or the data to be edited is not acquired.

まず、データ情報取得処理部15は、データベース管理部20経由で、データ管理テーブルを検索し、処理データとデータの種類が同一で、対象期間が古いデータのデータIDを抽出する(ステップS101)。該当するデータIDが抽出された場合(ステップS101 該当あり)には、参照データ管理テーブルを検索し、ステップS101で抽出したデータIDが参照元データIDに一致するレコードを検索し、検索された場合には、そのレコードを抽出する(ステップS102)。   First, the data information acquisition processing unit 15 searches the data management table via the database management unit 20, and extracts the data ID of the data whose processing data and data type are the same and whose target period is old (step S101). When the corresponding data ID is extracted (corresponding to step S101), the reference data management table is searched, and the record in which the data ID extracted in step S101 matches the reference source data ID is searched and searched. In step S102, the record is extracted.

次に、データ情報取得処理部15は、データベース管理部20経由で、データ管理テーブルを検索し、参照するデータとデータの種類が同一であるデータのデータIDを抽出する(ステップS103)。該当するデータIDが抽出された場合(ステップS103 該当あり)には、ステップS102で抽出したレコードのうち、ステップS103で抽出されたデータIDに一致する参照先データIDを抽出する(ステップS104)。   Next, the data information acquisition processing unit 15 searches the data management table via the database management unit 20 and extracts the data ID of the data whose data type is the same as the data to be referred to (step S103). When the corresponding data ID is extracted (corresponding to step S103), the reference data ID that matches the data ID extracted in step S103 is extracted from the record extracted in step S102 (step S104).

ステップS104で、参照先データIDが抽出された場合(ステップS104 該当あり)には、データ管理テーブルを検索し、抽出された参照先データIDに対応するデータのうち最大のバージョンを取得する(ステップS105)。そして、取得したバージョン以降に読み出しの制限を設定する(ステップS106)。読み出しの制限情報は、たとえば、読み出し制限の情報を記憶部3に記憶しておき、データ情報取得処理において、参照するデータのデータ情報を取得する際に、その読み出し制限の情報を参照するようにし、制限があるデータは参照するデータの情報として取得しないようにする。   When the reference destination data ID is extracted in step S104 (corresponding to step S104), the data management table is searched to obtain the maximum version of the data corresponding to the extracted reference destination data ID (step S104). S105). Then, a read restriction is set after the acquired version (step S106). As the read restriction information, for example, read restriction information is stored in the storage unit 3, and when the data information of the data to be referred to is acquired in the data information acquisition process, the read restriction information is referred to. Data that has restrictions is not acquired as information of data to be referenced.

ステップS101で、処理データとデータの種類が同一で、対象期間が古いデータを抽出できなかった場合(ステップS101 該当なし)には、バージョンの制限はせずに処理を終了する(ステップS107)。また、ステップS102で、参照元IDを持つレコードが抽出されなかった場合(ステップS102 該当なし)、ステップS103でデータIDが抽出されなかった場合(ステップS103 該当なし)、ステップS104で参照先データIDが抽出されなかった場合(ステップS104 該当なし)にも、それぞれ同様にステップS107にすすむ。本実施例のこれ以外の動作は、実施例1または実施例2と同様である。   If it is determined in step S101 that the data type is the same as the process data and the target period has not been extracted (not applicable in step S101), the process is terminated without limiting the version (step S107). If no record having a reference source ID is extracted in step S102 (not applicable to step S102), or if a data ID is not extracted in step S103 (not applicable to step S103), a reference destination data ID is determined in step S104. If no is extracted (not applicable in step S104), the process proceeds to step S107 in the same manner. Other operations of the present embodiment are the same as those of the first or second embodiment.

また、バージョンを制約してしまうと、シミュレーション的に作成してみることもできなくなってしまうため、自動的に制約をするのではなく、警告メッセージの表示を行う方法としてもよい。   In addition, if the version is constrained, it cannot be created in a simulation, so that a warning message may be displayed instead of being automatically constrained.

このように、本実施例では、適用期間の開始側と終了側の両方を個別に設定できるようにし、経過措置を考慮した適用期間の設定ができるようにした。このため、経過措置を反映した業務処理を行うことができる。また、本実施例では、さらに、参照するデータのバージョンに制約をつけられるようにした。このため、誤って古い法規を適用してしまうことを防ぐことができる。   As described above, in this embodiment, both the start side and the end side of the application period can be set individually, and the application period can be set in consideration of the transitional measure. For this reason, business processing reflecting the transitional measure can be performed. In this embodiment, the version of the data to be referred to can be further restricted. For this reason, it is possible to prevent accidental application of old regulations.

図25は、本実施例のモジュール管理装置の機能構成例を示すブロック図である。実施例1では、1台の計算機システムがモジュール管理処理を実施するようにしたが、本実施例では、クライアントとサーバのシステムでモジュール管理処理を実施する。クライアントの計算機システムは図1の構成と同様である。サーバの計算機システムは、図1の制御部1,記憶部3,通信部5とそれぞれ同様の機能を有する制御部1a,記憶部3a,通信部5aを備えている。   FIG. 25 is a block diagram illustrating a functional configuration example of the module management apparatus according to the present embodiment. In the first embodiment, one computer system performs module management processing. However, in this embodiment, module management processing is performed in a client and server system. The client computer system has the same configuration as that shown in FIG. The server computer system includes a control unit 1a, a storage unit 3a, and a communication unit 5a having the same functions as the control unit 1, the storage unit 3, and the communication unit 5 of FIG.

本実施例では、データベースをサーバが備えることとし、実施例1のデータベース管理部20の替りに、サーバがデータベース管理部20aを備える。クライアントは、実施例1の制御部1からデータベース管理部20を削除し、記憶部3からデータベースを削除する以外は、実施例1の計算機システムと同様である。   In this embodiment, the server includes a database, and the server includes a database management unit 20a instead of the database management unit 20 of the first embodiment. The client is the same as the computer system of the first embodiment except that the database management unit 20 is deleted from the control unit 1 of the first embodiment and the database is deleted from the storage unit 3.

本実施例では、実施例1で、データベース管理部20経由で行った処理を、通信部5,サーバの通信部5a,データベース管理部20a経由で行うようにするが、それ以外の動作は実施例1と同様である。   In the present embodiment, the processing performed through the database management unit 20 in the first embodiment is performed through the communication unit 5, the communication unit 5a of the server, and the database management unit 20a. Same as 1.

また、図25では、クライアントとサーバが1台ずつ記載しているが、これに限らず、クライアントを複数にしたシステムとしてもよい。図26は、クライアントを複数とした場合のシステムの構成例を示す図である。図26に示すように、サーバ41とクライアント42−1〜42−3およびクライアント43−1,43−2は、LAN(Local Area Network)50およびインターネット60を介して接続されている。クライアント42−1〜42−3およびクライアント43−1,43−2は、それぞれ図25で示したクライアントと同様の構成とする。サーバ41は、図25に示したサーバと同様の構成とする。そして、各クライアントからモジュール管理処理が実行可能とする。   In FIG. 25, one client and one server are shown. However, the present invention is not limited to this, and a system having a plurality of clients may be used. FIG. 26 is a diagram illustrating a configuration example of a system when a plurality of clients are provided. As shown in FIG. 26, the server 41, the clients 42-1 to 42-3, and the clients 43-1 and 43-2 are connected via a LAN (Local Area Network) 50 and the Internet 60. Each of the clients 42-1 to 42-3 and the clients 43-1 and 43-2 has the same configuration as the client shown in FIG. The server 41 has the same configuration as the server shown in FIG. Then, module management processing can be executed from each client.

また、サーバについても、分散サーバの構成としてもよい。図27は、分散サーバとした場合のシステムの構成例を示す図である。図27のシステムでは、分散サーバがそれぞれ同一のデータベースを有することにより耐久性を高めている。サーバ41−1、41−2は、それぞれ図25のサーバと同様の構成とし、図25と同様の機能を有する構成要素には、同一の符号番号にそれぞれ41−1については枝番号1を、41−2については枝番号2を付している。また、これに限らず、分散サーバに格納するデータを分配して、負荷分散を図るようにしてもよい。   Also, the server may have a distributed server configuration. FIG. 27 is a diagram illustrating a configuration example of a system in the case of a distributed server. In the system of FIG. 27, each distributed server has the same database, thereby enhancing durability. Each of the servers 41-1 and 41-2 has the same configuration as that of the server of FIG. 25, and the component having the same function as that of FIG. 41-2 is assigned branch number 2. Further, the present invention is not limited to this, and the data stored in the distributed server may be distributed to distribute the load.

なお、本実施例では、実施例1で説明したモジュール管理処理部10をクライアントが備えることとしたが、実施例2で説明したモジュール管理処理部10aをクライアントが備えることとし、実施例2でデータベース管理部20経由で行った処理を、通信部5,サーバの通信部5a,データベース管理部20a経由で行うようにしてもよい。   In the present embodiment, the client includes the module management processing unit 10 described in the first embodiment. However, the client includes the module management processing unit 10a described in the second embodiment. The processing performed via the management unit 20 may be performed via the communication unit 5, the server communication unit 5a, and the database management unit 20a.

このように、本実施例では、クライアントサーバシステムにおいて、モジュール管理処理を実行するようにした。これによって、多数のユーザが同一のデータを用いて業務処理を行う場合にも、データベースを一元管理することができる。   As described above, in this embodiment, the module management process is executed in the client server system. Thereby, even when a large number of users perform business processing using the same data, the database can be centrally managed.

以上のように、本発明にかかるモジュール管理方法、モジュール管理装置、モジュール管理システムおよびモジュール管理プログラムは、業務処理システムに有用であり、特に、特定の期間ごとに処理方法が更新される業務システムに適している。   As described above, the module management method, the module management device, the module management system, and the module management program according to the present invention are useful for a business processing system, and particularly for a business system in which a processing method is updated every specific period. Is suitable.

実施例1のモジュール管理方法を実現するためのモジュール管理装置としての機能を備え、本発明にかかる実施例のモジュール管理プログラムを実行可能な計算機システムの構成例を示す図である。1 is a diagram illustrating a configuration example of a computer system that has a function as a module management apparatus for realizing a module management method according to a first embodiment and can execute a module management program according to the first embodiment of the present invention. 実施例1のモジュール管理装置の機能構成例を示すブロック図である。FIG. 3 is a block diagram illustrating a functional configuration example of the module management apparatus according to the first embodiment. 科目マスタの一例を示す図である。It is a figure which shows an example of a subject master. 給与データの一例を示す図である。It is a figure which shows an example of salary data. 実施例1のモジュール管理処理の全体動作の手順の一例を示すフローチャートである。3 is a flowchart illustrating an example of a procedure of overall operation of module management processing according to the first exemplary embodiment. データ管理テーブルの一例を示す図である。It is a figure which shows an example of a data management table. モジュール決定の処理の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of the process of module determination. モジュール管理テーブルの一例を示す図である。It is a figure which shows an example of a module management table. 更新波及管理テーブルの一例を示す図である。It is a figure which shows an example of an update propagation management table. 更新波及処理の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of an update propagation process. 実施例2のモジュール管理装置の機能構成例を示すブロック図である。It is a block diagram which shows the function structural example of the module management apparatus of Example 2. FIG. 実施例2のモジュール管理処理の全体動作の手順の一例を示すフローチャートである。10 is a flowchart illustrating an example of a procedure of overall operation of module management processing according to the second exemplary embodiment. データ情報取得処理の処理手順の一例を示すフローチャートである。It is a flowchart which shows an example of the process sequence of a data information acquisition process. 適用期間管理処置の処理手順の一例を示すフローチャートである。It is a flowchart which shows an example of the process sequence of an application period management process. 適用期間管理テーブルの一例を示す図である。It is a figure which shows an example of an application period management table. データ管理処理の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of a data management process. コンバート管理テーブルの一例を示す図である。It is a figure which shows an example of a conversion management table. 実施例3の適用期間管理テーブルの一例を示す図である。It is a figure which shows an example of the application period management table of Example 3. FIG. 適用期間管理テーブルの別の一例を示す図である。It is a figure which shows another example of an application period management table. 経過措置に対応した適用期間管理テーブルの一例を示す図である。It is a figure which shows an example of the application period management table corresponding to a transitional measure. 経過措置に対応した開始側と終了側を個別に管理する適用期間管理テーブルの一例を示す図である。It is a figure which shows an example of the application period management table which manages separately the start side and end side corresponding to a transitional measure. 適用可能なモジュールが複数存在する場合に、表示部に表示するモジュールの選択画面の例を示す図である。It is a figure which shows the example of the selection screen of the module displayed on a display part, when multiple modules which can be applied exist. 参照データ管理テーブルの一例を示す図である。It is a figure which shows an example of a reference data management table. バージョンの制約処理の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of a version restriction process. 実施例3のモジュール管理装置の機能構成例を示すブロック図である。It is a block diagram which shows the function structural example of the module management apparatus of Example 3. FIG. クライアントを複数とした場合のシステムの構成例を示す図である。It is a figure which shows the structural example of the system at the time of using multiple clients. 分散サーバとした場合のシステムの構成例を示す図である。It is a figure which shows the structural example of the system at the time of setting it as a distributed server.

符号の説明Explanation of symbols

1,1a 制御部
2 入力部
3,3a 記憶部
4 表示部
5,5a,5a−1,5a−2 通信部
6 印刷部
7 システムバス
10,10a モジュール管理処理部
11 処理データ選択部
12 モジュール決定部
13 更新波及管理部
14 モジュール連携部
15 データ情報取得処理部
16 適用期間管理部
17 コンバート管理部
20,20a,20a―1,20a−2 データベース管理部
30 モジュール処理部
41,41−1,41−2 サーバ
42−1〜42−3,43−1,43−2 クライアント
50 LAN
60 インターネット
DESCRIPTION OF SYMBOLS 1, 1a Control part 2 Input part 3, 3a Storage part 4 Display part 5, 5a, 5a-1, 5a-2 Communication part 6 Printing part 7 System bus 10, 10a Module management process part 11 Process data selection part 12 Module determination Unit 13 Update transmission management unit 14 Module cooperation unit 15 Data information acquisition processing unit 16 Application period management unit 17 Conversion management unit 20, 20a, 20a-1, 20a-2 Database management unit 30 Module processing unit 41, 41-1, 41 -2 server 42-1 to 42-3, 43-1, 43-2 client 50 LAN
60 Internet

Claims (29)

法規毎に定められた適用期間の異なるモジュールであって、処理しようとするデータである処理対象データを作成または更新する複数のモジュールを有する業務処理アプリケーションを含む業務処理システムにおけるモジュール管理方法において
処理データ選択部が、処理対象データの種類および処理しようとする期間を表す処理対象期間を含む条件設定情報を取得する条件設定ステップと、
モジュール決定部が、データの種類とモジュールの適用期間毎に、前記複数のモジュールを識別するためのモジュール識別子とモジュールのバージョンとが対応付けられて格納されているモジュール管理情報を記憶部から読み出し、読み出したモジュール管理情報から前記条件設定情報に対応するモジュール識別子を抽出するモジュール決定ステップと、
モジュール連携部が、前記抽出されたモジュール識別子に対応するモジュールを記憶部から読み出して、そのモジュールを起動するモジュール起動ステップと、
モジュール連携部が、前記起動したモジュールが作成したデータの、種類と処理対象期間とバージョンとを含むデータ情報を、記憶部に格納するデータ管理ステップと、
を含み、
前記モジュール決定ステップでは、
処理対象データを新規作成する場合には、記憶部内のモジュール管理情報を検索し、検索結果として前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報があればこのモジュール管理情報からモジュール識別子を抽出し、検索結果として前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報がない場合には、処理対象データの種類と一致するデータの種類を格納するモジュール管理情報を検索し、検索により得られたモジュール管理情報に含まれるバージョンの大きさに基づいて決定した1つのモジュール管理情報からモジュール識別子を抽出し、
処理対象データが新規作成でない場合には、前記条件設定情報に対応する格納済みのデータ情報を取得し、前記記憶部内のモジュール管理情報を検索して前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報を取得し、取得したデータ情報に含まれるバージョンの大きさと取得したモジュール管理情報に含まれるバージョンの大きさに基づいて決定した1つのモジュール管理情報からモジュール識別子を抽出する、
ことを特徴とするモジュール管理方法。
A different modules of application period determined for each regulations, a plurality of modules to create or update a processing target data is data to be processed, the module management method in the business processing system comprising a business application with,
Processed data selection unit, and a condition setting step of the process period representing a period to be the type and processing of the processing target data to acquire including conditions setting information,
The module determination unit reads out module management information stored in association with module identifiers and module versions for identifying the plurality of modules for each data type and module application period from the storage unit, A module determining step for extracting a module identifier corresponding to the condition setting information from the read module management information ;
Module linkage unit is, the module corresponding to the extracted module identifier from the storage unit, and the module activation step of activating the module,
A data management step in which the module linkage unit stores data information including a type, a processing target period, and a version of the data created by the activated module in a storage unit;
Only including,
In the module determining step,
When newly creating processing target data, the module management information in the storage unit is searched, and if there is module management information for storing the data type and application period corresponding to the condition setting information as a search result, this module management If there is no module management information that extracts the module identifier from the information and stores the data type corresponding to the condition setting information and the application period as a search result, the data type that matches the type of data to be processed is stored The module identifier is extracted from one module management information determined based on the size of the version included in the module management information obtained by the search.
If the data to be processed is not newly created, the stored data information corresponding to the condition setting information is acquired, the module management information in the storage unit is searched, and the data type and application corresponding to the condition setting information Module management information for storing a period is acquired, and a module identifier is extracted from one module management information determined based on the version size included in the acquired data information and the version size included in the acquired module management information To
A module management method.
法規毎に定められた適用期間の異なるモジュールであって、処理しようとするデータである処理対象データを作成または更新する複数のモジュールを有する業務処理アプリケーションを含む業務処理システムにおけるモジュール管理方法において
処理データ選択部が、処理対象データの種類および処理しようとする期間を表す処理対象期間を含む条件設定情報を取得する条件設定ステップと、
適用期間管理部が、データの種類とモジュールの適用期間毎に、前記複数のモジュールを識別するためのモジュール識別子とモジュールのバージョンとが対応付けられて格納されているモジュール管理情報を記憶部から読み出し、読み出したモジュール管理情報から前記条件設定情報に対応するモジュール識別子を抽出するモジュール決定ステップと、
モジュール連携部が、前記抽出されたモジュール識別子に対応するモジュールを記憶部から読み出して、そのモジュールを起動するモジュール起動ステップと、
モジュール連携部が、前記起動したモジュールが作成したデータの、種類と処理対象期間とバージョンとを含むデータ情報を、記憶部に格納するデータ管理ステップと、
を含み、
前記モジュール決定ステップでは、
処理対象データを新規作成する場合には、記憶部内のモジュール管理情報を検索し、検索結果として前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報があればこのモジュール管理情報からモジュール識別子を抽出し、検索結果として前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報がない場合には、処理対象データの種類と一致するデータの種類を格納するモジュール管理情報を検索し、検索により得られたモジュール管理情報に含まれるバージョンの大きさに基づいて決定した1つのモジュール管理情報からモジュール識別子を抽出し、
処理対象データが新規作成でない場合には、前記条件設定情報に対応する格納済みのデータ情報を取得し、前記記憶部内のモジュール管理情報を検索して前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報を取得し、取得したデータ情報に含まれるバージョンの大きさと取得したモジュール管理情報に含まれるバージョンの大きさに基づいて決定した1つのモジュール管理情報からモジュール識別子を抽出する、
ことを特徴とするモジュール管理方法。
A different modules of application period determined for each regulations, a plurality of modules to create or update a processing target data is data to be processed, the module management method in the business processing system comprising a business application with,
Processed data selection unit, and a condition setting step of the process period representing a period to be the type and processing of the processing target data to acquire including conditions setting information,
The application period management unit reads out module management information stored in association with module identifiers and module versions for identifying the plurality of modules for each data type and module application period from the storage unit. A module determining step for extracting a module identifier corresponding to the condition setting information from the read module management information ;
Module linkage unit is, the module corresponding to the extracted module identifier from the storage unit, and the module activation step of activating the module,
A data management step in which the module linkage unit stores data information including a type, a processing target period, and a version of the data created by the activated module in a storage unit;
Only including,
In the module determining step,
When newly creating processing target data, the module management information in the storage unit is searched, and if there is module management information for storing the data type and application period corresponding to the condition setting information as a search result, this module management If there is no module management information that extracts the module identifier from the information and stores the data type corresponding to the condition setting information and the application period as a search result, the data type that matches the type of data to be processed is stored The module identifier is extracted from one module management information determined based on the size of the version included in the module management information obtained by the search.
If the data to be processed is not newly created, the stored data information corresponding to the condition setting information is acquired, the module management information in the storage unit is searched, and the data type and application corresponding to the condition setting information Module management information for storing a period is acquired, and a module identifier is extracted from one module management information determined based on the version size included in the acquired data information and the version size included in the acquired module management information To
A module management method.
処理対象データが新規作成でない場合に、
前記適用期間管理部が、前記モジュール管理情報を検索した結果として取得したモジュール管理情報に含まれるバージョンを抽出し、抽出したバージョンを第1のバージョンとして取得する第1のバージョン取得ステップと、
前記適用期間管理部が、前記処理対象データに対応する格納済みのデータ情報に含まれるバージョンを抽出し、抽出したバージョンを第2のバージョンとして取得する第2のバージョン取得ステップと、
前記適用期間管理部が、第2のバージョンと第1のバージョンを比較するバージョン比較ステップと、
前記適用期間管理部が、前記バージョン比較ステップにおいて第2のバージョンが第1のバージョンより古いと判断した場合に、前記モジュール管理情報と前記データ情報をコンバート管理部に通知する通知ステップと、
前記コンバート管理部が、前記通知ステップにおいて通知された情報に基づいて前記処理対象データを前記第1のバージョンへコンバートするか否かの判断を行い、その判断結果を前記適用期間管理部に通知するコンバート判断ステップと、
前記コンバート判断ステップにおいてコンバートを行うと判断された場合に、前記コンバート管理部が、前記処理対象データを前記第1のバージョンへコンバートするコンバートステップと、
をさらに含み、
前記コンバート判断ステップにおいてコンバートを行わないと判断された場合には、前記通知ステップにおいて通知された情報に基づいて、前記適用期間管理部が、前記モジュール決定ステップにおいて前記データ情報に含まれるデータの種類およびバージョンに対応するモジュール管理情報を検索し、該モジュール管理情報からモジュール識別子を抽出し、
前記バージョン比較ステップによる比較の結果、第1のバージョンと第2のバージョンが等しい場合には、前記適用期間管理部が、前記モジュール決定ステップにおいて前記モジュール管理情報を検索した結果として取得したモジュール管理情報からモジュール識別子を抽出すること、
を特徴とする請求項2に記載のモジュール管理方法。
If the data to be processed is not newly created,
The application period management unit, and the first version acquisition step in which the extracted version contained in the acquired module management information as a result of searching the module management information, obtains the extracted version by the first version,
A second version acquisition step in which the application period management unit extracts a version included in stored data information corresponding to the processing target data, and acquires the extracted version as a second version;
A version comparison step in which the application period management unit compares the second version with the first version;
A notification step of notifying the conversion management unit of the module management information and the data information when the application period management unit determines that the second version is older than the first version in the version comparison step;
The conversion management unit determines whether to convert the processing target data into the first version based on the information notified in the notification step, and notifies the application period management unit of the determination result. A conversion judgment step;
When it is determined that the conversion is performed in the conversion determination step, the conversion management unit converts the processing target data into the first version; and
Further seen including,
If it is determined that the conversion is not performed in the conversion determination step, the application period management unit determines the type of data included in the data information in the module determination step based on the information notified in the notification step. And the module management information corresponding to the version is extracted, the module identifier is extracted from the module management information,
If the first version and the second version are equal as a result of the comparison in the version comparison step, the application period management unit acquires the module management information as a result of searching the module management information in the module determination step. Extracting the module identifier from
The module management method according to claim 2.
前記コンバートステップでは、
コンバート管理部が、変換元バージョンと変換先バージョンの組み合わせに対応するコンバートを自動で行うか否かの指示を示すコンバート識別子が処理対象データの種類ごとに記録されたコンバート情報、が格納されている記憶部を参照し、
コンバートする場合に、変換元バージョンと変換先バージョンの組み合わせに対応するコンバート識別子が自動で行う指示を示す値の場合には自動でコンバートを行い、
一方、コンバートする場合に、変換元バージョンと変換先バージョンの組み合わせに対応するコンバート識別子が自動で行う指示を示す値でない場合には、表示部にコンバートを行うか否かの選択を促す画面を表示する制御を行い、コンバートを行う指示を入力部経由で受け付けた場合にコンバートを行うことを特徴とする請求項3に記載のモジュール管理方法。
In the conversion step,
Stored is conversion information in which a conversion identifier indicating an instruction as to whether or not the conversion management unit automatically performs conversion corresponding to the combination of the conversion source version and the conversion destination version is recorded for each type of processing target data. Refer to the storage unit,
When converting, if the conversion identifier corresponding to the combination of the conversion source version and the conversion destination version is a value indicating an instruction to be automatically performed, the conversion is automatically performed.
On the other hand, when the conversion is performed, if the conversion identifier corresponding to the combination of the conversion source version and the conversion destination version is not a value indicating an instruction to be automatically performed, a screen prompting the user to select whether or not to convert is displayed on the display unit. 4. The module management method according to claim 3, wherein conversion is performed when an instruction to perform conversion is received via an input unit.
前記起動されたモジュールが処理対象データを生成または更新した場合、更新波及処理部が、処理対象データの種類およびバージョンと、そのバージョンの処理対象データの更新を波及させる対象のデータの種類およびバージョンと、その波及処理を行う波及モジュールの識別子と、が対応付けられて格納されている更新波及情報を記憶部から読み出し、前記更新した処理対象データの種類およびバージョンに対応する、更新を波及させる対象のデータの種類およびバージョンと波及モジュールの識別子とを抽出し、前記抽出した波及モジュールを起動して前記抽出したデータの種類およびバージョンのデータを更新することを特徴とする請求項1〜4のいずれか1つに記載のモジュール管理方法。 If the activation modules has generated or updated subject data, update-extension processing unit, the type and version of the processing target data, the type of data of interest to spread the updates for that version of the processing target data and Update update information stored in association with the version and the identifier of the propagation module that performs the propagation process is read from the storage unit, and the update corresponding to the type and version of the updated processing target data is propagated. and characterized in that extracts the identifier of the target data of the type and version of spillover module updates the type and version of data for data that has been extracted on the start spreading module the extracted The module management method according to any one of claims 1 to 4. 前記適用期間を、処理対象期間の終了時に対する適用期間として定義することを特徴とする請求項1〜5のいずれか1つに記載のモジュール管理方法。   6. The module management method according to claim 1, wherein the application period is defined as an application period with respect to the end of the processing target period. 前記適用期間を、処理対象期間の開始時に対する期間と終了時に対する期間の両方で定義することを特徴とする請求項1〜5のいずれか1つに記載のモジュール管理方法。   The module management method according to claim 1, wherein the application period is defined as both a period with respect to a start time of a process target period and a period with respect to an end time. 前記適用期間を正規適用期間と経過措置適用期間とすることを特徴とする請求項1〜7のいずれか1つに記載のモジュール管理方法。   The module management method according to claim 1, wherein the application period is a regular application period and a transitional measure application period. 前記経過措置適用期間を早期適用期間と延長適用期間とすることを特徴とする請求項8に記載のモジュール管理方法。   The module management method according to claim 8, wherein the transitional measure application period is an early application period and an extended application period. 前記処理対象期間に対応する適用期間に対応付けられているモジュールのバージョンが複数存在する場合には、参照するデータのバージョンに制約を設けることを特徴する請求項8または9に記載のモジュール管理方法。 Version of the module associated with the application period corresponding to the processing target period when there is a plurality, of claim 8 or 9, characterized by providing a constrained version of Lud over data to reference Module management method. 前記業務処理アプリケーションを財務会計アプリケーションとすることを特徴とする請求項1〜10のいずれか1つに記載のモジュール管理方法。   The module management method according to claim 1, wherein the business processing application is a financial accounting application. 前記業務処理アプリケーションを税務アプリケーションとすることを特徴とする請求項1〜11のいずれか1つに記載のモジュール管理方法。   The module management method according to claim 1, wherein the business processing application is a tax application. 前記業務処理アプリケーションを販売仕入管理アプリケーションとすることを特徴とする請求項1〜12のいずれか1つに記載のモジュール管理方法。   The module management method according to claim 1, wherein the business processing application is a sales purchase management application. 前記業務処理アプリケーションを給与管理アプリケーションとすることを特徴とする請求項1〜13のいずれか1つに記載のモジュール管理方法。   The module management method according to claim 1, wherein the business processing application is a salary management application. 法規毎に定められた適用期間の異なるモジュールであって、処理しようとするデータである処理対象データを作成または更新する複数のモジュールを有する業務処理アプリケーションを含む業務処理システムにおけるモジュール管理装置において
処理対象データの種類および処理しようとする期間を表す処理対象期間を含む条件設定情報を取得する処理データ選択部と、
データの種類とモジュールの適用期間毎に、前記複数のモジュールを識別するためのモジュール識別子とモジュールのバージョンとが対応付けられて格納されているモジュール管理情報を記憶部から読み出し、読み出したモジュール管理情報から前記条件設定情報に対応するモジュール識別子を抽出するモジュール決定部と、
前記抽出されたモジュール識別子に対応するモジュールを記憶部から読み出して、そのモジュールを起動し、起動したモジュールが作成したデータの、種類と処理対象期間とバージョンとを含むデータ情報を、記憶部に格納するモジュール連携部と、
を備え
前記モジュール決定部は、
処理対象データを新規作成する場合には、記憶部内のモジュール管理情報を検索し、検索結果として前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報があればこのモジュール管理情報からモジュール識別子を抽出し、検索結果として前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報がない場合には、処理対象データの種類と一致するデータの種類を格納するモジュール管理情報を検索し、検索により得られたモジュール管理情報に含まれるバージョンの大きさに基づいて決定した1つのモジュール管理情報からモジュール識別子を抽出し、
処理対象データが新規作成でない場合には、前記条件設定情報に対応する格納済みのデータ情報を取得し、前記記憶部内のモジュール管理情報を検索して前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報を取得し、取得したデータ情報に含まれるバージョンの大きさと取得したモジュール管理情報に含まれるバージョンの大きさに基づいて決定した1つのモジュール管理情報からモジュール識別子を抽出する、
ことを特徴とするモジュール管理装置。
A different modules of application period determined for each regulations, a plurality of modules to create or update a processing target data is data to be processed, the module management unit in the business processing system including a business application with,
And processing the data selection unit processing period representing a period to be the type and processing of the processing target data to acquire including conditions setting information,
Module management information in which module identifiers for identifying the plurality of modules and module versions are stored in association with each other for each data type and module application period is read from the storage unit, and the read module management information A module determining unit for extracting a module identifier corresponding to the condition setting information from
Reads the module corresponding to the extracted module identifier from the storage unit, store and launch the module, the data generated activated the module, the data information including the type and the processing period and version, the storage unit A module linkage unit that
Equipped with a,
The module determining unit
When newly creating processing target data, the module management information in the storage unit is searched, and if there is module management information for storing the data type and application period corresponding to the condition setting information as a search result, this module management If there is no module management information that extracts the module identifier from the information and stores the data type corresponding to the condition setting information and the application period as a search result, the data type that matches the type of data to be processed is stored The module identifier is extracted from one module management information determined based on the size of the version included in the module management information obtained by the search.
If the data to be processed is not newly created, the stored data information corresponding to the condition setting information is acquired, the module management information in the storage unit is searched, and the data type and application corresponding to the condition setting information Module management information for storing a period is acquired, and a module identifier is extracted from one module management information determined based on the version size included in the acquired data information and the version size included in the acquired module management information To
A module management device.
法規毎に定められた適用期間の異なるモジュールであって、処理しようとするデータである処理対象データを作成または更新する複数のモジュールを有する業務処理アプリケーションを含む業務処理システムにおけるモジュール管理装置において
処理対象データの種類および処理しようとする期間を表す処理対象期間を含む条件設定情報を取得する処理データ選択部と、
データの種類とモジュールの適用期間毎に、前記複数のモジュールを識別するためのモジュール識別子とモジュールのバージョンとが対応付けられて格納されているモジュール管理情報を記憶部から読み出し、読み出したモジュール管理情報から前記条件設定情報に対応するモジュール識別子を抽出する適用期間管理部と、
前記抽出されたモジュール識別子に対応するモジュールを記憶部から読み出して、そのモジュールを起動し、起動したモジュールが作成したデータの、種類と処理対象期間とバージョンとを含むデータ情報を、記憶部に格納するモジュール連携部と、
を備え
前記適用期間管理部は、
処理対象データを新規作成する場合には、記憶部内のモジュール管理情報を検索し、検索結果として前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報があればこのモジュール管理情報からモジュール識別子を抽出し、検索結果として前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報がない場合には、処理対象データの種類と一致するデータの種類を格納するモジュール管理情報を検索し、検索により得られたモジュール管理情報に含まれるバージョンの大きさに基づいて決定した1つのモジュール管理情報からモジュール識別子を抽出し、
処理対象データが新規作成でない場合には、前記条件設定情報に対応する格納済みのデータ情報を取得し、前記記憶部内のモジュール管理情報を検索して前記条件設定情報に対応するデータの種類と適用期間とを格納するモジュール管理情報を取得し、取得したデータ情報に含まれるバージョンの大きさと取得したモジュール管理情報に含まれるバージョンの大きさに基づいて決定した1つのモジュール管理情報からモジュール識別子を抽出する、
ことを特徴とするモジュール管理装置。
A different modules of application period determined for each regulations, a plurality of modules to create or update a processing target data is data to be processed, the module management unit in the business processing system including a business application with,
And processing the data selection unit processing period representing a period to be the type and processing of the processing target data to acquire including conditions setting information,
Module management information in which module identifiers for identifying the plurality of modules and module versions are stored in association with each other for each data type and module application period is read from the storage unit, and the read module management information An application period management unit for extracting a module identifier corresponding to the condition setting information from
Reads the module corresponding to the extracted module identifier from the storage unit, store and launch the module, the data generated activated the module, the data information including the type and the processing period and version, the storage unit A module linkage unit that
Equipped with a,
The application period management unit
When newly creating processing target data, the module management information in the storage unit is searched, and if there is module management information for storing the data type and application period corresponding to the condition setting information as a search result, this module management If there is no module management information that extracts the module identifier from the information and stores the data type corresponding to the condition setting information and the application period as a search result, the data type that matches the type of data to be processed is stored The module identifier is extracted from one module management information determined based on the size of the version included in the module management information obtained by the search.
If the data to be processed is not newly created, the stored data information corresponding to the condition setting information is acquired, the module management information in the storage unit is searched, and the data type and application corresponding to the condition setting information Module management information for storing a period is acquired, and a module identifier is extracted from one module management information determined based on the version size included in the acquired data information and the version size included in the acquired module management information To
A module management device.
処理対象データが新規作成でない場合に、
前記適用期間管理部が、前記モジュール管理情報を検索した結果として取得したモジュール管理情報に含まれるバージョンを抽出し、抽出したバージョンを第1のバージョンとして取得し、
前記適用期間管理部が、前記処理対象データに対応する格納済みのデータ情報に含まれるバージョンを抽出し、抽出したバージョンを第2のバージョンとして取得し、
前記適用期間管理部が、第2のバージョンと第1のバージョンを比較し、第2のバージョンが第1のバージョンより古いと判断した場合に、前記モジュール管理情報と前記データ情報を出力し、
さらに、
前記出力されたモジュール管理情報と前記データ情報に基づいて前記処理対象データを前記第1のバージョンへコンバートするか否かの判断を行い、その判断結果を前記適用期間管理部に通知し、コンバートを行うと判断した場合に、前記処理対象データを前記第1のバージョンへコンバートするコンバート管理部、
を備え、
前記判断の結果、コンバートを行わないと判断された場合に、前記出力されたモジュール管理情報と前記データ情報に基づいて、前記適用期間管理部が、前記データ情報に含まれるデータの種類およびバージョンに対応するモジュール管理情報を検索し、該モジュール管理情報からモジュール識別子を抽出し、
前記比較の結果、第1のバージョンと第2のバージョンが等しい場合には、前記適用期間管理部が、前記モジュール管理情報を検索した結果として取得したモジュール管理情報からモジュール識別子を抽出すること、
を特徴とする請求項16に記載のモジュール管理装置。
If the data to be processed is not newly created,
The application period management unit extracts the version included in the module management information acquired as a result of searching the module management information, acquires the extracted version as a first version,
The application period management unit extracts a version included in stored data information corresponding to the processing target data, acquires the extracted version as a second version,
When the application period management unit compares the second version with the first version and determines that the second version is older than the first version, the module management information and the data information are output.
further,
Based on the output module management information and the data information, it is determined whether or not to convert the processing target data into the first version, the determination result is notified to the application period management unit, and the conversion is performed. A conversion management unit for converting the data to be processed into the first version when it is determined to be performed ;
Bei to give a,
As a result of the determination, when it is determined that conversion is not performed, the application period management unit sets the data type and version included in the data information based on the output module management information and the data information. Search for the corresponding module management information, extract the module identifier from the module management information,
If the first version and the second version are equal as a result of the comparison, the application period management unit extracts a module identifier from module management information acquired as a result of searching for the module management information;
The module management apparatus according to claim 16.
前記コンバート管理部が、
変換元バージョンと変換先バージョンの組み合わせに対応するコンバートを自動で行うか否かの指示を示すコンバート識別子が処理対象データの種類ごとに記録されたコンバート情報、が格納されている記憶部を参照し、
コンバートする場合に、変換元バージョンと変換先バージョンの組み合わせに対応するコンバート識別子が自動で行う指示を示す値の場合には自動でコンバートを行い、
一方、前記コンバートする変換元バージョンと変換先バージョンの組み合わせに対応するコンバート識別子が自動で行う指示を示す値でない場合には、表示部にコンバートを行うか否かの選択を促す画面を表示し、コンバートを行う指示を入力部経由で受け付けた場合に、コンバートを行うことを特徴とする請求項17に記載のモジュール管理装置。
The conversion management unit
Refer to the storage unit that stores conversion information in which conversion identifiers indicating whether to perform conversion corresponding to the combination of the conversion source version and the conversion destination version automatically are recorded for each type of data to be processed . ,
When converting, if the conversion identifier corresponding to the combination of the conversion source version and the conversion destination version is a value indicating an instruction to be automatically performed, the conversion is automatically performed.
On the other hand, if the conversion identifier corresponding to the combination of the conversion source version to be converted and the conversion destination version is not a value indicating an instruction to be automatically performed, a screen prompting selection of whether or not to perform conversion is displayed on the display unit, 18. The module management apparatus according to claim 17, wherein conversion is performed when an instruction to perform conversion is received via the input unit.
前記起動されたモジュールが処理対象データを生成または更新した場合、更新波及処理部が、処理対象データの種類およびバージョンと、そのバージョンの処理対象データの更新を波及させる対象のデータの種類およびバージョンと、その波及処理を行う波及モジュールの識別子と、が対応付けられて格納されている更新波及情報を記憶部から読み出し、前記更新した処理対象データの種類およびバージョンに対応する、更新を波及させる対象のデータの種類およびバージョンと波及モジュールの識別子とを抽出し、前記抽出した波及モジュールを起動して前記抽出したデータの種類およびバージョンのデータを更新することを特徴とする請求項15〜18のいずれか1つに記載のモジュール管理装置。 If the activation modules has generated or updated subject data, update-extension processing unit, the type and version of the processing target data, the type of data of interest to spread the updates for that version of the processing target data and Update update information stored in association with the version and the identifier of the propagation module that performs the propagation process is read from the storage unit, and the update corresponding to the type and version of the updated processing target data is propagated. and characterized in that extracts the identifier of the target data of the type and version of spillover module updates the type and version of data for data that has been extracted on the start spreading module the extracted The module management device according to any one of claims 15 to 18. 前記適用期間を、処理対象期間の終了時に対する適用期間として定義することを特徴とする請求項15〜19のいずれか1つに記載のモジュール管理装置。   The module management apparatus according to claim 15, wherein the application period is defined as an application period with respect to the end of the processing target period. 前記適用期間を、処理対象期間の開始時に対する期間と終了時に対する期間の両方で定義することを特徴とする請求項15〜19のいずれか1つに記載のモジュール管理装置。   The module management apparatus according to any one of claims 15 to 19, wherein the application period is defined as both a period with respect to a start time of a process target period and a period with respect to an end time. 前記適用期間を正規適用期間と経過措置適用期間とすることを特徴とする請求項15〜21のいずれか1つに記載のモジュール管理装置。   The module management apparatus according to any one of claims 15 to 21, wherein the application period is a regular application period and a transitional measure application period. 前記経過措置適用期間を早期適用期間と延長適用期間とすることを特徴とする請求項22に記載のモジュール管理装置。   The module management apparatus according to claim 22, wherein the transitional measure application period is an early application period and an extended application period. 前記処理対象期間に対応する適用期間に対応付けられているモジュールのバージョンが複数存在する場合には、参照するデータのバージョンに制約を設けることを特徴する請求項22または23に記載のモジュール管理装置。 Version of the module associated with the application period corresponding to the processing target period when there are a plurality of claim 22 or 23 characterized by providing a restriction to the version of Lud over data to reference Module management device. 前記業務処理アプリケーションを財務会計アプリケーションとすることを特徴とする請求項15〜24のいずれか1つに記載のモジュール管理装置。   25. The module management apparatus according to claim 15, wherein the business processing application is a financial accounting application. 前記業務処理アプリケーションを税務アプリケーションとすることを特徴とする請求項15〜25のいずれか1つに記載のモジュール管理装置。   The module management apparatus according to any one of claims 15 to 25, wherein the business processing application is a tax application. 前記業務処理アプリケーションを販売仕入管理アプリケーションとすることを特徴とする請求項15〜26のいずれか1つに記載のモジュール管理装置。   27. The module management apparatus according to claim 15, wherein the business processing application is a sales purchase management application. 前記業務処理アプリケーションを給与管理アプリケーションとすることを特徴とする請求項15〜27のいずれか1つに記載のモジュール管理装置。   The module management apparatus according to any one of claims 15 to 27, wherein the business processing application is a salary management application. 請求項1〜14のいずれか1つに記載のモジュール管理方法をコンピュータに実行させることを特徴とするモジュール管理プログラム。   A module management program causing a computer to execute the module management method according to claim 1.
JP2007165335A 2007-06-22 2007-06-22 Module management method, module management apparatus, and module management program Active JP5144974B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007165335A JP5144974B2 (en) 2007-06-22 2007-06-22 Module management method, module management apparatus, and module management program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007165335A JP5144974B2 (en) 2007-06-22 2007-06-22 Module management method, module management apparatus, and module management program

Publications (2)

Publication Number Publication Date
JP2009003780A JP2009003780A (en) 2009-01-08
JP5144974B2 true JP5144974B2 (en) 2013-02-13

Family

ID=40320086

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007165335A Active JP5144974B2 (en) 2007-06-22 2007-06-22 Module management method, module management apparatus, and module management program

Country Status (1)

Country Link
JP (1) JP5144974B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5322706B2 (en) * 2009-03-10 2013-10-23 キヤノン株式会社 Information processing system, information processing method, and program
JP5581729B2 (en) * 2010-02-24 2014-09-03 セイコーエプソン株式会社 Data processing system and program

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3490912B2 (en) * 1998-10-27 2004-01-26 三洋電機株式会社 Backup data management device and backup data management method
JP2000181695A (en) * 1998-12-18 2000-06-30 Canon Inc Device and method for managing software part updating and recording medium
JP4601937B2 (en) * 2003-10-23 2010-12-22 株式会社日本デジタル研究所 Electronic reporting data creation confirmation method, electronic reporting business processing device, and program
JP4634243B2 (en) * 2005-07-12 2011-02-16 株式会社日立製作所 Tax payment system
JP2008090665A (en) * 2006-10-03 2008-04-17 Chugoku Electric Power Co Inc:The Corporate inhabitant tax application form creation support system

Also Published As

Publication number Publication date
JP2009003780A (en) 2009-01-08

Similar Documents

Publication Publication Date Title
US7783637B2 (en) Label system-translation of text and multi-language support at runtime and design
US20120246115A1 (en) Folder structure and authorization mirroring from enterprise resource planning systems to document management systems
US8527867B2 (en) Enabling users to edit very large XML data
US20170228356A1 (en) System Generator Module for Electronic Document and Electronic File
US6915313B2 (en) Deploying predefined data warehouse process models
KR101975272B1 (en) System and method for recommending component reuse based on collaboration dependency
US7505993B2 (en) Database schema for content managed data
JP2015184723A (en) document creation support system
JP5352225B2 (en) Data reuse method, data reuse system, data reuse device, and data reuse program
US8392892B2 (en) Method and apparatus for analyzing application
JP5144974B2 (en) Module management method, module management apparatus, and module management program
US7039648B2 (en) Method and software system for creating customized computerized libraries
JP5086674B2 (en) Report creation method, report creation device, and report creation program
US20060136438A1 (en) Process server array for processing documents and document components and a method related thereto
JP4906424B2 (en) Web service design method and apparatus
JP6123519B2 (en) Information processing apparatus and information processing program
US7730105B2 (en) Time sharing managing apparatus, document creating apparatus, document reading apparatus, time sharing managing method, document creating method, and document reading method
WO2017072872A1 (en) Business program generation assistance system and business program generation assistance method
JP6677809B2 (en) Adapter generation apparatus and method
US7689464B2 (en) Electronic accounting-document system, electronic accounting-document processing method, accounting-document creation unit, and accounting-document processing unit
JP2019101829A (en) Software component management system, computor, and method
CN117272953B (en) Automatic document information filling method, system and storage medium
JP2011070369A (en) Device and method for integrating database
JP2007034806A (en) Information processor and program
JP4397359B2 (en) Organizational organization support program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100520

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120807

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120808

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20121009

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

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

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

Free format text: PAYMENT UNTIL: 20151130

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5144974

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250