JP2018055216A - Shipment control apparatus, shipment control method, and shipment control program - Google Patents

Shipment control apparatus, shipment control method, and shipment control program Download PDF

Info

Publication number
JP2018055216A
JP2018055216A JP2016187843A JP2016187843A JP2018055216A JP 2018055216 A JP2018055216 A JP 2018055216A JP 2016187843 A JP2016187843 A JP 2016187843A JP 2016187843 A JP2016187843 A JP 2016187843A JP 2018055216 A JP2018055216 A JP 2018055216A
Authority
JP
Japan
Prior art keywords
shipping
amount
order
shipment
control
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2016187843A
Other languages
Japanese (ja)
Other versions
JP6978830B2 (en
Inventor
勇希 浦地
Yuki Uraji
勇希 浦地
恵理 加藤
Eri Katou
恵理 加藤
邦明 芹澤
Kuniaki Serizawa
邦明 芹澤
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.)
Obic Co Ltd
Original Assignee
Obic Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Obic Co Ltd filed Critical Obic Co Ltd
Priority to JP2016187843A priority Critical patent/JP6978830B2/en
Publication of JP2018055216A publication Critical patent/JP2018055216A/en
Application granted granted Critical
Publication of JP6978830B2 publication Critical patent/JP6978830B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide a shipment control apparatus, a shipment control method, and a shipment control program.SOLUTION: According to this embodiment, a total amount of order acceptance amounts is calculated for each customer, regarding an order acceptance having a shipment control object flag by referring to order acceptance data with stored records including, for each order acceptance, the customer, the order acceptance amount, and the shipment control object flag identifying whether it is an object to be subjected to shipment control. It is determined whether or not the calculated total amount reaches a shipment minimum amount. When the total amount reaches the shipment minimum amount, it is determined to be a shipment instruction object, and when the total amount of the order acceptance amount does not reach the shipment minimum amount, it is determined not to be the shipment instruction object.SELECTED DRAWING: Figure 1

Description

本発明は、出荷制御装置、出荷制御方法、及び出荷制御プログラムに関する。   The present invention relates to a shipment control device, a shipment control method, and a shipment control program.

商品出荷時における配送費の最適化に関する従来技術として、例えば特許文献1が挙げられる。特許文献1には、物流業者による消費者への商品配送の送料について最適化を図る技術が記載されている。特に、混載送料情報を参照して定まる複数商品送料を商品の梱包可能な各形態に応じて算定し、算定された送料を梱包別商品送料とすること等に関する技術が開示されている。   For example, Patent Document 1 is cited as a conventional technique related to the optimization of delivery costs at the time of product shipment. Patent Document 1 describes a technique for optimizing the shipping cost of product delivery to a consumer by a logistics company. In particular, a technique relating to calculating a plurality of product shipping costs determined by referring to the mixed shipping cost information according to each form in which the product can be packed, and setting the calculated shipping cost as a packaging-specific product shipping cost is disclosed.

特開2002−41874号公報JP 2002-41874 A

しかしながら、特許文献1に開示されている技術は、受注区分・取引先単位で出荷最低金額を設定し、出荷最低金額に応じて出荷処理を制御することはできない、という問題点があった。   However, the technique disclosed in Patent Document 1 has a problem in that it is not possible to set the minimum shipping amount for each order category / partner and to control the shipping process according to the minimum shipping amount.

本発明は、上記問題点に鑑みてなされたものであって、出荷時の配送費を下げるために、受注区分・取引先単位で出荷最低金額を設定し、出荷最低金額に応じて出荷処理を制御することができる、出荷制御装置、出荷制御方法、及び出荷制御プログラムを提供することを目的とする。   The present invention has been made in view of the above problems, and in order to reduce the delivery cost at the time of shipment, a shipment minimum amount is set for each order category / partner, and the shipping process is performed according to the shipment minimum amount. It is an object to provide a shipment control device, a shipment control method, and a shipment control program that can be controlled.

上述した課題を解決し、目的を達成するために、本発明に係る出荷制御装置は、制御部を備えた出荷制御装置であって、前記制御部は、取引先、受注金額、及び、出荷制御を行う対象であるか否かを識別する出荷制御対象フラグを受注ごとに含むレコードを格納される受注データを参照して、前記出荷制御対象フラグを有する受注に対して取引先ごとに受注金額の合計金額を算出する算出手段と、前記算出手段で算出された合計金額が出荷最低金額に達しているか否かを判定し、前記合計金額が前記出荷最低金額に達している場合は出荷指示対象であると判定し、前記受注金額の合計金額が前記出荷最低金額に達していない場合は出荷指示対象外であると判定する判定手段とを備えたことを特徴とする。   In order to solve the above-described problems and achieve the object, a shipment control apparatus according to the present invention is a shipment control apparatus including a control unit, and the control unit includes a supplier, an order amount, and a shipment control. Referring to the order data stored with a record including a shipment control target flag for each order received for identifying whether or not the order is to be executed, the order amount of each order is received for the order having the shipment control target flag. A calculating means for calculating a total amount; and determining whether or not the total amount calculated by the calculating means has reached a minimum shipping amount; if the total amount has reached the minimum shipping amount, And determining means for determining that there is no shipping instruction when the total amount of the order amount does not reach the minimum shipping amount.

また、本発明に係る出荷制御装置は、前記出荷制御装置において、前記受注データのレコードは、前記算出手段で算出される合計金額が前記出荷最低金額に達していない場合であっても出荷指示を行うように設定可能な強制出荷フラグを更に含み、前記判定手段は、前記強制出荷フラグが設定された受注を出荷指示対象であると判定することを特徴とする。   In the shipment control apparatus according to the present invention, in the shipment control apparatus, the record of the order data may indicate a shipment instruction even when the total amount calculated by the calculation means does not reach the minimum shipment amount. A compulsory shipment flag that can be set to be performed is further included, and the determination unit determines that an order for which the compulsory shipment flag is set is a shipment instruction target.

また、本発明に係る出荷制御装置は、前記出荷制御装置において、前記制御部は、前記受注データのレコードが更新されると、該更新されたレコード以前のレコードを参照して取引先ごとに引当済受注残の有無を判定し、引当済受注残が有ると判定した場合はその旨を出力手段に出力させる出力制御手段を更に備えたことを特徴とする。   In the shipment control apparatus according to the present invention, in the shipment control apparatus, when the record of the order data is updated, the control unit allocates for each business partner with reference to the record before the updated record. It is characterized by further comprising an output control means for determining whether there is a backlog of received orders and, when it is determined that there is a backlog of reserved orders, the output means outputs a message to that effect.

また、本発明に係る出荷制御方法は、制御部を備えた情報処理装置で実行される出荷制御方法であって、前記制御部で実行される、取引先、受注金額、及び、出荷制御を行う対象であるか否かを識別する出荷制御対象フラグを受注ごとに含む受注データを参照して、前記出荷制御対象フラグを有する受注に対して取引先ごとに受注金額の合計金額を算出する算出ステップと、前記算出ステップで算出された合計金額が出荷最低金額に達しているか否かを判定し、前記合計金額が前記出荷最低金額に達している場合は出荷指示対象であると判定し、前記受注金額の合計金額が前記出荷最低金額に達していない場合は出荷指示対象外であると判定する判定ステップとを含むことを特徴とする。   The shipping control method according to the present invention is a shipping control method executed by an information processing apparatus including a control unit, and performs a supplier, an order amount, and shipping control executed by the control unit. A calculation step of calculating the total amount of the order amount for each business partner with respect to the order having the shipment control object flag with reference to the order data including the shipment control object flag for identifying whether or not it is the object And determining whether or not the total amount calculated in the calculating step has reached a minimum shipping amount, and determining that the total amount has reached the minimum shipping amount, is a shipping instruction target; And a determination step of determining that the total amount of money does not reach the shipping minimum amount and is not subject to shipping instructions.

また、本発明に係る出荷制御プログラムは、制御部を備えた情報処理装置に実行させるための出荷制御プログラムであって、前記制御部に実行させるための、取引先、受注金額、及び、出荷制御を行う対象であるか否かを識別する出荷制御対象フラグを受注ごとに含む受注データを参照して、前記出荷制御対象フラグを有する受注に対して取引先ごとに受注金額の合計金額を算出する算出ステップと、前記算出ステップで算出された合計金額が前記出荷最低金額に達しているか否かを判定し、前記合計金額が前記出荷最低金額に達している場合は出荷指示対象であると判定し、前記受注金額の合計金額が前記出荷最低金額に達していない場合は出荷指示対象外であると判定する判定ステップとを含むことを特徴とする。   The shipping control program according to the present invention is a shipping control program for causing an information processing apparatus provided with a control unit to execute, wherein the supplier, the order amount, and the shipping control for causing the control unit to execute the shipping control program. Referring to the order data including the shipment control target flag for each order received for identifying whether or not the order is to be performed, the total amount of the order amount is calculated for each business partner for the order having the shipment control target flag. And determining whether the total amount calculated in the calculation step has reached the minimum shipping amount. If the total amount has reached the minimum shipping amount, it is determined to be a shipping instruction target. And a determination step of determining that the order amount is not subject to a shipping instruction when the total amount does not reach the minimum shipping amount.

本発明によれば、受注区分・取引先単位で出荷最低金額を設定し、出荷最低金額に応じて出荷処理を制御することができるという効果を奏する。これにより、出荷時の配送費を下げることが可能である。   According to the present invention, it is possible to set a minimum shipping amount for each order category / partner and to control shipping processing according to the minimum shipping amount. Thereby, it is possible to reduce the delivery cost at the time of shipment.

図1は、本実施形態に係る出荷制御装置の構成の一例を示すブロック図である。FIG. 1 is a block diagram illustrating an example of the configuration of the shipment control apparatus according to the present embodiment. 図2は、本実施形態に係る出荷制御処理の概要を説明するための図である。FIG. 2 is a diagram for explaining the outline of the shipment control process according to the present embodiment. 図3は、受注入力画面の一例を示す図である。FIG. 3 is a diagram showing an example of an order entry screen. 図4は、メッセージ表示の一例を示す図である。FIG. 4 is a diagram illustrating an example of a message display. 図5は、受注入力データテーブルに格納される情報の一例を示す図である。FIG. 5 is a diagram illustrating an example of information stored in the order entry data table. 図6は、受注集計データテーブルに格納される情報の一例を示す図である。FIG. 6 is a diagram illustrating an example of information stored in the order summary data table. 図7は、取引先体系の一例を示す図である。FIG. 7 is a diagram illustrating an example of a supplier system. 図8は、本実施形態に係る出荷制御処理のフローチャートの一例を示す図である。FIG. 8 is a diagram illustrating an example of a flowchart of the shipping control process according to the present embodiment.

本発明に係る出荷制御装置、出荷制御方法、及び出荷制御プログラムの実施形態を図面に基づいて詳細に説明する。なお、本発明は本実施形態により限定されるものではない。   Embodiments of a shipment control device, a shipment control method, and a shipment control program according to the present invention will be described in detail with reference to the drawings. In addition, this invention is not limited by this embodiment.

[1.構成]
本実施形態に係る出荷制御装置の構成の一例について、図1を参照して説明する。図1は、本実施形態に係る出荷制御装置の構成の一例を示すブロック図である。なお、本実施形態の構成はあくまでも一例であり、本発明は、本実施形態の構成で実現することに限定されるものではない。また、構成に関する以下の説明において、重複する説明を省略する場合がある。
[1. Constitution]
An example of the configuration of the shipment control apparatus according to the present embodiment will be described with reference to FIG. FIG. 1 is a block diagram illustrating an example of the configuration of the shipment control apparatus according to the present embodiment. Note that the configuration of the present embodiment is merely an example, and the present invention is not limited to being realized by the configuration of the present embodiment. Moreover, in the following description regarding the configuration, overlapping description may be omitted.

出荷制御装置100は、市販のデスクトップ型パーソナルコンピュータである。なお、出荷制御装置100は、デスクトップ型パーソナルコンピュータのような据置型情報処理装置に限らず、市販されているノート型パーソナルコンピュータ、PDA(Personal Digital Assistants)、スマートフォン、タブレット型パーソナルコンピュータなどの携帯型情報処理装置であってもよい。   The shipping control device 100 is a commercially available desktop personal computer. The shipment control apparatus 100 is not limited to a stationary information processing apparatus such as a desktop personal computer, but is a portable type such as a commercially available notebook personal computer, PDA (Personal Digital Assistant), smartphone, or tablet personal computer. An information processing apparatus may be used.

出荷制御装置100は、制御部102と通信インターフェース部104と記憶部106と入出力インターフェース部108と、を備えている。出荷制御装置100が備えている各部は、任意の通信路を介して通信可能に接続されている。   The shipment control apparatus 100 includes a control unit 102, a communication interface unit 104, a storage unit 106, and an input / output interface unit 108. Each unit included in the shipment control apparatus 100 is connected to be communicable via an arbitrary communication path.

制御部102は、出荷制御装置100を統括的に制御するCPU等である。制御部102は、OS等の制御プログラム・各種の処理手順等を規定したプログラム・所要データなどを格納するための内部メモリを有し、格納されているこれらのプログラムに基づいて種々の情報処理を実行する。制御部102は、機能概念的に、設定部102a、出力制御部102b、算出部102c、及び、判定部102dを備える。   The control unit 102 is a CPU or the like that controls the shipping control apparatus 100 in an integrated manner. The control unit 102 has an internal memory for storing a control program such as an OS, a program that defines various processing procedures, and necessary data, and performs various information processing based on these stored programs. Run. The control unit 102 includes a setting unit 102a, an output control unit 102b, a calculation unit 102c, and a determination unit 102d in terms of functional concept.

設定部102aは、図2のステップSA1に示すように、受注マスタ106aに上代金額でのチェックか下代金額でのチェックかを設定し、出荷最低金額を設定する。また、受注区分ごとにチェック対象とするかを設定することができる。更に、セグメントマスタ106bに出荷最低金額チェック対象・対象外のコードを登録する。続いて、得意先マスタ106cのセグメントにチェック対象・対象外を設定する。   As shown in step SA1 in FIG. 2, the setting unit 102a sets whether to check with the upper price or the lower price in the order receiving master 106a, and sets the minimum shipping amount. In addition, it is possible to set whether to check for each order category. Furthermore, the codes that are to be checked and not to be checked for the minimum shipping amount are registered in the segment master 106b. Subsequently, check target / non-target are set in the segment of the customer master 106c.

出力制御部102bは、得意先もしくは納入先選択時に引当済受注残金額をメッセージ表示させることができる。メッセージ表示させるか否かは設定により選択可能であり、メッセージ表示を選択しない場合は、引当済受注残金額をメッセージ表示させなくてもよい。図3は、受注入力画面の一例を示す図であり、図4は、メッセージ表示の一例を示す図である。該当得意先もしくは納入先に関して、引当済受注残と合わせても出荷最低金額に達していないが、入力中の受注伝票を出荷に回す場合は、受注伝票に強制出荷チェックをつける。   The output control unit 102b can display a message indicating the reserved order remaining amount when a customer or a delivery destination is selected. Whether or not to display a message can be selected depending on the setting. When message display is not selected, it is not necessary to display the reserved order remaining amount. FIG. 3 is a diagram illustrating an example of an order input screen, and FIG. 4 is a diagram illustrating an example of a message display. For the customer or delivery destination, the minimum shipping amount has not been reached even with the reserved backlog, but when the order slip being entered is to be shipped, a forced shipment check is added to the order slip.

算出部102cは、図2のステップSA2に示すように、受注計上を行う。図5は、受注入力データテーブルに格納される情報の一例を示す図である。図5に示すように、受注入力データテーブルは、データの種類(受注区分)、入力元画面、得意先マスタ106cのセグメントコード、受注強制出荷フラグ、受注ヘッダ入金後出荷フラグ、受注明細入金済フラグ、最低出荷金額集計、納入先単位出荷最低金額チェック、及び、出荷制御処理対象・対象外の情報を含むレコードを格納する。算出部102cは、受注入力データテーブルに基づき、得意先もしくは納入先単位での出荷指示対象の受注金額を集計する。   The calculation unit 102c records an order as shown in step SA2 in FIG. FIG. 5 is a diagram illustrating an example of information stored in the order entry data table. As shown in FIG. 5, the order entry data table includes a data type (order classification), an input source screen, a segment code of the customer master 106c, an order forced shipment flag, an order header post-payment shipment flag, an order detail payment completed flag. Store the record including the minimum shipment amount summary, the delivery unit unit shipment minimum amount check, and the information of the shipment control processing target / non-target. Based on the order entry data table, the calculation unit 102c totals the order amounts for shipping instructions for each customer or delivery destination.

判定部102dは、図2のステップSA3に示すように、出荷指示判定を行う。図6は、受注集計データテーブルに格納される情報の一例を示す図であり、チェックが納入先単位の場合である。図6に示すように、受注集計データテーブルは、データの種類(受注区分)、受注番号、得意先名(又は得意先コード)、納入先名(又は納入先コード)、得意先チェック対象・対象外、強制出荷対象・対象外、入金後出荷対象・対象外、入金済・未入金、引当数×単価、最低出荷金額集計対象・対象外についての情報を含むレコードを格納する。   The determination unit 102d performs a shipping instruction determination as shown in Step SA3 of FIG. FIG. 6 is a diagram showing an example of information stored in the received order totaling data table, where the check is for each delivery destination. As shown in FIG. 6, the order summary data table includes the data type (order classification), order number, customer name (or customer code), delivery name (or delivery code), customer check target / target Stores records that contain information about non-compliance, compulsory shipment target / non-target, post-payment shipment target / non-target, paid / unpaid, provisioned number × unit price, minimum shipment amount aggregate target / non-target.

判定部102dは、算出部102cで集計した得意先もしくは納入先単位での出荷指示対象の受注金額が出荷最低金額に達している場合は、出荷指示対象と判定し、出荷最低金額に達していない場合は、出荷指示対象外と判定する。出荷最低金額チェック対象外の得意先に関しては、チェックを行わない。   The determination unit 102d determines that the order is the shipping instruction target when the order amount of the shipment instruction target in the customer or the delivery destination unit calculated by the calculation unit 102c has reached the minimum shipping amount, and has not reached the minimum shipping amount. In this case, it is determined that it is not a shipping instruction target. No check is made for customers who are not subject to the minimum shipping amount check.

通信インターフェース部104は、ルータ等の通信装置及び専用線等の有線又は無線の通信回線を介して、出荷制御装置100をネットワーク300に通信可能に接続する。通信インターフェース部104は、他の装置と通信回線を介してデータを通信する機能を有する。ここで、ネットワーク300は、出荷制御装置100とサーバ200とを相互に通信可能に接続する機能を有し、例えばインターネットやLAN(Local Area Network)等である。   The communication interface unit 104 communicatively connects the shipment control apparatus 100 to the network 300 via a communication device such as a router and a wired or wireless communication line such as a dedicated line. The communication interface unit 104 has a function of communicating data with other devices via a communication line. Here, the network 300 has a function of connecting the shipment control apparatus 100 and the server 200 so that they can communicate with each other, and is, for example, the Internet or a LAN (Local Area Network).

記憶部106には、各種のデータベース、テーブル、マスタデータテーブル(以下、マスタと称する場合がある)、及びファイルなどが格納される。記憶部106には、OS(Operating System)と協働してCPU(Central Processing Unit)に命令を与えて各種処理を行うためのコンピュータプログラムが記録される。記憶部106として、例えば、RAM(Random Access Memory)・ROM(Read Only Memory)等のメモリ装置、ハードディスクのような固定ディスク装置、フレキシブルディスク、及び光ディスク等を用いることができる。また、記憶部106は、受注マスタ106a、セグメントマスタ106b、及び、得意先マスタ106cを有する。   The storage unit 106 stores various databases, tables, master data tables (hereinafter sometimes referred to as masters), files, and the like. The storage unit 106 stores a computer program for giving various instructions to a CPU (Central Processing Unit) in cooperation with an OS (Operating System). As the storage unit 106, for example, a memory device such as a RAM (Random Access Memory) and a ROM (Read Only Memory), a fixed disk device such as a hard disk, a flexible disk, and an optical disk can be used. The storage unit 106 includes an order receiving master 106a, a segment master 106b, and a customer master 106c.

受注マスタ106aは、出荷最低金額のチェック対象となる受注区分を設定し(チェック外の受注区分はすべて出荷対象)、上代金額でのチェックか下代金額でのチェックかを設定し、出荷最低金額の種類を設定(例えば、1:10,000円、2:20,000円、…)することができる。
セグメントマスタ106bは、セグメント1(1:得意先チェック、2:納入先チェック、3:チェック対象外)、セグメント2(1:10,000円、2:20,000円、…)を設定することができる。
得意先マスタ106cは、セグメントマスタ106bに設定した内容を紐づけて登録し、セグメントにチェック対象・対象外を設定する。
上記の各マスタ106a〜106cの設定後、受注入力を行う。
The order master 106a sets the order category to be checked for the minimum shipping amount (all orders that are not checked are shipped), sets whether to check with the upper price or the lower price, and sets the minimum shipping price. Can be set (for example, 1: 10,000 yen, 2: 20,000 yen,...).
The segment master 106b sets segment 1 (1: customer check, 2: delivery destination check, 3: unchecked), segment 2 (1: 10,000 yen, 2: 20,000 yen, ...) Can do.
The customer master 106c registers the contents set in the segment master 106b in association with each other, and sets the check target / non-target for the segment.
After setting the masters 106a to 106c, an order is entered.

入出力インターフェース部108には、入力装置112及び出力装置114が接続されている。出力装置114には、画面又はモニタ(家庭用テレビを含む)の他、スピーカやプリンタを用いることができる。入力装置112には、キーボード、マウス、及びマイクの他、マウスと協働してポインティングデバイス機能を実現するモニタを用いることができる。また、例えば、タッチパネルディスプレイのように、入力装置112及び出力装置114は一体化されていてもよい。なお、以下では、出力装置114を画面114又はモニタ114とし、入力装置112をキーボード112又はマウス112として記載する場合がある。   An input device 112 and an output device 114 are connected to the input / output interface unit 108. As the output device 114, a screen or a monitor (including a home television), a speaker or a printer can be used. As the input device 112, in addition to a keyboard, a mouse, and a microphone, a monitor that realizes a pointing device function in cooperation with the mouse can be used. For example, like the touch panel display, the input device 112 and the output device 114 may be integrated. In the following description, the output device 114 may be described as the screen 114 or the monitor 114, and the input device 112 may be described as the keyboard 112 or the mouse 112.

[2.具体例]
ここでは、本実施形態に係る出荷制御処理の一例について、図2から図7等を参照して詳細に説明する。図2は、本実施形態に係る出荷制御処理の概要を説明するための図である。
[2. Concrete example]
Here, an example of the shipment control process according to the present embodiment will be described in detail with reference to FIGS. FIG. 2 is a diagram for explaining the outline of the shipment control process according to the present embodiment.

本実施形態は、B to Bの取引形態(受注形態)を加味した得意先別の出荷最低金額管理の仕組みである。また、得意先単位だけではなく、納入先単位の管理にも応用することができる。   The present embodiment is a minimum shipping amount management mechanism for each customer, taking into account a B to B transaction form (order form). Moreover, it can be applied not only to the customer unit but also to the management of the delivery unit.

図7は、取引先体系の一例を示す図である。図7に示すように、取引先は、請求先、得意先、及び、納入先に分けられる。請求先は、債権管理単位、又は入金・消込入力単位などで管理され、会計上では請求入金単位となる。得意先は、売上実績管理単位などで管理され、会計上では売上実績単位となる。納入先は、出荷案内書送付単位などで管理され、会計上では納入実績単位となる。   FIG. 7 is a diagram illustrating an example of a supplier system. As shown in FIG. 7, business partners are divided into billing destinations, customers, and delivery destinations. The billing destination is managed in a credit management unit or a deposit / clearance input unit, and becomes a billed receipt unit in accounting. The customer is managed in a sales performance management unit or the like, and becomes a sales performance unit in accounting. The delivery destination is managed in a shipping guide sending unit or the like, and becomes a delivery result unit in accounting.

B to Bでの取引では、取引先ごとに出荷最低金額を設けて出荷に制御をかける場合がある。得意先・納入先ごとに出荷最低金額のチェックが必要かの登録をし、出荷指示で金額に達していない伝票は制御をかける。特に、アパレル業界では、少ない商品で出荷する場合が多く、配送料が課題になる。そのため、出荷時の配送費を下げるために、得意先単位で出荷できる最低金額を設定することが多い。出荷最低金額は、例えば、取引先単位で過去の売上に対する配送料から判断することができる。   In a B to B transaction, there is a case where a shipment minimum amount is set for each business partner and the shipment is controlled. For each customer / delivery destination, register whether the minimum shipping amount needs to be checked, and control slips that have not reached the amount in the shipping instruction. In particular, in the apparel industry, there are many cases of shipping with a small number of products, and the delivery fee becomes a problem. For this reason, in order to reduce the delivery cost at the time of shipment, a minimum amount that can be shipped by customer is often set. The minimum shipping amount can be determined from, for example, a delivery fee for past sales for each business partner.

そこで、本実施形態では、出荷最低金額に満たない場合は出荷処理ができないような制御を構築した。また、通常の店舗販売による受注の他、展示会等で受注する場合もあり、取引形態(受注区分)を考慮した仕組みであり、引当済の受注残金額を踏まえた仕組みになっている。本実施形態では、例えば、出荷最低金額、金額チェック対象(上代又は下代)、対象の取引形態(受注区分)をセグメント単位、得意先単位にチェック対象可否の設定を保持することが可能である。   Therefore, in the present embodiment, a control is constructed so that shipping processing cannot be performed if the shipping minimum amount is not reached. In addition to orders received through regular store sales, orders may be received at exhibitions, etc., and this is a mechanism that takes into account the transaction form (order classification), and is based on the remaining order value that has been reserved. In the present embodiment, for example, it is possible to hold the setting of whether or not the check target can be checked in the segment unit and the customer unit for the minimum shipping amount, the amount check target (upper or lower price), the target transaction form (order category), for example. .

また、本実施形態では、受注入力時に得意先又は納入先単位でまだ出荷していない受注残がいくらあるかメッセージを表示することができる。今回の取引だけでは出荷最低金額に達していなくても、残分と合わせれば出荷できるかの確認を行う。受注入力時に出荷最低金額に達していなくても、今回の取引分に関して出荷する場合は、強制出荷のフラグを付けることができる。強制出荷伝票に関しては、出荷最低金額に達していなくても、出荷指示の対象とする。   Further, in the present embodiment, a message can be displayed as to how much an order has not been shipped yet for each customer or delivery destination when an order is entered. Even if this transaction alone does not reach the minimum shipping amount, it is confirmed whether it can be shipped if it is combined with the balance. Even if the minimum shipping amount has not been reached when an order is entered, a flag for forced shipment can be attached when shipping for the current transaction. The compulsory shipping slip is subject to shipping instructions even if the minimum shipping amount has not been reached.

[ステップSA1:マスタの設定]
図2に示すように、ステップSA1で、設定部102aは、受注マスタ106aに、出荷最低金額のチェック対象となる受注区分を設定し(チェック外の受注区分はすべて出荷対象)、上代金額でのチェックか下代金額でのチェックかを設定し、出荷最低金額の種類を設定(例えば、1:10,000円、2:20,000円、…)する。
また、設定部102aは、セグメントマスタ106bに、セグメント1(1:得意先チェック、2:納入先チェック、3:チェック対象外)、セグメント2(1:10,000円、2:20,000円、…)を設定する。
また、設定部102aは、得意先マスタ106cに、セグメントマスタ106bに設定した内容を紐づけて登録し、セグメントにチェック対象・対象外を設定する。
上記の各マスタ106a〜106cの設定後、受注入力を行う。
[Step SA1: Master setting]
As shown in FIG. 2, in step SA1, the setting unit 102a sets an order category to be checked for the minimum shipping amount in the order receiving master 106a (all unordered order categories are subject to shipment). Set whether to check or check with the lower price, and set the type of minimum shipping amount (for example, 1: 10,000 yen, 2: 20,000 yen,...).
In addition, the setting unit 102a adds the segment 1 (1: customer check, 2: delivery destination check, 3: unchecked), segment 2 (1: 10,000 yen, 2: 20,000 yen) to the segment master 106b. , ...) is set.
Further, the setting unit 102a registers the contents set in the segment master 106b in association with the customer master 106c, and sets the check target / non-target for the segment.
After setting the masters 106a to 106c, an order is entered.

[ステップSA2:受注入力]
次に、ステップSA2で、図3に示すような受注入力画面において受注入力を受ける。このとき、出力制御部102bは、図4に示すように、得意先もしくは納入先選択時に引当済受注残金額をメッセージ表示させることができる。メッセージ表示させるか否かは設定により選択可能であり、メッセージ表示を選択しない場合は、引当済受注残金額をメッセージ表示させなくてもよい。該当得意先もしくは納入先に関して、引当済受注残と合わせても出荷最低金額に達していないが、入力中の受注伝票を出荷に回す場合は、受注伝票に強制出荷チェックをつける。
[Step SA2: Order entry]
Next, in step SA2, an order entry is received on an order entry screen as shown in FIG. At this time, as shown in FIG. 4, the output control unit 102b can display a message indicating the reserved order remaining amount when a customer or a delivery destination is selected. Whether or not to display a message can be selected depending on the setting. When message display is not selected, it is not necessary to display the reserved order remaining amount. For the customer or delivery destination, the minimum shipping amount has not been reached even with the reserved backlog, but when the order slip being entered is to be shipped, a forced shipment check is added to the order slip.

続いて、算出部102cは、受注計上を行う。図5に示すように、受注入力データテーブルに、データの種類(受注区分)、入力元画面、得意先マスタ106cのセグメントコード、受注強制出荷フラグ、受注ヘッダ入金後出荷フラグ、受注明細入金済フラグ、最低出荷金額集計、納入先単位出荷最低金額チェック、及び、出荷制御処理対象・対象外の情報を含むレコードを格納する。算出部102cは、受注入力データテーブルに基づき、得意先もしくは納入先単位での出荷指示対象の受注金額を集計する。   Subsequently, the calculation unit 102c records an order. As shown in FIG. 5, in the order entry data table, the data type (order category), the input source screen, the segment code of the customer master 106c, the order forced shipment flag, the order header post-payment shipment flag, the order detail payment completed flag Store the record including the minimum shipment amount summary, the delivery unit unit shipment minimum amount check, and the information of the shipment control processing target / non-target. Based on the order entry data table, the calculation unit 102c totals the order amounts for shipping instructions for each customer or delivery destination.

[ステップSA3:出荷指示判定]
最後に、ステップSA3で、判定部102dは、図6に示すような受注集計データテーブルに基づき、出荷指示判定を行う。なお、図6は、チェックが納入先単位の場合である。判定部102dは、算出部102cで集計した得意先もしくは納入先単位での出荷指示対象の受注金額が出荷最低金額に達している場合は、出荷指示対象と判定し、出荷最低金額に達していない場合は、出荷指示対象外と判定する。出荷最低金額チェック対象外の得意先に関しては、チェックを行わない。強制出荷明細に、通常出荷明細が引きずられることはない。
[Step SA3: Shipment Instruction Determination]
Finally, in step SA3, the determination unit 102d performs a shipping instruction determination based on the order totaling data table as shown in FIG. FIG. 6 shows a case where the check is a delivery destination unit. The determination unit 102d determines that the order is the shipping instruction target when the order amount of the shipment instruction target in the customer or the delivery destination unit calculated by the calculation unit 102c has reached the minimum shipping amount, and has not reached the minimum shipping amount. In this case, it is determined that it is not a shipping instruction target. No check is made for customers who are not subject to the minimum shipping amount check. A normal shipment item is not dragged to a forced shipment item.

なお、出荷指示判定は、得意先もしくは納入先単位で最低金額チェックを超えているか否かで判定する。入金後出荷(前受)の未入金明細は、集計の対象外となる。また、送料商品コードの明細は、集計対象外とする。また、通常の明細だけでは、出荷最低金額を超えないが、強制出荷の明細も合わせると出荷最低金額を超える場合は、出荷対象となる。そのため、集計金額によっては、引きずられることがある。しかし、図6に示した例の場合、受注4、受注6、受注10、受注12は、出荷最低金額のチェックに関わらず、出荷対象となる。受注1、受注3、受注7、受注9が出荷対象となるか否かが、出荷最低金額チェックの判定結果に従う。   The shipping instruction determination is made based on whether or not the minimum amount check has been exceeded for each customer or delivery destination. Non-payment details for post-payment shipments (early receipts) are not counted. The details of the shipping product code are not counted. In addition, the normal amount alone does not exceed the minimum shipping amount, but if the compulsory shipment details are also combined, the shipping amount exceeds the minimum shipping amount. Therefore, it may be dragged depending on the total amount. However, in the example shown in FIG. 6, the order 4, the order 6, the order 10, and the order 12 are to be shipped regardless of the check of the minimum shipping amount. Whether the order 1, the order 3, the order 7, and the order 9 are to be shipped depends on the determination result of the minimum shipping amount check.

[3.処理]
次に、上述した構成の出荷制御装置100で実行される各処理の一例について、図8等を参照して詳細に説明する。図8は、本実施形態に係る出荷制御処理のフローチャートの一例を示す図である。
[3. processing]
Next, an example of each process executed by the shipment control apparatus 100 configured as described above will be described in detail with reference to FIG. FIG. 8 is a diagram illustrating an example of a flowchart of the shipping control process according to the present embodiment.

[ステップSB1:受注マスタの設定]
図8に示すように、ステップSB1で、設定部102aは、受注マスタ106aを設定する。受注マスタ106aには、まず、出荷最低金額のチェック対象となる受注区分を設定する。ここで、チェック外の受注区分はすべて出荷対象である。次に、上代金額でのチェックか下代金額でのチェックかを設定する。更に、出荷最低金額の種類を、例えば、1:10,000円、2:20,000円、…と設定する。
[Step SB1: Order Master Setup]
As shown in FIG. 8, in step SB1, the setting unit 102a sets the order receiving master 106a. In the order master 106a, first, an order category to be checked for a minimum shipping amount is set. Here, all orders not checked are shipped. Next, it is set whether to check with the upper price or the lower price. Furthermore, the type of the minimum shipping amount is set to, for example, 1: 10,000 yen, 2: 20,000 yen,.

[ステップSB2:セグメントマスタの設定]
次に、ステップSB2で、設定部102aは、セグメントマスタ106bを設定する。セグメントマスタ106bには、例えば、セグメント1(1:得意先チェック、2:納入先チェック、3:チェック対象外)、セグメント2(1:10,000円、2:20,000円、…)などを設定する。
[Step SB2: Segment master setting]
Next, in step SB2, the setting unit 102a sets the segment master 106b. The segment master 106b includes, for example, segment 1 (1: customer check, 2: delivery destination check, 3: unchecked), segment 2 (1: 10,000 yen, 2: 20,000 yen, etc.) Set.

[ステップSB3:得意先マスタの設定]
次に、ステップSB3で、設定部102aは、得意先マスタ106cを設定する。得意先マスタ106cには、セグメントマスタ106bに設定した内容を紐づけて登録することができる。
[Step SB3: Setting Customer Master]
Next, in step SB3, the setting unit 102a sets the customer master 106c. The contents set in the segment master 106b can be linked and registered in the customer master 106c.

[ステップSB4:受注入力及び取引先選択]
次に、ステップSB4で、受注入力及び取引先選択を行う。納入先単位でのチェックの場合、取引先として納入先を選択する。引当済受注残が存在する場合、メッセージで残金額を表示するか否かを選択することができる。本実施形態では、メッセージを表示する例について説明する。
[Step SB4: Order entry and supplier selection]
Next, in step SB4, order entry and supplier selection are performed. In the case of a check at the delivery destination unit, select the delivery destination as the business partner. When there is a reserved backlog, it is possible to select whether or not to display the remaining amount in a message. In this embodiment, an example of displaying a message will be described.

[ステップSB5〜SB7:引当済受注残が無い場合の処理]
同じ納入先の他受注伝票で引当済受注残がない場合は、ステップSB5に進み、判定部102dは、入力中伝票の金額と出荷最低金額とを比較する。入力中伝票が出荷最低金額に達しないが、出荷対象とする場合は、ステップSB6に進み、強制出荷フラグをオンにし、出荷指示入力対象と判定する。入力中伝票が出荷最低金額に達しず、出荷対象としない場合は、ステップSB7に進み、強制出荷フラグをオフにして、出荷指示入力対象外と判定する。
[Steps SB5 to SB7: Processing when there is no backlog of reserved orders]
If there is no reserved order remaining in another order slip of the same delivery destination, the process proceeds to step SB5, and the determination unit 102d compares the amount of the slip being input with the minimum shipping amount. If the in-input slip does not reach the minimum shipping amount but is to be shipped, the process proceeds to step SB6, the forced shipping flag is turned on, and the shipping instruction is input. If the in-input slip does not reach the minimum shipping amount and is not to be shipped, the process proceeds to step SB7, the forced shipping flag is turned off, and it is determined that the shipping instruction is not input.

[ステップSB8〜SB11:引当済受注残がある場合の処理]
同じ納入先の他受注伝票で引当済受注残がある場合、ステップSB8に進み、出力制御部102bは、メッセージで引当済受注残金額を表示する。次に、他伝票と合わせても出荷最低金額に達しないが、入力中伝票は出荷対象とする場合は、ステップSB9に進み、判定部102dは、強制出荷フラグをオンにして、出荷指示入力対象と判定する。また、他伝票と合わせても出荷最低金額に達しず、入力中伝票も出荷対象としない場合は、ステップSB10に進み、強制出荷フラグをオフにして、出荷指示対象外であると判定する。また、他伝票と合わせたら出荷最低金額に達する場合は、ステップSB11に進み、強制出荷フラグをオンにして、出荷指示入力対象であると判定する。
[Steps SB8 to SB11: Processing in the case where there is a backlog of reserved orders]
If there is a reserved order remaining in another order slip of the same delivery destination, the process proceeds to step SB8, and the output control unit 102b displays the reserved order remaining amount in a message. Next, even if it is combined with other slips, the minimum shipping amount is not reached, but when the slip being input is to be shipped, the process proceeds to step SB9, and the determination unit 102d turns on the forced shipping flag and sets the shipping instruction input target. Is determined. If the minimum shipping amount is not reached even when combined with other slips, and the slip being entered is not to be shipped, the process proceeds to step SB10, the forced shipping flag is turned off, and it is determined that the shipping instruction is not covered. If the minimum shipping amount is reached when combined with other slips, the process proceeds to step SB11, the forced shipping flag is turned on, and it is determined that the shipping instruction is input.

[4.実施形態のまとめ、および他の実施形態]
以上、本実施形態によれば、受注区分・取引先単位で出荷最低金額のチェック有無を設定し、チェック有の場合は、出荷最低金額を設定し、引当済受注残が出荷最低金額に達したら出荷指示の対象となるように出荷制御することができる。
[4. Summary of Embodiments and Other Embodiments]
As described above, according to the present embodiment, whether or not to check the minimum shipping amount is set for each order category / partner, and if there is a check, the minimum shipping amount is set, and when the reserved backlog reaches the minimum shipping amount Shipment control can be performed so as to be a target of a shipment instruction.

また、本実施形態によれば、また、受注入力時の取引先選択時に引当済受注残が存在する場合、メッセージで残金額を表示し、出荷最低金額に達しないが、今回取引分は出荷対象としたい場合、受注伝票に強制出荷フラグのチェックをし、出荷指示対象とすることが可能である。   In addition, according to the present embodiment, when there is a reserved backorder when a business partner is selected at the time of order entry, the remaining amount is displayed in a message and the minimum shipping amount is not reached. If it is desired to do so, it is possible to check the compulsory shipping flag on the order receipt and make it a target for shipping instructions.

従来は、受注入力時に取引先単位の受注残を受注紹介などで確認して、人の判断で出荷対象になるか否かを確認してお客様とやり取りする必要があった。そのため、確認に時間を要す原因となり、また出荷漏れの原因となっていたが、本発明により、日常業務で他受注伝票の残を確認しながらの受注入力や、出荷指示時に1つずつ確認しながら出荷指示をすることが不要なので、業務の効率化や売り逃しが図れる。   In the past, it was necessary to check the backlog of orders at the customer's level at the time of order entry, by order introduction, etc., and to confirm whether or not the product is eligible for shipment at the discretion of the person and communicate with the customer. As a result, it took time to confirm and caused the omission of shipment. However, according to the present invention, it is confirmed one by one at the time of order entry while confirming the rest of other order slips in daily work, or at the time of shipping instructions. However, since it is not necessary to give a shipping instruction, it is possible to improve work efficiency and miss sales.

また、これまで本発明の実施形態について説明したが、本発明は、上述した実施形態以外にも、特許請求の範囲に記載した技術的思想の範囲内において種々の異なる実施形態にて実施されてよいものである。   Further, although the embodiments of the present invention have been described so far, the present invention can be implemented in various different embodiments within the scope of the technical idea described in the claims other than the above-described embodiments. It ’s good.

例えば、上述した実施形態において説明した各処理のうち、自動的に行われるものとして説明した処理の全部または一部を手動的に行うこともでき、あるいは、手動的に行われるものとして説明した処理の全部または一部を公知の方法で自動的に行うこともできる。   For example, among the processes described in the above-described embodiments, all or a part of the processes described as being automatically performed can be manually performed, or the processes described as being manually performed All or a part of the above can be automatically performed by a known method.

このほか、上記文献中や図面中で示した処理手順、制御手順、具体的名称、各処理の登録データや検索条件等のパラメータを含む情報、画面例、データベース構成については、特記する場合を除いて任意に変更することができる。   In addition, unless otherwise specified, the processing procedures, control procedures, specific names, information including registration data for each processing, parameters such as search conditions, screen examples, and database configurations shown in the above documents and drawings Can be changed arbitrarily.

また、出荷制御装置100に関して、図示の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。   Further, regarding the shipping control apparatus 100, each illustrated component is functionally conceptual and does not necessarily need to be physically configured as illustrated.

例えば、出荷制御装置100が備える処理機能、特に制御部にて行われる各処理機能については、その全部または任意の一部を、CPUおよび当該CPUにて解釈実行されるプログラムにて実現してもよく、また、ワイヤードロジックによるハードウェアとして実現してもよい。尚、プログラムは、本実施形態で説明した処理を情報処理装置に実行させるためのプログラム化された命令を含む一時的でないコンピュータ読み取り可能な記録媒体に記録されており、必要に応じて各装置に機械的に読み取られる。すなわち、ROMまたはHDD(Hard Disk Drive)などの記憶部などには、OSと協働してCPUに命令を与え、各種処理を行うためのコンピュータプログラムが記録されている。このコンピュータプログラムは、RAMにロードされることによって実行され、CPUと協働して制御部を構成する。   For example, all or some of the processing functions provided in the shipping control device 100, particularly the processing functions performed by the control unit, may be realized by the CPU and a program interpreted and executed by the CPU. Alternatively, it may be realized as hardware by wired logic. The program is recorded on a non-transitory computer-readable recording medium including a programmed instruction for causing the information processing apparatus to execute the processing described in the present embodiment, and is stored in each apparatus as necessary. Read mechanically. In other words, in a storage unit such as a ROM or a HDD (Hard Disk Drive), a computer program for giving instructions to the CPU in cooperation with the OS and performing various processes is recorded. This computer program is executed by being loaded into the RAM, and constitutes a control unit in cooperation with the CPU.

また、このコンピュータプログラムは、サーバ200に対して任意のネットワークを介して接続されたアプリケーションプログラムサーバに記憶されていてもよく、必要に応じてその全部または一部をダウンロードすることも可能である。   The computer program may be stored in an application program server connected to the server 200 via an arbitrary network, and may be downloaded in whole or in part as necessary.

また、本実施形態で説明した処理を実行するためのプログラムを、一時的でないコンピュータ読み取り可能な記録媒体に格納してもよく、また、プログラム製品として構成することもできる。ここで、この「記録媒体」とは、メモリーカード、USB(Universal Serial Bus)メモリ、SD(Secure Digital)カード、フレキシブルディスク、光磁気ディスク、ROM、EPROM(Erasable Programmable Read Only Memory)、EEPROM(登録商標)(Electrically Erasable and Programmable Read Only Memory)、CD−ROM(Compact Disk Read Only Memory)、MO(Magneto−Optical disk)、DVD(Digital Versatile Disk)、および、Blu−ray(登録商標) Disc等の任意の「可搬用の物理媒体」を含むものとする。   In addition, a program for executing the processing described in this embodiment may be stored in a non-temporary computer-readable recording medium, or may be configured as a program product. Here, the “recording medium” refers to a memory card, USB (Universal Serial Bus) memory, SD (Secure Digital) card, flexible disk, magneto-optical disk, ROM, EPROM (Erasable Programmable Read Only Memory), EEPROM (registration). Trademark) (Electrically Erasable and Programmable Read Only Memory), CD-ROM (Compact Disk Read Only Memory), MO (Magneto-Optical disk), DVD (Digital Digital, Trademark) Any “portable physical media It is intended to include.

また、「プログラム」とは、任意の言語または記述方法にて記述されたデータ処理方法であり、ソースコードまたはバイナリコード等の形式を問わない。なお、「プログラム」は必ずしも単一的に構成されるものに限られず、複数のモジュールやライブラリとして分散構成されるものや、OSに代表される別個のプログラムと協働してその機能を達成するものをも含む。なお、実施形態に示した各装置において記録媒体を読み取るための具体的な構成および読み取り手順ならびに読み取り後のインストール手順等については、周知の構成や手順を用いることができる。   The “program” is a data processing method described in an arbitrary language or description method, and may be in any form such as source code or binary code. Note that the “program” is not necessarily limited to a single configuration, and functions are achieved in cooperation with a separate configuration such as a plurality of modules and libraries or a separate program represented by the OS. Including things. In addition, a well-known structure and procedure can be used about the specific structure and reading procedure for reading a recording medium in each apparatus shown to embodiment, the installation procedure after reading, etc.

記憶部106に格納される各種のデータベース等は、RAM、ROM等のメモリ装置、ハードディスク等の固定ディスク装置、フレキシブルディスク、及び、光ディスク等のストレージ手段であり、各種処理やウェブサイト提供に用いる各種のプログラム、テーブル、データベース、及び、ウェブページ用ファイル等を格納する。   Various databases and the like stored in the storage unit 106 are storage means such as a memory device such as a RAM and a ROM, a fixed disk device such as a hard disk, a flexible disk, and an optical disk. Programs, tables, databases, web page files, and the like.

また、出荷制御装置100は、既知のパーソナルコンピュータ又はワークステーション等の情報処理装置として構成してもよく、また、任意の周辺装置が接続された当該情報処理装置として構成してもよい。また、出荷制御装置100は、当該装置に本実施形態で説明した処理を実現させるソフトウェア(プログラム又はデータ等を含む)を実装することにより実現してもよい。   Further, the shipment control apparatus 100 may be configured as an information processing apparatus such as a known personal computer or workstation, or may be configured as the information processing apparatus to which an arbitrary peripheral device is connected. Further, the shipping control apparatus 100 may be realized by installing software (including a program or data) that realizes the processing described in the present embodiment in the apparatus.

更に、装置の分散・統合の具体的形態は図示するものに限られず、その全部または一部を、各種の付加等に応じてまたは機能負荷に応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。すなわち、上述した実施形態を任意に組み合わせて実施してもよく、実施形態を選択的に実施してもよい。   Furthermore, the specific form of distribution / integration of the devices is not limited to that shown in the figure, and all or a part of them may be functionally or physically in arbitrary units according to various additions or according to functional loads. It can be configured to be distributed and integrated. That is, the above-described embodiments may be arbitrarily combined and may be selectively implemented.

本発明は、広く小売業界において有用であり、特にアパレル業界の販売に有用である。   The present invention is widely useful in the retail industry, and particularly useful for sales in the apparel industry.

100 出荷制御装置
102 制御部
102a 設定部
102b 出力制御部
102c 算出部
102d 判定部
104 通信インターフェース部
106 記憶部
106a 受注マスタ
106b セグメントマスタ
106c 得意先マスタ
108 入出力インターフェース部
112 入力装置
114 出力装置
200 サーバ
300 ネットワーク
DESCRIPTION OF SYMBOLS 100 Shipment control apparatus 102 Control part 102a Setting part 102b Output control part 102c Calculation part 102d Judgment part 104 Communication interface part 106 Storage part 106a Order acceptance master 106b Segment master 106c Customer master 108 Input / output interface part 112 Input apparatus 114 Output apparatus 200 Server 300 network

Claims (5)

制御部を備えた出荷制御装置であって、
前記制御部は、
取引先、受注金額、及び、出荷制御を行う対象であるか否かを識別する出荷制御対象フラグを受注ごとに含むレコードを格納される受注データを参照して、前記出荷制御対象フラグを有する受注に対して取引先ごとに受注金額の合計金額を算出する算出手段と、
前記算出手段で算出された合計金額が出荷最低金額に達しているか否かを判定し、前記合計金額が前記出荷最低金額に達している場合は出荷指示対象であると判定し、前記受注金額の合計金額が前記出荷最低金額に達していない場合は出荷指示対象外であると判定する判定手段と、
を備えたこと、
を特徴とする出荷制御装置。
A shipping control device including a control unit,
The controller is
An order having the shipment control target flag with reference to order data stored with a record including a supplier, an order amount, and a shipment control target flag for identifying whether or not the shipment control target is to be performed. A calculation means for calculating the total amount of the order amount for each business partner,
It is determined whether or not the total amount calculated by the calculation means has reached the minimum shipping amount. If the total amount has reached the minimum shipping amount, it is determined that the target is a shipping instruction, and the order amount A determination means for determining that the total amount does not reach the minimum shipping amount and is not subject to a shipping instruction;
Having
A shipment control device characterized by.
前記受注データのレコードは、前記算出手段で算出される合計金額が前記出荷最低金額に達していない場合であっても出荷指示を行うように設定可能な強制出荷フラグを更に含み、
前記判定手段は、前記強制出荷フラグが設定された受注を出荷指示対象であると判定する、
ことを特徴とする請求項1に記載の出荷制御装置。
The record of the order data further includes a compulsory shipping flag that can be set so as to give a shipping instruction even when the total amount calculated by the calculating means does not reach the minimum shipping amount,
The determination means determines that an order for which the forced shipping flag is set is a shipping instruction target.
The shipment control apparatus according to claim 1, wherein:
前記制御部は、
前記受注データのレコードが更新されると、該更新されたレコード以前のレコードを参照して取引先ごとに引当済受注残の有無を判定し、引当済受注残が有ると判定した場合はその旨を出力手段に出力させる出力制御手段を更に備えたこと、
を特徴とする請求項1又は2に記載の出荷制御装置。
The controller is
When the record of the order data is updated, it is determined whether or not there is a reserved order remaining for each business partner with reference to the record before the updated record. Output control means for causing the output means to output,
The shipment control apparatus according to claim 1 or 2, wherein
制御部を備えた情報処理装置で実行される出荷制御方法であって、
前記制御部で実行される、
取引先、受注金額、及び、出荷制御を行う対象であるか否かを識別する出荷制御対象フラグを受注ごとに含む受注データを参照して、前記出荷制御対象フラグを有する受注に対して取引先ごとに受注金額の合計金額を算出する算出ステップと、
前記算出ステップで算出された合計金額が出荷最低金額に達しているか否かを判定し、前記合計金額が前記出荷最低金額に達している場合は出荷指示対象であると判定し、前記受注金額の合計金額が前記出荷最低金額に達していない場合は出荷指示対象外であると判定する判定ステップと、
を含むこと、
を特徴とする出荷制御方法。
A shipping control method executed by an information processing apparatus including a control unit,
Executed by the control unit,
The customer for the order having the shipment control object flag is referred to by referring to the order data including the supplier, the order amount, and the shipment control object flag for identifying whether or not the ship control is performed. A calculation step for calculating the total amount of the order amount for each,
It is determined whether or not the total amount calculated in the calculation step has reached the minimum shipping amount. If the total amount has reached the minimum shipping amount, it is determined that the target is a shipping instruction, and the order amount A determination step of determining that the total amount does not reach the minimum shipping amount and is not subject to shipping instructions;
Including,
The shipment control method characterized by this.
制御部を備えた情報処理装置に実行させるための出荷制御プログラムであって、
前記制御部に実行させるための、
取引先、受注金額、及び、出荷制御を行う対象であるか否かを識別する出荷制御対象フラグを受注ごとに含む受注データを参照して、前記出荷制御対象フラグを有する受注に対して取引先ごとに受注金額の合計金額を算出する算出ステップと、
前記算出ステップで算出された合計金額が出荷最低金額に達しているか否かを判定し、前記合計金額が前記出荷最低金額に達している場合は出荷指示対象であると判定し、前記受注金額の合計金額が前記出荷最低金額に達していない場合は出荷指示対象外であると判定する判定ステップと、
を含むこと、
を特徴とする出荷制御プログラム。
A shipping control program for causing an information processing device including a control unit to execute the program,
For causing the control unit to execute,
The customer for the order having the shipment control object flag is referred to by referring to the order data including the supplier, the order amount, and the shipment control object flag for identifying whether or not the ship control is performed. A calculation step for calculating the total amount of the order amount for each,
It is determined whether or not the total amount calculated in the calculation step has reached the minimum shipping amount. If the total amount has reached the minimum shipping amount, it is determined that the target is a shipping instruction, and the order amount A determination step of determining that the total amount does not reach the minimum shipping amount and is not subject to shipping instructions;
Including,
A shipping control program characterized by
JP2016187843A 2016-09-27 2016-09-27 Shipping control device, shipping control method, and shipping control program Active JP6978830B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016187843A JP6978830B2 (en) 2016-09-27 2016-09-27 Shipping control device, shipping control method, and shipping control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016187843A JP6978830B2 (en) 2016-09-27 2016-09-27 Shipping control device, shipping control method, and shipping control program

Publications (2)

Publication Number Publication Date
JP2018055216A true JP2018055216A (en) 2018-04-05
JP6978830B2 JP6978830B2 (en) 2021-12-08

Family

ID=61835821

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016187843A Active JP6978830B2 (en) 2016-09-27 2016-09-27 Shipping control device, shipping control method, and shipping control program

Country Status (1)

Country Link
JP (1) JP6978830B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019181889A1 (en) 2018-03-22 2019-09-26 日本製鉄株式会社 Traverse hardening device and traverse hardening method

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000311198A (en) * 2000-01-01 2000-11-07 Naretsuji Moderingu Kenkyusho:Kk Intelligent data processor using network
JP2002049818A (en) * 2000-08-01 2002-02-15 Keizu:Kk Method for electronic commercial transaction with lot
JP2002128225A (en) * 2000-10-20 2002-05-09 Sumitomo Electric Ind Ltd System and method for presenting deliverable date
JP2002215872A (en) * 2001-01-22 2002-08-02 Nec Corp System and method for judging trend of receiving order and program
JP2003067653A (en) * 2001-08-08 2003-03-07 Longitude 137 Jas Pty Ltd Goods batch delivery preparation device
JP2004238192A (en) * 2003-02-10 2004-08-26 Hitachi Ltd Method and system for optimum shipment management by rolling vehicle allocation and meta-transportation cost
JP2004303027A (en) * 2003-03-31 2004-10-28 Honda Motor Co Ltd Process delay monitor system
JP2007164361A (en) * 2005-12-12 2007-06-28 Toshiba Corp Credit sales system, credit sales method, and credit sales program
JP2007323680A (en) * 2007-09-10 2007-12-13 Hitachi Ltd Management decision support system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000311198A (en) * 2000-01-01 2000-11-07 Naretsuji Moderingu Kenkyusho:Kk Intelligent data processor using network
JP2002049818A (en) * 2000-08-01 2002-02-15 Keizu:Kk Method for electronic commercial transaction with lot
JP2002128225A (en) * 2000-10-20 2002-05-09 Sumitomo Electric Ind Ltd System and method for presenting deliverable date
JP2002215872A (en) * 2001-01-22 2002-08-02 Nec Corp System and method for judging trend of receiving order and program
JP2003067653A (en) * 2001-08-08 2003-03-07 Longitude 137 Jas Pty Ltd Goods batch delivery preparation device
JP2004238192A (en) * 2003-02-10 2004-08-26 Hitachi Ltd Method and system for optimum shipment management by rolling vehicle allocation and meta-transportation cost
JP2004303027A (en) * 2003-03-31 2004-10-28 Honda Motor Co Ltd Process delay monitor system
JP2007164361A (en) * 2005-12-12 2007-06-28 Toshiba Corp Credit sales system, credit sales method, and credit sales program
JP2007323680A (en) * 2007-09-10 2007-12-13 Hitachi Ltd Management decision support system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019181889A1 (en) 2018-03-22 2019-09-26 日本製鉄株式会社 Traverse hardening device and traverse hardening method

Also Published As

Publication number Publication date
JP6978830B2 (en) 2021-12-08

Similar Documents

Publication Publication Date Title
JP7048383B2 (en) Balance management device by store, balance management method by store, and balance management program by store
JP7481541B2 (en) Information generating device, information generating program, and information generating method
JP2019219924A (en) Journal creation device, journal creation method, and journal creation program
JP6978830B2 (en) Shipping control device, shipping control method, and shipping control program
JP2020052684A (en) Credit line management device, credit line management method, and credit line management program
JP6824022B2 (en) Storage fee calculation device, storage fee calculation method and storage fee calculation program
JP2019159719A (en) Sales prediction simulation device, sales prediction simulation method, and sales prediction simulation program
JP6893570B2 (en) Approval workflow ordering device, approval workflow ordering method, and approval workflow ordering program
JP2019169085A (en) Gross profit calculation device, gross profit calculation method and gross profit calculation program
JP7499165B2 (en) Commission appropriation data generation device, commission appropriation data generation method, and commission appropriation data generation program
JP7369251B2 (en) Accounting processing device, accounting method, and accounting processing program
JP7157563B2 (en) Amount calculation device, amount calculation method, and amount calculation program
JP2018147330A (en) Request fare calculation device, request fare calculation method, and request fare calculation program
JP7458256B2 (en) Inventory management device, inventory management method, and inventory management program
JP7220111B2 (en) Data creation device, data creation program and data creation method
JP7144970B2 (en) Product-specific balance management device, product-specific balance management method, and product-specific balance management program
JP2023176736A (en) Order reception input apparatus, order reception input method, and order reception input program
JP2022073634A (en) Bill issuance device, bill issuance method and bill issuance program
JP2021149914A (en) Forecast/actual management device, forecast/actual management method and forecast/actual management program
JP2022155478A (en) Cost management device, cost management method, and cost management program
JP2021144623A (en) Transaction analysis apparatus, transaction analysis method, and transaction analysis program
JP2023166918A (en) Arrival management apparatus, arrival management method, and arrival management program
JP2023128407A (en) Credit status check device, credit status check method and credit status check program
JP2024084003A (en) Sales unit price calculation device, sales unit price calculation method, and sales unit price calculation program
JP2018116642A (en) Profit management device, profit management method, and profit management program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190904

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200727

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20201208

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20201215

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210406

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20211112

R150 Certificate of patent or registration of utility model

Ref document number: 6978830

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150