JP7387319B2 - Information processing device and information processing program - Google Patents

Information processing device and information processing program Download PDF

Info

Publication number
JP7387319B2
JP7387319B2 JP2019136210A JP2019136210A JP7387319B2 JP 7387319 B2 JP7387319 B2 JP 7387319B2 JP 2019136210 A JP2019136210 A JP 2019136210A JP 2019136210 A JP2019136210 A JP 2019136210A JP 7387319 B2 JP7387319 B2 JP 7387319B2
Authority
JP
Japan
Prior art keywords
store
stores
sales
target
processor
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
JP2019136210A
Other languages
Japanese (ja)
Other versions
JP2021021977A (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 JP2019136210A priority Critical patent/JP7387319B2/en
Publication of JP2021021977A publication Critical patent/JP2021021977A/en
Application granted granted Critical
Publication of JP7387319B2 publication Critical patent/JP7387319B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

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

Description

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

店舗における売上実績を管理するためには、複数の店舗間で売上を比較することが有用である。しかしながら、売上の金額は、来店客数、客層及び棚作りなどの諸条件によって店舗毎に異なることが当然である。このため、複数の店舗間で売上を比較する場合、各店舗の売上を正規化することが一般的である。
正規化の手法の1つは、店舗間の売上比率を用いる手法である。売上比率は、2つの店舗で共に販売した商品についての両店舗それぞれの総売上額の比率である。このため売上比率は、同一の商品を2つの店舗で販売した場合に、一方の店舗において他方の店舗に対して何倍の売上が期待できるかの指標値となる。そして2つの店舗の一方で販売している商品の商品毎の売上額を売上比率で除算することによって、正規化した売上額を得る。
In order to manage sales performance at a store, it is useful to compare sales among multiple stores. However, it goes without saying that the amount of sales varies from store to store depending on various conditions such as the number of customers visiting the store, the customer base, and the layout of the shelves. For this reason, when comparing sales between multiple stores, it is common to normalize the sales of each store.
One normalization method is a method using sales ratios between stores. The sales ratio is the ratio of the total sales amount of products sold at both stores at both stores. Therefore, the sales ratio is an index value that indicates how many times the sales can be expected at one store compared to the other store when the same product is sold at two stores. Then, the normalized sales amount is obtained by dividing the sales amount for each product sold by one of the two stores by the sales ratio.

この手法では、多数の店舗で売上を比較する場合には、それら多数の店舗のうちの2店舗の全組み合わせに関して売上比率を算出しなければならない。このため、計算量のオーダーは、店舗数をnと表すならばO(n^2)となる。つまり、店舗数の増加に伴って、計算量が大幅に増加してしまうことになる。
このような事情から、多数の店舗に関する売上を比較するための正規化を行う場合でも計算量を少なく抑えられることが望まれていた。
In this method, when comparing sales at a large number of stores, sales ratios must be calculated for all combinations of two stores among the large number of stores. Therefore, the order of the amount of calculation is O(n^2) if the number of stores is expressed as n. In other words, as the number of stores increases, the amount of calculation will increase significantly.
Under these circumstances, it has been desired to be able to keep the amount of calculations low even when performing normalization to compare sales for a large number of stores.

特開2018-136594号公報Japanese Patent Application Publication No. 2018-136594

本発明が解決しようとする課題は、多数の店舗に関する売上を比較するための正規化を行う場合でも計算量を少なく抑えられる情報処理装置及び情報処理プログラムを提供することである。 An object of the present invention is to provide an information processing device and an information processing program that can reduce the amount of calculation even when performing normalization for comparing sales for a large number of stores.

実施形態の情報処理装置は、取得手段、算出手段及び正規化手段を備える。取得手段は、店舗で販売した商品毎の売上額を求めるためのデータを、3つ以上の店舗のそれぞれに関して取得する。算出手段は、3つ以上の店舗のうちの一店舗である基準店舗と3つ以上の店舗のうちの基準店舗とは別の対象店舗とで共に販売された商品に関しての基準店舗での総売上額と対象店舗での総売上額との比率を、取得手段により取得されたデータに基づいて算出する処理を、3つ以上の店舗のうちの複数の対象店舗に関してそれぞれ行う。正規化手段は、対象店舗に関して取得手段により取得されたデータから求まる商品毎の売上額を、その対象店舗に関して算出手段により算出された比率によって正規化する処理を、複数の対象店舗に関してそれぞれ行う。 The information processing apparatus of the embodiment includes an acquisition means, a calculation means, and a normalization means. The acquisition means acquires data for each of the three or more stores to determine the sales amount for each product sold at the store. The calculation method is the total sales at the reference store for products sold together at the reference store, which is one of the three or more stores, and the target store, which is different from the reference store among the three or more stores. A process of calculating the ratio between the amount and the total sales amount at the target store based on the data acquired by the acquisition means is performed for each of the plurality of target stores among the three or more stores. The normalization means performs processing for each of the plurality of target stores to normalize the sales amount for each product determined from the data acquired by the acquisition means regarding the target store by the ratio calculated by the calculation means for the target store.

一実施形態に係る情報提供サーバの要部回路構成及び当該情報提供サーバが適用される情報提供システムの概略構成を示すブロック図。FIG. 1 is a block diagram illustrating a main circuit configuration of an information providing server according to an embodiment and a schematic configuration of an information providing system to which the information providing server is applied. 図1中のプロセッサによる集計処理のフローチャート。2 is a flowchart of aggregation processing by the processor in FIG. 1.

以下、実施の形態の一例について図面を用いて説明する。なお、本実施の形態では、情報処理装置としての機能を備え、通信ネットワークを介した情報提供を行う情報提供サーバを例に説明する。
図1は本実施形態に係る情報提供サーバ1の要部回路構成及び当該情報提供サーバ1が適用される情報提供システムの概略構成を示すブロック図である。
この情報提供システムは、情報提供サーバ1、複数の店舗システム2及び情報端末3を含む。そして情報提供サーバ1、複数の店舗システム2及び情報端末3は、通信ネットワーク4を介して通信可能とされている。
なお、本実施形態において「店舗」とは、実店舗及び仮想店舗のいずれであってもよい。そして複数の店舗には、実店舗及び仮想店舗が混在していてもよい。ただし本実施形態では、実店舗のみとする。
An example of an embodiment will be described below with reference to the drawings. In this embodiment, an information providing server that has a function as an information processing device and provides information via a communication network will be described as an example.
FIG. 1 is a block diagram showing the main circuit configuration of an information providing server 1 according to this embodiment and the schematic configuration of an information providing system to which the information providing server 1 is applied.
This information providing system includes an information providing server 1, a plurality of store systems 2, and an information terminal 3. The information providing server 1, the plurality of store systems 2, and the information terminals 3 are capable of communicating via the communication network 4.
Note that in this embodiment, the "store" may be either a physical store or a virtual store. The plurality of stores may include a mixture of physical stores and virtual stores. However, in this embodiment, only physical stores are available.

情報提供サーバ1は、後述する情報提供サービスを提供するための情報処理を実行する。情報提供サーバ1は、例えば情報提供サービスを提供する事業者により運営される。情報提供サーバ1は、当該事業者により所有されていてもよいし、レンタルサーバが用いられてもよい。つまり情報提供サービスは、情報提供サービスの利用者から見ると、クラウドサービスとして提供される。なお、情報提供サービスの提供は、営利及び非営利のいずれであるかは問わない。情報提供サービスを提供する事業者は、店舗を運営する事業者と同じであってもよい。 The information providing server 1 executes information processing for providing an information providing service to be described later. The information providing server 1 is operated by, for example, a business that provides information providing services. The information providing server 1 may be owned by the business operator, or a rental server may be used. In other words, the information providing service is provided as a cloud service from the perspective of the user of the information providing service. Furthermore, it does not matter whether the information provision service is provided for profit or non-profit. The business operator that provides the information provision service may be the same business operator that operates the store.

店舗システム2は、商品を販売する店舗毎に設けられる。店舗システム2は、複数のPOS端末21、店舗サーバ22及び店内通信網23を含む。POS端末21は、商品の販売に係わる登録、勘定及び決済などに関わる情報処理を行う。そしてPOS端末21は、そのような情報処理の結果として得られる販売データを店舗サーバ22に送る。販売データは、店舗コード、取引日時、商品リスト、決済結果及び顧客コードなどを含むものであり、既存のPOSシステムで用いられている同種のデータと同様なデータであってよい。店舗コードは、POS端末21が設置されている店舗を識別するために予め定められたコードである。取引日時は、取引が行われた日時である。商品リストは、該当する取引により販売された商品を識別するために定められたSKU(stock keeping unit)コード及び商品の個々の販売金額を表したリストである。SKUコードとしては、JAN(Japan article number)コードが用いられてもよいし、それ以外に定められたコードが用いられてもよい。なお、SKUとは、販売管理上での商品のグループを表す。例えば、「ミックス・サンドウィッチ」と称される同様な多数の商品が販売される場合、これら「ミックス・サンドウィッチ」と称される同様な多数の商品は同一のSKUに属する商品として、同一のSKUコードにより識別される。決済結果は、決済した金額及び適用した決済方法などを表す。 The store system 2 is provided for each store that sells products. The store system 2 includes a plurality of POS terminals 21, a store server 22, and an in-store communication network 23. The POS terminal 21 performs information processing related to registration, accounting, payment, etc. related to product sales. The POS terminal 21 then sends the sales data obtained as a result of such information processing to the store server 22. The sales data includes store code, transaction date and time, product list, payment result, customer code, etc., and may be the same type of data used in existing POS systems. The store code is a predetermined code for identifying the store where the POS terminal 21 is installed. The transaction date and time is the date and time when the transaction was performed. The product list is a list showing SKU (stock keeping unit) codes determined to identify products sold in the corresponding transaction and the sales amount of each product. As the SKU code, a JAN (Japan article number) code may be used, or another predetermined code may be used. Note that SKU represents a group of products in sales management. For example, if a large number of similar products called "mixed sandwiches" are sold, these similar products called "mixed sandwiches" will be classified as belonging to the same SKU and will have the same SKU code. Identified by The payment result indicates the amount paid and the payment method applied.

店舗サーバ22は、複数のPOS端末21から送られる販売データを収集し、管理する。店舗サーバ22は、収集した販売データを予め定められたタイミングで一括して情報提供サーバ1へと送る。店舗サーバ22は、販売データに任意のデータを付加してもよい。例えば、POS端末21では店舗コードを販売データに含めず、店舗サーバ22が店舗コードを販売データに付加してもよい。
複数の店舗システム2は、いずれも同一の企業に属していてもよいし、複数の企業のいずれかに属していてもよい。ただし本実施形態においては、複数の店舗システム2が、いずれも同一の企業に属することとする。
The store server 22 collects and manages sales data sent from a plurality of POS terminals 21. The store server 22 sends the collected sales data all at once to the information providing server 1 at a predetermined timing. The store server 22 may add arbitrary data to the sales data. For example, the POS terminal 21 may not include the store code in the sales data, and the store server 22 may add the store code to the sales data.
The plurality of store systems 2 may all belong to the same company, or may belong to any one of a plurality of companies. However, in this embodiment, it is assumed that the plurality of store systems 2 all belong to the same company.

情報端末3は、情報提供サーバ1が販売データ管理のために提供する各種の情報を店舗の担当者等の閲覧者が確認するために用いる情報処理装置である。情報端末3としては、例えばパーソナルコンピュータ、タブレット端末、スマートフォン、あるいはウェアラブル端末などのようなウェブブラウジング機能を備えた既存の機器を用いることが想定される。なお、情報端末3は、複数が情報提供システムに含まれ得るが、図1においては1つのみを図示している。 The information terminal 3 is an information processing device used by a viewer such as a store staff member to confirm various information provided by the information providing server 1 for sales data management. As the information terminal 3, it is assumed that an existing device with a web browsing function, such as a personal computer, a tablet terminal, a smartphone, or a wearable terminal, is used. Note that although a plurality of information terminals 3 may be included in the information providing system, only one is illustrated in FIG.

通信ネットワーク4は、情報提供サーバ1と、店舗システム2及び情報端末3との間で授受される各種のデータを伝送する。通信ネットワーク4としては、インターネット、VPN(virtual private network)、LAN(local area network)、公衆通信網、移動体通信網などを、単独又は適宜に組み合わせて用いることができる。 The communication network 4 transmits various data exchanged between the information providing server 1, the store system 2, and the information terminal 3. As the communication network 4, the Internet, a VPN (virtual private network), a LAN (local area network), a public communication network, a mobile communication network, etc. can be used alone or in an appropriate combination.

情報提供サーバ1は、プロセッサ11、メインメモリ12、補助記憶ユニット13、通信インタフェース14及び伝送路15を含む。この情報提供サーバ1のハードウェアとしては、例えば汎用のサーバ用コンピュータ装置を用いることができる。
情報提供サーバ1においては、プロセッサ11、メインメモリ12及び補助記憶ユニット13が伝送路15によって接続されることにより、情報提供サーバ1としての機能を実現するための情報処理を行うコンピュータが構成されている。
プロセッサ11は、上記コンピュータの中枢部分に相当する。プロセッサ11は、オペレーティングシステム及びアプリケーションプログラムなどの各種の情報処理プログラムに従って上記の情報処理を実行する。
The information providing server 1 includes a processor 11, a main memory 12, an auxiliary storage unit 13, a communication interface 14, and a transmission path 15. As the hardware of this information providing server 1, for example, a general-purpose server computer device can be used.
In the information providing server 1, a processor 11, a main memory 12, and an auxiliary storage unit 13 are connected by a transmission path 15, thereby forming a computer that performs information processing to realize the functions of the information providing server 1. There is.
The processor 11 corresponds to the central part of the computer. The processor 11 executes the above information processing according to various information processing programs such as an operating system and application programs.

メインメモリ12は、上記コンピュータの主記憶部分に相当する。メインメモリ12は、不揮発性のメモリ領域と揮発性のメモリ領域とを含む。メインメモリ12は、不揮発性のメモリ領域では上記の情報処理プログラムを記憶する。またメインメモリ12は、プロセッサ11が各種の情報処理を実行する上で必要なデータを不揮発性又は揮発性のメモリ領域で記憶する場合もある。メインメモリ12は、揮発性のメモリ領域を、プロセッサ11によってデータが適宜書き換えられるワークエリアとして使用する。 The main memory 12 corresponds to the main memory portion of the computer. Main memory 12 includes a nonvolatile memory area and a volatile memory area. The main memory 12 stores the above information processing program in a nonvolatile memory area. The main memory 12 may also store data necessary for the processor 11 to perform various information processing in a non-volatile or volatile memory area. The main memory 12 uses a volatile memory area as a work area in which data is appropriately rewritten by the processor 11.

補助記憶ユニット13は、上記コンピュータの補助記憶部分に相当する。補助記憶ユニット13は、例えばEEPROM(electric erasable programmable read-only memory)、HDD(hard disc drive)、SSD(solid state drive)などである。補助記憶ユニット13は、プロセッサ11が各種の情報処理を行う上で使用するデータや、プロセッサ11での処理によって生成されたデータを保存する。補助記憶ユニット13は、上記の情報処理プログラムを記憶する場合もある。
補助記憶ユニット13が記憶する情報処理プログラムの1つは、情報提供プログラムP1である。情報提供プログラムP1は、情報提供のための後述する情報処理について記述した情報処理プログラムである。また補助記憶ユニット13の記憶領域の一部は、収集データD1及び売上テーブルD2を記憶する領域として利用される。
The auxiliary storage unit 13 corresponds to the auxiliary storage portion of the computer. The auxiliary storage unit 13 is, for example, an EEPROM (electric erasable programmable read-only memory), an HDD (hard disc drive), or an SSD (solid state drive). The auxiliary storage unit 13 stores data used by the processor 11 to perform various information processing and data generated by processing by the processor 11. The auxiliary storage unit 13 may also store the above information processing program.
One of the information processing programs stored in the auxiliary storage unit 13 is the information providing program P1. The information providing program P1 is an information processing program that describes information processing to be described later for providing information. Further, a part of the storage area of the auxiliary storage unit 13 is used as an area for storing collected data D1 and sales table D2.

補助記憶ユニット13には、複数の収集データD1が記憶され得る。収集データD1は、複数の店舗システム2のいずれかに関連付けられる。収集データD1は、関連付けられた店舗システム2で予め定められた単位期間に得られた販売データを集積したデータである。単位期間は、情報提供プログラムP1の作成者又は情報提供サーバ1の管理者などによって任意に定められてよい。本実施形態では単位期間は、1日とする。単位期間は他に、1週間又は1ヶ月などとすることが想定される。 A plurality of pieces of collected data D1 can be stored in the auxiliary storage unit 13. The collected data D1 is associated with any one of the plurality of store systems 2. The collected data D1 is data obtained by accumulating sales data obtained in a predetermined unit period in the associated store system 2. The unit period may be arbitrarily determined by the creator of the information providing program P1, the administrator of the information providing server 1, or the like. In this embodiment, the unit period is one day. It is also assumed that the unit period may be one week or one month.

補助記憶ユニット13には、複数の売上テーブルD2が記憶され得る。売上テーブルD2は、複数の店舗システム2のいずれかが設けられた店舗に関連付けられる。売上テーブルD2は、関連付けられた店舗での売上に関して後述する情報処理によって正規化された売上額を商品毎に表したテーブルデータである。 A plurality of sales tables D2 can be stored in the auxiliary storage unit 13. The sales table D2 is associated with a store where one of the plurality of store systems 2 is installed. The sales table D2 is table data representing, for each product, the sales amount normalized by information processing described later regarding sales at associated stores.

通信インタフェース14は、通信ネットワーク4を介したデータ通信のインタフェースである。
伝送路15は、アドレスバス、データバスおよび制御信号線等を含み、接続された各部の間で授受されるデータ及び制御信号を伝送する。
The communication interface 14 is an interface for data communication via the communication network 4.
The transmission line 15 includes an address bus, a data bus, a control signal line, etc., and transmits data and control signals exchanged between the connected parts.

次に以上のように構成された情報提供サーバ1の動作について説明する。なお、以下に説明する各種の処理の内容は一例であって、一部の処理の順序の変更、一部の処理の省略、あるいは別の処理の追加などは適宜に可能である。
店舗で商品の販売を伴う取引が行われると、POS端末21では当該取引に関する販売データが生成される。そして、1つの店舗システム2に含まれた複数のPOS端末21でそれぞれ生成された販売データは、予め定められたタイミング毎にPOS端末21から店舗サーバ22に収集される。なお、これらの店舗システム2における処理は、既存のPOSシステムなどにおける処理と同様であってよい。
Next, the operation of the information providing server 1 configured as above will be explained. Note that the contents of various processes described below are merely examples, and the order of some processes may be changed, some processes may be omitted, or other processes may be added as appropriate.
When a transaction involving the sale of a product is performed at a store, the POS terminal 21 generates sales data regarding the transaction. Sales data generated by each of the plurality of POS terminals 21 included in one store system 2 is collected from the POS terminals 21 to the store server 22 at predetermined timings. Note that the processing in these store systems 2 may be similar to the processing in existing POS systems and the like.

さて情報提供サーバ1においてプロセッサ11は、単位期間毎の予め定められた実行タイミングになると、情報提供プログラムP1に基づいて以下に説明する集計処理を実行する。実行タイミングは例えば、単位期間を1日とし、かつ各店舗の営業時間が昼間~夜間であるとするならば、毎日の深夜の一定時刻とする。
図2はプロセッサ11による集計処理のフローチャートである。
なお以下においては、このフローチャートに基づく情報処理の説明に、具体例を併記する。この具体例は、単純化のために、第1の店舗、第2の店舗及び第3の店舗の3店舗が存在することとする。そして直近の1日における第1の商品の売上額が、第1、第2及び第3の店舗にて100万円、0円及び400万円であるとする。直近の1日における第2の商品の売上額が、第1、第2及び第3の店舗にて200万円、300万円及び500万円であるとする。また直近の1日における第3の商品の売上額が、第1、第2及び第3の店舗にて300万円、700万円及び0円であるとする。
Now, in the information providing server 1, the processor 11 executes the aggregation process described below based on the information providing program P1 at a predetermined execution timing for each unit period. For example, if the unit period is one day and the business hours of each store are from daytime to nighttime, the execution timing is set to a certain time late at night every day.
FIG. 2 is a flowchart of aggregation processing by the processor 11.
In the following, specific examples will be included in the explanation of information processing based on this flowchart. In this specific example, for the sake of simplicity, it is assumed that there are three stores: a first store, a second store, and a third store. Assume that the sales amount of the first product in the most recent day is 1 million yen, 0 yen, and 4 million yen at the first, second, and third stores. Assume that the sales amount of the second product in the most recent day is 2 million yen, 3 million yen, and 5 million yen at the first, second, and third stores. It is also assumed that the sales amount of the third product in the most recent day is 3 million yen, 7 million yen, and 0 yen at the first, second, and third stores.

ACT1としてプロセッサ11は、複数の店舗システム2のそれぞれの店舗サーバ22から、直近の1日分の販売データを収集する。このときにプロセッサ11は、店舗サーバ22から受信した販売データを、それを送信した店舗サーバ22に関連付けら収集データD1に追加する。販売データは、店舗で販売した商品毎の売上額を求めるためのデータの一例である。かくして情報提供プログラムP1に基づく情報処理をプロセッサ11が実行することによって、プロセッサ11を中枢部分とするコンピュータは取得手段として機能する。 As ACT 1, the processor 11 collects sales data for the most recent day from each store server 22 of the plurality of store systems 2. At this time, the processor 11 associates the sales data received from the store server 22 with the store server 22 that sent it, and adds it to the collected data D1. The sales data is an example of data for determining the sales amount for each product sold at the store. As the processor 11 executes information processing based on the information providing program P1, the computer having the processor 11 as a core functions as an acquisition means.

ACT2としてプロセッサ11は、デフォルト店舗が登録済みであるか否かを確認する。デフォルト店舗は、店舗システム2のいずれかが設けられた店舗である。デフォルト店舗は、例えば情報提供サーバ1の管理者によって任意に定められる。プロセッサ11は、別の設定処理において、管理者により指定された店舗の店舗コードを、デフォルト店舗の店舗コードとしてメインメモリ12又は補助記憶ユニット13に保存しておく。そしてプロセッサ11は、ACT2としては例えば、デフォルト店舗の店舗コードがメインメモリ12又は補助記憶ユニット13に保存されているならばYESと判定し、ACT3へと進む。
ACT3としてプロセッサ11は、デフォルト店舗を基準店舗として設定する。そしてプロセッサ11はこののち、ACT5へと進む。
In ACT2, the processor 11 checks whether the default store has been registered. The default store is a store where one of the store systems 2 is installed. The default store is arbitrarily determined, for example, by the administrator of the information providing server 1. In another setting process, the processor 11 stores the store code of the store specified by the administrator in the main memory 12 or the auxiliary storage unit 13 as the store code of the default store. Then, the processor 11 determines YES in ACT2 if, for example, the store code of the default store is stored in the main memory 12 or the auxiliary storage unit 13, and proceeds to ACT3.
In ACT3, the processor 11 sets the default store as the reference store. The processor 11 then proceeds to ACT5.

一方でプロセッサ11は、デフォルト店舗の店舗コードがメインメモリ12又は補助記憶ユニット13に保存されていないならばACT2にてNOと判定し、ACT4へと進む。
ACT4としてプロセッサ11は、予め定められたルールに従って、複数の店舗システム2が設けられている複数の店舗のうちの1つの店舗を基準店舗として設定する。そしてプロセッサ11はこののち、ACT5へと進む。上記のルールは、情報提供プログラムP1の作成者又は情報提供サーバ1の利用者によって定められればよい。上記のルールは例えば、単位期間内に販売した商品のSKUの数が最多であることとする。上記のルールは例えば、単位期間における総売上額が最大であることとする。上記のルールは例えば、単位期間における総売上点数が最大であることとする。
On the other hand, if the store code of the default store is not stored in the main memory 12 or the auxiliary storage unit 13, the processor 11 determines NO in ACT2 and proceeds to ACT4.
In ACT4, the processor 11 sets one store among a plurality of stores in which a plurality of store systems 2 are provided as a reference store according to a predetermined rule. The processor 11 then proceeds to ACT5. The above rules may be determined by the creator of the information providing program P1 or the user of the information providing server 1. For example, the above rule is assumed to be that the number of SKUs of products sold within a unit period is the largest. For example, the above rule assumes that the total sales amount in a unit period is the maximum. For example, the above rule assumes that the total number of sales items in a unit period is the maximum.

単位期間内に販売した商品のSKUの数が最多であることをルールとするならば、具体例の場合、プロセッサ11は第1の店舗を基準店舗として設定する。以下の具体例の説明では、このように第1の店舗を基準店舗とする。
かくして情報提供プログラムP1に基づく情報処理をプロセッサ11が実行することによって、プロセッサ11を中枢部分とするコンピュータは設定手段として機能する。
If the rule is that the number of SKUs of products sold within a unit period is the largest, then in the specific example, the processor 11 sets the first store as the reference store. In the description of the specific example below, the first store is thus assumed to be the reference store.
As the processor 11 executes information processing based on the information providing program P1, the computer having the processor 11 as a core functions as a setting means.

ACT5としてプロセッサ11は、複数の店舗システム2が設けられている複数の店舗のうちの基準店舗以外の1つの店舗を対象店舗として選択する。具体例ではプロセッサ11はまず、第2の店舗を対象店舗として選択する。
ACT6としてプロセッサ11は、基準店舗と対象店舗とで単位期間内に共に販売された商品を判定する。つまりプロセッサ11は、ACT1にて基準店舗及び対象店舗に関してそれぞれ取得した直近の1日分の販売データに共通に含まれるSKUコードを全て抽出する。ここで抽出されるSKUコードで識別される商品が、基準店舗と対象店舗とで共に販売された商品である。具体例では、第2の店舗が対象店舗とされているならば、プロセッサ11は、第2の商品及び第3の商品を共に販売された商品として判定する。
In ACT5, the processor 11 selects one store other than the reference store from among the plurality of stores in which the plurality of store systems 2 are provided as the target store. In the specific example, the processor 11 first selects the second store as the target store.
In ACT6, the processor 11 determines the products sold at both the reference store and the target store within the unit period. That is, the processor 11 extracts all the SKU codes commonly included in the most recent day's worth of sales data obtained for the reference store and the target store in ACT1. The product identified by the SKU code extracted here is a product sold at both the reference store and the target store. In a specific example, if the second store is the target store, the processor 11 determines that the second product and the third product are products that have been sold together.

ACT7としてプロセッサ11は、ACT6にて判定した全ての商品に関して、基準店舗での総売上額と、対象店舗での総売上額とを算出する。プロセッサ11は例えば、ACT1にて基準店舗に関して取得した販売データを対象として以下に説明する計算を行って、基準店舗での総売上額を算出する。またプロセッサ11は例えば、ACT1にて対象店舗に関して取得した販売データを対象として以下に説明する計算を行って、対象店舗での総売上額を算出する。
ここで販売データに含まれる商品リストは、SKUコードに個数と売価とを関連付けて表す場合と、個数は表さずにSKUコードに売価を関連付けて表す場合とが考えられる。後者の場合は、同一のSKUコードが商品リストに複数含まれ得る。ただし、販売データは、通常は複数の商品リストを含むから、販売データには同一のSKUコードが複数含まれ得る。そこで商品リストが個数を表す場合、プロセッサ11は、販売データにおいてACT6にて抽出したSKUコードに関連付けられた販売金額及び個数を個別に乗算する。そしてプロセッサ11は、ACT6にて抽出したSKUコードが販売データに複数含まれるならば、それらに関しての上記の乗算の結果の総和を求め、これを総売上額とする。また商品リストが個数を表さない場合には、プロセッサ11は、ACT6にて抽出したSKUコードに関連付けて販売データに表された販売金額の総和を求め、これを総売上額とする。
具体例では、プロセッサ11は、基準店舗の総売上額を500万円と算出する。また第2の店舗が対象店舗とされているならば、プロセッサ11は、対象店舗の総売上額を1,000万円と算出する。
In ACT7, the processor 11 calculates the total sales amount at the reference store and the total sales amount at the target store for all the products determined in ACT6. For example, the processor 11 calculates the total sales amount at the reference store by performing the calculation described below using the sales data acquired regarding the reference store in ACT1. Further, the processor 11 calculates the total sales amount at the target store by performing calculations described below using the sales data acquired regarding the target store in ACT1, for example.
Here, the product list included in the sales data may be expressed by associating the SKU code with the number and selling price, or may be expressed by associating the SKU code with the selling price without showing the number. In the latter case, the product list may include multiple identical SKU codes. However, since sales data usually includes multiple product lists, sales data may include multiple identical SKU codes. Therefore, when the product list represents the number of items, the processor 11 individually multiplies the sales amount and number of items associated with the SKU code extracted in ACT6 in the sales data. If the sales data includes a plurality of SKU codes extracted in ACT 6, the processor 11 calculates the sum of the above multiplication results for these codes, and uses this as the total sales amount. If the product list does not indicate the number of items, the processor 11 calculates the sum of the sales amounts expressed in the sales data in association with the SKU code extracted in ACT6, and sets this as the total sales amount.
In a specific example, the processor 11 calculates the total sales amount of the reference store to be 5 million yen. Furthermore, if the second store is the target store, the processor 11 calculates the total sales amount of the target store to be 10 million yen.

ACT8としてプロセッサ11は、基準店舗と対象店舗との売上比率を算出する。プロセッサ11は例えば、ACT7にて算出した基準店舗の総売上額と対象店舗の総売上額との比率を売上比率とする。具体例では、プロセッサ11は、上記の総売上額の比を、1,000万円/500万円=2と算出する。
ACT9としてプロセッサ11は、ACT6にて共に販売されたと判定された商品のうちの1つを対象商品として選択する。具体例では、プロセッサ11は例えば第2の商品を対象商品として選択する。
In ACT8, the processor 11 calculates the sales ratio between the reference store and the target store. For example, the processor 11 sets the ratio between the total sales amount of the reference store and the total sales amount of the target store calculated in ACT7 as the sales ratio. In a specific example, the processor 11 calculates the ratio of the above total sales amount as 10 million yen/5 million yen=2.
In ACT9, the processor 11 selects one of the products determined to be sold together in ACT6 as the target product. In a specific example, the processor 11 selects, for example, the second product as the target product.

ACT10としてプロセッサ11は、対象商品に関する対象店舗での売上額を正規化する。プロセッサ11は例えば、対象商品に関する対象店舗での売上額を売上比率で除算することで正規化された売上額を算出する。具体例では、上記のように第2の商品を対象商品としているならば、プロセッサ11は、[300万円/2=150万円]として第2の商品についての第2の店舗における正規化された売上額を算出する。
ACT11としてプロセッサ11は、売上テーブルD2を、ACT10で算出した正規化された売上額を対象店舗の店舗コードに関連付けて含むように更新する。
As ACT10, the processor 11 normalizes the sales amount of the target product at the target store. For example, the processor 11 calculates the normalized sales amount by dividing the sales amount of the target product at the target store by the sales ratio. In a specific example, if the second product is the target product as described above, the processor 11 determines the normalization of the second product at the second store as [3 million yen/2 = 1.5 million yen]. Calculate the sales amount.
In ACT11, the processor 11 updates the sales table D2 to include the normalized sales amount calculated in ACT10 in association with the store code of the target store.

ACT12としてプロセッサ11は、ACT6で判定された商品の全てを対象商品として選択し終えているか否かを確認する。そしてプロセッサ11は、まだ対象商品とするべき商品が存在するならばNOと判定し、ACT9へと戻る。そしてプロセッサ11は、これまでに対象商品として選択した商品とは別の商品を対象商品として選択した上で、ACT10及びACT11を前述と同様に行う。具体例においては、プロセッサ11は、第3の商品を対象商品とし、[700万円/2=350万円]として正規化された売上額を算出する。
かくして情報提供プログラムP1に基づく情報処理をプロセッサ11が実行することによって、プロセッサ11を中枢部分とするコンピュータは算出手段として機能する。
In ACT12, the processor 11 checks whether all of the products determined in ACT6 have been selected as target products. If there are still products to be targeted, the processor 11 determines NO and returns to ACT9. Then, the processor 11 selects a product different from the products selected as the target product so far as the target product, and performs ACT10 and ACT11 in the same manner as described above. In a specific example, the processor 11 takes the third product as the target product and calculates the normalized sales amount as [7 million yen/2=3.5 million yen].
As the processor 11 executes information processing based on the information providing program P1, the computer having the processor 11 as a core functions as a calculation means.

プロセッサ11は、ACT6で判定された商品の全てを対象商品としてACT10及びACT11を実行した後には、ACT12にてYESと判定し、ACT13へと進む。
ACT13としてプロセッサ11は、複数の店舗システム2が設けられている複数の店舗のうちの基準店舗以外の全ての店舗を対象店舗として選択し終えているか否かを確認する。そしてプロセッサ11は、まだ対象店舗とするべき店舗が存在するならばNOと判定し、ACT5へと戻る。そしてプロセッサ11は、これまでに対象店舗として選択した店舗とは別の店舗を対象店舗として選択した上で、ACT6以降を前述と同様に行う。具体例においては、プロセッサ11は、第3の店舗を対象店舗とし、この第3の店舗に関してACT6以降を前述と同様に行う。これにより具体例においては、プロセッサ11は、第1の商品については[400万円/3=133万円]として正規化された売上額を算出する。またプロセッサ11は、第2の商品については[500万円/3=167万円]として正規化された売上額を算出する。なお、ここで具体例は、丸め処理として小数点以下を四捨五入する場合としているが、別の丸め処理を適用しても構わない。
After executing ACT10 and ACT11 using all the products determined in ACT6 as target products, the processor 11 determines YES in ACT12 and proceeds to ACT13.
In ACT 13, the processor 11 checks whether all stores other than the reference store among the plurality of stores in which the plurality of store systems 2 are installed have been selected as target stores. If there are still stores to be targeted, the processor 11 determines NO and returns to ACT5. Then, the processor 11 selects a store different from the store selected as the target store so far as the target store, and performs ACT6 and subsequent steps in the same manner as described above. In a specific example, the processor 11 sets the third store as the target store, and performs ACT6 and subsequent steps regarding the third store in the same manner as described above. Accordingly, in the specific example, the processor 11 calculates the normalized sales amount for the first product as [4 million yen/3=1.33 million yen]. Furthermore, the processor 11 calculates the normalized sales amount for the second product as [5 million yen/3=1.67 million yen]. Note that although the specific example here uses rounding to the nearest whole number as a rounding process, other rounding processes may be applied.

プロセッサ11は、複数の店舗システム2が設けられている複数の店舗のうちの基準店舗以外の全ての店舗を対象店舗としてACT6乃至ACT12を実行し終えてACT13へと進んだならば、ACT13にてYESと判定し、この集計処理を終了する。
かくして情報提供プログラムP1に基づく情報処理をプロセッサ11が実行することによって、プロセッサ11を中枢部分とするコンピュータは正規化手段として機能する。
When the processor 11 finishes executing ACT6 to ACT12 for all stores other than the reference store among the plurality of stores in which the plurality of store systems 2 are installed and proceeds to ACT13, in ACT13 The determination is YES, and this aggregation process is ended.
As the processor 11 executes information processing based on the information providing program P1, the computer having the processor 11 as a core functions as a normalizing means.

かくして、店舗のインデックスをi、基準店舗のインデックスをx、商品のインデックスをj、店舗iにおける商品jの売上額をPij、店舗iで販売された商品のインデックスの集合をs(i)としたとき、ACT8で算出される売上比率Riは次式により表される。
Ri=(Σj∈s(i)∩s(x)Pi,j)/(Σj∈s(i)∩s(x)Px,j)
Thus, the store index is i, the reference store index is x, the product index is j, the sales amount of product j at store i is Pij, and the set of indexes of products sold at store i is s(i). Then, the sales ratio Ri calculated in ACT8 is expressed by the following equation.
Ri=(Σj∈s(i)∩s(x)Pi,j)/(Σj∈s(i)∩s(x)Px,j)

さて、店舗の担当者などの閲覧者は、店舗間で売上を比較したい場合には、情報端末3のウェブブラウジング機能を利用して、通信ネットワーク4を介して情報提供サーバ1へとアクセスする。そして閲覧者は、データ表示を要求する操作を情報端末3にて行う。そうすると情報端末3は、通信ネットワーク4を介して情報提供サーバ1に対し、表示開始を要求するための要求データを送信する。 Now, if a viewer such as a store representative wants to compare sales between stores, he/she accesses the information providing server 1 via the communication network 4 using the web browsing function of the information terminal 3. The viewer then performs an operation on the information terminal 3 to request data display. Then, the information terminal 3 transmits request data for requesting the start of display to the information providing server 1 via the communication network 4.

この要求データが通信ネットワーク4を介して情報提供サーバ1へと伝送されると、情報提供サーバ1においては通信インタフェース14が当該要求データを受信する。そしてこのように要求データが受信されるとプロセッサ11は、データ表示のための情報処理を情報提供プログラムP1に基づいて実行する。そしてプロセッサ11は、この情報処理により、要求に応じた閲覧ページを表したページデータを生成する。そしてプロセッサ11は、生成したページデータを要求元の情報端末3に宛てて通信インタフェース14から通信ネットワーク4へと送出する。プロセッサ11は、商品毎の売上額を閲覧ページに表す場合には、売上テーブルに示された正規化された売上額を用いる。 When this request data is transmitted to the information providing server 1 via the communication network 4, the communication interface 14 in the information providing server 1 receives the request data. When the requested data is thus received, the processor 11 executes information processing for displaying the data based on the information providing program P1. Through this information processing, the processor 11 generates page data representing the viewed page in response to the request. The processor 11 then sends the generated page data to the communication network 4 from the communication interface 14 to the information terminal 3 that is the request source. When representing the sales amount for each product on the viewing page, the processor 11 uses the normalized sales amount shown in the sales table.

以上のように本実施形態の情報提供サーバ1によれば、売上額の正規化に関する計算量のオーダーがO(n)となり、多数の店舗に関する売上の比較を行う場合でも計算量を少なく抑えられる。 As described above, according to the information providing server 1 of the present embodiment, the amount of calculation related to normalization of sales amount is on the order of O(n), and the amount of calculation can be kept small even when comparing sales for a large number of stores. .

ところで、上記の具体例における売上比率は、第2の店舗に関して「2」であり、また第3の店舗に関して「3」である。このため、この売上比率を用いて前述のように正規化された売上額を比較する場合、第2の店舗と第3の店舗での売上比率が3/2と近似することになる。しかしながら、上記の具体例における第2の店舗と第3の店舗との売上比率は、実際には5/3であり、誤差が生じる。 By the way, the sales ratio in the above specific example is "2" for the second store and "3" for the third store. Therefore, when comparing the sales amount normalized as described above using this sales ratio, the sales ratio at the second store and the third store will be approximately 3/2. However, the sales ratio between the second store and the third store in the above specific example is actually 5/3, which causes an error.

このような誤差が生じても、以下の理由により売上額の比較には有効である。
基準店舗と各店舗との売上比率に生じる誤差が少なく計算される場合を仮定する。つまり、基準店舗と各店舗とについて「同一の商品を販売した場合に何倍の売上が期待できるかを表す倍率」が、誤差が少なく計算される場合を仮定する。基準店舗と第2の店舗との売上比率をRA、基準店舗と第3の店舗との売上比率をRBとすると、各店舗で同一の商品を同一の価格で販売した場合の売上額は以下のようになる。なお、売上比率RAに生じる誤差をεAと表す。また、売上比率RBに生じる誤差をεBと表す。
基準店 → k
第2の店舗 → k・RA+εA
第3の店舗 → k・RB+εB
このとき、第2の店舗と第3の店舗との、この商品のみに限った売上比率は(k・RB+εB)/(k・RA+εA)となる。仮定より、誤差εA,εBは十分に小さくなる。すると、第2の店舗と第3の店舗との、この商品のみに限った売上比率はRB/RAに近くなる。第2の店舗と第3の店舗とで共に販売された別の商品でも同様になり、実際の売上比率は近似された売上比率RB/RAに近くなる。
Even if such an error occurs, it is still effective for comparing sales amounts for the following reasons.
Assume that the calculation error in the sales ratio between the standard store and each store is small. In other words, it is assumed that the "multiplying factor indicating how many times more sales can be expected when selling the same product" for the reference store and each store is calculated with little error. Assuming that the sales ratio between the standard store and the second store is RA, and the sales ratio between the standard store and the third store is RB, the sales amount when the same product is sold at the same price at each store is as follows. It becomes like this. Note that the error occurring in the sales ratio RA is expressed as εA. Further, the error occurring in the sales ratio RB is expressed as εB.
Standard store → k
Second store → k・RA+εA
Third store → k・RB+εB
At this time, the sales ratio of only this product between the second store and the third store is (k·RB+εB)/(k·RA+εA). Based on the assumption, the errors εA and εB are sufficiently small. Then, the sales ratio of only this product between the second store and the third store becomes close to RB/RA. The same applies to other products sold at both the second store and the third store, and the actual sales ratio becomes close to the approximated sales ratio RB/RA.

また情報提供サーバ1は、デフォルト店舗が設定されているならば、常にそのデフォルト店舗を基準店舗に設定する。このため、複数の店舗の中にモデルとなるような店舗が存在する場合には、その店舗をデフォルト店舗として設定しておくことによって、その店舗を基準店舗とすることが可能である。 Further, if a default store is set, the information providing server 1 always sets the default store as the reference store. Therefore, if there is a store that can serve as a model among a plurality of stores, by setting that store as a default store, it is possible to use that store as a reference store.

また情報提供サーバ1は、デフォルト店舗が設定されていない場合には、予め定められたルールに従って基準店舗を選択する。このため、前述したようなルールを適用すれば、売上比率のために参照する商品のサンプル数を多くすることができ、売上比率がより正規化に適する値となる確率を高めることができる。 Further, if a default store is not set, the information providing server 1 selects a reference store according to predetermined rules. Therefore, by applying the above-described rules, it is possible to increase the number of product samples to be referred to for the sales ratio, and it is possible to increase the probability that the sales ratio will be a value more suitable for normalization.

また情報提供サーバ1は、基準店舗をデフォルト店舗とする場合と、ルールに従って自動的に選択する場合とを、使い分けることができる。このため、利用者のニーズに応じて、いずれかを使い分けることができる。 Furthermore, the information providing server 1 can use either a case where the standard store is the default store or a case where the standard store is automatically selected according to rules. Therefore, one can be used depending on the user's needs.

この実施形態は、次のような種々の変形実施が可能である。
基準店舗は常にデフォルト店舗に固定であってもよい。あるいは基準店舗は、必ず予め定められたルールに従って選択されてもよい。つまりプロセッサ11は、ACT2を行うことなしに、ACT3又はACT4を行ってもよい。
This embodiment can be modified in various ways as follows.
The reference store may always be fixed to the default store. Alternatively, the reference store may always be selected according to predetermined rules. In other words, the processor 11 may perform ACT3 or ACT4 without performing ACT2.

基準店舗を選択するためのルールとして、予め用意された複数のルールのうちの利用者により予め指定されたルールを適用してもよい。 As a rule for selecting a reference store, a rule specified in advance by the user from among a plurality of rules prepared in advance may be applied.

販売データは、商品リストを含まず、商品毎の総売上額をSKUコードに関連付けて表したデータであってもよい。つまり、商品毎の総売上額の算出は店舗サーバ22で行われてもよい。そしてこの場合にプロセッサ11は、ACT7を省略する。 The sales data may be data that does not include a product list and represents the total sales amount for each product in association with the SKU code. That is, the calculation of the total sales amount for each product may be performed by the store server 22. In this case, the processor 11 omits ACT7.

ACT5乃至ACT12の処理は、複数の店舗システム2が設けられている複数の店舗のうちの基準店舗以外の店舗の一部のみに関して実行してもよい。この場合にプロセッサ11は、例えば正規化を行うべき店舗として予め定められた店舗のみをACT5にて選択する。 The processes in ACT5 to ACT12 may be executed for only some of the stores other than the reference store among the plurality of stores in which the plurality of store systems 2 are provided. In this case, the processor 11 selects only stores predetermined as stores to be normalized, for example, in ACT5.

プロセッサ11が実行する情報処理を、複数の情報処理装置にそれぞれ備えられた複数のプロセッサにより分散処理してもよい。 The information processing executed by the processor 11 may be distributed and processed by a plurality of processors respectively provided in a plurality of information processing devices.

情報端末3における情報提供サーバ1とのやり取りや閲覧画面の表示のための情報処理は、専用のアプリケーションプログラムに従って実行されてもよい。 Information processing for interacting with the information providing server 1 and displaying a viewing screen on the information terminal 3 may be executed according to a dedicated application program.

情報処理によりプロセッサ11が実現する各機能は、その一部又は全てをロジック回路などのようなプログラムに基づかない情報処理を実行するハードウェアにより実現することも可能である。また上記の各機能のそれぞれは、上記のロジック回路などのハードウェアにソフトウェア制御を組み合わせて実現することも可能である。 Each function realized by the processor 11 through information processing can be partially or entirely realized by hardware that executes information processing not based on a program, such as a logic circuit. Further, each of the above functions can also be realized by combining software control with hardware such as the above logic circuit.

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

1…情報提供サーバ、2…店舗システム、3…情報端末、4…通信ネットワーク、11…プロセッサ、12…メインメモリ、13…補助記憶ユニット、14…通信インタフェース、15…伝送路、21…POS端末、22…店舗サーバ、23…店内通信網。 DESCRIPTION OF SYMBOLS 1... Information provision server, 2... Store system, 3... Information terminal, 4... Communication network, 11... Processor, 12... Main memory, 13... Auxiliary storage unit, 14... Communication interface, 15... Transmission path, 21... POS terminal , 22... Store server, 23... In-store communication network.

Claims (5)

店舗で販売した商品毎の売上額を求めるためのデータを、3つ以上の店舗のそれぞれに関して取得する取得手段と、
前記3つ以上の店舗のうちの一店舗である基準店舗と前記3つ以上の店舗のうちの前記基準店舗とは別の対象店舗とで共に販売された商品に関しての前記基準店舗での総売上額と前記対象店舗での総売上額との比率を、前記取得手段により取得されたデータに基づいて算出する処理を、前記3つ以上の店舗のうちの複数の対象店舗に関してそれぞれ行う算出手段と、
前記対象店舗に関して前記取得手段により取得されたデータから求まる商品毎の売上額を、その対象店舗に関して前記算出手段により算出された比率によって正規化する処理を、前記複数の対象店舗に関してそれぞれ行う正規化手段と、
を具備した情報処理装置。
an acquisition means for acquiring data for each of three or more stores to determine the sales amount for each product sold at the store;
Total sales at the standard store regarding products sold together at a standard store that is one of the three or more stores and a target store that is different from the standard store among the three or more stores. calculation means for each of the plurality of target stores among the three or more stores, calculating the ratio of the sales amount to the total sales amount at the target store based on the data acquired by the acquisition means; ,
normalization for each of the plurality of target stores, normalizing the sales amount for each product determined from the data acquired by the acquisition means for the target store by the ratio calculated by the calculation means for the target store; means and
An information processing device equipped with.
前記3つ以上の店舗の1つとして予め定められたデフォルト店舗を前記基準店舗として設定する設定手段、
をさらに備える請求項1に記載の情報処理装置。
Setting means for setting a default store predetermined as one of the three or more stores as the reference store;
The information processing device according to claim 1, further comprising:
前記3つ以上の店舗の1つを予め定められたルールに従って選択して前記基準店舗として設定する設定手段、
をさらに備える請求項1に記載の情報処理装置。
setting means for selecting one of the three or more stores according to predetermined rules and setting it as the reference store;
The information processing device according to claim 1, further comprising:
前記3つ以上の店舗の1つとしてデフォルト店舗が予め定められている場合には当該デフォルト店舗を前記基準店舗として設定し、また前記デフォルト店舗が予め定められていない場合には、前記3つ以上の店舗の1つを予め定められたルールに従って選択して前記基準店舗として設定する設定手段、
をさらに具備する請求項1に記載の情報処理装置。
If a default store is predetermined as one of the three or more stores, the default store is set as the reference store, and if the default store is not predetermined, one of the three or more stores is set as the reference store. setting means for selecting one of the stores according to predetermined rules and setting it as the reference store;
The information processing device according to claim 1, further comprising:.
情報処理装置を構成するコンピュータを、
店舗で販売した商品毎の売上額を求めるためのデータを、3つ以上の店舗のそれぞれに関して取得する取得手段と、
前記3つ以上の店舗のうちの一店舗である基準店舗と前記3つ以上の店舗のうちの前記基準店舗とは別の対象店舗とで共に販売された商品に関しての前記基準店舗での総売上額と前記対象店舗での総売上額との比率を、前記取得手段により取得された前記データに基づいて算出する処理を、前記3つ以上の店舗のうちの複数の対象店舗に関してそれぞれ行う算出手段と、
前記対象店舗に関して前記取得手段により取得された前記データから求まる商品毎の売上額を、その対象店舗に関して前記算出手段により算出された比率によって正規化する処理を、前記複数の対象店舗に関してそれぞれ行う正規化手段と、
して機能させるための情報処理プログラム。
A computer that constitutes an information processing device is
an acquisition means for acquiring data for each of three or more stores to determine the sales amount for each product sold at the store;
Total sales at the standard store regarding products sold together at a standard store that is one of the three or more stores and a target store that is different from the standard store among the three or more stores. calculation means for each of a plurality of target stores among the three or more stores to calculate a ratio between the sales amount and the total sales amount at the target store based on the data acquired by the acquisition means; and,
normalizing, for each of the plurality of target stores, normalizing the sales amount for each product determined from the data acquired by the acquisition means for the target store by the ratio calculated by the calculation means for the target store; and
An information processing program that makes it work.
JP2019136210A 2019-07-24 2019-07-24 Information processing device and information processing program Active JP7387319B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019136210A JP7387319B2 (en) 2019-07-24 2019-07-24 Information processing device and information processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019136210A JP7387319B2 (en) 2019-07-24 2019-07-24 Information processing device and information processing program

Publications (2)

Publication Number Publication Date
JP2021021977A JP2021021977A (en) 2021-02-18
JP7387319B2 true JP7387319B2 (en) 2023-11-28

Family

ID=74575093

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019136210A Active JP7387319B2 (en) 2019-07-24 2019-07-24 Information processing device and information processing program

Country Status (1)

Country Link
JP (1) JP7387319B2 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007179199A (en) 2005-12-27 2007-07-12 Canon Marketing Japan Inc Sales analysis device, sales analysis method, program, and recording medium
JP2008176662A (en) 2007-01-19 2008-07-31 Toyo Eng Corp Sales prediction system, method, and computer program
JP2011141886A (en) 2011-02-24 2011-07-21 Casio Computer Co Ltd Server device and program
JP2011248435A (en) 2010-05-24 2011-12-08 Fujitsu Marketing Ltd Analysis support processing device and program for the same
JP2015043167A (en) 2013-08-26 2015-03-05 株式会社日立システムズ Sales prediction system and method
JP2017091397A (en) 2015-11-16 2017-05-25 富士通株式会社 Sales situation display method, sales situation display device and sales situation display program

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007179199A (en) 2005-12-27 2007-07-12 Canon Marketing Japan Inc Sales analysis device, sales analysis method, program, and recording medium
JP2008176662A (en) 2007-01-19 2008-07-31 Toyo Eng Corp Sales prediction system, method, and computer program
JP2011248435A (en) 2010-05-24 2011-12-08 Fujitsu Marketing Ltd Analysis support processing device and program for the same
JP2011141886A (en) 2011-02-24 2011-07-21 Casio Computer Co Ltd Server device and program
JP2015043167A (en) 2013-08-26 2015-03-05 株式会社日立システムズ Sales prediction system and method
JP2017091397A (en) 2015-11-16 2017-05-25 富士通株式会社 Sales situation display method, sales situation display device and sales situation display program

Also Published As

Publication number Publication date
JP2021021977A (en) 2021-02-18

Similar Documents

Publication Publication Date Title
US20200043037A1 (en) Point management system and point management program
KR101753480B1 (en) Monitoring and changing system for stock management of open market
JPWO2004010356A1 (en) Settlement system, settlement apparatus, settlement program, and settlement program storage medium
US11861570B2 (en) Systems and methods for cryptocurrency asset bundles
US20160098806A1 (en) Online scheduling of real estate tours
JP2017097434A (en) System integratedly managing sales information on commercial product to be sold via different channel
CA2875435A1 (en) System and method for identifying vehicles for a purchaser
EP4050550A1 (en) Trading based on fill rate
JP2021523453A (en) Welfare type discount mall system and its operation method
EP3373219A1 (en) Inventory management and method
JP2019036357A (en) Order transaction method and system of the same
JP7387319B2 (en) Information processing device and information processing program
JP7144945B2 (en) Sales forecast simulation device, sales forecast simulation method and sales forecast simulation program
US20220383412A1 (en) Methods, apparatuses and systems for first look matching of orders
JP2020052684A (en) Credit line management device, credit line management method, and credit line management program
JP2020135086A (en) Point management server, point management method and program
EP3291108A1 (en) System and method for facilitating presentation and/or review of client-related information
JP2019153022A (en) Power transaction support system
WO2020250705A1 (en) Data price calculation device and data price calculation method
JP7356842B2 (en) Sales promotion support equipment and information processing program
KR20110055941A (en) Point transaction system, method for transacting point using transaction server, and computer readable medium thereof
KR101709594B1 (en) Method for managing online shopping mall through server
JP7260708B1 (en) Information processing device, information processing method and program
JP7400046B1 (en) Information processing device, information processing method and program
KR101119127B1 (en) Method for managing product integration information between headquarter and affiliate, and computer readable recording medium applying the same

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220621

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20230104

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20230428

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230530

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230725

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20231017

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20231115

R150 Certificate of patent or registration of utility model

Ref document number: 7387319

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150