JP5581729B2 - Data processing system and program - Google Patents

Data processing system and program Download PDF

Info

Publication number
JP5581729B2
JP5581729B2 JP2010038535A JP2010038535A JP5581729B2 JP 5581729 B2 JP5581729 B2 JP 5581729B2 JP 2010038535 A JP2010038535 A JP 2010038535A JP 2010038535 A JP2010038535 A JP 2010038535A JP 5581729 B2 JP5581729 B2 JP 5581729B2
Authority
JP
Japan
Prior art keywords
program
data
processing
unit
year
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.)
Expired - Fee Related
Application number
JP2010038535A
Other languages
Japanese (ja)
Other versions
JP2011175417A (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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2010038535A priority Critical patent/JP5581729B2/en
Publication of JP2011175417A publication Critical patent/JP2011175417A/en
Application granted granted Critical
Publication of JP5581729B2 publication Critical patent/JP5581729B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Description

本発明は、プログラムを用いて、例えば、税務データや会計データ等の各種データを処理するデータ処理システムおよびプログラムに関するものである。   The present invention relates to a data processing system and a program for processing various data such as tax data and accounting data using the program.

従来、データ処理装置として、各会社の税額計算や税効果計算に関するデータを取得するデータ取得部と、取得されたデータを用いて、税額計算および税効果計算を行う計算部と、を備えたものが知られている(特許文献1参照)。この計算部は、データ処理装置上に記憶されたプログラムによって、上記計算を実施する。   Conventionally, as a data processing device, a data acquisition unit that acquires data related to tax amount calculation and tax effect calculation of each company, and a calculation unit that performs tax amount calculation and tax effect calculation using the acquired data Is known (see Patent Document 1). The calculation unit performs the calculation by a program stored on the data processing device.

特開2007−87341号公報JP 2007-87341 A

ところで、上記のようなデータ処理では、各データに適用期間が定められており、適用期間ごとに定められた複数種の処理を行うものがある。例えば、税務処理では、法改正等によって、税務データに定められた会計年度ごとの算出方法で税額計算をする必要がある。
しかしながら、上記のようなデータ処理装置では、予め各処理に対応するプログラムを記憶しておく必要がある。そのため、任意の適用期間の処理データに対応した処理を実施するには、適用期間ごとのプログラムを全て記憶しておかなければならない。そのため、データ容量の使用量が増大してしまうという問題があった。これに対し、使用頻度の少ない一部の適用期間のプログラムを削除することも考えられるが、これでは、当該適用期間のプログラムを使用したいときに、当該プログラムが存在せず使用できないという問題があった。
By the way, in the data processing as described above, an application period is determined for each data, and there are some that perform a plurality of types of processing determined for each application period. For example, in tax processing, it is necessary to calculate the tax amount by the calculation method for each fiscal year stipulated in the tax data due to legal revisions.
However, the data processing apparatus as described above needs to store a program corresponding to each process in advance. Therefore, in order to perform processing corresponding to processing data for an arbitrary application period, all programs for each application period must be stored. Therefore, there has been a problem that the amount of data capacity used increases. On the other hand, it may be possible to delete a program for a part of the application period that is used infrequently. It was.

本発明は、予め適用期間ごとの全プログラムを記憶しておくことなく、任意の適用期間のデータに対応した処理を実施することができるデータ処理システムおよびプログラムを提供することを課題としている。   An object of the present invention is to provide a data processing system and a program capable of executing processing corresponding to data of an arbitrary application period without storing all programs for each application period in advance.

本発明のデータ処理システムは、それぞれ適用期間が設定されたメインプログラムおよびサブプログラムを記憶するプログラムサーバーと、1以上のサブプログラムにより処理される1以上のデータを含む処理対象データを処理する処理装置と、が接続されたデータ処理システムであって、処理装置は、1以上の処理対象データの中から、処理対象となる処理対象データを選択するデータ選択部と、選択された処理対象データに設定されている適用期間に対応するメインプログラムを、プログラムサーバーからダウンロードして起動するプログラム起動部と、を有し、プログラム起動部は、起動したメインプログラムにより、選択された処理対象データから1以上のデータを抽出し、抽出した各データに設定されている適用期間に対応する各サブプログラムを、プログラムサーバーからダウンロードして起動することを特徴とする。
上記のデータ処理システムにおいて、処理装置は、処理対象データに対し、適用期間を設定するための適用期間設定部を、更に有することが好ましい。
上記のデータ処理システムにおいて、処理対象データは、日付を示す情報である日付情報を含んでおり、適用期間は、日付情報に基づいて設定されることが好ましい。
上記のデータ処理システムにおいて、処理装置は、選択された処理対象データに設定されている適用期間に対応するメインプログラムが、本装置に記憶されているか否かを判別するプログラム有無判別部を、更に有し、プログラム起動部は、プログラム有無判別部により、メインプログラムが、本装置に記憶されていないと判定された場合、当該メインプログラムを、プログラムサーバーからダウンロードすることが好ましい。
上記のデータ処理システムにおいて、処理装置は、ダウンロード部によるメインプログラムのダウンロードに際し、当該メインプログラムと同一種類であって適用期間の異なる他プログラムが、本装置に記憶されているか否かを判別する他プログラム有無判別部と、他プログラム有無判別部により他プログラムが本装置に記憶されていると判定された場合、当該他プログラムを削除するプログラム削除部と、を更に有することが好ましい。
上記のデータ処理システムにおいて、適用期間は、会計年度であり、処理は、会計処理であることが好ましい。
本発明のプログラムは、コンピューターを、上記のデータ処理システムにおけるプログラムサーバーまたは処理装置の各部として機能させることを特徴とする。
なお、以下の構成としても良い。
本発明のデータ処理システムは、適用期間ごとに定められた複数種の処理に対応して、適用期間ごとの複数のプログラムを記憶するプログラムサーバーと、プログラムサーバーに接続された処理装置と、を備え、処理装置は、処理の対象となる処理対象データに定められた適用期間を判別する適用期間判別部と、判別した適用期間に応じたプログラムを、プログラムサーバーからダウンロードするダウンロード部と、を有することを特徴とする。
A data processing system according to the present invention includes a program server that stores a main program and a subprogram each having a set application period, and a processing device that processes data to be processed including one or more data processed by one or more subprograms Are connected to the data processing system, and the processing device sets a data selection unit that selects processing target data to be processed from one or more processing target data and the selected processing target data. A program activation unit that downloads and activates a main program corresponding to the applied application period from the program server, and the program activation unit includes at least one processing target data selected by the activated main program. Each data corresponding to the application period set for each extracted data is extracted The Breakfast program, characterized in that it starts to download from the program server.
In the data processing system, it is preferable that the processing device further includes an application period setting unit for setting an application period for the processing target data.
In the above data processing system, the processing target data preferably includes date information that is information indicating a date, and the application period is preferably set based on the date information.
In the data processing system, the processing device further includes a program presence / absence determining unit that determines whether or not a main program corresponding to an application period set in the selected processing target data is stored in the device. The program activation unit preferably downloads the main program from the program server when the program presence / absence determination unit determines that the main program is not stored in the apparatus.
In the above data processing system, the processing device determines whether or not another program of the same type as the main program and having a different application period is stored in the device when the download unit downloads the main program. It is preferable to further include a program presence / absence determination unit and a program deletion unit that deletes the other program when the other program presence / absence determination unit determines that the other program is stored in the apparatus.
In the above data processing system, the application period is preferably a fiscal year, and the process is preferably an accounting process.
The program of the present invention causes a computer to function as each part of a program server or a processing apparatus in the above data processing system.
The following configuration may be used.
A data processing system of the present invention includes a program server that stores a plurality of programs for each application period and a processing device connected to the program server, corresponding to a plurality of types of processes determined for each application period. The processing apparatus includes an application period determining unit that determines an application period determined for the processing target data to be processed, and a download unit that downloads a program corresponding to the determined application period from the program server. It is characterized by.

この構成によれば、処理対象データの適用期間に基づいて、当該適用期間に応じたプログラムをダウンロードするため、予め適用期間ごとの全プログラムを記憶(ダウンロード)しておくことなく、任意の適用期間の処理対象データに対応した処理を実施することができる。   According to this configuration, since the program corresponding to the application period is downloaded based on the application period of the processing target data, any application period can be stored without storing (downloading) all the programs for each application period in advance. The processing corresponding to the processing target data can be performed.

この場合、処理装置は、処理対象データに対し、適用期間を設定するための適用期間設定部を、更に有し、適用期間判別部は、適用期間設定部による設定情報に基づいて、適用期間を判別することが好ましい。   In this case, the processing apparatus further includes an application period setting unit for setting the application period for the processing target data, and the application period determination unit determines the application period based on the setting information by the application period setting unit. It is preferable to discriminate.

この構成によれば、処理対象データに対し、適用期間を設定するための適用期間設定部を備えることで、処理対象データに対し、ユーザーが適用期間を適宜設定することができる。   According to this configuration, by providing the application period setting unit for setting the application period for the processing target data, the user can appropriately set the application period for the processing target data.

この場合、処理対象データは、日付を示す情報である日付情報を含んでおり、適用期間判別部は、日付情報に基づいて、適用期間を判別することが好ましい。   In this case, it is preferable that the processing target data includes date information that is information indicating a date, and the application period determination unit determines the application period based on the date information.

この構成によれば、処理対象データに含まれる日付情報(例えば、最終の取引日)に基づいて、適用期間を判別することにより、適用期間を容易に判別することができる。   According to this configuration, it is possible to easily determine the application period by determining the application period based on date information (for example, the last transaction date) included in the processing target data.

この場合、処理装置は、適用期間判別部によって判別した適用期間に応じたプログラムが、本装置に記憶されているか否かを判別するプログラム有無判別部を、更に有し、ダウンロード部は、プログラム有無判別部により、当該プログラムが、本装置に記憶されていないと判定された場合、当該プログラムを、プログラムサーバーからダウンロードすることが好ましい。   In this case, the processing apparatus further includes a program presence / absence determination unit that determines whether or not a program corresponding to the application period determined by the application period determination unit is stored in the apparatus, and the download unit includes a program presence / absence determination unit. When the determination unit determines that the program is not stored in the apparatus, it is preferable to download the program from the program server.

この構成によれば、判別した適用期間に応じたプログラムが、本装置に記憶されているか否かを判別し、本装置に記憶されていないと判定された場合には、当該プログラムをダウンロードすることにより、すでに記憶されているプログラムをダウンロードすることがなく、無駄なダウンロードを行うことがない。   According to this configuration, it is determined whether or not a program corresponding to the determined application period is stored in the apparatus, and when it is determined that the program is not stored in the apparatus, the program is downloaded. As a result, a program that has already been stored is not downloaded, and a useless download is not performed.

この場合、処理装置は、ダウンロード部によるダウンロードに際し、当該ダウンロードの対象となるプログラムとは異なる適用期間のプログラムが、本装置に記憶されているか否かを判別する他プログラム有無判別部と、他プログラム有無判別部により当該プログラムが本装置に記憶されていると判定された場合、当該プログラムを削除するプログラム削除部と、を更に有することが好ましい。   In this case, when the download by the download unit is performed, the processing unit determines whether or not a program having an application period different from the program to be downloaded is stored in the present apparatus, and another program When it is determined by the presence / absence determining unit that the program is stored in the apparatus, it is preferable to further include a program deleting unit that deletes the program.

この構成によれば、ダウンロードに際し、他の適用期間のプログラムを削除するため、適用期間の異なる複数のプログラムを記憶することがなく、データ容量の使用量を軽減することができる。   According to this configuration, when downloading, programs in other application periods are deleted, so that a plurality of programs having different application periods are not stored, and the amount of data capacity used can be reduced.

この場合、適用期間は、会計年度であり、処理は、会計処理であることが好ましい。   In this case, the application period is a fiscal year, and the process is preferably an accounting process.

この構成によれば、処理対応データの会計年度に対応した会計処理を、容易に実施することができる。   According to this configuration, the accounting process corresponding to the accounting year of the processing-compatible data can be easily performed.

本発明のプログラムは、コンピューターを、請求項1ないし5のいずれかに記載のデータ処理システムにおけるプログラムサーバーまたは処理装置の各部として機能させることを特徴とする。   A program according to the present invention causes a computer to function as each part of a program server or a processing apparatus in a data processing system according to any one of claims 1 to 5.

この構成によれば、コンピューターに本プログラムを搭載することで、上記のデータ処理システムにおけるプログラムサーバーまたは処理装置の各部を機能させることができる。   According to this configuration, the program server or the processing device in the data processing system can be functioned by mounting the program on a computer.

実施形態に係る所得税算出システムのシステム構成図である。It is a system configuration figure of the income tax calculation system concerning an embodiment. 所得税算出システムの機能ブロック図である。It is a functional block diagram of an income tax calculation system. 所得税算出システムにおけるプログラム起動処理を示したフローチャートである。It is the flowchart which showed the program starting process in an income tax calculation system. 所得税算出システムにおける所得税算出処理を示したプローチャートである。It is a pro chart which showed the income tax calculation process in an income tax calculation system. 変形例の所得税算出システムの機能ブロック図である。It is a functional block diagram of the income tax calculation system of a modification.

以下、添付図面を参照し、本発明のデータ処理システムを適用した所得税算出システムについて説明する。図1に示すように、所得税算出システム(データ処理システム)1は、各種処理プログラムを記憶するプログラムサーバー2と、プログラムサーバー2にネットワークを介して接続された所得税算出装置(処理装置)3と、を備えている。所得税算出装置3は、プログラムサーバー2から各種処理プログラムをダウンロードし、これを用いて、処理対象の所得税関連データに対する所得税算出処理を実施する。プログラムサーバー2および所得税算出装置3は、コンピューターで構成されており、キーボード5やマウス6等を有する入力手段7と、ディスプレイ8等を有する表示手段9とを備えている。また、図示省略するが、データ通信を行う通信手段と、各手段を制御する制御手段と、を備えている。ここで、まず、処理対象となる所得税関連データについて説明する。   Hereinafter, an income tax calculation system to which a data processing system of the present invention is applied will be described with reference to the accompanying drawings. As shown in FIG. 1, an income tax calculation system (data processing system) 1 includes a program server 2 for storing various processing programs, an income tax calculation device (processing device) 3 connected to the program server 2 via a network, It has. The income tax calculation device 3 downloads various processing programs from the program server 2, and uses them to perform income tax calculation processing on income tax related data to be processed. The program server 2 and the income tax calculation device 3 are configured by a computer, and include an input unit 7 having a keyboard 5 and a mouse 6 and a display unit 9 having a display 8 and the like. Although not shown, the communication device includes a communication unit that performs data communication and a control unit that controls each unit. Here, first, income tax related data to be processed will be described.

所得税関連データは、適用する会計年度(以下、適用年度)が設定されたデータであって、収入額を示す収入データと、各控除計算に関連するデータである各控除データと、を含んでいる。各控除データとしては、例えば、住宅取得控除に関連するデータ(住宅の取得情報)である住宅控除データや、配偶者控除に関連するデータ(配偶者の情報)である配偶者控除データ等がある。控除の種類は、適用年度によって異なるため、所得税関連データは、適用年度に応じた種類の各控除データを含んでいる。   The income tax related data is data in which the fiscal year to be applied (hereinafter referred to as the applicable year) is set, and includes income data indicating the amount of income and each deduction data that is data related to each deduction calculation. . Each deduction data includes, for example, housing deduction data that is data related to home acquisition deduction (housing acquisition information), spouse deduction data that is data related to spouse deduction (spouse information), etc. . Since the type of deduction varies depending on the year of application, the income tax related data includes each type of deduction data depending on the year of application.

収入データおよび各控除データにはそれぞれ、所得税関連データと同様、適用年度が定められている。収入データには、所得税関連データと同一の適用年度が設定されている。一方、各控除データには、その一部の種類の控除データにおいては、所得税関連データと同一の適用年度が設定されており、その他の種類の控除データにおいては、日付情報に基づく適用年度が定められている。日付情報とは、控除データに含まれた日付を示す情報である。例えば、住宅控除データでは、それに含まれる居住開始日が日付情報であり、当該居住開始日が該当する年度が、適用年度として定められている。なお、どの日付を日付情報とするかは、控除の種類ごとに予め定められている。   Revenue data and each deduction data have an applicable year, similar to income tax related data. The same application year as income tax-related data is set for income data. On the other hand, for each type of deduction data, the same application year is set for income tax-related data for some types of deduction data, and for other types of deduction data, the application year based on date information is determined. It has been. The date information is information indicating the date included in the deduction data. For example, in the housing deduction data, the residence start date included therein is date information, and the year corresponding to the residence start date is defined as the applicable year. Note that which date is used as date information is predetermined for each type of deduction.

次に、図2の機能ブロック図を参照して、プログラムサーバー2および所得税算出装置3の各機能について説明する。プログラムサーバー2は、プログラム記憶部11と、プログラム送信部12と、を有している。プログラム記憶部11は、プログラムIDと、処理プログラム(プログラム)(厳密には、処理プログラムのプログラムデータ)と、を関連付けて記憶するものであって、控除の種類に対応した各控除額算出プログラム13と、税額算出プログラム14と、所得税算出プログラム15と、を複数、適用年度(適用期間)ごとに記憶している。なお、図示省略するが、現在および過去10年間分の各処理プログラムを記憶している。   Next, each function of the program server 2 and the income tax calculation device 3 will be described with reference to the functional block diagram of FIG. The program server 2 includes a program storage unit 11 and a program transmission unit 12. The program storage unit 11 stores a program ID and a processing program (program) (strictly, program data of the processing program) in association with each other, and each deduction amount calculation program 13 corresponding to the type of deduction. A plurality of tax amount calculation programs 14 and income tax calculation programs 15 are stored for each application year (application period). Although not shown, each processing program for the current and past 10 years is stored.

各控除額算出プログラム13は、対象とする各控除データに基づいて、各控除額を算出するプログラムである。例えば、住宅控除額算出プログラム13を用い、処理対象の住宅控除データに基づいて、住宅控除の控除額を算出する。各控除額の算出方法は、法改正により適用年度によって異なるため、適用年度に応じた各控除額算出処理が必要である。ゆえに、プログラム記憶部11には、適用年度ごとに定められた複数種の各控除額算出処理に対応して、適用年度ごとの複数の各控除額算出プログラム13が記憶されている。例えば、21年度版住宅控除額算出プログラム13aおよび20年度版住宅控除額算出プログラム13b等を記憶している。   Each deduction amount calculation program 13 is a program for calculating each deduction amount based on each target deduction data. For example, the deduction amount for the house deduction is calculated based on the house deduction data to be processed using the house deduction amount calculation program 13. The calculation method of each deduction amount varies depending on the year of application due to the revision of the law. Therefore, the program storage unit 11 stores a plurality of deduction calculation programs 13 for each application year corresponding to each of a plurality of types of deduction calculation processing determined for each application year. For example, a 21-year house deduction calculation program 13a and a 20-year house deduction calculation program 13b are stored.

税額算出プログラム14は、各控除額算出プログラム13を用いて算出された各控除額と、処理対象の収入データとに基づいて、所得税の税額を算出するプログラムである。所得税の税額の算出方法は、法改正により適用年度によって異なるため、適用年度に応じた税額算出処理が必要である。ゆえに、プログラム記憶部11には、適用年度ごとに定められた複数種の税額算出処理に対応して、適用年度ごとの複数の税額算出プログラム14が記憶されている。例えば、21年度版税額算出プログラム14aおよび20年度版税額算出プログラム14b等を記憶している。   The tax amount calculation program 14 is a program for calculating the tax amount of the income tax based on each deduction amount calculated using each deduction amount calculation program 13 and the income data to be processed. The method for calculating the amount of income tax varies depending on the year of application due to the revision of the law. Therefore, the program storage unit 11 stores a plurality of tax amount calculation programs 14 for each applicable year in correspondence with a plurality of types of tax amount calculation processing determined for each applicable year. For example, a 21st year tax amount calculation program 14a and a 20th year tax amount calculation program 14b are stored.

所得税算出プログラム15は、各控除額算出プログラム13および税額算出プログラム14を起動して、各控除額および所得税の税額を算出させるプログラムである。すなわち、各控除額算出プログラム13および税額算出プログラム14をサブプログラムとするメインプログラムである。所得税の算出に用いる控除の種類は、法改正により適用年度によって異なるため、適用年度に応じた種類の各控除額算出プログラム13を起動する必要がある。ゆえに、プログラム記憶部11には、適用年度ごとに定められた複数種の所得税算出処理に対応して、適用年度ごとの複数の所得税算出プログラム15が記憶されている。例えば、21年度版所得税算出プログラム15aおよび20年度版所得税算出プログラム15b等を記憶している。   The income tax calculation program 15 is a program that activates each deduction amount calculation program 13 and the tax amount calculation program 14 to calculate each deduction amount and the income tax amount. That is, it is a main program in which each deduction amount calculation program 13 and tax amount calculation program 14 are subprograms. Since the type of deduction used for calculating income tax differs depending on the year of application due to the revision of the law, it is necessary to activate each type of deduction calculation program 13 corresponding to the year of application. Therefore, the program storage unit 11 stores a plurality of income tax calculation programs 15 for each application year corresponding to a plurality of types of income tax calculation processing determined for each application year. For example, the 21st version income tax calculation program 15a and the 20th version income tax calculation program 15b are stored.

プログラム送信部12は、所得税算出装置3(ダウンロード部32)からの要求に応じて、要求する処理プログラムを返信する。具体的には、所得税算出装置3(ダウンロード部32)から受信したプログラムIDに基づいて、対応する処理プログラムをプログラム記憶部11から抽出し、所得税算出装置3に送信する。   The program transmission unit 12 returns a requested processing program in response to a request from the income tax calculation device 3 (download unit 32). Specifically, based on the program ID received from the income tax calculation device 3 (download unit 32), the corresponding processing program is extracted from the program storage unit 11 and transmitted to the income tax calculation device 3.

所得税算出装置3は、データ入力部21と、データ生成部22と、データ記憶部23と、適用年度設定部(適用期間設定部)24と、データ選択部25と、算出処理部26と、を有している。   The income tax calculation device 3 includes a data input unit 21, a data generation unit 22, a data storage unit 23, an application year setting unit (application period setting unit) 24, a data selection unit 25, and a calculation processing unit 26. Have.

データ入力部21は、所得税関連データを生成するための情報を、ユーザーに入力させる。具体的には、所得税関連データを構成する各種データを入力するための入力画面を表示し、ユーザーに所得税関連データを入力させる。データ生成部22は、データ入力部21による入力情報に基づいて、所得税関連データを生成する。データ入力部21およびデータ生成部22を有することにより、ユーザーは、所得税関連データを適宜生成することができる。   The data input unit 21 allows the user to input information for generating income tax related data. Specifically, an input screen for inputting various data constituting the income tax related data is displayed, and the user is made to input the income tax related data. The data generation unit 22 generates income tax related data based on information input by the data input unit 21. By having the data input unit 21 and the data generation unit 22, the user can generate income tax related data as appropriate.

データ記憶部23は、所得税関連データを記憶するものであって、生成した所得税関連データや、他の装置から取得した所得税関連データを記憶する。なお、他の装置からの所得税関連データの取得方法は、ネットワークを介して取得するものであっても良いし、フラッシュメモリー等の記録媒体を介して取得するものであっても良い。   The data storage unit 23 stores income tax related data, and stores generated income tax related data and income tax related data acquired from other devices. Note that the income tax-related data acquisition method from another device may be acquired via a network or may be acquired via a recording medium such as a flash memory.

適用年度設定部24は、データ記憶部23に記憶された任意の所得税関連データに対し、適用年度を設定するためのものである。具体的には、設定対象の所得税関連データを選択するためのデータ選択画面と、設定する適用年度を選択するための適用年度選択画面とを表示して、ユーザーに設定対象の所得税関連データと適用年度とを選択させる。これによって、所得税関連データの適用年度を設定させる。収入データや各控除データにおいて、所得税関連データと同一の適用年度を設定するものでは、所得税関連データにおける適用年度の設定に伴って、ここで設定した適用年度を当該データの適用年度に設定する。適用年度設定部24を有することにより、ユーザーは、所得税関連データに対し、適宜、適用年度を設定することができる。   The application year setting unit 24 is for setting an application year for any income tax related data stored in the data storage unit 23. Specifically, a data selection screen for selecting the income tax-related data to be set and an application year selection screen for selecting the applicable year to be set are displayed, and the income tax-related data to be set and the application are applied to the user. Let the year and year be selected. As a result, the applicable year of income tax related data is set. In the income data and each deduction data, if the same application year as the income tax-related data is set, the application year set here is set as the application year of the data in accordance with the setting of the application year in the income tax-related data. By having the application year setting unit 24, the user can appropriately set the application year for the income tax related data.

データ選択部25は、データ記憶部23に記憶された1以上の所得税関連データの中から、処理対象となる所得税関連データを選択するためのものである。具体的には、データ選択画面を表示して、ユーザーに処理対象の所得税関連データを選択させる。   The data selection unit 25 is for selecting income tax-related data to be processed from one or more income tax-related data stored in the data storage unit 23. Specifically, a data selection screen is displayed to allow the user to select income tax related data to be processed.

算出処理部26は、処理対象の所得税関連データに対し、所得税を算出するものであって、適用年度判別部(適用期間判別部)31と、プログラム有無判別部35と、ダウンロード部32と、使用プログラム記憶部33と、プログラム起動部34と、を有している。   The calculation processing unit 26 calculates an income tax for the income tax-related data to be processed. The calculation processing unit 26 is an application year determination unit (application period determination unit) 31, a program presence / absence determination unit 35, a download unit 32, and a use unit. A program storage unit 33 and a program activation unit 34 are provided.

適用年度判別部31は、所得税関連データ、収入データもしくは各控除データを処理するのに際し、当該データ(後述の処理対象データ)に定められた適用年度を判別する。具体的には、当該データに適用年度が設定されている場合には、当該設定情報に基づいて適用年度を判別し、当該データに適用年度が設定されていない場合には、データ内から日付情報を抽出し、抽出した日付情報に基づいて、適用年度を判別する。   The application year discriminating unit 31 discriminates an application year defined in the data (processing target data described later) when processing income tax related data, income data or each deduction data. Specifically, if the applicable year is set for the data, the applicable year is determined based on the setting information. If the applicable year is not set for the data, date information is entered from the data. And the applicable year is determined based on the extracted date information.

プログラム有無判別部35は、上記各データを処理するのに際し、判別した適用年度、およびデータの種別に応じた処理プログラムが、本装置内、具体的には、使用プログラム記憶部33に記憶されている否かを判別する。ここにいうデータの種別とは、「所得税関連データ」や「収入データ」といった種別である。   The program presence / absence discriminating unit 35 stores a processing program corresponding to the discriminated application year and the type of data when processing each of the above data in the apparatus, specifically, in the use program storage unit 33. It is determined whether or not. The type of data here is a type such as “income tax related data” or “income data”.

ダウンロード部32は、上記各データを処理するのに際し、判別した適用年度およびデータの種別に応じた処理プログラムをダウンロードする。具体的には、適用年度およびデータの種別に応じた処理プログラムのプログラムIDを、プログラムサーバー2に送信して、当該処理プログラムを要求する。なお、所得税関連データには、所得税算出プログラム15が対応し、収入データには、税額算出プログラム14が対応している。また、各控除データには、各控除額算出プログラム13が対応している。例えば、適用年度が21年度の所得税関連データに対応して、21年度版所得税算出プログラム15aを要求する。   The download unit 32 downloads a processing program corresponding to the determined application year and the type of data when processing each data. Specifically, the program ID of the processing program corresponding to the application year and the type of data is transmitted to the program server 2 to request the processing program. The income tax calculation program 15 corresponds to the income tax related data, and the tax amount calculation program 14 corresponds to the income data. Each deduction amount program 13 corresponds to each deduction data. For example, the 21st-year income tax calculation program 15a is requested corresponding to the income tax-related data whose application year is 21st.

使用プログラム記憶部33は、ダウンロード部32によってダウンロードした処理プログラムを記憶する。プログラム起動部34は、使用プログラム記憶部33により記憶された処理プログラムを起動する。   The use program storage unit 33 stores the processing program downloaded by the download unit 32. The program activation unit 34 activates the processing program stored in the use program storage unit 33.

次に図3および図4を参照して所得税算出処理について説明する。所得税算出処理は、プログラム起動処理を主体に実施されるものである。そこで、まず、図3を参照してプログラム起動処理について説明する。プログラム起動処理は、所得税関連データ、収入データもしくは各控除データを対象とし、これに対応する処理プログラムを起動する処理である。なお、ここでは、処理対象となるデータを処理対象データと呼称する。   Next, the income tax calculation process will be described with reference to FIGS. The income tax calculation process is performed mainly by the program activation process. First, the program activation process will be described with reference to FIG. The program starting process is a process for starting income tax-related data, income data, or each deduction data, and starting a corresponding processing program. Here, data to be processed is referred to as processing target data.

図3に示すように、所得税算出装置3は、まず、適用年度判別部31により、処理対象データの適用年度を判別する(S1)。具体的には、まず、当該処理対象データに適用年度が設定されているか否かを判別する。適用年度が設定されている場合には、その設定情報に基づいて適用年度を判別する。一方、設定されていない場合には、処理対象データから日付情報を抽出し、当該日付情報に基づいて、適用年度を判別する。なお、適用年度が設定されておらず、且つ日付情報が抽出されなかった場合には、エラーとして本処理を終了する。   As shown in FIG. 3, the income tax calculation device 3 first determines the application year of the data to be processed by the application year determination unit 31 (S1). Specifically, first, it is determined whether or not an applicable year is set for the processing target data. When the application year is set, the application year is determined based on the setting information. On the other hand, if it is not set, date information is extracted from the processing target data, and the applicable year is determined based on the date information. If no applicable year is set and date information is not extracted, this process ends as an error.

適用年度を判別したら、プログラム有無判別部35により、判別した適用年度と、処理対象データの種別に対応した処理プログラムが、使用プログラム記憶部33に記憶されているか否かを判別する(S2)。当該処理プログラムが記憶されていると判定された場合(S3:Yes)には、当該処理プログラムを起動して(S4)、本処理を終了する。   When the application year is determined, the program presence / absence determining unit 35 determines whether the determined application year and the processing program corresponding to the type of the processing target data are stored in the use program storage unit 33 (S2). If it is determined that the processing program is stored (S3: Yes), the processing program is activated (S4), and the processing is terminated.

一方、当該処理プログラムが記録されていないと判定された場合(S3:No)には、ダウンロード部32によって、当該処理プログラムをプログラムサーバー2からダウンロードする(S5)。当該処理プログラムをダウンロードしたら、これを使用プログラム記憶部33に記憶する(S6)と共に、当該処理プログラムを起動して(S7)、本処理を終了する。   On the other hand, when it is determined that the processing program is not recorded (S3: No), the download unit 32 downloads the processing program from the program server 2 (S5). When the processing program is downloaded, it is stored in the use program storage unit 33 (S6), and the processing program is started (S7), and this processing is terminated.

次に図4を参照して所得税算出処理について説明する。所得税算出処理は、ユーザーによる所得税算出処理の開始操作に起因して実施される。図4に示すように、まず、所得税算出装置3は、データ選択部25により、所得税関連データを選択させる。具体的には、データ選択部25により、データ選択画面を表示する(S11)。これによって、ユーザーに処理対象の所得税関連データを選択させる。所得税関連データが選択されたら(S12:Yes)、算出処理部26により、当該所得税関連データに対するプログラム起動処理を実施する(S13)。各適用年度の所得税関連データには、各適用年度の所得税算出プログラム15が対応しているため、これによって、処理対象の所得税関連データの適用年度に応じた所得税算出プログラム15が起動される。   Next, the income tax calculation process will be described with reference to FIG. The income tax calculation process is performed due to the start operation of the income tax calculation process by the user. As shown in FIG. 4, first, the income tax calculation device 3 causes the data selection unit 25 to select income tax related data. Specifically, the data selection unit 25 displays a data selection screen (S11). This allows the user to select the income tax related data to be processed. When the income tax related data is selected (S12: Yes), the calculation processing unit 26 executes a program start process for the income tax related data (S13). The income tax calculation program 15 of each application year corresponds to the income tax related data of each application year, so that the income tax calculation program 15 corresponding to the application year of the income tax related data to be processed is started.

所得税算出プログラム15を起動したら、算出処理部26により、起動した所得税算出プログラム15を用いて、所得税を算出する。具体的には、所得税算出プログラム15に従って、処理対象の所得税関連データから各控除データを抽出し、当該各控除データに対する各プログラム起動処理を実施する(S14)。各適用年度の各控除データには、各適用年度の各控除額算出プログラム13が対応しているため、これによって、当該各控除データの適用年度に応じた各控除額算出プログラム13が起動される。その後、起動した各控除額算出プログラム13を用い、各控除データに基づいて各控除額を算出する(S15)。次に、処理対象の所得税関連データから、収入データを抽出し、当該収入データに対するプログラム起動処理を実施する(S16)。各適用年度の収入データには、各適用年度の税額算出プログラム14が対応しているため、これによって、当該収入データの適用年度に応じた税額算出プログラム14が起動される。その後、起動した税額算出プログラム14を用い、各控除額と収入データとに基づいて、所得税の税額を算出する(S17)。これにより本処理を終了する。   When the income tax calculation program 15 is started, the calculation processing unit 26 calculates the income tax using the started income tax calculation program 15. Specifically, according to the income tax calculation program 15, each deduction data is extracted from the income tax related data to be processed, and each program activation process is performed on each deduction data (S 14). Each deduction data in each application year corresponds to each deduction calculation program 13 in each application year. Accordingly, each deduction calculation program 13 corresponding to the application year of each deduction data is started. . Thereafter, each deduction amount calculation program 13 that has been started is used to calculate each deduction amount based on each deduction data (S15). Next, income data is extracted from the income tax related data to be processed, and a program activation process is performed on the income data (S16). Since the income calculation data 14 for each application year corresponds to the income data for each application year, the tax calculation program 14 corresponding to the application year of the income data is thereby activated. Thereafter, using the started tax amount calculation program 14, the tax amount of the income tax is calculated based on each deduction amount and income data (S17). This is the end of this process.

以上のような構成によれば、処理対象データの適用年度に基づいて、当該適用年度に応じた処理プログラムをダウンロードするため、予め適用年度ごとの全プログラムを記憶(ダウンロード)しておくことなく、任意の適用年度の処理対象データに対応した処理を実施することができる。   According to the above configuration, in order to download the processing program corresponding to the application year based on the application year of the processing target data, without storing (downloading) all the programs for each application year in advance, Processing corresponding to processing target data in any application year can be performed.

また、処理対象データに含まれる日付情報に基づいて、適用年度を判別することにより、適用年度を容易に判別することができる。なお、本実施形態においては、控除データの一部に対し、日付情報に基づいた適用年度の判別を行ったが、所得税関連データや収入データに対し、日付情報に基づいた適用年度の判別を行っても良い。例えば、所得税関連データや収入データに含まれる所得税の申告書の提出日を日付情報とし、当該提出日が該当する会計年度を、適用年度とする構成であっても良い。また、適用年度設定部24を省略すると共に、全てのデータ(所得税関連データ、収入データおよび各控除データ)に対し、日付情報に基づいた適用年度の判別を行っても良い。   Further, by determining the application year based on the date information included in the processing target data, the application year can be easily determined. In this embodiment, the application year is determined based on the date information for a part of the deduction data. However, the application year is determined based on the date information for the income tax related data and the income data. May be. For example, the date of submission of an income tax return included in income tax-related data or income data may be used as date information, and the fiscal year to which the date of submission corresponds corresponds to the applicable year. Further, the application year setting unit 24 may be omitted, and the application year may be determined based on date information for all data (income tax related data, income data, and each deduction data).

さらに、判別した適用年度に応じたプログラムが、使用プログラム記憶部33に記憶されているか否かを判別し、使用プログラム記憶部33に記憶されていないと判定された場合には、当該プログラムをダウンロードすることにより、すでに記憶されているプログラムを、ダウンロードすることがなく、無駄なダウンロードを行うことがない。なお、上記実施形態では記載を省略したが、使用プログラム記憶部33以外に、処理プログラムを記憶する記憶領域が存在する場合には、当該記憶領域についても当該処理プログラムが記憶されているか否かを判別する。   Further, it is determined whether or not a program corresponding to the determined application year is stored in the use program storage unit 33. If it is determined that the program is not stored in the use program storage unit 33, the program is downloaded. By doing so, the program that has already been stored is not downloaded and unnecessary download is not performed. In addition, although description was abbreviate | omitted in the said embodiment, when there exists a memory area which memorize | stores a processing program other than the use program memory | storage part 33, whether the said processing program is memorize | stored also about the said memory area. Determine.

なお、本実施形態においては、所得税算出装置3(所得税算出システム1)に本発明を適用したが、処理対象データを処理するデータ処理装置(データ処理システム)であれば、他の税務処理を実施する他の税務処理装置(他の税務処理システム)に本発明を適用しても良いし、他の会計処理を実施する他の会計処理装置(他の会計処理システム)に本発明を適用しても良い。例えば、消費税算出処理を実施する消費税算出装置(消費税算出システム)や決算処理を実施する決算処理装置(決済処理システム)を本発明に適用しても良い。また、これらを組み合わせた装置に本発明を適用しても良い。   In the present embodiment, the present invention is applied to the income tax calculation device 3 (income tax calculation system 1). However, if the data processing device (data processing system) processes data to be processed, other tax processing is performed. The present invention may be applied to other tax processing apparatuses (other tax processing systems), or may be applied to other accounting processing apparatuses (other accounting systems) that perform other accounting processes. Also good. For example, a consumption tax calculation device (consumption tax calculation system) that performs consumption tax calculation processing and a settlement processing device (settlement processing system) that performs settlement processing may be applied to the present invention. Further, the present invention may be applied to an apparatus that combines these.

また、処理対象データを処理するものであれば、会計処理装置(会計処理システム)に限るものではない。例えば、書類作成プログラムを用いて各種書類を作成する書類作成装置(書類作成システム)に、本発明を適用しても良い。かかる場合、適用年度に応じた作成書類を作成することができる。   Moreover, as long as it processes data to be processed, it is not limited to an accounting processing apparatus (accounting processing system). For example, the present invention may be applied to a document creation apparatus (document creation system) that creates various documents using a document creation program. In such a case, it is possible to create a prepared document corresponding to the application year.

さらに、本実施形態においては、会計年度を判別基準としたが、適用する期間(適用期間)であれば、これに限るものではない。例えば、他の基準の年度を判別基準としても良いし、処理を適用する「月度」や「日度」を判別基準としても良い。また、適用期間として「複数年度」を判別基準としても良い。   Furthermore, in the present embodiment, the fiscal year is used as a discrimination criterion, but the present invention is not limited to this as long as it is a period to be applied (application period). For example, the year of another standard may be used as the discrimination standard, or “monthly degree” or “daily degree” to which the process is applied may be used as the discrimination standard. In addition, “multiple years” may be used as a discrimination criterion as an application period.

なお、本実施形態においては、ダウンロードした処理プログラムを、使用プログラム記憶部33(本装置)に累積的に記憶するものであったが、ダウンロードした処理プログラムと同一種別の処理プログラムを、使用プログラム記憶部33(本装置)上から削除する構成であっても良い。すなわち、21年度版所得税算出プログラム15aをダウンロードした際には、同一種別である他年度版の所得税算出プログラム15(例えば、20年度版所得税算出プログラム15b)は削除する構成である。具体的には、図5に示すように、ダウンロードの対象となる処理プログラムとは異なる適用年度で且つ同一種別の処理プログラムが使用プログラム記憶部33(本装置)に記憶されているか否かを判別する他プログラム判別部41と、当該処理プログラムが記憶されていると判定された場合、当該処理プログラムを削除するプログラム削除部42と、を更に有する構成とする。かかる構成によれば、ダウンロードに際し、他の適用年度の処理プログラムを削除するため、適用年度の異なる複数の処理プログラムを記憶することがなく、データ容量の使用量を軽減することができる。   In the present embodiment, the downloaded processing program is cumulatively stored in the use program storage unit 33 (this apparatus), but the same type of processing program as the downloaded processing program is stored in the use program storage. The configuration may be such that it is deleted from the unit 33 (this device). That is, when the 21-year income tax calculation program 15a is downloaded, the other-year income tax calculation program 15 (for example, the 20-year income tax calculation program 15b) of the same type is deleted. Specifically, as shown in FIG. 5, it is determined whether or not a processing program of the same type as that of the processing program to be downloaded is stored in the use program storage unit 33 (this apparatus). And a program deletion unit 42 that deletes the processing program when it is determined that the processing program is stored. According to such a configuration, when downloading, processing programs for other application years are deleted, so that a plurality of processing programs with different application years are not stored, and the amount of data capacity used can be reduced.

また、本実施形態においては記載を省略したが、データ入力部21によりデータを入力させる際、初めに適用年度を設定させ、適用年度に応じた入力画面を表示して、適用年度に応じた項目を入力させる構成であっても良い。   Although not described in the present embodiment, when data is input by the data input unit 21, an application year is first set, an input screen corresponding to the application year is displayed, and an item corresponding to the application year is displayed. May be input.

なお、本実施形態においては、所得税算出システム1として、1のプログラムサーバー2と、1の所得税算出装置3とを備える構成であったが、1のプログラムサーバー2と、複数の所得税算出装置3とを備える構成であっても良い。   In the present embodiment, the income tax calculation system 1 includes one program server 2 and one income tax calculation device 3. However, one program server 2, a plurality of income tax calculation devices 3, and the like. The structure provided with may be sufficient.

1:所得税算出システム、 2:プログラムサーバー、 3:所得税算出装置、 13:控除額算出プログラム、 14:税額算出プログラム、 15:所得税算出プログラム、 24:適用年度設定部、 31:適用年度判別部、 32:ダウンロード部、 35:プログラム有無判別部、 41:他プログラム有無判別部、 42:プログラム削除部   1: income tax calculation system, 2: program server, 3: income tax calculation device, 13: deduction calculation program, 14: tax calculation program, 15: income tax calculation program, 24: application year setting section, 31: application year determination section, 32: Download unit, 35: Program presence / absence determination unit, 41: Other program presence / absence determination unit, 42: Program deletion unit

Claims (7)

それぞれ適用期間が設定されたメインプログラムおよびサブプログラムを記憶するプログラムサーバーと、
1以上の前記サブプログラムにより処理される1以上のデータを含む処理対象データを処理する処理装置と、が接続されたデータ処理システムであって、
前記処理装置は、
1以上の前記処理対象データの中から、処理対象となる処理対象データを選択するデータ選択部と、
選択された前記処理対象データに設定されている適用期間に対応する前記メインプログラムを、前記プログラムサーバーからダウンロードして起動するプログラム起動部と、を有し、
前記プログラム起動部は、起動した前記メインプログラムにより、選択された前記処理対象データから1以上の前記データを抽出し、抽出した各データに設定されている適用期間に対応する各サブプログラムを、前記プログラムサーバーからダウンロードして起動することを特徴とするデータ処理システム。
A program server for storing a main program and a subprogram each having an application period set ;
A data processing system connected to a processing device that processes data to be processed including one or more data processed by one or more of the subprograms ,
The processor is
A data selection unit that selects processing target data to be processed from among the one or more processing target data;
A program activation unit that downloads and activates the main program corresponding to the application period set in the selected data to be processed from the program server;
The program activation unit extracts one or more pieces of the data from the selected data to be processed by the activated main program, and each subprogram corresponding to an application period set in each extracted data, A data processing system which is downloaded from a program server and started .
前記処理装置は、前記処理対象データに対し、前記適用期間を設定するための適用期間設定部を、更に有することを特徴とする請求項1に記載のデータ処理システム。 The processing unit, the processing on the object data, the data processing system of claim 1, wherein Rukoto the application period setting unit for setting the application period, further Yusuke. 前記処理対象データは、日付を示す情報である日付情報を含んでおり、
前記適用期間は、前記日付情報に基づいて設定されることを特徴とする請求項に記載のデータ処理システム。
The processing target data includes date information that is information indicating a date,
The data processing system according to claim 1 , wherein the application period is set based on the date information.
前記処理装置は、選択された前記処理対象データに設定されている適用期間に対応する前記メインプログラムが、本装置に記憶されているか否かを判別するプログラム有無判別部を、更に有し、
前記プログラム起動部は、前記プログラム有無判別部により、前記メインプログラムが、本装置に記憶されていないと判定された場合、当該メインプログラムを、前記プログラムサーバーからダウンロードすることを特徴とする請求項1ないし3のいずれかに記載のデータ処理システム。
The processing apparatus further includes a program presence / absence determining unit that determines whether or not the main program corresponding to the application period set in the selected processing target data is stored in the apparatus.
The program starting unit downloads the main program from the program server when the program presence / absence determining unit determines that the main program is not stored in the apparatus. 4. The data processing system according to any one of 3 to 3.
前記処理装置は、
前記メインプログラムのダウンロードに際し、当該メインプログラムと同一種類であって適用期間の異なる他プログラムが、本装置に記憶されているか否かを判別する他プログラム有無判別部と、
前記他プログラム有無判別部により前記他プログラムが本装置に記憶されていると判定された場合、当該他プログラムを削除するプログラム削除部と、を更に有することを特徴とする請求項1ないし4のいずれかに記載のデータ処理システム。
The processor is
When downloading the main program, another program presence / absence determining unit for determining whether or not other programs of the same type as the main program and different application periods are stored in the apparatus,
5. The program deletion unit according to claim 1, further comprising: a program deletion unit that deletes the other program when the other program presence / absence determination unit determines that the other program is stored in the apparatus. The data processing system described in Crab.
前記適用期間は、会計年度であり、
前記処理は、会計処理であることを特徴とする請求項1ないし5のいずれかに記載のデータ処理システム。
The application period is a fiscal year,
6. The data processing system according to claim 1, wherein the process is an accounting process.
コンピューターを、請求項1ないし6のいずれかに記載のデータ処理システムにおける前記プログラムサーバーまたは前記処理装置の各部として機能させるためのプログラム。   The program for functioning a computer as each part of the said program server in the data processing system in any one of Claim 1 thru | or 6, or the said processing apparatus.
JP2010038535A 2010-02-24 2010-02-24 Data processing system and program Expired - Fee Related JP5581729B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010038535A JP5581729B2 (en) 2010-02-24 2010-02-24 Data processing system and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010038535A JP5581729B2 (en) 2010-02-24 2010-02-24 Data processing system and program

Publications (2)

Publication Number Publication Date
JP2011175417A JP2011175417A (en) 2011-09-08
JP5581729B2 true JP5581729B2 (en) 2014-09-03

Family

ID=44688223

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010038535A Expired - Fee Related JP5581729B2 (en) 2010-02-24 2010-02-24 Data processing system and program

Country Status (1)

Country Link
JP (1) JP5581729B2 (en)

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001243294A (en) * 2000-02-29 2001-09-07 Katsuaki Kobayashi System for supporting job processing
JP2007236724A (en) * 2006-03-10 2007-09-20 Konami Gaming Inc Game system and server unit utilizable in the system
JP5144974B2 (en) * 2007-06-22 2013-02-13 株式会社日本デジタル研究所 Module management method, module management apparatus, and module management program
JP5144232B2 (en) * 2007-11-26 2013-02-13 パナソニック株式会社 Health promotion system

Also Published As

Publication number Publication date
JP2011175417A (en) 2011-09-08

Similar Documents

Publication Publication Date Title
RU2419852C2 (en) Electronic data snapshot generator
US7895179B2 (en) Asynchronous updating of web page data views
EP2864895B1 (en) Identification of host-compatible downloadable applications
JP4906072B2 (en) Information processing apparatus and information processing method
JP5336965B2 (en) Information processing apparatus, information processing apparatus control method, and program
KR101526776B1 (en) License install support system, license install support method, and non-transitory computer readable storage medium
CN103080902A (en) Information processing apparatus and update process support system
KR20140143234A (en) Techniques for acquiring updates for application programs
JP2020155891A (en) Management server, document file management system, document file management method, and document file management program
KR20180013479A (en) User interface providing method and apparatus
JP2011191862A (en) File management apparatus, file management system, and file management program
US20120124068A1 (en) Document management apparatus and method for controlling same
JP2013077297A (en) Information processor and control method thereof
JP2022022451A (en) Server, information processing apparatus, processing method, and program
US9396176B2 (en) Technique for copying and pasting information
JP5581729B2 (en) Data processing system and program
US20180143758A1 (en) Content filtering system for touchscreen devices
JP2011233104A (en) Information processing system, information processor, information processing method, program, and recording medium
JP5256263B2 (en) Information processing apparatus, information processing system, and program
CN114816637A (en) Application display method, device and system embedded into applet
JP6349682B2 (en) Information management program, apparatus, and method
CN109308601B (en) Information processing system and information processing method of information processing system
JP2009282794A (en) Device for restricting number of use
US10298516B2 (en) System and methods for sharing resources among application modules
JP5652141B2 (en) Information processing apparatus, information processing method, computer program, and storage medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130131

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20130131

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20130131

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131115

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131119

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140116

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140630

R150 Certificate of patent or registration of utility model

Ref document number: 5581729

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees