JP2023169803A - Computing system, method for executing program, and program - Google Patents

Computing system, method for executing program, and program Download PDF

Info

Publication number
JP2023169803A
JP2023169803A JP2022081135A JP2022081135A JP2023169803A JP 2023169803 A JP2023169803 A JP 2023169803A JP 2022081135 A JP2022081135 A JP 2022081135A JP 2022081135 A JP2022081135 A JP 2022081135A JP 2023169803 A JP2023169803 A JP 2023169803A
Authority
JP
Japan
Prior art keywords
program
add
computer system
executing
additional information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2022081135A
Other languages
Japanese (ja)
Inventor
隆之 小野
Takayuki Ono
隆憲 関澤
Takanori Sekizawa
康治 西原
Yasuharu Nishihara
和明 井堀
Kazuaki Ihori
和男 柳田
Kazuo Yanagida
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Solutions Ltd
Original Assignee
Hitachi Solutions Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Solutions Ltd filed Critical Hitachi Solutions Ltd
Priority to JP2022081135A priority Critical patent/JP2023169803A/en
Publication of JP2023169803A publication Critical patent/JP2023169803A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

To provide a computing system in which package software is operated regardless of the presence of customization.SOLUTION: The computing system includes: an operation device for executing predetermined operation processing; and a storage device storing the program, the storage device being connected to the operation device. The operation device performs the steps of: determining whether there is an add-on program in the program; executing the add-on program in the program when the presence of the add-on program is determined; and executing the program when the absence of the add-on program is determined.SELECTED DRAWING: Figure 1

Description

本発明は、計算機システムに関し、特にアドオンプログラムの実行制御方法に関する。 The present invention relates to a computer system, and particularly to a method for controlling execution of an add-on program.

ERPパッケージには標準的に多種多様な機能が搭載されおり、それらの活用することが最も効率がよい。パッケージソフトウェアをオンプレミスで構築される計算機システムがある。パッケージソフトウェアの標準機能やマスタパラメータ等で対応が困難な顧客要件には、パッケージソフトウェアのカスタマイズが必要となる。 ERP packages are standardly equipped with a wide variety of functions, and it is most efficient to utilize them. There are computer systems that are built on-premises using packaged software. Customization of the package software is necessary to meet customer requirements that are difficult to meet with the standard functions and master parameters of the package software.

本技術分野の背景技術として、以下の先行技術がある。特許文献1(特開2014-59666号公報)には、業務基幹パッケージにおける業務入力画面カスタマイズシステムにおいて、業務入力画面で使用するWebソースである業務入力画面の母体となるコンポーネント及びアドイン/アドオンで用いられる業務入力画面Webソースと、データベースの内容及び業務入力画面Webソースを用い、業務入力画面を生成するWebアプリケーションとを備え、前記業務入力画面Webソースは、SEからの指示によりアドオンあるいはアドインの業務入力画面を顧客に提供し、前記データベースの内容、SEによる入力内容に基づいて、業務入力画面Webソースを用いて、業務入力画面のカスタマイズを行い、カスタマイズした業務入力画面を前記データベースに格納することを特徴とする業務入力画面カスタマイズシステムが記載されている。 As background technology in this technical field, there is the following prior art. Patent Document 1 (Japanese Unexamined Patent Application Publication No. 2014-59666) describes a business input screen customization system in a business core package that includes a component that is the base of the business input screen, which is a web source used in the business input screen, and an add-in/add-on used in the business input screen customization system. and a web application that generates a business input screen using the database contents and the business input screen web source. Providing an input screen to the customer, customizing the business input screen using a business input screen web source based on the content of the database and the input content by the SE, and storing the customized business input screen in the database. A business input screen customization system featuring the following is described.

特開2014-59666号公報JP2014-59666A

カスタマイズによると、画一的なパッケージ機能では実現できない顧客独自の要求に柔軟に対応できるが、パッケージソフトウェアのバージョンアップの際に、カスタマイズ部分の再実装が必要という問題が生じる。また、クラウドサービスで構築される計算機システム(例えばSaaS)では、顧客ごとのカスタマイズが困難である。 Customization makes it possible to flexibly respond to customer-specific requirements that cannot be achieved with uniform package functions, but it poses the problem of having to reimplement customized parts when updating the package software. Further, in a computer system constructed using a cloud service (for example, SaaS), it is difficult to customize it for each customer.

このため、カスタマイズによる弊害を最小化して、カスタマイズの有無によらず、パッケージソフトウェアが動作する仕組みが望まれている。 Therefore, there is a need for a system that minimizes the negative effects of customization and allows packaged software to operate regardless of the presence or absence of customization.

そこで、本発明は、カスタマイズの有無によらず、パッケージソフトウェアが動作する計算機システムの提供を目的とする。 Therefore, an object of the present invention is to provide a computer system in which package software operates regardless of whether or not it is customized.

本願において開示される発明の代表的な一例を示せば以下の通りである。すなわち、計算機システムであって、所定の演算処理を実行する演算装置と、前記プログラムが格納され、前記演算装置に接続される記憶デバイスとを備え、前記演算装置が、当該プログラム中にアドオンプログラムの有無を判定する判定手順と、前記アドオンプログラムがあると判定された場合、当該プログラム中で当該アドオンプログラムを実行する手順と、前記アドオンプログラムがないと判定された場合、当該プログラムを実行する手順とを実行することを特徴とする。 A typical example of the invention disclosed in this application is as follows. That is, the computer system includes an arithmetic device that executes predetermined arithmetic processing, and a storage device that stores the program and is connected to the arithmetic device, and the arithmetic device stores an add-on program in the program. a determination procedure for determining the presence or absence of the add-on program; a procedure for executing the add-on program in the program when it is determined that the add-on program exists; and a procedure for executing the program when it is determined that the add-on program does not exist. It is characterized by carrying out.

本発明の一態様によれば、アドオンプログラムの有無にかかわらず、コンパイルエラーを生じないプログラムを提供できる。前述した以外の課題、構成及び効果は、以下の実施例の説明によって明らかにされる。 According to one aspect of the present invention, it is possible to provide a program that does not cause compilation errors regardless of the presence or absence of an add-on program. Problems, configurations, and effects other than those described above will be made clear by the description of the following examples.

本発明の実施例の勤務管理システムの論理的な構成を示す図である。1 is a diagram showing a logical configuration of a work management system according to an embodiment of the present invention. 本実施例の勤務管理システムの物理的な構成を示す図である。FIG. 1 is a diagram showing the physical configuration of the work management system of this embodiment. 本実施例の勤務管理業務アプリの詳細な構成を示す図である。FIG. 2 is a diagram showing a detailed configuration of a work management business application according to the present embodiment. 本実施例の勤務日次テーブルの例を示す図である。It is a figure which shows the example of the work daily table of a present Example. 本実施例の勤務日次時間項目テーブルの例を示す図である。FIG. 7 is a diagram showing an example of a working daily time item table according to the present embodiment. 本実施例の自動計算処理部が実行する処理のフローチャートである。It is a flowchart of the process performed by the automatic calculation processing part of a present Example. 本実施例の残業時間計算処理のフローチャートである。It is a flow chart of overtime time calculation processing of a present example. 本実施例のチェック処理部が実行するエラーチェック処理のフローチャートである。It is a flowchart of the error check process which the check processing part of a present Example performs. 本実施例のチェック処理部が実行するエラーチェック処理のフローチャートである。It is a flowchart of the error check process which the check processing part of a present Example performs.

図1は、本発明の実施例の勤務管理システムの論理的な構成を示す図である。 FIG. 1 is a diagram showing the logical configuration of a work management system according to an embodiment of the present invention.

本実施例の勤務管理システムは、勤務管理サーバ101と、勤務管理データベースサーバ106を有する。勤務管理サーバ101と勤務管理データベースサーバ106は、通信回線105で接続されている。勤務管理サーバ101は、通信回線110、ネットワーク113及び通信回線111を介して利用者端末120と接続されている。 The work management system of this embodiment includes a work management server 101 and a work management database server 106. The work management server 101 and the work management database server 106 are connected through a communication line 105. The work management server 101 is connected to a user terminal 120 via a communication line 110, a network 113, and a communication line 111.

勤務管理サーバ101は、勤務管理業務アプリケーション300を実行している。勤務管理業務アプリケーション300は、画面表示処理部301、業務詳細処理部302及びデータベースアクセス処理部303を有する。勤務管理業務アプリケーション300の詳細な構成は、図3を参照して説明する。 The work management server 101 executes the work management business application 300. The work management work application 300 includes a screen display processing section 301, a work details processing section 302, and a database access processing section 303. The detailed configuration of the work management business application 300 will be explained with reference to FIG. 3.

勤務管理データベースサーバ106は、勤務管理データベース207を有する。勤務管理データベース207は、従業員の勤務管理データを格納するデータベースであり、格納するデータの詳細は図4、図5を参照して説明する。勤務管理データベース207は、後述するマスタ管理処理部306によって管理される従業員マスタを含む。 The work management database server 106 has a work management database 207. The work management database 207 is a database that stores work management data of employees, and the details of the stored data will be explained with reference to FIGS. 4 and 5. The work management database 207 includes an employee master managed by a master management processing unit 306, which will be described later.

図2は、本実施例の勤務管理システムの物理的な構成を示す図である。 FIG. 2 is a diagram showing the physical configuration of the work management system of this embodiment.

勤務管理サーバ101は、中央処理装置202、プログラムメモリ203、データメモリ201、ネットワークインタフェイス204及び補助記憶装置(図示省略)を有する。プログラムメモリ203、データメモリ201及びネットワークインタフェイス204はバスを介して接続されている。 The work management server 101 includes a central processing unit 202, a program memory 203, a data memory 201, a network interface 204, and an auxiliary storage device (not shown). Program memory 203, data memory 201, and network interface 204 are connected via a bus.

中央処理装置202は、プログラムメモリ203に格納されたプログラムを実行する演算装置である。中央処理装置202が各種プログラムを実行することによって、勤務管理サーバ101の各機能部(例えば、画面表示処理部301、業務詳細処理部302、データベースアクセス処理部303など)による機能が実現される。なお、中央処理装置202がプログラムを実行して行う処理の一部を、他の演算装置(例えば、ASIC、FPGA等のハードウェア)で実行してもよい。 Central processing unit 202 is an arithmetic unit that executes programs stored in program memory 203. As the central processing unit 202 executes various programs, the functions of each functional unit of the work management server 101 (for example, the screen display processing unit 301, the work details processing unit 302, the database access processing unit 303, etc.) are realized. Note that a part of the processing performed by the central processing unit 202 by executing the program may be performed by another arithmetic device (for example, hardware such as ASIC or FPGA).

プログラムメモリ203及びデータメモリ201は、不揮発性の記憶素子であるROM及び揮発性の記憶素子であるRAMを含む。ROMは、不変のプログラム(例えば、BIOS)などを格納する。RAMは、DRAM(Dynamic Random Access Memory)のような高速かつ揮発性の記憶素子であり、プログラムメモリ203は、中央処理装置202が実行するプログラム及びプログラムの実行時に使用されるデータを一時的に格納し、データメモリ201は、プログラムの実行時に使用されるデータを一時的に格納する。 The program memory 203 and the data memory 201 include a ROM which is a nonvolatile storage element and a RAM which is a volatile storage element. The ROM stores unchangeable programs (eg, BIOS) and the like. RAM is a high-speed and volatile storage element such as DRAM (Dynamic Random Access Memory), and program memory 203 temporarily stores programs executed by the central processing unit 202 and data used when executing the programs. However, the data memory 201 temporarily stores data used when executing a program.

補助記憶装置(図示省略)は、例えば、磁気記憶装置(HDD)、フラッシュメモリ(SSD)等の大容量かつ不揮発性の記憶装置である。また、補助記憶装置は、中央処理装置202が実行するプログラムを格納する。すなわち、プログラムは、補助記憶装置から読み出されて、プログラムメモリ203にロードされて、中央処理装置202によって実行されることによって、勤務管理サーバ101の各機能を実現する。 The auxiliary storage device (not shown) is, for example, a large-capacity, nonvolatile storage device such as a magnetic storage device (HDD) or a flash memory (SSD). Further, the auxiliary storage device stores programs executed by the central processing unit 202. That is, the program is read from the auxiliary storage device, loaded into the program memory 203, and executed by the central processing unit 202, thereby realizing each function of the work management server 101.

ネットワークインタフェイス204は、所定のプロトコルに従って、他の装置(例えば、勤務管理データベースサーバ106、利用者端末120)との通信を制御するネットワークインタフェイス装置である。 The network interface 204 is a network interface device that controls communication with other devices (eg, work management database server 106, user terminal 120) according to a predetermined protocol.

中央処理装置202が実行するプログラムは、リムーバブルメディア(CD-ROM、フラッシュメモリなど)又はネットワークを介して勤務管理サーバ101に提供され、非一時的記憶媒体である不揮発性の補助記憶装置に格納される。このため、勤務管理サーバ101は、リムーバブルメディアからデータを読み込むインターフェイスを有するとよい。 The program executed by the central processing unit 202 is provided to the work management server 101 via a removable medium (CD-ROM, flash memory, etc.) or a network, and is stored in a nonvolatile auxiliary storage device that is a non-temporary storage medium. Ru. For this reason, the work management server 101 preferably has an interface for reading data from removable media.

勤務管理サーバ101は、物理的に一つの計算機上で、又は、論理的又は物理的に構成された複数の計算機上で構成される計算機システムであり、複数の物理的計算機資源上に構築された仮想計算機上で動作してもよい。例えば、画面表示処理部301、業務詳細処理部302、データベースアクセス処理部303は、各々別個の物理的又は論理的計算機上で動作するものでも、複数が組み合わされて一つの物理的又は論理的計算機上で動作するものでもよい。 The work management server 101 is a computer system that is physically configured on one computer or on multiple logically or physically configured computers, and is constructed on multiple physical computer resources. It may also run on a virtual machine. For example, the screen display processing unit 301, business details processing unit 302, and database access processing unit 303 may each operate on separate physical or logical computers, or may be combined into one physical or logical computer. It may be something that works on top of that.

勤務管理データベースサーバ106は、ネットワークインタフェイス206及び勤務管理データベース207を有する。ネットワークインタフェイス204は、所定のプロトコルに従って、他の装置(例えば、勤務管理サーバ101)との通信を制御するネットワークインタフェイス装置である。 The work management database server 106 has a network interface 206 and a work management database 207. The network interface 204 is a network interface device that controls communication with other devices (for example, the work management server 101) according to a predetermined protocol.

図3は、本実施例の勤務管理業務アプリケーション300の詳細な構成を示す図である。 FIG. 3 is a diagram showing the detailed configuration of the work management business application 300 of this embodiment.

勤務管理業務アプリケーション300は、画面表示処理部301、業務詳細処理部302及びデータベースアクセス処理部303を有する。 The work management work application 300 includes a screen display processing section 301, a work details processing section 302, and a database access processing section 303.

画面表示処理部301は、利用者端末120に入力画面や出力画面を表示するためのデータ(例えばhtmlファイル)を作成する。 The screen display processing unit 301 creates data (for example, an html file) for displaying an input screen and an output screen on the user terminal 120.

業務詳細処理部302は、利用者端末120から入力されたデータに基づいて従業員の勤務を管理する機能を有し、勤務内容登録処理部304、月次集計処理部305、マスタ管理処理部306、休暇残管理処理部307及びその他処理部308を有する。 The work details processing section 302 has a function of managing employee work based on data input from the user terminal 120, and includes a work details registration processing section 304, a monthly aggregation processing section 305, and a master management processing section 306. , a vacation remaining management processing section 307 and an other processing section 308.

勤務内容登録処理部304は、利用者端末120から入力されたデータを勤務管理データベース207に登録する機能を有し、チェック処理部3041、自動計算処理部3042及びデータ登録処理部3043を有する。チェック処理部3041は、利用者端末120から入力されたデータの妥当性をチェックする。例えば、勤務規則に従って有給休暇取得申請を有給休暇残日数と照合し、有給休暇の付与可否を判定する。自動計算処理部3042は、出勤データ及び退勤データから実働時間、残業時間、深夜残業時間、遅刻時間、早退時間などの各種勤怠データを所定のタイミング(例えば、毎日午前5時に)計算する。データ登録処理部3043は、チェック処理部3041でチェックを完了し、及び/又は自動計算処理部3042で計算された勤怠データを、勤務管理データベース207に登録するために、データ値と登録するフィールドをデータベースアクセス処理部303に送る。 The work content registration processing section 304 has a function of registering data input from the user terminal 120 into the work management database 207, and includes a check processing section 3041, an automatic calculation processing section 3042, and a data registration processing section 3043. The check processing unit 3041 checks the validity of data input from the user terminal 120. For example, a request for paid leave is compared with the number of remaining days of paid leave according to work rules, and it is determined whether paid leave can be granted. The automatic calculation processing unit 3042 calculates various attendance data such as actual working hours, overtime hours, late night overtime hours, late arrival times, and early leaving times at a predetermined timing (for example, at 5 a.m. every day) from attendance data and leaving data. The data registration processing unit 3043 inputs data values and fields to be registered in order to register the attendance data that has been checked by the check processing unit 3041 and/or calculated by the automatic calculation processing unit 3042 in the work management database 207. The data is sent to the database access processing unit 303.

月次集計処理部305は、勤務規則に従って所定の〆日に当該月の勤怠データ(例えば、勤務時間、残業時間、深夜残業時間など)を集計する。マスタ管理処理部306は、従業員マスタに登録された従業員毎の勤務区分や休暇区分を更新するためのインターフェイスを提供する。休暇残管理処理部307は、勤務規則に従って従業員に付与される各種休暇(例えば有給休暇、私傷病休暇など)の付与状況を管理する。その他処理部308を有する。 The monthly aggregation processing unit 305 aggregates the attendance data (for example, working hours, overtime hours, late night overtime hours, etc.) for the month on a predetermined deadline according to work rules. The master management processing unit 306 provides an interface for updating work categories and vacation categories for each employee registered in the employee master. The leave remaining management processing unit 307 manages the granting status of various types of leave (for example, paid leave, personal injury and sick leave, etc.) granted to employees according to work rules. It also includes a processing section 308.

データベースアクセス処理部303は、利用者端末から入力されたデータで勤務管理データベース207を更新するためのデータベース制御コマンド(例えばインサート文)を発行する更新部102と、利用者端末から入力された条件で勤務管理データベース207を検索するためのデータベース制御コマンド(例えばセレクト文)を発行する検索部103を有する。 The database access processing unit 303 includes an updating unit 102 that issues a database control command (for example, an insert statement) to update the work management database 207 with data input from a user terminal, and an update unit 102 that issues a database control command (for example, an insert statement) to update the work management database 207 with data input from a user terminal, and It has a search unit 103 that issues a database control command (for example, a select statement) for searching the work management database 207.

勤務管理業務アプリケーション300には、標準プログラム310で提供される標準機能と、標準機能を代替える又は標準機能に追加するアドオン部品320~322を有する。標準プログラム310とアドオン部品320~322は、別個のファイルで構成されても、一つのファイルで構成されてもよい。例えば、アドオン部品A320は、図6のステップ610でアドオン用時間計算処理を実行する。アドオン部品B321は、図7のステップ703でアドオン用残業時間計算処理を実行する。アドオン部品C322は、図8Aのステップ808でアドオン用エラーチェック処理(データベース更新前)を実行する。アドオン部品は、標準処理に処理を追加するタイプと、標準処理の一部の処理を差し替えるタイプと、所定のタイミングで実行されるタイプとの3種類がある。 The work management business application 300 has standard functions provided by the standard program 310 and add-on components 320 to 322 that replace or add to the standard functions. The standard program 310 and add-on components 320 to 322 may be composed of separate files or a single file. For example, the add-on component A320 executes add-on time calculation processing in step 610 of FIG. The add-on component B321 executes add-on overtime time calculation processing in step 703 of FIG. The add-on component C322 executes add-on error check processing (before database update) in step 808 of FIG. 8A. There are three types of add-on components: a type that adds processing to standard processing, a type that replaces part of the standard processing, and a type that is executed at a predetermined timing.

アドオン部品は勤務管理業務アプリケーション300のプログラム中に埋め込まれており、その先頭には所定の文字列で構成されるアドオン先頭フラグが、末尾には所定の文字列で構成されるアドオン末尾フラグが付加情報として設けられる。アドオン先頭フラグ及びアドオン末尾フラグは、例えばJavaのアノテーションで記述されるとよい(Javaは登録商標)。アドオン先頭フラグとアドオン末尾フラグの間にはアドオンのコードが記述される。アドオン先頭フラグ及びアドオン末尾フラグは、当該アドオンの種類の情報を含む。アドオンの種類の情報は、当該アドオンが、どの時間計算に対応するものか、どのチェックに対応するものか、追加分か差替用かを示す。すなわち、アドオンの種類の情報によって、アドオン部品の実行場所を特定できる。 The add-on component is embedded in the program of the work management business application 300, and an add-on start flag consisting of a predetermined character string is added to the beginning, and an add-on end flag consisting of a predetermined character string is added to the end. Provided as information. The add-on head flag and the add-on end flag may be described, for example, in Java annotations (Java is a registered trademark). The add-on code is written between the add-on start flag and the add-on end flag. The add-on head flag and the add-on end flag include information on the type of the add-on. The add-on type information indicates which time calculation the add-on corresponds to, which check it corresponds to, and whether it is an addition or a replacement. That is, the execution location of the add-on component can be specified based on the information about the type of add-on.

例えば、チェック処理部3041は、アドオン部品(アドオン用エラーチェック)によって、標準のチェック条件でなく別のチェック条件に差し替える、又は新たなチェック条件を追加できる。また、自動計算処理部3042は、アドオン部品(アドオン用計算式)によって、計算される時間項目の計算式を標準の計算式でなく別の計算式に差し替える、又は新たな計算式を追加できる。なお、図6、図7、図8A、図8Bのフローチャートで後述するように、アドオン部品の存在にかかわらず勤務管理業務アプリケーション300は、コンパイルエラーを生じることなく、正常なアプリケーションとして成立している。 For example, the check processing unit 3041 can replace the standard check condition with another check condition or add a new check condition using an add-on component (add-on error check). Further, the automatic calculation processing unit 3042 can use an add-on component (add-on calculation formula) to replace the calculation formula of the time item to be calculated with another calculation formula instead of the standard calculation formula, or to add a new calculation formula. Note that, as will be described later in the flowcharts of FIGS. 6, 7, 8A, and 8B, the work management business application 300 is established as a normal application without any compilation errors, regardless of the presence of add-on components. .

図4は、本実施例の勤務管理データベース207を構成する勤務日次テーブル401の例を示す図であり、図5は、本実施例の勤務管理データベース207を構成する勤務日次時間項目テーブル501の例を示す図である。 FIG. 4 is a diagram showing an example of a working daily table 401 that constitutes the work management database 207 of this embodiment, and FIG. 5 is a diagram showing an example of a working daily time item table 501 that constitutes the work management database 207 of this embodiment. FIG.

図4に示すように、勤務日次テーブル401は、各従業員の1日毎の出勤データ及び退勤データを格納するテーブルであり、従業員識別情報(従業員ID)、年月日、出勤時刻、退勤時刻、休暇区分、勤務形態などのデータを含む。 As shown in FIG. 4, the daily work table 401 is a table that stores the daily attendance and leaving data of each employee, including employee identification information (employee ID), year, month, date, work time, Contains data such as clock-out time, vacation classification, work style, etc.

図5に示すように、勤務日次時間項目テーブル501は、各従業員の1日毎の出勤データ及び退勤データから自動計算処理部3042が計算した勤怠データを格納するテーブルであり、従業員識別情報(従業員ID)、年月日、時間項目名、時間数などのデータを含む。 As shown in FIG. 5, the working daily time item table 501 is a table that stores attendance data calculated by the automatic calculation processing unit 3042 from the daily attendance data and clocking out data of each employee, and includes employee identification information. Contains data such as (employee ID), year, month, date, time item name, and number of hours.

図4、図5では、勤務管理データベース207を構成するテーブルを示したが、他の形式(リスト、キューなど)のデータ形式で構成されてもよい。 Although FIGS. 4 and 5 show tables that constitute the work management database 207, the tables may be configured in other data formats (list, queue, etc.).

図6は、本実施例の自動計算処理部3042が実行する自動計算処理のフローチャートである。図6に示す自動計算処理において、必要に応じてアドオンが追加される(609~611)。 FIG. 6 is a flowchart of automatic calculation processing executed by the automatic calculation processing unit 3042 of this embodiment. In the automatic calculation process shown in FIG. 6, add-ons are added as necessary (609 to 611).

まず、自動計算処理部3042は、チェック処理部3041からのデータ受信を契機にして、自動計算に必要な情報を取得する(601)。例えば、チェック処理部3041から受信したデータに従って、当該従業員の勤務区分や計算パターンを勤務管理データベース207から取得する。 First, the automatic calculation processing unit 3042 receives data from the check processing unit 3041 and acquires information necessary for automatic calculation (601). For example, according to the data received from the check processing unit 3041, the work category and calculation pattern of the employee are acquired from the work management database 207.

そして、自動計算処理部3042は、自動計算用のデータを加工する(602)。例えば、勤務区分を考慮せずに、出勤時刻及び退勤時刻から各種勤怠データ(実働時間、残業時間、深夜時間など)を計算する。 Then, the automatic calculation processing unit 3042 processes the data for automatic calculation (602). For example, various attendance data (actual working hours, overtime hours, late-night hours, etc.) are calculated from work arrival and departure times without considering work categories.

そして、自動計算処理部3042は、出勤データ及び退勤データから残業時間を計算し(603)、フレックス勤務時間を計算し(604)、遅刻時間を計算し(605)、早退時間を計算し(606)、実働時間を計算する(607)。ステップ603~607の各種時間計算処理では、図7に示すように、差替用のアドオンがあるかを判定し、当該計算処理の差替用のアドオンがあれば、差替用のアドオンを実行する。 Then, the automatic calculation processing unit 3042 calculates overtime hours from the attendance data and leaving data (603), calculates flex working hours (604), calculates late arrival time (605), and calculates early leaving time (606). ), the actual working time is calculated (607). In the various time calculation processes in steps 603 to 607, as shown in FIG. 7, it is determined whether there is a replacement add-on, and if there is a replacement add-on for the calculation process, the replacement add-on is executed. do.

図7に示すように、残業時間計算処理(603)において、自動計算処理部3042は、アドオン用計算式(差替用)を収集する(701)。具体的には、自動計算処理部3042は、プログラムメモリ203においてアドオン先頭フラグとアドオン末尾フラグを検索し、アドオン先頭フラグに含まれる種類の情報によって、残業時間計算処理のアドオン用計算式(差替用)を抽出し、アドオン先頭フラグとアドオン末尾フラグの間に記述されたアドオンのコードを読み出す。このように、プログラムメモリ203から所定のデータ(アドオン先頭フラグ)を検索してアドオンを検出するので、アドオンのファイル形式によらず(アドオンが同じファイル中に埋め込まれていても、違うファイルで構成されていても)、確実に検出できる。 As shown in FIG. 7, in the overtime time calculation process (603), the automatic calculation processing unit 3042 collects add-on calculation formulas (for replacement) (701). Specifically, the automatic calculation processing unit 3042 searches the program memory 203 for an add-on start flag and an add-on end flag, and uses the type of information included in the add-on start flag to create an add-on calculation formula (replacement) for overtime calculation processing. ) and read the add-on code written between the add-on start flag and add-on end flag. In this way, since the add-on is detected by searching the program memory 203 for predetermined data (add-on head flag), it does not depend on the file format of the add-on (even if the add-on is embedded in the same file, it is configured in different files). even if the

そして、自動計算処理部3042は、当該計算処理で実行すべきアドオン用計算式(差替用)が存在するかを判定する(702)。そして、当該計算処理で実行すべきアドオン用計算式(差替用)が存在すれば、標準の計算式に置き換えて当該アドオン用計算式(差替用)を実行して残業時間を計算し(703)、当該計算処理で実行すべきアドオン用計算式(差替用)が存在しなければ、標準の計算式によって残業時間を計算する(704)。 Then, the automatic calculation processing unit 3042 determines whether there is an add-on calculation formula (for replacement) to be executed in the calculation process (702). If there is an add-on calculation formula (for replacement) that should be executed in the calculation process, the overtime hours are calculated by replacing the standard calculation formula and executing the add-on calculation formula (for replacement). 703), if there is no add-on calculation formula (replacement) to be executed in the calculation process, overtime hours are calculated using a standard calculation formula (704).

図7では、残業時間計算処理(603)について説明したが、他の時間計算処理(フレックス勤務時間計算、遅刻時間計算、早退時間計算、実働時間計算)も同様に、当該計算処理の差替用のアドオンがあれば、差替用のアドオンを実行する。 Although the overtime time calculation process (603) was explained in FIG. 7, other time calculation processes (flexible working time calculation, late arrival time calculation, early leaving time calculation, actual working time calculation) are also used to replace the calculation process. If there is an add-on, run the replacement add-on.

その後、自動計算処理部3042は、アドオン用計算式(追加分)を収集する(608)。具体的には、自動計算処理部3042は、プログラムメモリ203においてアドオン先頭フラグとアドオン末尾フラグを検索し、アドオン先頭フラグに含まれる種類の情報によって、追加で処理される時間計算のアドオン用計算式(追加用)を抽出し、アドオン先頭フラグとアドオン末尾フラグの間に記述されたアドオンのコードを読み出す。 After that, the automatic calculation processing unit 3042 collects the add-on calculation formula (additional amount) (608). Specifically, the automatic calculation processing unit 3042 searches the program memory 203 for an add-on start flag and an add-on end flag, and creates an add-on calculation formula for time calculation that is additionally processed depending on the type of information included in the add-on start flag. (for addition) and reads the add-on code written between the add-on start flag and add-on end flag.

そして、自動計算処理部3042は、抽出されたアドオンの数だけステップ609~611の処理を繰り返し実行する。まず、自動計算処理部3042は、収集されたアドオン用計算式(追加分)のうち、未処理のアドオン用計算式(追加分)が存在するかを判定する(609)。そして、未処理のアドオン用計算式(追加分)が存在しなければ、繰り返し処理を抜けて、自動計算処理を終了する。一方、未処理のアドオン用計算式(追加分)が存在すれば、当該アドオン用計算式(追加分)を実行して計算する(610)。そして、次のアドオン用計算式(追加分)が存在するかを判定する(611)。次のアドオン用計算式(追加分)が存在しなければ、繰り返し処理を抜けて、自動計算処理を終了する。一方、次のアドオン用計算式(追加分)が存在すれば、ステップ609に戻り、次のアドオン用計算式(追加分)を実行して計算する(610)。 Then, the automatic calculation processing unit 3042 repeatedly executes the processing of steps 609 to 611 for the number of extracted add-ons. First, the automatic calculation processing unit 3042 determines whether there is an unprocessed add-on calculation formula (additional part) among the collected add-on calculation formulas (additional part) (609). Then, if there is no unprocessed add-on calculation formula (additional amount), the process exits from the repeat process and ends the automatic calculation process. On the other hand, if there is an unprocessed add-on calculation formula (additional part), the add-on calculation formula (additional part) is executed and calculated (610). Then, it is determined whether the next add-on calculation formula (additional part) exists (611). If the next add-on calculation formula (additional amount) does not exist, the process exits from the repetition process and ends the automatic calculation process. On the other hand, if the next add-on calculation formula (additional part) exists, the process returns to step 609, and the next add-on calculation formula (additional part) is executed and calculated (610).

なお、アドオン用計算式はプログラム上存在しなくても、例えば、標準の計算式にパラメータを提供するものでも、計算式へのリンクの情報を含むものでもよい。 Note that the add-on calculation formula does not need to exist in the program, but may, for example, provide parameters to the standard calculation formula, or may include information on a link to the calculation formula.

図8A、図8Bは、本実施例のチェック処理部3041が実行するエラーチェック処理のフローチャートである。 FIGS. 8A and 8B are flowcharts of error check processing executed by the check processing unit 3041 of this embodiment.

まず、チェック処理部3041は、エラーチェックに必要な情報を収集する(801)。例えば、入力されたデータに従って、当該従業員の勤務区分や計算パターンを勤務管理データベース207から取得する。 First, the check processing unit 3041 collects information necessary for error checking (801). For example, the work category and calculation pattern of the employee are acquired from the work management database 207 according to the input data.

そして、チェック処理部3041は、エラーチェックに必要な情報を加工する(802)。例えば、勤務区分を考慮せずに、出勤時刻及び退勤時刻から各種勤怠データ(実働時間、残業時間、深夜時間など)を計算する。 Then, the check processing unit 3041 processes information necessary for error checking (802). For example, various attendance data (actual working hours, overtime hours, late-night hours, etc.) are calculated from work arrival and departure times without considering work categories.

そして、チェック処理部3041は、勤務管理業務アプリケーション300の標準機能として提供される必須項目のエラーをチェックし(803)、その他の項目のエラーをチェックする。 Then, the check processing unit 3041 checks for errors in essential items provided as standard functions of the work management business application 300 (803), and checks for errors in other items.

その後、自動計算処理部3042は、自動計算処理(図6)を実行する(804)。 After that, the automatic calculation processing unit 3042 executes automatic calculation processing (FIG. 6) (804).

そして、チェック処理部3041は、アドオン用エラーチェック(データベース更新前)を収集する(805)。具体的には、チェック処理部3041は、プログラムメモリ203においてアドオン先頭フラグとアドオン末尾フラグを検索し、アドオン先頭フラグに含まれる種類の情報によって、データベース更新前のアドオン用エラーチェックを抽出し、アドオン先頭フラグとアドオン末尾フラグの間に記述されたアドオンのコードを読み出す。 Then, the check processing unit 3041 collects the add-on error check (before database update) (805). Specifically, the check processing unit 3041 searches the program memory 203 for an add-on start flag and an add-on end flag, extracts an error check for the add-on before updating the database based on the type of information included in the add-on start flag, and Reads the add-on code written between the start flag and the add-on end flag.

そして、チェック処理部3041は、抽出されたアドオンの数だけステップ806~811の処理を繰り返し実行する。まず、チェック処理部3041は、未処理のアドオン用エラーチェック(データベース更新前)が存在するかを判定する(806)。そして、未処理のアドオン用エラーチェック(データベース更新前)が存在しなければ、繰り返し処理を抜けて、ステップ812に進む。一方、未処理のアドオン用エラーチェック(データベース更新前)が存在すれば、当該アドオン用エラーチェック(データベース更新前)を実行してエラーや警告の有無を判定する(807)。 Then, the check processing unit 3041 repeatedly executes the processes of steps 806 to 811 for the number of extracted add-ons. First, the check processing unit 3041 determines whether there is an unprocessed add-on error check (before database update) (806). If there is no unprocessed add-on error check (before database update), the process exits from the repeat process and proceeds to step 812. On the other hand, if there is an unprocessed add-on error check (before database update), the add-on error check (before database update) is executed to determine whether there is an error or warning (807).

そして、チェック処理部3041は、アドオン用エラーチェック(データベース更新前)のチェック結果がエラーであるか、警告であるかを判定する(808、809)。そして、アドオン用エラーチェック(データベース更新前)のチェック結果がエラーであれば、エラーチェック処理を終了し、アドオン用エラーチェック(データベース更新前)のチェック結果が警告であれば、警告をデータメモリ201に保持する(810)。また、チェック処理部3041は、アドオン用エラーチェック(データベース更新前)のチェック結果がエラーでも警告でもなければ、次のアドオン用エラーチェック(データベース更新前)が存在するかを判定する(811)。次のアドオン用エラーチェック(データベース更新前)が存在しなければ、繰り返し処理を抜けて、チェック済みデータを書き込んで勤務管理データベース207を更新する(812)。一方、次のアドオン用エラーチェック(データベース更新前)が存在すれば、ステップ806に戻り、次のアドオン用エラーチェック(データベース更新前)を実行する(807)。 Then, the check processing unit 3041 determines whether the check result of the add-on error check (before database update) is an error or a warning (808, 809). If the check result of the add-on error check (before database update) is an error, the error check process is terminated, and if the check result of the add-on error check (before database update) is a warning, the warning is sent to the data memory 201. (810). Furthermore, if the check result of the add-on error check (before database update) is neither an error nor a warning, the check processing unit 3041 determines whether the next add-on error check (before database update) exists (811). If the next add-on error check (before database update) does not exist, the process exits from the repeating process, writes the checked data, and updates the work management database 207 (812). On the other hand, if the next add-on error check (before database update) exists, the process returns to step 806 and the next add-on error check (before database update) is executed (807).

そして、チェック処理部3041は、アドオン用エラーチェック(データベース更新後)を収集する(813)。具体的には、チェック処理部3041は、プログラムメモリ203においてアドオン先頭フラグとアドオン末尾フラグを検索し、アドオン先頭フラグに含まれる種類の情報によって、データベース更新後のアドオン用エラーチェックを抽出し、アドオン先頭フラグとアドオン末尾フラグの間に記述されたアドオンのコードを読み出す。 Then, the check processing unit 3041 collects the add-on error check (after database update) (813). Specifically, the check processing unit 3041 searches the program memory 203 for the add-on head flag and the add-on tail flag, extracts the add-on error check after the database update based on the type of information included in the add-on head flag, and Reads the add-on code written between the start flag and the add-on end flag.

そして、チェック処理部3041は、抽出されたアドオンの数だけステップ814~820の処理を繰り返し実行する。まず、チェック処理部3041は、未処理のアドオン用エラーチェック(データベース更新後)が存在するかを判定する(814)。そして、未処理のアドオン用エラーチェック(データベース更新後)が存在しなければ、繰り返し処理を抜けて、ステップ821に進む。一方、未処理のアドオン用エラーチェック(データベース更新後)が存在すれば、当該アドオン用エラーチェック(データベース更新後)を実行してエラーや警告の有無を判定する(815)。 Then, the check processing unit 3041 repeatedly executes the processing of steps 814 to 820 for the number of extracted add-ons. First, the check processing unit 3041 determines whether there is an unprocessed add-on error check (after database update) (814). If there is no unprocessed add-on error check (after database update), the process exits the repeat process and proceeds to step 821. On the other hand, if there is an unprocessed add-on error check (after database update), the add-on error check (after database update) is executed to determine whether there is an error or warning (815).

そして、チェック処理部3041は、アドオン用エラーチェック(データベース更新後)のチェック結果がエラーであるか、警告であるかを判定する(816、817)。そして、アドオン用エラーチェック(データベース更新後)のチェック結果がエラーであれば、ステップ812で更新された勤務管理データベース207をロールバックして更新前のデータに戻して(817)、エラーチェック処理を終了する。アドオン用エラーチェック(データベース更新後)のチェック結果が警告であれば、警告をデータメモリ201に保持する(819)。また、チェック処理部3041は、アドオン用エラーチェック(データベース更新後)のチェック結果がエラーでも警告でもなければ、次のアドオン用エラーチェック(データベース更新後)が存在するかを判定する(820)。次のアドオン用エラーチェック(データベース更新後)が存在しなければ、繰り返し処理を抜けて、ステップ812で更新された勤務管理データベース207をコミットしてデータベースの更新を確定する(821)。一方、次のアドオン用エラーチェック(データベース更新後)が存在すれば、ステップ814に戻り、次のアドオン用エラーチェック(データベース更新後)を実行する(815)。 Then, the check processing unit 3041 determines whether the check result of the add-on error check (after database update) is an error or a warning (816, 817). If the check result of the add-on error check (after database update) is an error, the work management database 207 updated in step 812 is rolled back to the data before the update (817), and the error check process is performed. finish. If the check result of the add-on error check (after database update) is a warning, the warning is retained in the data memory 201 (819). Furthermore, if the check result of the add-on error check (after database update) is neither an error nor a warning, the check processing unit 3041 determines whether the next add-on error check (after database update) exists (820). If the next add-on error check (after database update) does not exist, the process exits the repeating process, commits the work management database 207 updated in step 812, and finalizes the database update (821). On the other hand, if the next add-on error check (after database update) exists, the process returns to step 814 and executes the next add-on error check (after database update) (815).

このように、アドオン用エラーチェックによるチェックによって、勤務管理業務アプリケーション300の標準ではないチェックが可能となる。 In this way, the check using the add-on error check enables non-standard checks of the work management business application 300.

また、アドオン用エラーチェック(データベース更新前)とアドオン用エラーチェック(データベース更新後)との組み合わせによって、入力データの多様なチェックが可能となる。例えば、データベース更新前のチェックではデータが入力された日だけのチェックが可能であり、データベース更新後のチェックでは当該日以外(月全体)のチェックができる。 Furthermore, by combining the add-on error check (before database update) and the add-on error check (after database update), it is possible to perform various checks on input data. For example, when checking before updating the database, it is possible to check only the day on which data was input, and when checking after updating the database, it is possible to check other days (the entire month).

計算機システムであって、所定の演算処理を実行する演算装置(中央処理装置202)と、プログラムが格納され、演算装置に接続される記憶デバイス(プログラムメモリ203)とを備え、演算装置が、当該プログラム中にアドオンプログラムの有無を判定する判定手順と、前記アドオンプログラムがあると判定された場合、当該プログラム中で当該アドオンプログラムを実行する手順と、前記アドオンプログラムがないと判定された場合、当該プログラムを実行する手順とを実行するので、アドオンプログラムの有無にかかわらず、コンパイルエラーを生じないプログラムを提供できる。また、パッケージソフトウェア本体と別に運用できるアドオンによって、バージョンアップやアップデート時も比較的容易に対応できる。 A computer system that includes an arithmetic unit (central processing unit 202) that executes predetermined arithmetic processing, and a storage device (program memory 203) in which a program is stored and connected to the arithmetic unit. a determination procedure for determining the presence or absence of an add-on program in a program; a procedure for executing the add-on program within the program if it is determined that the add-on program exists; Since the procedure for executing the program is executed, a program that does not cause a compile error can be provided regardless of the presence or absence of an add-on program. Additionally, add-ons that can be operated separately from the package software itself make version upgrades and updates relatively easy.

なお、本発明は前述した実施例に限定されるものではなく、添付した特許請求の範囲の趣旨内における様々な変形例及び同等の構成が含まれる。例えば、前述した実施例は本発明を分かりやすく説明するために詳細に説明したものであり、必ずしも説明した全ての構成を備えるものに本発明は限定されない。また、ある実施例の構成の一部を他の実施例の構成に置き換えてもよい。また、ある実施例の構成に他の実施例の構成を加えてもよい。また、各実施例の構成の一部について、他の構成の追加・削除・置換をしてもよい。 Note that the present invention is not limited to the embodiments described above, and includes various modifications and equivalent configurations within the scope of the appended claims. For example, the embodiments described above have been described in detail to explain the present invention in an easy-to-understand manner, and the present invention is not necessarily limited to having all the configurations described. Further, a part of the configuration of one embodiment may be replaced with the configuration of another embodiment. Further, the configuration of one embodiment may be added to the configuration of another embodiment. Further, other configurations may be added, deleted, or replaced with a part of the configuration of each embodiment.

また、前述した各構成、機能、処理部、処理手段等は、それらの一部又は全部を、例えば集積回路で設計する等により、ハードウェアで実現してもよく、プロセッサがそれぞれの機能を実現するプログラムを解釈し実行することにより、ソフトウエアで実現してもよい。 Further, each of the above-mentioned configurations, functions, processing units, processing means, etc. may be realized in part or in whole by hardware, for example by designing an integrated circuit, and a processor realizes each function. It may also be realized by software by interpreting and executing a program.

各機能を実現するプログラム、テーブル、ファイル等の情報は、メモリ、ハードディスク、SSD(Solid State Drive)等の記憶装置、又は、ICカード、SDカード、DVD等の記録媒体に格納することができる。 Information such as programs, tables, files, etc. that realize each function can be stored in a storage device such as a memory, a hard disk, or an SSD (Solid State Drive), or a recording medium such as an IC card, an SD card, or a DVD.

また、制御線や情報線は説明上必要と考えられるものを示しており、実装上必要な全ての制御線や情報線を示しているとは限らない。実際には、ほとんど全ての構成が相互に接続されていると考えてよい。 Furthermore, the control lines and information lines shown are those considered necessary for explanation, and do not necessarily show all the control lines and information lines necessary for implementation. In reality, almost all configurations can be considered interconnected.

101 勤務管理サーバ
102 更新部
103 検索部
105、110、111 通信回線
106 勤務管理データベースサーバ
113 ネットワーク
120 利用者端末
201 データメモリ
202 中央処理装置
203 プログラムメモリ
204 ネットワークインタフェイス
206 ネットワークインタフェイス
207 勤務管理データベース
300 勤務管理業務アプリケーション
301 画面表示処理部
302 業務詳細処理部
303 データベースアクセス処理部
304 勤務内容登録処理部
305 月次集計処理部
306 マスタ管理処理部
307 休暇残管理処理部
308 他処理部
310 標準プログラム
320、321、322 アドオン部品
401 勤務日次テーブル
501 勤務日次時間項目テーブル
3041 チェック処理部
3042 自動計算処理部
3043 データ登録処理部
101 Work management server 102 Update unit 103 Search unit 105, 110, 111 Communication line 106 Work management database server 113 Network 120 User terminal 201 Data memory 202 Central processing unit 203 Program memory 204 Network interface 206 Network interface 207 Work management database 300 Work management business application 301 Screen display processing section 302 Work details processing section 303 Database access processing section 304 Work content registration processing section 305 Monthly total processing section 306 Master management processing section 307 Leave remaining management processing section 308 Other processing section 310 Standard program 320, 321, 322 Add-on parts 401 Working daily table 501 Working daily time item table 3041 Check processing section 3042 Automatic calculation processing section 3043 Data registration processing section

Claims (9)

計算機システムであって、
所定の演算処理を実行する演算装置と、前記演算装置に接続される記憶デバイスとを備え、
前記演算装置が、
当該プログラム中にアドオンプログラムの有無を判定する判定手順と、
前記アドオンプログラムがあると判定された場合、当該プログラム中で当該アドオンプログラムを実行する手順と、
前記アドオンプログラムがないと判定された場合、当該プログラムを実行する手順とを実行することを特徴とする計算機システム。
A computer system,
comprising an arithmetic device that executes predetermined arithmetic processing and a storage device connected to the arithmetic device,
The arithmetic device is
a determination procedure for determining the presence or absence of an add-on program in the program;
If it is determined that the add-on program exists, a step of executing the add-on program within the program;
If it is determined that the add-on program does not exist, the computer system executes a procedure for executing the program.
請求項1に記載の計算機システムであって、
前記判定手順では、前記演算装置が、前記記憶デバイスから所定の付加情報を検索し、前記付加情報が検索された場合に前記アドオンプログラムがあると判定することを特徴とする計算機システム。
The computer system according to claim 1,
In the computer system, in the determination step, the arithmetic unit searches the storage device for predetermined additional information, and if the additional information is retrieved, determines that the add-on program is present.
請求項2に記載の計算機システムであって、
前記付加情報は、前記アドオンプログラムの種別を示すデータを含み、
前記判定手順では、前記演算装置が、前記付加情報から前記アドオンプログラムの種別を特定し、前記アドオンプログラムの実行箇所において前記アドオンプログラムを取得することを特徴とする計算機システム。
The computer system according to claim 2,
The additional information includes data indicating the type of the add-on program,
In the computer system, in the determination step, the arithmetic unit identifies the type of the add-on program from the additional information, and acquires the add-on program at an execution location of the add-on program.
請求項2に記載の計算機システムであって、
前記付加情報は、前記アドオンプログラムの先頭を示す先頭付加情報と、前記アドオンプログラムの末尾を示す末尾付加情報とを含み、
前記演算装置が、前記先頭付加情報と前記末尾付加情報との間のコードを前記アドオンプログラムとして取得することを特徴とする計算機システム。
The computer system according to claim 2,
The additional information includes head additional information indicating the beginning of the add-on program, and tail additional information indicating the end of the add-on program,
A computer system characterized in that the arithmetic unit acquires a code between the head additional information and the tail additional information as the add-on program.
請求項3に記載の計算機システムであって、
前記演算装置が、前記付加情報から前記アドオンプログラムが置き換える機能を特定し、前記特定された機能に代えて前記アドオンプログラムを実行することを特徴とする計算機システム。
The computer system according to claim 3,
A computer system characterized in that the arithmetic unit specifies a function to be replaced by the add-on program from the additional information, and executes the add-on program in place of the specified function.
請求項3に記載の計算機システムであって、
前記演算装置が、前記付加情報から前記アドオンプログラムの実行場所を特定し、前記特定された実行場所において前記アドオンプログラムを実行することを特徴とする計算機システム。
The computer system according to claim 3,
A computer system characterized in that the arithmetic unit identifies an execution location of the add-on program from the additional information and executes the add-on program at the identified execution location.
請求項1に記載の計算機システムであって、
前記アドオンプログラムは、データベースに登録すべきデータの妥当性を判定するものであって、
前記演算装置は、前記プログラム中で当該アドオンプログラムを実行して、標準的に提供されない妥当性判定を実行することを特徴とする計算機システム。
The computer system according to claim 1,
The add-on program determines the validity of data to be registered in the database,
A computer system characterized in that the arithmetic unit executes the add-on program in the program to perform validity determination that is not provided as a standard.
計算機で実行されるプログラムの実行方法であって、
前記計算機は、所定の演算処理を実行する演算装置と、前記プログラムが格納され、前記演算装置に接続される記憶デバイスとを有し、
前記プログラムの実行方法は、
前記演算装置が、当該プログラム中にアドオンプログラムの有無を判定する判定手順と、
前記演算装置が、前記アドオンプログラムがあると判定された場合、当該プログラム中で当該アドオンプログラムを実行する手順と、
前記演算装置が、前記アドオンプログラムがないと判定された場合、当該プログラムを実行する手順とを含むプログラム実行方法。
A method of executing a program executed on a computer,
The computer includes an arithmetic device that executes predetermined arithmetic processing, and a storage device that stores the program and is connected to the arithmetic device,
The method of executing the program is as follows:
a determination procedure in which the arithmetic device determines the presence or absence of an add-on program in the program;
a step of executing the add-on program in the program when the computing device determines that the add-on program exists;
A method for executing a program, including a step of executing the add-on program when the arithmetic device determines that the add-on program does not exist.
計算機で実行されるプログラムであって、
前記計算機は、所定の演算処理を実行する演算装置と、前記演算装置に接続される記憶デバイスとを有し、
前記プログラムは、
当該プログラム中にアドオンプログラムの有無を判定する判定手順と、
前記アドオンプログラムがあると判定された場合、当該プログラム中で当該アドオンプログラムを実行する手順と、
前記アドオンプログラムがないと判定された場合、当該プログラムを実行する手順とを、前記演算装置に実行させるためのプログラム。
A program that is executed on a computer,
The computer includes an arithmetic device that executes predetermined arithmetic processing, and a storage device connected to the arithmetic device,
The program is
a determination procedure for determining the presence or absence of an add-on program in the program;
If it is determined that the add-on program exists, a step of executing the add-on program within the program;
and a program for causing the arithmetic device to execute a procedure for executing the program when it is determined that the add-on program does not exist.
JP2022081135A 2022-05-17 2022-05-17 Computing system, method for executing program, and program Pending JP2023169803A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2022081135A JP2023169803A (en) 2022-05-17 2022-05-17 Computing system, method for executing program, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2022081135A JP2023169803A (en) 2022-05-17 2022-05-17 Computing system, method for executing program, and program

Publications (1)

Publication Number Publication Date
JP2023169803A true JP2023169803A (en) 2023-11-30

Family

ID=88923991

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2022081135A Pending JP2023169803A (en) 2022-05-17 2022-05-17 Computing system, method for executing program, and program

Country Status (1)

Country Link
JP (1) JP2023169803A (en)

Similar Documents

Publication Publication Date Title
US11080038B2 (en) Methods and systems for packaging and deployment of applications in a multitenant platform
US7752597B2 (en) Layered software development and implementation using files
CN110275722A (en) Method, apparatus, equipment and storage medium for upgrade application
US7469408B2 (en) Document customization for transparent execution on a client and a server
US20060229888A1 (en) Defining transaction processing for a computer application
US20230360145A1 (en) Method and system for processing transactions based on transaction archetypes
EP2388697B1 (en) System and method for managing conflicts between business functions configurations
US8001098B2 (en) Database update management
JP6048957B2 (en) Information processing apparatus, program, and information processing method
US11468021B2 (en) Method for the deployment of schema changes in systems involving a database and computer system
US7283994B2 (en) Merging of products into a database
JP2023169803A (en) Computing system, method for executing program, and program
JPH0756794A (en) Document managing device
Sung et al. A component-based product data management system
JP2004310279A (en) Business processing system, its construction support device, program for business processing system, and program for supporting construction of business processing system
US8150821B2 (en) System and method for using generic utilities to perform database utilities on mainframe operated DB2 databases
JP2016126721A (en) Program generation device, and program generation method
JP2020024507A (en) Document file transfer device
CN117234466B (en) Enterprise management software development method, system, equipment and storage medium
JP6959085B2 (en) Deduction report data display device, deduction report data display method and deduction report data display program
JP6850162B2 (en) Business data change check device, business data change check method, and business data change check program
JP2024004189A (en) Depreciation simulation device, depreciation simulation method, and depreciation simulation program
JP2022106077A (en) Development support program, development support device, and development support method
JP2024069492A (en) Inventory management device, inventory management method, and inventory management program
CN116821253A (en) Label configuration method and system based on dimension modeling