JP7260813B2 - Program, control method and information processing device - Google Patents

Program, control method and information processing device Download PDF

Info

Publication number
JP7260813B2
JP7260813B2 JP2021201591A JP2021201591A JP7260813B2 JP 7260813 B2 JP7260813 B2 JP 7260813B2 JP 2021201591 A JP2021201591 A JP 2021201591A JP 2021201591 A JP2021201591 A JP 2021201591A JP 7260813 B2 JP7260813 B2 JP 7260813B2
Authority
JP
Japan
Prior art keywords
data
registered
screen
setting
updated
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
JP2021201591A
Other languages
Japanese (ja)
Other versions
JP2022022451A5 (en
JP2022022451A (en
Inventor
圭 中山
文洋 柴本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Marketing Japan Inc
Canon IT Solutions Inc
Original Assignee
Canon Marketing Japan Inc
Canon IT Solutions Inc
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 Canon Marketing Japan Inc, Canon IT Solutions Inc filed Critical Canon Marketing Japan Inc
Publication of JP2022022451A publication Critical patent/JP2022022451A/en
Publication of JP2022022451A5 publication Critical patent/JP2022022451A5/en
Application granted granted Critical
Publication of JP7260813B2 publication Critical patent/JP7260813B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Description

本発明は、アプリケーションを構築するためのプログラム、制御方法および情報処理装置に関する。 The present invention relates to a program , control method, and information processing apparatus for building an application.

近年、情報処理装置において、画面に部品を配置し、アプリケーションを構築する仕組みがある。また、この仕組みを用いて、インターネット等のネットワーク上で、開発ユーザがアプリケーションを構築し、その構築したアプリケーションをエンドユーザに利用させるサービスの仕組みもある。 2. Description of the Related Art In recent years, in information processing apparatuses, there is a mechanism for arranging components on a screen and constructing an application. In addition, there is also a mechanism of a service in which a development user constructs an application on a network such as the Internet using this mechanism, and an end user uses the constructed application.

特許文献1には、簡易な操作でGUIを含めたアプリケーションを構築するアプリケーション開発支援する装置が記載されている。また、特許文献1では、アプリケーション画面にコピーボタンを配置し、当該コピーボタンにより、ユーザが所望するデータをコピーすることで新たなデータを作成することができる。 Patent Literature 1 describes an application development support device for constructing an application including a GUI with a simple operation. Further, in Patent Document 1, a copy button is arranged on an application screen, and the user can create new data by copying desired data using the copy button.

特開2004-102886号公報JP 2004-102886 A

しかしながら、特許文献1のシステムでは、コピー元のデータが更新されたとしても、コピーして作成したコピー先データは更新されないという問題がある。例えば、コピー元がマスタデータ、コピー先がトランザクションデータである場合、マスタデータが更新されたとしても、トランザクションデータにコピーした部分は値が古いまま更新されることがないため、マスタデータと整合性が取れなくなってしまう。 However, the system of Patent Document 1 has a problem that even if the copy source data is updated, the copy destination data created by copying is not updated. For example, if the copy source is master data and the copy destination is transaction data, even if the master data is updated, the part copied to the transaction data will not be updated while the value is old. is no longer available.

そこで、本発明は、アプリケーションを利用することによって生成されるコピー元データとコピー先データとの整合性を容易に保つアプリケーションを構築する仕組みを提供することを目的とする。 SUMMARY OF THE INVENTION Accordingly, it is an object of the present invention to provide a mechanism for constructing an application that easily maintains consistency between copy source data and copy destination data generated by using the application.

コンピュータを、登録済データに含まれる項目から、当該登録済データを参照元として登録する新たなデータに用いる項目の選択を受け付ける選択受付手段と、前記選択受付手段により選択を受け付けた項目に対して、前記登録済データの当該項目の値が更新された場合に当該登録済データを参照元として登録された新たなデータの更新をするかの設定を受け付ける設定受付手段と、前記新たなデータを前記登録済データの更新に応じて更新後の登録済みデータを用いて更新するか否かを、前記設定受付手段により受け付けた設定に基づいて制御するアプリケーション構築されるように制御する制御手段として機能させるためのプログラム
selection receiving means for receiving a selection of an item to be used for new data to be registered using the registered data as a reference from items included in the registered data, and for the item selected by the selection receiving means. setting receiving means for receiving a setting as to whether or not to update new data registered with said registered data as a reference when the value of said item of said registered data is updated; Control means for controlling whether or not to update registered data using the updated registered data according to the update of the registered data, based on the settings received by the setting receiving means. program to make it work .

本発明によれば、アプリケーションを利用することによって生成されるコピー元データとコピー先データとの整合性を容易に保つアプリケーションを構築する仕組みを提供することができる。 According to the present invention, it is possible to provide a mechanism for constructing an application that easily maintains consistency between copy source data and copy destination data generated by using an application.

本実施形態の情報処理システム100の構成の一例を示す図A diagram showing an example of the configuration of an information processing system 100 according to the present embodiment. 本実施形態の情報処理装置101およびサーバ102のハードウエア構成の一例を示す図1 is a diagram showing an example of the hardware configuration of an information processing apparatus 101 and a server 102 according to this embodiment; FIG. 本実施形態の情報処理装置101およびサーバ102の機能構成の一例を示すブロック図1 is a block diagram showing an example of functional configurations of an information processing apparatus 101 and a server 102 according to the present embodiment; FIG. 本実施形態のサーバ102にて管理するテーブルの一例を示す図A diagram showing an example of a table managed by the server 102 of this embodiment. 第1の実施形態の画面作成処理の一例を示すフローチャートFlowchart showing an example of screen creation processing according to the first embodiment 第1の実施形態の画面利用処理の一例を示すフローチャートFlowchart showing an example of screen utilization processing according to the first embodiment 第1の実施形態の情報処理装置101が表示する、画面を作成する画面の一例を示す図FIG. 4 is a diagram showing an example of a screen for creating a screen displayed by the information processing apparatus 101 according to the first embodiment; FIG. 第1の実施形態の情報処理装置101が表示する、画面の部品属性を設定する画面の一例を示す図FIG. 4 is a diagram showing an example of a screen for setting component attributes of a screen displayed by the information processing apparatus 101 according to the first embodiment; 第1の実施形態の情報処理装置101において、作成した画面を利用しマスタデータを登録する画面の一例を示す図FIG. 4 is a diagram showing an example of a screen for registering master data using a created screen in the information processing apparatus 101 of the first embodiment; 第1の実施形態の情報処理装置101において、作成した画面を利用しトランザクションデータを登録する画面の一例を示す図FIG. 4 is a diagram showing an example of a screen for registering transaction data using a created screen in the information processing apparatus 101 of the first embodiment; 第1の実施形態の情報処理装置101において、作成した画面を利用しマスタデータを編集する画面の一例を示す図FIG. 4 is a diagram showing an example of a screen for editing master data using a created screen in the information processing apparatus 101 of the first embodiment; 第1の実施形態の情報処理装置101において、作成した画面を利用しトランザクションデータを表示する画面の一例を示す図FIG. 4 is a diagram showing an example of a screen that displays transaction data using a created screen in the information processing apparatus 101 of the first embodiment; 第1の実施形態のサーバ102にて作成される反映トリガーの一例を示す図A diagram showing an example of a reflection trigger created by the server 102 of the first embodiment. 第2の実施形態の画面作成処理の一例を示すフローチャートFlowchart showing an example of screen creation processing according to the second embodiment 第2の実施形態の情報処理装置101が表示する、画面の部品属性を設定する画面の一例を示す図FIG. 11 is a diagram showing an example of a screen for setting component attributes of a screen displayed by the information processing apparatus 101 according to the second embodiment; FIG. 第1の実施形態のサーバ102にて作成される反映トリガーの一例を示す図A diagram showing an example of a reflection trigger created by the server 102 of the first embodiment. 第2の実施形態の画面利用処理の一例を示すフローチャートFlowchart showing an example of screen utilization processing according to the second embodiment 第2の実施形態の情報処理装置101において、作成した画面を利用しマスタデータを表示する画面の一例を示す図FIG. 10 is a diagram showing an example of a screen displaying master data using a created screen in the information processing apparatus 101 of the second embodiment; 第2の実施形態の情報処理装置101において、データ反映の関連を表示する画面の一例を示す図FIG. 11 is a diagram showing an example of a screen displaying relationships of data reflection in the information processing apparatus 101 according to the second embodiment; FIG.

〔第1の実施形態〕
以下、図面を参照して本発明の実施形態を詳細に説明する。
図1は、本実施形態の情報処理システム100の構成の一例を示す図である。
[First Embodiment]
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
FIG. 1 is a diagram showing an example of the configuration of an information processing system 100 of this embodiment.

図1に示すように、情報処理システム100は、情報処理装置101およびサーバ102が、ネットワーク103により通信可能に接続された構成をとる。情報処理装置101は、デスクトップPC、携帯電話、スマートフォン、タブレット端末、ノートPC、およびPDA端末などの端末であって、ネットワーク103を介してサーバ102の記憶装置に記憶されている情報を取得し、インストールされているブラウザなどのアプリケーションを用いてディスプレイ装置210に表示する。 As shown in FIG. 1, an information processing system 100 has a configuration in which an information processing apparatus 101 and a server 102 are communicably connected via a network 103 . The information processing apparatus 101 is a terminal such as a desktop PC, a mobile phone, a smart phone, a tablet terminal, a notebook PC, and a PDA terminal. The image is displayed on the display device 210 using an installed application such as a browser.

サーバ102は、情報処理装置101からの要求に応じて、情報の検索を行い、検索結果を返信する。情報処理装置101とサーバ102間の通信は、HTTPのリクエスト・レスポンスでもよいし、SOAPなどを利用したウェブサービスに用いられるリクエスト・レスポンスなどであってもよい。 The server 102 searches for information in response to a request from the information processing apparatus 101 and returns the search result. The communication between the information processing apparatus 101 and the server 102 may be an HTTP request/response, or a request/response used for a web service using SOAP or the like.

なお、本実施形態においては、情報処理装置101のブラウザを利用するWebアプリケーションとしたが、Webアプリケーションに限定するものではなく、Web以外の技術を用いたアプリケーションであってもよい。 In this embodiment, the web application using the browser of the information processing apparatus 101 is used, but the application is not limited to the web application, and may be an application using technologies other than the web.

また、本実施形態においては、情報処理システム100は、情報処理装置101がサーバ102の記憶装置に記憶されているテーブルのデータを検索するシステムとしたが、これに限定するものではなく、情報処理装置101が記憶装置に記憶されている情報の検索結果を表示する仕組みであればよい。
In the present embodiment, the information processing system 100 is a system in which the information processing device 101 searches for data in tables stored in the storage device of the server 102. However, the information processing system 100 is not limited to this. Any mechanism may be used as long as the device 101 displays the search result of the information stored in the storage device.

以下、図2を用いて、図1に示した情報処理装置101およびサーバ102に適用可能なハードウエア構成の一例について説明する。
図2において、201はCPUで、システムバス204に接続される各デバイスやコントローラを統括的に制御する。また、ROM203あるいは外部メモリ211には、CPU201の制御プログラムであるBIOS(Basic Input / Output System)やオペレーティングシステムプログラム(以下、OS)や、各サーバ或いは各PCの実行する機能を実現するために必要な各種プログラム等が記憶されている。
An example of a hardware configuration applicable to the information processing apparatus 101 and the server 102 shown in FIG. 1 will be described below with reference to FIG.
In FIG. 2, reference numeral 201 denotes a CPU that controls devices and controllers connected to a system bus 204 in an integrated manner. The ROM 203 or the external memory 211 also stores a BIOS (Basic Input/Output System), which is a control program for the CPU 201, an operating system program (hereinafter, referred to as OS), and functions necessary for realizing the functions executed by each server or each PC. various programs are stored.

202はRAMで、CPU201の主メモリ、ワークエリア等として機能する。CPU201は、処理の実行に際して必要なプログラム等をROM203あるいは外部メモリ211からRAM202にロードして、該ロードしたプログラムを実行することで各種動作を実現するものである。 A RAM 202 functions as a main memory, a work area, and the like for the CPU 201 . The CPU 201 loads programs and the like necessary for executing processing from the ROM 203 or the external memory 211 to the RAM 202, and executes the loaded programs to realize various operations.

また、205は入力コントローラで、入力装置209等からの入力を制御する。206はビデオコントローラで、液晶ディスプレイ等のディスプレイ装置210への表示を制御する。なお、ディスプレイ装置は、液晶ディスプレイに限られず、CRTディスプレイなどであっても良い。これらは必要に応じてクライアントが使用するものである。 An input controller 205 controls input from the input device 209 or the like. A video controller 206 controls display on a display device 210 such as a liquid crystal display. The display device is not limited to a liquid crystal display, and may be a CRT display or the like. These are used by clients as needed.

207はメモリコントローラで、ブートプログラム,各種のアプリケーション,フォントデータ,ユーザファイル,編集ファイル,各種データ等を記憶するハードディスク(HD)や、フレキシブルディスク(FD)、或いはPCMCIAカードスロットにアダプタを介して接続されるコンパクトフラッシュ(登録商標)メモリ等の外部メモリ211へのアクセスを制御する。 A memory controller 207 is connected via an adapter to a hard disk (HD), a flexible disk (FD), or a PCMCIA card slot for storing boot programs, various applications, font data, user files, edit files, and various data. It controls access to an external memory 211 such as a compact flash (registered trademark) memory that is

208は通信I/Fコントローラで、ネットワーク103を介して外部機器と接続・通信するものであり、ネットワークでの通信制御処理を実行する。例えば、TCP/IPを用いた通信等が可能である。 A communication I/F controller 208 connects and communicates with an external device via the network 103, and executes communication control processing in the network. For example, communication using TCP/IP is possible.

なお、CPU201は、例えばRAM202内の表示情報用領域へアウトラインフォントの展開(ラスタライズ)処理を実行することにより、ディスプレイ装置210上での表示を可能としている。また、CPU201は、ディスプレイ装置210上の不図示のマウスカーソル等でのユーザ指示を可能とする。 Note that the CPU 201 enables display on the display device 210 by, for example, rasterizing outline fonts to a display information area in the RAM 202 . The CPU 201 also allows the user to issue instructions using a mouse cursor (not shown) on the display device 210 .

ハードウエア上で動作する各種プログラムは、外部メモリ211に記録されており、必要に応じてRAM202にロードされることによりCPU201によって実行されるものである。
なお、全ての装置がこれらの構成を備えているわけではなく、必要なものを夫々備えていればよい。
Various programs that operate on the hardware are recorded in the external memory 211 and are executed by the CPU 201 by being loaded into the RAM 202 as necessary.
It should be noted that not all devices are equipped with these configurations, and it is sufficient if they are equipped with necessary components.

図3は、情報処理装置101およびサーバ102の機能構成の一例を示すブロック図である。
アプリケーション画面情報生成部301は、データベースに登録されている登録済データを選択するためのデータ選択部品を含む、アプリケーション画面の画面情報を生成する機能部である。
FIG. 3 is a block diagram showing an example of functional configurations of the information processing apparatus 101 and the server 102. As shown in FIG.
The application screen information generation unit 301 is a functional unit that generates screen information of an application screen including data selection components for selecting registered data registered in the database.

データ登録部302は、アプリケーション画面情報生成部301により生成されたアプリケーション画面の画面情報に含まれるデータ選択部品を用いて選択された登録済データの値を用いて、新たなデータとしてデータベースに登録する機能部である。
判定部303は、登録済データが更新されたか否かを判定する機能部である。
The data registration unit 302 uses the values of the registered data selected by using the data selection components included in the screen information of the application screen generated by the application screen information generation unit 301, and registers them in the database as new data. It is a functional part.
The determination unit 303 is a functional unit that determines whether registered data has been updated.

更新設定管理部304は、判定部303により登録済データが更新されたと判定された場合に、データ登録部302により登録された新たなデータを更新するか否かの設定を管理する機能部である。 The update setting management unit 304 is a functional unit that manages the setting as to whether or not to update the new data registered by the data registration unit 302 when the determination unit 303 determines that the registered data has been updated. .

制御部305は、判定部303により登録済データが更新されたと判定された場合であって、更新設定管理部304により新たなデータを更新するとして管理されている場合は当該新たなデータを更新し、一方、更新設定管理部304により新たなデータを更新しないとして管理されている場合は当該新たなデータを更新しないよう制御する機能部である。 If the determination unit 303 determines that the registered data has been updated and the update setting management unit 304 manages to update the new data, the control unit 305 updates the new data. On the other hand, when the update setting management unit 304 manages to prevent the new data from being updated, the function unit performs control so that the new data is not updated.

更新設定管理部304は、判定部303により登録済データが更新されたと判定された場合に、データ登録部302により登録された新たなデータのうち、当該新たなデータに含まれる項目毎に、更新するか否かの設定を管理する機能部である。
制御部305は、判定部303により登録済データが更新されたと判定された場合であって、更新設定管理部304により新たなデータのうち、更新するとして管理されている項目については当該項目の値を更新し、一方、更新設定管理部304により新たなデータのうち、更新しないとして管理されている項目については当該項目の値を更新しないよう制御する機能部である。
When the determination unit 303 determines that the registered data has been updated, the update setting management unit 304 updates each item included in the new data among the new data registered by the data registration unit 302. This is a functional unit that manages the setting of whether or not to
When the determination unit 303 determines that the registered data has been updated, the control unit 305 updates the value of the item managed as being updated among the new data by the update setting management unit 304. , and on the other hand, for items managed as not to be updated among new data by the update setting management unit 304, the value of the item is controlled not to be updated.

以下は、レイアウト編集画面を用いて部品を配置することによって構築されたアプリケーションを利用する情報処理装置の機能構成の一例である。
データ選択部品配置部311は、レイアウト編集画面に、データベースに登録されている登録済データを選択するデータ選択部品を配置する機能部である。
The following is an example of the functional configuration of an information processing apparatus that uses an application built by arranging components using the layout editing screen.
The data selection component placement unit 311 is a functional unit that places a data selection component for selecting registered data registered in the database on the layout editing screen.

選択部312は、構築されたアプリケーション画面に表示された、データ選択部品配置部311により配置されたデータ選択部品を用いて、登録済データからデータを選択する機能部である。
データ登録要求部313は、選択部312により選択された登録済データの値を用いて、新たなデータとしてデータベースへの登録を要求する機能部である。
判定部314は、選択部312により選択された登録済データが更新されたか否かを判定する機能部である。
The selection unit 312 is a functional unit that selects data from registered data using the data selection component arranged by the data selection component arrangement unit 311 displayed on the constructed application screen.
The data registration requesting unit 313 is a functional unit that uses the value of the registered data selected by the selecting unit 312 to request registration in the database as new data.
The determination unit 314 is a functional unit that determines whether or not the registered data selected by the selection unit 312 has been updated.

更新設定受付部315は、判定部314により登録済データが更新されたと判定された場合に、データ登録要求部313に従って登録された新たなデータを更新するか否かの設定を受け付ける機能部である。 The update setting reception unit 315 is a functional unit that receives a setting as to whether or not to update the new data registered according to the data registration request unit 313 when the determination unit 314 determines that the registered data has been updated. .

制御部316は、判定部314により登録済データが更新されたと判定された場合であって、更新設定受付部315により新たなデータを更新する設定を受け付けた場合は当該新たなデータの更新を要求し、一方、更新設定受付部315により新たなデータを更新しない設定を受け付けた場合は当該新たなデータの更新を要求しないよう制御する機能部である。 If the determining unit 314 determines that the registered data has been updated and the update setting receiving unit 315 has received a setting to update new data, the control unit 316 requests updating of the new data. On the other hand, when the update setting receiving unit 315 receives a setting not to update new data, it is a functional unit that controls not to request updating of the new data.

更新設定受付部315は、判定部314により登録済データが更新されたと判定された場合に、データ登録要求部313に従って登録された新たなデータのうち、データに含まれる項目毎に更新するか否かの設定を受け付け、 When the determination unit 314 determines that the registered data has been updated, the update setting reception unit 315 determines whether or not to update each item included in the new data registered according to the data registration request unit 313. accepts the setting of

制御部316は、判定部314により登録済データが更新されたと判定された場合であって、更新設定受付部315により新たなデータのうち、更新する設定を受け付けた項目については当該項目の値を更新し、一方、更新設定受付部315により新たなデータのうち、更新しない設定を受け付けた項目については当該項目の値を更新しないよう制御する機能部である。 When the determination unit 314 determines that the registered data has been updated, the control unit 316 updates the value of the item for which the update setting reception unit 315 has received a setting to be updated among the new data. On the other hand, the update setting receiving unit 315 controls not to update the values of the items for which the update setting receiving unit 315 has received a setting not to update.

アプリケーション画面表示部321は、レイアウト編集画面を用いて構築された、データベースに登録されている登録済データを選択するためのデータ選択部品を含むアプリケーションの画面を表示する機能部である。 The application screen display unit 321 is a functional unit that displays an application screen including a data selection component for selecting registered data registered in the database, constructed using a layout editing screen.

データ選択部322は、アプリケーション画面表示部321により表示されたアプリケーション画面に表示されたデータ選択部品を用いて、登録済データからデータを選択する機能部である。 The data selection unit 322 is a functional unit that selects data from registered data using data selection components displayed on the application screen displayed by the application screen display unit 321 .

データ登録要求部323は、データ選択部322により選択された登録済データの値を用いて、新たなデータとしてデータベースへの登録を要求する機能部である。
第1のデータ更新要求部324は、データ選択部322により選択された登録済データの値の更新を要求する機能部である。
The data registration request unit 323 is a functional unit that uses the value of the registered data selected by the data selection unit 322 to request registration in the database as new data.
The first data update request unit 324 is a functional unit that requests update of the value of registered data selected by the data selection unit 322 .

第2のデータ更新要求部325は、第1のデータ更新要求部324により登録済データの値の更新を要求された場合、データ登録要求部323により登録を要求された新たなデータの値の更新を要求する機能部である。 The second data update request unit 325 updates the value of new data whose registration is requested by the data registration request unit 323 when the first data update request unit 324 requests update of the value of the registered data. is a functional part that requires

第2のデータ更新要求部325は、第1のデータ更新要求部324により登録済データの値の更新を要求された場合に、データ登録要求部323により登録を要求された新たなデータのうち、当該新たなデータに含まれる項目毎に定義された更新するか否かの設定に従って、当該新たなデータに含まれる項目の値の更新を要求すること
When the first data update requesting unit 324 requests to update the value of the registered data, the second data update requesting unit 325, among the new data requested to be registered by the data registration requesting unit 323, Request to update the value of the item included in the new data according to the setting of whether to update defined for each item included in the new data.

図4は、本実施形態のサーバ102にて管理するテーブルの一例である。
画面テーブル410は、画面を管理するテーブルであり、「画面ID(主キー)」「画面名」のカラムを持つ。アプリケーションの画面レイアウトを作成するレイアウト作成画面700(図7)にて画面が作成されると、画面テーブル410にレコードが登録される。
FIG. 4 is an example of a table managed by the server 102 of this embodiment.
The screen table 410 is a table for managing screens, and has columns of "screen ID (primary key)" and "screen name". When a screen is created on the layout creation screen 700 (FIG. 7) for creating the screen layout of the application, a record is registered in the screen table 410 .

画面部品テーブル420は、画面に配置した部品を管理するテーブルであり、「画面ID」「部品ID」「x座標」「y座標」「部品種別」「部品名」「文字数」「必須」「部品属性1」「部品属性2」…のカラムを持つ。アプリケーションの画面レイアウトを作成するレイアウト作成画面700にて画面部品を配置し、保存ボタン719の押下を受け付けると、画面部品テーブル420にレコードが登録される。 The screen component table 420 is a table for managing components arranged on the screen, and includes “screen ID”, “component ID”, “x coordinate”, “y coordinate”, “component type”, “component name”, “number of characters”, “essential”, “component It has columns of attribute 1, part attribute 2, and so on. A record is registered in the screen component table 420 when screen components are arranged on the layout creation screen 700 for creating the screen layout of the application and the save button 719 is pressed.

なお、「x座標」「y座標」には、部品の配置された位置を記憶し、「部品種別」には、テキストボックス・ラジオボタン・セレクトボックスなどの部品の種別を記憶する。また、「部品属性1」「部品属性2」…には、「部品種別」毎に異なる属性の値を持つことができる。なお、後述する、コピー元画面823の部品825~828の部品ID、およびコピー先画面821の部品829~832の部品ID、反映チェックボックス833~836の値についても、この「部品属性n」に記憶する。 The "x-coordinate" and "y-coordinate" stores the position where the component is arranged, and the "component type" stores the type of the component such as a text box, radio button, select box, and the like. Also, "part attribute 1", "part attribute 2", and so on can have different attribute values for each "part type". Note that the component IDs of the components 825 to 828 on the copy source screen 823, the component IDs of the components 829 to 832 on the copy destination screen 821, and the values of reflection check boxes 833 to 836, which will be described later, are also included in this "component attribute n". Remember.

顧客マスタテーブル430、商品マスタテーブル440、売上トランザクションテーブル450の各テーブルは、作成した画面(顧客マスタ登録画面720、商品マスタ登録画面730、売上トランザクション登録画面1010)にて登録されたレコードが記憶されるテーブルである。
顧客マスタテーブル430は、顧客情報を管理するマスタテーブルであり、「顧客ID(主キー)」「顧客名」「住所」「電話」「メール」のカラムを持つ。
商品マスタテーブル440は、商品情報を管理するマスタテーブルであり、「商品ID(主キー)」「商品名」「単価」のカラムを持つ。
Each of the customer master table 430, product master table 440, and sales transaction table 450 stores records registered on created screens (customer master registration screen 720, product master registration screen 730, and sales transaction registration screen 1010). table.
The customer master table 430 is a master table for managing customer information, and has columns of "customer ID (primary key)", "customer name", "address", "telephone", and "mail".
The product master table 440 is a master table for managing product information, and has columns of "product ID (primary key)", "product name", and "unit price".

売上トランザクションテーブル450は、売上明細を管理するトランザクションテーブルであり、「売上NO(主キー)」「売上日」「商品ID」「商品名」「数量」「単価」「小計」「顧客ID」「顧客名」「住所」「電話」「メール」のカラムを持つ。 The sales transaction table 450 is a transaction table for managing sales details, and includes "sales number (primary key)", "sales date", "product ID", "product name", "quantity", "unit price", "subtotal", "customer ID", " It has columns of customer name, address, telephone, and email.

なお、通常のデータベースであれば、売上トランザクションテーブル450は、「商品ID」「顧客ID」を外部キーとして顧客マスタテーブル430と商品マスタテーブル440に従属させることでデータの正規化を行う。しかし、本実施形態のように、マスタデータをコピーすることによりトランザクションデータを作成する仕組みの場合、データの正規化を行わず、顧客マスタテーブル430および商品マスタテーブル440と重複して、売上トランザクションテーブル450にも「商品名」「数量」「単価」「小計」「顧客名」「住所」「電話」「メール」のカラムを持つ。このように、データを重複してデータベースに持つのは、データを正規化して持つことよりも、画面レイアウトとデータの対応づけを重視するためである。
In the case of a normal database, the sales transaction table 450 normalizes data by subordinating the customer master table 430 and the product master table 440 with the "product ID" and "customer ID" as foreign keys. However, in the case of the mechanism of creating transaction data by copying the master data as in this embodiment, the data is not normalized and duplicated with the customer master table 430 and the product master table 440, the sales transaction table 450 also has columns of "product name", "quantity", "unit price", "subtotal", "customer name", "address", "telephone", and "mail". The reason why the data is duplicated in the database in this way is that the association between the screen layout and the data is emphasized rather than the normalization of the data.

図7は、第1の実施形態の情報処理装置101が表示する、画面を作成する画面の一例を示す図である。レイアウト作成画面700は、画面部品部701と部品配置部702から成る。 FIG. 7 is a diagram showing an example of a screen for creating a screen displayed by the information processing apparatus 101 according to the first embodiment. The layout creation screen 700 consists of a screen parts section 701 and a parts arrangement section 702 .

画面部品部701には、画面に配置する画面部品のアイコン(ボタン)が表示されており、これらのアイコンをドラッグし、部品配置部702にドロップすることで、画面部品を画面に配置することができる。画面部品には、文字を表示するテキスト711(ラベル等と呼ばれる)、テキストボックス712、テキストエリア713、ラジオボタン714、チェックボックス715、セレクトボックス716、他画面のデータの値を参照する他画面データコピー717(ルックアップ等と呼ばれる)、ボタン718などの種類がある。 Icons (buttons) of screen components to be arranged on the screen are displayed in the screen component section 701 . By dragging these icons and dropping them onto the component arrangement section 702 , screen components can be arranged on the screen. can. The screen components include a text 711 (called a label, etc.) that displays characters, a text box 712, a text area 713, a radio button 714, a check box 715, a select box 716, and another screen data copy that refers to the data value of another screen. 717 (called lookup, etc.), button 718, and the like.

部品配置部702に画面部品を配置し、保存ボタン719を押下することにより、配置した画面部品の情報がサーバ102に送信され、画面部品テーブル420に記憶される。
By placing a screen component in the component placement section 702 and pressing a save button 719 , information about the placed screen component is transmitted to the server 102 and stored in the screen component table 420 .

図5は、第1の実施形態の画面作成処理の一例を示すフローチャートである。図5を用いて、画面を作成する処理について、説明する。
ステップS501において、情報処理装置101のCPU201は、画面を作成するユーザのログインを受け付ける。
ステップS502において、情報処理装置101のCPU201は、画面を作成する操作を受け付ける。具体的には、表示されたメニュー(不図示)から、画面作成ボタンの押下を受け付ける。
ステップS503において、情報処理装置101のCPU201は、画面作成の要求をサーバ102に送信する。
ステップS504において、サーバ102のCPU201は、画面作成の要求を受信する。
ステップS505において、サーバ102のCPU201は、画面作成の画面情報を生成する。
ステップS506において、サーバ102のCPU201は、生成した画面情報を情報処理装置101に送信する。
ステップS507において、情報処理装置101のCPU201は、画面作成の画面情報を受信する。
ステップS508において、情報処理装置101のCPU201は、受信した画面情報を用いて、レイアウト作成画面700(図7)を表示する。
FIG. 5 is a flowchart illustrating an example of screen creation processing according to the first embodiment. Processing for creating a screen will be described with reference to FIG.
In step S501, the CPU 201 of the information processing apparatus 101 accepts login of a user who creates a screen.
In step S502, the CPU 201 of the information processing apparatus 101 receives an operation for creating a screen. Specifically, pressing of a screen creation button is accepted from a displayed menu (not shown).
In step S<b>503 , the CPU 201 of the information processing apparatus 101 transmits a screen creation request to the server 102 .
In step S504, the CPU 201 of the server 102 receives a screen creation request.
In step S505, the CPU 201 of the server 102 generates screen information for screen creation.
In step S<b>506 , the CPU 201 of the server 102 transmits the generated screen information to the information processing apparatus 101 .
In step S507, the CPU 201 of the information processing apparatus 101 receives screen information for screen creation.
In step S508, the CPU 201 of the information processing apparatus 101 uses the received screen information to display the layout creation screen 700 (FIG. 7).

ステップS509において、情報処理装置101のCPU201は、画面作成操作を受け付け、判定する。部品が配置された場合はステップS510に進み、設定ボタンが押下された場合はステップS511に進み、保存ボタンが押下された場合はステップS518に進む。 In step S<b>509 , the CPU 201 of the information processing apparatus 101 receives a screen creation operation and makes a determination. If the part has been placed, the process proceeds to step S510; if the set button has been pressed, the process proceeds to step S511; if the save button has been pressed, the process proceeds to step S518.

ステップS510において、情報処理装置101のCPU201は、画面部品部701からドラッグされた画面部品を、部品配置部702のドロップされた位置に表示する。ここでは、顧客マスタ登録画面のレイアウトとして図7の720のように画面部品(721~728)が配置されたとする。同様に、売上トランザクション登録画面のレイアウトとして図7の730のように画面部品(731~737)が配置されたとする。 In step S<b>510 , the CPU 201 of the information processing apparatus 101 displays the screen component dragged from the screen component section 701 at the drop position of the component placement section 702 . Here, it is assumed that screen components (721 to 728) are arranged as shown in 720 in FIG. 7 as the layout of the customer master registration screen. Similarly, assume that screen components (731 to 737) are arranged as shown in 730 in FIG. 7 as the layout of the sales transaction registration screen.

なお、図7の商品ID731および顧客ID734の画面部品は、他画面データコピー717である。他画面データコピー717は、画面実行時に選択ボタンを押下することで他画面のデータを参照してコピーすることができる。選択ボタン732は画面実行時に押下することで商品マスタテーブル440のデータを、選択ボタン735は画面実行時に押下することで顧客マスタテーブル430のデータを、それぞれ参照してコピーすることができる。すなわち、ステップS510は、レイアウト編集画面に、データベースに登録されている登録済データを選択するデータ選択部品を配置する処理の一例を示すステップである。 It should be noted that the screen component for the product ID 731 and the customer ID 734 in FIG. 7 is the other screen data copy 717 . The other screen data copy 717 can refer to and copy the data of the other screen by pressing the select button when the screen is executed. When the selection button 732 is pressed during execution of the screen, the data of the product master table 440 can be referenced, and when the selection button 735 is pressed during execution of the screen, the data of the customer master table 430 can be referenced and copied. That is, step S510 is a step showing an example of processing for arranging a data selection component for selecting registered data registered in the database on the layout editing screen.

ステップS511において、情報処理装置101のCPU201は、配置された画面部品の属性設定画面(図8の810、820)を表示する。例えば、図7の設定ボタン723の押下を受け付けた場合は属性設定画面810を表示し、図7の設定ボタン736の押下を受け付けた場合は属性設定画面820を表示する。 In step S511, the CPU 201 of the information processing apparatus 101 displays attribute setting screens (810 and 820 in FIG. 8) of the arranged screen components. For example, when the setting button 723 in FIG. 7 is pressed, the attribute setting screen 810 is displayed, and when the setting button 736 in FIG. 7 is pressed, the attribute setting screen 820 is displayed.

ステップS512において、情報処理装置101のCPU201は、部品の属性設定の入力を受け付ける。すなわち、ステップS512は、登録済データが更新されたと判定された場合に、登録された新たなデータのうち、データに含まれる項目毎に更新するか否かの設定を受け付ける処理の一例を示すステップである。具体的には、属性設定画面810では部品名812、文字数813、必須チェックボックス814の入力、および完了ボタン815の押下を受け付ける。また、属性設定画面820では部品名822の入力を受け付ける。 In step S<b>512 , the CPU 201 of the information processing apparatus 101 receives an input for component attribute settings. That is, step S512 is a step showing an example of a process of receiving a setting as to whether or not to update each item included in registered new data when it is determined that the registered data has been updated. is. Specifically, the attribute setting screen 810 accepts input of a component name 812 , number of characters 813 , mandatory check box 814 , and pressing of a completion button 815 . Also, the attribute setting screen 820 accepts input of a component name 822 .

ステップS513において、情報処理装置101のCPU201は、他画面データコピー部品か否かを判定する。他画面データコピー部品の属性設定画面の場合はステップS514に進み、他画面データコピー部品以外の属性設定画面の場合はステップS517に進む。 In step S513, the CPU 201 of the information processing apparatus 101 determines whether or not the component is another screen data copy component. In the case of the attribute setting screen of the other screen data copy component, the process proceeds to step S514, and in the case of the attribute setting screen other than the other screen data copy component, the process proceeds to step S517.

ステップS514において、情報処理装置101のCPU201は、コピー元となる他画面の画面名823および部品名824の選択を受け付ける。図8の823および824の設定により、売上トランザクション登録画面1010の実行時に、顧客マスタ登録画面にて登録したデータ(つまり、顧客マスタテーブル430)の顧客IDを選択することで、顧客ID1027にコピーすることができるようになる。 In step S514, the CPU 201 of the information processing apparatus 101 accepts selection of the screen name 823 and the part name 824 of the other screen to be copied. By setting 823 and 824 in FIG. 8, when executing the sales transaction registration screen 1010, by selecting the customer ID of the data registered on the customer master registration screen (that is, the customer master table 430), it is copied to the customer ID 1027. be able to

具体的には、売上トランザクション登録画面1010の実行時に、選択ボタン1028の押下を受け付けると、顧客マスタ検索画面1050を表示し、表示された顧客マスタテーブル430のデータから選択ボタン1055の押下を受け付けると、顧客マスタ検索画面1050を閉じ、選択されたデータの「顧客ID」の値を取得し、「顧客ID1027」のテキストボックスに表示する。 Specifically, when the selection button 1028 is pressed during execution of the sales transaction registration screen 1010, the customer master search screen 1050 is displayed. , closes the customer master search screen 1050, acquires the value of "customer ID" of the selected data, and displays it in the "customer ID 1027" text box.

同様に、売上トランザクション登録画面1010の実行時に、選択ボタン1022の押下を受け付けると、商品マスタ検索画面1040を表示し、表示された商品マスタテーブル440のデータから選択ボタン1045の押下を受け付けると、商品マスタ検索画面1040を閉じ、選択されたデータの「商品ID」の値を取得し、「商品ID1021」のテキストボックスに表示する。 Similarly, when the sales transaction registration screen 1010 is executed, if the selection button 1022 is pressed, the product master search screen 1040 is displayed. The master search screen 1040 is closed, the value of the "product ID" of the selected data is obtained, and displayed in the "product ID 1021" text box.

ステップS515において、情報処理装置101のCPU201は、コピー先の他部品へのコピーについて選択を受け付ける。具体的には、コピー元画面823の部品825~828、コピー先画面821の部品829~832の選択を受け付ける。図8の825~832の設定により、売上トランザクション登録画面1010の実行時に、顧客マスタ登録画面にて登録したデータ(つまり、顧客マスタテーブル430)の顧客IDを選択することで、選択したレコードの他カラム(825~828)の値をコピー先画面の部品829~832にコピーすることができるようになる。 In step S<b>515 , the CPU 201 of the information processing apparatus 101 accepts selection of copying to another part as the copy destination. Specifically, selection of components 825 to 828 on the copy source screen 823 and components 829 to 832 on the copy destination screen 821 is accepted. By setting 825 to 832 in FIG. 8, when executing the sales transaction registration screen 1010, by selecting the customer ID of the data registered on the customer master registration screen (that is, the customer master table 430), other than the selected record The values of the columns (825-828) can now be copied to the parts 829-832 of the copy destination screen.

具体的には、売上トランザクション登録画面1010の実行時に、選択ボタン1028の押下を受け付けると、顧客マスタ検索画面1050を表示し、表示された顧客マスタテーブル430のデータから選択ボタン1055の押下を受け付けると、顧客マスタ検索画面1050を閉じ、選択されたデータの「顧客名」「住所」「電話番号」「メール」の値を取得し、「顧客名1029」「住所1030」「電話番号1031」「メール1032」のテキストボックスにそれぞれ表示する。 Specifically, when the selection button 1028 is pressed during execution of the sales transaction registration screen 1010, the customer master search screen 1050 is displayed. , close the customer master search screen 1050, acquire the values of "customer name", "address", "telephone number", and "mail" of the selected data, 1032" text boxes.

同様に、売上トランザクション登録画面1010の実行時に、選択ボタン1022の押下を受け付けると、商品マスタ検索画面1040を表示し、表示された商品マスタテーブル440のデータから選択ボタン1045の押下を受け付けると、商品マスタ検索画面1040を閉じ、選択されたデータの「商品名」「単価」の値を取得し、「商品名1023」「単価1025」のテキストボックスにそれぞれ表示する。 Similarly, when the sales transaction registration screen 1010 is executed, if the selection button 1022 is pressed, the product master search screen 1040 is displayed. The master search screen 1040 is closed, and the values of "product name" and "unit price" of the selected data are acquired and displayed in the text boxes of "product name 1023" and "unit price 1025", respectively.

ステップS516において、情報処理装置101のCPU201は、コピー元の値更新をコピー先の他部品へ反映するか否かの選択を受け付ける。すなわち、ステップS516は、登録済データが更新されたと判定された場合に、登録された新たなデータを更新するか否かの設定を受け付ける処理の一例を示すステップである。 In step S<b>516 , the CPU 201 of the information processing apparatus 101 receives a selection as to whether or not to reflect the value update of the copy source to other parts of the copy destination. That is, step S516 is a step showing an example of a process of receiving a setting as to whether or not to update new registered data when it is determined that the registered data has been updated.

具体的には、反映チェックボックス833~836の選択を受け付ける。図8の833~836の設定により、コピー元画面823において部品名824の値が更新された場合、コピー元画面823の部品825~828の値を、コピー先画面821の部品829~832にコピーするか否かを決定することができる。つまり、反映チェックボックス833~836のうち、チェックされている部品についてはコピー元の値をコピー先の部品に反映し、チェックされていない部品についてはコピー元の値をコピー先の部品に反映しないと設定することができる。 Specifically, selection of reflection check boxes 833 to 836 is accepted. When the value of the part name 824 on the copy source screen 823 is updated by the settings of 833 to 836 in FIG. You can decide whether to In other words, among the reflection check boxes 833 to 836, the values of the copy source are reflected to the copy destination components for the components that are checked, and the values of the copy source are not reflected to the copy destination components for the unchecked components. can be set as

これにより、コピー元の値が更新された場合、コピー先に反映する/しないを部品ごとに設定することができる。例えば、「電話」「メール」などの緊急性の高い連絡先などの情報については、顧客マスタ(コピー元)の更新を他のトランザクション(コピー先)に反映させ、「顧客名」「住所」など、トランザクション登録時の記録として残しておきたい情報については、顧客マスタ(コピー元)の更新を他のトランザクション(コピー先)に反映させないといった柔軟な運用が可能になる。 As a result, when the value of the copy source is updated, it is possible to set whether or not to reflect it on the copy destination for each part. For example, for information such as urgent contact information such as "telephone" and "email", update the customer master (copy source) is reflected in other transactions (copy destination), such as "customer name", "address", etc. For information that you want to keep as a record at the time of transaction registration, it is possible to operate flexibly such that the update of the customer master (copy source) is not reflected in other transactions (copy destination).

ステップS517において、情報処理装置101のCPU201は、部品配置部702に配置された画面部品、および属性設定画面にて設定された属性をRAM202に記憶する。
ステップS518において、情報処理装置101のCPU201は、RAM202から作成した画面情報を取得し、サーバ102に送信する。
ステップS519において、サーバ102のCPU201は、作成した画面情報を受信する。
In step S<b>517 , the CPU 201 of the information processing apparatus 101 stores in the RAM 202 the screen components arranged in the component placement section 702 and the attributes set on the attribute setting screen.
In step S<b>518 , the CPU 201 of the information processing apparatus 101 acquires the created screen information from the RAM 202 and transmits it to the server 102 .
In step S519, the CPU 201 of the server 102 receives the created screen information.

ステップS520において、サーバ102のCPU201は、受信した画面情報を記憶する。具体的には、受信した画面情報に含まれる画面名は、画面テーブル410に記憶する。また、配置された画面部品の情報(配置位置、部品種別、文字数、必須チェックボックス、その他の部品属性(例えば、図8の823~836)は、画面部品テーブル420に記憶する。 In step S520, CPU 201 of server 102 stores the received screen information. Specifically, the screen name included in the received screen information is stored in the screen table 410 . Also, the information of the placed screen components (placement position, component type, number of characters, essential check boxes, and other component attributes (for example, 823 to 836 in FIG. 8)) are stored in the screen component table 420. FIG.

ステップS521において、サーバ102のCPU201は、反映の有無について判定する。具体的には、反映チェックボックス833~836のうち、チェック有の場合はステップS522に進み、チェック無の場合はステップS524に進む。 In step S521, the CPU 201 of the server 102 determines the presence or absence of reflection. Specifically, if one of the reflection check boxes 833 to 836 is checked, the process proceeds to step S522, and if not checked, the process proceeds to step S524.

ステップS522において、サーバ102のCPU201は、チェック有の反映チェックボックス833~836に対応する、コピー元画面823の部品825~828の値、およびコピー先画面821の部品829~832に従って、反映トリガーを作成する。例えば、図8の820のように、反映チェックボックス833~836のうち、835と836がチェック有だった場合、サーバ102のCPU201は、の反映トリガー1301(図13)のようなDBトリガーを作成する。 In step S522, the CPU 201 of the server 102 generates a reflection trigger according to the values of the components 825 to 828 of the copy source screen 823 and the components 829 to 832 of the copy destination screen 821 corresponding to the checked reflection check boxes 833 to 836. create. For example, as shown in 820 in FIG. 8, if 835 and 836 of the reflection check boxes 833 to 836 are checked, the CPU 201 of the server 102 creates a DB trigger such as the reflection trigger 1301 (FIG. 13). do.

なお、反映トリガー1301後半のUPDATE文には、チェック有の反映チェックボックス833~836に対応させ、「コピー先画面821の部品名 = コピー元画面823の部品名」のように記載する。これにより、反映チェックボックスの値に従い、コピー元画面のデータの値をコピー先画面のデータに反映することができる。 Note that the UPDATE statement in the second half of the reflection trigger 1301 corresponds to the checked reflection check boxes 833 to 836, and describes such as "part name of copy destination screen 821=part name of copy source screen 823". As a result, the value of the data of the copy source screen can be reflected in the data of the copy destination screen according to the value of the reflection check box.

ステップS523において、サーバ102のCPU201は、ステップS522にて作成した反映トリガー1301をデータベースに設定する。すなわち、ステップS523は、登録済データが更新されたと判定された場合に、登録された新たなデータを更新するか否かの設定を管理する処理の一例を示すステップである。また、ステップS523は、登録済データが更新されたと判定された場合に、登録された新たなデータのうち、当該新たなデータに含まれる項目毎に、更新するか否かの設定を管理する処理の一例を示すステップである。 In step S523, the CPU 201 of the server 102 sets the reflection trigger 1301 created in step S522 in the database. That is, step S523 is a step showing an example of processing for managing settings as to whether or not to update new registered data when it is determined that registered data has been updated. Further, in step S523, when it is determined that the registered data has been updated, among the registered new data, for each item included in the new data, the setting of whether or not to update is managed. It is a step showing an example of

この反映トリガー1301により、コピー元画面823のデータ(顧客マスタテーブル430)が更新された場合、更新された値をコピー先画面821のデータ(売上トランザクションテーブル450)に反映させることができるようになる。 When the data of the copy source screen 823 (customer master table 430) is updated by this reflection trigger 1301, the updated value can be reflected in the data of the copy destination screen 821 (sales transaction table 450). .

なお、本実施形態においては、DBトリガーによって、コピー元画面823の更新されたデータの値をコピー先画面821のデータに反映させるとしたが、これに限定するものではなく、例えば、このDBトリガーと同じ結果を生むJavaScript(登録商標)等のプログラムを生成し、コピー元画面823の画面情報にこのプログラムを含ませることで、情報処理装置101にてコピー元画面823の実行時、画面に表示されたデータが更新されたことをトリガーにして(ステップS611)、情報処理装置101にてこのプログラムを実行することによって、情報処理装置101からコピー先画面821のデータの更新を要求する(ステップS613)等としてもよい。 In this embodiment, the value of the updated data of the copy source screen 823 is reflected in the data of the copy destination screen 821 by the DB trigger. By generating a program such as JavaScript (registered trademark) that produces the same result as , and including this program in the screen information of the copy source screen 823, when the information processing apparatus 101 executes the copy source screen 823, it is displayed on the screen. By executing this program in the information processing apparatus 101 triggered by the fact that the stored data has been updated (step S611), the information processing apparatus 101 requests the data of the copy destination screen 821 to be updated (step S613). ), etc.

この場合のステップS611およびステップS613は、登録済データの値の更新を要求された場合、新たなデータの値の更新を要求する処理の一例を示すステップである。また、この場合のステップS611およびステップS613は、登録済データの値の更新を要求された場合、新たなデータのうち、当該新たなデータに含まれる項目毎に定義された更新するか否かの設定に従って、当該新たなデータに含まれる項目の値の更新を要求する処理の一例を示すステップである。 Steps S611 and S613 in this case are steps showing an example of processing for requesting update of new data values when update of registered data values is requested. In addition, steps S611 and S613 in this case are executed to determine whether or not to update the new data defined for each item included in the new data when the update of the value of the registered data is requested. These are steps showing an example of processing for requesting updating of the values of items included in the new data in accordance with the settings.

ステップS524において、サーバ102のCPU201は、ステップS519にて受信した画面情報を表示して実行するWebアプリケーションを構築する。すなわち、ステップS524は、データベースに登録されている登録済データを選択するデータ選択部品を含む、アプリケーション画面を構築する処理の一例を示すステップである。
ステップS525において、サーバ102のCPU201は、構築したWebアプリケーションを起動する。
以上で、図5の画面作成処理の説明を終了する。
In step S524, the CPU 201 of the server 102 builds a web application that displays and executes the screen information received in step S519. That is, step S524 is a step showing an example of processing for constructing an application screen including a data selection component for selecting registered data registered in the database.
In step S525, the CPU 201 of the server 102 activates the constructed web application.
This is the end of the description of the screen creation process in FIG.

図6は、第1の実施形態の画面利用処理の一例を示すフローチャートである。図6を用いて、作成した画面を利用する処理について、説明する。なお、図5の情報処理装置101は、アプリケーションの画面を作成する開発者が使用する装置であり、図6の情報処理装置101は、アプリケーションを利用するエンドユーザが使用する装置であるが、開発者とエンドユーザが同一の場合も想定されるため、本発明においては図5の情報処理装置101と図6の情報処理装置101とは同一の装置としたが、異なる装置としてもよい。
ステップS601において、情報処理装置101のCPU201は、作成した画面を利用するユーザのログインを受け付ける。
FIG. 6 is a flowchart illustrating an example of screen utilization processing according to the first embodiment. Processing using the created screen will be described with reference to FIG. The information processing device 101 in FIG. 5 is a device used by a developer who creates an application screen, and the information processing device 101 in FIG. 6 is a device used by an end user who uses the application. In the present invention, the information processing apparatus 101 in FIG. 5 and the information processing apparatus 101 in FIG. 6 are assumed to be the same apparatus, but they may be different apparatuses.
In step S<b>601 , the CPU 201 of the information processing apparatus 101 accepts login of a user who uses the created screen.

ステップS602において、情報処理装置101のCPU201は、画面を利用する操作を受け付ける。具体的には、表示されたメニュー(不図示)から、利用する画面に遷移するリンクの押下を受け付ける。
ステップS603において、情報処理装置101のCPU201は、画面利用の要求をサーバ102に送信する。
ステップS604において、サーバ102のCPU201は、画面利用の要求を受信する。
In step S602, the CPU 201 of the information processing apparatus 101 accepts an operation using the screen. Specifically, from the displayed menu (not shown), pressing of a link to transition to the screen to be used is accepted.
In step S<b>603 , the CPU 201 of the information processing apparatus 101 transmits a screen utilization request to the server 102 .
In step S604, the CPU 201 of the server 102 receives a screen usage request.

ステップS605において、サーバ102のCPU201は、要求された画面の画面情報を生成する。具体的には、画面テーブル410と画面部品テーブル420を用いて、画面情報を生成する。すなわち、ステップS605は、データベースに登録されている登録済データを選択するためのデータ選択部品を含む、アプリケーション画面の画面情報を生成する処理の一例を示すステップである。
ステップS606において、サーバ102のCPU201は、生成した画面情報を情報処理装置101に送信する。
ステップS607において、情報処理装置101のCPU201は、画面作成の画面情報を受信する。
In step S605, the CPU 201 of the server 102 generates screen information of the requested screen. Specifically, the screen information is generated using the screen table 410 and the screen component table 420 . That is, step S605 is a step showing an example of processing for generating screen information of an application screen including a data selection component for selecting registered data registered in the database.
In step S<b>606 , the CPU 201 of the server 102 transmits the generated screen information to the information processing apparatus 101 .
In step S607, the CPU 201 of the information processing apparatus 101 receives screen information for screen creation.

ステップS608において、情報処理装置101のCPU201は、受信した画面情報を用いて、画面(例えば、図9の顧客マスタ登録画面910、図10の売上トランザクション登録画面1010)を表示する。すなわち、ステップS608は、レイアウト編集画面を用いて構築された、データベースに登録されている登録済データを選択するためのデータ選択部品を含むアプリケーションの画面を表示する処理の一例を示すステップである。なお、本実施形態においては、ステップS608にて表示される画面は、顧客マスタ登録画面910、売上トランザクション登録画面1010のような、データ登録画面としたが、これに限定するものではなく、顧客マスタ一覧画面930、売上トランザクション一覧画面1060のような、データ一覧画面やデータ検索画面であってもよい。 In step S608, the CPU 201 of the information processing apparatus 101 uses the received screen information to display a screen (for example, the customer master registration screen 910 in FIG. 9 and the sales transaction registration screen 1010 in FIG. 10). That is, step S608 is a step showing an example of processing for displaying an application screen including a data selection component for selecting registered data registered in the database constructed using the layout editing screen. In this embodiment, the screen displayed in step S608 is a data registration screen such as the customer master registration screen 910 and the sales transaction registration screen 1010. However, the screen is not limited to this. A data list screen or a data search screen such as the list screen 930 and the sales transaction list screen 1060 may be used.

ステップS609において、情報処理装置101のCPU201は、画面操作を受け付け、判定する。データ登録ボタン(図9の934、図10の1054)が押下された場合はステップS610に進み、データ編集ボタン(図9の935、図10の1065)が押下された場合はステップS611に進み、データ検索ボタン(図9の936、図10の1066)が押下された場合はステップS612に進み、閉じるボタン(不図示)が押下された場合はこの画面利用処理を終了する。 In step S609, the CPU 201 of the information processing apparatus 101 accepts a screen operation and makes a determination. If the data registration button (934 in FIG. 9, 1054 in FIG. 10) is pressed, the process proceeds to step S610; if the data edit button (935 in FIG. 9, 1065 in FIG. 10) is pressed, the process proceeds to step S611; If the data search button (936 in FIG. 9, 1066 in FIG. 10) has been pressed, the process proceeds to step S612, and if the close button (not shown) has been pressed, this screen utilization process ends.

ステップS610において、情報処理装置101のCPU201は、データ登録画面(例えば、売上トランザクション登録画面1010)を表示し、データ入力を受け付ける。 In step S610, the CPU 201 of the information processing apparatus 101 displays a data registration screen (for example, the sales transaction registration screen 1010) and accepts data input.

ステップS611において、情報処理装置101のCPU201は、データ編集画面(例えば、売上トランザクション登録画面1020)に編集ボタンで選択されたデータを表示し、データ編集を受け付ける。 In step S611, the CPU 201 of the information processing apparatus 101 displays the data selected by the edit button on the data editing screen (for example, the sales transaction registration screen 1020) and accepts data editing.

なお、ステップS610のデータ入力、またはステップS611のデータ編集において、他画面データコピー部品の選択ボタン(図10の1022、1028)の押下を受け付けた場合は、ステップS515の説明において記載したように、コピー元画面の部品の値をコピー先画面の部品に表示する。すなわち、ステップS610およびステップS611は、構築されたアプリケーション画面に表示されたデータ選択部品を用いて、登録済データからデータを選択する処理の一例を示すステップである。また、ステップS610およびステップS611は、表示されたアプリケーション画面に表示されたデータ選択部品を用いて、登録済データからデータを選択する処理の一例を示すステップである。 It should be noted that, in the data input in step S610 or data editing in step S611, if pressing of the other screen data copy component selection button (1022, 1028 in FIG. 10) is received, as described in the description of step S515, Display the value of the component on the copy source screen in the component on the copy destination screen. That is, steps S610 and S611 are steps showing an example of processing for selecting data from registered data using the data selection component displayed on the constructed application screen. Steps S610 and S611 are steps showing an example of processing for selecting data from registered data using the data selection component displayed on the displayed application screen.

ステップS612において、情報処理装置101のCPU201は、データ一覧画面(例えば、売上トランザクション一覧画面1060)の検索項目に入力された値を用いて検索条件を作成する。 In step S612, the CPU 201 of the information processing apparatus 101 creates a search condition using the value entered in the search item on the data list screen (for example, the sales transaction list screen 1060).

ステップS613において、情報処理装置101のCPU201は、受け付けた画面操作に従って、登録・更新・検索の要求をサーバ102に送信する。すなわち、ステップS613は、選択された登録済データの値を用いて、新たなデータとしてデータベースへの登録を要求する処理の一例を示すステップである。また、ステップS613は、選択された登録済データの値の更新を要求する処理の一例を示すステップである。 In step S613, the CPU 201 of the information processing apparatus 101 transmits a registration/update/search request to the server 102 according to the accepted screen operation. That is, step S613 is a step showing an example of processing for requesting registration in the database as new data using the value of the selected registered data. Further, step S613 is a step showing an example of processing for requesting update of the value of the selected registered data.

ステップS614において、サーバ102のCPU201は、要求を受信し、判定する。データ登録の場合はステップS615に進み、データ検索の場合はステップS616に進み、データ更新の場合はステップS617に進む。 In step S614, the CPU 201 of the server 102 receives and determines the request. In the case of data registration, the process proceeds to step S615, in the case of data search, the process proceeds to step S616, and in the case of data update, the process proceeds to step S617.

ステップS615において、サーバ102のCPU201は、受信したデータ登録要求に従って、データをテーブルに登録する。すなわち、ステップS615は、生成されたアプリケーション画面の画面情報に含まれるデータ選択部品を用いて選択された登録済データの値を用いて、新たなデータとしてデータベースに登録する処理の一例を示すステップである。具体的には、登録ボタン1033が押下されて、データ登録要求を受信した場合は、売上トランザクション登録画面1020に入力された値を用いて、売上トランザクションテーブル450に登録する。 In step S615, CPU 201 of server 102 registers the data in the table according to the received data registration request. That is, step S615 is a step showing an example of processing for registering new data in the database using the value of the registered data selected using the data selection component included in the screen information of the generated application screen. be. Specifically, when the registration button 1033 is pressed and a data registration request is received, the values entered in the sales transaction registration screen 1020 are used to register in the sales transaction table 450 .

ステップS616において、サーバ102のCPU201は、受信したデータ検索要求に従って、テーブルを検索する。具体的には、検索ボタン1066が押下されて、データ検索要求を受信した場合は、売上トランザクション一覧画面1060の検索条件部1061に入力された検索条件を用いて、売上トランザクションテーブル450を検索する。 In step S616, CPU 201 of server 102 searches the table according to the received data search request. Specifically, when the search button 1066 is pressed and a data search request is received, the sales transaction table 450 is searched using the search conditions entered in the search condition section 1061 of the sales transaction list screen 1060 .

ステップS617において、サーバ102のCPU201は、受信したデータ更新要求に従って、テーブルのデータを更新する。具体的には、更新ボタンが押下されて、データ更新要求を受信した場合は、売上トランザクション登録画面1020に入力された値を用いて、売上トランザクションテーブル450の該当データを更新する。 In step S617, CPU 201 of server 102 updates the data in the table according to the received data update request. Specifically, when the update button is pressed and a data update request is received, the value entered in the sales transaction registration screen 1020 is used to update the corresponding data in the sales transaction table 450 .

すなわち、ステップS610またはステップS611にて、他画面データコピー部品の選択ボタンを用いてコピー元画面の部品の値をコピー先画面の部品に表示し、ステップS615にてデータ登録またはステップS617にてデータ更新を行った場合、ステップS610、ステップS611、ステップS615、およびステップS617は、構築されたアプリケーション画面に含まれるデータ選択部品を用いて選択された登録済データの値を用いて、新たなデータとしてデータベースに登録する処理の一例を示すステップである。 That is, at step S610 or step S611, the value of the component on the copy source screen is displayed on the component on the copy destination screen using the other screen data copy component selection button. When updating is performed, steps S610, S611, S615, and S617 are performed as new data using the values of the registered data selected using the data selection component included in the constructed application screen. It is a step which shows an example of the process of registering in a database.

ステップS618において、サーバ102のCPU201は、更新したデータは反映トリガーか否かを判定する。すなわち、ステップS618は、登録済データが更新されたか否かを判定する処理の一例を示すステップである。また、ステップS618は、新たなデータが更新されたか否かを判定する処理の一例を示すステップである。 In step S618, the CPU 201 of the server 102 determines whether the updated data is a reflection trigger. That is, step S618 is a step showing an example of processing for determining whether or not registered data has been updated. Further, step S618 is a step showing an example of processing for determining whether or not new data has been updated.

また、画面部品テーブル420は、部品属性として、反映チェックボックス833~836の値を記憶しているため、登録済データが更新されたと判定された場合に、登録された新たなデータを更新するか否かの設定を管理する手段の一例である。また、画面部品テーブル420は、登録済データが更新されたと判定された場合に、登録された新たなデータのうち、データに含まれる項目毎に更新するか否かの設定を管理する手段の一例である。 In addition, since the screen component table 420 stores the values of the reflection check boxes 833 to 836 as component attributes, when it is determined that the registered data has been updated, whether to update the new registered data or not is determined. It is an example of means for managing the setting of whether or not. Also, the screen component table 420 is an example of means for managing settings as to whether or not to update each item included in registered new data when it is determined that the registered data has been updated. is.

具体的には、データ更新に伴う反映トリガーが設定されているか否かを判定する。設定されている場合はステップS619に進み、設定されていない場合はステップS620に進む。例えば、反映トリガー1301のようDBトリガーの場合、データベースに登録されているDBトリガーうち、UPDATE ON句にデータ更新されたテーブルが記載されているか否かを判定する。 Specifically, it is determined whether or not a reflection trigger associated with data update is set. If it is set, the process proceeds to step S619; otherwise, the process proceeds to step S620. For example, in the case of a DB trigger like the reflection trigger 1301, it is determined whether or not a table whose data has been updated is described in the UPDATE ON clause among the DB triggers registered in the database.

ステップS619において、サーバ102のCPU201は、データ更新に伴う反映トリガーを実行する。すなわち、ステップS618およびステップS619は、登録済データが更新されたと判定された場合であって、新たなデータを更新するとして管理されている場合は当該新たなデータを更新し、一方、新たなデータを更新しないとして管理されている場合は当該新たなデータを更新しないよう制御する処理の一例を示すステップである。 In step S619, the CPU 201 of the server 102 executes a reflection trigger associated with the data update. That is, steps S618 and S619 update the new data if it is determined that the registered data has been updated and if the new data is managed to be updated. This is a step showing an example of processing for controlling not to update the new data when the new data is managed as not to be updated.

また、ステップS618およびステップS619は、登録済データが更新されたと判定された場合であって、新たなデータのうち、更新するとして管理されている項目については当該項目の値を更新し、一方、新たなデータのうち、更新しないとして管理されている項目については当該項目の値を更新しないよう制御する処理の一例を示すステップである。 Further, in steps S618 and S619, when it is determined that the registered data has been updated, among the new data, the values of the items managed to be updated are updated. This is a step showing an example of processing for controlling not to update the value of an item managed as not to be updated among new data.

また、ステップS618およびステップS619は、登録済データが更新されたと判定された場合であって、新たなデータのうち、更新するとして記憶されている項目については当該項目の値を更新し、一方、新たなデータのうち、更新しないとして記憶されている項目については当該項目の値を更新しないよう制御する処理の一例を示すステップである。 Further, in steps S618 and S619, when it is determined that the registered data has been updated, among the new data, the values of the items stored as being updated are updated. This is a step showing an example of processing for controlling not to update the value of an item stored as not to be updated among new data.

例えば、反映トリガー1301の場合、UPDATE ON句に記載されているテーブル名は顧客マスタテーブル430であるため、顧客マスタテーブル430のレコードが更新された場合、この反映トリガー1301を実行する。この反映トリガー1301が実行されることにより、コピー元画面823のデータ(顧客マスタテーブル430)が更新された場合、更新された値をコピー先画面821のデータ(売上トランザクションテーブル450)に反映する。 For example, in the case of the reflection trigger 1301, the table name described in the UPDATE ON clause is the customer master table 430, so when the record of the customer master table 430 is updated, this reflection trigger 1301 is executed. When the data of the copy source screen 823 (customer master table 430) is updated by executing this reflection trigger 1301, the updated values are reflected in the data of the copy destination screen 821 (sales transaction table 450).

ステップS620において、サーバ102のCPU201は、登録・更新・検索を行った後に表示する画面情報を生成し、画面情報を情報処理装置101に送信する(ステップS606)。
以上で、図6の画面利用処理の説明を終了する。
In step S620, the CPU 201 of the server 102 generates screen information to be displayed after performing registration/update/search, and transmits the screen information to the information processing apparatus 101 (step S606).
This is the end of the description of the screen utilization processing in FIG.

図11は、第1の実施形態の情報処理装置101において、作成した画面を利用しマスタデータを編集する画面の一例を示す図である。図12は、第1の実施形態の情報処理装置101において、作成した画面を利用しトランザクションデータを表示する画面の一例を示す図である。
図11および図12を用いて、本発明の適用以前と以後の違いについて、説明する。
FIG. 11 is a diagram showing an example of a screen for editing master data using a created screen in the information processing apparatus 101 of the first embodiment. FIG. 12 is a diagram showing an example of a screen displaying transaction data using a created screen in the information processing apparatus 101 of the first embodiment.
The difference between before and after application of the present invention will be described with reference to FIGS. 11 and 12. FIG.

情報処理装置101は、画面利用ユーザによる、顧客マスタ一覧画面1110(図11)の編集ボタン1111の押下を受け付け、顧客マスタ編集画面1120を表示する(ステップS608)。画面利用ユーザによる、顧客マスタ編集画面1130のようなデータ更新、保存ボタン1131の押下を受け付ける(ステップS611)。サーバ102は、顧客マスタテーブル430を更新し(ステップS617)、顧客マスタ一覧画面の画面情報を生成する(ステップS620)。情報処理装置101は、顧客マスタ一覧画面1140を表示する。
この顧客マスタ一覧画面1140では、当然だが、顧客マスタ編集画面1130で更新した値は反映されている(図11の1141)。
The information processing apparatus 101 accepts pressing of the edit button 1111 on the customer master list screen 1110 (FIG. 11) by the screen user, and displays the customer master edit screen 1120 (step S608). Data update such as the customer master edit screen 1130 and pressing of the save button 1131 by the screen user are accepted (step S611). The server 102 updates the customer master table 430 (step S617) and generates screen information for the customer master list screen (step S620). The information processing device 101 displays a customer master list screen 1140 .
This customer master list screen 1140 naturally reflects the values updated on the customer master edit screen 1130 (1141 in FIG. 11).

図12の売上トランザクション一覧画面1210は、本発明を適用していない画面である。よって、顧客マスタ編集画面1130で更新した値が、1211および1212に反映されておらず、『発明が解決しようとする課題』をクリアできていない。なお、売上トランザクション一覧画面1210は、図8の反映チェックボックス833~836のすべてをOFFに設定した場合と同じ結果である。 The sales transaction list screen 1210 in FIG. 12 is a screen to which the present invention is not applied. Therefore, the values updated on the customer master edit screen 1130 are not reflected in 1211 and 1212, and the "problem to be solved by the invention" cannot be cleared. The sales transaction list screen 1210 is the same result as when all of the reflection check boxes 833 to 836 in FIG. 8 are set to OFF.

また、図12の売上トランザクション一覧画面1220は、本発明を適用した画面である。よって、顧客マスタ編集画面1130で更新した値が、1221および1222に反映されており、『発明が解決しようとする課題』をクリアできている。 Also, the sales transaction list screen 1220 in FIG. 12 is a screen to which the present invention is applied. Therefore, the values updated on the customer master edit screen 1130 are reflected in 1221 and 1222, and the "problem to be solved by the invention" has been cleared.

以上により、コピー元データの更新をコピー先データに反映するアプリケーションを構築することができるため、アプリケーションを利用することによって生成されるコピー元データとコピー先データとの整合性を容易に保つアプリケーションを構築する仕組みを提供することができる。
As described above, it is possible to build an application that reflects the update of the copy source data to the copy destination data. It is possible to provide a mechanism for building.

〔第2の実施形態〕
第1の実施形態は、コピー元データの更新をコピー先データに反映するアプリケーションを構築する仕組みであり、第2の実施形態は、コピー先データの更新をコピー元データに反映するアプリケーションを構築する仕組みである。第2の実施形態により、アプリケーションを利用することによって生成されるコピー元データとコピー先データとの整合性を容易に保つアプリケーションを構築する仕組みを提供することができるようになる。
[Second embodiment]
The first embodiment is a mechanism for constructing an application that reflects the update of the copy source data to the copy destination data, and the second embodiment constructs an application that reflects the update of the copy destination data to the copy source data. It's how it works. According to the second embodiment, it is possible to provide a mechanism for constructing an application that easily maintains consistency between copy source data and copy destination data generated by using an application.

図14~図18を用いて、第2の実施形態について説明する。
図14は、第2の実施形態の画面作成処理の一例を示すフローチャートである。なお、第2の実施形態では、第1の実施形態における図5のフローチャートを図14に置き換え、第1の実施形態のステップと同じ処理については、同じステップ番号を付与し説明を省略する。
A second embodiment will be described with reference to FIGS. 14 to 18. FIG.
FIG. 14 is a flowchart illustrating an example of screen creation processing according to the second embodiment. In the second embodiment, the flowchart of FIG. 5 in the first embodiment is replaced with FIG. 14, and the same step numbers are assigned to the same processes as in the first embodiment, and description thereof is omitted.

図15は、第2の実施形態の情報処理装置101が表示する、画面の部品属性を設定する画面の一例を示す図である。なお、第2の実施形態では、第1の実施形態における図8の画面を図15に置き換え、第1の実施形態の項目と同じ項目については、同じ項目番号を付与し説明を省略する。
図16は、第1の実施形態のサーバ102にて作成される反映トリガーの一例を示す図である。
FIG. 15 is a diagram showing an example of a screen for setting component attributes of the screen displayed by the information processing apparatus 101 according to the second embodiment. In the second embodiment, the screen of FIG. 8 in the first embodiment is replaced with that of FIG. 15, and the same items as those in the first embodiment are given the same item numbers, and description thereof is omitted.
FIG. 16 is a diagram showing an example of a reflection trigger created by the server 102 of the first embodiment.

ステップS1401において、情報処理装置101のCPU201は、コピー先の値更新をコピー元の他部品へ反映するか否かの選択を受け付ける。すなわち、ステップS1401は、新たなデータが更新されたと判定された場合に、データ選択部品を用いて選択された登録済データを更新するか否かの設定を管理する処理の一例を示すステップである。 In step S1401, the CPU 201 of the information processing apparatus 101 accepts a selection as to whether or not to reflect the value update of the copy destination to other parts of the copy source. That is, step S1401 is a step showing an example of processing for managing settings as to whether or not to update registered data selected using a data selection component when it is determined that new data has been updated. .

具体的には、反映チェックボックス1501~1504(図15)の選択を受け付ける。図15の1501~1504の設定により、コピー先画面821において部品名822の値が更新された場合、コピー先画面821の部品829~832の値を、コピー元画面823の部品825~828にコピーするか否かを決定することができる。つまり、反映チェックボックス1501~1504のうち、チェックされている部品についてはコピー先の値をコピー元の部品に反映し、チェックされていない部品についてはコピー先の値をコピー元の部品に反映しないと設定することができる。 Specifically, selection of reflection check boxes 1501 to 1504 (FIG. 15) is accepted. When the value of the part name 822 on the copy destination screen 821 is updated by setting 1501 to 1504 in FIG. You can decide whether to That is, among the reflection check boxes 1501 to 1504, the values of the copy destination are reflected to the copy source components for the components that are checked, and the values of the copy destination are not reflected to the copy source components for the unchecked components. can be set as

これにより、コピー先の値が更新された場合、コピー元に反映する/しないを部品ごとに設定することができる。例えば、「顧客名」「住所」「電話」などの項目について、商品を配送した配送者が誤りに気づき、売上トランザクションを更新した場合、売上トランザクション(コピー先)の更新を顧客マスタ(コピー元)等に反映させ、「メール」などの配送者が気づきえない項目については、配送者が売上トランザクションをたとえ更新したとしても、売上トランザクション(コピー先)の更新を顧客マスタ(コピー元)等に反映させないといった柔軟な運用が可能なアプリケーションを構築することができる。 As a result, when the value of the copy destination is updated, it is possible to set whether or not to reflect it in the copy source for each part. For example, if the delivery person who delivered the product noticed an error in items such as "customer name", "address", and "telephone" and updated the sales transaction, the update of the sales transaction (copy destination) should be performed in the customer master (copy source). etc., and for items that the deliverer cannot notice, such as "mail", even if the deliverer updates the sales transaction, the update of the sales transaction (copy destination) is reflected in the customer master (copy source), etc. It is possible to build an application that can be operated flexibly such as not to

ステップS522(図14)において、サーバ102のCPU201は、反映トリガー1601(図16)のようなDBトリガーを作成する。
なお、反映トリガー1601後半のUPDATE文には、チェック有の反映チェックボックス1501~1504に対応させ、「コピー元画面823の部品名 = コピー先画面821の部品名」のように記載する。これにより、反映チェックボックスの値に従い、コピー先画面のデータの値をコピー元画面のデータに反映することができる。
In step S522 (FIG. 14), the CPU 201 of the server 102 creates a DB trigger like the reflection trigger 1601 (FIG. 16).
Note that the UPDATE statement in the second half of the reflection trigger 1601 corresponds to the checked reflection checkboxes 1501 to 1504, and describes such as "part name of copy source screen 823=part name of copy destination screen 821". As a result, the value of the data of the copy destination screen can be reflected in the data of the copy source screen according to the value of the reflection check box.

よって、ステップS523(図14)は、新たなデータが更新されたと判定された場合に、データ選択部品を用いて選択された登録済データを更新するか否かの設定を管理する処理の一例を示すステップである。また、第2の実施形態において実行されるステップS619は、新たなデータが更新されたと判定された場合であって、登録済データを更新するとして管理されている場合は当該登録済データを更新し、一方、登録済データを更新しないとして管理されている場合は当該登録済データを更新しないよう制御する処理の一例を示すステップである。 Therefore, step S523 (FIG. 14) is an example of processing for managing settings as to whether or not to update registered data selected using a data selection component when it is determined that new data has been updated. are the steps shown. Further, step S619 executed in the second embodiment updates the registered data if it is determined that the new data has been updated and the registered data is managed to be updated. On the other hand, when the registered data is managed so as not to be updated, it is a step showing an example of processing for controlling not to update the registered data.

また、ステップS1401では、反映チェックボックス1501~1504の選択以外に、「コピー元レコードのステータスが完了の場合も反映する」チェックボックス1506の選択も受け付ける。このチェックボックス1506が選択されなかった場合は、反映トリガー1601後半のWHERE文に、「AND ステータス!=“完了”」等を追加することで、顧客マスタ(コピー元)の対象レコードのステータスが“完了”のときは反映しないようにすることができる。 Further, in step S1401, in addition to the selection of reflection check boxes 1501 to 1504, selection of a check box 1506 "reflect even when copy source record status is complete" is accepted. If this check box 1506 is not selected, the status of the target record in the customer master (copy source) is changed to " It can be set not to be reflected when "Completed".

よって、ステップS523(図14)は、登録された新たなデータのステータスに従って当該新たなデータを更新するか否かの設定を管理処理の一例を示すステップである。また、第2の実施形態において実行されるステップS619は、登録済データが更新されたと判定された場合であって、新たなデータのステータスに従って当該新たなデータを更新するとして記憶されている場合は、当該ステータスに従って当該新たなデータの更新をするか否かの制御をし、一方、新たなデータのステータスに従っては当該新たなデータを更新しないとして記憶されている場合は、当該ステータスに関わらず当該新たなデータの更新をするか否かの制御をする処理の一例を示すステップである。 Therefore, step S523 (FIG. 14) is a step showing an example of management processing for setting whether to update the registered new data according to the status of the new data. Further, in step S619 executed in the second embodiment, when it is determined that the registered data has been updated, and when it is stored as updating the new data according to the status of the new data, , controls whether or not to update the new data according to the status, and on the other hand, if stored as not to update the new data according to the status of the new data, the These are steps showing an example of processing for controlling whether or not to update new data.

これにより、顧客マスタ(コピー元)において、ステータス=“完了”となっているデータ(例えば、退会などにより論理削除されたデータ等)については、たとえ売上トランザクション(コピー先)データが更新されたとしても、顧客マスタ(コピー元)に反映しないと設定することができるため、顧客マスタ(コピー元)データのステータスに従って、更新を反映する/しないを制御可能なアプリケーションを構築することができる。 As a result, in the customer master (copy source), for data whose status is "completed" (for example, data logically deleted due to withdrawal etc.), even if the sales transaction (copy destination) data is updated can also be set not to be reflected in the customer master (copy source), it is possible to build an application that can control whether or not to reflect the update according to the status of the customer master (copy source) data.

また、「コピー先レコードのステータスが完了の場合も反映する」チェックボックス1505についても同様に、チェックの有無によって反映トリガー1301(図13)後半のWHERE文を変更する。 Likewise, the WHERE statement in the second half of the reflection trigger 1301 (FIG. 13) is changed depending on whether or not the check box 1505 "reflect even if the status of the copy destination record is complete" is checked.

これにより、売上トランザクション(コピー先)において、ステータス=“完了”となっているデータ(例えば、配送完了などにより論理削除されたデータ等)については、たとえ顧客マスタ(コピー元)データが更新されたとしても、売上トランザクション(コピー先)に反映しないと設定することができるため、売上トランザクション(コピー先)データのステータスに従って、更新を反映する/しないを制御可能なアプリケーションを構築することができる。
As a result, even if the customer master (copy source) data is However, since it can be set not to be reflected in the sales transaction (copy destination), it is possible to build an application that can control whether or not to reflect the update according to the status of the sales transaction (copy destination) data.

図17は、第2の実施形態の画面利用処理の一例を示すフローチャートである。なお、第2の実施形態では、第1の実施形態における図6のフローチャートを図17に置き換え、第1の実施形態のステップと同じ処理については、同じステップ番号を付与し説明を省略する。 FIG. 17 is a flowchart illustrating an example of screen utilization processing according to the second embodiment. In the second embodiment, the flowchart of FIG. 6 in the first embodiment is replaced with FIG. 17, and the same step numbers are assigned to the same processes as in the first embodiment, and the description thereof is omitted.

ステップS1701において、サーバ102のCPU201は、要求された画面に関して登録されているトリガー情報を取得する。すなわち、ステップS1701は、記憶されている新たなデータを更新する設定情報を取得する処理の一例を示すステップである。具体的には、ステップS522(図5および図14)にて作成された反映トリガーのうち、要求された画面の画面名が含まれている反映トリガー文を取得する。 In step S1701, the CPU 201 of the server 102 acquires registered trigger information regarding the requested screen. That is, step S1701 is a step showing an example of processing for acquiring setting information for updating new stored data. Specifically, among the reflection triggers created in step S522 (FIGS. 5 and 14), the reflection trigger sentence containing the screen name of the requested screen is acquired.

ステップS1702において、サーバ102のCPU201は、要求された画面の画面情報を生成する。すなわち、ステップS1702は、取得された設定情報に従って、登録済データと新たなデータとにおける更新の関連性を示す画面情報を生成する処理の一例を示すステップである。具体的には、ステップS1701にて取得された反映トリガーのうち、要求された画面の画面名が図16の1602の部分に記載されているか、1603の部分に記載されているか、および、1604の部分の項目名に従って、データ反映の関連性を示す画面情報を生成する。 In step S1702, the CPU 201 of the server 102 generates screen information for the requested screen. That is, step S1702 is a step showing an example of processing for generating screen information indicating the update relationship between registered data and new data according to the acquired setting information. Specifically, among the reflection triggers acquired in step S1701, the screen name of the requested screen is described in part 1602 or 1603 in FIG. Screen information that indicates the relationship of data reflection is generated according to the item name of the part.

ステップS608(図17)において、情報処理装置101のCPU201は、受信した画面情報を用いて、画面(例えば、図18の売上トランザクション編集画面1810、売上トランザクション編集画面1820および顧客マスタ一覧画面1830)を表示する。
In step S608 (FIG. 17), the CPU 201 of the information processing apparatus 101 uses the received screen information to display the screen (for example, sales transaction edit screen 1810, sales transaction edit screen 1820, and customer master list screen 1830 in FIG. 18). indicate.

ここで、図18について、説明しておく。
図18は、第2の実施形態の情報処理装置101において、作成した画面を利用しマスタデータを表示する画面の一例を示す図である。
コピー先画面である売上トランザクション編集画面1810の「住所1811」および「電話番号1812」の値を、売上トランザクション編集画面1820のように変更し、保存ボタン1823の押下により、値を更新した場合、ステップS522(図14)にて作成された反映トリガー1601(図16)によって、コピー元画面のデータ(顧客マスタテーブル430)が更新される。これにより、コピー元画面である顧客マスタ一覧画面1830のレコード1831の値が更新して表示されるようになる。
Here, FIG. 18 will be explained.
FIG. 18 is a diagram showing an example of a screen for displaying master data using a created screen in the information processing apparatus 101 of the second embodiment.
When the values of "address 1811" and "telephone number 1812" on the sales transaction edit screen 1810, which is the copy destination screen, are changed as shown in the sales transaction edit screen 1820 and the values are updated by pressing the save button 1823, step The copy source screen data (customer master table 430) is updated by the reflection trigger 1601 (FIG. 16) created in S522 (FIG. 14). As a result, the value of the record 1831 of the customer master list screen 1830, which is the copy source screen, is updated and displayed.

これにより、アプリケーションを利用することによって生成されるコピー元データとコピー先データとの整合性を容易に保つアプリケーションを構築する仕組みを提供することができるようになる。
以上で、図18の説明を終了する。
This makes it possible to provide a mechanism for constructing an application that easily maintains consistency between copy source data and copy destination data generated by using the application.
This completes the description of FIG.

ステップS1703において、情報処理装置101のCPU201は、ステップS1702にて生成したデータ反映の関連性を示す画面情報を用いて、データ反映の関連性を示す情報を表示する(図19)。
In step S1703, the CPU 201 of the information processing apparatus 101 displays information indicating the relationship of data reflection using the screen information indicating the relationship of data reflection generated in step S1702 (FIG. 19).

ここで、図19について、説明しておく。
図19は、第2の実施形態の情報処理装置101において、データ反映の関連を表示する画面の一例を示す図である。
顧客マスタ一覧画面1910には、1911および1912のようなデータ反映の関連性を示す情報を表示する。
データ反映の関連性を示す情報とは、ステップS1701にて取得された反映トリガーのうち、要求された画面の画面名が図16の1602若しくは1603の部分に記載されているか、並びに1604の部分の項目名に従って、ステップS1702にて生成した画面情報である。
Here, FIG. 19 will be explained.
FIG. 19 is a diagram showing an example of a screen displaying relationships of data reflection in the information processing apparatus 101 of the second embodiment.
A customer master list screen 1910 displays information such as 1911 and 1912 indicating the relationship of data reflection.
The information indicating the relevance of data reflection is whether the screen name of the requested screen is described in 1602 or 1603 in FIG. This is the screen information generated in step S1702 according to the item name.

1911は、売上トランザクションテーブル450と顧客マスタテーブル430とのデータ反映の関連性を示す情報であり、1912は、ポイントマスタテーブル(不図示)と顧客マスタテーブル430とのデータ反映の関連性を示す情報である。
反映トリガー1601(図16)を用いて、ステップS1702にて画面情報1911を生成する手順について説明する。
1911 is information indicating the relationship of data reflection between the sales transaction table 450 and the customer master table 430, and 1912 is information indicating the relationship of data reflection between the point master table (not shown) and the customer master table 430. is.
A procedure for generating the screen information 1911 in step S1702 using the reflection trigger 1601 (FIG. 16) will be described.

現在表示しようとしている画面は「顧客マスタ一覧画面1910」であるため、この画面名「顧客マスタ」を1603(図16)に持つ反映トリガー1601をステップS1701にて取得する。 Since the screen to be displayed at present is the "customer master list screen 1910", the reflection trigger 1601 having this screen name "customer master" in 1603 (FIG. 16) is acquired in step S1701.

反映トリガー1601の1602には、「売上トランザクションテーブル」と記載されているため、売上トランザクションテーブル450と顧客マスタテーブル430とのデータ反映の関連性を示す画面情報1911を生成する。 Since 1602 of the reflection trigger 1601 describes "sales transaction table", screen information 1911 showing the relationship of data reflection between the sales transaction table 450 and the customer master table 430 is generated.

反映トリガー1601の1604には、売上トランザクションテーブル450の値を顧客マスタテーブル430の値に反映することが記載されているため、1604に記載されている項目名「顧客名」「住所」「電話」について、売上トランザクションテーブル450→顧客マスタテーブル430の方向に反映することを示す「→」を表示する画面情報1911を生成する。
同様にして、反映トリガー1301(図13)を用いて、ステップS1702にて画面情報1911を生成する手順について説明する。
1604 of the reflection trigger 1601 describes that the value of the sales transaction table 450 is reflected to the value of the customer master table 430, so the item names described in 1604 are "customer name", "address", and "telephone". is generated, the screen information 1911 displaying "→" indicating that it is reflected in the direction from the sales transaction table 450 to the customer master table 430 is generated.
Similarly, a procedure for generating screen information 1911 in step S1702 using the reflection trigger 1301 (FIG. 13) will be described.

現在表示しようとしている画面は「顧客マスタ一覧画面1910」であるため、この画面名を1302(図13)に持つ反映トリガー1601をステップS1701にて取得する。 Since the screen to be displayed at present is the "customer master list screen 1910", the reflection trigger 1601 having this screen name in 1302 (FIG. 13) is obtained in step S1701.

反映トリガー1301の1303には、「売上トランザクションテーブル」と記載されているため、売上トランザクションテーブル450と顧客マスタテーブル430とのデータ反映の関連性を示す画面情報を生成する。 Since 1303 of the reflection trigger 1301 describes "sales transaction table", screen information indicating the relationship of data reflection between the sales transaction table 450 and the customer master table 430 is generated.

反映トリガー1301の1304には、顧客マスタテーブル430の値を売上トランザクションテーブル450の値に反映することが記載されているため、1604に記載されている項目名「電話」「メール」について、売上トランザクションテーブル450←顧客マスタテーブル430の方向に反映することを示す「←」を表示する画面情報を生成する。
また、「電話」については「→」「←」の両方向が重なるため、「⇔」の表示に代えて、1911のように「→」「→」「⇔」「←」と表示する。
1304 of the reflection trigger 1301 describes that the value of the customer master table 430 is reflected in the value of the sales transaction table 450. It generates screen information that displays "←" indicating that it is reflected in the direction of the table 450←customer master table 430.
As for "telephone", since both directions of "→" and "←" overlap, "→", "→", "⇔", and "←" are displayed as in 1911 instead of the display of "⇔".

これにより、顧客マスタ一覧画面1910のような一覧画面において、他の画面(または画面のデータを保持するテーブル)とのデータ反映の関連性を示す情報を表示することができ、編集ボタンを押下した後に表示される顧客マスタ編集画面1920のような詳細表示画面において、データ反映の関連性を示す情報(1921および1922)を表示することもできる。 As a result, on a list screen such as the customer master list screen 1910, it is possible to display information indicating the relationship of data reflection with other screens (or tables that hold screen data). Information (1921 and 1922) indicating the relationship of data reflection can also be displayed on a detail display screen such as the customer master edit screen 1920 that will be displayed later.

よって、アプリケーションを利用することによって生成されるコピー元データとコピー先データとの関連性を容易に識別できるアプリケーションを構築する仕組みを提供することができる。 Therefore, it is possible to provide a mechanism for constructing an application that can easily identify the relationship between copy source data and copy destination data generated by using the application.

以上により、アプリケーションを利用することによって生成されるコピー元データとコピー先データとの整合性を容易に保つアプリケーションを構築する仕組みを提供することができる。
As described above, it is possible to provide a mechanism for constructing an application that easily maintains consistency between copy source data and copy destination data generated by using the application.

以上のように、前述した実施形態の機能を実現するプログラムを記録した記録媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記録媒体に格納されたプログラムを読み出し、実行することによっても本発明の目的が達成されることは言うまでもない。 As described above, a recording medium recording a program for realizing the functions of the above-described embodiments is supplied to a system or device, and the computer (or CPU or MPU) of the system or device reads the program stored in the recording medium. Needless to say, the object of the present invention can also be achieved by reading and executing.

この場合、記録媒体から読み出されたプログラム自体が本発明の新規な機能を実現することになり、そのプログラムを記録した記録媒体は本発明を構成することになる。 In this case, the program itself read from the recording medium implements the novel functions of the present invention, and the recording medium recording the program constitutes the present invention.

プログラムを供給するための記録媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、CD-ROM、CD-R、DVD-ROM、磁気テープ、不揮発性のメモリカード、ROM、EEPROM、シリコンディスク等を用いることが出来る。 Examples of recording media for supplying programs include flexible disks, hard disks, optical disks, magneto-optical disks, CD-ROMs, CD-Rs, DVD-ROMs, magnetic tapes, non-volatile memory cards, ROMs, EEPROMs, silicon A disk or the like can be used.

また、コンピュータが読み出したプログラムを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムの指示に基づき、コンピュータ上で稼働しているOS(オペレーティングシステム)等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。 Further, by executing the program read by the computer, not only the functions of the above-described embodiments are realized, but also based on the instructions of the program, the OS (operating system) and the like running on the computer are actually executed. Needless to say, a case where part or all of the processing is performed and the functions of the above-described embodiments are realized by the processing are included.

さらに、記録媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。 Furthermore, after the program read from the recording medium is written in the memory provided in the function expansion board inserted into the computer or the function expansion unit connected to the computer, the function expansion board is read according to the instruction of the program code. It goes without saying that a case where a CPU or the like provided in a function expansion unit performs part or all of the actual processing and the functions of the above-described embodiments are realized by the processing.

また、本発明は、複数の機器から構成されるシステムに適用しても、ひとつの機器から成る装置に適用しても良い。また、本発明は、システムあるいは装置にプログラムを供給することによって達成される場合にも適応できることは言うまでもない。この場合、本発明を達成するためのプログラムを格納した記録媒体を該システムあるいは装置に読み出すことによって、そのシステムあるいは装置が、本発明の効果を享受することが可能となる。 Moreover, the present invention may be applied to a system composed of a plurality of devices or to an apparatus composed of a single device. Further, it goes without saying that the present invention can be applied to the case where it is achieved by supplying a program to a system or apparatus. In this case, by loading a recording medium storing a program for achieving the present invention into the system or device, the system or device can enjoy the effects of the present invention.

上記プログラムの形態は、オブジェクトコード、インタプリタにより実行されるプログラムコード、OS(オペレーティングシステム)に供給されるスクリプトデータ等の形態から成ってもよい。 The program may be in the form of object code, program code executed by an interpreter, script data supplied to an OS (operating system), or the like.

さらに、本発明を達成するためのプログラムをネットワーク上のサーバ、データベース等から通信プログラムによりダウンロードして読み出すことによって、そのシステムあるいは装置が、本発明の効果を享受することが可能となる。なお、上述した各実施形態およびその変形例を組み合わせた構成も全て本発明に含まれるものである。 Furthermore, by downloading and reading out the program for achieving the present invention from a server, database, etc. on the network using a communication program, the system or device can enjoy the effects of the present invention. It should be noted that all configurations obtained by combining each of the above-described embodiments and modifications thereof are also included in the present invention.

100 情報処理システム
101 情報処理装置
102 サーバ
103 ネットワーク
100 information processing system 101 information processing device 102 server 103 network

Claims (9)

コンピュータを、
登録済データに含まれる項目から、当該登録済データを参照元として登録する新たなデータに用いる項目の選択を受け付ける選択受付手段と、
前記選択受付手段により選択を受け付けた項目に対して、前記登録済データの当該項目の値が更新された場合に当該登録済データを参照元として登録された新たなデータの更新をするかの設定を受け付ける設定受付手段と、
前記新たなデータを前記登録済データの更新に応じて更新後の登録済みデータを用いて更新するか否かを、前記設定受付手段により受け付けた設定に基づいて制御するアプリケーションが構築されるように制御する制御手段
として機能させるためのプログラム。
the computer,
selection receiving means for receiving a selection of an item to be used for new data to be registered with the registered data as a reference from the items included in the registered data;
Setting whether to update new data registered with the registered data as a reference when the value of the item of the registered data is updated for the item whose selection is accepted by the selection accepting means setting receiving means for receiving
An application is constructed that controls whether or not the new data is updated using the updated registered data according to the update of the registered data, based on the setting received by the setting receiving means. A program to function as a control means to control.
前記制御手段は、
前記登録済データが更新された場合であって、前記設定受付手段により新たなデータの更新をする設定を受け付けた場合は当該新たなデータを更新し、一方、前記設定受付手段により新たなデータの更新をしない設定を受け付けた場合は当該新たなデータの更新を抑止するアプリケーションが構築されるように制御すること
を特徴とする請求項1に記載のプログラム。
The control means is
When the registered data is updated and the setting receiving means receives a setting to update new data, the new data is updated, and the setting receiving means updates the new data. 2. The program according to claim 1, wherein when a setting not to update is accepted, control is performed so that an application that suppresses update of the new data is constructed.
前記設定受付手段は、
前記登録済データが更新された場合に、前記新たなデータのステータスに基づき当該新たなデータの更新をするかの設定を受け付け、
前記制御手段は、
前記登録済データが更新された場合であって、前記設定受付手段により新たなデータのステータスに基づき当該新たなデータを更新する設定を受け付けた場合は当該ステータスに基づき当該新たなデータの更新を制御し、一方、前記設定受付手段により新たなデータのステータスに従って当該新たなデータを更新しない設定を受け付けた場合は当該ステータスに関わらず当該新たなデータの更新を制御するアプリケーションが構築されるように制御すること
を特徴とする請求項1または2に記載のプログラム。
The setting reception means
receiving a setting as to whether to update the new data based on the status of the new data when the registered data is updated;
The control means is
When the registered data is updated and the setting receiving means receives a setting to update the new data based on the status of the new data, the updating of the new data is controlled based on the status. On the other hand, if the setting receiving means receives a setting not to update the new data according to the status of the new data, control is performed so that an application that controls updating of the new data is constructed regardless of the status. 3. The program according to claim 1 or 2, characterized by:
前記設定受付手段により受け付けた設定に基づき、前記登録済データおよび前記新たなデータにおける更新の関連性を示す画面情報を生成する生成手段をとして更に機能させる請求項1乃至3のいずれか1項に記載のプログラム。 4. The system according to any one of claims 1 to 3, further functioning as generating means for generating screen information indicating the relationship between updates in said registered data and said new data based on the settings received by said setting receiving means. program as described. コンピュータを、
登録済データに含まれる項目から、当該登録済データを参照元として登録する新たなデータに用いる項目の選択を受け付ける選択受付手段と、
前記選択受付手段により選択を受け付けた項目に対して、前記登録済データおよび当該登録済データに基づき登録される新たなデータのどちらか一方が更新された場合に、もう一方の更新をするか否かの設定を受け付ける設定受付手段と、
前記登録済データおよび前記新たなデータのどちらか一方が更新された場合、前記設定受付手段により受け付けた設定に基づき、前記もう一方の更新を制御するアプリケーションが構築されるように制御する制御手段
として機能させるためのプログラム。
the computer,
selection receiving means for receiving a selection of an item to be used for new data to be registered with the registered data as a reference from the items included in the registered data;
Whether or not to update the other when either the registered data or new data registered based on the registered data is updated for the item for which the selection is accepted by the selection acceptance means setting receiving means for receiving settings of
as a control means for controlling so that, when either one of the registered data and the new data is updated, an application for controlling updating of the other data is constructed based on the setting received by the setting receiving means A program to make it work.
コンピュータにおける制御方法であって、
登録済データに含まれる項目から、当該登録済データを参照元として登録する新たなデータに用いる項目の選択を受け付ける選択受付ステップと、
前記選択受付ステップにより選択を受け付けた項目に対して、前記登録済データの当該項目の値が更新された場合に当該登録済データを参照元として登録された新たなデータの更新をするかの設定を受け付ける設定受付ステップと、
前記新たなデータを前記登録済データの更新に応じて更新後の登録済みデータを用いて更新するか否かを、前記設定受付ステップにより受け付けた設定に基づいて制御するアプリケーションが構築されるように制御する制御ステップと
を実行することを特徴とする制御方法。
A control method in a computer, comprising:
a selection receiving step of receiving a selection of items to be used for new data to be registered with the registered data as a reference from the items included in the registered data;
Setting whether to update new data registered with the registered data as a reference when the value of the item of the registered data is updated for the item whose selection is accepted by the selection accepting step a setting reception step that receives
An application is constructed that controls whether or not the new data is updated using the updated registered data according to the update of the registered data, based on the setting accepted by the setting accepting step. A control method characterized by executing a control step of controlling.
コンピュータにおける制御方法であって、
登録済データに含まれる項目から、当該登録済データを参照元として登録する新たなデータに用いる項目の選択を受け付ける選択受付ステップと、
前記選択受付ステップにより選択を受け付けた項目に対して、前記登録済データおよび当該登録済データに基づき登録される新たなデータのどちらか一方が更新された場合に、もう一方の更新をするか否かの設定を受け付ける設定受付ステップと、
前記登録済データおよび前記新たなデータのどちらか一方が更新された場合、前記設定受付ステップにより受け付けた設定に基づき、前記もう一方の更新を制御するアプリケーションが構築されるように制御する制御ステップと
を実行することを特徴とする制御方法。
A control method in a computer, comprising:
a selection receiving step of receiving a selection of items to be used for new data to be registered with the registered data as a reference from the items included in the registered data;
Whether or not to update the other when either the registered data or new data registered based on the registered data is updated for the item for which the selection is accepted in the selection acceptance step a setting reception step for receiving the setting of
a control step for controlling, when one of the registered data and the new data is updated, building an application for controlling updating of the other based on the setting accepted by the setting accepting step; A control method characterized by executing
登録済データに含まれる項目から、当該登録済データを参照元として登録する新たなデータに用いる項目の選択を受け付ける選択受付手段と、
前記選択受付手段により選択を受け付けた項目に対して、前記登録済データの当該項目の値が更新された場合に当該登録済データを参照元として登録された新たなデータの更新をするかの設定を受け付ける設定受付手段と、
前記新たなデータを前記登録済データの更新に応じて更新後の登録済みデータを用いて更新するか否かを、前記設定受付手段により受け付けた設定に基づいて制御するアプリケーションを構築させるように制御する制御手段と
を備えることを特徴とする情報処理装置。
selection receiving means for receiving a selection of an item to be used for new data to be registered with the registered data as a reference from the items included in the registered data;
Setting whether to update new data registered with the registered data as a reference when the value of the item of the registered data is updated for the item whose selection is accepted by the selection accepting means setting receiving means for receiving
control to construct an application that controls whether or not the new data is updated using the updated registered data according to the update of the registered data, based on the setting received by the setting receiving means; and a control means for controlling the information processing apparatus.
登録済データに含まれる項目から、当該登録済データを参照元として登録する新たなデータに用いる項目の選択を受け付ける選択受付手段と、
前記選択受付手段により選択を受け付けた項目に対して、前記登録済データおよび該登録済データに基づき登録される新たなデータのどちらか一方が更新された場合に、もう一方の更新をするか否かの設定を受け付ける設定受付手段と、
前記登録済データおよび前記新たなデータのどちらか一方が更新された場合、前記設定受付手段により受け付けた設定に基づき、前記もう一方の更新を制御するアプリケーションを構築させるように制御する制御手段と
を備えることを特徴とする情報処理装置。
selection receiving means for receiving a selection of an item to be used for new data to be registered with the registered data as a reference from the items included in the registered data;
When either one of the registered data and new data registered based on the registered data is updated for the item whose selection is accepted by the selection accepting means, whether to update the other setting receiving means for receiving a setting as to whether or not
and a control means for controlling, when one of said registered data and said new data is updated, building an application for controlling updating of said other data based on the setting received by said setting receiving means. An information processing device comprising:
JP2021201591A 2015-12-28 2021-12-13 Program, control method and information processing device Active JP7260813B2 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2015257244 2015-12-28
JP2015257244 2015-12-28
JP2019142256A JP6997387B2 (en) 2015-12-28 2019-08-01 Servers, information processing equipment, processing methods and programs

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2019142256A Division JP6997387B2 (en) 2015-12-28 2019-08-01 Servers, information processing equipment, processing methods and programs

Publications (3)

Publication Number Publication Date
JP2022022451A JP2022022451A (en) 2022-02-03
JP2022022451A5 JP2022022451A5 (en) 2022-08-19
JP7260813B2 true JP7260813B2 (en) 2023-04-19

Family

ID=59272263

Family Applications (3)

Application Number Title Priority Date Filing Date
JP2016251312A Active JP6565894B2 (en) 2015-12-28 2016-12-26 Server, information processing apparatus, processing method, and program
JP2019142256A Active JP6997387B2 (en) 2015-12-28 2019-08-01 Servers, information processing equipment, processing methods and programs
JP2021201591A Active JP7260813B2 (en) 2015-12-28 2021-12-13 Program, control method and information processing device

Family Applications Before (2)

Application Number Title Priority Date Filing Date
JP2016251312A Active JP6565894B2 (en) 2015-12-28 2016-12-26 Server, information processing apparatus, processing method, and program
JP2019142256A Active JP6997387B2 (en) 2015-12-28 2019-08-01 Servers, information processing equipment, processing methods and programs

Country Status (1)

Country Link
JP (3) JP6565894B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7187807B2 (en) * 2018-04-10 2022-12-13 富士フイルムビジネスイノベーション株式会社 Information processing device and program
JP7316060B2 (en) * 2019-02-26 2023-07-27 株式会社日立製作所 Application screen display program implementation method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002169717A (en) 2000-12-01 2002-06-14 Hitachi Ltd Centralized master management system
US20070127426A1 (en) 2005-10-26 2007-06-07 Watters Andrew P Development environment
JP2010225015A (en) 2009-03-25 2010-10-07 Hitachi Software Eng Co Ltd Job management system

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2546101B2 (en) * 1992-03-11 1996-10-23 日本電信電話株式会社 Distributed database update method
JP3484440B2 (en) * 1993-06-30 2004-01-06 日本電信電話株式会社 Distributed database update method
JPH09212350A (en) * 1996-01-31 1997-08-15 Toshiba Corp Application development system and method therefor
JP3476338B2 (en) * 1996-09-09 2003-12-10 富士通株式会社 Information processing apparatus and computer-readable recording medium recording information processing program
JP3373129B2 (en) * 1997-03-07 2003-02-04 日立ソフトウエアエンジニアリング株式会社 Program development support method
JPH11102315A (en) * 1997-09-29 1999-04-13 Mitsubishi Electric Corp System and method for mirroring
JP2000020374A (en) * 1998-07-01 2000-01-21 Nec Corp Replication control system
AU2006226959A1 (en) * 2005-03-21 2006-09-28 Dexterra, Inc. Data management for mobile data system
JP4574654B2 (en) * 2007-08-13 2010-11-04 富士通株式会社 Personal information management apparatus, personal information management method, recording medium, and program
JP4907610B2 (en) * 2008-07-29 2012-04-04 日立オートモティブシステムズ株式会社 Software configuration management method and system
US20150100946A1 (en) * 2013-10-08 2015-04-09 Frank Brunswig Using mock data to validate applications
JP6281239B2 (en) * 2013-10-25 2018-02-21 日本電気株式会社 Program development support apparatus and method
JP5928555B2 (en) * 2014-10-30 2016-06-01 キヤノンマーケティングジャパン株式会社 Information processing system, information processing method, and computer program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002169717A (en) 2000-12-01 2002-06-14 Hitachi Ltd Centralized master management system
US20070127426A1 (en) 2005-10-26 2007-06-07 Watters Andrew P Development environment
JP2010225015A (en) 2009-03-25 2010-10-07 Hitachi Software Eng Co Ltd Job management system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
大澤 文孝,"こちら検証ラボ",日経SYSTEMS,日経BP社,2012年05月26日,2012年6月号,第230号,p.54-57,ISSN 1881-1620

Also Published As

Publication number Publication date
JP2022022451A (en) 2022-02-03
JP2017120643A (en) 2017-07-06
JP2020004423A (en) 2020-01-09
JP6997387B2 (en) 2022-01-17
JP6565894B2 (en) 2019-08-28

Similar Documents

Publication Publication Date Title
JP7260813B2 (en) Program, control method and information processing device
JP6927919B2 (en) Electronic receipt system, payment device, sales promotion receipt server and information processing program
JP6558358B2 (en) Server, information processing apparatus, processing method, and program
JP2023054082A (en) Program, information processing apparatus, and processing method thereof
JP6098685B2 (en) Workflow system, workflow system control method and program, workflow server, workflow server control method and program
JP6406902B2 (en) Content data control system
JP5949278B2 (en) Information processing apparatus, information processing apparatus control method, program, and recording medium
JP2010140257A (en) Information processor and information processing method
JP2021039624A (en) Information processing device and information processing system
JP7477417B2 (en) Information processing device, receipt server, and information processing program
US20230069415A1 (en) Receipt server, information processing method, and program recording medium
US20240161083A1 (en) Server device and computer readable storage medium
JP7231812B2 (en) Information processing system, processing method and program
JP2018205825A (en) Workflow server, information processing method, and program
JP6845437B2 (en) Information processing device and its processing method and program
JP6740102B2 (en) Electronic receipt management device and its control program
JP6412047B2 (en) Information processing apparatus, information processing method, and program
JP2012123559A (en) File management device
JP2024094938A (en) Information processing device, information processing method, and program
JP2015111413A (en) Information processing system, method for controlling information processing system, and program
JP6303445B2 (en) Electronic form system, form retrieval apparatus, control method, and program
JP6561438B2 (en) Information processing apparatus, control method thereof, and program
JP2023097552A (en) Information processing device, information processing method, and program
JP2022153748A (en) Information processing device, information processing system, control method therefor, and program
JP2022037106A (en) Information processing apparatus, data editing support method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220111

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220810

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20221012

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20221018

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20221129

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230320

R151 Written notification of patent or utility model registration

Ref document number: 7260813

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151