JP7260813B2 - Program, control method and information processing device - Google Patents
Program, control method and information processing device Download PDFInfo
- 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
Links
Images
Landscapes
- Stored Programmes (AREA)
- User Interface Of Digital Computer (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (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では、アプリケーション画面にコピーボタンを配置し、当該コピーボタンにより、ユーザが所望するデータをコピーすることで新たなデータを作成することができる。
しかしながら、特許文献1のシステムでは、コピー元のデータが更新されたとしても、コピーして作成したコピー先データは更新されないという問題がある。例えば、コピー元がマスタデータ、コピー先がトランザクションデータである場合、マスタデータが更新されたとしても、トランザクションデータにコピーした部分は値が古いまま更新されることがないため、マスタデータと整合性が取れなくなってしまう。
However, the system of
そこで、本発明は、アプリケーションを利用することによって生成されるコピー元データとコピー先データとの整合性を容易に保つアプリケーションを構築する仕組みを提供することを目的とする。 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.
〔第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
サーバ102は、情報処理装置101からの要求に応じて、情報の検索を行い、検索結果を返信する。情報処理装置101とサーバ102間の通信は、HTTPのリクエスト・レスポンスでもよいし、SOAPなどを利用したウェブサービスに用いられるリクエスト・レスポンスなどであってもよい。
The
なお、本実施形態においては、情報処理装置101のブラウザを利用するWebアプリケーションとしたが、Webアプリケーションに限定するものではなく、Web以外の技術を用いたアプリケーションであってもよい。
In this embodiment, the web application using the browser of the
また、本実施形態においては、情報処理システム100は、情報処理装置101がサーバ102の記憶装置に記憶されているテーブルのデータを検索するシステムとしたが、これに限定するものではなく、情報処理装置101が記憶装置に記憶されている情報の検索結果を表示する仕組みであればよい。
In the present embodiment, the information processing system 100 is a system in which the
以下、図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
In FIG. 2,
202はRAMで、CPU201の主メモリ、ワークエリア等として機能する。CPU201は、処理の実行に際して必要なプログラム等をROM203あるいは外部メモリ211からRAM202にロードして、該ロードしたプログラムを実行することで各種動作を実現するものである。
A
また、205は入力コントローラで、入力装置209等からの入力を制御する。206はビデオコントローラで、液晶ディスプレイ等のディスプレイ装置210への表示を制御する。なお、ディスプレイ装置は、液晶ディスプレイに限られず、CRTディスプレイなどであっても良い。これらは必要に応じてクライアントが使用するものである。
An
207はメモリコントローラで、ブートプログラム,各種のアプリケーション,フォントデータ,ユーザファイル,編集ファイル,各種データ等を記憶するハードディスク(HD)や、フレキシブルディスク(FD)、或いはPCMCIAカードスロットにアダプタを介して接続されるコンパクトフラッシュ(登録商標)メモリ等の外部メモリ211へのアクセスを制御する。
A
208は通信I/Fコントローラで、ネットワーク103を介して外部機器と接続・通信するものであり、ネットワークでの通信制御処理を実行する。例えば、TCP/IPを用いた通信等が可能である。
A communication I/
なお、CPU201は、例えばRAM202内の表示情報用領域へアウトラインフォントの展開(ラスタライズ)処理を実行することにより、ディスプレイ装置210上での表示を可能としている。また、CPU201は、ディスプレイ装置210上の不図示のマウスカーソル等でのユーザ指示を可能とする。
Note that the
ハードウエア上で動作する各種プログラムは、外部メモリ211に記録されており、必要に応じてRAM202にロードされることによりCPU201によって実行されるものである。
なお、全ての装置がこれらの構成を備えているわけではなく、必要なものを夫々備えていればよい。
Various programs that operate on the hardware are recorded in the
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
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
The
更新設定管理部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
制御部305は、判定部303により登録済データが更新されたと判定された場合であって、更新設定管理部304により新たなデータを更新するとして管理されている場合は当該新たなデータを更新し、一方、更新設定管理部304により新たなデータを更新しないとして管理されている場合は当該新たなデータを更新しないよう制御する機能部である。
If the
更新設定管理部304は、判定部303により登録済データが更新されたと判定された場合に、データ登録部302により登録された新たなデータのうち、当該新たなデータに含まれる項目毎に、更新するか否かの設定を管理する機能部である。
制御部305は、判定部303により登録済データが更新されたと判定された場合であって、更新設定管理部304により新たなデータのうち、更新するとして管理されている項目については当該項目の値を更新し、一方、更新設定管理部304により新たなデータのうち、更新しないとして管理されている項目については当該項目の値を更新しないよう制御する機能部である。
When the
When the
以下は、レイアウト編集画面を用いて部品を配置することによって構築されたアプリケーションを利用する情報処理装置の機能構成の一例である。
データ選択部品配置部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
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
制御部316は、判定部314により登録済データが更新されたと判定された場合であって、更新設定受付部315により新たなデータを更新する設定を受け付けた場合は当該新たなデータの更新を要求し、一方、更新設定受付部315により新たなデータを更新しない設定を受け付けた場合は当該新たなデータの更新を要求しないよう制御する機能部である。
If the determining unit 314 determines that the registered data has been updated and the update
更新設定受付部315は、判定部314により登録済データが更新されたと判定された場合に、データ登録要求部313に従って登録された新たなデータのうち、データに含まれる項目毎に更新するか否かの設定を受け付け、
When the determination unit 314 determines that the registered data has been updated, the update
制御部316は、判定部314により登録済データが更新されたと判定された場合であって、更新設定受付部315により新たなデータのうち、更新する設定を受け付けた項目については当該項目の値を更新し、一方、更新設定受付部315により新たなデータのうち、更新しない設定を受け付けた項目については当該項目の値を更新しないよう制御する機能部である。
When the determination unit 314 determines that the registered data has been updated, the
アプリケーション画面表示部321は、レイアウト編集画面を用いて構築された、データベースに登録されている登録済データを選択するためのデータ選択部品を含むアプリケーションの画面を表示する機能部である。
The application
データ選択部322は、アプリケーション画面表示部321により表示されたアプリケーション画面に表示されたデータ選択部品を用いて、登録済データからデータを選択する機能部である。
The
データ登録要求部323は、データ選択部322により選択された登録済データの値を用いて、新たなデータとしてデータベースへの登録を要求する機能部である。
第1のデータ更新要求部324は、データ選択部322により選択された登録済データの値の更新を要求する機能部である。
The data
The first data
第2のデータ更新要求部325は、第1のデータ更新要求部324により登録済データの値の更新を要求された場合、データ登録要求部323により登録を要求された新たなデータの値の更新を要求する機能部である。
The second data
第2のデータ更新要求部325は、第1のデータ更新要求部324により登録済データの値の更新を要求された場合に、データ登録要求部323により登録を要求された新たなデータのうち、当該新たなデータに含まれる項目毎に定義された更新するか否かの設定に従って、当該新たなデータに含まれる項目の値の更新を要求すること
When the first data
図4は、本実施形態のサーバ102にて管理するテーブルの一例である。
画面テーブル410は、画面を管理するテーブルであり、「画面ID(主キー)」「画面名」のカラムを持つ。アプリケーションの画面レイアウトを作成するレイアウト作成画面700(図7)にて画面が作成されると、画面テーブル410にレコードが登録される。
FIG. 4 is an example of a table managed by the
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
なお、「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, "
顧客マスタテーブル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
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
画面部品部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
部品配置部702に画面部品を配置し、保存ボタン719を押下することにより、配置した画面部品の情報がサーバ102に送信され、画面部品テーブル420に記憶される。
By placing a screen component in the
図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
In step S502, the
In step S<b>503 , the
In step S504, the
In step S505, the
In step S<b>506 , the
In step S507, the
In step S508, the
ステップS509において、情報処理装置101のCPU201は、画面作成操作を受け付け、判定する。部品が配置された場合はステップS510に進み、設定ボタンが押下された場合はステップS511に進み、保存ボタンが押下された場合はステップS518に進む。
In step S<b>509 , the
ステップS510において、情報処理装置101のCPU201は、画面部品部701からドラッグされた画面部品を、部品配置部702のドロップされた位置に表示する。ここでは、顧客マスタ登録画面のレイアウトとして図7の720のように画面部品(721~728)が配置されたとする。同様に、売上トランザクション登録画面のレイアウトとして図7の730のように画面部品(731~737)が配置されたとする。
In step S<b>510 , the
なお、図7の商品ID731および顧客ID734の画面部品は、他画面データコピー717である。他画面データコピー717は、画面実行時に選択ボタンを押下することで他画面のデータを参照してコピーすることができる。選択ボタン732は画面実行時に押下することで商品マスタテーブル440のデータを、選択ボタン735は画面実行時に押下することで顧客マスタテーブル430のデータを、それぞれ参照してコピーすることができる。すなわち、ステップS510は、レイアウト編集画面に、データベースに登録されている登録済データを選択するデータ選択部品を配置する処理の一例を示すステップである。
It should be noted that the screen component for the
ステップS511において、情報処理装置101のCPU201は、配置された画面部品の属性設定画面(図8の810、820)を表示する。例えば、図7の設定ボタン723の押下を受け付けた場合は属性設定画面810を表示し、図7の設定ボタン736の押下を受け付けた場合は属性設定画面820を表示する。
In step S511, the
ステップS512において、情報処理装置101のCPU201は、部品の属性設定の入力を受け付ける。すなわち、ステップS512は、登録済データが更新されたと判定された場合に、登録された新たなデータのうち、データに含まれる項目毎に更新するか否かの設定を受け付ける処理の一例を示すステップである。具体的には、属性設定画面810では部品名812、文字数813、必須チェックボックス814の入力、および完了ボタン815の押下を受け付ける。また、属性設定画面820では部品名822の入力を受け付ける。
In step S<b>512 , the
ステップS513において、情報処理装置101のCPU201は、他画面データコピー部品か否かを判定する。他画面データコピー部品の属性設定画面の場合はステップS514に進み、他画面データコピー部品以外の属性設定画面の場合はステップS517に進む。
In step S513, the
ステップS514において、情報処理装置101のCPU201は、コピー元となる他画面の画面名823および部品名824の選択を受け付ける。図8の823および824の設定により、売上トランザクション登録画面1010の実行時に、顧客マスタ登録画面にて登録したデータ(つまり、顧客マスタテーブル430)の顧客IDを選択することで、顧客ID1027にコピーすることができるようになる。
In step S514, the
具体的には、売上トランザクション登録画面1010の実行時に、選択ボタン1028の押下を受け付けると、顧客マスタ検索画面1050を表示し、表示された顧客マスタテーブル430のデータから選択ボタン1055の押下を受け付けると、顧客マスタ検索画面1050を閉じ、選択されたデータの「顧客ID」の値を取得し、「顧客ID1027」のテキストボックスに表示する。
Specifically, when the
同様に、売上トランザクション登録画面1010の実行時に、選択ボタン1022の押下を受け付けると、商品マスタ検索画面1040を表示し、表示された商品マスタテーブル440のデータから選択ボタン1045の押下を受け付けると、商品マスタ検索画面1040を閉じ、選択されたデータの「商品ID」の値を取得し、「商品ID1021」のテキストボックスに表示する。
Similarly, when the sales
ステップ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
具体的には、売上トランザクション登録画面1010の実行時に、選択ボタン1028の押下を受け付けると、顧客マスタ検索画面1050を表示し、表示された顧客マスタテーブル430のデータから選択ボタン1055の押下を受け付けると、顧客マスタ検索画面1050を閉じ、選択されたデータの「顧客名」「住所」「電話番号」「メール」の値を取得し、「顧客名1029」「住所1030」「電話番号1031」「メール1032」のテキストボックスにそれぞれ表示する。
Specifically, when the
同様に、売上トランザクション登録画面1010の実行時に、選択ボタン1022の押下を受け付けると、商品マスタ検索画面1040を表示し、表示された商品マスタテーブル440のデータから選択ボタン1045の押下を受け付けると、商品マスタ検索画面1040を閉じ、選択されたデータの「商品名」「単価」の値を取得し、「商品名1023」「単価1025」のテキストボックスにそれぞれ表示する。
Similarly, when the sales
ステップS516において、情報処理装置101のCPU201は、コピー元の値更新をコピー先の他部品へ反映するか否かの選択を受け付ける。すなわち、ステップS516は、登録済データが更新されたと判定された場合に、登録された新たなデータを更新するか否かの設定を受け付ける処理の一例を示すステップである。
In step S<b>516 , the
具体的には、反映チェックボックス833~836の選択を受け付ける。図8の833~836の設定により、コピー元画面823において部品名824の値が更新された場合、コピー元画面823の部品825~828の値を、コピー先画面821の部品829~832にコピーするか否かを決定することができる。つまり、反映チェックボックス833~836のうち、チェックされている部品についてはコピー元の値をコピー先の部品に反映し、チェックされていない部品についてはコピー元の値をコピー先の部品に反映しないと設定することができる。
Specifically, selection of
これにより、コピー元の値が更新された場合、コピー先に反映する/しないを部品ごとに設定することができる。例えば、「電話」「メール」などの緊急性の高い連絡先などの情報については、顧客マスタ(コピー元)の更新を他のトランザクション(コピー先)に反映させ、「顧客名」「住所」など、トランザクション登録時の記録として残しておきたい情報については、顧客マスタ(コピー元)の更新を他のトランザクション(コピー先)に反映させないといった柔軟な運用が可能になる。 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
In step S<b>518 , the
In step S519, the
ステップS520において、サーバ102のCPU201は、受信した画面情報を記憶する。具体的には、受信した画面情報に含まれる画面名は、画面テーブル410に記憶する。また、配置された画面部品の情報(配置位置、部品種別、文字数、必須チェックボックス、その他の部品属性(例えば、図8の823~836)は、画面部品テーブル420に記憶する。
In step S520,
ステップS521において、サーバ102のCPU201は、反映の有無について判定する。具体的には、反映チェックボックス833~836のうち、チェック有の場合はステップS522に進み、チェック無の場合はステップS524に進む。
In step S521, the
ステップ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
なお、反映トリガー1301後半のUPDATE文には、チェック有の反映チェックボックス833~836に対応させ、「コピー先画面821の部品名 = コピー元画面823の部品名」のように記載する。これにより、反映チェックボックスの値に従い、コピー元画面のデータの値をコピー先画面のデータに反映することができる。
Note that the UPDATE statement in the second half of the reflection trigger 1301 corresponds to the checked
ステップS523において、サーバ102のCPU201は、ステップS522にて作成した反映トリガー1301をデータベースに設定する。すなわち、ステップS523は、登録済データが更新されたと判定された場合に、登録された新たなデータを更新するか否かの設定を管理する処理の一例を示すステップである。また、ステップS523は、登録済データが更新されたと判定された場合に、登録された新たなデータのうち、当該新たなデータに含まれる項目毎に、更新するか否かの設定を管理する処理の一例を示すステップである。
In step S523, the
この反映トリガー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
この場合のステップ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
In step S525, the
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
In step S<b>601 , the
ステップS602において、情報処理装置101のCPU201は、画面を利用する操作を受け付ける。具体的には、表示されたメニュー(不図示)から、利用する画面に遷移するリンクの押下を受け付ける。
ステップS603において、情報処理装置101のCPU201は、画面利用の要求をサーバ102に送信する。
ステップS604において、サーバ102のCPU201は、画面利用の要求を受信する。
In step S602, the
In step S<b>603 , the
In step S604, the
ステップS605において、サーバ102のCPU201は、要求された画面の画面情報を生成する。具体的には、画面テーブル410と画面部品テーブル420を用いて、画面情報を生成する。すなわち、ステップS605は、データベースに登録されている登録済データを選択するためのデータ選択部品を含む、アプリケーション画面の画面情報を生成する処理の一例を示すステップである。
ステップS606において、サーバ102のCPU201は、生成した画面情報を情報処理装置101に送信する。
ステップS607において、情報処理装置101のCPU201は、画面作成の画面情報を受信する。
In step S605, the
In step S<b>606 , the
In step S607, the
ステップS608において、情報処理装置101のCPU201は、受信した画面情報を用いて、画面(例えば、図9の顧客マスタ登録画面910、図10の売上トランザクション登録画面1010)を表示する。すなわち、ステップS608は、レイアウト編集画面を用いて構築された、データベースに登録されている登録済データを選択するためのデータ選択部品を含むアプリケーションの画面を表示する処理の一例を示すステップである。なお、本実施形態においては、ステップS608にて表示される画面は、顧客マスタ登録画面910、売上トランザクション登録画面1010のような、データ登録画面としたが、これに限定するものではなく、顧客マスタ一覧画面930、売上トランザクション一覧画面1060のような、データ一覧画面やデータ検索画面であってもよい。
In step S608, the
ステップS609において、情報処理装置101のCPU201は、画面操作を受け付け、判定する。データ登録ボタン(図9の934、図10の1054)が押下された場合はステップS610に進み、データ編集ボタン(図9の935、図10の1065)が押下された場合はステップS611に進み、データ検索ボタン(図9の936、図10の1066)が押下された場合はステップS612に進み、閉じるボタン(不図示)が押下された場合はこの画面利用処理を終了する。
In step S609, the
ステップS610において、情報処理装置101のCPU201は、データ登録画面(例えば、売上トランザクション登録画面1010)を表示し、データ入力を受け付ける。
In step S610, the
ステップS611において、情報処理装置101のCPU201は、データ編集画面(例えば、売上トランザクション登録画面1020)に編集ボタンで選択されたデータを表示し、データ編集を受け付ける。
In step S611, the
なお、ステップ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
ステップS613において、情報処理装置101のCPU201は、受け付けた画面操作に従って、登録・更新・検索の要求をサーバ102に送信する。すなわち、ステップS613は、選択された登録済データの値を用いて、新たなデータとしてデータベースへの登録を要求する処理の一例を示すステップである。また、ステップS613は、選択された登録済データの値の更新を要求する処理の一例を示すステップである。
In step S613, the
ステップS614において、サーバ102のCPU201は、要求を受信し、判定する。データ登録の場合はステップS615に進み、データ検索の場合はステップS616に進み、データ更新の場合はステップS617に進む。
In step S614, the
ステップS615において、サーバ102のCPU201は、受信したデータ登録要求に従って、データをテーブルに登録する。すなわち、ステップS615は、生成されたアプリケーション画面の画面情報に含まれるデータ選択部品を用いて選択された登録済データの値を用いて、新たなデータとしてデータベースに登録する処理の一例を示すステップである。具体的には、登録ボタン1033が押下されて、データ登録要求を受信した場合は、売上トランザクション登録画面1020に入力された値を用いて、売上トランザクションテーブル450に登録する。
In step S615,
ステップS616において、サーバ102のCPU201は、受信したデータ検索要求に従って、テーブルを検索する。具体的には、検索ボタン1066が押下されて、データ検索要求を受信した場合は、売上トランザクション一覧画面1060の検索条件部1061に入力された検索条件を用いて、売上トランザクションテーブル450を検索する。
In step S616,
ステップS617において、サーバ102のCPU201は、受信したデータ更新要求に従って、テーブルのデータを更新する。具体的には、更新ボタンが押下されて、データ更新要求を受信した場合は、売上トランザクション登録画面1020に入力された値を用いて、売上トランザクションテーブル450の該当データを更新する。
In step S617,
すなわち、ステップ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
また、画面部品テーブル420は、部品属性として、反映チェックボックス833~836の値を記憶しているため、登録済データが更新されたと判定された場合に、登録された新たなデータを更新するか否かの設定を管理する手段の一例である。また、画面部品テーブル420は、登録済データが更新されたと判定された場合に、登録された新たなデータのうち、データに含まれる項目毎に更新するか否かの設定を管理する手段の一例である。
In addition, since the screen component table 420 stores the values of the
具体的には、データ更新に伴う反映トリガーが設定されているか否かを判定する。設定されている場合はステップ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
また、ステップ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
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
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
This customer
図12の売上トランザクション一覧画面1210は、本発明を適用していない画面である。よって、顧客マスタ編集画面1130で更新した値が、1211および1212に反映されておらず、『発明が解決しようとする課題』をクリアできていない。なお、売上トランザクション一覧画面1210は、図8の反映チェックボックス833~836のすべてをOFFに設定した場合と同じ結果である。
The sales
また、図12の売上トランザクション一覧画面1220は、本発明を適用した画面である。よって、顧客マスタ編集画面1130で更新した値が、1221および1222に反映されており、『発明が解決しようとする課題』をクリアできている。
Also, the sales
以上により、コピー元データの更新をコピー先データに反映するアプリケーションを構築することができるため、アプリケーションを利用することによって生成されるコピー元データとコピー先データとの整合性を容易に保つアプリケーションを構築する仕組みを提供することができる。
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
FIG. 16 is a diagram showing an example of a reflection trigger created by the
ステップS1401において、情報処理装置101のCPU201は、コピー先の値更新をコピー元の他部品へ反映するか否かの選択を受け付ける。すなわち、ステップS1401は、新たなデータが更新されたと判定された場合に、データ選択部品を用いて選択された登録済データを更新するか否かの設定を管理する処理の一例を示すステップである。
In step S1401, the
具体的には、反映チェックボックス1501~1504(図15)の選択を受け付ける。図15の1501~1504の設定により、コピー先画面821において部品名822の値が更新された場合、コピー先画面821の部品829~832の値を、コピー元画面823の部品825~828にコピーするか否かを決定することができる。つまり、反映チェックボックス1501~1504のうち、チェックされている部品についてはコピー先の値をコピー元の部品に反映し、チェックされていない部品についてはコピー先の値をコピー元の部品に反映しないと設定することができる。
Specifically, selection of
これにより、コピー先の値が更新された場合、コピー元に反映する/しないを部品ごとに設定することができる。例えば、「顧客名」「住所」「電話」などの項目について、商品を配送した配送者が誤りに気づき、売上トランザクションを更新した場合、売上トランザクション(コピー先)の更新を顧客マスタ(コピー元)等に反映させ、「メール」などの配送者が気づきえない項目については、配送者が売上トランザクションをたとえ更新したとしても、売上トランザクション(コピー先)の更新を顧客マスタ(コピー元)等に反映させないといった柔軟な運用が可能なアプリケーションを構築することができる。 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
Note that the UPDATE statement in the second half of the reflection trigger 1601 corresponds to the checked
よって、ステップ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
よって、ステップ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
ステップS1702において、サーバ102のCPU201は、要求された画面の画面情報を生成する。すなわち、ステップS1702は、取得された設定情報に従って、登録済データと新たなデータとにおける更新の関連性を示す画面情報を生成する処理の一例を示すステップである。具体的には、ステップS1701にて取得された反映トリガーのうち、要求された画面の画面名が図16の1602の部分に記載されているか、1603の部分に記載されているか、および、1604の部分の項目名に従って、データ反映の関連性を示す画面情報を生成する。
In step S1702, the
ステップS608(図17)において、情報処理装置101のCPU201は、受信した画面情報を用いて、画面(例えば、図18の売上トランザクション編集画面1810、売上トランザクション編集画面1820および顧客マスタ一覧画面1830)を表示する。
In step S608 (FIG. 17), the
ここで、図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
When the values of "
これにより、アプリケーションを利用することによって生成されるコピー元データとコピー先データとの整合性を容易に保つアプリケーションを構築する仕組みを提供することができるようになる。
以上で、図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
ここで、図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
A customer
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
現在表示しようとしている画面は「顧客マスタ一覧画面1910」であるため、この画面名「顧客マスタ」を1603(図16)に持つ反映トリガー1601をステップS1701にて取得する。
Since the screen to be displayed at present is the "customer
反映トリガー1601の1602には、「売上トランザクションテーブル」と記載されているため、売上トランザクションテーブル450と顧客マスタテーブル430とのデータ反映の関連性を示す画面情報1911を生成する。
Since 1602 of the reflection trigger 1601 describes "sales transaction table",
反映トリガー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
Similarly, a procedure for generating
現在表示しようとしている画面は「顧客マスタ一覧画面1910」であるため、この画面名を1302(図13)に持つ反映トリガー1601をステップS1701にて取得する。
Since the screen to be displayed at present is the "customer
反映トリガー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
よって、アプリケーションを利用することによって生成されるコピー元データとコピー先データとの関連性を容易に識別できるアプリケーションを構築する仕組みを提供することができる。 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
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:
登録済データに含まれる項目から、当該登録済データを参照元として登録する新たなデータに用いる項目の選択を受け付ける選択受付手段と、
前記選択受付手段により選択を受け付けた項目に対して、前記登録済データおよび当該登録済データに基づき登録される新たなデータのどちらか一方が更新された場合に、もう一方の更新をするか否かの設定を受け付ける設定受付手段と、
前記登録済データおよび前記新たなデータのどちらか一方が更新された場合、前記設定受付手段により受け付けた設定に基づき、前記もう一方の更新を制御するアプリケーションが構築されるように制御する制御手段
として機能させるためのプログラム。 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:
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)
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)
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)
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 |
US20060212846A1 (en) * | 2005-03-21 | 2006-09-21 | 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 |
-
2016
- 2016-12-26 JP JP2016251312A patent/JP6565894B2/en active Active
-
2019
- 2019-08-01 JP JP2019142256A patent/JP6997387B2/en active Active
-
2021
- 2021-12-13 JP JP2021201591A patent/JP7260813B2/en active Active
Patent Citations (3)
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)
Title |
---|
大澤 文孝,"こちら検証ラボ",日経SYSTEMS,日経BP社,2012年05月26日,2012年6月号,第230号,p.54-57,ISSN 1881-1620 |
Also Published As
Publication number | Publication date |
---|---|
JP2017120643A (en) | 2017-07-06 |
JP2020004423A (en) | 2020-01-09 |
JP2022022451A (en) | 2022-02-03 |
JP6565894B2 (en) | 2019-08-28 |
JP6997387B2 (en) | 2022-01-17 |
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 | |
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 | |
JP6740102B2 (en) | Electronic receipt management device and its control program | |
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 | |
JP5402916B2 (en) | File management apparatus, and control method and program thereof. | |
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 | |
JP2024094938A (en) | Information processing apparatus, information processing method, and program | |
JP6206463B2 (en) | Information processing apparatus, control method and program thereof, and information processing system, control method and program thereof | |
JP6412047B2 (en) | Information processing apparatus, information processing method, and program | |
JP2015111413A (en) | Information processing system, method for controlling information processing system, and program | |
JP2024093620A (en) | Information processing system, control method for information processing system, and program | |
JP6303445B2 (en) | Electronic form system, form retrieval apparatus, control method, 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 | |
JP2006139616A (en) | Design information verification device and method |
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 |