JP6997675B2 - Information processing equipment and programs - Google Patents

Information processing equipment and programs Download PDF

Info

Publication number
JP6997675B2
JP6997675B2 JP2018100774A JP2018100774A JP6997675B2 JP 6997675 B2 JP6997675 B2 JP 6997675B2 JP 2018100774 A JP2018100774 A JP 2018100774A JP 2018100774 A JP2018100774 A JP 2018100774A JP 6997675 B2 JP6997675 B2 JP 6997675B2
Authority
JP
Japan
Prior art keywords
tenant
burden
amount
payment
card
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2018100774A
Other languages
Japanese (ja)
Other versions
JP2019204426A (en
Inventor
久晴 加藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba TEC Corp
Original Assignee
Toshiba TEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba TEC Corp filed Critical Toshiba TEC Corp
Priority to JP2018100774A priority Critical patent/JP6997675B2/en
Publication of JP2019204426A publication Critical patent/JP2019204426A/en
Application granted granted Critical
Publication of JP6997675B2 publication Critical patent/JP6997675B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Cash Registers Or Receiving Machines (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Description

本発明の実施形態は、情報処理装置およびプログラムに関する。 Embodiments of the present invention relate to information processing devices and programs.

ショッピングセンター等の複合型商業施設では、テナントとして入店して営業している各店舗が、ショッピングセンターの駐車場料金や光熱費等の経費を負担するが、その負担額は、各テナントの売り場面積や売上実績に基づいて配分される。このため、ショッピングセンターを管理する本部(デベロッパ)では、各テナントの売上実績を把握しなければならない。そこで従来は、本部が管理するテナント管理サーバと、各テナントのPOS(Point Of Sales)端末とを通信回線で接続し、各テナントのPOSの売上データをテナント管理サーバで送付している。そして、テナント管理サーバは各テナントの売上データを記憶管理してデータベース化し、各テナントの売上を集計、管理するとともに、諸経費等の算出を行う運用としている。 In a commercial complex such as a shopping center, each store that is open as a tenant bears expenses such as parking fees and utilities for the shopping center, but the burden is the sales floor of each tenant. It is distributed based on the area and sales performance. For this reason, the headquarters (developer) that manages the shopping center must grasp the sales performance of each tenant. Therefore, conventionally, the tenant management server managed by the headquarters and the POS (Point Of Sales) terminal of each tenant are connected by a communication line, and the sales data of the POS of each tenant is sent by the tenant management server. The tenant management server stores and manages the sales data of each tenant into a database, aggregates and manages the sales of each tenant, and calculates various expenses.

ところで近年、顧客の囲い込みを狙いとして、カード会社がショッピングセンター(SC)または系列グループと提携してクレジットカード(提携カードという)を発行し、提携カードでSC内の支払をした際には割引を行うという特典サービスが広く行われている。一般的に、割引分の金額はテナントとデベロッパとで分担することが多い。従来、この割引分の負担額については、定期的に行われる締め処理にて、デベロッパ側の担当者が割引総額と割引負担率とから算出して、各テナントに請求する作業を行っていた。 By the way, in recent years, with the aim of retaining customers, card companies issue credit cards (called affiliated cards) in partnership with shopping centers (SC) or affiliated groups, and discounts are given when payments are made within the SC with affiliated cards. The privilege service of doing it is widely performed. In general, the amount of discount is often shared between tenants and developers. In the past, the burden of this discount was calculated from the total discount amount and the discount burden rate by the person in charge on the developer side in the closing process that is performed regularly, and the work was done to charge each tenant.

本発明が解決しようとする課題は、特定のカード(即ち、上述した提携カード)の割引額をデベロッパとテナントとで分担する場合に、テナントへの請求処理を簡便化できる情報処理装置およびプログラムを提供することである。 The problem to be solved by the present invention is an information processing device and a program that can simplify the billing process to the tenant when the discount amount of a specific card (that is, the above-mentioned affiliated card) is shared between the developer and the tenant. To provide.

実施形態の情報処理装置は、売上データ受信手段と、カード判別手段と、負担金額算出手段と、請求金額加算手段と、を備える。売上データ受信手段は、テナントの情報処理装置から、決算対象期間分のクレジットカード払いの売上データを受信する。カード判別手段は、クレジットカードの種類に基づいて、前記売上データから特定のカードの売上データを判別する。負担金額算出手段は、前記テナントの前記決算対象期間における前記特定のカードの売上合計金額と、前記特定のカードの利用割引に対する前記テナントの負担率とから、前記決算対象期間における前記テナントの合計負担額を算出する。請求金額加算手段は、デベロッパが前記テナントに請求する請求金額に、前記合計負担額を加算する。 The information processing apparatus of the embodiment includes a sales data receiving means, a card discriminating means, a burden amount calculating means, and a billing amount adding means. The sales data receiving means receives the sales data of the credit card payment for the settlement target period from the information processing device of the tenant. The card discrimination means discriminates the sales data of a specific card from the sales data based on the type of the credit card. The burden amount calculation means is the total burden of the tenant in the settlement target period from the total sales amount of the specific card in the settlement target period of the tenant and the burden ratio of the tenant to the usage discount of the specific card. Calculate the amount. The billing amount addition means adds the total burden amount to the billing amount billed by the developer to the tenant.

図1は、本実施形態にかかるSC管理システムの概略構成図である。FIG. 1 is a schematic configuration diagram of an SC management system according to this embodiment. 図2は、テナント管理サーバのハードウェア構成および機能構成を示すブロック図である。FIG. 2 is a block diagram showing a hardware configuration and a functional configuration of the tenant management server. 図3は、決済企業ごとの割引負担率を設定する設定画面の構成例を示す図である。FIG. 3 is a diagram showing a configuration example of a setting screen for setting a discount burden rate for each settlement company. 図4は、エラーメッセージの表示例を示した図である。FIG. 4 is a diagram showing a display example of an error message. 図5は、日ごとの割引負担率を設定する設定画面の構成例を示す図である。FIG. 5 is a diagram showing a configuration example of a setting screen for setting a daily discount burden rate. 図6は、負担率設定処理の手順例を示したフローチャートである。FIG. 6 is a flowchart showing a procedure example of the burden rate setting process. 図7は、締め処理の手順例を示したフローチャートである。FIG. 7 is a flowchart showing an example of the procedure of the tightening process.

図1は、本実施形態にかかるSC(ショッピングセンター)管理システム100の概略構成図である。本実施形態のSC管理システム100は、例えば大型ショッピングセンター等の商業施設に適用される。図1に示すように、SC管理システム100は、デベロッパがSCの売上管理に用いるテナント管理サーバ1を備えている。テナント管理サーバ1は、各テナントの店舗システムと通信回線6を介して接続されており、各テナントから通信回線6を介して売上データを受信する。 FIG. 1 is a schematic configuration diagram of an SC (shopping center) management system 100 according to the present embodiment. The SC management system 100 of this embodiment is applied to a commercial facility such as a large shopping center. As shown in FIG. 1, the SC management system 100 includes a tenant management server 1 used by a developer to manage sales of SC. The tenant management server 1 is connected to the store system of each tenant via the communication line 6, and receives sales data from each tenant via the communication line 6.

各テナントにおける店舗システムの構成は特に限定されないが、例えば、テナント9aにて例示するように、店舗サーバ2と複数台のPOS(Point Of Sales)端末3a~3cとが店内ネットワークで接続された店舗システムを用いることができる。POS端末3a~3cは、クレジットカードによる決済を行う場合には、通信回線6を介して接続されたクレジットカードの決済企業の決済管理サーバ5と信用照会ならびに決済データの送受信等を行って、クレジット決済を行う。また、POS端末3a~3cは売上データを店舗サーバ2に送信する。店舗サーバ2は各POS端末3a~3cから受信した売上データを売上ファイルに格納し、日時報告または決算報告において店舗分の売上データをまとめてテナント管理サーバ1に送信する。 The configuration of the store system in each tenant is not particularly limited, but for example, as illustrated in the tenant 9a, a store in which the store server 2 and a plurality of POS (Point Of Sales) terminals 3a to 3c are connected by an in-store network. The system can be used. When making a payment by credit card, the POS terminals 3a to 3c perform credit inquiry, send / receive payment data, and the like with the payment management server 5 of the payment company of the credit card connected via the communication line 6, and credit the credit. Make a payment. Further, the POS terminals 3a to 3c transmit the sales data to the store server 2. The store server 2 stores the sales data received from the POS terminals 3a to 3c in the sales file, and collectively sends the sales data for the store to the tenant management server 1 in the date / time report or the settlement report.

テナント9bのように、複数台の決済端末4a~4bで店舗システムが構築される場合には、決済端末4a~4bがそれぞれ決済管理サーバ5とデータ通信を行ってクレジット決済を行う。また、売上データについては決済端末4a~4bのうちいずれか(例えば決済端末4a)が店舗分の決算対象期間の売上データをまとめてテナント管理サーバ1に送信すればよい。あるいはテナント9cのように1台のPOS端末3dで店舗システムを構築する場合には、POS端末3dが決済管理サーバ5とデータ通信してクレジット決済を行い、売上データをテナント管理サーバ1に送信すればよい。尚、店舗システムは上述した例に限定されず、その他のシステム構成により構築して、クレジット決済、ならびに、売上データの送信を行ってもよい。 When a store system is constructed with a plurality of payment terminals 4a to 4b as in the tenant 9b, the payment terminals 4a to 4b each perform data communication with the payment management server 5 to perform credit payment. Further, as for the sales data, any one of the payment terminals 4a to 4b (for example, the payment terminal 4a) may collectively send the sales data of the store's settlement target period to the tenant management server 1. Alternatively, when building a store system with one POS terminal 3d like the tenant 9c, the POS terminal 3d communicates data with the payment management server 5 to perform credit payment, and the sales data is transmitted to the tenant management server 1. Just do it. The store system is not limited to the above-mentioned example, and may be constructed by other system configurations to perform credit settlement and transmission of sales data.

次に、テナント管理サーバ1の機能構成について説明する。 Next, the functional configuration of the tenant management server 1 will be described.

図2は、テナント管理サーバ1のハードウェア構成および機能構成を示すブロック図である。テナント管理サーバ1は、CPU、ROM、RAM等で構成されるコンピュータ構成の制御部10を備える。制御部10には、バス13を介して通信I/F(インタフェース)11が接続されている。制御部10は、通信I/F11および通信回線6を介して決済管理サーバ5との間でデータ通信を行う。また、制御部10は、通信I/F11および通信回線6を介して、店舗サーバ2、POS端末3a~3d、決済端末4a~4bとの間でデータ通信を行う。 FIG. 2 is a block diagram showing a hardware configuration and a functional configuration of the tenant management server 1. The tenant management server 1 includes a control unit 10 having a computer configuration including a CPU, ROM, RAM, and the like. A communication I / F (interface) 11 is connected to the control unit 10 via a bus 13. The control unit 10 performs data communication with the payment management server 5 via the communication I / F 11 and the communication line 6. Further, the control unit 10 performs data communication with the store server 2, the POS terminals 3a to 3d, and the payment terminals 4a to 4b via the communication I / F 11 and the communication line 6.

また、制御部10には、バス13およびI/O機器制御部14を介して、キーボードまたはマウス、タッチパッド等の操作部15が接続される。また、制御部10には、バス13およびI/O機器制御部14を介して、ディスプレイ16およびHDD(Hard Disk Drive)17等が接続されている。 Further, an operation unit 15 such as a keyboard, a mouse, or a touch pad is connected to the control unit 10 via the bus 13 and the I / O device control unit 14. Further, the display 16, the HDD (Hard Disk Drive) 17, and the like are connected to the control unit 10 via the bus 13 and the I / O device control unit 14.

HDD17は、負担率格納部170を有している。負担率格納部170は、提携カード利用時の割引について、負担者(デベロッパ、テナントなど)ごとの負担率や、負担金額算出時に用いる各種設定を記憶する。 The HDD 17 has a burden rate storage unit 170. The burden rate storage unit 170 stores the burden rate for each bearer (developer, tenant, etc.) and various settings used when calculating the burden amount for the discount when using the affiliated card.

また、HDD17は、SC内の各テナントから送信された売上データを格納し、管理するための売上ファイル171を有している。また、HDD17は、制御部10が生成した支払通知書の文書ファイル形式のデータあるいは印刷データを格納する支払通知格納部172を有している。 Further, the HDD 17 has a sales file 171 for storing and managing sales data transmitted from each tenant in the SC. Further, the HDD 17 has a payment notification storage unit 172 that stores data in the document file format of the payment notification generated by the control unit 10 or print data.

尚、支払通知書とは、決算対象期間ごとの締め処理において、デベロッパが各テナントに対して請求する請求金額(支払金額)を示した文書である。デベロッパからテナントに請求する請求金額は、テナント側から見ればデベロッパに支払う支払金額となるので、ここでは当該文書を支払通知書としたが、当該文書を請求書と呼んでもよい。支払通知書でテナントに請求される請求金額としては、家賃、光熱費等の諸経費が含まれるが、本実施形態では、提携カード割引のテナント負担分の金額がこの請求金額に加算されることとなる。 The payment notice is a document showing the billing amount (payment amount) that the developer charges to each tenant in the closing process for each settlement target period. Since the amount billed by the developer to the tenant is the payment amount to be paid to the developer from the perspective of the tenant, the document is referred to as a payment notice here, but the document may be referred to as an invoice. The amount billed to the tenant in the payment notice includes various expenses such as rent and utilities, but in this embodiment, the amount borne by the tenant of the affiliated card discount is added to this billing amount. Will be.

次に、テナント管理サーバ1の制御部10が実行する本実施形態のプログラムについて説明する。 Next, the program of the present embodiment executed by the control unit 10 of the tenant management server 1 will be described.

なお、本実施形態のテナント管理サーバ1で実行されるプログラムは、ROM等に予め組み込まれて提供される。本実施形態のテナント管理サーバ1で実行されるプログラムは、インストール可能な形式又は実行可能な形式のファイルでCD-ROM、フレキシブルディスク(FD)、CD-R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録して提供するように構成してもよい。 The program executed by the tenant management server 1 of the present embodiment is provided by being incorporated in a ROM or the like in advance. The program executed by the tenant management server 1 of the present embodiment is a file in an installable format or an executable format, and is a computer such as a CD-ROM, a flexible disk (FD), a CD-R, or a DVD (Digital Versatile Disk). It may be configured to be recorded and provided on a recording medium that can be read by.

さらに、本実施形態のテナント管理サーバ1で実行されるプログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成しても良い。また、本実施形態のテナント管理サーバ1で実行されるプログラムをインターネット等のネットワーク経由で提供または配布するように構成しても良い。 Further, the program executed by the tenant management server 1 of the present embodiment may be stored on a computer connected to a network such as the Internet and provided by downloading via the network. Further, the program executed by the tenant management server 1 of the present embodiment may be configured to be provided or distributed via a network such as the Internet.

本実施形態のテナント管理サーバ1で実行されるプログラムは、図2に示すように、表示制御部101、入力受付部102、データ受信部103、カード判別部104、算出部105、支払通知生成部106、支払通知出力部107、負担率変更部108を含むモジュール構成となっている。実際のハードウェアとしてはCPUが上記記憶媒体(ROM)から本実施形態のプログラムを読み出して実行することにより上記各部が主記憶装置上にロードされる。そして、CPUが主記憶装置上に上記各部を生成する。 As shown in FIG. 2, the program executed by the tenant management server 1 of the present embodiment includes a display control unit 101, an input reception unit 102, a data reception unit 103, a card discrimination unit 104, a calculation unit 105, and a payment notification generation unit. It has a module configuration including 106, a payment notification output unit 107, and a burden rate changing unit 108. As actual hardware, the CPU reads the program of the present embodiment from the storage medium (ROM) and executes the program, so that each part is loaded on the main storage device. Then, the CPU generates each of the above parts on the main storage device.

表示制御部101は、ディスプレイ16に出力する表示データを生成し、各種表示画面の表示動作を制御する。例えば、表示制御部101は、業務内容を選択する業務選択画面、提携カードの割引負担率を設定する設定画面(図3、図5参照)、各テナントへの請求額を算出し、支払通知書を生成するための締め処理画面等の表示動作を制御する。 The display control unit 101 generates display data to be output to the display 16 and controls the display operation of various display screens. For example, the display control unit 101 calculates a business selection screen for selecting a business content, a setting screen for setting a discount burden rate for affiliated cards (see FIGS. 3 and 5), a billing amount to each tenant, and a payment notice. Controls the display operation of the tightening process screen, etc. for generating.

入力受付部102は、キーボードやマウス等の操作部15、あるいはその他の入力インタフェースを介した入力を受付ける。また、入力受付部102は、操作部15を介して、表示制御部101が表示する各種GUI(グラフィカルユーザインタフェース)画面に対する入力操作を受付ける。 The input receiving unit 102 receives an input via an operation unit 15 such as a keyboard or a mouse, or another input interface. Further, the input receiving unit 102 receives an input operation for various GUI (graphical user interface) screens displayed by the display control unit 101 via the operation unit 15.

即ち、データ受信部103(売上データ受信手段)は、テナントの情報処理装置から、決算対象期間におけるクレジットカード払いの売上データを受信し、HDD17の売上ファイル171に格納する。 That is, the data receiving unit 103 (sales data receiving means) receives the sales data of the credit card payment in the settlement target period from the information processing device of the tenant and stores it in the sales file 171 of the HDD 17.

例えば、上述した店舗システムの場合、デベロッパが規定した決算日に、テナント9aの店舗サーバ2、テナント9bの決済端末4a、テナント9cのPOS端末3dは、締め処理用の売上データとして、決算期間の売上データをそれぞれテナント管理サーバ1に送信する。締め処理用の売上データは、決済方法別に、現金決済による売上金額、クレジット決済による売上金額、電子マネー決済による売上金額等のデータで構成される。クレジット決済による売上データは更に、クレジットカードの種類ごと、即ち、クレジットカードの決済企業ごとに売上金額が計上される。 For example, in the case of the store system described above, on the settlement date specified by the developer, the store server 2 of the tenant 9a, the payment terminal 4a of the tenant 9b, and the POS terminal 3d of the tenant 9c are used as sales data for closing processing during the settlement period. The sales data are transmitted to the tenant management server 1 respectively. The sales data for closing processing is composed of data such as the sales amount by cash settlement, the sales amount by credit settlement, and the sales amount by electronic money settlement for each settlement method. The sales data by credit settlement further records the sales amount for each type of credit card, that is, for each credit card settlement company.

カード判別部104(カード判別手段)は、クレジットカードの種類に基づいて、データ受信部103が受信した売上データから特定のカード(即ち、提携カード)の売上データを判別する。 The card discriminating unit 104 (card discriminating means) discriminates the sales data of a specific card (that is, the affiliated card) from the sales data received by the data receiving unit 103 based on the type of the credit card.

特定のカードとは、提携カードのことであり、カード発行会社(決済企業)が、SCまたはSCの系列グループと提携して発行したクレジットカードである。本実施形態では、SC内のテナントで提携カードを利用して支払を行うと、支払金額に対して割引が適用される運用とする。割引分の金額は、当該カードでの売上があったテナントとデベロッパとで負担する。なお、テナントがSC内の商店会などの団体に所属している場合には、割引分の金額を、テナント、デベロッパ、商店会の3者が負担してもよい。 A specific card is an affiliated card, and is a credit card issued by a card issuing company (payment company) in partnership with SC or an affiliated group of SC. In this embodiment, when a tenant in the SC makes a payment using an affiliated card, a discount is applied to the payment amount. The amount of the discount will be borne by the tenant and the developer who made sales with the card. If the tenant belongs to an organization such as a store association in the shopping center, the tenant, the developer, and the store association may bear the discounted amount.

算出部105は、売上ファイル171に格納された各テナントの売上データについて、テナント毎に、合計売上金額、クレジットカードごとの合計売上金額、家賃、その他諸経費等の金額を算出する。 The calculation unit 105 calculates the total sales amount, the total sales amount for each credit card, the rent, and other expenses for each tenant for the sales data of each tenant stored in the sales file 171.

また、算出部105(負担金額算出手段)は、提携カード利用時の割引に対するテナントの負担率と、決算対象期間の当該テナントにおける当該提携カードの売上合計金額とから、決算対象期間におけるテナントの合計負担額を算出する。 In addition, the calculation unit 105 (means for calculating the burden amount) is the total of the tenants in the settlement target period from the burden ratio of the tenant to the discount when using the affiliated card and the total sales amount of the affiliated card in the tenant in the settlement target period. Calculate the burden amount.

また、算出部105(請求金額加算手段)は、デベロッパがテナントに請求する請求金額に、算出部105が上述のようにして算出した合計負担額を加算して、当該決算対象期間のテナントに対する請求金額を決定する。 Further, the calculation unit 105 (billing amount addition means) adds the total burden amount calculated by the calculation unit 105 as described above to the billing amount billed by the developer to the tenant, and bills the tenant during the settlement target period. Determine the amount.

支払通知生成部106(支払通知生成手段)は、各テナントがデベロッパに対して支払うべき決算対象期間の経費として、算出部105が算出した各テナントの合計負担額を示した支払通知情報を生成する。支払通知情報のデータフォーマットは特に限定されない。支払通知生成部106は、支払通知情報を、文書ファイル形式の支払通知書として生成してもよいし、支払通知情報を支払通知書の印刷用データファイルとして生成してもよい。また、支払通知情報をメール形式で生成してもよい。 The payment notification generation unit 106 (payment notification generation means) generates payment notification information indicating the total burden amount of each tenant calculated by the calculation unit 105 as an expense for the settlement target period that each tenant should pay to the developer. .. The data format of the payment notification information is not particularly limited. The payment notification generation unit 106 may generate the payment notification information as a payment notification in the form of a document file, or may generate the payment notification information as a print data file of the payment notification. In addition, payment notification information may be generated in the form of an email.

支払通知出力部107(支払通知出力手段)は、支払通知生成部106が生成した支払通知書の各種ファイルを出力する。出力のタイミングとしては、締め処理、即ち、決算対象期間における各テナントの売上を精算するための締め処理(決算処理)において支払通知書のデータファイルを出力するとよいが、これ以外のタイミングとしてもよい。 The payment notification output unit 107 (payment notification output means) outputs various files of the payment notification form generated by the payment notification generation unit 106. As the output timing, it is preferable to output the data file of the payment notice in the closing process, that is, the closing process (settlement process) for settling the sales of each tenant in the settlement target period, but other timings may be used. ..

支払通知情報を文書ファイル形式の支払通知書として生成した場合には、支払通知出力部107は当該文書ファイルを各テナントの情報処理装置(例えば、テナント9aの店舗サーバ2、テナント9bの決済端末4a、テナント9cのPOS端末3d)に送信すればよい。また、支払通知情報を印刷用データファイルとして生成した場合には、支払通知出力部107は当該印刷用データファイルを自装置に接続したプリンタに出力して、支払通知書を印字出力すればよい。 When the payment notification information is generated as a payment notification in the form of a document file, the payment notification output unit 107 generates the document file in the information processing device of each tenant (for example, the store server 2 of the tenant 9a and the payment terminal 4a of the tenant 9b). , It may be transmitted to the POS terminal 3d) of the tenant 9c. When the payment notification information is generated as a print data file, the payment notification output unit 107 may output the print data file to a printer connected to the own device and print out the payment notification.

負担率変更部108(負担率変更手段)は、負担率を設定する設定画面(図3、図5参照)を介して、提携カード利用時の割引額に対するテナントの負担率(割引負担率ともいう)の変更を受付ける。 The burden rate changing unit 108 (burden rate changing means) is a tenant's burden rate (also referred to as a discount burden rate) for the discount amount when using the affiliated card via the setting screen (see FIGS. 3 and 5) for setting the burden rate. ) Changes are accepted.

図3は、決済企業ごとの割引負担率を設定する設定画面70の構成例を示す図である。表示制御部101は、業務内容を選択する業務選択画面のメニューから、割引負担率の設定のメニュー項目が選択されると、図3に示すような設定画面70をディスプレイ16に表示する。決済企業ごとの割引負担率を設定する設定画面70には、決済企業ごとの各種設定内容を表示した表示欄71が設けられている。 FIG. 3 is a diagram showing a configuration example of a setting screen 70 for setting a discount burden rate for each settlement company. When the menu item for setting the discount burden rate is selected from the menu of the business selection screen for selecting the business content, the display control unit 101 displays the setting screen 70 as shown in FIG. 3 on the display 16. The setting screen 70 for setting the discount burden rate for each settlement company is provided with a display field 71 displaying various setting contents for each settlement company.

表示欄71の各行にはそれぞれ、決済企業コードと、提携カード名称とが設定される。提携カード名称は、SCの提携カードの総称としてのAAAAAに、カッコ書きで決済企業(カード会社)の名称がBBB、CCC、DDD、EEE等と付されて示される。表示欄71の各行には、各提携カードについて、当該提携カード利用時の割引率、割引率の端数処理、デベロッパの割引負担率、テナントの割引負担率、商店会の割引負担率、負担率の端数処理、負担率の端数調整を行う負担者などの設定値が表示される。これら設定値は、負担率格納部170の設定値を反映している。 A payment company code and an affiliated card name are set in each line of the display field 71. The name of the affiliated card is indicated by AAAAA, which is a general term for the affiliated cards of SC, with the name of the settlement company (card company) in parentheses, such as BBB, CCC, DDD, and EEE. In each line of the display column 71, for each affiliated card, the discount rate when using the affiliated card, the rounding of the discount rate, the developer's discount burden rate, the tenant's discount burden rate, the store association's discount burden rate, and the burden rate. The set values of the bearer who performs rounding and fraction adjustment of the burden rate are displayed. These set values reflect the set values of the burden rate storage unit 170.

表示欄71の各行はカーソル移動により選択可能である。例えば図3に示すように、決済企業コード4a99661の企業EEEとSCとが提携した提携カードAAAAA(EEE)に対する行72が選択された状態でキーボードのエンターキーが操作されると、入力欄73に行72の各項目の内容がコピーして表示される。 Each line of the display field 71 can be selected by moving the cursor. For example, as shown in FIG. 3, when the enter key of the keyboard is operated with the line 72 for the affiliated card AAAAA (EEE) in which the company EEE of the payment company code 4a99661 is affiliated with the SC is selected, the input field 73 is displayed. The contents of each item in line 72 are copied and displayed.

負担率変更部108は、入力欄73から、決済企業コード76の選択を受付けて、選択された決済企業コード76に対応する決済企業と提携した提携カードの名称を、決済企業名称欄77に表示する。また、負担率変更部108は、決済企業名称欄77に表示された提携カードの利用時の割引率の入力を、割引率設定欄78から受付ける。割引率の端数処理については切り上げ、切り捨て、四捨五入を選択欄79から選択可能である。 The burden rate changing unit 108 accepts the selection of the payment company code 76 from the input field 73, and displays the name of the affiliated card affiliated with the payment company corresponding to the selected payment company code 76 in the payment company name field 77. do. Further, the burden rate changing unit 108 accepts the input of the discount rate at the time of using the affiliated card displayed in the settlement company name column 77 from the discount rate setting column 78. For the rounding of the discount rate, rounding up, rounding down, and rounding can be selected from the selection column 79.

また、入力欄73には、割引の負担率の入力を負担者ごとに受付ける設定欄が設けられている。図3では、割引分の支払いをデベロッパ、テナント、テナントが属する商店会の3者で負担する例について示している。この場合に負担率変更部108は、デベロッパの負担率を入力する入力欄80、テナントの負担率を入力する入力欄81、商店会の負担率を入力する入力欄82のそれぞれから、各負担者に対する負担率の入力を受付ける。負担率の端数処理については、切り上げ、切り捨て、四捨五入を選択欄83から選択可能である。また、負担率の端数調整を担う負担者については、選択欄84から選択可能である。 Further, the input field 73 is provided with a setting field for accepting input of the discount burden rate for each bearer. FIG. 3 shows an example in which the developer, the tenant, and the store association to which the tenant belongs bear the payment for the discount. In this case, the burden rate changing unit 108 has each bearer from the input field 80 for inputting the burden rate of the developer, the input field 81 for inputting the burden rate of the tenant, and the input field 82 for inputting the burden rate of the store association. Accepts the input of the burden rate for. For the rounding of the burden rate, rounding up, rounding down, and rounding can be selected from the selection column 83. Further, the bearer who is responsible for adjusting the fraction of the burden rate can be selected from the selection column 84.

商店会が無い場合や商店会があっても商店会は割引額の負担を行わない場合であれば、割引額をデベロッパとテナントとの2者で負担するとして設定画面70を構成すればよい。即ち、設定画面70の入力欄73を、決済企業コード76、決済企業名称欄77、割引率設定欄78、割引率の端数処理の選択欄79、デベロッパの負担率の入力欄80、テナントの負担率の入力欄81、負担率の端数処理の選択欄83、および、負担率の端数調整を担う負担者の選択欄84で構成すればよい。そして、負担率変更部108は、当該設定画面を介して、デベロッパの負担率およびデベロッパの負担率の入力を受付ければよい。尚、尚、一方の負担率が入力された際に他方の負担率を自動的に計算して入力欄80または入力欄81に自動的に表示し、他方の負担率の入力は省いてもよい。 If there is no store association or if the store association does not bear the discount amount even if there is a store association, the setting screen 70 may be configured assuming that the discount amount is borne by the developer and the tenant. That is, the input field 73 of the setting screen 70 is the payment company code 76, the payment company name field 77, the discount rate setting field 78, the discount rate rounding selection field 79, the developer's burden rate input field 80, and the tenant's burden. It may be composed of a rate input field 81, a selection field 83 for rounding the burden rate, and a selection field 84 for the bearer who is responsible for adjusting the fraction of the burden rate. Then, the burden rate changing unit 108 may accept input of the developer's burden rate and the developer's burden rate via the setting screen. When one burden rate is input, the other burden rate may be automatically calculated and automatically displayed in the input field 80 or the input field 81, and the input of the other burden rate may be omitted. ..

設定画面70のメニューバーに設けられた確定アイコン74が操作されると、負担率変更部108は入力欄73に入力された各項目内容を、表示欄71に反映する。 When the confirmation icon 74 provided in the menu bar of the setting screen 70 is operated, the burden rate changing unit 108 reflects the contents of each item input in the input field 73 in the display field 71.

確定アイコン74の操作時に、テナント管理サーバ1は、入力欄73に入力された負担率の合計が割引率と一致するかを判定し、不一致の場合にはエラー出力を行う。即ち、負担率変更部108は、入力欄73において、入力欄80に入力されたデベロッパの負担率と、入力欄81に入力されたテナントの負担率と、入力欄82に入力された商店会の負担率とを合算し、端数処理がある場合には選択欄83、選択欄84で選択された項目に基づき端数処理を行う。そして、負担率変更部108は、割引率設定欄78で設定された割引率に選択欄79で選択された端数処理を行い、当該端数処理後の割引率が、上述の端数処理後の負担率の合算値と一致するか否かを判定する。一致すれば、負担率変更部108は、入力欄73に入力された各値を負担率格納部170に格納する。不一致であれば、表示制御部101は、エラーメッセージをディスプレイ16に表示する。 At the time of operating the confirmation icon 74, the tenant management server 1 determines whether the total of the burden rates input in the input field 73 matches the discount rate, and if they do not match, outputs an error. That is, in the input field 73, the burden rate changing unit 108 is the burden rate of the developer input in the input field 80, the burden rate of the tenant input in the input field 81, and the store association input in the input field 82. The burden rate is added up, and if there is rounding, rounding is performed based on the items selected in the selection field 83 and the selection field 84. Then, the burden rate changing unit 108 performs the fraction processing selected in the selection column 79 on the discount rate set in the discount rate setting column 78, and the discount rate after the fraction processing is the burden rate after the above-mentioned fraction processing. Judge whether or not it matches the total value of. If they match, the burden rate changing unit 108 stores each value input in the input field 73 in the burden rate storage unit 170. If there is a discrepancy, the display control unit 101 displays an error message on the display 16.

尚、割引額の負担をデベロッパとテナントとの2者で行う場合には、当該2者の負担率を合算し、合算値が割引率と一致するか否かを判定する。そして、表示制御部101(エラー出力手段)は、入力されたテナントの負担率とデベロッパの負担率との合計が、提携カード利用時の割引率と相違する場合に、エラーメッセージを出力する。 When the developer and the tenant bear the burden of the discount amount, the burden rates of the two parties are added up and it is determined whether or not the total value matches the discount rate. Then, the display control unit 101 (error output means) outputs an error message when the sum of the input tenant's burden rate and the developer's burden rate is different from the discount rate when using the affiliated card.

図4は、エラーメッセージの表示例を示した図である。表示制御部101は、負担率変更部108が負担率の合算値と割引率とが不一致であると判定すると、ディスプレイ16に図4に示すようなエラーメッセージ273を表示する。エラーメッセージ273としては、負担率の合計が割引率と異なる旨のメッセージを含めればよい。エラーメッセージ273は、ポップアップ画面を用いて表示してもよいし、設定画面70内の部分的な表示領域を用いて表示してもよい。 FIG. 4 is a diagram showing a display example of an error message. When the display control unit 101 determines that the total value of the burden rate and the discount rate do not match, the display control unit 101 displays an error message 273 as shown in FIG. 4 on the display 16. The error message 273 may include a message that the total burden rate is different from the discount rate. The error message 273 may be displayed using a pop-up screen or may be displayed using a partial display area in the setting screen 70.

図3に戻って、設定画面70のメニューバーには終了アイコン75が設けられており、終了アイコン75が操作されると、負担率変更部108は各行に設定された値を負担率格納部170に保存し、表示制御部101はディスプレイ16の表示を上述した業務選択画面(初期画面)に戻す。 Returning to FIG. 3, the end icon 75 is provided in the menu bar of the setting screen 70, and when the end icon 75 is operated, the burden rate changing unit 108 sets the value set in each line to the burden rate storage unit 170. The display control unit 101 returns the display of the display 16 to the above-mentioned business selection screen (initial screen).

なお、負担率の設定は、さらに細分化して設定可能としてもよい。例えば、所定期間ごと、あるいは、日毎で割引負担率を設定できるようにしてもよい。 The burden rate may be further subdivided and set. For example, the discount burden rate may be set for each predetermined period or for each day.

図5は、日ごとの割引負担率を設定する設定画面90の構成例を示す図である。設定画面90には、年月を選択する選択欄91と、決済企業コードを選択する選択欄92と、割引率を設定する割引率設定欄93とが設けられている。また、日別負担率設定テーブル94には、一決算対象期間中の日付が表示され、各日付に対してデベロッパの負担率、テナントの負担率、商店会の負担率が表示される。 FIG. 5 is a diagram showing a configuration example of a setting screen 90 for setting a daily discount burden rate. The setting screen 90 is provided with a selection field 91 for selecting a year and month, a selection field 92 for selecting a settlement company code, and a discount rate setting field 93 for setting a discount rate. Further, in the daily burden rate setting table 94, the dates during one settlement period are displayed, and the developer's burden rate, the tenant's burden rate, and the store association's burden rate are displayed for each date.

図3と同様に、日別負担率設定テーブル94のうち一行をカーソルにより選択した状態でエンターキーが操作されると、選択された行の内容が日別負担率設定テーブル94の下部に設けられている入力欄95にコピーして表示される。負担率変更部108は、図3で上述した受付処理と同様に、入力欄95を介して、対象日におけるデベロッパの負担率、テナントの負担率、商店会の負担率の入力を受付ける。入力後の負担率格納部170への格納処理等については、図3で上述した処理と同様である。 Similar to FIG. 3, when the enter key is operated with one row selected by the cursor in the daily burden rate setting table 94, the contents of the selected row are provided at the bottom of the daily burden rate setting table 94. It is copied and displayed in the input field 95. Similar to the reception process described above in FIG. 3, the burden rate changing unit 108 accepts the input of the developer's burden rate, the tenant's burden rate, and the store association's burden rate on the target day via the input field 95. The process of storing the load rate in the storage unit 170 after input is the same as the process described above in FIG.

例えば、提携カード利用時の割引率を優待セール期間中では高く設定する場合などに、併せて負担率を通常期間とは変えて設定し、テナントの負担率は維持し、割引率増分はデベロッパが負担するように設定してもよい。 For example, when the discount rate when using an affiliated card is set high during the preferential sale period, the burden rate is set differently from the normal period, the tenant's burden rate is maintained, and the discount rate increase is done by the developer. It may be set to bear.

図6は、負担率設定処理の手順例を示したフローチャートである。入力受付部102は、業務選択画面のメニューから、割引負担率の設定のメニュー項目が選択されたか否かを判定する(ステップS1)。選択されなければ(ステップS1:No)、ステップS1で待つ。選択された場合(ステップS1:Yes)には、表示制御部101は、割引負担率を設定する設定画面70(図3参照)をディスプレイ16に表示する(ステップS2)。 FIG. 6 is a flowchart showing a procedure example of the burden rate setting process. The input reception unit 102 determines whether or not the menu item for setting the discount burden rate is selected from the menu on the business selection screen (step S1). If it is not selected (step S1: No), it waits in step S1. When selected (step S1: Yes), the display control unit 101 displays the setting screen 70 (see FIG. 3) for setting the discount burden rate on the display 16 (step S2).

設定画面70において、提携カードの決済企業が選択されたか、即ち、カード会社ごとに複数種類ある提携カードのうち、1種類の提携カードが選択されたか判定する(ステップS3)。図3の例でいえば、表示欄71においていずれか一行が選択された上でキーボードのエンターキーが操作されたか判定する(ステップS3)。提携カードの種類が選択されない間(ステップS3:No)は、ステップS3で選択操作を待つ。提携カードの種類が選択された場合(ステップS3:Yes)には、表示制御部101は設定画面70の入力欄73に、選択された種類の提携カードに関する設定情報(図3の例でいえば、行72に表示されている各項目の内容をコピーして表示する。負担率変更部108は、入力欄73を介して、各項目に対する入力を受付ける(ステップS4)。次に、入力受付部102は、設定画面70において確定アイコン74が操作されたか否かを判定する(ステップS5)。 On the setting screen 70, it is determined whether the payment company of the affiliated card is selected, that is, whether one type of affiliated card is selected from the plurality of types of affiliated cards for each card company (step S3). In the example of FIG. 3, it is determined whether or not the enter key of the keyboard is operated after any one line is selected in the display field 71 (step S3). While the type of affiliated card is not selected (step S3: No), the selection operation is awaited in step S3. When the type of affiliated card is selected (step S3: Yes), the display control unit 101 displays the setting information regarding the selected type of affiliated card in the input field 73 of the setting screen 70 (in the example of FIG. 3). , The content of each item displayed in line 72 is copied and displayed. The burden rate changing unit 108 accepts input for each item via the input field 73 (step S4). Next, the input receiving unit 102 determines whether or not the confirmation icon 74 has been operated on the setting screen 70 (step S5).

確定アイコン74が操作されない間(ステップS5:No)は、操作を待つ。確定アイコン74が操作された場合(ステップS5:Yes)には、負担率変更部108は、入力欄73に入力された各負担者分の負担率を合算する(ステップS6)。負担率変更部108は、負担率の合算値が、提携カード利用時の割引率と一致するか否かを判定する(ステップS7)。負担率の合算値が割引率と一致しない場合(ステップS7:No)には、表示制御部101は図4に示したようなエラーメッセージ273をディスプレイ16に表示し(ステップS9)、ステップS4に移行する。負担率の合算値が割引率と一致すれば(ステップS7:Yes)、負担率変更部108は、入力欄73から入力された各項目の内容を受付けて、負担率格納部170に格納し、負担率格納部170の設定データを更新する(ステップS8)。 While the confirmation icon 74 is not operated (step S5: No), the operation is waited for. When the confirmation icon 74 is operated (step S5: Yes), the burden rate changing unit 108 adds up the burden rates for each bearer input in the input field 73 (step S6). The burden rate changing unit 108 determines whether or not the total value of the burden rates matches the discount rate when using the affiliated card (step S7). When the total value of the burden rates does not match the discount rate (step S7: No), the display control unit 101 displays an error message 273 as shown in FIG. 4 on the display 16 (step S9), and in step S4. Transition. If the total value of the burden rate matches the discount rate (step S7: Yes), the burden rate changing unit 108 receives the content of each item input from the input field 73 and stores it in the burden rate storage unit 170. The setting data of the burden rate storage unit 170 is updated (step S8).

入力受付部102は、設定画面70において終了アイコン75(図3参照)が操作されたか否かを判定する(ステップS10)。終了アイコン75が操作されなければ(ステップS10:No)、ステップS3に移行する。終了アイコン75が操作されると(ステップS10:Yes)、負担率設定処理を終了し、表示制御部101は設定画面70の表示を終了してディスプレイ16の表示を業務選択画面に戻す。 The input receiving unit 102 determines whether or not the end icon 75 (see FIG. 3) has been operated on the setting screen 70 (step S10). If the end icon 75 is not operated (step S10: No), the process proceeds to step S3. When the end icon 75 is operated (step S10: Yes), the burden rate setting process is terminated, and the display control unit 101 ends the display of the setting screen 70 and returns the display of the display 16 to the business selection screen.

次に、締め処理(決算処理)において、テナント管理サーバ1が負担率格納部170に設定された負担率を読み込んで、デベロッパからテナントに請求する金額を算出する請求額算出処理の手順例について説明する。尚、各テナントへの請求額算出処理については、ディスプレイ16に表示させたGUI画面を介して行われる。当該GUI画面の構成については、下記のフローチャートに含まれる入力処理が行えるものであればその詳細な構成は特に限定しない。 Next, in the closing process (settlement process), the procedure example of the billing amount calculation process in which the tenant management server 1 reads the burden rate set in the burden rate storage unit 170 and calculates the amount billed from the developer to the tenant will be described. do. The billing amount calculation process for each tenant is performed via the GUI screen displayed on the display 16. The detailed configuration of the GUI screen is not particularly limited as long as the input processing included in the following flowchart can be performed.

図7は、締め処理の手順例を示したフローチャートである。入力受付部102は業務選択画面から締め処理を開始するメニューが選択されたか否かを判定する(ステップS21)。選択されない間(ステップS21)は、ステップS21で待つ。締め処理を開始するメニューが選択されると(ステップS21:Yes)、表示制御部101はディスプレイ16に締め処理を行うGUI画面を表示する。算出部105は、SC内の複数のテナントからテナントを1つずつ選択し、選択したテナントを順次、請求額算出の対象として設定する(ステップS22)。 FIG. 7 is a flowchart showing an example of the procedure of the tightening process. The input receiving unit 102 determines whether or not the menu for starting the closing process is selected from the business selection screen (step S21). While it is not selected (step S21), it waits in step S21. When the menu for starting the closing process is selected (step S21: Yes), the display control unit 101 displays a GUI screen for performing the closing process on the display 16. The calculation unit 105 selects tenants one by one from a plurality of tenants in the SC, and sequentially sets the selected tenants as targets for billing amount calculation (step S22).

算出部105は、データ受信部103が各テナントから受信して売上ファイル171に格納した売上データから、ステップS22で選択したテナントのクレジット売上データを読み込む(ステップS23)。また、算出部105は、決済対象期間の売上データに基づいて、テナント毎、クレジットカード種類毎の売上合計金額を読み込む。 The calculation unit 105 reads the credit sales data of the tenant selected in step S22 from the sales data received from each tenant by the data reception unit 103 and stored in the sales file 171 (step S23). Further, the calculation unit 105 reads the total sales amount for each tenant and each credit card type based on the sales data of the settlement target period.

算出部105は、提携カードの種類、即ち、提携カードの決済企業を1つずつ選択し(ステップS24)、当該提携カードについて、テナントの負担率を負担率格納部170から読み込む(ステップS25)。算出部105は、ステップS24で選択した種類の提携カードについて、ステップS23で読み込んだ決済期間中の売上合計金額と、ステップS25で読み込んだテナントの負担率とから、ステップS22で選択したテナントの割引負担額を算出する(ステップS26)。 The calculation unit 105 selects the types of affiliated cards, that is, the settlement companies of the affiliated cards one by one (step S24), and reads the tenant's burden rate for the affiliated card from the burden rate storage unit 170 (step S25). The calculation unit 105 discounts the tenant selected in step S22 from the total sales amount during the settlement period read in step S23 and the burden rate of the tenant read in step S25 for the affiliated card of the type selected in step S24. The burden amount is calculated (step S26).

提携カードの種類が複数有り、他の種類の提携カード、即ち、他の決済企業による提携カードがある場合(ステップS27:Yes)には、ステップS24に移行して、ステップS24~S27の処理を全種類の提携カードについて行う。全ての種類の提携カードについて割引負担額の算出が終了すれば(ステップS27:No)、ステップS28に移行する。 When there are a plurality of types of affiliated cards and there are other types of affiliated cards, that is, affiliated cards by other payment companies (step S27: Yes), the process proceeds to step S24 and the processes of steps S24 to S27 are performed. Perform for all types of affiliated cards. When the calculation of the discount burden amount for all types of affiliated cards is completed (step S27: No), the process proceeds to step S28.

算出部105は、全ての種類の提携カードについて算出した割引負担額を合算し、ステップS22で選択したテナントが負担する合計負担額を算出する。そして、算出部105は、デベロッパが当該テナントに請求する請求金額(例えば光熱費等の経費などの合計)に、ステップS28で算出した合計負担額を加算して、決算対象期間の当該テナント(ステップS22で選択したテナント)に対する請求金額を決定する(ステップS29)。 The calculation unit 105 adds up the discount burdens calculated for all types of affiliated cards, and calculates the total burden to be borne by the tenant selected in step S22. Then, the calculation unit 105 adds the total burden amount calculated in step S28 to the amount billed by the developer to the tenant (for example, the total of expenses such as utility costs), and the calculation unit 105 adds the total burden amount calculated in step S28 to the tenant (step) during the settlement target period. The billing amount for the tenant selected in S22) is determined (step S29).

支払通知生成部106は、ステップS22で選択したテナントについて、支払通知書の電子文書ファイルを生成し、支払通知格納部172に格納する(ステップS30)。支払通知書には、決算対象期間の経費の一項目として、ステップS28で算出した合計負担額と、当該合計負担額が提携カード割引に対するテナントの負担額であることを示す項目名とが示される。 The payment notification generation unit 106 generates an electronic document file of the payment notification for the tenant selected in step S22 and stores it in the payment notification storage unit 172 (step S30). In the payment notice, as one item of the expense for the settlement target period, the total burden amount calculated in step S28 and the item name indicating that the total burden amount is the burden amount of the tenant for the affiliated card discount are shown. ..

未処理のテナント、即ち、支払通知書を生成していないテナントがあれば(ステップS31:Yes)、ステップS22に移行して全てのテナント分について支払通知書を生成するまで、ステップS22~S31の処理を続ける。未処理のテナントが無くなり、全てのテナントについて支払通知書を生成すると(ステップS31:No)、ステップS32に移行する。 If there is an unprocessed tenant, that is, a tenant that has not generated a payment notice (step S31: Yes), steps S22 to S31 until the process proceeds to step S22 and payment notices are generated for all tenants. Continue processing. When there are no unprocessed tenants and payment notices are generated for all tenants (step S31: No), the process proceeds to step S32.

支払通知出力部107は、締め処理のGUI画面を介して、支払通知書を印字出力する指示を受付けたか否かを判定する(ステップS32)。指示を受付けない間(ステップS32:No)は、ステップS32で待つ。印字出力の指示を受付けると(ステップS32:Yes)、支払通知出力部107は、支払通知格納部172から各テナント分の支払通知書の電子文書ファイルを読み込んで、プリンタに出力する(ステップS33)。プリンタは当該電子文書ファイルに基づいて、各テナント分の支払通知書を印刷する。尚、支払通知出力部107は、各テナントに対する支払通知書の電子文書ファイルを、各テナントの情報処理装置に出力送信してもよい(ステップS33)。支払通知出力部107は、各テナントに対する支払通知書の出力が終了すると、当該テナントへの支払通知書の出力が完了したことを支払通知格納部172に記録して、締め処理を終了する。 The payment notification output unit 107 determines whether or not the instruction to print out the payment notification has been accepted via the GUI screen of the closing process (step S32). While the instruction is not accepted (step S32: No), the process waits in step S32. Upon receiving the print output instruction (step S32: Yes), the payment notification output unit 107 reads the electronic document file of the payment notification for each tenant from the payment notification storage unit 172 and outputs it to the printer (step S33). .. The printer prints payment notices for each tenant based on the electronic document file. The payment notification output unit 107 may output and transmit the electronic document file of the payment notification for each tenant to the information processing device of each tenant (step S33). When the output of the payment notice to each tenant is completed, the payment notification output unit 107 records in the payment notification storage unit 172 that the output of the payment notice to the tenant is completed, and ends the closing process.

本発明のいくつかの実施形態を説明したが、これらの実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。 Although some embodiments of the present invention have been described, these embodiments are presented as examples and are not intended to limit the scope of the invention. These novel embodiments can be implemented in various other embodiments, and various omissions, replacements, and changes can be made without departing from the gist of the invention. These embodiments and variations thereof are included in the scope and gist of the invention, and are also included in the scope of the invention described in the claims and the equivalent scope thereof.

例えば上述では、各テナントの情報処理装置が、クレジットカードの種類ごとの合計金額を算出した上で締め処理用の売上データをテナント管理サーバ1に送信するとしたが、実施形態はこれに限定されない。テナントの情報処理装置が、決算対象期間の売上データを決済方法ごと、クレジットカードの種類ごとにまとめて合計金額を算出する機能を有しない場合には、取引ごとの売上データに基づいてテナント管理サーバ1が提携カードによる売上を抽出し、決算対象期間の売上金額を合算してもよい。 For example, in the above description, the information processing apparatus of each tenant calculates the total amount of money for each type of credit card and then sends the sales data for the closing process to the tenant management server 1, but the embodiment is not limited to this. If the tenant's information processing device does not have the function to calculate the total amount by collecting the sales data for the settlement target period for each payment method and credit card type, the tenant management server is based on the sales data for each transaction. 1 may extract the sales from the affiliated card and add up the sales amount during the settlement period.

また、データ受信部103は、決算日等の予め定められた日に、各テナントから決算対象期間分の売上データをまとめて受信するとしたが、受信方法はこれに限定されない。テナントの情報処理装置は日毎の精算処理で随時売上データをテナント管理サーバ1に送信してもよい。この場合、テナント管理サーバ1は締め処理において決算対象期間の提携カードの売上データを選別し、締め処理(決算処理)に用いればよい。 Further, the data receiving unit 103 is supposed to collectively receive the sales data for the settlement target period from each tenant on a predetermined date such as the settlement date, but the receiving method is not limited to this. The information processing device of the tenant may send the sales data to the tenant management server 1 at any time in the daily settlement process. In this case, the tenant management server 1 may select the sales data of the affiliated card in the settlement target period in the closing process and use it in the closing process (settlement process).

以上説明した通り、上記実施形態によれば、特定のカード(即ち、提携カード)の割引額をデベロッパとテナントとで分担する場合に、テナントへの請求処理を簡便化できる情報処理装置およびプログラムを提供することができる。 As described above, according to the above embodiment, there is an information processing device and a program that can simplify the billing process to the tenant when the discount amount of the specific card (that is, the affiliated card) is shared between the developer and the tenant. Can be provided.

1 テナント管理サーバ
10 制御部
101 表示制御部
102 入力受付部
103 データ受信部
104 カード判別部
105 算出部
106 支払通知生成部
107 支払通知出力部
108 負担率変更部
170 負担率格納部
171 売上ファイル
172 支払通知格納部
1 Tenant management server 10 Control unit 101 Display control unit 102 Input reception unit 103 Data reception unit 104 Card discrimination unit 105 Calculation unit 106 Payment notification generation unit 107 Payment notification output unit 108 Burden rate change unit 170 Burden rate storage unit 171 Sales file 172 Payment notification storage

特開平11-250132号公報Japanese Unexamined Patent Publication No. 11-250132

Claims (6)

テナントの情報処理装置から、決算対象期間分のクレジットカード払いの売上データを受信する売上データ受信手段と、
クレジットカードの種類に基づいて、前記売上データから特定のカードの売上データを判別するカード判別手段と、
前記テナントの前記決算対象期間における前記特定のカードの売上合計金額と、前記特定のカードの利用割引に対する前記テナントの負担率とから、前記決算対象期間における前記テナントの合計負担額を算出する負担金額算出手段と、
デベロッパが前記テナントに請求する請求金額に、前記合計負担額を加算する請求金額加算手段と、
を備えた情報処理装置。
A sales data receiving means for receiving credit card payment sales data for the settlement period from the tenant's information processing device,
A card discrimination means for discriminating sales data of a specific card from the sales data based on the type of credit card, and
The burden amount for calculating the total burden amount of the tenant in the settlement target period from the total sales amount of the specific card in the settlement target period of the tenant and the burden rate of the tenant for the usage discount of the specific card. Calculation means and
A billing amount addition means that adds the total burden amount to the billing amount billed by the developer to the tenant.
Information processing device equipped with.
前記テナントが前記デベロッパに対して支払うべき前記決算対象期間の経費として、前記テナントの合計負担額を示した支払通知情報を生成し、生成した支払通知情報を出力する支払通知出力手段を更に備えた、請求項1に記載の情報処理装置。 Further provided with a payment notification output means for generating payment notification information indicating the total burden of the tenant and outputting the generated payment notification information as expenses for the settlement target period to be paid by the tenant to the developer. , The information processing apparatus according to claim 1. 前記支払通知出力手段は、前記決算対象期間における前記テナントの売上を精算する締め処理において、前記決算対象期間における前記テナントの前記合計負担額を示した前記支払通知情報を生成する、請求項2に記載の情報処理装置。 According to claim 2, the payment notification output means generates the payment notification information indicating the total burden amount of the tenant in the settlement target period in the closing process for settling the sales of the tenant in the settlement target period. The information processing device described. 前記特定のカード利用時の割引に対する前記テナントの負担率の変更を受付ける負担率変更手段を更に備えた、請求項1ないし3のいずれか1つに記載の情報処理装置。 The information processing apparatus according to any one of claims 1 to 3, further comprising a burden rate changing means for accepting a change in the burden rate of the tenant for a discount when using the specific card. 前記テナントの負担率と前記デベロッパの負担率との合計が、前記特定のカード利用時の割引率と相違する場合にエラー出力するエラー出力手段を更に備えた、請求項4に記載の情報処理装置。 The information processing apparatus according to claim 4, further comprising an error output means for outputting an error when the sum of the burden rate of the tenant and the burden rate of the developer is different from the discount rate when using the specific card. .. 情報処理装置を制御するコンピュータを、
テナントの情報処理装置から、決算対象期間分のクレジットカード払いの売上データを受信する売上データ受信手段と、
クレジットカードの種類に基づいて、前記売上データから特定のカードの売上データを判別するカード判別手段と、
前記テナントの前記決算対象期間における前記特定のカードの売上合計金額と、前記特定のカードの利用割引に対する前記テナントの負担率とから、前記決算対象期間における前記テナントの合計負担額を算出する負担金額算出手段と、
デベロッパが前記テナントに請求する請求金額に、前記合計負担額を加算する請求金額加算手段と、して機能させるプログラム。
A computer that controls an information processing device,
A sales data receiving means for receiving credit card payment sales data for the settlement period from the tenant's information processing device,
A card discrimination means for discriminating sales data of a specific card from the sales data based on the type of credit card, and
The burden amount for calculating the total burden amount of the tenant in the settlement target period from the total sales amount of the specific card in the settlement target period of the tenant and the burden rate of the tenant for the usage discount of the specific card. Calculation means and
A program that functions as a billing amount addition means that adds the total burden amount to the billing amount billed by the developer to the tenant.
JP2018100774A 2018-05-25 2018-05-25 Information processing equipment and programs Active JP6997675B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018100774A JP6997675B2 (en) 2018-05-25 2018-05-25 Information processing equipment and programs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018100774A JP6997675B2 (en) 2018-05-25 2018-05-25 Information processing equipment and programs

Publications (2)

Publication Number Publication Date
JP2019204426A JP2019204426A (en) 2019-11-28
JP6997675B2 true JP6997675B2 (en) 2022-01-17

Family

ID=68727113

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018100774A Active JP6997675B2 (en) 2018-05-25 2018-05-25 Information processing equipment and programs

Country Status (1)

Country Link
JP (1) JP6997675B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7566543B2 (en) 2020-09-14 2024-10-15 東芝テック株式会社 Transaction data processing device and its control program
JP7525530B2 (en) 2022-02-09 2024-07-30 株式会社オービック Credit claim transfer system, credit claim transfer method, and credit claim transfer program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009295091A (en) 2008-06-09 2009-12-17 Jaspas Inc Point system
US20090327064A1 (en) 2008-06-26 2009-12-31 Gmarket Inc. Method for selling bundle discount products in the electronic commerce and computer-readable record medium which is recording a program of executing the method
JP2012234455A (en) 2011-05-09 2012-11-29 Shinichi Shirosaki Point exchange apparatus

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63229600A (en) * 1987-03-19 1988-09-26 富士通株式会社 Transaction data processor

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009295091A (en) 2008-06-09 2009-12-17 Jaspas Inc Point system
US20090327064A1 (en) 2008-06-26 2009-12-31 Gmarket Inc. Method for selling bundle discount products in the electronic commerce and computer-readable record medium which is recording a program of executing the method
JP2012234455A (en) 2011-05-09 2012-11-29 Shinichi Shirosaki Point exchange apparatus

Also Published As

Publication number Publication date
JP2019204426A (en) 2019-11-28

Similar Documents

Publication Publication Date Title
JP5882122B2 (en) Card payment information notification system, card payment information notification method, and card payment information notification program
JP6059319B1 (en) Price payment management system and price payment management method
US10607236B2 (en) Universal system for enabling dynamically discounted buyer-vendor payments
JP6991292B2 (en) Payment card management system and management device
JP7004861B1 (en) Management equipment, management methods and management programs
US20140019346A1 (en) Universal system for electronic check creation and payment via image cash letter
JP7406141B2 (en) Virtual currency payment support device, virtual currency payment support system, virtual currency payment support method, and virtual currency payment support program
JP6997675B2 (en) Information processing equipment and programs
US8762271B2 (en) Universal payment module and system
JP6641557B2 (en) Payment processing device, payment system, payment processing method, and program
JP6583999B2 (en) Payment processing apparatus, payment system, payment processing method, and program
JP7239256B1 (en) Electronic currency system
JP6660442B2 (en) Display control program, terminal, and display control method
JP2010524117A (en) Discriminatory payment system and method
JP6913160B2 (en) Purchase system, purchase processing method, purchase target server, and computer program
JP2005189938A (en) Credit settlement processing system and method using usage point of credit as electronic money
JP7053924B1 (en) Management equipment, management methods and management programs
JP6996017B1 (en) Management equipment, management methods and management programs
JP2011170741A (en) Application providing system, charging method for application providing system, and program
JP2005174033A (en) Payment system for credit
JP2023033054A (en) Program, system, and method
JP2015056044A (en) Settlement intermediation system, settlement system, program and method
JP2017037593A (en) Settlement processing device, settlement system, settlement processing method, and program
JP7260701B1 (en) Information processing device and information processing method
KR20130089996A (en) System for managing educational institutes and method thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210215

TRDD Decision of grant or rejection written
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20211126

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20211130

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20211217

R150 Certificate of patent or registration of utility model

Ref document number: 6997675

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150