JP2013037641A - Document generation system - Google Patents

Document generation system Download PDF

Info

Publication number
JP2013037641A
JP2013037641A JP2011175496A JP2011175496A JP2013037641A JP 2013037641 A JP2013037641 A JP 2013037641A JP 2011175496 A JP2011175496 A JP 2011175496A JP 2011175496 A JP2011175496 A JP 2011175496A JP 2013037641 A JP2013037641 A JP 2013037641A
Authority
JP
Japan
Prior art keywords
data
document generation
cloud platform
document
platform service
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.)
Withdrawn
Application number
JP2011175496A
Other languages
Japanese (ja)
Inventor
Hiroki Koyano
洋樹 小谷野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2011175496A priority Critical patent/JP2013037641A/en
Publication of JP2013037641A publication Critical patent/JP2013037641A/en
Withdrawn legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To solve the problem that "date/time type" data among data acquired from a cloud platform service are always returned in UTC (Universal Time, Coordinated) regardless of the setting of the time zone information of the cloud platform service, that is, the "date/time type" data are output in the UTC even when the time zone of a user is set in the case of previewing and printing a generated document.SOLUTION: The document generation system is configured to, when document creation is instructed, determine whether or not "date/time type" data among data acquired from a cloud platform service have been acquired, and to, when it is determined that the "date/time type" data have been acquired, acquire the time zone information of a user set in the cloud platform service, and to store the time zone information of the user in a data file as well as the acquired data. When document generation processing is executed, the "date/time type" data are converted and output in accordance with the time zone information in the data file.

Description

本発明は、クラウド上に保存されたデータをフォームオーバレイして文書を作成するシステムに関し、特にタイムゾーン情報を考慮した文書を生成する方法に関するものである。   The present invention relates to a system for creating a document by form overlaying data stored on a cloud, and more particularly to a method for generating a document in consideration of time zone information.

近年、サーバーコンピュータ側で業務データの管理や各種処理を行う形態として、クラウドコンピューティングシステムが普及し始めている。ユーザーは、クライアントコンピュータのブラウザからインターネットを介してクラウドサーバーコンピュータのWebページにアクセスし、そのWebページ上で閲覧したい業務データを表示する。その画面から文書作成指示を行うと、文書生成サーバーにリダイレクトされ、文書生成サーバーから返される画面にてフォームオーバレイに使用するフォームをユーザーが選択する。   In recent years, cloud computing systems have begun to spread as a form of managing business data and various processes on the server computer side. A user accesses a Web page of a cloud server computer from the browser of a client computer via the Internet, and displays business data desired to be browsed on the Web page. When a document creation instruction is issued from the screen, the user is redirected to the document generation server, and the user selects a form to be used for the form overlay on the screen returned from the document generation server.

フォーム選択後、文書生成サーバーは、クラウドサーバー上にあるサービス(クラウドプラットフォームサービス)からデータを取得、前記フォームに対してオーバレイ処理が行われる。   After selecting the form, the document generation server acquires data from a service (cloud platform service) on the cloud server, and overlay processing is performed on the form.

従来、「日付/時間型」のデータを補正する方法として、電子フォームを通信端末にダウンロードした際、通信端末固有の日時の標準日時に対するずれを補正値として保持しておき、電子フォーム使用時、前記補正値をもとに正確な日時を算出することにより、電子フォームに記録された使用期限を確認するものがある(特許文献1参照)。   Conventionally, as a method of correcting data of “date / time type”, when an electronic form is downloaded to a communication terminal, a deviation from the standard date and time of the communication terminal is stored as a correction value. There is one that confirms the expiration date recorded on an electronic form by calculating an accurate date and time based on the correction value (see Patent Document 1).

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

文書が生成される際に用いられるデータのうち、「日付/時間型」データについては、クラウドプラットフォームサービスで設定されたタイムゾーン情報に従い変換処理が実行され出力されることが望まれる。   Of the data used when the document is generated, “date / time type” data is preferably output after being subjected to conversion processing according to the time zone information set by the cloud platform service.

ところが、前記「日付/時間型」データは、前記クラウドプラットフォームサービスのタイムゾーン情報の設定に関わらず、常に協定世界時(UTC:Universal Time, Coordinated)で返されてしまっていた。つまり、生成された文書をプレビュー、印刷した場合、「日付/時間型」データは、ユーザーのタイムゾーン設定がされていてもUTCで出力されてしまっていた。   However, the “date / time type” data is always returned in Coordinated Universal Time (UTC) regardless of the setting of the time zone information of the cloud platform service. In other words, when the generated document is previewed and printed, the “date / time type” data is output in UTC even if the user's time zone is set.

クライアント端末101、クラウドプラットフォームサービス102、および文書生成サーバー103がネットワークで接続された文書生成システムにおいて、
文書作成指示が行われた時、クラウドプラットフォームサービス102から取得したデータのうち「日付/時間型」データが取得されたか否かを判定、「日付/時間型」データが取得されたと判定された場合、前記クラウドプラットフォームサービス102に設定されたユーザーのタイムゾーン情報を取得、前記取得したデータとともにデータファイルに保存する。その後、前記「日付/時間型」データは、データファイル内のタイムゾーン情報に従い変換処理が実行され出力される。
In a document generation system in which a client terminal 101, a cloud platform service 102, and a document generation server 103 are connected via a network,
When a document creation instruction is issued, it is determined whether “date / time type” data is acquired from the data acquired from the cloud platform service 102. If it is determined that “date / time type” data is acquired The time zone information of the user set in the cloud platform service 102 is acquired and stored in the data file together with the acquired data. Thereafter, the “date / time type” data is output after being subjected to a conversion process according to the time zone information in the data file.

本発明によれば、文書が生成される際に用いられるデータのうち、「日付/時間型」のデータについて、クラウドプラットフォームサービス102に設定されたユーザーのタイムゾーン情報に従い変換処理が実行される。つまり、ユーザーのタイムゾーン情報が反映された出力結果を得ることができる。   According to the present invention, “date / time type” data among data used when a document is generated is subjected to conversion processing according to the user time zone information set in the cloud platform service 102. That is, an output result reflecting the user's time zone information can be obtained.

システム構成を示すブロック図。1 is a block diagram showing a system configuration. ハードウェア構成を示す図。The figure which shows hardware constitutions. 文書生成システムの全体構成を示す図。The figure which shows the whole structure of a document production | generation system. クラウドプラットフォームサービスのソフトウェアモジュール構成図。The software module block diagram of a cloud platform service. Webサーバーのソフトウェアモジュール構成図。The software module block diagram of a web server. 文書生成サービスのソフトウェアモジュール構成図。The software module block diagram of a document generation service. クラウドプラットフォームサービスの業務画面の一例。An example of the business screen of the cloud platform service. クラウドプラットフォームサービスの業務データのテーブル構造例。Table structure example of business data of cloud platform service. クラウドプラットフォームサービスのカスタムボタンの定義情報例。Example definition information for custom buttons for cloud platform services. フォーム情報テーブルのテーブル構造を示した図。The figure which showed the table structure of the form information table. タイムゾーン情報の構造を示した図。The figure which showed the structure of time zone information. Webブラウザで表示する画面フローを示した図。The figure which showed the screen flow displayed with a web browser. 実施例1における文書生成システムが行う処理シーケンスを示した図。FIG. 3 is a diagram illustrating a processing sequence performed by the document generation system according to the first embodiment. 実施例1における文書作成に用いられるデータの一例を示した図。FIG. 3 is a diagram illustrating an example of data used for document creation in the first embodiment. 実施例1におけるWebサーバーのデータ取得処理を示すフローチャート。3 is a flowchart showing data acquisition processing of a Web server in Embodiment 1. 実施例1におけるWebサーバーの文書生成処理を示すフローチャート。5 is a flowchart illustrating document generation processing of a Web server according to the first embodiment.

以下、本発明を実施するための最良の形態について図面を用いて説明する。   The best mode for carrying out the present invention will be described below with reference to the drawings.

図1は、本発明の実施例のシステム構成を示すブロック図である。   FIG. 1 is a block diagram showing a system configuration of an embodiment of the present invention.

図中101は、後述するクラウドプラットフォームサービス102、後述する文書生成サーバー103に対してリクエストを発行するクライアント装置101である。   In the figure, reference numeral 101 denotes a client device 101 that issues a request to a cloud platform service 102 described later and a document generation server 103 described later.

図中102は、クラウドプラットフォームサービス102であり、クライアント装置101や文書生成サーバー103からのリクエストに応じて保持するデータの表示・更新等を行う。図中103は、文書生成サーバー103であり、クライアント装置101からリクエストを受信して文書生成を行う。   In the figure, reference numeral 102 denotes a cloud platform service 102 that displays and updates data held in response to requests from the client apparatus 101 and the document generation server 103. In the figure, reference numeral 103 denotes a document generation server 103 that receives a request from the client apparatus 101 and generates a document.

上記各構成要素はネットワーク100により通信可能に接続されている。ネットワークは、例えばインターネット等のLAN、WAN、電話回線、専用デジタル回線、ATMやフレームリレー回線、ケーブルテレビ回線、データ放送用無線回線等のいずれである。また、これらの組み合わせにより実現される、いわゆる通信ネットワークである。   Each of the above components is connected to be communicable by the network 100. The network is, for example, a LAN such as the Internet, a WAN, a telephone line, a dedicated digital line, an ATM, a frame relay line, a cable TV line, a data broadcasting wireless line, or the like. Moreover, it is what is called a communication network implement | achieved by these combination.

ネットワークはデータの送受信が可能であればよい。   The network only needs to be able to transmit and receive data.

クライアント装置101からクラウドプラットフォームサービス102、文書生成サービス103への通信手段、文書生成サーバー103からクラウドプラットフォームサービス102への通信手段、及び各サーバー間の通信手段は異なっていてもよい。   The communication means from the client device 101 to the cloud platform service 102 and the document generation service 103, the communication means from the document generation server 103 to the cloud platform service 102, and the communication means between the servers may be different.

図2は、図1のクライアント装置101、クラウドプラットフォームサービス102、文書生成サーバー103のハードウェア構成を示すブロック図である。   FIG. 2 is a block diagram illustrating hardware configurations of the client apparatus 101, the cloud platform service 102, and the document generation server 103 in FIG.

図中201は、内部バスで接続される各デバイス(後述のROM、RAM他)を直接或いは間接的に制御し、本発明を実現するためのプログラムを実行するCPUである。   In the figure, 201 is a CPU that directly or indirectly controls each device (ROM, RAM, etc. described later) connected by an internal bus and executes a program for realizing the present invention.

202は、BIOSが格納してあるROMである。   Reference numeral 202 denotes a ROM in which the BIOS is stored.

203は、CPU201のワーク領域として利用されたり、本発明を実現するためのソフトウェアモジュールをロードするための一時記憶として利用されたりするRAM(直接記憶装置)である。   A RAM (direct storage device) 203 is used as a work area of the CPU 201 or used as a temporary storage for loading a software module for realizing the present invention.

204は、基本ソフトウェアであるOSやソフトウェアモジュールが記憶されているHDD(ハードディスクドライブ)、もしくはSSD(ソリッドステートドライブ)などの間接記憶装置である。   Reference numeral 204 denotes an indirect storage device such as an HDD (hard disk drive) or an SSD (solid state drive) in which an OS or software module as basic software is stored.

205は、入力装置であり不図示のキーボードやポインティングデバイスなどである。   Reference numeral 205 denotes an input device such as a keyboard or a pointing device (not shown).

206は、出力装置でありディスプレイが接続される。   Reference numeral 206 denotes an output device to which a display is connected.

207は、ネットワーク100に接続するためのI/Fである。
これらハードウェアでは、起動後CPU201によりBIOSが実行され、OSがHDD204からRAM203に実行可能にロードされる。CPU201はOSの動作に従って後述する各種ソフトウェアモジュールをHDD204からRAM203に随時、実行可能にロードする。各種ソフトウェアモジュールは、上記各デバイスの協調によりCPU201によって実行され動作する。また、I/F207はネットワーク100に接続されており、OSの動作に従ってCPU201により制御され、上述した通信手段による通信を実現している。
Reference numeral 207 denotes an I / F for connecting to the network 100.
In these hardware, the BIOS is executed by the CPU 201 after startup, and the OS is loaded from the HDD 204 to the RAM 203 so as to be executable. The CPU 201 loads various software modules (to be described later) from the HDD 204 to the RAM 203 in an executable manner according to the operation of the OS. The various software modules are executed and operated by the CPU 201 in cooperation with the above devices. The I / F 207 is connected to the network 100 and is controlled by the CPU 201 in accordance with the operation of the OS to realize communication by the communication means described above.

図3は、本発明の実施の形態に係る文書生成システムの全体構成を示す図である。   FIG. 3 is a diagram showing an overall configuration of the document generation system according to the embodiment of the present invention.

図中、クライアント装置101は、ユーザーインタフェースアプリケーションとしてWebブラウザ301を備えている。   In the figure, the client apparatus 101 includes a Web browser 301 as a user interface application.

クラウドプラットフォームサービス102は、クラウドプラットフォームサービスを使用するユーザーの管理や、業務データ、後述する文書生成サーバー103へのリダイレクトを行うための設定を管理する。   The cloud platform service 102 manages settings for performing management of users who use the cloud platform service, business data, and redirection to the document generation server 103 described later.

また、クラウドプラットフォームサービス102は、複数の企業・組織から使用されることが前提であり(一般的にマルチテナントと呼ばれる)、使用する企業・組織毎に前述のユーザー管理、業務データ管理等が行われる。   The cloud platform service 102 is assumed to be used by a plurality of companies / organizations (generally called multi-tenant), and the above-described user management, business data management, etc. are performed for each company / organization used. Is called.

文書生成サーバー103は、Webサーバー303、文書生成サービス304を備える。   The document generation server 103 includes a Web server 303 and a document generation service 304.

Webサーバー303は、いわゆるWebアプリケーションの機能を有するよう構成されており、クライアント101は、Webブラウザ301を介してアクセスする事ができる。   The web server 303 is configured to have a so-called web application function, and the client 101 can access via the web browser 301.

Webサーバー303は、Webブラウザ301からのリクエストに対してユーザーインタフェース情報を返答する。Webブラウザ301は、Webサーバー303から得られたユーザーインタフェース情報をレンダリングし表示する。   The Web server 303 returns user interface information in response to a request from the Web browser 301. The web browser 301 renders and displays user interface information obtained from the web server 303.

表示されたユーザーインタフェース情報には、たとえば、後述する文書生成サーバー103が管理するフォームの一覧や、文書生成をリクエストするためのインタフェース等が含まれている。   The displayed user interface information includes, for example, a list of forms managed by the document generation server 103 to be described later, an interface for requesting document generation, and the like.

また、Webサーバー303は、Webブラウザ301から文書生成リクエストを受信すると、クラウドプラットフォームサービス102から業務データを取得し、該業務データとともに文書生成サービス304に対して文書生成のリクエストを送信する。   In addition, when receiving a document generation request from the Web browser 301, the Web server 303 acquires business data from the cloud platform service 102, and transmits a document generation request to the document generation service 304 together with the business data.

文書生成サービス304は、受信したデータと自身で管理するフォームを使用してオーバレイ処理を行い、文書データを生成する。   The document generation service 304 performs overlay processing using the received data and a form managed by itself, and generates document data.

図4は、クラウドプラットフォームサービス102上で動作するソフトウェアモジュールの構成図である。各ソフトウェアモジュールは、図2で示したHDD204に記憶されており、前述したようにCPU201によってRAM203にロードされ実行される。   FIG. 4 is a configuration diagram of software modules that operate on the cloud platform service 102. Each software module is stored in the HDD 204 shown in FIG. 2, and is loaded into the RAM 203 and executed by the CPU 201 as described above.

クラウドプラットフォームサービス102は、以下で構成される。   The cloud platform service 102 is configured as follows.

クライアント装置101のWebブラウザ301や、文書生成サーバー103のWebサーバー303との通信を処理する送受信部401。   A transmission / reception unit 401 that processes communication with the Web browser 301 of the client apparatus 101 and the Web server 303 of the document generation server 103.

送受信部401が受け付けたリクエストに従い処理を実行する制御部402。   A control unit 402 that executes processing according to a request received by the transmission / reception unit 401.

Webブラウザ301にレスポンスを返すためのWebページを生成するページ生成部403。   A page generation unit 403 that generates a Web page for returning a response to the Web browser 301.

ログイン要求してきたユーザーを認証する認証部405。   An authentication unit 405 that authenticates a user who has requested login.

認証部405にて認証に成功したユーザーのセッション情報を管理するセッション管理部404。   A session management unit 404 that manages session information of a user successfully authenticated by the authentication unit 405.

業務データをDB408に保持し要求に応じてDB408から業務データの取得、あるいは業務データの更新を行うデータ管理部406。また、データ管理部406は、組織、ユーザー単位に設定されたタイムゾーン情報の保持・管理も行う。   A data management unit 406 holds business data in the DB 408 and acquires business data from the DB 408 or updates business data in response to a request. The data management unit 406 also holds and manages time zone information set for each organization and user.

文書生成サーバー103へのリダイレクトを行うための設定を保持する設定管理部407。   A setting management unit 407 that retains settings for performing redirection to the document generation server 103.

クラウドプラットフォームサービス102は、これら各構成要素の協調により、後述する処理を実行する。   The cloud platform service 102 executes processing to be described later in cooperation with these components.

図中、DB408は、管理ユーザーデータや業務データを格納するデータベースであり、図2で示したHDD204に記憶されている。   In the figure, a DB 408 is a database for storing management user data and business data, and is stored in the HDD 204 shown in FIG.

管理ユーザーデータや業務データは、企業・組織(以降、組織と表記)毎に管理される。各組織には組織IDが自動的に割り当てられ、組織IDとともに各データが管理される。ユーザー認証時、ユーザーが所属する組織の組織IDを取得しセッション管理部404に保存する。以降のデータ取得等の処理は、組織IDをもとに行われ、組織IDの一致するデータのみを参照することが可能となっている。   Management user data and business data are managed for each company / organization (hereinafter referred to as an organization). An organization ID is automatically assigned to each organization, and each data is managed together with the organization ID. At the time of user authentication, the organization ID of the organization to which the user belongs is acquired and stored in the session management unit 404. Subsequent processing such as data acquisition is performed based on the organization ID, and it is possible to refer only to data that matches the organization ID.

また、DB408には、文書生成サーバー103へのリダイレクトを行うための設定も格納される。DB408に格納された業務データや、文書生成サーバー103へリダイレクトを行うための設定は、Webブラウザ301を介して、ユーザー(管理者)により任意のタイミングで設定更新が行われる。   The DB 408 also stores settings for performing redirection to the document generation server 103. The business data stored in the DB 408 and settings for redirecting to the document generation server 103 are updated by the user (administrator) at an arbitrary timing via the Web browser 301.

図5は、文書生成サーバー103のWebサーバー303上で動作するソフトウェアモジュールの構成図である。各ソフトウェアモジュールは、図2で示したHDD204に記憶されており、前述したようにCPU201によってRAM203にロードされ実行される。   FIG. 5 is a configuration diagram of software modules that operate on the Web server 303 of the document generation server 103. Each software module is stored in the HDD 204 shown in FIG. 2, and is loaded into the RAM 203 and executed by the CPU 201 as described above.

Webサーバー303は、以下で構成される。   The Web server 303 is configured as follows.

クライアント装置101のWebブラウザ301や、クラウドプラットフォームサービス102、文書生成サービス304との通信を処理する送受信部501。   A transmission / reception unit 501 that processes communication with the Web browser 301, the cloud platform service 102, and the document generation service 304 of the client apparatus 101.

受け付けたリクエストに従い処理を実行する制御部502。   A control unit 502 that executes processing according to the received request.

制御部502は、文書生成サーバー103からクラウドプラットフォームサービス102への最大同時アップロード数を備える。また、制御部502は、最大同時アップロード数と現在実行中の文書アップロード処理数を比較することで文書のアップロード方法の切り替え処理を行う。   The control unit 502 includes the maximum number of simultaneous uploads from the document generation server 103 to the cloud platform service 102. In addition, the control unit 502 performs a document upload method switching process by comparing the maximum number of simultaneous uploads with the number of document upload processes currently being executed.

Webブラウザ301にレスポンスを返すためのWebページを生成するページ生成部503。   A page generation unit 503 that generates a Web page for returning a response to the Web browser 301.

クラウドプラットフォームサービス102にアクセスして業務データを取得するデータアクセス部504。   A data access unit 504 that accesses the cloud platform service 102 and acquires business data.

後述のフォーム情報テーブルを管理するフォーム情報管理部505。   A form information management unit 505 that manages a later-described form information table.

Webブラウザ301のセッション情報を管理するセッション管理部506。   A session management unit 506 that manages session information of the Web browser 301.

Webサーバー303はこれら各構成要素の協調により、後述する処理を実行する。   The Web server 303 executes processing to be described later in cooperation with these components.

図6は、文書生成サーバー103の文書生成サービス304上で動作するソフトウェアモジュールの構成図である。各ソフトウェアモジュールは、図2で示したHDD204に記憶されており、前述したようにCPU201によってRAM203にロードされ実行される。   FIG. 6 is a configuration diagram of software modules that operate on the document generation service 304 of the document generation server 103. Each software module is stored in the HDD 204 shown in FIG. 2, and is loaded into the RAM 203 and executed by the CPU 201 as described above.

文書生成サービス304は、以下で構成される。   The document generation service 304 is configured as follows.

Webサーバー303からの文書生成リクエストを受け付ける要求受信部601。   A request receiving unit 601 that receives a document generation request from the Web server 303.

受け付けたリクエストに従い処理を実行する制御部602。   A control unit 602 that executes processing according to the received request.

フォームデータを管理するフォーム管理部603。
Webサーバー303から送信された業務データとフォームデータを使用してオーバレイ処理を行い、文書データを生成する文書生成部604。
A form management unit 603 that manages form data.
A document generation unit 604 that performs overlay processing using business data and form data transmitted from the Web server 303 to generate document data.

生成された文書データをWebサーバー303、またはクライアント端末101に送信する文書送信部605。   A document transmission unit 605 that transmits the generated document data to the Web server 303 or the client terminal 101.

図7は、クライアント装置101のWebブラウザ301から、クラウドプラットフォームサービス102にアクセスして業務データを表示した場合の業務画面701の一例である。業務画面701は、ユーザーがクラウドプラットフォームサービス102にログイン済の状態で表示される。   FIG. 7 is an example of a business screen 701 when business data is displayed by accessing the cloud platform service 102 from the Web browser 301 of the client apparatus 101. The business screen 701 is displayed in a state where the user has logged in to the cloud platform service 102.

業務画面701は、あるレコードの詳細情報702や、商品703が表示されている。図7では、商談に関する業務画面の商談レコードの詳細が表示されている。また、文書生成サーバー103へリダイレクトを行うための設定がなされたカスタムボタン704が表示されている。カスタムボタン704は、ボタン押下時の動作やどの画面を表示するかを任意に設定することが可能であり、ユーザー(管理者)によって画面に配置することができる。   The business screen 701 displays detailed information 702 and a product 703 of a record. In FIG. 7, the details of the negotiation record on the business screen related to the negotiation are displayed. Also, a custom button 704 that is set to redirect to the document generation server 103 is displayed. The custom button 704 can arbitrarily set the operation when the button is pressed and which screen is displayed, and can be arranged on the screen by the user (administrator).

図8は、クラウドプラットフォームサービス102のデータ管理部406が保持する業務データのうち、商談に関するデータのテーブル構造例を示したものである。   FIG. 8 shows an example of a table structure of data related to negotiations among the business data held by the data management unit 406 of the cloud platform service 102.

業務データは、データテーブル800で管理され、商談テーブル801、および、商品テーブル811によって構成されている。   The business data is managed in the data table 800, and includes a business negotiation table 801 and a product table 811.

商談テーブル801には、レコードの識別子であるレコードID802、レコードをユーザーが容易に区別するために任意の名前を設定可能な商談名803が構成要素として存在する。商品テーブル811には、商談レコードID812、商品テーブルのレコードの識別子であるレコードID813、品名814、数量815、価格816が構成要素として存在する。また、商談レコードID812は、商談テーブルのレコードID802とリレーションしている。   The negotiation table 801 includes a record ID 802 that is an identifier of the record and a negotiation name 803 in which an arbitrary name can be set so that the user can easily distinguish the records. The merchandise table 811 includes, as constituent elements, a negotiation record ID 812, a record ID 813 that is an identifier of a record in the merchandise table, a product name 814, a quantity 815, and a price 816. The negotiation record ID 812 is related to the record ID 802 of the negotiation table.

図9は、クラウドプラットフォームサービス102の設定管理部407で保持するカスタムボタンの定義情報の例を示す図である。   FIG. 9 is a diagram illustrating an example of custom button definition information held by the setting management unit 407 of the cloud platform service 102.

図9では、カスタムボタンが「商談」画面と「顧客」画面に定義されており、「商談」画面に表示するカスタムボタンの設定情報には、ボタン表示名903、および、文書生成サーバー103へリダイレクトを行うためのパラメータ情報が格納されている。   In FIG. 9, custom buttons are defined on the “negotiation” screen and the “customer” screen, and the setting information of the custom button displayed on the “negotiation” screen is redirected to the button display name 903 and the document generation server 103. The parameter information for performing is stored.

文書生成サーバーURI904は、文書生成サーバー103のURIを「http://〜」の形式で指定したパラメータである。セッションID905は、ログインしたユーザーのセッションIDを取得して文字列「sid=<セッションID>」をURLパラメータに付加する設定である。CPSURL906は、文書生成サーバー103がクラウドプラットフォームサービス102にアクセスするためのURLを文字列「srv_url=<クラウドプラットフォームサービスURL>」としてURLパラメータに付加する設定である。   The document generation server URI 904 is a parameter that specifies the URI of the document generation server 103 in the form of “http: //”. The session ID 905 is a setting for acquiring the session ID of the logged-in user and adding the character string “sid = <session ID>” to the URL parameter. The CPS URL 906 is a setting for adding a URL for the document generation server 103 to access the cloud platform service 102 as a character string “srv_url = <cloud platform service URL>” to the URL parameter.

クラウドプラットフォームサービス102にアクセスするためのURLは組織毎に固有であり、ユーザー認証時に、制御部502が、ユーザーが所属する組織に応じたURLを取得してセッション管理部404に保存する。   The URL for accessing the cloud platform service 102 is unique to each organization, and at the time of user authentication, the control unit 502 acquires a URL corresponding to the organization to which the user belongs and stores it in the session management unit 404.

組織ID907は、ログインしたユーザーの組織IDを取得して文字列「orgid=<組織ID>」をURLパラメータに付加する設定である。レコードID908は、画面に表示した商談レコードのレコードID1202を取得して文字列「recid=<レコードID>」をURLパラメータに付加する設定である。   The organization ID 907 is a setting for acquiring the organization ID of the logged-in user and adding the character string “orgid = <organization ID>” to the URL parameter. The record ID 908 is a setting for acquiring the record ID 1202 of the negotiation record displayed on the screen and adding the character string “recid = <record ID>” to the URL parameter.

図10は、Webサーバー303のフォーム情報管理部505が保持するフォーム情報テーブルのテーブル構造を示したものである。   FIG. 10 shows the table structure of the form information table held by the form information management unit 505 of the Web server 303.

フォーム情報テーブル1001のフォーム情報レコードは、以下で構成される。   The form information record of the form information table 1001 is configured as follows.

該レコードの所有者である組織を識別する組織ID1003。   An organization ID 1003 that identifies the organization that is the owner of the record.

フォーム選択画面に表示する名称である表示名1004。   A display name 1004 that is a name to be displayed on the form selection screen.

文書生成サービス304のフォーム管理部603で管理されているフォームのファイル名であるフォームファイル名1005。   A form file name 1005 that is a file name of a form managed by the form management unit 603 of the document generation service 304.

クラウドプラットフォームサービス102からデータを取得するためのクエリを記述したクエリコマンド1006。   A query command 1006 describing a query for acquiring data from the cloud platform service 102.

図11は、クラウドプラットフォームサービス102のデータ管理部406で保持するタームゾーン情報の構造を示したものである。   FIG. 11 shows the structure of term zone information held by the data management unit 406 of the cloud platform service 102.

タームゾーン情報1101は、組織全体に対して適用される組織タイムゾーン設定1102と、個々のユーザーに対して適用されるユーザータイムゾーン設定1103から構成される。ユーザータイムゾーン設定1103と、組織タイムゾーン設定1102がトのも設定されている場合、ユーザータイムゾーン設定1103が優先される。   The term zone information 1101 includes an organization time zone setting 1102 that is applied to the entire organization, and a user time zone setting 1103 that is applied to individual users. When the user time zone setting 1103 and the organization time zone setting 1102 are also set, the user time zone setting 1103 has priority.

図12は、図1の文書生成システムにおけるクライアント装置101のWebブラウザ303で表示する画面のフローを示したものである。   FIG. 12 shows a flow of a screen displayed on the Web browser 303 of the client apparatus 101 in the document generation system of FIG.

業務画面1201は、クラウドプラットフォームサービス102が作成し、クライアント装置101のWebブラウザ301に返される画面であり、例えば、図7の業務画面701がこれに該当する。   The business screen 1201 is a screen created by the cloud platform service 102 and returned to the Web browser 301 of the client apparatus 101. For example, the business screen 701 in FIG.

文書作成ボタン1202は、クラウドプラットフォームサービス102へ文書生成リクエストを発行するボタンである。文書生成ボタン1202が押下されると、クラウドプラットフォームサービス102は、文書生成サーバー103へリダイレクトするURLを返却する。   The document creation button 1202 is a button for issuing a document generation request to the cloud platform service 102. When the document generation button 1202 is pressed, the cloud platform service 102 returns a URL that redirects to the document generation server 103.

クライアント装置101のWebブラウザ301は、リダイレクトするURLを受け取ると、このURLに従い、文書生成サーバー103へリダイレクトする。   When receiving the URL to be redirected, the Web browser 301 of the client apparatus 101 redirects to the document generation server 103 according to this URL.

リダイレクトにより、リクエストを受けた文書生成サーバー103は、フォーム選択画面1203をクライアント装置101のWebブラウザ301に返す。   The document generation server 103 that has received the request through redirection returns a form selection screen 1203 to the Web browser 301 of the client apparatus 101.

フォーム選択画面1203は、文書生成に使用するフォームを選択するフォーム選択項目1204を備える。   The form selection screen 1203 includes a form selection item 1204 for selecting a form used for document generation.

ユーザーによって文書作成ボタン1205が押下されると、クライアント装置101のWebブラウザ301は、フォーム選択項目1204で選択されたフォーム情報を文書生成サーバー103に送信する。これらの情報を受け取った文書生成サーバー103は、業務画面1201の業務データと、タイムゾーン情報をクラウドプラットフォームサービス102から取得する。   When the user presses the document creation button 1205, the Web browser 301 of the client apparatus 101 transmits the form information selected by the form selection item 1204 to the document generation server 103. Upon receiving these pieces of information, the document generation server 103 acquires business data and time zone information on the business screen 1201 from the cloud platform service 102.

データ取得中画面1206は、文書生成サーバー103が、クラウドプラットフォームサービス102から業務データ、タイムゾーン情報を取得中の間、クライアント装置101のWebブラウザ301に表示される。文書生成サーバー103が、クラウドプラットフォームサービス102から業務データ、タイムゾーン情報を取得し、文書作成に必要なデータ1401を生成した時点で業務データ取得処理が完了したと判断、文書生成サーバー103は、取得したデータを確認可能なデータ確認画面1207をクライアント装置101のWebブラウザ301に返す。   A data acquisition screen 1206 is displayed on the Web browser 301 of the client apparatus 101 while the document generation server 103 is acquiring business data and time zone information from the cloud platform service 102. When the document generation server 103 acquires the business data and time zone information from the cloud platform service 102 and generates the data 1401 necessary for document creation, the document generation server 103 determines that the business data acquisition processing is completed. A data confirmation screen 1207 for confirming the received data is returned to the Web browser 301 of the client apparatus 101.

ユーザーによって作成ボタン1208が押下されると、クライアント装置101のWebブラウザ301は、文書生成サーバー103に文書生成リクエストを送信する。   When the user presses a creation button 1208, the Web browser 301 of the client apparatus 101 transmits a document generation request to the document generation server 103.

文書生成リクエストを受けた文書生成サーバー103は、1104で選択されたフォームと、クラウドプラットフォームサービス102によって作成された文書作成に必要なデータ1401を使用して文書生成処理を行う。その際、データ1401内に「日付/時間型」データ1403が含まれていれば、タイムゾーン情報1402を用いて変換処理が行われる。   Upon receiving the document generation request, the document generation server 103 performs document generation processing using the form selected in 1104 and the data 1401 necessary for document generation generated by the cloud platform service 102. At this time, if “date / time type” data 1403 is included in the data 1401, the conversion process is performed using the time zone information 1402.

文書生成中画面1209は、文書生成サーバー103が文書生成処理を行っている間、クライアント装置101のWebブラウザ301に表示される。そして、文書生成処理が完了した時点で、クライアント端末101のWebブラウザ301は、完了画面1210を表示する。   The document generation screen 1209 is displayed on the Web browser 301 of the client apparatus 101 while the document generation server 103 is performing document generation processing. When the document generation process is completed, the Web browser 301 of the client terminal 101 displays a completion screen 1210.

図13は、本発明の実施例1における文書生成システムが行う処理の流れを示している。なお、ユーザーは不図示のログイン画面にてクラウドプラットフォームサービス102にログイン済とし、Webブラウザ301には、図7の業務画面701が表示されており、カスタムボタン704は、予め、図9の設定がなされているものとする。   FIG. 13 shows the flow of processing performed by the document generation system in Embodiment 1 of the present invention. Note that the user has already logged in to the cloud platform service 102 on a login screen (not shown), the business screen 701 in FIG. 7 is displayed on the Web browser 301, and the custom button 704 has the settings shown in FIG. Shall be made.

初めに、ユーザーによりクライアント装置101のWebブラウザ301に表示された業務画面701のカスタムボタン704が押下されると(S1301)、クラウドプラットフォームサービス102は、リダイレクトURL作成処理を行う(S1302)。   First, when the user presses the custom button 704 on the business screen 701 displayed on the Web browser 301 of the client device 101 (S1301), the cloud platform service 102 performs redirect URL creation processing (S1302).

S1302において、制御部402は、カスタムボタンに設定された文書生成サーバーURI904、セッションID905、CPSURL906、組織ID907、レコードID908を取得し、これら取得したパラメータからリダイレクトURLを生成する。そして、リダイレクトさせるためのレスポンスをWebブラウザ301に返す。   In step S1302, the control unit 402 acquires the document generation server URI 904, the session ID 905, the CPS URL 906, the organization ID 907, and the record ID 908 set in the custom button, and generates a redirect URL from these acquired parameters. Then, a response for redirecting is returned to the Web browser 301.

S1303で、Webブラウザ301は、クラウドプラットフォームサービス102から返されたレスポンスを受信すると、セッションID905、CPSURL906、組織ID907、レコードID908を文書生成サーバー103に送信する。   In step S <b> 1303, when the web browser 301 receives the response returned from the cloud platform service 102, the web browser 301 transmits a session ID 905, a CPS URL 906, an organization ID 907, and a record ID 908 to the document generation server 103.

S1304で、Webサーバー303は、Webブラウザ301からのリダイレクトを受信すると、制御部502は、セッションID905、CPSURL906、組織ID907およびレコードID908をセッション管理部506に保存する。   In step S <b> 1304, when the web server 303 receives the redirect from the web browser 301, the control unit 502 stores the session ID 905, CPSURL 906, organization ID 907, and record ID 908 in the session management unit 506.

次に、制御部502は、フォーム情報レコード1002に含まれるフォームの表示名1004のリストをフォーム情報管理部505から取得し、フォームの表示名1004のリストをもとにフォーム選択画面1203を作成、クライアント端末101に送る。   Next, the control unit 502 acquires a list of form display names 1004 included in the form information record 1002 from the form information management unit 505, and creates a form selection screen 1203 based on the list of form display names 1004. Send to client terminal 101.

S1305では、ユーザーによりフォーム選択画面1203に表示されたフォーム1204を選択後、文書作成ボタンが押下されると、Webサーバー303に対して選択フォーム1204の情報を含む文書生成リクエストが送信される。   In step S <b> 1305, when the user selects the form 1204 displayed on the form selection screen 1203 and presses the document creation button, a document generation request including information on the selected form 1204 is transmitted to the Web server 303.

Webサーバー303が文書生成リクエストを受信すると、S1306で、Webサーバー303は、クラウドプラットフォームサービス102にタイムゾーン情報取得リクエストを行う。続けて、S1307で、文書生成サーバー103は、選択フォーム1204で指定されたフォームに一致するクエリコマンド1006を発行し、クラウドプラットフォームサービス102にデータ取得リクエストを行う。   When the Web server 303 receives the document generation request, the Web server 303 makes a time zone information acquisition request to the cloud platform service 102 in S1306. In step S <b> 1307, the document generation server 103 issues a query command 1006 that matches the form specified in the selection form 1204 and makes a data acquisition request to the cloud platform service 102.

その際、クラウドプラットフォームサービス102のURL、および取得データの内容は、セッション管理部506に保存されているCPSURL905、および組織ID907、レコードID908をそれぞれ使用する。そして、S1308で、クラウドプラットフォームサービス102は、データ取得中画面1206を作成し、Webブラウザ301に送る。   At this time, the URL of the cloud platform service 102 and the content of the acquired data use the CPS URL 905, the organization ID 907, and the record ID 908 stored in the session management unit 506, respectively. In step S <b> 1308, the cloud platform service 102 creates a data acquisition screen 1206 and sends it to the web browser 301.

Webブラウザ301は、定期的にS1309で、データ取得完了の確認リクエストを文書生成サーバー103に送信する。文書生成サービス103のWebサーバー303は、クラウドプラットフォームサービス102から、データ取得のレスポンスが返されるまで、S1308と同様のデータ取得中画面1206をWebブラウザ301に送る。   In step S <b> 1309, the web browser 301 periodically transmits a data acquisition completion confirmation request to the document generation server 103. The Web server 303 of the document generation service 103 sends a data acquisition screen 1206 similar to S1308 to the Web browser 301 until a data acquisition response is returned from the cloud platform service 102.

次に、クラウドプラットフォームサービス102から、データ取得のレスポンスが文書生成サーバー103に返る。   Next, a data acquisition response is returned from the cloud platform service 102 to the document generation server 103.

Webサーバー303の制御部502は、取得データをセッション管理部506へ保存するとともに、S1306で取得したタイムゾーン情報を含む、文書作成に必要なデータ1401を生成・保存する。   The control unit 502 of the Web server 303 stores the acquired data in the session management unit 506, and generates and stores data 1401 necessary for document creation including the time zone information acquired in S1306.

その後、Webブラウザ301からデータ取得完了の確認リクエストが送られてくると、Webサーバー303は、クラウドプラットフォームサービス102から取得したデータでデータ確認画面1207を生成し、Webブラウザ301へ返す(S1310)。   Thereafter, when a data acquisition completion confirmation request is sent from the web browser 301, the web server 303 generates a data confirmation screen 1207 with the data obtained from the cloud platform service 102 and returns it to the web browser 301 (S1310).

S1310において、Webブラウザ301に返されたデータ確認画面1207にて、ユーザーにより作成ボタンが押下されると、Webブラウザ301より、Webサーバー303に対して、文書生成リクエストが送信される(S1311)。   In S1310, when the user presses the creation button on the data confirmation screen 1207 returned to the Web browser 301, a document generation request is transmitted from the Web browser 301 to the Web server 303 (S1311).

S1311において、Webサーバー303が文書生成リクエストを受信すると、S1312で、Webサーバー303は、文書生成サービス304に対して文書作成要求を行う。   When the Web server 303 receives a document generation request in S1311, the Web server 303 makes a document generation request to the document generation service 304 in S1312.

そして、S1314で、Webサーバー303は、文書作成中画面1209を作成し、Webブラウザ301に送る。   In step S <b> 1314, the web server 303 creates a document creation screen 1209 and sends it to the web browser 301.

Webサーバー303の制御部502は、S1313において、文書生成サービス304からのレスポンスを取得し、文書作成処理が成功したか否かを判断する。   In step S <b> 1313, the control unit 502 of the Web server 303 acquires a response from the document generation service 304 and determines whether the document creation process has been successful.

Webブラウザ301は、定期的にS1315で、文書作成処理完了の確認リクエストを文書生成サーバー103に送信する。文書生成サーバー103のWebサーバー303は、文書生成サービス304から、文書作成処理のレスポンスが返されるまで、S1314と同様の文書作成中画面1209をWebブラウザ301に送る。   In step S <b> 1315, the Web browser 301 periodically transmits a document creation processing completion confirmation request to the document generation server 103. The Web server 303 of the document generation server 103 sends the document generation screen 1209 similar to S1314 to the Web browser 301 until the response of the document generation process is returned from the document generation service 304.

その後、Webブラウザ301から、文書作成処理完了の確認リクエストが送られてくると、Webサーバー303は、完了画面1210を生成し、Webブラウザ301へ返す(S1316)。   Thereafter, when a confirmation request for completion of document creation processing is sent from the Web browser 301, the Web server 303 generates a completion screen 1210 and returns it to the Web browser 301 (S1316).

図14は、本発明の実施例1におけるクラウドプラットフォームサービス102によって作成された文書作成に用いられるデータの一例を示したものである。ここでは、クラウドプラットフォームサービス102から業務データを取得した際、「日付/時間型」データ1403が含まれている場合、タイムゾーン情報1402を所定の書式で格納することを示している。   FIG. 14 shows an example of data used for document creation created by the cloud platform service 102 according to the first embodiment of the present invention. Here, when business data is acquired from the cloud platform service 102, if “date / time type” data 1403 is included, the time zone information 1402 is stored in a predetermined format.

図15は、図13のS1305からS1310において、Webサーバー303のデータ取得処理を示すフローチャートである。制御部502は、本明細書では、CPU、RAM、ROM、HDD等からなり、フローチャートで示す手順が制御部502のRAM、ROM、HDDのいずれかの記憶手段に記憶され、CPU201により実行される。   FIG. 15 is a flowchart showing data acquisition processing of the Web server 303 in steps S1305 to S1310 of FIG. In this specification, the control unit 502 includes a CPU, a RAM, a ROM, an HDD, and the like. The procedure shown in the flowchart is stored in one of the storage units of the control unit 502 such as the RAM, the ROM, and the HDD, and is executed by the CPU 201. .

制御部502は、Webブラウザ301からのデータ取得リクエストを受信する(S1501)と、S1502において、セッション管理部506を介してセッションが有効であるか否かを判定する。   Upon receiving a data acquisition request from the web browser 301 (S1501), the control unit 502 determines whether or not the session is valid via the session management unit 506 in S1502.

セッションが有効と判定された場合、制御部502は、S1503において、クラウドプラットフォームサービス102にタイムゾーン情報取得リクエストを行い、タイムゾーン情報を取得する(S1504)。取得したタイムゾーン情報は、セッション管理部506へ保存される。   When it is determined that the session is valid, the control unit 502 makes a time zone information acquisition request to the cloud platform service 102 in S1503, and acquires time zone information (S1504). The acquired time zone information is stored in the session management unit 506.

次に、選択フォーム1204で指定されたフォームに一致するクエリコマンド1006を発行し、クラウドプラットフォームサービス102にデータ取得リクエストを行い、データを取得する(S1505)。取得したデータは、セッション管理部506へ保存される。   Next, a query command 1006 that matches the form specified in the selection form 1204 is issued, a data acquisition request is made to the cloud platform service 102, and data is acquired (S1505). The acquired data is stored in the session management unit 506.

次に、制御部502は、S1506において、クラウドプラットフォームサービス102からのレスポンスを取得し、タイムゾーン情報、ならびにデータの取得処理に成功したか否かを判定する。前記取得処理に成功したと判定された場合、制御部502は、前記タイムゾーン情報を含む、文書作成に必要なデータ1401を所定の書式で生成する(S1507)。生成されたデータは、セッション管理部506へ保存される。   Next, in step S1506, the control unit 502 acquires a response from the cloud platform service 102, and determines whether the time zone information and data acquisition process has been successful. If it is determined that the acquisition process is successful, the control unit 502 generates data 1401 including the time zone information necessary for document creation in a predetermined format (S1507). The generated data is stored in the session management unit 506.

S1502において、有効なセッションでないと判定された場合や、S1506においてタイムゾーン情報、ならびにデータの取得処理に失敗したと判定された場合、制御部502は、エラー画面を生成するようページ生成部503に要求する。ページ生成部503はエラー画面を生成し、制御部502はエラー画面をWebブラウザ301に送信する(S1508)。   If it is determined in S1502 that the session is not valid, or if it is determined in S1506 that the time zone information and data acquisition process has failed, the control unit 502 instructs the page generation unit 503 to generate an error screen. Request. The page generation unit 503 generates an error screen, and the control unit 502 transmits the error screen to the web browser 301 (S1508).

以上の処理により、Webサーバー303は、データ取得処理を実行する。   With the above processing, the Web server 303 executes data acquisition processing.

図16は、図13のS1311からS1316において、Webサーバー303の文書生成処理を示すフローチャートである。   FIG. 16 is a flowchart showing document generation processing of the Web server 303 in steps S1311 to S1316 of FIG.

初めに、S1601において、ユーザーによってデータ確認画面1207に含まれる作成ボタン1208を押下されると、Webブラウザ301は、Webサーバー303に文書生成リクエストを送信する(図13の1311)。   First, in S1601, when the user presses the creation button 1208 included in the data confirmation screen 1207, the Web browser 301 transmits a document generation request to the Web server 303 (1311 in FIG. 13).

制御部502は、Webブラウザ301からの文書生成リクエストを受信すると、S1602において、セッション管理部506を介してセッションが有効であるか否かを判定する。   Upon receiving the document generation request from the Web browser 301, the control unit 502 determines whether the session is valid via the session management unit 506 in S1602.

セッションが有効と判定された場合、制御部502は、S1603において、セッション管理部506から文書作成に必要なデータ1401、フォームファイル名1005を取得する。次に、制御部502は、S1604において、前記文書作成に必要なデータ1401、および前記フォームファイル名1005とともに、文書生成サービス304に対して文書作成要求を行う(図13のS1312)。   If it is determined that the session is valid, the control unit 502 acquires data 1401 and form file name 1005 necessary for document creation from the session management unit 506 in step S1603. Next, in step S1604, the control unit 502 makes a document creation request to the document generation service 304 together with the data 1401 necessary for document creation and the form file name 1005 (S1312 in FIG. 13).

制御部502は、S1605において、前記文書生成サービス304への文書作成要求が正しく処理されたか否かを判定する。   In step S1605, the control unit 502 determines whether the document creation request to the document generation service 304 has been correctly processed.

前記文書生成サービス304への文書作成要求が正しく処理されたと判定された場合、文書生成サーバー103の文書生成サービス304における文書生成処理(フォームを使用したオーバレイ処理)を行う。   If it is determined that the document creation request to the document generation service 304 has been correctly processed, document generation processing (overlay processing using a form) in the document generation service 304 of the document generation server 103 is performed.

フォーム選択項目1204で選択されたフォーム情報に対応したフォームデータを文書生成サーバー103から取得後(S1606)、S1603において取得したデータ内に、「日付/時間型」データが含まれているか否かを判定(S1607)、「日付/時間型」データが含まれていると判定された場合、データ内のタイムゾーン情報1402を用いて変換処理を行う(S1608)。   After obtaining form data corresponding to the form information selected in the form selection item 1204 from the document generation server 103 (S1606), it is determined whether or not “date / time type” data is included in the data obtained in S1603. Determination (S1607), if it is determined that “date / time type” data is included, conversion processing is performed using the time zone information 1402 in the data (S1608).

S1611において、文書生成処理が行われ、処理が成功したと判定された場合、制御部502は、完了画面を生成するようページ生成部503に要求する。ページ生成部503は完了画面を生成し、制御部502は完了画面をWebブラウザ301に送信する。   In step S <b> 1611, when the document generation process is performed and it is determined that the process is successful, the control unit 502 requests the page generation unit 503 to generate a completion screen. The page generation unit 503 generates a completion screen, and the control unit 502 transmits the completion screen to the web browser 301.

S1602において、有効なセッションでないと判定された場合や、S1605において文書作成要求が正しく処理されなかったと判定された場合、制御部502は、エラー画面を生成するようページ生成部503に要求する。ページ生成部503はエラー画面を生成し、制御部502はエラー画面をWebブラウザ301に送信する(S1612)。   If it is determined in S1602 that the session is not a valid session, or if it is determined in S1605 that the document creation request has not been processed correctly, the control unit 502 requests the page generation unit 503 to generate an error screen. The page generation unit 503 generates an error screen, and the control unit 502 transmits the error screen to the web browser 301 (S1612).

以上の処理により、Webサーバー303は、文書生成処理を実行する。   With the above processing, the Web server 303 executes document generation processing.

[実施例2]
実施例1では、クラウドプラットフォームサービス102に設定されたユーザーのタイムゾーン情報を取得、前記ユーザーのタイムゾーン情報に従い、データファイル内の「日付/時間型」データに対する変換処理を行っていた。
[Example 2]
In the first embodiment, the user time zone information set in the cloud platform service 102 is acquired, and the “date / time type” data in the data file is converted according to the user time zone information.

本実施例では、文書生成処理で使用されるフォームの属性・設定からタイムゾーン情報を算出する処理と、前記データファイル内のタイムゾーン情報に従った変換処理を、フォームのレイアウト状態をもとにその実行有無を判定することを行う。   In this embodiment, the process of calculating time zone information from the attributes and settings of the form used in the document generation process and the conversion process according to the time zone information in the data file are performed based on the form layout state. The presence or absence of the execution is determined.

タイムゾーン情報の算出処理について、具体的な方法としては、フォーム内の図形の文字属性(フォント、文字コード)、段落属性(文字方向、禁則設定)、文字書式(金額、通貨、曜日)の設定からタイムゾーンを特定する。タイムゾーン情報の算出処理により、タイムゾーンが特定できなかった場合、もしくは、複数のタイムゾーンが該当すると判定された場合には、文書生成処理開始時にタイムゾーン情報の一覧を画面表示する。ユーザーによってタイムゾーン情報が選択された場合、設定内容にしたがい処理が継続される。   For time zone information calculation processing, specific methods include character attribute (font, character code), paragraph attribute (character direction, prohibition setting), character format (amount, currency, day of week) Specify the time zone. When the time zone cannot be specified by the time zone information calculation process, or when it is determined that a plurality of time zones are applicable, a list of time zone information is displayed on the screen at the start of the document generation process. When the time zone information is selected by the user, the processing is continued according to the setting contents.

また、フォームのレイアウト状態もとにタイムゾーン情報に従った変換処理を実行するか否かを判定する方法としては、例えば、「日時/時間型」データを取得したが、出力する図形がフォーム上に存在しない場合、前記出力する図形は存在するが、図形位置が印字領域外であった場合、また、文書生成処理時の条件により、他の図形により該図形が隠される、または消去される場合には、前記変換処理は実行しない。   In addition, as a method for determining whether or not to execute conversion processing according to time zone information based on the form layout state, for example, “date / time type” data is acquired, but the figure to be output is displayed on the form. If the graphic position is outside the print area, or if the graphic is hidden or erased by another graphic depending on the conditions during document generation processing The conversion process is not executed.

101 クライアント装置
102 クラウドプラットフォームサービス
103 文書生成サーバー
301 Webブラウザ
303 Webサーバー
304 文書生成サーバー
502 制御部
503 ページ生成部
101 Client Device 102 Cloud Platform Service 103 Document Generation Server 301 Web Browser 303 Web Server 304 Document Generation Server 502 Control Unit 503 Page Generation Unit

Claims (4)

クライアント端末101、クラウドプラットフォームサービス102、および文書生成サーバー103がネットワークで接続された文書生成システムにおいて、文書作成指示が行われた時、前記クラウドプラットフォームサービス102から取得したデータのうち「日付/時間型」データが取得されたか否かを判定、「日付/時間型」データが取得されたと判定された場合、前記クラウドプラットフォームサービス102に設定されたタイムゾーン情報を取得、前記取得したデータとともにデータファイルに保存することを特徴とする文書生成システム。 In a document generation system in which the client terminal 101, the cloud platform service 102, and the document generation server 103 are connected via a network, when a document creation instruction is issued, “date / time type” among the data acquired from the cloud platform service 102 "If the data is acquired, if it is determined that the" date / time type "data is acquired, the time zone information set in the cloud platform service 102 is acquired, and in the data file together with the acquired data A document generation system characterized by storing. 文書生成処理時、前記保存されたデータファイル内の「日付/時間型」データは、前記データファイル内のタイムゾーン情報に従い変換処理が行われることを特徴とする請求項1に記載の文書生成システム。 2. The document generation system according to claim 1, wherein, during the document generation process, “date / time type” data in the stored data file is converted according to time zone information in the data file. 3. . 前記クラウドプラットフォームサービス102からタイムゾーン情報が設定されていない場合、文書生成処理で使用されるフォーム内の図形の属性・設定からタイムゾーン情報を算出することを特徴とする請求項1に記載の文書生成システム。 2. The document according to claim 1, wherein when time zone information is not set from the cloud platform service 102, time zone information is calculated from attributes / settings of a figure in a form used in the document generation process. Generation system. データファイル内のタイムゾーン情報に従った変換処理は、文書生成処理で使用されるフォーム内の図形位置、描画方法をもとに実行するか否かを判定する方法を備えることを特徴とする請求項2に記載の文書生成システム。
The conversion process according to the time zone information in the data file includes a method for determining whether or not to execute based on a graphic position in the form used in the document generation process and a drawing method. Item 3. The document generation system according to Item 2.
JP2011175496A 2011-08-11 2011-08-11 Document generation system Withdrawn JP2013037641A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011175496A JP2013037641A (en) 2011-08-11 2011-08-11 Document generation system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011175496A JP2013037641A (en) 2011-08-11 2011-08-11 Document generation system

Publications (1)

Publication Number Publication Date
JP2013037641A true JP2013037641A (en) 2013-02-21

Family

ID=47887180

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011175496A Withdrawn JP2013037641A (en) 2011-08-11 2011-08-11 Document generation system

Country Status (1)

Country Link
JP (1) JP2013037641A (en)

Similar Documents

Publication Publication Date Title
JP6677496B2 (en) Authentication federation system and authentication federation method, authorization server, application server and program
US9608972B2 (en) Service providing system and data providing method that convert a process target data into output data with a data format that a service receiving apparatus is able to output
JP6550692B2 (en) Service providing system, log information providing method and program
JP5528229B2 (en) Document generation apparatus, document generation system, document upload method, and program
US9319623B2 (en) Imformation processing apparatus and information processing system
JP2010240913A (en) Image processing apparatus in pull printing system, bibliographic information server, and control method for the same
US20110246867A1 (en) Form creation apparatus, control method of form creation apparatus, data processing apparatus, control method of data processing apparatus, and storage medium
CN103365609A (en) Server system, print system, and printer
JP2011128994A (en) Apparatus and method for processing information, and computer program
JP2016165046A (en) Information processing system, information processor, information processing method, and program
JP2016051201A (en) Information processing system, information processing apparatus and control method of the same, and program
US7752438B2 (en) Secure resource access
US20220326891A1 (en) Printing system, management server system, and control method
JP2014035643A (en) License management system, license management method, and client device
JP6413686B2 (en) Information processing system, information processing apparatus, and information processing method
JP6303312B2 (en) Service providing system and image providing method
JP6420649B2 (en) Information processing apparatus, control method therefor, and program
JP2013037641A (en) Document generation system
JP2015114727A (en) Information processing apparatus, control method of the same, program, and storage medium
JP2015082183A (en) Document creation system
JP2014186707A (en) Document generation system
JP2015005150A (en) Document creating system
JP2013037642A (en) Document generation system
JP2014142736A (en) Service provider device, control method for controlling service provider device and program
JP2013232131A (en) Document generation system

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20141104