WO2024101039A1 - 情報処理装置、情報処理システム、情報処理方法及びプログラム - Google Patents

情報処理装置、情報処理システム、情報処理方法及びプログラム Download PDF

Info

Publication number
WO2024101039A1
WO2024101039A1 PCT/JP2023/036135 JP2023036135W WO2024101039A1 WO 2024101039 A1 WO2024101039 A1 WO 2024101039A1 JP 2023036135 W JP2023036135 W JP 2023036135W WO 2024101039 A1 WO2024101039 A1 WO 2024101039A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
information processing
area
transaction data
accounting software
Prior art date
Application number
PCT/JP2023/036135
Other languages
English (en)
French (fr)
Inventor
伸宏 青柳
Original Assignee
Siwakee株式会社
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 Siwakee株式会社 filed Critical Siwakee株式会社
Publication of WO2024101039A1 publication Critical patent/WO2024101039A1/ja

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/12Accounting

Definitions

  • the present invention relates to an information processing device, an information processing system, an information processing method, and a program.
  • an information processing device has a control unit.
  • the control unit controls to display a screen.
  • the screen includes a first area and a second area.
  • the first area is an area in which transaction data is displayed.
  • the transaction data is data to be journalized that is composed of multiple columns.
  • the second area is an area in which a framework is displayed.
  • the framework is data that corresponds to the format of a journal and includes multiple fields that correspond to the data format to be imported into accounting software.
  • FIG. 1 is a diagram illustrating an example of a system configuration of an information processing system.
  • FIG. 2 is a diagram illustrating an example of a hardware configuration of a client device.
  • FIG. 3 is a diagram illustrating an example of a hardware configuration of the server device.
  • FIG. 4 is a sequence diagram illustrating an example of information processing in the information processing system.
  • FIG. 5 is a diagram showing an example of the screen.
  • FIG. 6 is a diagram showing an example of a data conversion definition area in which a framework is displayed.
  • FIG. 7 is a diagram illustrating an example of a framework including an added field.
  • FIG. 8 is a diagram showing an example of a predetermined operation.
  • unit can include, for example, hardware resources implemented by a circuit in the broad sense, and software information processing that can be specifically realized by these hardware resources.
  • this embodiment handles various types of information, which are represented by high and low signal values as a collection of binary bits consisting of 0 or 1, and communication and calculations can be performed on a circuit in the broad sense.
  • a circuit in the broad sense is a circuit that is realized by at least appropriately combining a circuit, circuitry, a processor, and memory.
  • ASICs application specific integrated circuits
  • SPLDs simple programmable logic devices
  • CPLDs complex programmable logic devices
  • FPGAs field programmable gate arrays
  • System Configuration Fig. 1 is a diagram showing an example of the system configuration of an information processing system 1000.
  • the information processing system 1000 includes a client device 100 and a server device 110 as a system configuration.
  • the client device 100 and the server device 110 are communicably connected via a network 150.
  • the client device 100 executes a process according to a first embodiment described later, that is, a process of generating data to be imported into accounting software, etc.
  • the server device 110 generates a data conversion program based on definition information in response to a request from the client device 100, and transmits the generated data conversion program to the client device 100 that has made the request.
  • the information processing system 1000 may include as many client devices 100 as there are users.
  • 1 shows a PC (Personal Computer) as an example of the client device 100
  • the client device 100 is not limited to a PC (Personal Computer) and may be a smartphone or a tablet computer.
  • the client device 100 may be any device as long as it is capable of executing the processes of the client device 100 described below.
  • the client device 100 is an example of an information processing device.
  • FIG. 2 is a diagram showing an example of the hardware configuration of the client device 100.
  • the client device 100 includes, as a hardware configuration, a control unit 210, a storage unit 220, an input unit 230, an output unit 240, and a communication unit 250.
  • the control unit 210 is a CPU (Central Processing Unit) or the like, and controls the entire client device 100.
  • CPU Central Processing Unit
  • the storage unit 220 is any one of an HDD (Hard Disk Drive), a ROM (Read Only Memory), a RAM (Random Access Memory), and an SSD (Solid State Drive), or any combination thereof, and stores a program and data (e.g., definition information, a data conversion program, and transaction data, which will be described later) used when the control unit 210 executes processing based on the program.
  • the control unit 210 executes processing based on a program stored in the storage unit 220, thereby realizing the processing of the client device 100 and the functions of the client device 100 in the sequence diagram shown in FIG. 4 described later.
  • the input unit 230 is a keyboard and/or a mouse, etc., and inputs user operations to the control unit 210.
  • the input unit 230 may further be a microphone and a speaker, etc., and input the user's voice to the control unit 210.
  • the output unit 240 is a display, etc., and displays the results of the information processing by the control unit 210 and/or data acquired from other devices.
  • the communication unit 250 is a NIC (Network Interface Card), etc., and connects the client device 100 to the network 150 and controls communication with other devices.
  • FIG. 3 is a diagram showing an example of the hardware configuration of the server device 110.
  • the server device 110 includes a control unit 310, a storage unit 320, and a communication unit 330 as the hardware configuration.
  • the control unit 310 is a CPU or the like, and controls the entire server device 110.
  • the storage unit 320 is any one of a HDD, a ROM, a RAM, an SSD, or the like, or any combination thereof, and stores a program and data used when the control unit 310 executes processing based on the program.
  • the control unit 310 executes processing based on the program stored in the storage unit 320, thereby realizing functions of the server device 110.
  • the communication unit 330 is a NIC or the like, and connects the server device 110 to the network 150 and manages communication with other devices.
  • the data used by the control unit 310 when executing processing based on a program is described as being stored in the memory unit 320, but the data may also be stored in a memory unit of another device with which the server device 110 can communicate.
  • the control unit 210 controls the output unit 240 to display a screen 500 as shown in FIG. 5, which will be described later.
  • the screen 500 includes an input data display area 520 and a data conversion definition area 510.
  • the input data display area 520 is an area where transaction data of a commercial transaction is displayed.
  • the transaction data of a commercial transaction is data to be journalized that is composed of multiple columns.
  • the data conversion definition area 510 is an area where a framework is displayed.
  • the framework is data that corresponds to the format of a journal and includes multiple fields that correspond to the data format to be imported into accounting software.
  • the control unit 210 generates definition information that converts the transaction data into the data format of the accounting software based on the columns and fields, on the condition that a predetermined operation has been performed on the columns included in the transaction data and the fields included in the framework. By performing such processing by the control unit 210, the user can generate definition information that converts the transaction data into the data format of the accounting software by simply performing a predetermined operation, without having to transmit the transaction data to the cloud, etc.
  • FIG. 4 is a sequence diagram showing an example of information processing in the information processing system 1000.
  • the control unit 210 retrieves transaction data to be journalized in response to, for example, a user's selection operation via a screen, etc.
  • the control unit 210 may retrieve transaction data stored in the storage unit 220, etc. from the storage unit 220, etc., or may retrieve transaction data stored in a storage medium such as a USB memory inserted into the client device 100 from the USB memory, etc.
  • the control unit 210 may retrieve transaction data from a storage unit, etc. of another client device 100 in the company that can communicate via the network 150, etc.
  • FIG. 5 is a diagram showing an example of a screen 500.
  • the screen 500 includes a data conversion definition area 510 and an input data display area 520.
  • the input data display area 520 is an area in which the transaction data of the commercial transaction imported by the sequence SQ401 is displayed.
  • the transaction data of the commercial transaction is data to be journalized and composed of multiple columns.
  • the transaction data shown in FIG. 5 includes, as items, a transaction ID, a transaction date, a transaction department, a client, a tax-excluded remuneration amount, a consumption tax, a withholding tax, a tax-inclusive remuneration amount, and a scheduled payment amount.
  • the transaction data shown in FIG. 5 is an example.
  • the input data display area 520 is an example of a first area. That is, the control unit 210 takes in transaction data to be journalized, and controls the input data display area 520 to display the taken in transaction data to be journalized.
  • the data conversion definition area 510 is an area where a framework is displayed.
  • the framework is data that corresponds to the format of a journal and includes a plurality of fields that correspond to the data format to be imported into accounting software.
  • the control unit 210 displays a template selected from a plurality of templates stored in the storage unit 220 or the like as a framework in the data conversion definition area 510.
  • the description will be given on the assumption that a template for each accounting software is stored in the storage unit 220 or the like.
  • the data conversion definition area 510 is an example of a second area. That is, the control unit 210 acquires a template stored in the memory unit 220 that includes multiple fields corresponding to the data format of the accounting software, and controls the acquired template to be displayed in the data conversion definition area 510 as a framework.
  • FIG. 6 is a diagram showing an example of a data conversion definition area 510 in which a framework is displayed.
  • the fields include a voucher separator, a date, a debit account code, a debit main amount, a credit account code, and a credit main amount.
  • the control unit 210 can add any field, etc. to the template in response to a user's field addition operation in the data conversion definition area 510 to create a framework.
  • FIG. 7 is a diagram showing an example of a framework including added fields.
  • an example is shown in which the following fields have been added: debit customer code, credit customer code, voucher department code, and summary.
  • the control unit 210 can freely add not only columns but also rows in the data conversion definition area 510 in response to user operations.
  • Fig. 8 is a diagram showing an example of a predetermined operation.
  • the predetermined operation may be any operation as long as it is an operation for recording a transaction in a journal.
  • control unit 210 transmits the definition information generated in sequence SQ403 to server apparatus 110.
  • the control unit 310 of the server device 110 Upon receiving the definition information, in sequence SQ405, the control unit 310 of the server device 110 generates a data conversion program for converting the transaction data into the data format of the accounting software based on the received definition information.
  • control unit 310 transmits the generated data conversion program to client device 100 that transmitted the definition information.
  • Control unit 210 receives the data conversion program from server device 110. That is, control unit 210 receives from server device 110 the data conversion program that was generated in server device 110 based on the definition information.
  • control unit 210 executes a process of converting the transaction data captured in sequence SQ401 into the data format of the accounting software based on the data conversion program.
  • control unit 210 outputs the transaction data converted into the data format of the accounting software.
  • the control unit 210 may output the transaction data converted into the data format of the accounting software by storing it in the storage unit 220, or may output it by displaying it on the output unit 240.
  • the user can generate definition information for converting the transaction data into the data format of the accounting software by performing a predetermined operation without sending the transaction data to the cloud.
  • the transaction data can be converted into the data format of the specified accounting software and output without sending the transaction data to the cloud.
  • the data in the transaction management ledger can be recorded in the accounting software without uploading the data to the cloud.
  • the data conversion program is not generated in the client device 100, processing can be accelerated without wastefully using the hardware of the client device 100.
  • data exchange between the client device 100 and the server device 110 is also performed by simply sending definition information from the client device 100 and receiving a data conversion program from the server device 110, so there is no need to exchange unnecessary data.
  • control unit 210 has been described as acquiring a template including a plurality of fields corresponding to the data format of the accounting software, which is stored in the storage unit 220, and controlling the display of the acquired template as a framework in the data conversion definition area 510.
  • the control unit 210 in the first modified example controls the display of the framework in the second area in response to a user's setting operation in the data conversion definition area 510. That is, the control unit 210 does not load a template, but creates and displays a framework such as that displayed in the data conversion definition area 510 in FIG. 6 in response to a user's setting operation in the data conversion definition area 510.
  • Variation 1 can also achieve the effects of embodiment 1 described above.
  • control unit 210 of the client device 100 is mainly responsible for the processing.
  • the control unit 310 of the server device 110 may perform the processing as the control unit 210 described above. That is, the server device 110 may provide the functions as shown in the first embodiment as a Web service.
  • the control unit 210 of the second modification transmits transaction data to the server device 110.
  • the control unit 310 of the second modification executes the same processing as the sequences SQ401 to SQ403, SQ405, SQ407, and SQ408 of FIG. 4.
  • the screens as shown in FIGS. 5 to 8 are displayed on the output unit 240 of the client device 100.
  • the control unit 310 may generate a screen and transmit it to the client device 100, and the client device 100 may display the screen, or the control unit 310 may transmit data for generating a screen to the client device 100, and the client device 100 may generate and display a screen based on the received data.
  • the server device 110 is an example of an information processing device.
  • Variation 2 also makes it possible to efficiently record data from the transaction management ledger in accounting software.
  • Variation 3 also allows data from the transaction management ledger to be efficiently recorded in accounting software.
  • An information processing device having a control unit, the control unit controls to display a screen, the screen includes a first area and a second area, the first area is an area where transaction data is displayed, the transaction data is data to be journalized that is composed of multiple columns, the second area is an area where a framework is displayed, the framework is data that corresponds to a journal format and includes multiple fields that correspond to a data format to be imported into accounting software, and the information processing device generates definition information that converts the transaction data into the data format of the accounting software based on the columns and the fields, on the condition that a specified operation has been performed on the columns included in the transaction data and the fields included in the framework.
  • the specified operation is an operation of recording a transaction in a journal.
  • control unit imports transaction data to be journalized and controls the imported transaction data to be journalized to be displayed in the first area.
  • control unit acquires a template including multiple fields corresponding to the data format of the accounting software stored in the memory area, and controls the acquired template to be displayed in the second area as the framework.
  • control unit controls the framework to be displayed in the second area in response to a user's setting operation in the second area.
  • control unit transmits the definition information to a server.
  • control unit receives from the server a data conversion program generated in the server based on the definition information.
  • An information processing device having a control unit and a memory unit, the control unit transmits definition information for converting transaction data to a data format of accounting software to a server, receives a data conversion program generated in the server based on the definition information from the server, and executes a process for converting the transaction data to the data format of the accounting software based on the data conversion program stored in the memory unit, the transaction data being data to be journalized that is composed of multiple columns, and the data format of the accounting software corresponds to the format of a journal and includes multiple fields that correspond to the data format to be imported into the accounting software.
  • control unit outputs the transaction data converted into the data format of the accounting software.
  • An information processing system that controls to display a screen, the screen including a first area and a second area, the first area being an area where transaction data is displayed, the transaction data being data to be journalized that is composed of a plurality of columns, the second area being an area where a framework is displayed, the framework being data that corresponds to a journal format and includes a plurality of fields that correspond to a data format to be imported into accounting software, and generating definition information that converts the transaction data into the data format of the accounting software based on the columns and the fields, on the condition that a predetermined operation has been performed on the columns included in the transaction data and the fields included in the framework.
  • an information processing system executes a process of converting the transaction data into the data format of the accounting software based on a data conversion program generated based on the definition information.
  • An information processing method executed by an information processing device which controls to display a screen, the screen including a first area and a second area, the first area being an area where transaction data is displayed, the transaction data being transaction data to be journalized that is composed of a plurality of columns, the second area being an area where a framework is displayed, the framework being data that corresponds to a journal and includes a plurality of fields that correspond to the data format of the import data of the accounting software, and generating definition information that converts the transaction data into the data format of the accounting software based on the columns and the fields, on the condition that a predetermined operation has been performed on the columns included in the transaction data and the fields included in the framework.
  • An information processing method executed by an information processing system which controls to display a screen, the screen including a first area and a second area, the first area being an area where transaction data is displayed, the transaction data being transaction data to be journalized that is composed of a plurality of columns, the second area being an area where a framework is displayed, the framework being data that corresponds to a journal and includes a plurality of fields that correspond to the data format of the import data of the accounting software, and generating definition information that converts the transaction data into the data format of the accounting software based on the columns and the fields, on the condition that a predetermined operation has been performed on the columns included in the transaction data and the fields included in the framework.
  • An information processing method executed by a control unit of an information processing device having a control unit and a memory unit including: transmitting definition information for converting transaction data into a data format of accounting software to a server; receiving a data conversion program generated in the server based on the definition information from the server; and executing a process for converting the transaction data into the data format of the accounting software based on the data conversion program stored in the memory unit;
  • the transaction data is data to be journalized that is composed of multiple columns;
  • the data format of the accounting software corresponds to the format of a journal and includes multiple fields that correspond to the data format to be imported into the accounting software.
  • the above-mentioned program may be provided as a computer-readable non-transitory storage medium that stores the program.
  • the data conversion definition area 510 and the input data display area 520 are provided on the same screen, but the data conversion definition area 510 may be provided on a first screen and the input data display area 520 may be provided on a second screen.
  • Any UI configuration may be used as long as it can generate definition information for converting transaction data into the data format of accounting software based on columns and fields on the condition that an operation for recording a transaction in a journal is performed for columns included in the transaction data and fields included in the framework.

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Engineering & Computer Science (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

本発明の一態様によれば、情報処理装置が提供される。この情報処理装置は、制御部を有する。制御部は、画面を表示するよう制御する。画面には、第1の領域と、第2の領域と、が含まれる。第1の領域は、取引データが表示される領域である。取引データは、複数の列によって構成される仕訳対象のデータである。第2の領域は、フレームワークが表示される領域である。フレームワークは、仕訳帳の書式に対応すると共に、会計ソフトウェアに取り込むデータ形式に対応した複数のフィールドを含むデータである。取引データに含まれる列とフレームワークに含まれるフィールドとに対して所定の操作がなされたことを条件として、列とフィールドとに基づいて取引データを会計ソフトウェアのデータ形式に変換する定義情報を生成する。

Description

情報処理装置、情報処理システム、情報処理方法及びプログラム
 本発明は、情報処理装置、情報処理システム、情報処理方法及びプログラムに関する。
 仕訳入力された会計データを処理するため、様々な会計ソフトウェアが存在する。また、会計ソフトウェアの機能をクラウド上で提供するシステムも存在する(特許文献1参照)。
特開2022-140858号公報
 ユーザーは所定の操作を行うだけでは、商取引の取引データを会計ソフトウェアのデータ形式に変換する定義情報を生成することができなかった。
 本発明の一態様によれば、情報処理装置が提供される。この情報処理装置は、制御部を有する。制御部は、画面を表示するよう制御する。画面には、第1の領域と、第2の領域と、が含まれる。第1の領域は、取引データが表示される領域である。取引データは、複数の列によって構成される仕訳対象のデータである。第2の領域は、フレームワークが表示される領域である。フレームワークは、仕訳帳の書式に対応すると共に、会計ソフトウェアに取り込むデータ形式に対応した複数のフィールドを含むデータである。取引データに含まれる列とフレームワークに含まれるフィールドとに対して所定の操作がなされたことを条件として、列とフィールドとに基づいて取引データを会計ソフトウェアのデータ形式に変換する定義情報を生成する。
図1は、情報処理システムのシステム構成の一例を示す図である。 図2は、クライアント装置のハードウェア構成の一例を示す図である。 図3は、サーバー装置のハードウェア構成の一例を示す図である。 図4は、情報処理システムにおける情報処理の一例を示すシーケンス図である。 図5は、画面の一例を示す図である。 図6は、フレームワークが表示されたデータ変換定義領域の一例を示す図である。 図7は、追加されたフィールドを含むフレームワークの一例を示す図である。 図8は、所定の操作の一例を示す図である。
 以下、図面を用いて本発明の実施形態について説明する。以下に示す実施形態中で示した各種特徴事項は、互いに組み合わせ可能である。
 本明細書において「部」とは、例えば、広義の回路によって実施されるハードウェア資源と、これらのハードウェア資源によって具体的に実現されうるソフトウェアの情報処理とを合わせたものも含みうる。また、本実施形態においては様々な情報を取り扱うが、これら情報は、0又は1で構成される2進数のビット集合体として信号値の高低によって表され、広義の回路上で通信・演算が実行されうる。
 また、広義の回路とは、回路(Circuit)、回路類(Circuitry)、プロセッサ(Processor)、及びメモリ(Memory)等を少なくとも適当に組み合わせることによって実現される回路である。すなわち、特定用途向け集積回路(Application Specific Integrated Circuit:ASIC)、プログラマブル論理デバイス(例えば、単純プログラマブル論理デバイス(Simple Programmable Logic Device:SPLD)、複合プログラマブル論理デバイス(Complex Programmable Logic Device:CPLD)、及びフィールドプログラマブルゲートアレイ(Field Programmable Gate Array:FPGA))等を含むものである。
<実施形態1>
1.システム構成
 図1は、情報処理システム1000のシステム構成の一例を示す図である。図1に示されるように、情報処理システム1000は、システム構成として、クライアント装置100と、サーバー装置110と、を含む。クライアント装置100と、サーバー装置110と、はネットワーク150を介して通信可能に接続されている。クライアント装置100は、後述する実施形態1に係る処理、すなわち会計ソフトウェアに取り込むためのデータを生成する処理等を実行する。サーバー装置110は、クライアント装置100からの要求に応じて定義情報に基づいてデータ変換プログラムを生成し、生成したデータ変換プログラムを要求元のクライアント装置100に送信する。
 図1では、説明の簡略化のため、情報処理システム1000において、クライアント装置100は1台しか図示していない。しかし、ユーザーの数だけクライアント装置100は情報処理システム1000に含まれてもよい。
 また、図1では、クライアント装置100の例として、PC(Personal Computer)を示しているが、PC(Personal Computer)に限定されるものではなく、スマートフォン、又はタブレット型コンピュータであってもよい。すなわち、後述するクライアント装置100の処理を実行することができるものであれば、クライアント装置100はどのような装置であってもよい。
 クライアント装置100は、情報処理装置の一例である。
2.ハードウェア構成
(1)クライアント装置100のハードウェア構成
 図2は、クライアント装置100のハードウェア構成の一例を示す図である。クライアント装置100は、ハードウェア構成として、制御部210と、記憶部220と、入力部230と、出力部240と、通信部250と、を含む。制御部210は、CPU(Central Processing Unit)等であって、クライアント装置100の全体を制御する。記憶部220は、HDD(Hard Disk Drive)、ROM(Read Only Memory)、RAM(Random Access Memory)、SSD(Solid Sate Drive)の何れか、又はこれらの任意の組み合わせであって、プログラム、及び、制御部210がプログラムに基づき処理を実行する際に利用するデータ(例えば、後述する定義情報、データ変換プログラム、取引データ)等を記憶させる。制御部210が、記憶部220に記憶されているプログラムに基づき、処理を実行することによって、後述する図4に示すシーケンス図におけるクライアント装置100の処理及びクライアント装置100の機能が実現される。入力部230は、キーボード及び/又はマウス等であって、ユーザー操作を制御部210に入力する。なお、入力部230は、更に、マイク及びスピーカー等であって、ユーザーの音声を制御部210に入力してもよい。出力部240は、ディスプレイ等であって、制御部210の情報処理の結果及び/又は他の装置から取得したデータ等を表示する。通信部250は、NIC(Network Interface Card)等であって、クライアント装置100をネットワーク150に接続し、他の装置との通信を司る。
(2)サーバー装置110のハードウェア構成
 図3は、サーバー装置110のハードウェア構成の一例を示す図である。サーバー装置110は、ハードウェア構成として、制御部310と、記憶部320と、通信部330と、を含む。制御部310は、CPU等であって、サーバー装置110の全体を制御する。記憶部320は、HDD、ROM、RAM、SSD等の何れか、又はこれらの任意の組み合わせであって、プログラム及び制御部310がプログラムに基づき処理を実行する際に利用するデータ等を記憶する。制御部310が、記憶部320に記憶されているプログラムに基づき、処理を実行することによって、サーバー装置110の機能等が実現される。通信部330は、NIC等であって、サーバー装置110をネットワーク150に接続し、他の装置との通信を司る。
 なお、本実施形態では、制御部310がプログラムに基づき処理を実行する際に利用するデータを記憶部320に記憶するものとして説明するが、サーバー装置110が通信可能な他の装置の記憶部等に記憶するようにしてもよい。
3.情報処理
 以下、本実施形態の情報処理を説明する。
(1)処理の概要
 制御部210は、後述する図5に示されるような画面500を出力部240に表示するよう制御する。画面500には、インプットデータ表示領域520と、データ変換定義領域510と、が含まれる。インプットデータ表示領域520は、商取引の取引データが表示される領域である。商取引の取引データは、複数の列によって構成される仕訳対象のデータである。データ変換定義領域510は、フレームワークが表示される領域である。フレームワークは、仕訳帳の書式に対応すると共に、会計ソフトウェアに取り込むデータ形式に対応した複数のフィールドを含むデータである。制御部210は、取引データに含まれる列とフレームワークに含まれるフィールドとに対して所定の操作がなされたことを条件として、列とフィールドとに基づいて取引データを会計ソフトウェアのデータ形式に変換する定義情報を生成する。制御部210がこのような処理を行うことによって、クラウド上に取引データを送信等せずとも、ユーザーは所定の操作を行うだけで、取引データを会計ソフトウェアのデータ形式に変換する定義情報を生成することができる。
(2)処理の詳細
 図4は、情報処理システム1000における情報処理の一例を示すシーケンス図である。
 シーケンスSQ401において、制御部210は、例えば画面等を介したユーザーの選択操作等に応じて、仕訳対象の取引データを取り込む。制御部210は、記憶部220等に記憶されている取引データを記憶部220等から取り込んでもよいし、クライアント装置100に挿入されたUSBメモリ等の記憶媒体に記憶されている取引データをUSBメモリ等から取り込んでもよい。その他にも、制御部210は、ネットワーク150等介して通信可能な社内の他のクライアント装置100の記憶部等から取引データを取り込んでもよい。
 シーケンスSQ402において、制御部210は、画面500を出力部240に表示するよう制御する。
 図5は、画面500の一例を示す図である。図5に示されるように画面500には、データ変換定義領域510と、インプットデータ表示領域520と、が含まれる。インプットデータ表示領域520は、シーケンスSQ401によって取り込まれた商取引の取引データが表示される領域である。商取引の取引データは、複数の列によって構成される仕訳対象のデータである。図5に示される取引データは、項目として、取引IDと、取引日付と、取引部門と、取引先と、税抜報酬額と、消費税と、源泉徴収税と、税込報酬額と、支払予定額と、が含まれる。なお、図5に示される取引データは一例である。インプットデータ表示領域520は、第1の領域の一例である。
 すなわち、制御部210は、仕訳対象の取引データを取り込み、取り込んだ仕訳対象の取引データをインプットデータ表示領域520に表示するよう制御する。
 データ変換定義領域510は、フレームワークが表示される領域である。フレームワークは、仕訳帳の書式に対応すると共に、会計ソフトウェアに取り込むデータ形式に対応した複数のフィールドを含むデータである。制御部210は、画面500等を介したユーザーの選択操作に応じて、記憶部220等に記憶されている複数のテンプレートから選択されたテンプレートをフレームワークとしてデータ変換定義領域510に表示する。実施形態1では、記憶部220等に会計ソフトウェアごとのテンプレートが記憶されているものとして説明を行う。データ変換定義領域510は、第2の領域の一例である。
 すなわち、制御部210は、記憶部220に記憶されている、会計ソフトウェアのデータ形式に対応した複数のフィールドを含むテンプレートを取得し、取得したテンプレートをフレームワークとしてデータ変換定義領域510に表示するよう制御する。
 図6は、フレームワークが表示されたデータ変換定義領域510の一例を示す図である。図6のフレームワークでは、フィールドとして、伝票区切と、日付と、借方勘定科目コードと、借方本体金額と、貸方勘定科目コードと、貸方本体金額と、が含まれる。また、制御部210は、データ変換定義領域510におけるユーザーのフィールド追加操作等に応じて、テンプレートに対して任意のフィールド等を追加し、フレームワークとすることができる。
 図7は、追加されたフィールドを含むフレームワークの一例を示す図である。図7では、フィールドとして、借方取引先コードと、貸方取引先コードと、伝票部門コードと、摘要と、が追加された例が示されている。なお、制御部210は、ユーザーの操作に応じて、データ変換定義領域510における列だけではなく行も自由に追加することができる。
 シーケンスSQ403において、制御部210は、取引データに含まれる列とフレームワークに含まれるフィールドとに対して所定の操作がなされたことを条件として、列とフィールドとに基づいて取引データを会計ソフトウェアのデータ形式に変換する定義情報を生成する。
 図8は、所定の操作の一例を示す図である。図8の例では、ユーザーは、所定の操作の一例として、インプットデータ表示領域520におけるデータ列を選んでデータ変換定義領域510の升目にドラッグ・アンド・ドロップしている。但し、所定の操作は、仕訳帳に取引を記録する操作であればどのような操作であってもよい。
 シーケンスSQ404において、制御部210は、シーケンスSQ403で生成した定義情報をサーバー装置110に送信する。
 定義情報を受信すると、シーケンスSQ405において、サーバー装置110の制御部310は、受信した定義情報に基づき取引データを会計ソフトウェアのデータ形式に変換するデータ変換プログラムを生成する。
 シーケンスSQ406において、制御部310は、生成したデータ変換プログラムを、定義情報を送信してきたクライアント装置100に送信する。制御部210は、サーバー装置110よりデータ変換プログラムを受信する。すなわち、制御部210は、定義情報に基づいてサーバー装置110において生成されたデータ変換プログラムをサーバー装置110より受信する。
 シーケンスSQ407において、制御部210は、データ変換プログラムに基づいてシーケンスSQ401で取り込んだ取引データを会計ソフトウェアのデータ形式に変換する処理を実行する。
 シーケンスSQ408において、制御部210は、会計ソフトウェアのデータ形式に変換した取引データを出力する。制御部210は、会計ソフトウェアのデータ形式に変換した取引データを記憶部220に記憶することで出力してもよいし、出力部240に表示することで出力してもよい。
 実施形態1の処理によれば、クラウド上に取引データを送信等せずとも、ユーザーは所定の操作を行うだけで、取引データを会計ソフトウェアのデータ形式に変換する定義情報を生成することができる。また、その定義情報に基づき生成されたデータ変換プログラムを用いて、クラウド上に取引データを送信等せずとも、取引データを所定の会計ソフトウェアのデータ形式に変換し、出力することができる。すなわち、会社のデータ管理ポリシーによっては、取引データをクラウド上に保存することを禁止している場合でも、クラウド上にデータをアップせずに、取引管理台帳のデータを会計ソフトウェアに記録することができる。またクライアント装置100においてデータ変換プログラムを生成しないのでクライアント装置100のハードウェアを無駄に使用することなく処理を高速化することができる。またクライアント装置100とサーバー装置110との間のデータのやり取りもクライアント装置100からは定義情報を送信し、サーバー装置110からはデータ変換プログラムを受信するだけなので不要なデータのやり取りを行う必要がない。
(変形例1)
 実施形態1の変形例を説明する。
 実施形態1では、制御部210は、記憶部220に記憶されている、会計ソフトウェアのデータ形式に対応した複数のフィールドを含むテンプレートを取得し、取得したテンプレートをフレームワークとしてデータ変換定義領域510に表示するよう制御するものとして説明した。しかし、変形例1の制御部210は、データ変換定義領域510におけるユーザーの設定操作に応じて、フレームワークを第2の領域に表示するよう制御する。即ち、制御部210は、テンプレートを読み込まず、データ変換定義領域510におけるユーザーの設定操作に応じて、図6のデータ変換定義領域510に表示されているようなフレームワークを作成し、表示する。
 変形例1によっても上述した実施形態1の効果を奏することができる。
(変形例2)
 実施形態1の変形例を説明する。
 実施形態1では、クライアント装置100の制御部210が主に処理を行うものとして説明を行った。しかし、サーバー装置110の制御部310が上述した制御部210のような処理を行ってもよい。すなわち、実施形態1で示したような機能をWebサービスとしてサーバー装置110が提供してもよい。変形例2の制御部210は、取引データをサーバー装置110に送信する。変形例2の制御部310は、図4のシーケンスSQ401~シーケンスSQ403、シーケンスSQ405、シーケンスSQ407、シーケンスSQ408と同様の処理を実行する。変形例2においても図5~図8に示されるような画面はクライアント装置100の出力部240に表示される。なお、制御部310が画面を生成し、クライアント装置100に送信し、クライアント装置100が画面を表示してもよいし、制御部310が画面を生成するためのデータをクライアント装置100に送信し、クライアント装置100が受信したデータに基づき画面を生成し表示してもよい。変形例2の構成において、サーバー装置110は、情報処理装置の一例である。
 変形例2によっても効率よく取引管理台帳のデータを会計ソフトウェアに記録することができる。
(変形例3)
 実施形態1の変形例を説明する。
 実施形態1では、サーバー装置110がデータ変換プログラムを生成するよう説明を行った。しかし、クライアント装置100の制御部210がデータ変換プログラムを生成する処理を行ってもよい。変形例3の制御部210は、図4のシーケンスSQ401~シーケンスSQ403、シーケンスSQ405、シーケンスSQ407、シーケンスSQ408と同様の処理を実行する。
 変形例3によっても効率よく取引管理台帳のデータを会計ソフトウェアに記録することができる。
<付記>
 発明は、次に記載の各態様で提供されてもよい。
(1)情報処理装置であって、制御部を有し、前記制御部は、画面を表示するよう制御し、前記画面には、第1の領域と、第2の領域と、が含まれ、前記第1の領域は、取引データが表示される領域であり、前記取引データは、複数の列によって構成される仕訳対象のデータであり、前記第2の領域は、フレームワークが表示される領域であり、前記フレームワークは、仕訳帳の書式に対応すると共に、会計ソフトウェアに取り込むデータ形式に対応した複数のフィールドを含むデータであり、前記取引データに含まれる列と前記フレームワークに含まれるフィールドとに対して所定の操作がなされたことを条件として、前記列と前記フィールドとに基づいて前記取引データを前記会計ソフトウェアのデータ形式に変換する定義情報を生成する、情報処理装置。
(2)上記(1)に記載の情報処理装置において、前記所定の操作は、仕訳帳に取引を記録する操作である、情報処理装置。
(3)上記(1)に記載の情報処理装置において、前記制御部は、仕訳対象の取引データを取り込み、取り込んだ仕訳対象の取引データを前記第1の領域に表示するよう制御する、情報処理装置。
(4)上記(1)に記載の情報処理装置において、前記制御部は、記憶領域に記憶されている会計ソフトウェアのデータ形式に対応した複数のフィールドを含むテンプレートを取得し、取得した前記テンプレートを前記フレームワークとして前記第2の領域に表示するよう制御する、情報処理装置。
(5)上記(1)に記載の情報処理装置において、前記制御部は、前記第2の領域におけるユーザーの設定操作に応じて、前記フレームワークを前記第2の領域に表示するよう制御する、情報処理装置。
(6)上記(1)に記載の情報処理装置において、前記制御部は、前記定義情報をサーバーに送信する、情報処理装置。
(7)上記(6)に記載の情報処理装置において、前記制御部は、前記定義情報に基づいて前記サーバーにおいて生成されたデータ変換プログラムを前記サーバーより受信する、情報処理装置。
(8)情報処理装置であって、制御部と記憶部とを有し、前記制御部は、取引データを会計ソフトウェアのデータ形式に変換する定義情報をサーバーに送信し、前記定義情報に基づいて前記サーバーにおいて生成されたデータ変換プログラムを前記サーバーより受信し、前記記憶部に記憶された前記データ変換プログラムに基づいて前記取引データを前記会計ソフトウェアのデータ形式に変換する処理を実行し、前記取引データは、複数の列によって構成される仕訳対象のデータであり、前記会計ソフトウェアのデータ形式は、仕訳帳の書式に対応すると共に、会計ソフトウェアに取り込むデータ形式に対応した複数のフィールドを含むデータである、情報処理装置。
(9)上記(8)に記載の情報処理装置において、前記制御部は、前記会計ソフトウェアのデータ形式に変換した前記取引データを出力する、情報処理装置。
(10)情報処理システムであって、画面を表示するよう制御し、前記画面には、第1の領域と、第2の領域と、が含まれ、前記第1の領域は、取引データが表示される領域であり、前記取引データは、複数の列によって構成される仕訳対象のデータであり、前記第2の領域は、フレームワークが表示される領域であり、前記フレームワークは、仕訳帳の書式に対応すると共に、会計ソフトウェアに取り込むデータ形式に対応した複数のフィールドを含むデータであり、前記取引データに含まれる列と前記フレームワークに含まれるフィールドとに対して所定の操作がなされたことを条件として、前記列と前記フィールドとに基づいて前記取引データを前記会計ソフトウェアのデータ形式に変換する定義情報を生成する、情報処理システム。
(11)上記(10)に記載の情報処理システムにおいて、前記定義情報に基づいて生成されたデータ変換プログラムに基づいて前記取引データを前記会計ソフトウェアのデータ形式に変換する処理を実行する、情報処理システム。
(12) 上記(11)に記載の情報処理システムにおいて、前記会計ソフトウェアのデータ形式に変換した前記取引データを出力する、情報処理システム。
(13)情報処理装置が実行する情報処理方法であって、画面を表示するよう制御し、前記画面には、第1の領域と、第2の領域と、が含まれ、前記第1の領域は、取引データが表示される領域であり、前記取引データは、複数の列によって構成される仕訳対象の取引データであり、前記第2の領域は、フレームワークが表示される領域であり、前記フレームワークは、仕訳帳に対応すると共に、会計ソフトウェアの取り込みデータのデータ形式に対応した複数のフィールドを含むデータであり、前記取引データに含まれる列と前記フレームワークに含まれるフィールドとに対して所定の操作がなされたことを条件として、前記列と前記フィールドとに基づいて前記取引データを前記会計ソフトウェアのデータ形式に変換する定義情報を生成する、情報処理方法。
(14)情報処理システムが実行する情報処理方法であって、画面を表示するよう制御し、前記画面には、第1の領域と、第2の領域と、が含まれ、前記第1の領域は、取引データが表示される領域であり、前記取引データは、複数の列によって構成される仕訳対象の取引データであり、前記第2の領域は、フレームワークが表示される領域であり、前記フレームワークは、仕訳帳に対応すると共に、会計ソフトウェアの取り込みデータのデータ形式に対応した複数のフィールドを含むデータであり、前記取引データに含まれる列と前記フレームワークに含まれるフィールドとに対して所定の操作がなされたことを条件として、前記列と前記フィールドとに基づいて前記取引データを前記会計ソフトウェアのデータ形式に変換する定義情報を生成する、情報処理方法。
(15)制御部と記憶部を有する情報処理装置の前記制御部が実行する情報処理方法であって、取引データを会計ソフトウェアのデータ形式に変換する定義情報をサーバーに送信し、前記定義情報に基づいて前記サーバーにおいて生成されたデータ変換プログラムを前記サーバーより受信し、前記記憶部に記憶された前記データ変換プログラムに基づいて前記取引データを前記会計ソフトウェアのデータ形式に変換する処理を実行し、前記取引データは、複数の列によって構成される仕訳対象のデータであり、前記会計ソフトウェアのデータ形式は、仕訳帳の書式に対応すると共に、会計ソフトウェアに取り込むデータ形式に対応した複数のフィールドを含むデータである、情報処理方法。
(16)プログラムであって、コンピュータを、上記(1)から(9)までの何れか1つに記載の情報処理装置の制御部として機能させるためのプログラム。
 もちろん、この限りではない。
 例えば、上述のプログラムを記憶させる、コンピュータ読み取り可能な非一時的な記憶媒体として提供してもよい。
 また、例えば、実施形態1では図5に示されるように、同一の画面にデータ変換定義領域510とインプットデータ表示領域520とを設けたが、第1の画面にデータ変換定義領域510を設け、第2の画面にインプットデータ表示領域520を設けるようにしてもよい。取引データに含まれる列とフレームワークに含まれるフィールドとに対して仕訳帳に取引を記録する操作が行われることを条件として列とフィールドとに基づいて取引データを会計ソフトウェアのデータ形式に変換する定義情報を生成することができればどのようなUI構成であってもよい。
 最後に、本発明に係る種々の実施形態を説明したが、これらは、例として提示したものであり、発明の範囲を限定することは意図していない。新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。実施形態やその変形は、発明の範囲や要旨に含まれると共に、特許請求の範囲に記載された発明とその均等の範囲に含まれるものである。
100:クライアント装置,110:サーバー装置,150:ネットワーク,210:制御部,220:記憶部,230:入力部,240:出力部,250:通信部,310:制御部,320:記憶部,330:通信部,500:画面,510:データ変換定義領域,520:インプットデータ表示領域,1000:情報処理システム

Claims (16)

  1.  情報処理装置であって、
     制御部を有し、
     前記制御部は、
     画面を表示するよう制御し、
     前記画面には、第1の領域と、第2の領域と、が含まれ、
     前記第1の領域は、取引データが表示される領域であり、
     前記取引データは、複数の列によって構成される仕訳対象のデータであり、
     前記第2の領域は、フレームワークが表示される領域であり、
     前記フレームワークは、仕訳帳の書式に対応すると共に、会計ソフトウェアに取り込むデータ形式に対応した複数のフィールドを含むデータであり、
     前記取引データに含まれる列と前記フレームワークに含まれるフィールドとに対して所定の操作がなされたことを条件として、前記列と前記フィールドとに基づいて前記取引データを前記会計ソフトウェアのデータ形式に変換する定義情報を生成する、
    情報処理装置。
  2.  請求項1に記載の情報処理装置において、
     前記所定の操作は、仕訳帳に取引を記録する操作である、
    情報処理装置。
  3.  請求項1に記載の情報処理装置において、
     前記制御部は、
     仕訳対象の取引データを取り込み、取り込んだ仕訳対象の取引データを前記第1の領域に表示するよう制御する、
    情報処理装置。
  4.  請求項1に記載の情報処理装置において、
     前記制御部は、
     記憶領域に記憶されている会計ソフトウェアのデータ形式に対応した複数のフィールドを含むテンプレートを取得し、取得した前記テンプレートを前記フレームワークとして前記第2の領域に表示するよう制御する、
    情報処理装置。
  5.  請求項1に記載の情報処理装置において、
     前記制御部は、
     前記第2の領域におけるユーザーの設定操作に応じて、前記フレームワークを前記第2の領域に表示するよう制御する、
    情報処理装置。
  6.  請求項1に記載の情報処理装置において、
     前記制御部は、
     前記定義情報をサーバーに送信する、
    情報処理装置。
  7.  請求項6に記載の情報処理装置において、
     前記制御部は、
     前記定義情報に基づいて前記サーバーにおいて生成されたデータ変換プログラムを前記サーバーより受信する、
    情報処理装置。
  8.  情報処理装置であって、
     制御部と記憶部とを有し、
     前記制御部は、
     取引データを会計ソフトウェアのデータ形式に変換する定義情報をサーバーに送信し、
     前記定義情報に基づいて前記サーバーにおいて生成されたデータ変換プログラムを前記サーバーより受信し、
     前記記憶部に記憶された前記データ変換プログラムに基づいて前記取引データを前記会計ソフトウェアのデータ形式に変換する処理を実行し、
     前記取引データは、複数の列によって構成される仕訳対象のデータであり、
     前記会計ソフトウェアのデータ形式は、仕訳帳の書式に対応すると共に、会計ソフトウェアに取り込むデータ形式に対応した複数のフィールドを含むデータである、
    情報処理装置。
  9.  請求項8に記載の情報処理装置において、
     前記制御部は、
     前記会計ソフトウェアのデータ形式に変換した前記取引データを出力する、
    情報処理装置。
  10.  情報処理システムであって、
     画面を表示するよう制御し、
     前記画面には、第1の領域と、第2の領域と、が含まれ、
     前記第1の領域は、取引データが表示される領域であり、
     前記取引データは、複数の列によって構成される仕訳対象のデータであり、
     前記第2の領域は、フレームワークが表示される領域であり、
     前記フレームワークは、仕訳帳の書式に対応すると共に、会計ソフトウェアに取り込むデータ形式に対応した複数のフィールドを含むデータであり、
     前記取引データに含まれる列と前記フレームワークに含まれるフィールドとに対して所定の操作がなされたことを条件として、前記列と前記フィールドとに基づいて前記取引データを前記会計ソフトウェアのデータ形式に変換する定義情報を生成する、
    情報処理システム。
  11.  請求項10に記載の情報処理システムにおいて、
     前記定義情報に基づいて生成されたデータ変換プログラムに基づいて前記取引データを前記会計ソフトウェアのデータ形式に変換する処理を実行する、
    情報処理システム。
  12.  請求項11に記載の情報処理システムにおいて、
     前記会計ソフトウェアのデータ形式に変換した前記取引データを出力する、
    情報処理システム。
  13.  情報処理装置が実行する情報処理方法であって、
     画面を表示するよう制御し、
     前記画面には、第1の領域と、第2の領域と、が含まれ、
     前記第1の領域は、取引データが表示される領域であり、
     前記取引データは、複数の列によって構成される仕訳対象の取引データであり、
     前記第2の領域は、フレームワークが表示される領域であり、
     前記フレームワークは、仕訳帳に対応すると共に、会計ソフトウェアの取り込みデータのデータ形式に対応した複数のフィールドを含むデータであり、
     前記取引データに含まれる列と前記フレームワークに含まれるフィールドとに対して所定の操作がなされたことを条件として、前記列と前記フィールドとに基づいて前記取引データを前記会計ソフトウェアのデータ形式に変換する定義情報を生成する、
    情報処理方法。
  14.  情報処理システムが実行する情報処理方法であって、
     画面を表示するよう制御し、
     前記画面には、第1の領域と、第2の領域と、が含まれ、
     前記第1の領域は、取引データが表示される領域であり、
     前記取引データは、複数の列によって構成される仕訳対象の取引データであり、
     前記第2の領域は、フレームワークが表示される領域であり、
     前記フレームワークは、仕訳帳に対応すると共に、会計ソフトウェアの取り込みデータのデータ形式に対応した複数のフィールドを含むデータであり、
     前記取引データに含まれる列と前記フレームワークに含まれるフィールドとに対して所定の操作がなされたことを条件として、前記列と前記フィールドとに基づいて前記取引データを前記会計ソフトウェアのデータ形式に変換する定義情報を生成する、
    情報処理方法。
  15.  制御部と記憶部を有する情報処理装置の前記制御部が実行する情報処理方法であって、
     取引データを会計ソフトウェアのデータ形式に変換する定義情報をサーバーに送信し、
     前記定義情報に基づいて前記サーバーにおいて生成されたデータ変換プログラムを前記サーバーより受信し、
     前記記憶部に記憶された前記データ変換プログラムに基づいて前記取引データを前記会計ソフトウェアのデータ形式に変換する処理を実行し、
     前記取引データは、複数の列によって構成される仕訳対象のデータであり、
     前記会計ソフトウェアのデータ形式は、仕訳帳の書式に対応すると共に、会計ソフトウェアに取り込むデータ形式に対応した複数のフィールドを含むデータである、
    情報処理方法。
  16.  プログラムであって、
     コンピュータを、請求項1から請求項9までの何れか1項に記載の情報処理装置の制御部として機能させるためのプログラム。
PCT/JP2023/036135 2022-11-11 2023-10-04 情報処理装置、情報処理システム、情報処理方法及びプログラム WO2024101039A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2022181441A JP7217907B1 (ja) 2022-11-11 2022-11-11 情報処理装置、情報処理方法及びプログラム
JP2022-181441 2022-11-11

Publications (1)

Publication Number Publication Date
WO2024101039A1 true WO2024101039A1 (ja) 2024-05-16

Family

ID=85151300

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2023/036135 WO2024101039A1 (ja) 2022-11-11 2023-10-04 情報処理装置、情報処理システム、情報処理方法及びプログラム

Country Status (2)

Country Link
JP (1) JP7217907B1 (ja)
WO (1) WO2024101039A1 (ja)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1055394A (ja) * 1996-04-05 1998-02-24 Nippon Steel Corp トレーディングシステム及びそれに用いられるプログラムを記録した記録媒体
JP2001306778A (ja) * 2000-04-19 2001-11-02 I C S Tsusho Kk 簡易入力方法
JP2003030400A (ja) * 2001-07-11 2003-01-31 Ricoh Co Ltd 会計システム、プログラムおよび記録媒体
JP2008102829A (ja) * 2006-10-20 2008-05-01 Yoshizo Hashimoto 会計データ入力装置および会計データ入力用プログラム
JP2012146158A (ja) * 2011-01-13 2012-08-02 Yayoi Co Ltd 会計処理システム
JP2016126489A (ja) * 2014-12-26 2016-07-11 株式会社日本デジタル研究所 会計処理システム、方法およびプログラム
JP2017072957A (ja) * 2015-10-06 2017-04-13 前田建設工業株式会社 ファイル編集方法、ファイル編集装置及びファイル編集プログラム
JP2018206289A (ja) * 2017-06-09 2018-12-27 温志 伊藤 会計処理支援装置、方法、及びプログラム

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1055394A (ja) * 1996-04-05 1998-02-24 Nippon Steel Corp トレーディングシステム及びそれに用いられるプログラムを記録した記録媒体
JP2001306778A (ja) * 2000-04-19 2001-11-02 I C S Tsusho Kk 簡易入力方法
JP2003030400A (ja) * 2001-07-11 2003-01-31 Ricoh Co Ltd 会計システム、プログラムおよび記録媒体
JP2008102829A (ja) * 2006-10-20 2008-05-01 Yoshizo Hashimoto 会計データ入力装置および会計データ入力用プログラム
JP2012146158A (ja) * 2011-01-13 2012-08-02 Yayoi Co Ltd 会計処理システム
JP2016126489A (ja) * 2014-12-26 2016-07-11 株式会社日本デジタル研究所 会計処理システム、方法およびプログラム
JP2017072957A (ja) * 2015-10-06 2017-04-13 前田建設工業株式会社 ファイル編集方法、ファイル編集装置及びファイル編集プログラム
JP2018206289A (ja) * 2017-06-09 2018-12-27 温志 伊藤 会計処理支援装置、方法、及びプログラム

Also Published As

Publication number Publication date
JP2024070737A (ja) 2024-05-23
JP7217907B1 (ja) 2023-02-06

Similar Documents

Publication Publication Date Title
US11416924B2 (en) Bill presentment based on a user learning style
US10764163B2 (en) Determining an event history for an event processed by a plurality of communicating servers via a central event data log
US8775821B2 (en) Secure password generation
KR100858103B1 (ko) 템플릿 기반의 웹문서 pdf 출판 시스템
US20160092850A1 (en) Method and system for information recording
WO2024101039A1 (ja) 情報処理装置、情報処理システム、情報処理方法及びプログラム
CN110930105B (zh) 任务清单的处理方法、装置、计算机设备和存储介质
US20230162188A1 (en) Blockchain transaction approval using offline private encryption keys
JP7226885B1 (ja) 情報処理装置、情報処理方法及びプログラム
JP7362172B1 (ja) 情報処理装置、情報処理方法及びプログラム
JP5864633B2 (ja) 電子記録債権の処理システム、方法、およびプログラム
JPWO2019234845A1 (ja) 将来予測シミュレーション装置、方法、コンピュータプログラム
WO2018127856A1 (en) Computer implemented method and system of customizing a card
WO2008072333A1 (ja) 実行ログ生成プログラム、実行ログ生成装置および実行ログ生成方法
JP6403360B1 (ja) 財務諸表解釈支援装置、コンピュータプログラム
JP2015022636A (ja) 情報処理装置、情報処理方法、及び情報処理プログラム
JP7126808B2 (ja) 情報処理装置および情報処理装置用プログラム
US20230307100A1 (en) Information processing apparatus, information processing system, and information processing method
JP6281560B2 (ja) 情報処理装置、処理方法、およびプログラム
JP7016103B1 (ja) 情報処理装置、情報処理方法及びプログラム
JP6833260B1 (ja) 情報処理装置、情報処理方法及びプログラム
US9319388B2 (en) Cryptographic key pair generation system
JP7503910B2 (ja) 承継情報処理方法、承継情報処理装置、承継情報処理プログラムおよび記録媒体
JP2019144979A (ja) 情報処理装置、情報処理方法、およびプログラム
JPWO2019130433A1 (ja) 情報処理結果提供システム、情報処理結果提供方法及びプログラム

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 23888392

Country of ref document: EP

Kind code of ref document: A1