JP2019053631A - Program and information processing apparatus - Google Patents

Program and information processing apparatus Download PDF

Info

Publication number
JP2019053631A
JP2019053631A JP2017178496A JP2017178496A JP2019053631A JP 2019053631 A JP2019053631 A JP 2019053631A JP 2017178496 A JP2017178496 A JP 2017178496A JP 2017178496 A JP2017178496 A JP 2017178496A JP 2019053631 A JP2019053631 A JP 2019053631A
Authority
JP
Japan
Prior art keywords
setting
style
mode
consistency
format
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.)
Granted
Application number
JP2017178496A
Other languages
Japanese (ja)
Other versions
JP7043763B2 (en
Inventor
好章 湯山
Yoshiaki Yuyama
好章 湯山
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.)
Casio Computer Co Ltd
Original Assignee
Casio Computer Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP2017178496A priority Critical patent/JP7043763B2/en
Publication of JP2019053631A publication Critical patent/JP2019053631A/en
Priority to JP2022037937A priority patent/JP7322991B2/en
Application granted granted Critical
Publication of JP7043763B2 publication Critical patent/JP7043763B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

To allow each of users of different proficiency levels to easily and properly set format of a document form.SOLUTION: A program causes a computer to function as: format setting means of setting format; and consistency adjustment means of executing selectively one of warning processing which warns a user that format settings do not satisfy consistency conditions upon determination that the format settings do not satisfy the consistency conditions, and modification processing which modifies the format settings so that the format settings may satisfy the consistency conditions. The format setting means sets format in a mode corresponding to mode selection settings, out of first mode and second mode which sets format more freely than in the first mode. The consistency adjustment means executes selectively one of the warning processing and the modification processing so that the probability that the modification processing is executed when the format is set in the second mode may be higher than the probability that the modification processing is executed when the format is set in the first mode.SELECTED DRAWING: Figure 11

Description

本発明は、帳票の様式設定に用いられるプログラム及び情報処理装置に関する。   The present invention relates to a program and an information processing apparatus used for setting a form format.

従来、商取引に用いられる帳票の各項目の情報入力欄に必要な情報を印刷するために、帳票に対する情報の出力様式に係る様式設定(フォーム設定)を行う技術が知られている(例えば、特許文献1)。このような様式設定に基づいて必要な情報を帳票に印刷することで、帳票の各項目の情報記入欄に位置を合わせて所望の情報を出力することができる。   2. Description of the Related Art Conventionally, there is known a technique for performing style setting (form setting) related to an output style of information for a form in order to print necessary information in an information input field of each item of the form used for commercial transactions (for example, patents) Reference 1). By printing necessary information on a form based on such style setting, it is possible to output desired information by matching the position to the information entry column of each item of the form.

帳票の様式設定は、例えば、帳票の種別毎の典型的な様式に従って予め生成された基本様式設定を元に、項目のレイアウトの変更(項目の追加、移動、削除)を行ったり、項目に設定された計算式を変更したりすることで行うことができる。帳票の様式設定では、通常、帳票の種別ごとに、項目や計算式等の設定内容が満たすべき整合性条件が予め定められており、帳票の様式設定は、この整合性条件を満たすようになされる必要がある。   For form settings, for example, change the layout of items (add, move, delete items) or set items based on the basic style settings generated in advance according to typical forms for each form type. This can be done by changing the calculated formula. In the form setting of a form, the consistency condition to be satisfied by the setting contents such as items and calculation formulas is usually determined in advance for each type of form, and the form setting of the form is made so as to satisfy this consistency condition. It is necessary to

特開2001−250077号公報JP 2001-250077 A

しかしながら、帳票の種別や、各帳票に含まれる項目は多岐に亘るため、ユーザの習熟度によっては、上記の整合性条件を満たすように帳票の様式設定を行うのが困難であるという課題がある。   However, since there are a wide variety of forms and items included in each form, there is a problem that it is difficult to set the form of the form so as to satisfy the above-mentioned consistency condition depending on the proficiency level of the user. .

この発明の目的は、習熟度の異なるユーザの各々が容易かつ適切に帳票の様式設定を行うことができるプログラム及び情報処理装置を提供することにある。   An object of the present invention is to provide a program and an information processing apparatus that allow users with different proficiency levels to easily and appropriately set form formats.

上記課題を解決するため、本発明のプログラムは、
コンピュータを、
ユーザの入力操作に応じて、帳票に対する情報の出力様式に係る様式設定を行う様式設定手段、
前記様式設定が所定の整合性条件を満たすか否かを判別する整合性判別手段、
前記様式設定が前記整合性条件を満たさないと判別された場合に、前記様式設定が前記整合性条件を満たさないことをユーザに報知するための報知処理、及び前記様式設定が前記整合性条件を満たすように前記様式設定を変更する変更処理のうち一方を選択して実行する整合性調整手段、
として機能させ、
前記様式設定手段は、所定の自由度で前記様式設定を行う第1のモード、及び前記第1のモードよりも低い自由度で前記様式設定を行う第2のモードのうち、所定のモード選択設定に従った一方で前記様式設定を行い、
前記整合性調整手段は、前記第1のモードで前記様式設定が行われた場合に前記変更処理が行われる蓋然性より、前記第2のモードで前記様式設定が行われた場合に前記変更処理が行われる蓋然性が高くなるように前記報知処理及び前記変更処理の一方を選択して実行することを特徴とする。
In order to solve the above problems, the program of the present invention provides:
Computer
Style setting means for setting the style related to the output format of information for the form according to the user's input operation,
Consistency determining means for determining whether the format setting satisfies a predetermined consistency condition;
When it is determined that the style setting does not satisfy the consistency condition, a notification process for notifying a user that the style setting does not satisfy the consistency condition; and the style setting satisfies the consistency condition. Consistency adjustment means for selecting and executing one of the change processes for changing the style setting so as to satisfy,
Function as
The style setting means is a predetermined mode selection setting among a first mode in which the style setting is performed with a predetermined degree of freedom and a second mode in which the style setting is performed with a lower degree of freedom than the first mode. And set the style while
The consistency adjusting unit may perform the change process when the style setting is performed in the second mode because of the probability that the change process is performed when the style setting is performed in the first mode. One of the notification process and the change process is selected and executed so as to increase the probability of being performed.

本発明によれば、習熟度の異なるユーザの各々が容易かつ適切に帳票の様式設定を行うことができるという効果がある。   According to the present invention, there is an effect that each of users having different proficiency levels can easily and appropriately set a form format.

販売管理システムの概略構成を示す図である。It is a figure which shows schematic structure of a sales management system. 端末装置の主要な機能構成を示すブロック図である。It is a block diagram which shows the main function structures of a terminal device. 帳票様式設定プログラムの主要な機能を示すブロック図である。It is a block diagram which shows the main functions of a form format setting program. 帳票様式設定処理の制御手順を示すフローチャートである。It is a flowchart which shows the control procedure of a form format setting process. モード設定処理の制御手順を示すフローチャートである。It is a flowchart which shows the control procedure of a mode setting process. 帳票選択処理の制御手順を示すフローチャートである。It is a flowchart which shows the control procedure of a form selection process. 業務定義データの内容例を示す図である。It is a figure which shows the example of the content of business definition data. 様式設定処理の制御手順を示すフローチャートである。It is a flowchart which shows the control procedure of a style setting process. 機能定義データの内容例を示す図である。It is a figure which shows the example of the content of function definition data. 様式設定画面の例を示す図である。It is a figure which shows the example of a style setting screen. 整合性調整処理の制御手順を示すフローチャートである。It is a flowchart which shows the control procedure of a consistency adjustment process. 整合性問合せ設定データの内容例を示す図である。It is a figure which shows the example of the content of consistency inquiry setting data. 変形例1に係る整合性調整処理の制御手順を示すフローチャートである。10 is a flowchart showing a control procedure of consistency adjustment processing according to Modification 1; 変形例2に係るモード設定処理の制御手順を示すフローチャートである。10 is a flowchart showing a control procedure of mode setting processing according to Modification 2.

以下、本発明のプログラム及び情報処理装置に係る実施の形態を図面に基づいて説明する。   DESCRIPTION OF EXEMPLARY EMBODIMENTS Hereinafter, embodiments of a program and an information processing apparatus according to the invention will be described with reference to the drawings.

図1は、販売管理システム100の概略構成を示す図である。
本実施形態の販売管理システム100は、複数の端末装置1(情報処理装置)と、サーバ2とを備え、各端末装置1とサーバ2とは、通信ネットワークNを介して情報通信可能に接続されている。販売管理システム100は、個人事業主や企業といった事業者の販売事業に係る財務会計、税務、労務などの各種業務データをサーバ2に登録して管理することで事業経営を支援するクラウドサービスを実現させるためのシステムである。
FIG. 1 is a diagram showing a schematic configuration of the sales management system 100.
The sales management system 100 of the present embodiment includes a plurality of terminal devices 1 (information processing devices) and a server 2, and each terminal device 1 and the server 2 are connected via a communication network N so as to be able to communicate information. ing. The sales management system 100 realizes a cloud service that supports business management by registering and managing various business data such as financial accounting, tax, labor, etc. related to the sales business of businesses such as individual business owners and companies in the server 2 It is a system to make it.

サーバ2は、端末装置1から入力された業務データを複数のユーザアカウントごとに記憶して管理する。また、サーバ2は、端末装置1から特定のユーザアカウントでのログイン要求がなされた場合に、ユーザアカウントの認証を行ってログインセッションを確立させる。また、サーバ2は、上記ログインセッション上で、販売管理に関する種々のプログラムを実行し、例えば、受注、照会及び各種分析業務等に関する機能を実現するための処理を行う。   The server 2 stores and manages the business data input from the terminal device 1 for each of a plurality of user accounts. Further, when a login request with a specific user account is made from the terminal device 1, the server 2 authenticates the user account and establishes a login session. Further, the server 2 executes various programs related to sales management on the login session, and performs processing for realizing functions related to orders, inquiries, various analysis operations, and the like.

端末装置1は、事業を経営するユーザや当該事業に関与するユーザが所持する端末装置である。この端末装置1は、例えば、ノートPC(Personal Computer)、デスクトップPC、スマートフォン、タブレットPC、携帯電話機、PDA(Personal Digital Assistant)などである。端末装置1は、ブラウザなどのソフトウェアにより、ユーザの入力操作を受け付けてサーバ2に送信し、サーバ2から受信した情報を表示する。また、端末装置1は、当該端末装置1上でサーバ2とは別個のプログラムを実行し、例えば、帳票の様式設定管理、売上請求管理、仕入買掛管理及び在庫管理等に関する機能を実現するための処理を行う。   The terminal device 1 is a terminal device possessed by a user who manages a business or a user who is involved in the business. The terminal device 1 is, for example, a notebook PC (Personal Computer), a desktop PC, a smartphone, a tablet PC, a mobile phone, a PDA (Personal Digital Assistant), or the like. The terminal device 1 receives a user input operation using software such as a browser, transmits the received operation to the server 2, and displays information received from the server 2. Further, the terminal device 1 executes a program separate from the server 2 on the terminal device 1 to realize functions related to, for example, form setting management, sales billing management, purchase accounts payable management, and inventory management. Perform the process.

通信ネットワークNは、インターネットにより構成されているものとするが、LAN(Local Area Network)、WAN(Wide Area Network)等を含めてもよく、電話回線、専用線、移動体通信網、通信衛星網、CATV(Cable Television)回線等を含めても良い。   The communication network N is assumed to be configured by the Internet, but may include a LAN (Local Area Network), a WAN (Wide Area Network), and the like, such as a telephone line, a dedicated line, a mobile communication network, and a communication satellite network. A CATV (Cable Television) line or the like may be included.

図2は、端末装置1の主要な機能構成を示すブロック図である。
端末装置1は、CPU11(Central Processing Unit)(様式設定手段、整合性判別手段、整合性調整手段、認証手段、モード選択設定手段)と、RAM12(Random Access Memory)と、記憶部13と、操作部14と、表示部15と、通信部16などを備えている。また、端末装置1の各部は、バス17を介して接続されている。
FIG. 2 is a block diagram illustrating a main functional configuration of the terminal device 1.
The terminal device 1 includes a CPU 11 (Central Processing Unit) (style setting means, consistency determination means, consistency adjustment means, authentication means, mode selection setting means), a RAM 12 (Random Access Memory), a storage unit 13, and an operation Unit 14, display unit 15, communication unit 16, and the like. Each part of the terminal device 1 is connected via a bus 17.

CPU11は、記憶部13に記憶されているシステムプログラムやアプリケーションプログラムといった各種プログラムを読み出してRAM12のワークエリアに展開し、当該プログラムに従って端末装置1の各部の動作を制御する。例えば、CPU11は、ブラウザなどの情報表示入力プログラムを実行して、操作部14に対するユーザの入力操作の内容に基づく情報を通信部16によりサーバ2に送信させたり、サーバ2から受信した情報を表示部15に表示させたりする。また、CPU11は、帳票様式設定プログラム131を実行して、後述する帳票の様式設定に係る各種処理を行う。   The CPU 11 reads out various programs such as system programs and application programs stored in the storage unit 13 and develops them in the work area of the RAM 12, and controls the operation of each unit of the terminal device 1 according to the program. For example, the CPU 11 executes an information display input program such as a browser and causes the communication unit 16 to transmit information based on the contents of the user's input operation to the operation unit 14 to the server 2 or display information received from the server 2. Displayed on the unit 15. Further, the CPU 11 executes the form format setting program 131 to perform various processes related to the form format setting described later.

RAM12は、例えば、揮発性のメモリであり、CPU11により読み出された各種プログラムやデータを一時的に格納するワークエリアを有する。RAM12には、帳票様式設定プログラム131の動作モードの設定に係る動作モードフラグ121(モード選択設定)が記憶されている。   The RAM 12 is, for example, a volatile memory and has a work area for temporarily storing various programs and data read by the CPU 11. The RAM 12 stores an operation mode flag 121 (mode selection setting) related to the operation mode setting of the form format setting program 131.

記憶部13は、例えば、HDD(Hard Disk Drive)、SSD(Solid State Drive)、EEPROM(Electrically Erasable Programmable Read Only Memory)、フラッシュメモリなどにより構成される。記憶部13には、CPU11により実行される各種プログラムや、設定データなどの各種データが記憶される。上記プログラムには、帳票様式設定プログラム131や、上述の情報表示入力プログラムが含まれる。これらのプログラムは、コンピュータ読み取り可能なプログラムコードの形態で記憶部13に格納されている。
また、記憶部13には、上記設定データとして、業務定義データ132、機能定義データ133、スペック定義データ134、整合性問合せ設定データ135(整合性調整情報)、アカウント設定データ136(アカウント情報)、装置動作設定データ137が記憶されている。これらの各データについては後に詳しく説明する。
The storage unit 13 includes, for example, an HDD (Hard Disk Drive), an SSD (Solid State Drive), an EEPROM (Electrically Erasable Programmable Read Only Memory), a flash memory, and the like. The storage unit 13 stores various programs executed by the CPU 11 and various data such as setting data. The programs include a form format setting program 131 and the information display input program described above. These programs are stored in the storage unit 13 in the form of computer-readable program codes.
In addition, the storage unit 13 includes, as the setting data, business definition data 132, function definition data 133, specification definition data 134, consistency inquiry setting data 135 (consistency adjustment information), account setting data 136 (account information), Device operation setting data 137 is stored. Each of these data will be described in detail later.

操作部14は、例えば、キーボード等のキー入力部、マウス等のポインティングデバイス、表示部15の表示画面に重ねられて設けられたタッチパネルなどを有している。タッチパネルとしては、表面が指先などにより接触されることによる内部の導電膜と表面との間の静電容量の変化に基づいて接触を検出する静電容量方式のほか、抵抗膜方式、電磁誘導方式といった各種方式のものを用いることができる。操作部14は、キー入力部に対する入力操作(キー入力)やポインティングデバイスやタッチパネルに対する入力操作(位置入力)を受け付け、その操作情報をCPU11に出力する。   The operation unit 14 includes, for example, a key input unit such as a keyboard, a pointing device such as a mouse, a touch panel provided on the display screen of the display unit 15, and the like. As a touch panel, in addition to the electrostatic capacity method that detects contact based on the change in electrostatic capacity between the inner conductive film and the surface when the surface is touched by a fingertip, etc., the resistive film method, the electromagnetic induction method Various types of systems can be used. The operation unit 14 receives an input operation (key input) to the key input unit and an input operation (position input) to the pointing device or the touch panel, and outputs the operation information to the CPU 11.

表示部15は、例えば、LCDや有機ELディスプレイなどにより構成される。表示部15は、CPU11から出力された制御信号に従って、帳票様式設定プログラム131等の処理結果や、操作部14による入力内容などを表示画面に表示する。   The display unit 15 is configured by, for example, an LCD or an organic EL display. The display unit 15 displays the processing result of the form format setting program 131, the content input by the operation unit 14 and the like on the display screen according to the control signal output from the CPU 11.

通信部16は、例えば、ネットワークカード、モデム、TA、ルータなどにより構成される。また、通信部16は、アンテナ、変復調回路、信号処理回路などを備え無線通信が可能な構成であっても良い。通信部16は、通信ネットワークN上のサーバ2などの外部機器と通信接続してデータ送受信を行う。   The communication unit 16 includes, for example, a network card, a modem, a TA, a router, and the like. The communication unit 16 may include an antenna, a modulation / demodulation circuit, a signal processing circuit, and the like so that wireless communication is possible. The communication unit 16 communicates with an external device such as the server 2 on the communication network N to perform data transmission / reception.

本実施形態の販売管理システム100では、端末装置1において、商取引に用いられる紙媒体の帳票における各項目の情報記入欄に、当該項目に対応する情報を出力するための出力様式(フォーム)に係る設定(様式設定)を行うことができるようになっている。この様式設定では、帳票の種別ごとに、当該帳票に含まれる項目やその情報記入欄の位置、及び当該項目の情報記入欄に出力する情報の書式や計算式等が設定される。
実際の商取引では、取引先に応じて異なる様式の帳票が用いられる場合が多い。これらの各帳票に対応して様式設定を行って端末装置1に記憶させておき、この様式設定に基づいて必要な情報を帳票に印刷(出力)することで、各帳票に対して各情報入力欄に位置を合わせて所望の情報を簡易に出力することができる。
In the sales management system 100 of the present embodiment, the terminal device 1 relates to an output form (form) for outputting information corresponding to the item in the information entry column of each item in the paper medium form used for the commercial transaction. Settings (style settings) can be made. In this form setting, for each type of form, the items included in the form, the position of the information entry field, the format of information to be output to the information entry field of the item, the calculation formula, and the like are set.
In actual commercial transactions, forms with different styles are often used depending on business partners. Set the style corresponding to each of these forms and store it in the terminal device 1, and print (output) necessary information on the form based on this style setting, so that each information input to each form It is possible to easily output desired information by aligning the position with the column.

端末装置1では、帳票の様式設定を行うための帳票様式設定プログラム131が記憶部13に記憶されている。帳票様式設定プログラム131は、CD−ROMといった情報記憶媒体から記憶部13にインストールされても良いし、通信部16によりサーバ2からダウンロードして記憶部13にインストールすることができるようになっていても良い。
以下では、帳票様式設定プログラム131による帳票の様式設定の方法について説明する。
In the terminal device 1, a form format setting program 131 for setting a form format is stored in the storage unit 13. The form format setting program 131 may be installed in the storage unit 13 from an information storage medium such as a CD-ROM, or may be downloaded from the server 2 by the communication unit 16 and installed in the storage unit 13. Also good.
Hereinafter, a method for setting a form style by the form form setting program 131 will be described.

図3は、帳票様式設定プログラム131の主要な機能を示すブロック図である。
帳票様式設定プログラム131は、動作モード管理部131a、業務定義管理部131b、機能定義管理部131c、様式設定部131d、整合性判別部131e、整合性調整部131f及び表示制御部131gを有する。帳票様式設定プログラム131は、これらの各部の機能を実現させる手段としてCPU11を機能させる。
FIG. 3 is a block diagram showing the main functions of the form format setting program 131.
The form format setting program 131 includes an operation mode management unit 131a, a business definition management unit 131b, a function definition management unit 131c, a format setting unit 131d, a consistency determination unit 131e, a consistency adjustment unit 131f, and a display control unit 131g. The form format setting program 131 causes the CPU 11 to function as means for realizing the functions of these units.

動作モード管理部131aは、帳票様式設定プログラム131の動作モードの設定に係る処理を行う。
業務定義管理部131bは、様式設定の対象となる帳票、及び当該帳票が属する業務の定義及び管理に係る処理を行う。
機能定義管理部131cは、帳票の様式設定に用いられる機能の定義及び管理に係る処理を行う。
様式設定部131dは、選択された帳票の具体的な様式設定を行って記憶部13に記憶させるための各種処理を行う。
整合性判別部131eは、生成された様式設定が所定の整合性条件を満たしているか否かを判別する。
整合性調整部131fは、様式設定が整合性条件を満たしていない場合に、整合性条件を満たすようにするための様式設定の調整に係る処理を行う。
表示制御部131gは、帳票様式設定プログラム131の各部の処理結果に応じて表示部15に所定の表示を行わせる。
The operation mode management unit 131a performs processing related to setting of the operation mode of the form format setting program 131.
The business definition management unit 131b performs processing related to the definition and management of a form to be styled and the work to which the form belongs.
The function definition management unit 131c performs processing related to the definition and management of functions used for form setting.
The style setting unit 131d performs various processes for setting a specific style of the selected form and storing it in the storage unit 13.
The consistency determination unit 131e determines whether or not the generated format setting satisfies a predetermined consistency condition.
When the style setting does not satisfy the consistency condition, the consistency adjustment unit 131f performs processing related to the adjustment of the style setting so as to satisfy the consistency condition.
The display control unit 131g causes the display unit 15 to perform a predetermined display according to the processing result of each unit of the form format setting program 131.

帳票様式設定プログラム131は、所定の自由度で様式設定を行う詳細モード(第1のモード)、及び詳細モードよりも低い自由度で様式設定を行う簡易モード(第2のモード)のうち一方で動作する。
簡易モードでは、様式設定を行うことが可能な帳票の種別の数が詳細モードより少なくなっており、また様式設定において使用できる機能が詳細モードより少なくなっている。また、簡易モードでは、整合性条件を満たすための調整を詳細モードよりも簡易に行うことができるようになっている。
The form format setting program 131 is one of a detailed mode (first mode) for setting the style with a predetermined degree of freedom and a simple mode (second mode) for setting the style with a lower degree of freedom than the detailed mode. Operate.
In the simple mode, the number of types of forms that can be set in the form is smaller than in the detailed mode, and the functions that can be used in the form setting are less than in the detailed mode. In the simple mode, the adjustment for satisfying the consistency condition can be performed more easily than in the detailed mode.

以下、図4〜図12を用いて帳票様式設定プログラム131の各部の動作及び機能について説明する。当該各部の機能は、帳票様式設定プログラム131の各部に従ってCPU11が動作することで実現されるが、以下の図4〜図12の説明では、便宜上、帳票様式設定プログラム131の各部を動作主体として説明する場合がある。   Hereinafter, the operation and function of each part of the form format setting program 131 will be described with reference to FIGS. The function of each part is realized by the CPU 11 operating in accordance with each part of the form format setting program 131. However, in the following description of FIGS. 4 to 12, each part of the form format setting program 131 is described as an operating entity for convenience. There is a case.

図4は、端末装置1において行われる帳票様式設定処理のCPU11による制御手順を示すフローチャートである。
帳票様式設定処理は、端末装置1において帳票様式設定プログラム131を起動するためのユーザからの入力操作がなされた場合に開始される。
帳票様式設定処理では、CPU11は、様式設定部131dの動作モードを設定するモード設定処理(ステップS1)、様式設定の対象となる帳票を選択する帳票選択処理(ステップS2)、帳票の様式設定を行う様式設定処理(ステップS3)、生成された様式設定の整合性に関する調整を行う整合性調整処理(ステップS4)をこの順に実行する。
FIG. 4 is a flowchart showing a control procedure by the CPU 11 of the form format setting process performed in the terminal device 1.
The form format setting process is started when an input operation from the user for starting the form format setting program 131 is performed in the terminal device 1.
In the form format setting process, the CPU 11 performs a mode setting process (step S1) for setting the operation mode of the style setting unit 131d, a form selection process (step S2) for selecting a form to be set, and a form setting for the form. The style setting process (step S3) to be performed and the consistency adjustment process (step S4) for adjusting the consistency of the generated style setting are executed in this order.

図5は、モード設定処理のCPU11による制御手順を示すフローチャートである。
モード設定処理は、帳票様式設定プログラム131の動作モード管理部131aにより実行される。モード設定処理が呼び出されると、CPU11は、RAM12に記憶されている動作モードフラグ121を簡易モードに設定する(ステップS101)。
動作モードフラグ121は、帳票様式設定プログラム131の各部を、簡易モード及び詳細モードのいずれで動作させるかを決定する際に参照される1ビットデータである。本実施形態では、動作モードフラグ121を「0」に設定することで、帳票様式設定プログラム131の各部を詳細モードで動作させることができ、動作モードフラグ121を「1」に設定することで、帳票様式設定プログラム131の各部を簡易モードで動作させることができる。ステップS101では、CPU11は、動作モードフラグ121を簡易モードに設定する(すなわち、値を「1」に設定する)。本実施形態では、動作モードフラグ121による設定内容がモード選択設定に相当する。
FIG. 5 is a flowchart showing a control procedure by the CPU 11 of the mode setting process.
The mode setting process is executed by the operation mode management unit 131a of the form format setting program 131. When the mode setting process is called, the CPU 11 sets the operation mode flag 121 stored in the RAM 12 to the simple mode (step S101).
The operation mode flag 121 is 1-bit data that is referred to when each part of the form format setting program 131 is to be operated in the simple mode or the detailed mode. In the present embodiment, by setting the operation mode flag 121 to “0”, each part of the form format setting program 131 can be operated in the detailed mode, and by setting the operation mode flag 121 to “1”, Each part of the form format setting program 131 can be operated in the simple mode. In step S101, the CPU 11 sets the operation mode flag 121 to the simple mode (that is, sets the value to “1”). In the present embodiment, the setting content by the operation mode flag 121 corresponds to the mode selection setting.

CPU11は、ユーザから、アカウントに係る認証情報の入力を伴う認証要求がなされたか否かを判別する(ステップS102)。帳票様式設定プログラム131を起動すると、表示部15に認証情報の入力を促す画面が表示される。この画面において、ユーザが操作部14により、認証情報を入力する操作、及び当該認証情報による認証を要求するための操作を行うと、CPU11は、認証要求がなされたと判別する。ここで、認証情報は、例えばID(又はメールアドレス)及びパスワードの組み合わせである。認証要求がなされていないと判別された場合には(ステップS102で“NO”)、CPU11は、再度ステップS102の処理を行う。   CPU11 discriminate | determines whether the authentication request | requirement accompanying the input of the authentication information which concerns on an account was made from the user (step S102). When the form format setting program 131 is activated, a screen for prompting input of authentication information is displayed on the display unit 15. In this screen, when the user performs an operation for inputting authentication information and an operation for requesting authentication based on the authentication information, the CPU 11 determines that an authentication request has been made. Here, the authentication information is a combination of an ID (or email address) and a password, for example. If it is determined that an authentication request has not been made (“NO” in step S102), the CPU 11 performs the process of step S102 again.

認証要求がなされたと判別された場合には(ステップS102で“YES”)、CPU21は、入力された認証情報に対する認証が成功したか否かを判別する(ステップS103)。ここでは、CPU11は、入力された認証情報と、記憶部13のアカウント設定データ136に予め記憶されているいずれかのアカウントに係る認証情報とが一致する場合に、認証が成功したと判別する。CPU11は、入力された認証情報に対する認証に失敗したと判別された場合には(ステップS103で“NO”)、処理をステップS102に戻す。
なお、アカウント設定データ136に登録されたアカウント及び認証情報は、上述のサーバ2にログインするためのアカウント及び認証情報と同一であっても良いし、帳票様式設定プログラム131のために用意された別個のアカウント及び認証情報であっても良い。
ステップS103では、CPU11は、認証手段として機能する。
If it is determined that an authentication request has been made (“YES” in step S102), the CPU 21 determines whether or not the authentication for the input authentication information has succeeded (step S103). Here, the CPU 11 determines that the authentication is successful when the input authentication information matches the authentication information related to any account stored in the account setting data 136 of the storage unit 13 in advance. If it is determined that the authentication for the input authentication information has failed (“NO” in step S103), the CPU 11 returns the process to step S102.
The account and authentication information registered in the account setting data 136 may be the same as the account and authentication information for logging in to the server 2 described above, or a separate prepared for the form format setting program 131. The account and authentication information may be used.
In step S103, the CPU 11 functions as an authentication unit.

入力された認証情報に対する認証に成功したと判別した場合には(ステップS103で“YES”)、CPU11は、認証されたアカウントが第1のアカウントであるか否かを判別する(ステップS104)。
アカウント設定データ136には、複数のアカウントの各々が、第1のアカウント及び第2のアカウントの2つの種別のうちいずれか一方に割り当てられている。ここで、第1のアカウントは、帳票の様式設定処理を詳細モードで行うことができるアカウントであり、第2のアカウントは、帳票の様式設定処理を簡易モードでのみ行うことができるアカウントである。
If it is determined that the authentication for the input authentication information is successful (“YES” in step S103), the CPU 11 determines whether the authenticated account is the first account (step S104).
In the account setting data 136, each of the plurality of accounts is assigned to one of the two types of the first account and the second account. Here, the first account is an account that can perform the form setting process of the form in the detailed mode, and the second account is an account that can perform the form setting process of the form only in the simple mode.

認証されたアカウントが第1のアカウントではないと判別された場合には(ステップS104で“NO”)、CPU11は、動作モードフラグ121が簡易モードに設定された状態でモード設定処理を終了させる。   If it is determined that the authenticated account is not the first account (“NO” in step S104), the CPU 11 ends the mode setting process with the operation mode flag 121 set to the simple mode.

認証されたアカウントが第1のアカウントであると判別された場合には(ステップS104で“YES”)、CPU11は、動作モードフラグ121を詳細モードに設定(すなわち、値を「0」に設定)し(ステップS105)、モード設定処理を終了させる。
上記のステップS101及び本ステップS105では、CPU11は、モード選択設定手段として機能する。
If it is determined that the authenticated account is the first account (“YES” in step S104), the CPU 11 sets the operation mode flag 121 to the detailed mode (that is, sets the value to “0”). (Step S105), the mode setting process is terminated.
In step S101 and step S105, the CPU 11 functions as a mode selection setting unit.

図6は、帳票選択処理のCPU11による制御手順を示すフローチャートである。
帳票選択処理は、帳票様式設定プログラム131の業務定義管理部131bにより実行される。帳票選択処理が呼び出されると、CPU11は、記憶部13に記憶された業務定義データ132を取得してRAM12に展開する(ステップS201)。
FIG. 6 is a flowchart showing a control procedure by the CPU 11 of the form selection process.
The form selection process is executed by the business definition management unit 131b of the form format setting program 131. When the form selection process is called, the CPU 11 acquires the business definition data 132 stored in the storage unit 13 and expands it in the RAM 12 (step S201).

図7は、業務定義データ132の内容例を示す図である。
業務定義データ132では、販売管理システム100で扱われる業務の種別(業務ID)ごとに、当該業務で用いられる帳票が対応付けられて記憶されている。図7の例では、業務IDとして「伝票」、「請求書発行系」、「元帳印刷系」、「モニタリスト/ピッキングリスト系」、「照会系」、「管理票系」が設けられており、このうち例えば「伝票発行系」の業務IDには、「売上伝票」、「仕入伝票」、「受注伝票」、「発注伝票」、「入出庫伝票」等の帳票が対応付けられている。
また、業務定義データ132では、各帳票について、簡易モード及び詳細モードの各々において様式設定の対象とすることができるか否かが設定されている。図7では、様式設定の対象とすることができる場合を「Y」で、また様式設定の対象とすることができない場合を「N」で示している。例えば、「仕入伝票」は、簡易モードでは様式設定の対象とすることができず(「N」)、詳細モードにおいては様式設定の対象とすることができるように(「Y」)設定されている。
FIG. 7 is a diagram showing an example of the contents of the work definition data 132.
In the business definition data 132, for each business type (business ID) handled by the sales management system 100, a form used in the business is associated and stored. In the example of FIG. 7, “slip”, “invoice issuing system”, “ledger printing system”, “monitor list / picking list system”, “inquiry system”, “management slip system” are provided as business IDs. Of these, for example, the business ID of “slip issuing system” is associated with a form such as “sales slip”, “purchase slip”, “order slip”, “order slip”, “entry / exit slip”. .
In the business definition data 132, whether or not each form can be set as a style setting target in each of the simple mode and the detailed mode is set. In FIG. 7, “Y” indicates a case where it can be a style setting target, and “N” indicates a case where it cannot be a style setting target. For example, “Purchase slip” is set so that it cannot be the target of style setting in the simple mode (“N”) and can be the target of style setting in the detailed mode (“Y”). ing.

図6のステップS201の処理が終了すると、CPU11は、動作モードフラグ121に応じて選択対象の帳票を抽出して表示部15に表示させる(ステップS202)。すなわち、CPU11は、動作モードフラグ121が簡易モード(「1」)に設定されている場合には、業務定義データ132において簡易モードにおける様式設定の対象となっている(簡易モードの列が「Y」となっている)帳票を抽出して表示部15に表示させる。また、CPU11は、動作モードフラグ121が詳細モード(「0」)に設定されている場合には、業務定義データ132において詳細モードにおける様式設定の対象となっている(詳細モードの列が「Y」となっている)帳票を抽出して表示部15に表示させる。   When the process of step S201 in FIG. 6 ends, the CPU 11 extracts a selection target form in accordance with the operation mode flag 121 and displays it on the display unit 15 (step S202). That is, when the operation mode flag 121 is set to the simple mode (“1”), the CPU 11 is a target of style setting in the simple mode in the job definition data 132 (the simple mode column is “Y”). The form is extracted and displayed on the display unit 15. In addition, when the operation mode flag 121 is set to the detailed mode (“0”), the CPU 11 is a target of style setting in the detailed mode in the job definition data 132 (the detailed mode column is “Y”). The form is extracted and displayed on the display unit 15.

次に、CPU11は、ユーザにより操作部14に対して様式設定の対象の帳票を選択する入力操作がなされたか否かを判別する(ステップS203)。当該入力操作がなされていないと判別された場合には(ステップS203で“NO”)、CPU11は、再びステップS203の処理を実行する。   Next, the CPU 11 determines whether or not the user has performed an input operation for selecting a form setting target form on the operation unit 14 (step S203). If it is determined that the input operation has not been performed (“NO” in step S203), the CPU 11 executes the process of step S203 again.

帳票を選択する入力操作がなされたと判別された場合には(ステップS203で“YES”)、CPU11は、スペック定義データ134のうち選択された帳票に係るデータ(以下では、帳票スペック定義データと記す)を取得してRAM12に展開する(ステップS204)。帳票スペック定義データは、対応する帳票について、様式設定を行う処理に用いられる各種パラメータや設定が記憶されたデータである。帳票スペック定義データには、帳票の典型的な様式(含まれる項目やその配置)、追加可能な項目、様式設定が満たすべき整合性条件などが含まれる。スペック定義データ134は、必要に応じてサーバ2からダウンロードできるようにされていても良い。
ステップS204の処理が終了すると、CPU11は、帳票選択処理を終了させる。
If it is determined that an input operation for selecting a form has been performed (“YES” in step S203), the CPU 11 describes data relating to the selected form in the specification definition data 134 (hereinafter referred to as form specification definition data). ) Is acquired and expanded in the RAM 12 (step S204). The form specification definition data is data in which various parameters and settings used for the process of setting the format for the corresponding form are stored. The form specification definition data includes typical forms of forms (included items and their arrangement), items that can be added, consistency conditions that the form settings must satisfy, and the like. The specification definition data 134 may be downloaded from the server 2 as necessary.
When the process of step S204 ends, the CPU 11 ends the form selection process.

図8は、様式設定処理のCPU11による制御手順を示すフローチャートである。
様式設定処理は、帳票様式設定プログラム131の機能定義管理部131c及び様式設定部131dにより実行される。様式設定処理が呼び出されると、CPU11は、動作モードフラグ131の設定に応じて、機能定義データ133に基づき、様式設定に関して実行可能な機能を特定する(ステップS301)。
FIG. 8 is a flowchart showing a control procedure by the CPU 11 of the style setting process.
The format setting process is executed by the function definition management unit 131c and the format setting unit 131d of the form format setting program 131. When the style setting process is called, the CPU 11 specifies a function that can be executed with respect to the style setting based on the function definition data 133 according to the setting of the operation mode flag 131 (step S301).

図9は、機能定義データ133の内容例を示す図である。
機能定義データ133では、様式設定処理において用いられる、帳票の様式設定に係る各種機能について、簡易モード及び詳細モードの各々において実行することができるか否かが設定されている。図9では、実行することができる場合を「Y」で、また実行することができない場合を「N」で示している。例えば、「必須項目の削除」の機能は、簡易モードでは実行することができず(「N」)、詳細モードにおいては実行することができるように(「Y」)設定されている。
FIG. 9 is a diagram illustrating an example of the contents of the function definition data 133.
In the function definition data 133, it is set whether or not various functions related to the form setting of the form used in the form setting process can be executed in each of the simple mode and the detailed mode. In FIG. 9, “Y” indicates a case where it can be executed, and “N” indicates a case where it cannot be executed. For example, the “deletion of essential items” function is set so that it cannot be executed in the simple mode (“N”) and can be executed in the detailed mode (“Y”).

図8のステップS301の処理では、CPU11は、動作モードフラグ121が簡易モード(「1」)に設定されている場合には、機能定義データ133において簡易モードにおける実行対象となっている(簡易モードの列が「Y」となっている)機能を抽出して特定する。また、CPU11は、動作モードフラグ121が詳細モード(「0」)に設定されている場合には、機能定義データ133において詳細モードにおける実行対象となっている(詳細モードの列が「Y」となっている)機能を抽出して特定する。   In the process of step S301 in FIG. 8, when the operation mode flag 121 is set to the simple mode (“1”), the CPU 11 is the execution target in the simple mode in the function definition data 133 (the simple mode). The function is extracted and specified). Further, when the operation mode flag 121 is set to the detailed mode (“0”), the CPU 11 is the execution target in the detailed mode in the function definition data 133 (the detailed mode column is “Y”). Extract) and identify the functions.

次に、CPU11は、ステップS301で特定された機能により、ユーザの入力操作に応じて様式設定を行う(ステップS302)。
ステップS302では、CPU11は、様式設定手段として機能する。
Next, the CPU 11 performs style setting according to the user's input operation using the function specified in step S301 (step S302).
In step S302, the CPU 11 functions as a style setting unit.

図10は、様式設定が行われる場合に表示部15に表示される様式設定画面15aの例を示す図である。
様式設定画面15aでは、画面が左右2つの領域に分割され、右側の領域に帳票のイメージが表示されるとともに、左側の領域に、帳票に追加して設定することが可能な項目のリストが表示される。右側の帳票イメージでは、帳票の各項目に対応する情報記入欄が「<>」で示されている。様式設定画面15aにおける具体的な様式の設定方法は、特には限られないが、例えば、左側の項目リストから右側の帳票イメージに項目をドラッグ&ドロップする入力操作により項目を追加したり、帳票イメージにおいて項目をドラッグ&ドロップする入力操作により項目の位置を調整したりすることで様式の設定がなされるようにすることができる。また、帳票イメージの各項目を選択した上で所定のメニューを呼び出すことで、書式の設定や計算式の設定ができるようにしても良い。
また、右側の帳票イメージには、予め帳票ごとに設けられた典型的な様式設定の帳票を表示させても良いし、ユーザが使用する紙媒体の帳票をスキャンして得られた画像データを表示させても良い。また、上記の典型的な様式設定とスキャンして得られた画像データとを対比可能にして、ユーザがこれらの差分を認識して様式設定を行うことができるようにされていても良い。
FIG. 10 is a diagram illustrating an example of a style setting screen 15a displayed on the display unit 15 when style setting is performed.
On the style setting screen 15a, the screen is divided into two areas on the left and right, the image of the form is displayed in the right area, and a list of items that can be added to the form is displayed in the left area. Is done. In the form image on the right side, an information entry column corresponding to each item of the form is indicated by “<>”. The specific style setting method on the style setting screen 15a is not particularly limited. For example, an item can be added by dragging and dropping an item from the left item list to the right form image, or a form image can be added. The style can be set by adjusting the position of the item by an input operation of dragging and dropping the item. In addition, by selecting each item of the form image and calling a predetermined menu, it may be possible to set the format and the calculation formula.
In addition, the form image on the right side may display a form with typical style settings prepared for each form in advance, or display image data obtained by scanning a form on a paper medium used by the user. You may let them. Further, the above-described typical style setting may be compared with the image data obtained by scanning so that the user can recognize these differences and set the style.

帳票の様式設定には、複数の個別様式設定が含まれる。ここで、個別様式設定は、例えば単一の項目に係る様式設定や、特定の複数の項目同士の関係に係る様式設定などである。ステップS302の処理では、CPU11は、ユーザの入力操作に基づいて、複数の個別様式設定を含む帳票全体の様式設定を生成して記憶部13に記憶させる。
ユーザにより様式設定処理を終了する入力操作がなされると、CPU11は、様式設定処理を終了させる。
The form setting of a form includes a plurality of individual form settings. Here, the individual style setting is, for example, a style setting related to a single item, a style setting related to a relationship among a plurality of specific items, or the like. In the process of step S <b> 302, the CPU 11 generates a form setting for the entire form including a plurality of individual form settings based on the user's input operation, and stores it in the storage unit 13.
When the user performs an input operation to end the style setting process, the CPU 11 ends the style setting process.

図11は、整合性調整処理のCPU11による制御手順を示すフローチャートである。
整合性調整処理は、帳票様式設定プログラム131の整合性判別部131e及び整合性調整部131fにより実行される。
帳票の様式設定では、帳票の種別ごとに、項目や計算式等の設定内容が満たすべき整合性条件が予め定められている。詳しくは、整合性条件は、複数の個別様式設定の各々が満たすべき個別整合性条件を含んでいる。この整合性条件は、上述したとおり帳票スペック定義データにおいて定められている。
整合性調整処理では、様式設定処理で生成された様式設定が整合性条件を満たすか否かを判別し、整合性条件を満たさない場合に、整合性条件が満たされるように必要な調整を行うための処理である。ここで、調整の方法としては、ユーザに対し整合性条件を満たさないことへの対処方法の問合せ(以下では、「整合性問合せ」と記す)を行って整合性を調整するための入力操作を促したり、整合性問合せを行わずに整合性条件を満たすように自動で様式設定を変更したりする方法が含まれる。
FIG. 11 is a flowchart showing a control procedure by the CPU 11 of the consistency adjustment process.
The consistency adjustment process is executed by the consistency determination unit 131e and the consistency adjustment unit 131f of the form format setting program 131.
In the form setting of a form, consistency conditions to be satisfied by setting contents such as items and calculation formulas are determined in advance for each type of form. Specifically, the consistency condition includes an individual consistency condition to be satisfied by each of the plurality of individual style settings. This consistency condition is defined in the form specification definition data as described above.
In the consistency adjustment process, it is determined whether or not the format setting generated in the format setting process satisfies the consistency condition, and if the consistency condition is not satisfied, necessary adjustments are made so that the consistency condition is satisfied. Process. Here, as an adjustment method, an input operation for adjusting consistency by inquiring the user how to deal with the inability to satisfy the consistency condition (hereinafter referred to as “consistency query”) is performed. It includes a method of prompting or automatically changing the style setting to satisfy the consistency condition without performing the consistency query.

整合性調整処理が呼び出されると、CPU11は、生成された様式設定に含まれる複数の個別様式設定のうち一の個別様式設定を順に選択する(ステップS401)。そして、帳票選択処理のステップS204で取得された帳票スペック定義データにおいて定められている整合性条件に基づいて、選択した個別様式設定が対応する個別整合性条件を満たすか否かを判別する(ステップS402)。
ステップS402では、CPU11は、整合性判別手段として機能する。
When the consistency adjustment process is called, the CPU 11 sequentially selects one individual style setting among a plurality of individual style settings included in the generated style setting (step S401). Then, based on the consistency condition defined in the form specification definition data acquired in step S204 of the form selection process, it is determined whether or not the selected individual style setting satisfies the corresponding individual consistency condition (step). S402).
In step S402, the CPU 11 functions as a consistency determination unit.

個別様式設定が個別様式設定を満たしていないと判別された場合には(ステップS402で“NO”)、CPU11は、動作モードフラグ121が簡易モードに設定されているか否かを判別する(ステップS403)。   When it is determined that the individual form setting does not satisfy the individual form setting (“NO” in step S402), the CPU 11 determines whether or not the operation mode flag 121 is set to the simple mode (step S403). ).

動作モードフラグ121が簡易モードに設定されていると判別された場合には(ステップS403で“YES”)、CPU11は、整合性問合せ設定データ135において、対象の個別様式設定についての整合性問合せ処理が「簡易モード非実行」に設定されているか否かを判別する(ステップS404)。   When it is determined that the operation mode flag 121 is set to the simple mode (“YES” in step S403), the CPU 11 uses the consistency inquiry setting data 135 to perform consistency inquiry processing for the target individual format setting. Is set to “simple mode non-execution” (step S404).

図12は、整合性問合せ設定データ135の内容例を示す図である。
整合性問合せ設定データ135では、複数の個別様式設定の各々が個別整合性条件を満たしていない場合に実行される整合性問合せ処理(ここでは、問合せ関数)がリストアップされている。そして、整合性問合せ設定データ135では、これらの問合せ関数のうち、様式設定が簡易モードで生成されている場合に非実行とされる問合せ関数が定められている。図12では、簡易モードにおいて非実行とされる問合せ関数が「○」印により示されている。
FIG. 12 is a diagram showing an example of the contents of the consistency inquiry setting data 135.
The consistency query setting data 135 lists consistency query processing (here, a query function) that is executed when each of the plurality of individual format settings does not satisfy the individual consistency condition. In the consistency query setting data 135, a query function that is not executed when the style setting is generated in the simple mode is defined among these query functions. In FIG. 12, the query functions that are not executed in the simple mode are indicated by “◯” marks.

対象の個別様式設定についての整合性問合せ処理が、整合性問合せ設定データ135において「簡易モード非実行」に設定されている(すなわち、図12において「○」が付されている)と判別された場合には(ステップS404で“YES”)、CPU11は、帳票スペック定義データにおいて定められている整合性調整ロジックに従って、整合性条件を満たすように様式設定を自動変更する変更処理を行う(ステップS405)。すなわち、CPU11は、ユーザに対する整合性問合せを行うことなく、整合性条件の不充足を解消させる。
ステップS405では、CPU11は、整合性調整手段として機能する。
It is determined that the consistency query process for the target individual style setting is set to “simple mode non-execution” in the consistency query setting data 135 (that is, “◯” is attached in FIG. 12). In this case (“YES” in step S404), the CPU 11 performs a change process for automatically changing the style setting so as to satisfy the consistency condition according to the consistency adjustment logic defined in the form specification definition data (step S405). ). That is, the CPU 11 eliminates the unsatisfaction of the consistency condition without making a consistency inquiry to the user.
In step S405, the CPU 11 functions as a consistency adjustment unit.

一方、ステップS404の処理において、対象の個別様式設定についての整合性問合せ処理が、整合性問合せ設定データ135において「簡易モード非実行」に設定されていない(すなわち、図12において「○」が付されていない)と判別された場合(ステップS404で“NO”)、又は、ステップS403の処理において動作モードフラグ121が詳細モードに設定されていると判別された場合(ステップS403で“NO”)には、CPU11は、上述の整合性問合せ処理を実行する(ステップS406)。ここでは、CPU11は、所定のエラー表示を表示部15により行わせる。整合性問合せ処理は、整合性条件が満たされていないことをユーザに報知する報知処理の一態様である。   On the other hand, in the process of step S404, the consistency query process for the target individual format setting is not set to “simple mode non-execution” in the consistency query setting data 135 (that is, “◯” in FIG. 12 is added). (No in step S404), or when it is determined in the process of step S403 that the operation mode flag 121 is set to the detailed mode (“NO” in step S403). The CPU 11 executes the above-described consistency inquiry process (step S406). Here, the CPU 11 causes the display unit 15 to perform a predetermined error display. The consistency inquiry process is an aspect of a notification process that notifies the user that the consistency condition is not satisfied.

ステップS406の処理が終了すると、CPU11は、整合性条件が満たされるように様式設定を調整するユーザからの入力操作に応じて、様式設定を変更して記憶部13に記憶させる(ステップS407)。
ステップS406及びステップS407では、CPU11は、整合性調整手段として機能する。
When the process of step S406 ends, the CPU 11 changes the style setting and stores it in the storage unit 13 in accordance with an input operation from the user who adjusts the style setting so that the consistency condition is satisfied (step S407).
In steps S406 and S407, the CPU 11 functions as a consistency adjustment unit.

ここで、上記ステップS402〜ステップS407の処理を、具体例を挙げて説明する。ここでは、ステップS402において、帳票のタイトルに関する個別様式設定について「タイトルが設定されている」との個別整合性条件を満たさない(すなわちタイトルが設定されていない)と判別された場合の処理の具体例ついて説明する。
このような例では、CPU11は、ステップS403において動作モードフラグ121が簡易モードに設定されていると判別された場合には、ステップS404において、図12の問合せ関数のうち「タイトルが設定されている」との個別整合性条件に対応する「帳票タイトル設定」の問合せ関数が「簡易モード非実行」に設定されているか否か判別する。図12では、「帳票タイトル設定」の問合せ関数が「簡易モード非実行」に設定されているため、CPU11は、ステップS406の処理は行わず、ステップS405に処理を移行させる。ステップSS405の処理では、CPU11は、帳票スペック定義データにおいて定められている整合性調整ロジックに従って帳票タイトルを自動で設定し、帳票のタイトルに係る個別様式設定を変更する。
一方、ステップS403において動作モードフラグ121が詳細モードに設定されていると判別された場合には、CPU11は、「帳票のタイトルが設定されていない」旨のエラー表示を表示部15により行わせて(ステップS406)、ユーザに帳票のタイトルの入力を促す。そして、CPU11は、ユーザによる帳票のタイトルを入力する入力操作に応じて、帳票のタイトルに係る個別様式設定において帳票のタイトルを追加する変更を行う(ステップS407)。
Here, the process of step S402 to step S407 will be described with a specific example. Here, in step S402, specific processing performed when it is determined that the individual consistency setting “the title is set” is not satisfied (that is, the title is not set) for the individual style setting related to the title of the form. An example will be described.
In such an example, when it is determined in step S403 that the operation mode flag 121 is set to the simple mode, the CPU 11 determines in step S404 that “Title is set” in the query function of FIG. It is determined whether or not the query function of “form title setting” corresponding to the individual consistency condition “is set to“ simple mode non-execution ”. In FIG. 12, since the inquiry function of “form title setting” is set to “simple mode non-execution”, the CPU 11 does not perform the process of step S406 but shifts the process to step S405. In the process of step SS405, the CPU 11 automatically sets the form title according to the consistency adjustment logic defined in the form specification definition data, and changes the individual style setting related to the form title.
On the other hand, if it is determined in step S403 that the operation mode flag 121 is set to the detailed mode, the CPU 11 causes the display unit 15 to display an error message indicating that the “form title is not set”. (Step S406), the user is prompted to input the title of the form. Then, the CPU 11 performs a change to add the form title in the individual style setting related to the form title in response to an input operation for inputting the form title by the user (step S407).

ステップS405若しくはステップS407の処理が終了した場合、又はステップS402の処理において個別様式設定が整合性条件を満たしていると判別された場合には(ステップS402で“YES”)、CPU11は、生成された様式設定に含まれる全ての個別様式設定の整合性チェックが終了したか否かを判別する(ステップS408)。いずれかの個別様式設定の整合性チェックが終了していないと判別された場合には(ステップS408で“NO”)、CPU11は、処理をステップS401に戻す。   When the process of step S405 or step S407 is completed, or when it is determined in the process of step S402 that the individual format setting satisfies the consistency condition (“YES” in step S402), the CPU 11 is generated. It is determined whether or not the consistency check of all the individual format settings included in the selected format settings has been completed (step S408). If it is determined that the consistency check of any individual format setting has not been completed (“NO” in step S408), the CPU 11 returns the process to step S401.

全ての個別様式設定の整合性チェックが終了したと判別された場合には(ステップS408で“YES”)、CPU11は、生成された様式設定に係る実行形式ファイルを生成して記憶部13に記憶させる(ステップS409)。以降、この実行形式ファイルを実行することで、生成された様式設定で帳票に対する情報の出力(印刷)を行うためのプログラムを起動させることができる。例えば、端末装置1の所定のメニュー画面に当該帳票に係るメニューを登録し、当該メニューを選択することで上記実行形式ファイルが実行されるようにすることができる。
ステップS409の処理が終了すると、CPU11は、整合性調整処理を終了させ、図4の帳票様式設定処理を終了させる。
When it is determined that the consistency check of all the individual format settings has been completed (“YES” in step S408), the CPU 11 generates an execution format file related to the generated format settings and stores it in the storage unit 13. (Step S409). Thereafter, by executing the execution format file, it is possible to start a program for outputting (printing) information on the form with the generated format setting. For example, the execution format file can be executed by registering a menu related to the form on a predetermined menu screen of the terminal device 1 and selecting the menu.
When the process of step S409 is completed, the CPU 11 ends the consistency adjustment process and ends the form format setting process of FIG.

このように、整合性調整処理では、帳票様式設定プログラム131が簡易モードで動作している場合にのみ、整合性条件を満たすように様式設定を自動変更する変更処理(ステップS405)が行われる。これにより、詳細モードで様式設定が行われた場合に変更処理が行われる蓋然性より、簡易モードで様式設定が行われた場合に変更処理が行われる蓋然性が高くなるようになっている。よって、簡易モードの場合において、詳細モードの場合よりも簡易に整合性条件の調整を行うことができる。このため、習熟度の低いユーザが使用するアカウントを第2のアカウントに設定しておくことで、当該ユーザが帳票様式設定プログラム131を実行させた場合の動作モードを簡易モードとして、整合性条件を満たす様式設定をより簡易に行えるようにすることができる。   As described above, in the consistency adjustment process, only when the form format setting program 131 is operating in the simple mode, a change process (step S405) for automatically changing the format settings so as to satisfy the consistency condition is performed. Thereby, the probability that the change process is performed when the style setting is performed in the simple mode is higher than the probability that the change process is performed when the style setting is performed in the detailed mode. Therefore, the consistency condition can be adjusted more easily in the simple mode than in the detailed mode. For this reason, by setting an account used by a low-skilled user as the second account, the operation mode when the user executes the form format setting program 131 is set to the simple mode, and the consistency condition is set. It is possible to make it easier to set the filling style.

なお、整合性問合せ設定データ135において「簡易モード非実行」に設定される問合せ関数の組み合わせは、所定のパラメータに応じて異ならせても良い。例えば、複数のアカウントの各々に、ユーザの業種や業態といった属性情報を予め対応付けて登録しておき、帳票様式設定プログラム131で認証されたアカウントの属性情報に応じて、「簡易モード非実行」に設定される問合せ関数の組み合わせを変えても良い。これにより、アカウントの属性情報に応じた蓋然性で変更処理を行うことができる。また、整合性問合せ処理を実行する対象の個別様式設定を、業種や業態に応じて柔軟に設定することができる。例えば、精肉業のユーザのアカウントでは「グラム単価」の項目を必須項目とし、当該項目が帳票に含まれていない(個別様式設定を満たさない)場合に問合せ処理を実行させるようにすることができる。   It should be noted that the combination of query functions set to “simple mode non-execution” in the consistency query setting data 135 may vary depending on predetermined parameters. For example, attribute information such as the user's business type and business condition is registered in advance in association with each of a plurality of accounts, and “simple mode non-execution” is performed according to the account attribute information authenticated by the form format setting program 131. You may change the combination of the query functions set in. As a result, the change process can be performed with a probability corresponding to the attribute information of the account. In addition, it is possible to flexibly set the individual style setting for executing the consistency inquiry process according to the type of business and the business condition. For example, in the account of a meat industry user, the “gram unit price” item can be an indispensable item, and when the item is not included in the form (does not satisfy the individual style setting), the query process can be executed. .

(変形例1)
次に、上記実施形態の変形例1について説明する。本変形例では、整合性調整処理が上記実施形態と異なる。以下では、上記実施形態との相違点について説明する。
(Modification 1)
Next, the modification 1 of the said embodiment is demonstrated. In this modification, the consistency adjustment process is different from that in the above embodiment. Hereinafter, differences from the above embodiment will be described.

図13は、本変形例に係る整合性調整処理のCPU11による制御手順を示すフローチャートである。図13のフローチャートは、図11のフローチャートからステップS404を削除したものに相当する。
本変形例の整合性調整処理では、ステップS403の処理において動作モードフラグ121が簡易モードに設定されていると判別された場合には(ステップS403で“YES”)、CPU11は、帳票スペック定義データにおいて定められている整合性調整ロジックに従って、整合性条件を満たすように様式設定を自動変更する変更処理を行う(ステップS405)。
一方、ステップS403の処理において動作モードフラグ121が詳細モードに設定されていると判別された場合には(ステップS403で“NO”)、CPU11は、整合性問合せ処理を実行し(ステップS406)、ユーザからの入力操作に応じて様式設定を変更する(ステップS407)。
FIG. 13 is a flowchart showing a control procedure by the CPU 11 of the consistency adjustment processing according to this modification. The flowchart in FIG. 13 corresponds to a flowchart obtained by deleting step S404 from the flowchart in FIG.
In the consistency adjustment process of this modification, when it is determined in the process of step S403 that the operation mode flag 121 is set to the simple mode (“YES” in step S403), the CPU 11 determines the form specification definition data. In accordance with the consistency adjustment logic defined in step S405, a change process for automatically changing the style setting so as to satisfy the consistency condition is performed (step S405).
On the other hand, when it is determined in the process of step S403 that the operation mode flag 121 is set to the detailed mode (“NO” in step S403), the CPU 11 executes a consistency inquiry process (step S406). The style setting is changed according to the input operation from the user (step S407).

このように、本変形例では、様式設定が簡易モードで生成されている場合には常に様式設定を自動変更する変更処理が行われ、様式設定が詳細モードで生成されている場合には常に整合性問合せが行われる。このような方法によっても、相対的に習熟度の低いユーザが使用するアカウントを第2のアカウントに設定しておくことで、当該ユーザが、整合性条件を満たす様式設定をより簡易に行えるようにすることができる。   As described above, in this modification, a change process that automatically changes the style setting is performed whenever the style setting is generated in the simple mode, and is consistent when the style setting is generated in the detailed mode. A sex query is made. Even with such a method, by setting an account used by a relatively low-skilled user as the second account, the user can more easily perform style setting that satisfies the consistency condition. can do.

(変形例2)
次に、上記実施形態の変形例2について説明する。本変形例では、モード設定処理が上記実施形態と異なる。以下では、上記実施形態との相違点について説明する。
(Modification 2)
Next, Modification 2 of the above embodiment will be described. In this modification, the mode setting process is different from that in the above embodiment. Hereinafter, differences from the above embodiment will be described.

本変形例では、帳票様式設定プログラム131のインストール時に、動作モードが簡易モード及び詳細モードの一方に設定される。この設定(モード選択設定)は、記憶部13に記憶されている装置動作設定データ137に記憶される。装置動作設定データ137は、例えば帳票様式設定プログラム131の起動引数に係るデータ、端末装置1の環境設定データ、及びレジストリデータ等である。装置動作設定データ137に記憶されたモード選択設定は、固定されたものであっても良いし、所定の手順に従って変更可能であっても良い。例えば、帳票様式設定プログラム131を特定の管理者アカウントで起動させた場合に変更可能とされていても良い。   In this modification, when the form format setting program 131 is installed, the operation mode is set to one of the simple mode and the detailed mode. This setting (mode selection setting) is stored in the device operation setting data 137 stored in the storage unit 13. The device operation setting data 137 is, for example, data related to a start argument of the form format setting program 131, environment setting data of the terminal device 1, registry data, and the like. The mode selection setting stored in the apparatus operation setting data 137 may be fixed or may be changed according to a predetermined procedure. For example, the form format setting program 131 may be changeable when activated by a specific administrator account.

図14は、本変形例に係るモード設定処理のCPU11による制御手順を示すフローチャートである。図14のフローチャートは、図5のフローチャートからステップS102〜ステップS104を削除し、ステップS106〜ステップS109を追加したものである。以下では、図5のフローチャートとの相違点について説明する。   FIG. 14 is a flowchart showing a control procedure by the CPU 11 of the mode setting process according to this modification. The flowchart of FIG. 14 is obtained by deleting steps S102 to S104 and adding steps S106 to S109 from the flowchart of FIG. Hereinafter, differences from the flowchart of FIG. 5 will be described.

ステップS101において動作モードフラグ121が簡易モードに設定されると、CPU11は、装置動作設定データ137に記憶された帳票様式設定プログラム131の起動引数においてモード選択設定が含まれているか否かを判別する(ステップS106)。起動引数にモード選択設定が含まれていないと判別された場合には(ステップS106で“NO”)、CPU11は、装置動作設定データ137に記憶された環境設定データにおいてモード選択設定が含まれているか否かを判別する(ステップS107)。環境設定データにモード選択設定が含まれていないと判別された場合には(ステップS107で“NO”)、CPU11は、装置動作設定データ137に記憶されたレジストリにモード選択設定が含まれているか否かを判別する(ステップS108)。レジストリにモード選択設定が含まれていないと判別された場合には(ステップS108で“NO”)、CPU11は、動作モードフラグ121が簡易モードに設定された状態でモード設定処理を終了させる。   When the operation mode flag 121 is set to the simple mode in step S101, the CPU 11 determines whether or not the mode selection setting is included in the startup argument of the form format setting program 131 stored in the apparatus operation setting data 137. (Step S106). If it is determined that the mode selection setting is not included in the startup argument (“NO” in step S106), the CPU 11 includes the mode selection setting in the environment setting data stored in the apparatus operation setting data 137. It is determined whether or not there is (step S107). When it is determined that the mode selection setting is not included in the environment setting data (“NO” in step S107), the CPU 11 includes the mode selection setting in the registry stored in the device operation setting data 137. It is determined whether or not (step S108). When it is determined that the mode selection setting is not included in the registry (“NO” in step S108), the CPU 11 ends the mode setting process with the operation mode flag 121 set to the simple mode.

ステップS106〜ステップS108のいずれかにおいてモード選択設定が含まれていると判別された場合には(ステップS106〜S108で“YES”)、CPU11は、モード選択設定により詳細モードが指定されているか否かを判別する(ステップS109)。
モード選択設定により詳細モードが指定されていると判別された場合には(ステップS109で“YES”)、CPU11は、動作モードフラグ121を詳細モードに設定し(ステップS105)、モード設定処理を終了させる。
また、モード選択設定により簡易モードが指定されていると判別された場合には(ステップS109で“NO”)、CPU11は、動作モードフラグ121が簡易モードに設定された状態でモード設定処理を終了させる。
When it is determined in any of steps S106 to S108 that the mode selection setting is included (“YES” in steps S106 to S108), the CPU 11 determines whether or not the detailed mode is specified by the mode selection setting. Is determined (step S109).
If it is determined that the detailed mode is designated by the mode selection setting (“YES” in step S109), the CPU 11 sets the operation mode flag 121 to the detailed mode (step S105) and ends the mode setting process. Let
When it is determined that the simple mode is designated by the mode selection setting (“NO” in step S109), the CPU 11 ends the mode setting process with the operation mode flag 121 set to the simple mode. Let

以上のように、本実施形態に係る帳票様式設定プログラム131は、CPU11(コンピュータ)を、ユーザの入力操作に応じて、帳票に対する情報の出力様式に係る様式設定を行う様式設定手段、様式設定が所定の整合性条件を満たすか否かを判別する整合性判別手段、様式設定が整合性条件を満たさないと判別された場合に、様式設定が整合性条件を満たさないことをユーザに報知するための報知処理、及び様式設定が整合性条件を満たすように様式設定を変更する変更処理のうち一方を選択して実行する整合性調整手段、として機能させ、様式設定手段は、所定の自由度で様式設定を行う詳細モード、及び詳細モードよりも低い自由度で様式設定を行う簡易モードのうち、動作モードフラグ121に従った一方で様式設定を行い、整合性調整手段は、詳細モードで様式設定が行われた場合に変更処理が行われる蓋然性より、簡易モードで様式設定が行われた場合に変更処理が行われる蓋然性が高くなるように報知処理及び変更処理の一方を選択して実行する。
このような方法によれば、簡易モードで生成された様式設定が整合性条件を満たさない場合において、様式設定を自動変更する変更処理が行われる蓋然性が相対的に高くなるため、詳細モードの場合よりも簡易に整合性条件の調整を行うことができる。このため、習熟度の低いユーザは、簡易モードで帳票様式設定プログラム131を実行させることで、整合性条件を満たす適切な様式設定をより簡易に行うことができる。また、簡易モードでの様式設定の自由度が低くされていることにより、様式設定に係る項目や機能等の選択肢が、習熟度の低いユーザにとって不必要に多くなって適切な様式設定が困難となるのを抑制することができる。
他方で、習熟度の高いユーザは、詳細モードで帳票様式設定プログラム131を実行させることで、高い自由度で適切に様式設定を行うことができるとともに、報知処理によって整合性条件の不充足を確実に認識して容易に整合性条件を満たす適切な様式設定を行うことができる。
販売管理システムのユーザ(事業者ユーザ)は、必ずしも様式設定に係る十分な知識やスキルを有しているとは限らないため、従来、十分な知識やスキルを有するシステムエンジニア等の代理者に様式設定を委託する必要が生じる場合があったが、本実施形態の帳票様式設定プログラム131によれば、簡易モードを用いることで、このような事業者ユーザ自身が容易かつ適切に帳票の様式設定を行うことができる。
As described above, the form setting program 131 according to the present embodiment has the form setting means and the form setting for the CPU 11 (computer) to set the form related to the information output form for the form in accordance with the input operation of the user. Consistency determining means for determining whether or not a predetermined consistency condition is satisfied, in order to notify the user that the format setting does not satisfy the consistency condition when it is determined that the format setting does not satisfy the consistency condition And the consistency setting means that selects and executes one of the change processing for changing the style setting so that the style setting satisfies the consistency condition, and the style setting means has a predetermined degree of freedom. Of the detailed mode for setting the style and the simple mode for setting the style with a lower degree of freedom than the detailed mode, the style is set while conforming to the operation mode flag 121, and the matching is performed. The adjustment means has a notification process and a change process so that the probability that the change process is performed when the style setting is performed in the simple mode is higher than the probability that the change process is performed when the style setting is performed in the detailed mode. Select one of these and execute it.
According to such a method, when the style setting generated in the simple mode does not satisfy the consistency condition, the probability that the change process for automatically changing the style setting is relatively high, so in the case of the detailed mode The consistency condition can be adjusted more easily. For this reason, a user with a low level of proficiency can more easily perform an appropriate format setting that satisfies the consistency condition by executing the form format setting program 131 in the simple mode. In addition, since the freedom of style setting in the simple mode has been lowered, there are many items and functions related to style setting that are unnecessarily large for users with low proficiency, making it difficult to set the appropriate style. It can be suppressed.
On the other hand, a user with a high level of proficiency can execute the form format setting program 131 in the detailed mode to appropriately set the format with a high degree of freedom and to ensure that the consistency condition is not satisfied by the notification process. Therefore, it is possible to easily set an appropriate format that satisfies the consistency condition.
Since users (business users) of sales management systems do not necessarily have sufficient knowledge and skills related to setting styles, they have traditionally been given a form to agents such as system engineers who have sufficient knowledge and skills. In some cases, it is necessary to entrust the settings. However, according to the form format setting program 131 of the present embodiment, by using the simple mode, such a business user himself can easily and appropriately set the form style of the form. It can be carried out.

また、整合性調整手段は、詳細モードで様式設定が行われた場合には報知処理を実行し、簡易モードで様式設定が行われた場合には報知処理及び変更処理の一方を選択して実行する。これにより、簡易モードにおいて様式設定が整合性条件を満たさない場合に様式設定を自動変更する変更処理が行われる蓋然性を、より確実に詳細モードにおける当該蓋然性よりも高くすることができる。   In addition, the consistency adjustment unit executes notification processing when style setting is performed in the detailed mode, and selects and executes either notification processing or change processing when style setting is performed in the simple mode. To do. Thereby, when the style setting does not satisfy the consistency condition in the simple mode, the probability that the change process for automatically changing the style setting can be more reliably made higher than the probability in the detailed mode.

また、変形例1に係る整合性調整手段は、詳細モードで様式設定が行われた場合には報知処理を実行し、簡易モードで様式設定が行われた場合には変更処理を実行する。これにより、簡易モードにおいて様式設定が整合性条件を満たさない場合に様式設定を自動変更する変更処理が行われる蓋然性を、詳細モードにおける当該蓋然性よりも確実に高くすることができる。   In addition, the consistency adjusting unit according to the modification 1 executes the notification process when the style setting is performed in the detailed mode, and executes the change process when the style setting is performed in the simple mode. Thereby, when the style setting does not satisfy the consistency condition in the simple mode, the probability that the change process for automatically changing the style setting can be surely made higher than the probability in the detailed mode.

また、様式設定手段は、複数の個別様式設定を含む様式設定を行い、整合性判別手段は、複数の個別様式設定が、複数の個別様式設定の各々に対応する所定の個別整合性条件を満たすか否かを判別し、整合性調整手段は、複数の個別様式設定のうち個別整合性条件を満たさないと判別された個別様式設定の各々について、整合性問合せ設定データ135に基づいて報知処理及び変更処理の一方を選択して実行し、整合性問合せ設定データ135では、様式設定が簡易モードで行われた場合に複数の個別様式設定の各々について報知処理及び変更のうちいずれを行うかが定められている。これにより、個別様式設定ごとに変更処理及び報知処理のいずれを実行するかを柔軟に定めることができる。これにより、個別様式設定の重要度や、個別整合性条件を満たす難易度などに応じて適切な方法で整合性を調整することができる。   Further, the style setting means performs style setting including a plurality of individual style settings, and the consistency determining means satisfies a predetermined individual consistency condition corresponding to each of the plurality of individual style settings. The consistency adjusting means determines whether or not the individual style setting determined as not satisfying the individual consistency condition among the plurality of individual style settings based on the consistency inquiry setting data 135 and One of the change processes is selected and executed, and the consistency query setting data 135 determines which of the notification process and the change is performed for each of the plurality of individual style settings when the style settings are performed in the simple mode. It has been. Accordingly, it is possible to flexibly determine which of the change process and the notification process is executed for each individual style setting. Thereby, the consistency can be adjusted by an appropriate method according to the importance of the individual style setting, the difficulty level satisfying the individual consistency condition, and the like.

また、帳票様式設定プログラム131は、CPU11を、一又は二以上のアカウントの認証情報が登録されたアカウント設定データ136に基づいて、認証情報の入力を伴う認証要求がなされた場合に当該認証情報に対応するアカウントに対する認証を行う認証手段、認証がなされたアカウントに応じて動作モードフラグ121の設定を行うモード選択設定手段、として機能させる。これにより、ユーザが使用するアカウントごとに、帳票様式設定プログラム131が簡易モード及び詳細モードのいずれで動作するかを設定することができる。よって、ユーザの習熟度や業態、業種などに応じて簡易モード及び詳細モードのうち適切な動作モードで帳票様式設定プログラム131を実行させることができる。   In addition, the form format setting program 131 causes the CPU 11 to change the authentication information to the authentication information when an authentication request with the input of the authentication information is made based on the account setting data 136 in which the authentication information of one or more accounts is registered. It is made to function as an authentication means for performing authentication for the corresponding account and a mode selection setting means for setting the operation mode flag 121 in accordance with the authenticated account. Thereby, it is possible to set whether the form format setting program 131 operates in the simple mode or the detailed mode for each account used by the user. Therefore, the form format setting program 131 can be executed in an appropriate operation mode among the simple mode and the detailed mode according to the user's proficiency level, business type, business type, and the like.

また、アカウント設定データ136には、複数のアカウントの各々を使用するユーザの属性に係る属性情報が登録され、整合性調整手段は、変更処理が属性情報に応じた蓋然性で行われるように報知処理及び変更処理の一方を選択して実行する。これにより、様式設定が整合性条件を満たさない場合に、アカウントの属性情報に応じた蓋然性で変更処理を行うことができる。また、個別整合性条件を満たさない場合に報知処理(整合性問合せ処理)を実行する対象の個別様式設定を、属性情報に応じて柔軟に設定することができる。   In addition, attribute information related to the attribute of the user who uses each of the plurality of accounts is registered in the account setting data 136, and the consistency adjustment unit performs notification processing so that the change process is performed with a probability corresponding to the attribute information. And one of the change processing is selected and executed. Accordingly, when the style setting does not satisfy the consistency condition, the change process can be performed with a probability corresponding to the attribute information of the account. In addition, the individual style setting for performing the notification process (consistency inquiry process) when the individual consistency condition is not satisfied can be flexibly set according to the attribute information.

また、様式設定手段は、詳細モードでは、異なる複数の種別の帳票について様式設定を行うことが可能であり、簡易モードでは、複数の種別の帳票のうち一部の種別の帳票について様式設定を行うことが可能である。これにより、簡易モードで帳票様式設定プログラム131を実行させている習熟度の低いユーザにとって、様式設定の対象となる帳票の選択肢が不必要に多くなって適切な様式設定が困難となるのを抑制することができる。   In the detailed mode, the style setting means can set the style for a plurality of different types of forms. In the simple mode, the style setting means sets the style for some types of forms. It is possible. As a result, it is possible to suppress the difficulty in setting an appropriate form because an unnecessarily large number of form options are required for a form setting target for a low-level user who is executing the form setting program 131 in the simple mode. can do.

また、様式設定手段は、詳細モードでは、所定の複数の機能により様式設定を行うことが可能であり、簡易モードでは、複数の機能のうち一部の機能により様式設定を行うことが可能である。これにより、簡易モードで帳票様式設定プログラム131を実行させている習熟度の低いユーザにとって、様式設定において使用可能な機能の選択肢が不必要に多くなって適切な様式設定が困難となるのを抑制することができる。   In the detailed mode, the style setting means can set the style with a plurality of predetermined functions, and in the simple mode, the style setting means can set the style with some of the plurality of functions. . As a result, it is possible to suppress the difficulty in setting an appropriate style because an unnecessarily large number of function options are available for the style setting for a low-level user who is executing the form style setting program 131 in the simple mode. can do.

また、上記実施形態の情報処理装置としての端末装置1は、CPU11を備え、CPU11は、ユーザの入力操作に応じて、帳票に対する情報の出力様式に係る様式設定を行い(様式設定手段)、様式設定が所定の整合性条件を満たすか否かを判別し(整合性判別手段)、様式設定が整合性条件を満たさないと判別された場合に、様式設定が整合性条件を満たさないことをユーザに報知するための報知処理、及び様式設定が整合性条件を満たすように様式設定を変更する変更処理のうち一方を選択して実行し(整合性調整手段)、様式設定手段としてのCPU11は、所定の自由度で様式設定を行う詳細モード、及び詳細モードよりも低い自由度で様式設定を行う簡易モードのうち、動作モードフラグ121に従った一方で様式設定を行い、整合性調整手段としてのCPU11は、詳細モードで様式設定が行われた場合に変更処理が行われる蓋然性より、簡易モードで様式設定が行われた場合に変更処理が行われる蓋然性が高くなるように報知処理及び前記変更処理の一方を選択して実行する。このような端末装置1によれば、簡易モードでなされた様式設定が整合性条件を満たさない場合において、様式設定を自動変更する変更処理が行われる蓋然性が相対的に高くなるため、詳細モードの場合よりも簡易に整合性条件の調整を行うことができる。よって、習熟度の異なるユーザの各々が容易かつ適切に帳票の様式設定を行うことができる。   Further, the terminal device 1 as the information processing apparatus of the above embodiment includes a CPU 11, and the CPU 11 performs a style setting relating to an information output style for the form (style setting means) in accordance with a user input operation. It is determined whether the setting satisfies a predetermined consistency condition (consistency determination means), and when it is determined that the style setting does not satisfy the consistency condition, the user determines that the style setting does not satisfy the consistency condition. The CPU 11 as the style setting means selects and executes one of the notification process for notifying the process and the change process for changing the style setting so that the style setting satisfies the consistency condition (consistency adjusting means) Of the detailed mode for setting the style with a predetermined degree of freedom and the simple mode for setting the style with a lower degree of freedom than the detailed mode, the style is set while following the operation mode flag 121. The CPU 11 as the compatibility adjustment unit is more likely to perform the change process when the style setting is performed in the simple mode than the probability that the change process is performed when the style setting is performed in the detailed mode. One of the notification process and the change process is selected and executed. According to such a terminal device 1, the probability that the change process for automatically changing the style setting is relatively high when the style setting made in the simple mode does not satisfy the consistency condition is relatively high. The consistency condition can be adjusted more easily than in the case. Therefore, each user with different proficiency levels can easily and appropriately set the form format.

以上の説明では、本発明に係るプログラムのコンピュータ読み取り可能な媒体として記憶部13等を使用した例を開示したが、この例に限定されない。その他のコンピュータ読み取り可能な媒体として、CD−ROMやフラッシュメモリ等により構成される可搬型記録媒体を適用することが可能である。また、本発明に係るプログラムのデータを通信回線を介して提供する媒体として、キャリアウエーブ(搬送波)も本発明に適用される。   In the above description, an example in which the storage unit 13 or the like is used as a computer-readable medium of the program according to the present invention is disclosed, but the present invention is not limited to this example. As another computer-readable medium, a portable recording medium constituted by a CD-ROM, a flash memory, or the like can be applied. A carrier wave is also applied to the present invention as a medium for providing program data according to the present invention via a communication line.

なお、上記実施形態における記述は、本発明に係るプログラム及び情報処理端末の実施形態の一例であり、本発明はこれに限定されるものではない。
例えば、上記実施形態及び各変形例では、帳票様式設定プログラム131を端末装置1の記憶部13に記憶させて端末装置1上で実行する例を用いて説明したが、これに限定する趣旨ではない。例えば、帳票様式設定プログラム131をサーバ2の記憶部に記憶させて、サーバ2上で実行させても良い。この場合は、端末装置1からの要求に従ってサーバ2のCPUにより帳票様式設定プログラムを実行させて処理結果を端末装置1に送信させ、端末装置1において表示部15に処理結果を表示させるようにすれば良い。
The description in the above embodiment is an example of an embodiment of a program and an information processing terminal according to the present invention, and the present invention is not limited to this.
For example, in the above-described embodiment and each modified example, the form format setting program 131 is stored in the storage unit 13 of the terminal device 1 and executed on the terminal device 1. However, the present invention is not limited to this. . For example, the form format setting program 131 may be stored in the storage unit of the server 2 and executed on the server 2. In this case, the CPU 2 of the server 2 executes the form format setting program in accordance with a request from the terminal device 1 to transmit the processing result to the terminal device 1 and display the processing result on the display unit 15 in the terminal device 1. It ’s fine.

また、上記実施形態及び各変形例では、詳細モードにおいて整合性条件の不充足があった場合には必ず報知処理(整合性問合せ処理)がなされる例を用いて説明したが、これに限られない。例えば、図12の整合性問合せ設定データ135において、詳細モードの場合に報知処理を行わない「詳細モード非実行」の問合せ関数を併せて設定し、詳細モードにおいても問合せ関数ごとに報知処理の実行/非実行を個別に定めても良い。この場合には、詳細モードで非実行の問合せ関数については必ず簡易モードでも非実行とし、かつ「簡易モード非実行」の問合せ関数の数を「詳細モード非実行」の問合せ関数の数より多くすることで、簡易モードにおいて変更処理が行われる蓋然性を相対的に高くすることができる。   Further, in the above-described embodiment and each modification, the description has been given using the example in which the notification process (consistency inquiry process) is always performed when the consistency condition is not satisfied in the detailed mode, but the present invention is not limited thereto. Absent. For example, in the consistency query setting data 135 of FIG. 12, a query function “detail mode non-execution” that does not perform notification processing in the detailed mode is also set, and notification processing is executed for each query function even in the detailed mode. / Non-execution may be determined individually. In this case, the non-executable query function is not executed even in simple mode, and the number of query functions in “simple mode non-executable” is made larger than the number of query functions in “detailed mode non-executed”. Thus, the probability that the change process is performed in the simple mode can be relatively increased.

また、報知処理におけるユーザへの報知の方法は、表示部15におけるエラー表示に限られず、エラー表示に代えて、又はエラー表示に加えて、音声での報知、及びメールやメッセージアプリケーションを介した報知などがなされても良い。   In addition, the method of notifying the user in the notification process is not limited to the error display on the display unit 15, but instead of the error display or in addition to the error display, the notification by voice and the notification through the mail or message application Etc. may be made.

本発明のいくつかの実施形態を説明したが、本発明の範囲は、上述の実施の形態に限定するものではなく、特許請求の範囲に記載された発明の範囲とその均等の範囲を含む。
以下に、この出願の願書に最初に添付した特許請求の範囲に記載した発明を付記する。付記に記載した請求項の項番は、この出願の願書に最初に添付した特許請求の範囲の通りである。
〔付記〕
<請求項1>
コンピュータを、
ユーザの入力操作に応じて、帳票に対する情報の出力様式に係る様式設定を行う様式設定手段、
前記様式設定が所定の整合性条件を満たすか否かを判別する整合性判別手段、
前記様式設定が前記整合性条件を満たさないと判別された場合に、前記様式設定が前記整合性条件を満たさないことをユーザに報知するための報知処理、及び前記様式設定が前記整合性条件を満たすように前記様式設定を変更する変更処理のうち一方を選択して実行する整合性調整手段、
として機能させ、
前記様式設定手段は、所定の自由度で前記様式設定を行う第1のモード、及び前記第1のモードよりも低い自由度で前記様式設定を行う第2のモードのうち、所定のモード選択設定に従った一方で前記様式設定を行い、
前記整合性調整手段は、前記第1のモードで前記様式設定が行われた場合に前記変更処理が行われる蓋然性より、前記第2のモードで前記様式設定が行われた場合に前記変更処理が行われる蓋然性が高くなるように前記報知処理及び前記変更処理の一方を選択して実行することを特徴とするプログラム。
<請求項2>
前記整合性調整手段は、前記第1のモードで前記様式設定が行われた場合には前記報知処理を実行し、前記第2のモードで前記様式設定が行われた場合には前記報知処理及び前記変更処理の一方を選択して実行することを特徴とする請求項1に記載のプログラム。
<請求項3>
前記整合性調整手段は、前記第1のモードで前記様式設定が行われた場合には前記報知処理を実行し、前記第2のモードで前記様式設定が行われた場合には前記変更処理を実行することを特徴とする請求項1に記載のプログラム。
<請求項4>
前記様式設定手段は、複数の個別様式設定を含む前記様式設定を行い、
前記整合性判別手段は、前記複数の個別様式設定が、前記複数の個別様式設定の各々に対応する所定の個別整合性条件を満たすか否かを判別し、
前記整合性調整手段は、前記複数の個別様式設定のうち前記個別整合性条件を満たさないと判別された個別様式設定の各々について、所定の整合性調整情報に基づいて前記報知処理及び前記変更処理の一方を選択して実行し、
前記整合性調整情報では、前記様式設定が前記第2のモードで行われた場合に前記複数の個別様式設定の各々について前記報知処理及び前記変更のうちいずれを行うかが定められていることを特徴とする請求項1に記載のプログラム。
<請求項5>
前記コンピュータを、
一又は二以上のアカウントの認証情報が登録されたアカウント情報に基づいて、前記認証情報の入力を伴う認証要求がなされた場合に当該認証情報に対応するアカウントに対する認証を行う認証手段、
前記認証がなされたアカウントに応じて前記モード選択設定を行うモード選択設定手段、
として機能させることを特徴とする請求項1から4のいずれか一項に記載のプログラム。
<請求項6>
前記アカウント情報には、前記複数のアカウントの各々を使用するユーザの属性に係る属性情報が登録され、
前記整合性調整手段は、前記変更処理が前記属性情報に応じた蓋然性で行われるように前記報知処理及び前記変更処理の一方を選択して実行することを特徴とする請求項5に記載のプログラム。
<請求項7>
前記様式設定手段は、前記第1のモードでは、異なる複数の種別の帳票について前記様式設定を行うことが可能であり、前記第2のモードでは、前記複数の種別の帳票のうち一部の種別の帳票について前記様式設定を行うことが可能であることを特徴とする請求項1から6のいずれか一項に記載のプログラム。
<請求項8>
前記様式設定手段は、前記第1のモードでは、所定の複数の機能により前記様式設定を行うことが可能であり、前記第2のモードでは、前記複数の機能のうち一部の機能により前記様式設定を行うことが可能であることを特徴とする請求項1から7のいずれか一項に記載のプログラム。
<請求項9>
ユーザの入力操作に応じて、帳票に対する情報の出力様式に係る様式設定を行う様式設定手段と、
前記様式設定が所定の整合性条件を満たすか否かを判別する整合性判別手段と、
前記様式設定が前記整合性条件を満たさないと判別された場合に、前記様式設定が前記整合性条件を満たさないことをユーザに報知するための報知処理、及び前記様式設定が前記整合性条件を満たすように前記様式設定を変更する変更処理のうち一方を選択して実行する整合性調整手段と、
を備え、
前記様式設定手段は、所定の自由度で前記様式設定を行う第1のモード、及び前記第1のモードよりも低い自由度で前記様式設定を行う第2のモードのうち、所定のモード選択設定に従った一方で前記様式設定を行い、
前記整合性調整手段は、前記第1のモードで前記様式設定が行われた場合に前記変更処理が行われる蓋然性より、前記第2のモードで前記様式設定が行われた場合に前記変更処理が行われる蓋然性が高くなるように前記報知処理及び前記変更処理の一方を選択して実行することを特徴とする情報処理装置。
Although several embodiments of the present invention have been described, the scope of the present invention is not limited to the above-described embodiments, but includes the scope of the invention described in the claims and equivalents thereof.
The invention described in the scope of claims attached to the application of this application will be added below. The item numbers of the claims described in the appendix are as set forth in the claims attached to the application of this application.
[Appendix]
<Claim 1>
Computer
Style setting means for setting the style related to the output format of information for the form according to the user's input operation,
Consistency determining means for determining whether the format setting satisfies a predetermined consistency condition;
When it is determined that the style setting does not satisfy the consistency condition, a notification process for notifying a user that the style setting does not satisfy the consistency condition; and the style setting satisfies the consistency condition. Consistency adjustment means for selecting and executing one of the change processes for changing the style setting so as to satisfy,
Function as
The style setting means is a predetermined mode selection setting among a first mode in which the style setting is performed with a predetermined degree of freedom and a second mode in which the style setting is performed with a lower degree of freedom than the first mode. And set the style while
The consistency adjusting unit may perform the change process when the style setting is performed in the second mode because of the probability that the change process is performed when the style setting is performed in the first mode. One of the notification processing and the change processing is selected and executed so that the probability of being performed is high.
<Claim 2>
The consistency adjusting unit executes the notification process when the format setting is performed in the first mode, and performs the notification process and the notification processing when the format setting is performed in the second mode. The program according to claim 1, wherein one of the change processes is selected and executed.
<Claim 3>
The consistency adjusting unit executes the notification process when the format setting is performed in the first mode, and performs the change process when the format setting is performed in the second mode. The program according to claim 1, wherein the program is executed.
<Claim 4>
The style setting means performs the style setting including a plurality of individual style settings,
The consistency determining means determines whether the plurality of individual style settings satisfy a predetermined individual consistency condition corresponding to each of the plurality of individual style settings;
The consistency adjustment means, for each of the individual style settings determined as not satisfying the individual consistency condition among the plurality of individual style settings, the notification process and the change process based on predetermined consistency adjustment information Select and run one of the
In the consistency adjustment information, it is determined whether to perform the notification process or the change for each of the plurality of individual format settings when the format setting is performed in the second mode. The program according to claim 1, characterized in that:
<Claim 5>
The computer,
An authentication means for authenticating an account corresponding to the authentication information when an authentication request accompanied by the input of the authentication information is made based on account information in which authentication information of one or more accounts is registered;
Mode selection setting means for performing the mode selection setting according to the authenticated account;
5. The program according to claim 1, wherein the program is made to function as:
<Claim 6>
In the account information, attribute information related to an attribute of a user who uses each of the plurality of accounts is registered,
6. The program according to claim 5, wherein the consistency adjusting unit selects and executes one of the notification process and the change process so that the change process is performed with a probability according to the attribute information. .
<Claim 7>
In the first mode, the format setting means can set the format for a plurality of different types of forms, and in the second mode, some types of the plurality of types of forms. The program according to any one of claims 1 to 6, wherein the style setting can be performed for the form.
<Claim 8>
The format setting means can perform the format setting by a plurality of predetermined functions in the first mode, and in the second mode, the format setting means can perform the format by a part of the plurality of functions. The program according to any one of claims 1 to 7, wherein setting is possible.
<Claim 9>
A style setting means for setting a style related to an output format of information for a form in accordance with a user input operation;
Consistency determining means for determining whether or not the format setting satisfies a predetermined consistency condition;
When it is determined that the style setting does not satisfy the consistency condition, a notification process for notifying a user that the style setting does not satisfy the consistency condition; and the style setting satisfies the consistency condition. Consistency adjusting means for selecting and executing one of change processes for changing the style setting so as to satisfy,
With
The style setting means is a predetermined mode selection setting among a first mode in which the style setting is performed with a predetermined degree of freedom and a second mode in which the style setting is performed with a lower degree of freedom than the first mode. And set the style while
The consistency adjusting unit may perform the change process when the style setting is performed in the second mode because of the probability that the change process is performed when the style setting is performed in the first mode. An information processing apparatus, wherein one of the notification process and the change process is selected and executed so as to increase a probability of being performed.

1 端末装置(情報処理装置)
2 サーバ
11 CPU(様式設定手段、整合性判別手段、整合性調整手段、認証手段、モード選択設定手段)
12 RAM
13 記憶部
14 操作部
15 表示部
16 通信部
17 バス
100 販売管理システム
121 動作モードフラグ(モード選択設定)
131 帳票様式設定プログラム(プログラム)
131a 動作モード管理部
131b 業務定義管理部
131c 機能定義管理部
131d 様式設定部
131e 整合性判別部
131f 整合性調整部
131g 表示制御部
132 業務定義データ
133 機能定義データ
134 スペック定義データ
135 整合性問合せ設定データ(整合性調整情報)
136 アカウント設定データ(アカウント情報)
137 装置動作設定データ
N 通信ネットワーク
1 Terminal device (information processing device)
2 Server 11 CPU (style setting means, consistency determination means, consistency adjustment means, authentication means, mode selection setting means)
12 RAM
13 Storage Unit 14 Operation Unit 15 Display Unit 16 Communication Unit 17 Bus 100 Sales Management System 121 Operation Mode Flag (Mode Selection Setting)
131 Form format setting program (program)
131a operation mode management unit 131b business definition management unit 131c function definition management unit 131d format setting unit 131e consistency determination unit 131f consistency adjustment unit 131g display control unit 132 business definition data 133 function definition data 134 specification definition data 135 consistency query setting Data (consistency adjustment information)
136 Account setting data (account information)
137 Device operation setting data N Communication network

Claims (9)

コンピュータを、
ユーザの入力操作に応じて、帳票に対する情報の出力様式に係る様式設定を行う様式設定手段、
前記様式設定が所定の整合性条件を満たすか否かを判別する整合性判別手段、
前記様式設定が前記整合性条件を満たさないと判別された場合に、前記様式設定が前記整合性条件を満たさないことをユーザに報知するための報知処理、及び前記様式設定が前記整合性条件を満たすように前記様式設定を変更する変更処理のうち一方を選択して実行する整合性調整手段、
として機能させ、
前記様式設定手段は、所定の自由度で前記様式設定を行う第1のモード、及び前記第1のモードよりも低い自由度で前記様式設定を行う第2のモードのうち、所定のモード選択設定に従った一方で前記様式設定を行い、
前記整合性調整手段は、前記第1のモードで前記様式設定が行われた場合に前記変更処理が行われる蓋然性より、前記第2のモードで前記様式設定が行われた場合に前記変更処理が行われる蓋然性が高くなるように前記報知処理及び前記変更処理の一方を選択して実行することを特徴とするプログラム。
Computer
Style setting means for setting the style related to the output format of information for the form according to the user's input operation,
Consistency determining means for determining whether the format setting satisfies a predetermined consistency condition;
When it is determined that the style setting does not satisfy the consistency condition, a notification process for notifying a user that the style setting does not satisfy the consistency condition; and the style setting satisfies the consistency condition. Consistency adjustment means for selecting and executing one of the change processes for changing the style setting so as to satisfy,
Function as
The style setting means is a predetermined mode selection setting among a first mode in which the style setting is performed with a predetermined degree of freedom and a second mode in which the style setting is performed with a lower degree of freedom than the first mode. And set the style while
The consistency adjusting unit may perform the change process when the style setting is performed in the second mode because of the probability that the change process is performed when the style setting is performed in the first mode. One of the notification processing and the change processing is selected and executed so that the probability of being performed is high.
前記整合性調整手段は、前記第1のモードで前記様式設定が行われた場合には前記報知処理を実行し、前記第2のモードで前記様式設定が行われた場合には前記報知処理及び前記変更処理の一方を選択して実行することを特徴とする請求項1に記載のプログラム。   The consistency adjusting unit executes the notification process when the format setting is performed in the first mode, and performs the notification process and the notification processing when the format setting is performed in the second mode. The program according to claim 1, wherein one of the change processes is selected and executed. 前記整合性調整手段は、前記第1のモードで前記様式設定が行われた場合には前記報知処理を実行し、前記第2のモードで前記様式設定が行われた場合には前記変更処理を実行することを特徴とする請求項1に記載のプログラム。   The consistency adjusting unit executes the notification process when the format setting is performed in the first mode, and performs the change process when the format setting is performed in the second mode. The program according to claim 1, wherein the program is executed. 前記様式設定手段は、複数の個別様式設定を含む前記様式設定を行い、
前記整合性判別手段は、前記複数の個別様式設定が、前記複数の個別様式設定の各々に対応する所定の個別整合性条件を満たすか否かを判別し、
前記整合性調整手段は、前記複数の個別様式設定のうち前記個別整合性条件を満たさないと判別された個別様式設定の各々について、所定の整合性調整情報に基づいて前記報知処理及び前記変更処理の一方を選択して実行し、
前記整合性調整情報では、前記様式設定が前記第2のモードで行われた場合に前記複数の個別様式設定の各々について前記報知処理及び前記変更のうちいずれを行うかが定められていることを特徴とする請求項1に記載のプログラム。
The style setting means performs the style setting including a plurality of individual style settings,
The consistency determining means determines whether the plurality of individual style settings satisfy a predetermined individual consistency condition corresponding to each of the plurality of individual style settings;
The consistency adjustment means, for each of the individual style settings determined as not satisfying the individual consistency condition among the plurality of individual style settings, the notification process and the change process based on predetermined consistency adjustment information Select and run one of the
In the consistency adjustment information, it is determined whether to perform the notification process or the change for each of the plurality of individual format settings when the format setting is performed in the second mode. The program according to claim 1, characterized in that:
前記コンピュータを、
一又は二以上のアカウントの認証情報が登録されたアカウント情報に基づいて、前記認証情報の入力を伴う認証要求がなされた場合に当該認証情報に対応するアカウントに対する認証を行う認証手段、
前記認証がなされたアカウントに応じて前記モード選択設定を行うモード選択設定手段、
として機能させることを特徴とする請求項1から4のいずれか一項に記載のプログラム。
The computer,
An authentication means for authenticating an account corresponding to the authentication information when an authentication request accompanied by the input of the authentication information is made based on account information in which authentication information of one or more accounts is registered;
Mode selection setting means for performing the mode selection setting according to the authenticated account;
5. The program according to claim 1, wherein the program is made to function as:
前記アカウント情報には、前記複数のアカウントの各々を使用するユーザの属性に係る属性情報が登録され、
前記整合性調整手段は、前記変更処理が前記属性情報に応じた蓋然性で行われるように前記報知処理及び前記変更処理の一方を選択して実行することを特徴とする請求項5に記載のプログラム。
In the account information, attribute information related to an attribute of a user who uses each of the plurality of accounts is registered,
6. The program according to claim 5, wherein the consistency adjusting unit selects and executes one of the notification process and the change process so that the change process is performed with a probability according to the attribute information. .
前記様式設定手段は、前記第1のモードでは、異なる複数の種別の帳票について前記様式設定を行うことが可能であり、前記第2のモードでは、前記複数の種別の帳票のうち一部の種別の帳票について前記様式設定を行うことが可能であることを特徴とする請求項1から6のいずれか一項に記載のプログラム。   In the first mode, the format setting means can set the format for a plurality of different types of forms, and in the second mode, some types of the plurality of types of forms. The program according to any one of claims 1 to 6, wherein the style setting can be performed for the form. 前記様式設定手段は、前記第1のモードでは、所定の複数の機能により前記様式設定を行うことが可能であり、前記第2のモードでは、前記複数の機能のうち一部の機能により前記様式設定を行うことが可能であることを特徴とする請求項1から7のいずれか一項に記載のプログラム。   The format setting means can perform the format setting by a plurality of predetermined functions in the first mode, and in the second mode, the format setting means can perform the format by a part of the plurality of functions. The program according to any one of claims 1 to 7, wherein setting is possible. ユーザの入力操作に応じて、帳票に対する情報の出力様式に係る様式設定を行う様式設定手段と、
前記様式設定が所定の整合性条件を満たすか否かを判別する整合性判別手段と、
前記様式設定が前記整合性条件を満たさないと判別された場合に、前記様式設定が前記整合性条件を満たさないことをユーザに報知するための報知処理、及び前記様式設定が前記整合性条件を満たすように前記様式設定を変更する変更処理のうち一方を選択して実行する整合性調整手段と、
を備え、
前記様式設定手段は、所定の自由度で前記様式設定を行う第1のモード、及び前記第1のモードよりも低い自由度で前記様式設定を行う第2のモードのうち、所定のモード選択設定に従った一方で前記様式設定を行い、
前記整合性調整手段は、前記第1のモードで前記様式設定が行われた場合に前記変更処理が行われる蓋然性より、前記第2のモードで前記様式設定が行われた場合に前記変更処理が行われる蓋然性が高くなるように前記報知処理及び前記変更処理の一方を選択して実行することを特徴とする情報処理装置。
A style setting means for setting a style related to an output format of information for a form in accordance with a user input operation;
Consistency determining means for determining whether or not the format setting satisfies a predetermined consistency condition;
When it is determined that the style setting does not satisfy the consistency condition, a notification process for notifying a user that the style setting does not satisfy the consistency condition; and the style setting satisfies the consistency condition. Consistency adjusting means for selecting and executing one of change processes for changing the style setting so as to satisfy,
With
The style setting means is a predetermined mode selection setting among a first mode in which the style setting is performed with a predetermined degree of freedom and a second mode in which the style setting is performed with a lower degree of freedom than the first mode. And set the style while
The consistency adjusting unit may perform the change process when the style setting is performed in the second mode because of the probability that the change process is performed when the style setting is performed in the first mode. An information processing apparatus, wherein one of the notification process and the change process is selected and executed so as to increase a probability of being performed.
JP2017178496A 2017-09-19 2017-09-19 Programs and information processing equipment Active JP7043763B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2017178496A JP7043763B2 (en) 2017-09-19 2017-09-19 Programs and information processing equipment
JP2022037937A JP7322991B2 (en) 2017-09-19 2022-03-11 Program and information processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017178496A JP7043763B2 (en) 2017-09-19 2017-09-19 Programs and information processing equipment

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2022037937A Division JP7322991B2 (en) 2017-09-19 2022-03-11 Program and information processing device

Publications (2)

Publication Number Publication Date
JP2019053631A true JP2019053631A (en) 2019-04-04
JP7043763B2 JP7043763B2 (en) 2022-03-30

Family

ID=66015155

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017178496A Active JP7043763B2 (en) 2017-09-19 2017-09-19 Programs and information processing equipment

Country Status (1)

Country Link
JP (1) JP7043763B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002024748A (en) * 2000-06-30 2002-01-25 Hitachi Ltd Method for checking screen document layout
US20070168849A1 (en) * 2006-01-19 2007-07-19 Microsoft Corporation Identifying design issues in electronic forms
WO2008066142A1 (en) * 2006-11-29 2008-06-05 Wingarc Technologies, Inc. Form making system, network system using same, and form making method
JP2012256174A (en) * 2011-06-08 2012-12-27 Pfu Ltd Business form provision apparatus, business form provision method, and program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002024748A (en) * 2000-06-30 2002-01-25 Hitachi Ltd Method for checking screen document layout
US20070168849A1 (en) * 2006-01-19 2007-07-19 Microsoft Corporation Identifying design issues in electronic forms
WO2008066142A1 (en) * 2006-11-29 2008-06-05 Wingarc Technologies, Inc. Form making system, network system using same, and form making method
JP2012256174A (en) * 2011-06-08 2012-12-27 Pfu Ltd Business form provision apparatus, business form provision method, and program

Also Published As

Publication number Publication date
JP7043763B2 (en) 2022-03-30

Similar Documents

Publication Publication Date Title
US11876794B2 (en) Managed domains for remote content and configuration control on mobile information devices
JP6693435B2 (en) Authentication device and program
US9659154B2 (en) Information processing system, information processing apparatus, method of administrating license, and program
EP3843328B1 (en) User authentication and authorization using personas
US20140223570A1 (en) Information processing apparatus, information processing system, and license management method
JP2014516180A (en) Social information management method and system adapted thereto
US10983776B2 (en) Information processing apparatus, setup method, and computer-readable storage medium
US10785200B2 (en) Information processing system, information processing terminal, and information processing method for reducing burden of entering a passcode upon signing in to a service
US8768949B2 (en) Document management user interface with user customized application functionalities
JP6183035B2 (en) Service providing system, service providing method and program
US20130139240A1 (en) Network system, information processing apparatus, method for controlling the information processing apparatus, and computer-readable storage medium for computer program
JP7051243B2 (en) Information processing equipment, information processing methods and programs
JP7322991B2 (en) Program and information processing device
JP7043763B2 (en) Programs and information processing equipment
EP2798510B1 (en) Systems and methods for the management and distribution of settings
JP2012247893A (en) Printing system
JP2020042538A (en) Information processing device and program
JP2021153316A (en) Mobile terminal, system, access method, and program
CN113051477A (en) Content recommendation method and device, electronic equipment and medium
JP6708181B2 (en) Local server, program and information processing system
JP7160148B2 (en) Information processing device, display method and program
JP2018124838A (en) Information providing system and program
JP6911955B2 (en) Information processing equipment, setup method and program
JP6822215B2 (en) Data management equipment and programs
WO2018061904A1 (en) Information management/provision device, user information system, information management/provision method, and storage medium having information management/provision program stored thereon

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200903

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20210618

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210720

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210907

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220228

R150 Certificate of patent or registration of utility model

Ref document number: 7043763

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150