WO2023037646A1 - 会計機、プログラム記録媒体及び会計処理方法 - Google Patents

会計機、プログラム記録媒体及び会計処理方法 Download PDF

Info

Publication number
WO2023037646A1
WO2023037646A1 PCT/JP2022/017721 JP2022017721W WO2023037646A1 WO 2023037646 A1 WO2023037646 A1 WO 2023037646A1 JP 2022017721 W JP2022017721 W JP 2022017721W WO 2023037646 A1 WO2023037646 A1 WO 2023037646A1
Authority
WO
WIPO (PCT)
Prior art keywords
machine
accounting
processor
payment
registration
Prior art date
Application number
PCT/JP2022/017721
Other languages
English (en)
French (fr)
Inventor
祐司 林
瑛祐 青山
Original Assignee
東芝テック株式会社
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 東芝テック株式会社 filed Critical 東芝テック株式会社
Priority to CN202280054864.4A priority Critical patent/CN117897747A/zh
Priority to KR1020247004590A priority patent/KR20240031390A/ko
Publication of WO2023037646A1 publication Critical patent/WO2023037646A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07GREGISTERING THE RECEIPT OF CASH, VALUABLES, OR TOKENS
    • G07G1/00Cash registers
    • G07G1/12Cash registers electronically operated
    • G07G1/14Systems including one or more distant stations co-operating with a central processing unit
    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07GREGISTERING THE RECEIPT OF CASH, VALUABLES, OR TOKENS
    • G07G1/00Cash registers
    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07GREGISTERING THE RECEIPT OF CASH, VALUABLES, OR TOKENS
    • G07G1/00Cash registers
    • G07G1/0036Checkout procedures
    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07GREGISTERING THE RECEIPT OF CASH, VALUABLES, OR TOKENS
    • G07G1/00Cash registers
    • G07G1/01Details for indicating
    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07GREGISTERING THE RECEIPT OF CASH, VALUABLES, OR TOKENS
    • G07G1/00Cash registers
    • G07G1/12Cash registers electronically operated

Definitions

  • Embodiments of the present invention relate to accounting machines, program recording media, and accounting processing methods.
  • a semi-self transaction processing system is known as a transaction processing system for mass retailers.
  • a semi-self-type transaction processing system separates a registration machine for inputting data related to purchased products for each transaction and an accounting machine for processing payment for the purchased products. Then, the store clerk operates the registration machine and the customer operates the checkout machine.
  • the data entry operation for the purchased product is performed by the store clerk, so the time required for data entry is shorter than in the full-self-type transaction processing system in which the customer performs the input operation himself.
  • a terminal input type transaction processing system is already known in which transactions are self-performed by operating an accounting machine.
  • the customer inputs data related to the purchased product at the sales floor, so that the registration machine operated by the store clerk can be eliminated.
  • the accounting machine in the semi-self transaction processing system and the accounting machine in the terminal input transaction processing system usually have the same hardware configuration.
  • These accounting machines can also be used as full-self accounting machines. Therefore, for example, during busy times when customers are crowded, it is used as a semi-self-type checkout machine to speed up customer judgment, but during quiet times when there are few customers, it is used as a terminal input type or full-self-type checkout machine to reduce the number of employees. Operation to use is desired.
  • the problem to be solved by the embodiments of the present invention is to provide an accounting machine, a program recording medium, and an accounting processing method that can be used not only as a semi-self accounting machine but also as a terminal input type or full self accounting machine.
  • FIG. 1 is a schematic diagram showing a schematic configuration of a transaction processing system.
  • FIG. 2 is a block diagram showing the main circuitry of the accounting machine.
  • FIG. 3 is a schematic diagram showing the main program structure of the accounting machine.
  • FIG. 4 is a sequence diagram showing an example of communication related to the semi-self transaction processing system.
  • FIG. 5 is a sequence diagram showing an example of communication related to the individual input method transaction processing system.
  • FIG. 6 is a flow chart showing the procedure of information processing executed by the processor of the accounting machine according to the mode setting program.
  • FIG. 7 is a flow chart showing the procedure of information processing executed by the processor of the accounting machine according to the first settlement engine program.
  • FIG. 8 is a flow chart showing the procedure of information processing executed by the processor of the accounting machine according to the second settlement engine program.
  • FIG. 9 is a flow chart showing the procedure of information processing executed by the processor of the accounting machine according to the third settlement engine program.
  • FIG. 10 is a sequence diagram showing an example of communication related to the semi-self transaction processing system in the second embodiment.
  • FIG. 11 is a block diagram showing the essential circuit configuration of the accounting machine in the second embodiment.
  • FIG. 12 is a flow chart showing the procedure of information processing executed by the processor of the accounting machine according to the first settlement engine program in the second embodiment.
  • FIG. 13 is a flow chart showing the procedure of information processing executed by the processor of the accounting machine according to the second settlement engine program in the second embodiment.
  • FIG. 14 is a flowchart showing the procedure of information processing executed by the processor of the accounting machine according to the third settlement engine program in the second embodiment.
  • an accounting machine that constitutes a system with a registration machine that inputs data related to purchased products and that processes payment for purchased products includes a first processing unit, a second processing unit, and a switching unit. .
  • the first processing unit processes payment for the first purchased product based on the data related to the first purchased product input by the registration machine.
  • the second processing unit processes the payment for the second purchased product based on data related to the second purchased product input by a terminal or device other than the registration machine.
  • the switching unit switches between validating the payment processing by the first processing unit and validating the payment processing by the second processing unit according to the operation input of the operator.
  • a semi-self-type transaction processing system is a transaction processing system in which a store clerk inputs data relating to a purchased product using a registration machine, and a customer pays for the purchased product using a checkout machine.
  • customers use mobile communication terminals such as smartphones or tablet terminals to input data related to purchased products at the sales floor where the products are displayed. It is a transaction processing system in which the customer pays using the accounting machine.
  • a full-self transaction processing system is a system in which a customer inputs data relating to a purchased product and makes a payment for the purchased product using a single accounting machine.
  • the hardware configuration of the accounting machine used in the transaction processing system is the same.
  • the terminal input method transaction processing system can also be said to be a fully self-service transaction processing system because the customer performs everything from entering data related to the purchased product to paying the price. Therefore, hereinafter, a transaction processing system using a communication terminal will be referred to as an individual input transaction processing system, and a full-self transaction processing system performed by a single accounting machine will be referred to as a continuous input transaction processing system.
  • FIG. 1 is a schematic diagram showing a schematic configuration of a transaction processing system 1 according to the first embodiment.
  • the transaction processing system 1 includes a registration machine 11, an accounting machine 12, a shop server 13, a virtual POS server 14, an access point 15, and a network 16 connecting these.
  • the type of network 16 is not particularly limited, but generally a wired or wireless LAN (local area network) is applied.
  • the registration machine 11 and the accounting machine 12 are elements that constitute a semi-self transaction processing system.
  • the checkout machine 12 and the virtual POS server 14, together with the communication terminal 2 wirelessly connected via the access point 15, are elements that constitute an individual input transaction processing system.
  • the accounting machine 12 can also be said to be an element constituting a transaction processing system of the continuous input method.
  • the store server 13 is associated with a transaction processing system of a semi-self system, a continuous input system, and an individual input system.
  • the registration machine 11 is operated by a store clerk 21 who plays a role called a checker.
  • the operator of the accounting machine 12 is a consumer who purchases a product at a store, that is, a so-called customer 22 .
  • the register 11 is attached to the work table 23 in FIG.
  • the work table 23 has a rectangular top plate.
  • a passage for customers 22, a so-called checkout lane, is formed by arranging a plurality of work tables 23 such that the longitudinal directions of the top plates are substantially parallel.
  • the registration machine 11 and accounting machine 12 are arranged for each checkout lane of the store.
  • One registration machine 11 and two accounting machines 12 are arranged for one checkout lane.
  • one accounting machine 12 will be referred to as a first accounting machine 12-1, and the other accounting machine 12 will be referred to as a second accounting machine 12-2.
  • Various data signals are sent and received through the network 16 between the registration machine 11 and the accounting machine 12 (12-1, 12-2) located in the same checkout lane.
  • the data signal may be exchanged via the shop server 13 or may be exchanged without the shop server 13 .
  • FIG. 1 shows an example in which one registration machine 11 and two accounting machines 12 (12-1, 12-2) are arranged for each of two checkout lanes.
  • the number of checkout machines 12 arranged in one checkout lane is not limited to two. Three or more accounting machines 12 may be arranged. Data may also be exchanged over the network 16 between the registration machine 11 and the accounting machine 12 located in different checkout lanes.
  • the store server 13 has a product master file.
  • the product master file may be stored in a storage device built into the store server 13 or may be stored in a storage device externally connected to the store server 13 .
  • a product master file is a data file that stores product records created for each product sold at a store.
  • a product record is a data record describing product data such as a product code, product name, unit price, and attributes.
  • a product code is a unique code set for each product to identify each product.
  • each product is attached with a bar code or two-dimensional code representing the product code.
  • the registration machine 11 can input the product code of the purchased product in the transaction by reading the bar code or two-dimensional code attached to the product with a reading device.
  • the product name and unit price are the name of the product identified by the product code and the price per item.
  • the attribute is, for example, information about tax on the product.
  • Information on tax includes tax rate, tax type (exclusive tax, inclusive tax, non-taxable) and the like.
  • the virtual POS server 14 is a computer that cooperates with the communication terminal 2 to assist in making it appear as if a well-known POS terminal is operating.
  • the virtual POS server 14 has the following three functions.
  • the first function is to register the product sales data of the product identified by the product code input via the communication terminal 2 in the transaction file.
  • the second function is to display on the display device of the communication terminal 2 a registration screen created based on the merchandise sales data registered in the transaction file.
  • a third function is a function of creating a transaction file according to an accounting instruction from the communication terminal 2, associating it with a transaction file, and displaying the accounting barcode on the display device of the communication terminal 2.
  • the access point 15 is communication equipment installed in the store as a relay point when the communication terminal 2 performs data communication with the virtual POS server 14 via the wireless LAN.
  • the wireless LAN conforms to the Wi-Fi (registered trademark) standard, for example. Although only one access point 15 is shown in FIG. 1, the number of access points 15 is not limited. A plurality of access points 15 may be connected to the network 16 depending on the scale of the store.
  • the communication terminal 2 is a terminal used by customers to self-input data related to purchased products at the sales floor where the products are displayed.
  • the communication terminal 2 is a portable terminal equipped with an input device, a display device, a wireless unit, and an imaging device necessary for reading code symbols such as two-dimensional codes or barcodes.
  • a commercially available smartphone equipped with a digital camera, a tablet terminal, or the like can be used as the communication terminal 2 .
  • the configuration of the transaction processing system 1 is not limited to that shown in FIG.
  • an attendant terminal may be connected to network 16 .
  • the attendant terminal is a device for a store clerk called an attendant to monitor the state of the checkout machine 12 that processes payment by customer's self-operation.
  • one server having the functions of the store server 13 and the virtual POS server 14 may be connected to the network 16 .
  • FIG. 2 is a block diagram showing the essential circuitry of the accounting machine 12. As shown in FIG. The first accounting machine 12-1 and the second accounting machine 12-2 have the same configuration. Therefore, in FIG. 2, the configuration will be described by generically referring to the accounting machine 12. As shown in FIG.
  • the accounting machine 12 includes a processor 31, a main memory 32, an auxiliary storage device 33, a clock 34, a communication interface 35, a change machine interface 36, a scanner 37, a touch panel 38, a printer 39, a reader/writer 40, a system transmission line 41, and the like.
  • the system transmission line 41 includes an address bus, a data bus, control signal lines and the like. The system transmission line 41 connects the processor 31 and other units directly or via a signal input/output circuit, and transmits data signals exchanged between them.
  • the accounting machine 12 constitutes a computer by connecting the processor 31, the main memory 32, the auxiliary storage device 33, the clock 34, and the communication interface 35 via the system transmission line 41.
  • the accounting machine 12 connects device interfaces or devices such as a change dispenser interface 36 , a scanner 37 , a touch panel 38 , a printer 39 and a reader/writer 40 to the computer via a system transmission line 41 .
  • the processor 31 corresponds to the core part of the computer.
  • the processor 31 controls each part to realize various functions of the accounting machine 12 according to an operating system or application program.
  • the processor 31 is, for example, a CPU (Central Processing Unit), a GPU (Graphics Processing Unit), an application specific integrated circuit (ASIC)), a programmable logic device (e.g., Simple Programmable Logic Device: SPLD), Complex Programmable Logic Device (CPLD), Field Programmable Gate Array (FPGA)), etc.
  • the processor 11 is not limited to being configured as a single processing circuit, and may be configured as the processor 11 by combining a plurality of processing circuits.
  • the main memory 32 corresponds to the main memory portion of the computer.
  • Main memory 32 includes a non-volatile memory area and a volatile memory area.
  • the main memory 32 stores an operating system or application programs in a non-volatile memory area.
  • the main memory 32 may store data necessary for the processor 31 to execute processing for controlling each part in a non-volatile or volatile memory area.
  • the main memory 32 uses a volatile memory area as a work area in which data is appropriately rewritten by the processor 31 .
  • the non-volatile memory area is, for example, ROM (Read Only Memory).
  • a volatile memory area is, for example, a RAM (Random Access Memory).
  • the auxiliary storage device 33 corresponds to the auxiliary storage part of the computer.
  • EEPROM Electrical Erasable Programmable Read-Only Memory
  • HDD Hard Disk Drive
  • SSD Solid State Drive
  • the auxiliary storage device 33 stores data used when the processor 31 performs various types of processing, data created by processing in the processor 31, and the like.
  • the auxiliary storage device 33 may store the above application programs.
  • the clock 34 measures the date and time.
  • the processor 31 processes the date and time kept by the clock 34 as the current date and time.
  • the communication interface 35 performs data communication with the registration machine 11, other accounting machines 12, the store server 13, the virtual POS server 14, etc., which are connected via the network 16.
  • the change machine interface 36 constitutes an interface with an automatic change machine (not shown).
  • the change machine interface 36 inputs the amount data of the money thrown into the automatic change machine from the automatic change machine.
  • the change machine interface 36 outputs change data from the accounting machine 12 to the automatic change machine.
  • An automatic change machine to which change data is input automatically dispenses money corresponding to the change data as change.
  • the scanner 37 is an example of a reading device that reads code symbols such as bar codes and two-dimensional codes.
  • the scanner 37 may be of a type that reads code symbols by scanning laser light, or may be of a type that reads code symbols from an image captured by an imaging device.
  • the touch panel 38 is a device that combines an input device and a display device.
  • the touch panel 38 displays information to the operator of the accounting machine 12 and accepts operation input by the operator.
  • the printer 39 issues receipts by printing various character strings or images on receipt paper.
  • a thermal printer or a dot impact printer can be used.
  • the reader/writer 40 has a function of reading data recorded on a medium such as a card or smartphone, and a function of writing data to the medium.
  • Cards can include point cards called in-house point cards, common point cards, etc., in addition to settlement cards such as credit cards, debit cards, electronic money cards, and prepaid cards.
  • the reader/writer 40 may be a magnetic, contact, or non-contact device, and may include multiple types of devices.
  • the processor 31 functions as a first processing unit 311, a second processing unit 312, a switching unit 313, and a response unit 314.
  • the functions of the first processing unit 311, the second processing unit 312, the switching unit 313, and the response unit 314 are all realized by information processing executed by the processor 31 according to programs.
  • the first processing unit 311 has the function of processing the payment for the first purchased product based on the data related to the first purchased product input by the registration device 11 . That is, the first processing unit 311 has a function corresponding to a semi-self transaction processing system.
  • the second processing unit 312 has a function of processing the payment for the second purchased product based on the data related to the second purchased product input by a terminal or device other than the registration machine 11 .
  • a terminal other than the registration device 11 indicates the communication terminal 2 .
  • a device indicates the scanner 37 or the touch panel 38 . That is, the second processing unit 312 has a function corresponding to a transaction processing system of an individual input method or a continuous input method. It should be noted that the data related to the first purchased product and the data related to the second purchased product differ only in their input sources, and have substantially the same structure.
  • the switching unit 313 has a function of switching between validating the payment processing by the first processing unit 311 and validating the payment processing by the second processing unit 312 according to the operation input of the operator. .
  • the operator will be described later.
  • the response unit 314 is a function that responds that the transmission of data related to the first purchased product from the registration device 11 is not accepted when the payment processing by the second processing unit 312 is valid.
  • the payment processing by the second processing unit 312 is valid when the accounting machine 12 functions as the accounting machine of the transaction processing system in the individual input method or the continuous input method.
  • the accounting machine 12 uses part of the volatile memory area in the main memory 32 as the area of the mode memory 321 and the status memory 322 in order to realize each function described above.
  • the mode memory 321 is an area for storing mode data M.
  • the mode data M includes data of the first mode Ma, data of the second mode Mb, and data of the third mode Mc.
  • the first mode Ma is a mode corresponding to a semi-self transaction processing system.
  • the second mode Mb is a mode corresponding to the transaction processing system of the individual input method.
  • the third mode Mc is a mode corresponding to a continuous input transaction processing system.
  • the status memory 322 is an area for storing status data S.
  • the status data S includes first status Sa data and second status Sb data.
  • the first status Sa indicates a state in which settlement processing can be executed as an accounting machine of a transaction processing system in a semi-self system.
  • the second status Sb indicates a state in which settlement processing cannot be executed as an accounting machine of the transaction processing system in the semi-self method.
  • Settlement processing is processing related to payment for purchased products. There are two states in the infeasible state. One is a state in which payment processing is being executed and another payment processing cannot be executed. The other is the state of functioning as an accounting machine of the transaction processing system in the individual input method or the continuous input method.
  • the accounting machine 12 has a program structure shown in the schematic diagram of FIG. 3 in order to realize each function described above. That is, the accounting machine 12 has a first settlement engine program 51, a second settlement engine program 52, a third settlement engine program 53, and a mode setting program 54 installed therein.
  • Each of the programs 51-54 is a type of application program stored in the main memory 32 or the auxiliary storage device 33.
  • FIG. The method of installing each program 51-54 in the main memory 32 or the auxiliary storage device 33 is not particularly limited.
  • Each program 51-54 can be recorded on a removable recording medium, or each program 51-54 can be distributed by communication via the network 16 and installed in the main memory 32 or the auxiliary storage device 33.
  • the recording medium may be of any form, such as CD-ROM, memory card, etc., as long as it can store the program and can be read by the device.
  • the first settlement engine program 51 is an application program for supporting the accounting machine 12 to function as an accounting machine in the semi-self transaction processing system.
  • the second settlement engine program 52 is an application program for assisting the accounting machine 12 to function as an accounting machine in the individual entry transaction processing system.
  • the third settlement engine program 53 is an application program for assisting the accounting machine 12 to function as an accounting machine in the continuous input transaction processing system.
  • the mode setting program 54 is an application program that controls the computer so as to set the mode data M in the mode memory 321 according to the input of the first mode setting key 61, the second mode setting key 62 or the third mode setting key 63. is.
  • the mode setting program 54 controls the computer to set the data of the first mode Ma in the mode memory 321 when the first mode setting key 61 is input under a predetermined condition.
  • the first mode Ma is a mode corresponding to a semi-self transaction processing system.
  • a function corresponding to the semi-self transaction processing system is a function by the first processing unit 311 . That is, the first mode setting key 61 is an example of an operator for enabling the payment processing by the first processing section 311 .
  • the mode setting program 54 controls the computer to set the data of the second mode Mb in the mode memory 321 when the second mode setting key 62 is input under predetermined conditions.
  • the second mode Mb is a mode corresponding to the transaction processing system of the individual input method.
  • a function corresponding to the transaction processing system of the individual input method is a function by the second processing unit 312 . That is, the second mode setting key 62 is an example of an operator for enabling the payment processing by the second processing section 312 .
  • the mode setting program 54 controls the computer to set the data of the third mode Mc in the mode memory 321 when the third mode setting key 63 is input under predetermined conditions.
  • the third mode Mc is a mode corresponding to a continuous input transaction processing system.
  • the function corresponding to the continuous input transaction processing system is also a function of the second processing unit 312 . That is, the third mode setting key 63 is also an example of an operator for validating the payment processing by the second processing section 312 .
  • the first mode setting key 61, the second mode setting key 62, and the third mode setting key 63 are soft keys displayed on part of the screen of the touch panel 38, for example. If the accounting machine 12 further includes a keyboard as an input device, the first mode setting key 61, the second mode setting key 62, and the third mode setting key 63 may be hard keys arranged on the keyboard. good.
  • the accounting machine 12 can operate not only as the accounting machine of the transaction processing system in the semi-self mode, but also as the accounting machine of the transaction processing system in the individual input mode or the continuous input mode.
  • the transaction processing system of the semi-self method, the individual input method and the continuous input method will be briefly described.
  • FIG. 4 is a sequence diagram showing an example of communication between the registration machine 11, the first accounting machine 12-1, and the second accounting machine 12-2 that constitute the semi-self transaction processing system.
  • the registration machine 11 inputs data related to the customer's purchased product. Then, when the data related to all the purchased commodities have been input, the registration machine 11 transmits a request command for the status data S to the first accounting machine 12-1, for example. The first accounting machine 12 - 1 that has received this request command transmits a response command including the status data S stored in the status memory 322 to the registration machine 11 .
  • the registration device 11 Upon receiving the response command, the registration device 11 checks the status data S included in the command.
  • the status data S is the status Sa
  • the registration machine 11 sends the settlement data to the first accounting machine 12-1.
  • the payment data is data necessary for processing the payment for the purchased product in the accounting machine 12 .
  • the payment data includes at least the product code of the purchased product and the number of purchased items. If a discount or discount was entered for the transaction subtotal, the payment data also includes the discount amount or percentage.
  • Payment data is an example of data related to the first purchased product.
  • the registration machine 11 notifies the second accounting machine 12-2 of the status Send a request command for data S.
  • the second accounting machine 12 - 2 that has received this request command transmits a response command including the status data S stored in the status memory 322 to the registration machine 11 .
  • the registration device 11 Upon receiving the response command, the registration device 11 checks the status data S included in the command.
  • the status data S is the status Sa, that is, when the second accounting machine 12-2 is in a state in which the payment process can be executed, the registration machine 11 sends the payment data to the second accounting machine 12-2. Send.
  • the registration machine 11 again asks the first accounting machine 12-1 , sends a request command for the status data S.
  • the registration machine 11 changes to the accounting machine 12 (the second accounting machine) capable of executing the settlement process.
  • the payment data is transmitted to the first accounting machine 12-1 or the second accounting machine 12-2).
  • the checkout machine 12 (the first checkout machine 12-1 or the second checkout machine 12-2) that has received the payment data executes the payment processing according to the customer's operation input.
  • the registration machine 11 displays information specifying the accounting machine 12 that sent the response command on the display device.
  • a store clerk who is an operator of the registration machine 11, may instruct the customer to pay for the purchased product using the accounting machine 12 specified by the displayed information.
  • the accounting machine 12 to which the registration machine 11 first transmits the request command for the status data S is not limited to the first accounting machine 12-1.
  • a request command for the status data S may be sent to the second accounting machine 12-2.
  • the registration machine 11 may transmit a request command for the status data S to one accounting machine 12 selected by the clerk's operational input.
  • a store clerk who is an operator of the registration machine 11, can visually confirm whether or not the customer is making payment at the first accounting machine 12-1 or the second accounting machine 12-2. Then, the clerk selects an empty checkout machine 12. - ⁇ By doing so, it is highly possible that the status data S included in the response command from the checkout machine 12 is the status "Sa", so that the checkout machine 12 can be quickly instructed to the customer.
  • FIG. 5 is a sequence diagram showing an example of communication between the communication terminal 2, the virtual POS server 14, and the accounting machine 12, which constitute the transaction processing system of the individual input method.
  • the accounting machine 12 may be the first accounting machine 12-1 or the second accounting machine 12-2.
  • a customer who wants to use a smartphone as the communication terminal 2 installs a shopping support application program for stores in which the transaction processing system 1 is built, a so-called shopping app, on the smartphone. Then, the customer performs user registration. By doing so, the customer can use the smartphone as the communication terminal 2 .
  • the customer carrying the communication terminal 2 activates the shopping app before entering the store. Then, the camera of the communication terminal 2 is activated, and the entry code can be read.
  • the store entry code is obtained by encoding the setting information related to the store in a predetermined two-dimensional code system, and is prepared at the entrance of the store, for example.
  • the setting information includes, for example, parameters necessary for the communication terminal 2 to communicate with the access point 15 using the wireless LAN, information related to operation restrictions of the communication terminal 2, and the like.
  • the customer causes the camera of the communication terminal 2 to read the entry code.
  • the check-in request command includes terminal identification information of the communication terminal 2 .
  • the terminal identification information is unique information different from the communication terminals 2 used by other customers. For example, the program ID of the shopping application installed in the communication terminal 2 is used as the terminal identification information.
  • the virtual POS server 14 Upon receiving the check-in request command, the virtual POS server 14 creates a transaction file.
  • the transaction file is a data file for storing product sales data of products identified by product codes input via the communication terminal 2 .
  • a transaction file is created for each communication terminal 2 . Terminal identification information of the communication terminal 2 is associated with each transaction file.
  • the virtual POS server 14 that created the transaction file sends a check-in completion command to the communication terminal 2 that sent the check-in request command.
  • the communication terminal 2 that has received the check-in completion command uses the screen of the display device as the registration screen.
  • the registration screen is a screen for displaying the product name, price, etc. of the product identified by the product code input via the communication terminal 2 .
  • a product registration button is displayed on the registration screen.
  • the customer sets the communication terminal 2 in a shopping cart or carries it around the sales floor where the products are displayed. Then, when the purchase product is found, the product registration button is entered. When the product registration button is pressed, the communication terminal 2 inputs data related to the purchased product. For example, the communication terminal 2 enters a bar code reading standby state. The customer causes the barcode attached to the purchased product to be read by the camera. When the barcode of the product is read by the camera, the communication terminal 2 inputs the product code represented by the barcode as data of the purchased product.
  • the no barcode button is also displayed on the registration screen.
  • a list of products without barcodes is displayed on the display device. The customer selects a purchase item from the list.
  • the communication terminal 2 inputs the product code of the selected product as data related to the purchased product.
  • the communication terminal 2 transmits a product registration command to the virtual POS server 14.
  • the commodity registration command includes the terminal identification information of the communication terminal 2 and the data of the purchased commodity.
  • the virtual POS server 14 Upon receiving the product registration command, the virtual POS server 14 adds product sales data to the transaction file associated with the terminal identification information of the communication terminal 2 that sent the product registration command.
  • the product sales data is data including the product code, product name, price, number of items sold, sales amount, etc. of the purchased product.
  • the sales amount is the amount obtained by multiplying the price by the number of items sold.
  • the virtual POS server 14 that has added the product sales data to the transaction file sends a registration completion command to the communication terminal 2 that sent the product registration command.
  • the communication terminal 2 that has received the registration completion command updates the registration screen. That is, the communication terminal 2 updates the registration screen so that the product name, price, etc. of the product sales data added to the transaction file are displayed. On the updated registration screen, a checkout button is displayed together with a product registration button and the like.
  • the communication terminal 2, which has updated the registration screen waits for the data of the purchase product to be input or the checkout button to be input.
  • the communication terminal 2 When the customer finds the next product to purchase, he/she enters the product registration button. When the product registration button is pressed, the communication terminal 2 inputs data related to the purchased product. The communication terminal 2 then transmits a product registration command to the virtual POS server 14 . After that, the functions of the communication terminal 2 and the virtual POS server 14 are the same as described above.
  • the accounting request command includes terminal identification information of the communication terminal 2 .
  • the virtual POS server 14 Upon receiving the accounting request command, the virtual POS server 14 creates a unique accounting barcode. For example, the virtual POS server 14 creates an accounting barcode by barcode-coding the terminal identification information of the communication terminal 2, which is the sender of the accounting request command, in a predetermined barcode system. The virtual POS server 14 that created the accounting bar code transmits an accounting approval command to the communication terminal 2 that sent the accounting request command.
  • the accounting authorization command includes accounting bar code data.
  • the communication terminal 2 that has received the accounting permission command displays the image of the accounting barcode on the display device.
  • the customer After confirming that the checkout barcode is displayed on the display device of the communication terminal 2 by finishing shopping at the sales floor and pressing the checkout button, the customer moves to the location where the checkout machine 12 is installed. Then, the checkout bar code is held over the scanner 37 of the checkout machine 12 on which the checkout waiting screen is displayed. When the accounting barcode is held over the scanner 37 , the accounting barcode is read by the scanner 37 . When the accounting barcode is read by the scanner 37 , the accounting machine 12 transmits an accounting notification command to the virtual POS server 14 .
  • the accounting notification command includes terminal identification information obtained by decoding the accounting bar code.
  • the virtual POS server 14 that has received the accounting notification command transmits the transaction file associated with the terminal identification information to the accounting machine 12 .
  • the data in the transaction file is an example of data related to the second purchased product.
  • the accounting machine 12 executes settlement processing based on the data in the transaction file.
  • a continuous input method is realized by a single accounting machine 12 .
  • the accounting machine 12 may be the first accounting machine 12-1 or the second accounting machine 12-2.
  • the customer operates the scanner 37 or the touch panel 38, which is the input device of the checkout machine 12, to input data related to the purchased products one by one. For example, if the product to be purchased has a bar code, the bar code is scanned by the scanner 37 . If the product to be purchased does not have a barcode attached, the product to be purchased is selected from the list of products without barcode displayed on the touch panel 38 . After completing the data entry for all purchased products, the customer declares payment. Since this payment declaration enables the payment of the price, the customer operates the change machine or the reader/writer 40 or the like to pay the price. Data relating to the purchased product for which data entry has been completed is an example of data relating to the second purchased product.
  • the accounting machine 12 executes settlement processing according to the customer's payment operation.
  • FIG. 6 is a flowchart showing the procedure of information processing executed by the processor 31 of the accounting machine 12 according to the mode setting program 54.
  • the processor 31 sets the mode data M in the mode memory 321 to the first mode Ma corresponding to the semi-self transaction processing system.
  • the processor 31 also sets the status data S in the status memory 322 to status Sa. That is, the processor 31 puts the checkout machine 12 into a state in which it can execute settlement processing as the checkout machine of the transaction processing system in the semi-self system.
  • the processor 31 then starts the first settlement engine program 51 as ACT2.
  • the operation of the accounting machine 12 when the first settlement engine program 51 is started will be described later with reference to FIG.
  • the processor 31 After starting the first settlement engine program 51, the processor 31 waits for an instruction to switch the operation mode in ACT3. At present, the first mode Ma corresponding to the semi-self transaction processing system is set. Therefore, the processor 31 waits for an instruction to switch to the second mode Mb or the third mode Mc corresponding to the transaction processing system of the individual input method or the continuous input method. Switching to the individual input method is instructed by operating the second mode setting key 62 . Switching to the continuous input method is instructed by operating the third mode setting key 63 .
  • the processor 31 checks in ACT 4 whether the first settlement engine program 51 is idle. When the first settlement engine program 51 is not idle, that is, when settlement processing is being executed, the operation mode cannot be switched. The processor 31 determines NO in ACT4 and returns to ACT3.
  • the processor 31 determines YES in ACT4 and proceeds to ACT5. The processor 31 stops the first settlement engine program 51 as ACT5. Then, the processor 31 determines the operation mode for which switching was instructed as ACT6.
  • the processor 31 proceeds to ACT7.
  • ACT7 the processor 31 sets the mode data M in the mode memory 321 to data of the second mode Mb corresponding to the transaction processing system of the individual input method.
  • the processor 31 also sets the status data S in the status memory 322 to status Sb. That is, the processor 31 is put into a state in which settlement processing cannot be executed as a checkout machine of the transaction processing system in the semi-self system.
  • the processor 31 then starts the second settlement engine program 52 as ACT8.
  • the operation of the accounting machine 12 when the second settlement engine program 52 is started will be described later with reference to FIG.
  • the processor 31 After starting the second settlement engine program 52, the processor 31 waits for an instruction to switch the operation mode in ACT9. At present, the second mode Mb corresponding to the transaction processing system of the individual input method is set. Therefore, the processor 31 waits for an instruction to switch to the first mode Ma or the third mode Mc corresponding to the semi-self type or continuous input type transaction processing system. Switching to the semi-self mode is instructed by operating the first mode setting key 61 . Switching to the continuous input method is instructed by operating the third mode setting key 63 .
  • the processor 31 checks whether the second settlement engine program 52 is idle in ACT10. When the second settlement engine program 52 is not idle, that is, when settlement processing is being executed, the operation mode cannot be switched. The processor 31 determines NO in ACT10 and returns to ACT9.
  • the processor 31 determines YES in ACT10 and proceeds to ACT11. The processor 31 stops the second settlement engine program 52 as ACT11. Then, the processor 31 determines the operation mode for which switching was instructed in ACT12.
  • the processor 31 proceeds to ACT1. That is, the processor 31 sets the mode data M in the mode memory 321 to the data of the first mode Ma, and sets the status data S in the status memory 322 to the status Sa.
  • the processor 31 also starts the first settlement engine program 51 .
  • the processor 31 then executes the processing after ACT3 in the same manner as described above.
  • ACT6 or ACT12 when switching to the third mode Mc corresponding to the transaction processing system of the continuous input method is instructed by operating the third mode setting key 63 ("Mc" in ACT6 or ACT12), the processor 31 , to ACT13.
  • the processor 31 sets the mode data M in the mode memory 321 to data of the third mode Mc corresponding to the transaction processing system of the continuous input method.
  • the processor 31 also sets the status data S in the status memory 322 to status Sb. That is, the processor 31 puts the checkout machine 12 in a state in which it cannot execute settlement processing as the checkout machine of the transaction processing system in the semi-self system.
  • the processor 31 then starts the third settlement engine program 53 as ACT14.
  • the operation of the accounting machine 12 when the third settlement engine program 53 is started will be described later with reference to FIG.
  • the processor 31 After starting the third settlement engine program 53, the processor 31 checks in ACT 15 whether or not an instruction to switch the operation mode has been given. At present, the third mode Mc corresponding to the transaction processing system of the continuous input method is set. Therefore, the processor 31 waits for an instruction to switch to the first mode Ma or the second mode Mb corresponding to the semi-self type or individual input type transaction processing system. Switching to the semi-self mode is instructed by operating the first mode setting key 61 . Switching to the individual input method is instructed by operating the second mode setting key 62 .
  • the processor 31 checks in ACT16 whether or not the third settlement engine program 53 is idle. When the third settlement engine program 53 is not idle, that is, when settlement processing is being executed, the operation mode cannot be switched. The processor 31 determines NO in ACT16 and returns to ACT15.
  • the processor 31 determines YES in ACT16 and proceeds to ACT17.
  • the processor 31 stops the third settlement engine program 53 as ACT17.
  • the processor 31 determines the operation mode for which switching was instructed as ACT18.
  • the processor 31 when switching to the first mode Ma corresponding to the semi-self transaction processing system is instructed by operating the first mode setting key 61 ("Ma" in ACT18), the processor 31 proceeds to ACT1. . That is, the processor 31 sets the mode data M in the mode memory 321 to the data of the first mode Ma, and sets the status data S in the status memory 322 to the status Sa. The processor 31 also starts the first settlement engine program 51 . The processor 31 then executes the processing after ACT3 in the same manner as described above.
  • the processor 31 proceeds to ACT7. That is, the processor 31 sets the mode data M in the mode memory 321 to the data of the second mode Mb, and sets the status data S in the status memory 322 to the status Sb.
  • the processor 31 also starts the second settlement engine program 52 . Then, the processor 31 executes the processing after ACT9 in the same manner as described above.
  • the processor 31 cooperates with the first mode setting key 61, the second mode setting key 62, and the third mode setting key 63, which are operators, to perform the procedure shown in the flowchart of FIG. 6 according to the mode setting program 54. perform information processing; By this information processing, the processor 31 changes the operation mode of the accounting machine 12 to the first mode Ma corresponding to the semi-self transaction processing system, the second mode Mb corresponding to the individual input transaction processing system, or the continuous input mode. Any of the third modes Mc corresponding to the transaction processing system can be set.
  • the processor 31 changes the operation mode of the accounting machine 12 to A first mode Ma corresponding to a semi-self transaction processing system is assumed.
  • the processor 31 changes the operation mode of the accounting machine 12 to the transaction mode of the individual input method.
  • a second mode Mb corresponding to the processing system is selected.
  • the processor 31 changes the operation mode of the accounting machine 12 to the continuous input transaction mode.
  • a third mode Mc corresponding to the processing system is used.
  • the processor 31 that executes the processing of ACT1 to ACT18 in FIG. 6 realizes the function as the switching unit 313.
  • FIG. 7 is a flow chart showing the procedure of information processing executed by the processor 31 of the accounting machine 12 according to the first settlement engine program 51. As shown in FIG. When the first settlement engine program 51 is started and is in an idle state, the processor 31 waits for a status data S request command as ACT21.
  • the request command for the status data S is transmitted from the registration device 11.
  • the processor 31 determines YES in ACT21 and proceeds to ACT22.
  • the processor 31 acquires the status data S from the status memory 322 as ACT22.
  • the status data S is status Sa in ACT1 of FIG.
  • the processor 31 transmits a response command including the status data S to the registration device 11 that sent the request command.
  • the processor 31 waits for payment data as ACT24. As described with reference to FIG. 4, when a response command including the status Sa is transmitted to the registration machine 11, the registration machine 11 sends payment data. Upon receiving payment data, processor 31 determines YES in ACT24 and proceeds to ACT25. The processor 31 temporarily sets the status data S to the status Sb in ACT25. Then, as ACT 26, the processor 31 uses the screen of the touch panel 38 as the payment method selection screen.
  • the payment method selection screen is a screen on which payment method selection buttons such as a cash button, a credit button, and an electronic money button are arranged as operators.
  • the cash button is touch-operated by the customer who selects cash as the payment method.
  • the credit button is touch-operated by a customer who selects a credit card as a payment method.
  • the electronic money button is touch-operated by a customer who selects electronic money as a payment method.
  • the payment method is not limited to cash, credit card, and electronic money. Any two types may be used, or another payment method may be selectable. Also, one payment method may be used. In that case, instead of the payment method selection button, an operator for instructing the start of payment, for example, a payment start button may be displayed on the payment method selection screen.
  • the processor 31 waits for the payment method to be selected as ACT27. Then, if any payment method is selected by the operation input on the payment method selection screen, the processor 31 determines YES in ACT27 and proceeds to ACT28.
  • the processor 31 executes settlement processing as ACT 28 . For example, when cash is selected as the payment method, the processor 31 subtracts the total amount from the amount put into the automatic change machine, calculates the change, and executes processing to pay out the change from the automatic change machine. For example, when a credit card is selected as the payment method, the processor 31 authenticates the credit card read by the reader/writer 40, and on the condition that it is approved, determines the total amount as the credit settlement amount. For example, when electronic money is selected as the payment method, the processor 31 deducts the total amount from the balance of the electronic money medium read by the reader/writer 40 .
  • the processor 31 After completing the payment process, the processor 31 proceeds to ACT29.
  • the processor 31 controls receipt issuing by the printer 39 as ACT 29 .
  • Transaction detail data such as the product name, price, number of sales, sales amount, total number of points, total amount, payment amount, etc. are printed on the receipt.
  • the processor 31 After that, the processor 31 returns the status data S to the status Sa as ACT30. With this, the processor 31 ends the information processing according to the first settlement engine program 51 .
  • the first settlement engine program 51 returns to the idle state. Therefore, the processor 31 again waits for the request command of the status data S as ACT21.
  • a status request command may be transmitted from the registration device 11 after the status data S is changed to status Sb in ACT25 and returned to status Sa in ACT30. Also in this case, the processor 31 acquires the status data S from the status memory 322 and transmits a response command including the status data S to the registration device 11 . Since the status data S at this time is the status Sb, no payment data is transmitted from the registration machine 11 as described with reference to FIG.
  • the processor 31 realizes the function as the first processing unit 311 by executing the processing of ACT28 in FIG.
  • FIG. 8 is a flow chart showing the procedure of information processing executed by the processor 31 of the accounting machine 12 according to the second settlement engine program 52.
  • the processor 31 checks as ACT 41 whether or not a request command for the status data S has been received. If the request command has not been received, the processor 31 determines NO in ACT41 and proceeds to ACT42. The processor 31 confirms whether or not the accounting bar code has been scanned by the scanner 37 as ACT 42 . If not, processor 31 determines NO in ACT 42 and returns to ACT 41 . Thus, processor 31 waits to receive a request command for status data S or to scan an accounting bar code when second payment engine program 52 is in an idle state.
  • the request command for the status data S is transmitted from the registration device 11.
  • the request command for the status data S is sent from the registration machine 11.
  • the first accounting machine 12-1 is an accounting machine constituting a semi-self transaction processing system
  • the second accounting machine 12-2 is an accounting machine constituting an individual input transaction processing system. do.
  • the registration machine 11 sends the status data to the second accounting machine 12-2. Send S's request command.
  • the processor 31 determines YES in ACT41 and proceeds to ACT43.
  • the processor 31 acquires the status data S from the status memory 322 as ACT43.
  • the status data S becomes status Sb in ACT7 of FIG.
  • the processor 31 transmits a response command including the status data S to the registration device 11 that transmitted the request command.
  • the registration machine 11 that receives the response command including the status data of status Sb does not transmit the payment data to the accounting machine 12 that sent the response command.
  • the processor 31 realizes the function as the response unit 314 by executing the processing of ACT43 and ACT44 in FIG.
  • the processor 31 When scanning the accounting barcode in the standby state of ACT41 or ACT42, the processor 31 determines YES in ACT42 and proceeds to ACT45. The processor 31 transmits an accounting notification command to the virtual POS server 14 as ACT45. As described with reference to FIG. 5, the accounting notification command includes terminal identification information obtained by decoding the accounting bar code. The virtual POS server 14 that has received the accounting notification command transmits the transaction file associated with the terminal identification information to the accounting machine 12 .
  • the processor 31 waits for the transaction file as ACT46. Upon receiving the transaction file from virtual POS server 14 , processor 31 determines YES in ACT 46 and proceeds to ACT 47 . The processor 31 executes product registration processing as ACT 47 based on the transaction file data. That is, the processor 31 registers the sales data of the purchased product in the sales summation memory based on the product sales data stored in the transaction file. Through this registration process, the total transaction amount is calculated. The sales total memory is formed in the volatile memory area of the main memory 32 .
  • the processor 31 executes the same processes as ACT26 to ACT29 in FIG. 7 as ACT48 to ACT51. That is, the processor 31 uses the screen of the touch panel 38 as the payment method selection screen as the ACT 48 . Processor 31 then waits for a payment method to be selected in ACT 49 . Here, if any payment method is selected, the processor 31 executes settlement processing as ACT50. Then, after finishing the settlement process, the processor 31 controls issuing of a receipt as ACT51. With this, the processor 31 ends the information processing according to the second settlement engine program 52 . The second settlement engine program 52 returns to the idle state. Therefore, the processor 31 is again in a standby state for ACT41 and ACT42.
  • FIG. 9 is a flowchart showing the procedure of information processing executed by the processor 31 of the accounting machine 12 according to the third settlement engine program 53.
  • the processor 31 confirms whether or not a request command for the status data S has been received as ACT61. If the request command has not been received, the processor 31 determines NO in ACT61 and proceeds to ACT62. The processor 31 confirms as ACT 62 whether or not an operation to declare the start of registration has been performed.
  • a registration start button is displayed on the screen of the touch panel 38 when the third settlement engine program 53 is in an idle state.
  • the registration start button is a button that is first operated by a customer who enters data relating to a purchased product and pays for the purchased product by self-operating the accounting machine 12 .
  • the processor 31 determines that a registration start declaring operation has been performed.
  • the processor 31 determines NO in ACT62 and returns to ACT61. In this way, the processor 31 receives a request command for the status data S or waits for an operation to declare the start of registration when the third settlement engine program 52 is in the idle state.
  • the request command for the status data S is transmitted from the registration device 11. Even when the third settlement engine program 53 is started and the accounting machine 12 is operating as an accounting machine in the continuous entry transaction processing system, the accounting machine 12 is the accounting machine in the individual entry transaction processing system.
  • a command requesting the status data S may be sent from the registration device 11, as in the case of operating as a
  • the processor 31 determines YES in ACT61 and proceeds to ACT63.
  • the processor 31 acquires the status data S from the status memory 322 as ACT63.
  • the status data S becomes status Sb in ACT13 of FIG.
  • the processor 31 transmits a response command including the status data S to the registration device 11 that transmitted the request command.
  • the registration machine 11 that receives the response command including the status data of status Sb does not transmit the payment data to the accounting machine 12 that sent the response command.
  • the processor 31 realizes the function as the response unit 314 by executing the processing of ACT63 and ACT64 in FIG.
  • the processor 31 determines YES in ACT62 and proceeds to ACT65.
  • Processor 31 clears the transaction file as ACT65.
  • the transaction file is formed in a volatile memory area of main memory 32 .
  • the processor 31 waits for product registration as ACT66.
  • the customer who operates the registration start button scans the bar code with the scanner 37 when the purchased product has a bar code. If the product to be purchased does not have a barcode attached, the product to be purchased is selected from the list of products without barcode displayed on the touch panel 38 .
  • the processor 31 determines that the product has been registered.
  • the processor 31 executes product registration processing as ACT67. That is, the processor 31 registers, in the transaction file, merchandise sales data including merchandise codes, merchandise names, prices, sales numbers, sales amounts, etc. of purchased merchandise.
  • the processor 31 confirms whether or not the next product has been registered as ACT68. If the product has not been registered, the processor 31 determines NO in ACT68 and proceeds to ACT69. The processor 31 confirms as ACT69 whether or not a checkout operation has been performed. If no accounting operation has been performed, processor 31 determines NO in ACT69 and returns to ACT68. Thus, the processor 31 waits for product registration or checkout operation.
  • the processor 31 determines YES in ACT68 and returns to ACT67. That is, the processor 31 executes product registration processing. Then, the processor 31 waits for product registration to be performed again or checkout operation to be performed.
  • a checkout button is displayed on the touch panel 38 . After completing data entry for all purchased products, the customer who proceeds to make payment operates the checkout button. When the checkout button is operated, the processor 31 determines that the checkout operation has been performed.
  • the processor 31 executes the same processing as ACT48 to ACT51 in FIG. 8 as ACT70 to ACT73. That is, the processor 31 uses the screen of the touch panel 38 as the payment method selection screen as ACT 70 . Processor 31 then waits for a payment method to be selected as ACT 71 . Here, if any payment method is selected, the processor 31 executes settlement processing as ACT72. Then, after finishing the settlement process, the processor 31 controls issuing of a receipt as ACT73. With this, the processor 31 ends the information processing according to the third settlement engine program 53 . The third settlement engine program 53 returns to the idle state. Therefore, the processor 31 is again in a standby state for ACT61 and ACT62.
  • the processor 31 implements the function of the second processing unit 312 by executing the process of ACT72 in FIG. 9, in the same way as when the process of ACT50 in FIG. 8 is executed.
  • the operation mode of all the first accounting machines 12-1 and the second accounting machines 12-2 is assumed to be the first mode Ma.
  • the first accounting machine 12-1 and the second accounting machine 12-2 function together with the corresponding registration machine 11 as accounting machines constituting a semi-self transaction processing system. Therefore, the customer whose purchase product data is entered by the clerk at the registration machine 11 pays for the purchased product at the checkout machine 12 (first checkout machine 12-1 or second checkout machine 12-2) designated by the checkout clerk. can be done by self.
  • the operation mode is changed to the second mode Mb.
  • the first accounting machine 12-1 functions as an accounting machine that constitutes a semi-self transaction processing system together with the corresponding registration machine 11, while the second accounting machine 12-2 consists of the communication terminal 2 and the virtual POS server 14. Together with it, it functions as an accounting machine that constitutes a transaction processing system of the individual input method. Therefore, the customer who has entered the data of the purchased product by himself/herself using the communication terminal 2 at the sales floor scans the checkout bar code displayed on the display device of the communication terminal 2 with the scanner 37 of the second checkout machine 12-2. Thus, the user can self-pay for the purchased product at the second checkout machine 12-2.
  • the third mode setting key 63 of the second accounting machine 12-2 is operated to change the operation mode to the third mode Mc.
  • the first accounting machine 12-1 functions as an accounting machine constituting a semi-self transaction processing system together with the corresponding registration machine 11, while the second accounting machine 12-2 functions as a continuous input transaction processing system. Acts as a composing accounting machine. Therefore, by using the second checkout machine 12-2, the customer can collectively self-perform from inputting data related to the purchased product to paying the price.
  • the second accounting machine 12-2 that has been changed to the second mode Mb or the third mode Mc can be returned to the first mode Ma by operating the first mode setting key 61. That is, the second checkout machine 12-2 can function as a semi-self checkout machine.
  • the accounting machine 12 in this embodiment can be switched by a simple key operation to function as a semi-self accounting machine or as an individual input system or continuous input system accounting machine. Therefore, for example, during busy times when customers are crowded, it is used as a semi-self-type accounting machine to speed up customer judgment, but during quiet times when there are few customers, the individual input method or continuous input method is used to reduce the number of employees. It is possible to easily realize the operation to be used as
  • the status data S in the status memory 322 is status Sb.
  • the second accounting machine 12-2 responds to the registration machine 11 with the status data S of the status Sb.
  • the registration machine 11 that receives this response does not transmit payment data to the second accounting machine 12-2. Therefore, the problem of the registration machine 11 transmitting the payment data to the second accounting machine 12-2 functioning as an individual input system or continuous input system accounting machine cannot occur.
  • the input of the first mode setting key 61 is valid when the second settlement engine program 52 or the third settlement engine program 53 is in the idle state.
  • the input of the second mode setting key 62 is valid when the first settlement engine program 51 or the third settlement engine program 53 is in the idle state.
  • the input of the third mode setting key 63 is valid when the first settlement engine program 51 or the second settlement engine program 52 is in the idle state. Therefore, there is no possibility that the operation mode is switched in the accounting machine 12 in the middle of the settlement process, resulting in an error in the settlement process.
  • FIG. 1 differs from the first embodiment in the sequence of communication performed among the registration machine 11, the first accounting machine 12-1, and the second accounting machine 12-2, which constitute the semi-self transaction processing system. different. Since the configuration of the transaction processing system is common to that of the first embodiment, FIG. 1 is adopted as it is in the second embodiment.
  • FIG. 10 is the above sequence diagram according to the second embodiment.
  • the registration machine 11 inputs data related to the customer's purchased product. Then, when the data related to all the purchased commodities have been input, the registration machine 11 transmits the settlement data to the first accounting machine 12-1, for example.
  • the payment data is data necessary for processing the payment for the purchased product in the accounting machine 12 .
  • the payment data includes at least the product code of the purchased product and the number of purchased items. If a discount or discount was entered for the transaction subtotal, the payment data also includes the discount amount or percentage.
  • Payment data is an example of data related to the first purchased product.
  • the first accounting machine 12-1 Upon receiving the payment data, the first accounting machine 12-1 checks the status data S stored in the status memory 322. If the status data S is status Sa, that is, if the settlement process can be executed, an execution response command is transmitted to the registration machine 11 . The first accounting machine 12-1 executes settlement processing according to customer's operation input.
  • the first accounting machine 12-1 transmits (transfers) the payment data to the second accounting machine 12-2 when the status data S is the status Sb, that is, when the payment process cannot be executed.
  • the second accounting machine 12 - 2 that has received the payment data checks the status data S stored in the status memory 322 . If the status data S is status Sa, that is, if the settlement process can be executed, an execution response command is transmitted to the registration machine 11 .
  • the second checkout machine 12-2 executes settlement processing according to customer's operation input.
  • the second accounting machine 12-2 transmits an error response command to the registration machine 11 when the status data S is the status Sb, that is, when the settlement process cannot be executed.
  • the registration machine 11 Upon receiving the error response command, the registration machine 11 transmits the payment data to the first accounting machine 12-1 again.
  • the accounting machine 12 that received the payment data (the first accounting machine 12-1 Alternatively, the settlement process is executed at the second accounting machine 12-2).
  • the registration machine 11 when the registration machine 11 receives the execution response command, the registration machine 11 displays information specifying the accounting machine 12 (the first accounting machine 12-1 or the second accounting machine 12-2) that sent the execution response command on the display device. do.
  • a store clerk who is an operator of the registration machine 11, may instruct the customer to pay for the purchased product using the accounting machine 12 specified by the displayed information.
  • the accounting machine 12 to which the registration machine 11 first transmits payment data is not limited to the first accounting machine 12-1.
  • the payment data is transmitted to the second accounting machine 12-2, and if the second accounting machine 12-2 cannot execute the payment processing, the second accounting machine 12-2 You may transmit (transfer) payment data to -1.
  • FIG. 11 is a block diagram showing the main circuit configuration of the accounting machine 12 in the second embodiment.
  • the parts common to those in FIG. 2 showing the main circuit configuration of the accounting machine 12 are denoted by the same reference numerals, and detailed description thereof will be omitted.
  • the difference between the accounting machine 12 of the second embodiment and the first embodiment is part of the functions of the processor 31 . That is, in the second embodiment, instead of functioning as the response section 314 that the processor 31 has in the first embodiment, the transfer section 315 is provided.
  • the transfer unit 315 has a function of transferring the data related to the first purchased product received from the registration machine 11 to another accounting machine when the payment processing by the second processing unit 312 is valid.
  • the accounting machine 12 with such a configuration also has the program structure shown in the schematic diagram of FIG. 3, as in the first embodiment.
  • the procedure of information processing executed by the processor 31 of the accounting machine 12 according to the mode setting program 54 is the same as in the first embodiment. Therefore, FIG. 6 is also adopted as it is in the second embodiment.
  • the procedure of information processing executed by the processor 31 according to the first settlement engine program 51, the second settlement engine program 52, and the third settlement engine program 53 is partially different from that of the first embodiment. Therefore, the procedure will be described in order below.
  • FIG. 12 is a flowchart showing the procedure of information processing executed by the processor 31 of the accounting machine 12 according to the first settlement engine program 51. As shown in FIG. When the first settlement engine program 51 is started and is in an idle state, the processor 31 waits for settlement data as ACT81. As described with reference to FIG. 4, the payment data is transmitted from the registration machine 11 or the accounting machine 12 on the other side.
  • the processor 31 determines YES in ACT81 and proceeds to ACT82.
  • Processor 31 examines the status data S stored in status memory 322 as ACT82. If the status data S is status Sa, that is, if the settlement process can be executed, the processor 31 determines YES in ACT82 and proceeds to ACT83.
  • the processor 31 temporarily sets the status data S to the status Sb in ACT83.
  • the processor 31 also transmits an execution response command to the registration device 11 as ACT84. Then, as ACT 85, the processor 31 sets the screen of the touch panel 38 as the payment method selection screen.
  • the processor 31 After completing the processing of ACT 89, the processor 31 ends the information processing according to the first settlement engine program 51.
  • the first settlement engine program 51 returns to the idle state. Therefore, the processor 31 again waits for payment data as ACT81.
  • the processor 31 determines NO in ACT82 and proceeds to ACT90.
  • the processor 31 confirms whether or not there is another accounting machine to which payment data is to be transferred as ACT 90 .
  • the first accounting machine 12-1 has the second accounting machine 12-2 as the transfer destination.
  • the second accounting machine 12-2 does not have any other accounting machine to be the transfer destination.
  • the processor 31 determines YES in ACT90 and proceeds to ACT91.
  • the processor 31 transmits (transfers) the payment data as ACT 91 to another accounting machine that is the transfer destination. If the transfer destination does not exist, the processor 31 determines NO in ACT90 and proceeds to ACT92.
  • the processor 31 transmits an error response command to the registration device 11 as ACT92.
  • the processor 31 After completing the processing of ACT 91 or ACT 92, the processor 31 ends the information processing according to the first settlement engine program 51.
  • the first settlement engine program 51 returns to the idle state. Therefore, the processor 31 again waits for payment data as ACT81.
  • the processor 31 realizes the function as the first processing unit 311 by executing the processing of ACT87. Also, the processor 31 realizes the function as the transfer unit 315 by executing the processing of ACT91.
  • FIG. 13 is a flowchart showing the procedure of information processing executed by the processor 31 of the accounting machine 12 according to the second settlement engine program 52.
  • the processor 31 checks in ACT 101 whether settlement data has been received. If payment data has not been received, processor 31 determines NO in ACT 101 and proceeds to ACT 102 . Processor 31 confirms whether or not the accounting bar code has been scanned by scanner 37 as ACT 102 . If not, processor 31 determines NO in ACT 102 and returns to ACT 101 . Thus, processor 31 waits to receive payment data or scan an accounting barcode when second payment engine program 52 is idle.
  • the processor 31 determines YES in ACT102 and proceeds to ACT103. Then, the processor 31 executes, as ACT103 to ACT109, the same processing as ACT45 to ACT51 of the first embodiment described using FIG. Therefore, description here is omitted.
  • the processor 31 After finishing the processing of ACT 109, the processor 31 ends the information processing according to the second settlement engine program 52.
  • the second settlement engine program 52 returns to the idle state. Therefore, the processor 31 is again in a standby state for ACT101 and ACT102.
  • the processor 31 determines YES in ACT101 and proceeds to ACT110.
  • the processor 31 confirms whether or not there is another accounting machine to which the payment data is to be transferred as the ACT 110 . If there is a transfer destination, processor 31 determines YES in ACT 110 and proceeds to ACT 111 .
  • the processor 31 transmits (transfers) the payment data to another accounting machine, which is the transfer destination, as ACT 111 . If the transfer destination does not exist, processor 31 determines NO in ACT 110 and proceeds to ACT 112 . Processor 31 transmits an error response command to registration device 11 as ACT 112 .
  • the processor 31 After completing the processing of ACT 111 or ACT 112, the processor 31 ends the information processing according to the second settlement engine program 52.
  • the second settlement engine program 52 returns to the idle state. Therefore, the processor 31 is again in a standby state for ACT101 and ACT102.
  • FIG. 14 is a flowchart showing the procedure of information processing executed by the processor 31 of the accounting machine 12 according to the third settlement engine program 53. As shown in FIG. When the third settlement engine program 53 starts and is in an idle state, the processor 31 checks in ACT 121 whether settlement data has been received. If payment data has not been received, the processor 31 determines NO in ACT121 and proceeds to ACT122.
  • the processor 31 confirms whether or not an operation for declaring the start of registration has been performed as ACT 122 . If the registration start declaring operation has not been performed, the processor 31 determines NO in ACT 122 and returns to ACT 121 . Thus, the processor 31 receives payment data or waits for an operation to declare the start of registration when the third payment engine program 52 is in the idle state.
  • the processor 31 determines YES in ACT122 and proceeds to ACT123. Then, the processor 31 executes, as ACT123 to ACT131, the same processes as ACT65 to ACT73 of the first embodiment described using FIG. Therefore, description here is omitted.
  • the processor 31 After finishing the processing of ACT 131, the processor 31 ends the information processing according to the third settlement engine program 53.
  • the third settlement engine program 53 returns to the idle state. Therefore, the processor 31 is again in a standby state for ACT121 and ACT122.
  • the processor 31 determines YES in ACT121 and proceeds to ACT132.
  • ACT 132 processor 31 confirms whether or not there is another accounting machine to which payment data is to be transferred. If there is a transfer destination, the processor 31 determines YES in ACT132 and proceeds to ACT133.
  • ACT 133 the processor 31 transmits (transfers) the payment data to another accounting machine that is the transfer destination. If the transfer destination does not exist, the processor 31 determines NO in ACT 132 and proceeds to ACT 134 .
  • the processor 31 transmits an error response command to the registration device 11 as ACT13.
  • the processor 31 After completing the processing of ACT 133 or ACT 134, the processor 31 ends the information processing according to the third settlement engine program 53.
  • the third settlement engine program 53 returns to the idle state. Therefore, the processor 31 is again in a standby state for ACT121 and ACT122.
  • the processor 31 implements the function of the second processing unit 312 by executing the process of ACT 130, as in the case of executing the process of ACT 108 in FIG. Also, the processor 31 realizes the function as the transfer unit 315 by executing the processing of ACT 133 .
  • the accounting machine 12 can be switched by a simple key operation to function as a semi-self accounting machine or as an individual input system or continuous input system accounting machine. can.
  • the accounting machine 12 has the first settlement engine program 51, the second settlement engine program 52, the third settlement engine program 53, and the mode setting program 54 installed therein.
  • the first settlement engine program 51 and the mode setting program 54 are installed in the accounting machine 12
  • either the second settlement engine program 52 or the third settlement engine program 53 may be installed.
  • the accounting machine 12 loaded with the second settlement engine program 52 can easily be used as an accounting machine in a semi-self transaction processing system or as an accounting machine in an individual entry transaction processing system. can be switched by simple operation.
  • the accounting machine 12 loaded with the third settlement engine program 53 can be used as an accounting machine in a semi-self transaction processing system or in a continuous input transaction processing system by a simple operation. can be switched with
  • the processor 31 first sets the mode data M of the mode memory 321 as ACT1 to the first mode Ma corresponding to the semi-self transaction processing system.
  • the processor 31 may first set the mode data M in the mode memory 321 to the second mode Mb corresponding to the transaction processing system of the individual input method in ACT7.
  • the processor 31 may first set the mode data M in the mode memory 321 as the third mode Mc corresponding to the transaction processing system of the continuous input method in ACT13.
  • the number of accounting machines connected to the registration machine may be one or more than two.
  • the accounting machine connected to the registration machine is flexibly determined according to the scale of the store.
  • the program according to the present embodiment may be transferred while stored in the electronic device, or may be transferred without being stored in the electronic device. In the latter case, the program may be transferred via a network, or may be transferred while being recorded on a recording medium.
  • a recording medium is a non-transitory tangible medium.
  • the recording medium is a computer-readable medium.
  • the recording medium may be a medium such as a CD-ROM, a memory card, etc., which can store a program and is readable by a computer, and its form is not limited.

Abstract

セミセルフ方式の会計機のみならず、端末入力方式又はフルセルフ方式の会計機として使用できるようにする。会計機は、第1処理部と、第2処理部と、切替部とを備える。第1処理部は、登録機で入力された第1の購買商品に係るデータを基に当該第1の購買商品の代金支払いを処理する。第2処理部は、登録機以外の端末又はデバイスで入力された第2の購買商品に係るデータを基に当該第2の購買商品の代金支払いを処理する。切替部は、操作子の操作入力に応じて、第1処理部による代金支払いの処理を有効にするか、第2処理部による代金支払いの処理を有効にするかを切り替える。

Description

会計機、プログラム記録媒体及び会計処理方法
 本発明の実施形態は、会計機、プログラム記録媒体及び会計処理方法に関する。
 近年、量販店向けの取引処理システムとして、セミセルフ方式の取引処理システムが知られている。セミセルフ方式の取引処理システムは、取引毎に購買商品に係るデータを入力する登録機と、購買商品の代金支払いを処理する会計機とを分離する。そして、店員が登録機を操作し、客が会計機を操作するように配置する。
 セミセルフ方式の取引処理システムは、購買商品に係るデータの入力操作を店員が行うため、客が自身で入力操作を行うフルセルフ方式の取引処理システムよりもデータ入力に要する時間が短縮される。
 その一方で、商品が陳列されている売場において、客がスマートフォン、タブレット端末等の通信端末を自ら操作して購買商品に係るデータをセルフで入力し、その購買商品の代金支払いも客が専用の会計機を操作してセルフで行うようにした端末入力方式の取引処理システムもすでに知られている。端末入力方式の取引処理システムは、購買商品に係るデータの入力を客が売場において行うため、店員が操作していた登録機を不要にできる。
 ところで、セミセルフ方式の取引処理システムにおける会計機と、端末入力方式の取引処理システムにおける会計機は、通常、ハードウェア構成が同一である。また、これらの会計機は、フルセルフ方式の会計機として利用することも可能である。そこで、例えば客が混雑する繁忙時は、客裁きを早くするためセミセルフ方式の会計機として使用するが、客の少ない閑散時は、従業員を減らすために端末入力方式又はフルセルフ方式の会計機として使用する運用が望まれている。
日本国特開2017-016413号公報
 本発明の実施形態が解決しようとする課題は、セミセルフ方式の会計機のみならず、端末入力方式又はフルセルフ方式の会計機として使用することができる会計機、プログラム記録媒体及び会計処理方法を提供しようとするものである。
図1は、取引処理システムの概略構成を示す模式図である。 図2は、会計機の要部回路構成を示すブロック図である。 図3は、会計機が有する主要なプログラム構造を示す模式図である。 図4は、セミセルフ方式の取引処理システムに係る通信の一例を示すシーケンス図である。 図5は、個別入力方式の取引処理システムに係る通信の一例を示すシーケンス図である。 図6は、会計機のプロセッサがモード設定プログラムに従って実行する情報処理の手順を示す流れ図である。 図7は、会計機のプロセッサが第1決済エンジンプログラムに従って実行する情報処理の手順を示す流れ図である。 図8は、会計機のプロセッサが第2決済エンジンプログラムに従って実行する情報処理の手順を示す流れ図である。 図9は、会計機のプロセッサが第3決済エンジンプログラムに従って実行する情報処理の手順を示す流れ図である。 図10は、第2の実施形態において、セミセルフ方式の取引処理システムに係る通信の一例を示すシーケンス図である。 図11は、第2の実施形態において、会計機の要部回路構成を示すブロック図である。 図12は、第2の実施形態において、会計機のプロセッサが第1決済エンジンプログラムに従って実行する情報処理の手順を示す流れ図である。 図13は、第2の実施形態において、会計機のプロセッサが第2決済エンジンプログラムに従って実行する情報処理の手順を示す流れ図である。 図14は、第2の実施形態において、会計機のプロセッサが第3決済エンジンプログラムに従って実行する情報処理の手順を示す流れ図である。
実施形態
 一実施形態において、購買商品に係るデータを入力する登録機とシステムを構成し、購買商品の代金支払いを処理する会計機は、第1処理部と、第2処理部と、切替部とを備える。第1処理部は、登録機で入力された第1の購買商品に係るデータを基に当該第1の購買商品の代金支払いを処理する。第2処理部は、登録機以外の端末又はデバイスで入力された第2の購買商品に係るデータを基に当該第2の購買商品の代金支払いを処理する。切替部は、操作子の操作入力に応じて、第1処理部による代金支払いの処理を有効にするか、第2処理部による代金支払いの処理を有効にするかを切り替える。
 以下、会計機の実施形態について、図面を用いて説明する。 
 本実施形態は、一店舗において、セミセルフ方式の取引処理システムと、端末入力方式の取引処理システムと、フルセルフ方式の取引処理システムとを併用する場合を例示する。セミセルフ方式の取引処理システムは、購買商品に係るデータの入力を店員が登録機で行い、その購買商品の代金支払いを客が会計機で行う方式の取引処理システムである。端末入力方式の取引処理システムは、商品が陳列されている売場において、客がスマートフォン又はタブレット端末等の移動可能な通信端末を利用して購買商品に係るデータの入力を行い、その購買商品の代金支払いも客が会計機で行う方式の取引処理システムである。フルセルフ方式の取引処理システムは、購買商品に係るデータの入力とその購買商品の代金支払いとを、客が一台の会計機で行う方式である。そして、いずれも取引処理システムで使用される会計機のハードウェア構成は同一である。
 なお、端末入力方式の取引処理システムも、購買商品に係るデータの入力から代金支払いまでを全て客がセルフで行うため、フルセルフ方式の取引処理システムであると言える。そこで以下では、通信端末を用いる取引処理システムを個別入力方式の取引処理システムと称し、一台の会計機で行うフルセルフ方式の取引処理システムを連続入力方式の取引処理システムと称して、区別する。
 [第1の実施形態]
 <取引処理システムの構成説明>
 図1は、第1の実施形態に係る取引処理システム1の概略構成を示す模式図である。取引処理システム1は、登録機11と、会計機12と、店舗サーバ13と、仮想POSサーバ14と、アクセスポイント15と、これらを接続するネットワーク16と、を含む。ネットワーク16の種類は特に限定されないが、一般的には有線又は無線のLAN(local area network)が適用される。
 取引処理システム1において、登録機11及び会計機12は、セミセルフ方式の取引処理システムを構成する要素である。会計機12及び仮想POSサーバ14は、アクセスポイント15を介して無線通信接続される通信端末2とともに、個別入力方式の取引処理システムを構成する要素である。会計機12は、連続入力方式の取引処理システムを構成する要素であるともいえる。店舗サーバ13は、セミセルフ方式、連続入力方式及び個別入力方式の取引処理システムにそれぞれ係わる。
 登録機11は、チェッカと呼ばれる役割を担った店員21が、その操作者となる。会計機12は、原則、店舗で商品を購入する消費者、いわゆる客22が、その操作者となる。登録機11は、図1においては、作業テーブル23に取り付けられる。作業テーブル23は、矩形の天板を有する。複数の作業テーブル23が、天板の長手方向がほぼ並行するように配置されることにより、客22のための通路、いわゆるチェックアウトレーンが形成される。
 登録機11及び会計機12は、店舗のチェックアウトレーン毎に配置される。1つのチェックアウトレーンに対し、登録機11は1台配置され、会計機12は2台配置される。以下では、一方の会計機12を第1会計機12-1と称し、他方の会計機12を第2会計機12-2と称する。そして、同じチェックアウトレーンに配置された登録機11と会計機12(12-1,12-2)との間で、ネットワーク16を通じて種々のデータ信号が授受される。データ信号は、店舗サーバ13を介して授受されてもよいし、店舗サーバ13を介さずに授受されてもよい。
 なお、図1では、2つのチェックアウトレーンに対し、それぞれ1台の登録機11と2台の会計機12(12-1,12-2)とを配置した例を示している。1つのチェックアウトレーンに配置される会計機12の台数は2台に限定されない。3台以上の会計機12が配置されていてもよい。また、異なるチェックアウトレーンに配置された登録機11と会計機12との間で、ネットワーク16を通じてデータが授受される場合もあり得る。
 店舗サーバ13は、商品マスタファイルを備える。商品マスタファイルは、店舗サーバ13が内蔵する記憶装置に保存されていてもよいし、店舗サーバ13の外部に接続された記憶装置に保存されていてもよい。
 商品マスタファイルは、店舗で販売される商品毎に作成された商品レコードを格納するデータファイルである。商品レコードは、商品コード、商品名、単価、属性等の商品データを記述したデータレコードである。
 商品コードは、各商品を識別するために商品毎に設定された固有のコードである。通常、各商品には、商品コードを表すバーコード、若しくは二次元コードが付されている。登録機11は、商品に付されたバーコード又は二次元コードを読取装置で読み取ることで、取引における購買商品の商品コードを入力することができる。
 商品名及び単価は、商品コードで識別される商品の名称及び1点当たりの価格である。属性は、例えば商品の税に関する情報である。税に関する情報としては、税率、税種(外税、内税、非課税)等がある。
 仮想POSサーバ14は、通信端末2と協働することで、周知のPOS端末が動作しているかのように見せかけるための支援を行うコンピュータである。例えば仮想POSサーバ14は、以下の3つの機能を有する。第1の機能は、通信端末2を介して入力された商品コードで識別される商品の商品販売データを取引ファイルに登録する機能である。第2の機能は、取引ファイルに登録された商品販売データを基に作成される登録画面を通信端末2の表示デバイスに表示させる機能である。第3の機能は、通信端末2からの会計指示に応じて作成し、取引ファイルと関連付けるとともに、その会計バーコードを通信端末2の表示デバイスに表示させる機能である。
 アクセスポイント15は、通信端末2が無線LANを介して仮想POSサーバ14とデータ通信を行う際の中継拠点として店舗内に設置された通信設備である。無線LANは、例えばWi-Fi(登録商標)の規格に準拠したものである。なお、図1では、アクセスポイント15を1つだけ示しているが、アクセスポイント15の数は限定されない。店舗の規模等により複数のアクセスポイント15がネットワーク16に接続されていてもよい。
 通信端末2は、商品が陳列されている売場において客が購買商品に係るデータをセルフで入力するのに利用される端末である。通信端末2は、入力デバイス、表示デバイス、無線ユニットに加え、二次元コード又はバーコード等のコードシンボルを読み取るのに必要な撮像デバイスを搭載した可搬型の端末である。例えばデジタルカメラを搭載した市販のスマートフォン、タブレット端末等が通信端末2として利用可能である。
 なお、取引処理システム1の構成は、図1に示すものに限定されない。例えば、アテンダント端末がネットワーク16に接続されていてもよい。アテンダント端末は、アテンダントと称される店員が客のセルフ操作により代金支払いを処理する会計機12の状態を監視するための機器である。また、店舗サーバ13と仮想POSサーバ14とを分離するのではなく、店舗サーバ13としての機能と仮想POSサーバ14としての機能とを有した1つのサーバをネットワーク16に接続してもよい。
 <会計機の構成説明>
 図2は、会計機12の要部回路構成を示すブロック図である。第1会計機12-1及び第2会計機12-2は、同一構成である。よって図2では、会計機12と総称して、その構成を説明する。
 会計機12は、プロセッサ31、メインメモリ32、補助記憶デバイス33、時計34、通信インターフェース35、釣銭機インターフェース36、スキャナ37、タッチパネル38、プリンタ39、リーダ・ライタ40及びシステム伝送路41等を備える。システム伝送路41は、アドレスバス、データバス、制御信号線等を含む。システム伝送路41は、プロセッサ31と他の各部とを直接又は信号入出力回路を介して接続し、相互間で授受されるデータ信号を伝送する。
 会計機12は、プロセッサ31と、メインメモリ32、補助記憶デバイス33、時計34及び通信インターフェース35とをシステム伝送路41で接続することにより、コンピュータを構成する。そして会計機12は、そのコンピュータに、システム伝送路41を介して釣銭機インターフェース36、スキャナ37、タッチパネル38、プリンタ39、リーダ・ライタ40等のデバイスインターフェース又はデバイスを接続する。
 プロセッサ31は、上記コンピュータの中枢部分に相当する。プロセッサ31は、オペレーティングシステム又はアプリケーションプログラムに従って、会計機12としての各種の機能を実現するべく各部を制御する。プロセッサ31は、例えばCPU(Central Processing Unit)、GPU(Graphics Processing Unit)、特定用途向け集積回路(Application Specific Integrated Circuit:ASIC))、プログラマブル論理デバイス(例えば、単純プログラマブル論理デバイス(Simple Programmable Logic Device:SPLD)、複合プログラマブル論理デバイス(Complex Programmable Logic Device:CPLD)、フィールドプログラマブルゲートアレイ(Field Programmable Gate Array:FPGA))等の処理回路であってよい。プロセッサ11は、単一の処理回路として構成される場合に限らず、複数の処理回路を組み合わせてプロセッサ11として構成してもよい。
 メインメモリ32は、上記コンピュータの主記憶部分に相当する。メインメモリ32は、不揮発性のメモリ領域と揮発性のメモリ領域とを含む。メインメモリ32は、不揮発性のメモリ領域ではオペレーティングシステム又はアプリケーションプログラムを記憶する。メインメモリ32は、プロセッサ31が各部を制御するための処理を実行する上で必要なデータを不揮発性又は揮発性のメモリ領域で記憶する場合もある。メインメモリ32は、揮発性のメモリ領域を、プロセッサ31によってデータが適宜書き換えられるワークエリアとして使用する。不揮発性のメモリ領域は、例えばROM(Read Only Memory)である。揮発性のメモリ領域は、例えばRAM(Random Access Memory)である。
 補助記憶デバイス33は、上記コンピュータの補助記憶部分に相当する。例えばEEPROM(Electric Erasable Programmable Read-Only Memory)、HDD(Hard Disk Drive)、あるいはSSD(Solid State Drive)等が補助記憶デバイス33となり得る。補助記憶デバイス33は、プロセッサ31が各種の処理を行う上で使用するデータ、プロセッサ31での処理によって作成されたデータ等を保存する。補助記憶デバイス33は、上記のアプリケーションプログラムを記憶する場合もある。
 時計34は、日付と時刻を計時する。プロセッサ31は、時計34によって計時されている日付と時刻を現在日時として処理する。
 通信インターフェース35は、ネットワーク16を介して接続される登録機11、他の会計機12、店舗サーバ13、仮想POSサーバ14等との間でデータ通信を行う。
 釣銭機インターフェース36は、図示しない自動釣銭機とのインターフェースを構成する。釣銭機インターフェース36は、自動釣銭機から当該自動釣銭機に投入された貨幣の金額データを入力する。釣銭機インターフェース36は、会計機12から自動釣銭機へと釣銭データを出力する。釣銭データを入力した自動釣銭機は、その釣銭データ相当の貨幣を釣銭として自動的に払い出す。
 スキャナ37は、バーコード、二次元コード等のコードシンボルを読み取る読取装置の一例である。スキャナ37は、レーザ光の走査によりコードシンボルを読み取るタイプであってもよいし、撮像デバイスで撮像した画像からコードシンボルを読み取るタイプであってもよい。
 タッチパネル38は、入力デバイスと表示デバイスとを兼ね備えた機器である。タッチパネル38は、会計機12のオペレータに対して情報の表示を行い、オペレータによる操作入力を受け付ける。
 プリンタ39は、レシート用紙に対して各種の文字列又は画像等を印刷することにより、レシートを発行する。この種のプリンタ39としては、例えばサーマルプリンタ又はドットインパクトプリンタ等を利用できる。
 リーダ・ライタ40は、カード、スマートフォン等の媒体に記録されたデータを読み取る機能と、上記媒体へデータを書き込む機能とを有する。カードは、クレジットカード、デビットカード、電子マネーカード、プリペイドカード等の決済用カードの他に、自社ポイントカード、共通ポイントカード等と称されるポイントカードを含み得る。リーダ・ライタ40は、磁気式、接触式、あるいは非接触式のいずれのデバイスであってもよいし、また複数種のデバイスを含んでいてもよい。
 かかる構成の会計機12において、プロセッサ31は、第1処理部311、第2処理部312、切替部313及び応答部314としての機能を有する。第1処理部311、第2処理部312、切替部313及び応答部314としての機能は、いずれもプロセッサ31がプログラムに従って実行する情報処理によって実現される。
 第1処理部311は、登録機11で入力された第1の購買商品に係るデータを基に当該第1の購買商品の代金支払いを処理する機能である。すなわち第1処理部311は、セミセルフ方式の取引処理システムに対応した機能である。
 第2処理部312は、登録機11以外の端末又はデバイスで入力された第2の購買商品に係るデータを基に当該第2の購買商品の代金支払いを処理する機能である。登録機11以外の端末とは、通信端末2を示す。デバイスとは、スキャナ37又はタッチパネル38を示す。すなわち第2処理部312は、個別入力方式又は連続入力方式の取引処理システムに対応した機能である。なお、第1の購買商品に係るデータと第2の購買商品に係るデータとは入力元が異なるだけであり、実質的には同じ構造のデータである。
 切替部313は、操作子の操作入力に応じて、第1処理部311による代金支払いの処理を有効にするか、第2処理部312による代金支払いの処理を有効にするかを切り替える機能である。操作子については後述する。
 応答部314は、第2処理部312による代金支払いの処理が有効であるとき、登録機11からの第1の購買商品に係るデータの送信を受け付けない旨を応答する機能である。第2処理部312による代金支払いの処理が有効であるとは、会計機12が個別入力方式又は連続入力方式における取引処理システムの会計機として機能している状態である。
 会計機12は、上述した各機能を実現するために、メインメモリ32における揮発性メモリ領域の一部を、モードメモリ321及びステータスメモリ322の領域としている。
 モードメモリ321は、モードデータMを記憶するための領域である。モードデータMには、第1モードMaのデータと、第2モードMbのデータと、第3モードMcのデータとがある。第1モードMaは、セミセルフ方式の取引処理システムに対応したモードである。第2モードMbは、個別入力方式の取引処理システムに対応したモードである。第3モードMcは、連続入力方式の取引処理システムに対応したモードである。
 ステータスメモリ322は、ステータスデータSを記憶するための領域である。ステータスデータSには、第1ステータスSaのデータと第2ステータスSbのデータとがある。第1ステータスSaは、セミセルフ方式における取引処理システムの会計機として決済処理を実行可能な状態を示す。第2ステータスSbは、セミセルフ方式における取引処理システムの会計機として決済処理を実行不可能な状態を示す。決済処理とは、購買商品の代金支払いに係る処理である。実行不可能な状態には、2つの状態がある。1つは、決済処理を実行中であり、別の決済処理を実行できない状態である。もう1つは、個別入力方式又は連続入力方式における取引処理システムの会計機として機能している状態である。
 また会計機12は、上述した各機能を実現するために、図3の模式図により示されるプログラム構造を有している。すなわち会計機12は、第1決済エンジンプログラム51、第2決済エンジンプログラム52、第3決済エンジンプログラム53及びモード設定プログラム54を搭載する。各プログラム51~54は、メインメモリ32又は補助記憶デバイス33に記憶されるアプリケーションプログラムの一種である。各プログラム51~54をメインメモリ32又は補助記憶デバイス33にインストールする方法は特に限定されるものではない。リムーバブルな記録媒体に各プログラム51~54を記録して、あるいはネットワーク16を介した通信により各プログラム51~54を配信して、メインメモリ32又は補助記憶デバイス33にインストールすることができる。記録媒体は、CD-ROM,メモリカード等のようにプログラムを記憶でき、かつ装置が読み取り可能であれば、その形態は問わない。
 第1決済エンジンプログラム51は、会計機12が、セミセルフ方式の取引処理システムにおける会計機として機能するのを支援するためのアプリケーションプログラムである。第2決済エンジンプログラム52は、会計機12が、個別入力方式の取引処理システムにおける会計機として機能するのを支援するためのアプリケーションプログラムである。第3決済エンジンプログラム53は、会計機12が、連続入力方式の取引処理システムにおける会計機として機能するのを支援するためのアプリケーションプログラムである。
 モード設定プログラム54は、第1モード設定キー61、第2モード設定キー62又は第3モード設定キー63の入力に応じてモードメモリ321にモードデータMを設定するように、コンピュータを制御するアプリケーションプログラムである。
 具体的にはモード設定プログラム54は、所定の条件下で第1モード設定キー61が入力されると、モードメモリ321に第1モードMaのデータを設定するようにコンピュータを制御する。第1モードMaは、セミセルフ方式の取引処理システムに対応したモードである。セミセルフ方式の取引処理システムに対応した機能は、第1処理部311による機能である。すなわち第1モード設定キー61は、第1処理部311による代金支払いの処理を有効にするための操作子の一例である。
 モード設定プログラム54は、所定の条件下で第2モード設定キー62が入力されると、モードメモリ321に第2モードMbのデータを設定するようにコンピュータを制御する。第2モードMbは、個別入力方式の取引処理システムに対応したモードである。個別入力方式の取引処理システムに対応した機能は、第2処理部312による機能である。すなわち第2モード設定キー62は、第2処理部312による代金支払いの処理を有効にするための操作子の一例である。
 モード設定プログラム54は、所定の条件下で第3モード設定キー63が入力されると、モードメモリ321に第3モードMcのデータを設定するようにコンピュータを制御する。第3モードMcは、連続入力方式の取引処理システムに対応したモードである。連続入力方式の取引処理システムに対応した機能も、第2処理部312による機能である。すなわち第3モード設定キー63もまた、第2処理部312による代金支払いの処理を有効にするための操作子の一例である。
 第1モード設定キー61、第2モード設定キー62及び第3モード設定キー63は、例えば、タッチパネル38の画面の一部に表示されるソフトキーである。会計機12が、入力デバイスとしてさらにキーボードを備えている場合、第1モード設定キー61、第2モード設定キー62及び第3モード設定キー63は、そのキーボードに配置されるハードキーであってもよい。
 かくして会計機12は、セミセルフ方式における取引処理システムの会計機としてだけではなく、個別入力方式又は連続入力方式における取引処理システムの会計機としても動作し得る。ここで、会計機12の動作を説明する前に、セミセルフ方式、個別入力方式及び連続入力方式の取引処理システムについて簡単に説明する。
 <セミセルフ方式の概略説明>
 図4は、セミセルフ方式の取引処理システムを構成する登録機11、第1会計機12-1及び第2会計機12-2の間で行われる通信の一例を示すシーケンス図である。
 セミセルフ方式において、登録機11は、客の購買商品に係るデータを入力する。そして、全ての購買商品に係るデータが入力し終わると、登録機11は、例えば第1会計機12-1に対し、ステータスデータSの要求コマンドを送信する。この要求コマンドを受信した第1会計機12-1は、ステータスメモリ322に記憶されているステータスデータSを含む応答コマンドを登録機11に送信する。
 応答コマンドを受信した登録機11は、そのコマンドに含まれるステータスデータSを確認する。ここで、ステータスデータSがステータスSaの場合、つまり第1会計機12-1が決済処理を実行可能な状態である場合には、登録機11は、第1会計機12-1に決済データを送信する。決済データは、会計機12において、購買商品の代金支払いを処理するのに必要なデータである。決済データは、少なくとも購買商品の商品コードと購買点数とを含む。取引の小計に対して値引又は割引の入力があった場合には、決済データは、その値引額又は割引率も含む。決済データは、第1の購買商品に係るデータの一例である。
 一方、ステータスデータSがステータスSbの場合、つまり第1会計機12-1が決済処理を実行不可能な状態である場合には、登録機11は、第2会計機12-2に対し、ステータスデータSの要求コマンドを送信する。この要求コマンドを受信した第2会計機12-2は、ステータスメモリ322に記憶されているステータスデータSを含む応答コマンドを登録機11に送信する。
 応答コマンドを受信した登録機11は、そのコマンドに含まれるステータスデータSを確認する。ここで、ステータスデータSがステータスSaの場合、つまり第2会計機12-2が決済処理を実行可能な状態である場合には、登録機11は、第2会計機12-2に決済データを送信する。
 一方、ステータスデータSがステータスSbの場合、つまり第2会計機12-2も決済処理を実行不可能な状態である場合には、登録機11は、再度、第1会計機12-1に対し、ステータスデータSの要求コマンドを送信する。かくして、第1会計機12-1又は第2会計機12-2のいずれか一方が、決済処理を実行可能な状態になると、登録機11は、その決済処理を実行可能な会計機12(第1会計機12-1又は第2会計機12-2)に決済データを送信する。決済データを受信した会計機12(第1会計機12-1又は第2会計機12-2)は、客の操作入力により決済処理を実行する。
 因みに、登録機11は、応答コマンドに含まれるステータスデータSがステータスSaである場合、その応答コマンド送信元の会計機12を特定する情報を表示デバイスに表示する。登録機11のオペレータである店員は、客に対し、表示された情報で特定される会計機12で購買商品の代金支払いを行うことを指示すればよい。
 なお、登録機11が最初にステータスデータSの要求コマンドを送信する会計機12は、第1会計機12-1に限定されない。最初に、第2会計機12-2にステータスデータSの要求コマンドを送信してもよい。あるいは登録機11は、店員の操作入力により選択された一方の会計機12にステータスデータSの要求コマンドを送信してもよい。通常、登録機11のオペレータである店員は、第1会計機12-1又は第2会計機12-2で客が代金の支払操作をしているか否かを目視で確認することができる。そこで店員は、空いている会計機12を選択する。そうすることにより、その会計機12からの応答コマンドに含まれるステータスデータSは、ステータス“Sa”である可能性が極めて高いので、客に対し、速やかに会計機12を指示することができる。
 <個別入力方式の概略説明>
 図5は、個別入力方式の取引処理システムを構成する通信端末2、仮想POSサーバ14及び会計機12の間で行われる通信の一例を示すシーケンス図である。会計機12は、第1会計機12-1であってもよいし、第2会計機12-2であってもよい。
 はじめに、例えばスマートフォンを通信端末2として利用したい客は、取引処理システム1が構築された店舗向けの買物支援用アプリケーションプログラム、いわゆる買物アプリをスマートフォンにインストールする。そして客は、ユーザ登録を行う。そうすることにより、客は、スマートフォンを通信端末2として利用可能となる。
 さて、通信端末2を携帯する客は、入店前に買物アプリを起動する。そうすると、通信端末2のカメラが起動し、入店コードを読取り可能となる。入店コードは、店舗に係る設定情報を所定の二次元コード体系でコード化したもので、例えば店舗の入口に用意される。設定情報は、例えば通信端末2が無線LANを利用してアクセスポイント15と通信するために必要なパラメータ、又は、通信端末2の動作制限に係る情報等を含む。客は、通信端末2のカメラで入店コードを読み取らせる。
 通信端末2において入店コードが読み取られると、通信端末2は、無線LANを利用してアクセスポイント15と接続する。そして、通信端末2がアクセスポイント15と接続されると、通信端末2は、仮想POSサーバ14に対し、チェックイン要求コマンドを送信する。チェックイン要求コマンドには、通信端末2の端末識別情報が含まれる。端末識別情報は、他の客が利用する通信端末2とは異なる一意の情報である。例えば通信端末2にインストールされた買物アプリのプログラムIDが端末識別情報として用いられる。
 チェックイン要求コマンドを受信した仮想POSサーバ14は、取引ファイルを作成する。取引ファイルは、通信端末2を介して入力された商品コードで識別される商品の商品販売データを記憶するためのデータファイルである。取引ファイルは、通信端末2毎に作成される。各取引ファイルには、通信端末2の端末識別情報が関連付けられる。
 取引ファイルを作成した仮想POSサーバ14は、チェックイン要求コマンドの送信元である通信端末2に対し、チェックイン完了コマンドを送信する。チェックイン完了コマンドを受信した通信端末2は、表示デバイスの画面を登録画面とする。登録画面は、通信端末2を介して入力された商品コードで識別される商品の商品名、価格等を表示するための画面である。登録画面には、商品登録ボタンが表示される。
 客は、通信端末2をショッピングカートにセットし、又は携帯して、商品が陳列される売場を回る。そして、購買商品を見つけると、商品登録ボタンを入力する。商品登録ボタンが入力されると、通信端末2は、購買商品に係るデータを入力する。例えば通信端末2は、バーコードの読取待機状態となる。客は、購買商品に付されたバーコードをカメラで読み取らせる。カメラで商品のバーコードが読み取られると、通信端末2は、そのバーコードで表された商品コードを購買商品のデータとして入力する。
 なお、登録画面には、バーコード無しボタンも表示されている。客は、購買商品にバーコードが付されていない場合、バーコード無しボタンを入力する。バーコード無しボタンが入力されると、表示デバイスにバーコード無し商品のリストが表示される。客は、リストの中から購買商品を選択する。購買商品が選択されると、通信端末2は、その選択された商品の商品コードを購買商品に係るデータとして入力する。
 購買商品に係るデータが入力されると、通信端末2は、仮想POSサーバ14に対し、商品登録コマンドを送信する。商品登録コマンドには、通信端末2の端末識別情報と購買商品のデータとが含まれる。
 商品登録コマンドを受信した仮想POSサーバ14は、当該商品登録コマンドの送信元である通信端末2の端末識別情報が関連付けられた取引ファイルに商品販売データを追加する。商品販売データは、購買商品の商品コード、商品名、価格、販売点数、販売金額等を含むデータである。販売金額は、価格に販売点数を乗算した金額である。
 商品販売データを取引ファイルに追加した仮想POSサーバ14は、商品登録コマンドの送信元である通信端末2に対し、登録完了コマンドを送信する。登録完了コマンドを受信した通信端末2は、登録画面を更新する。すなわち通信端末2は、取引ファイルに追加された商品販売データの商品名、価格等が表示されるように、登録画面を更新する。更新後の登録画面には、商品登録ボタン等とともに会計ボタンも表示される。登録画面を更新した通信端末2は、購買商品のデータが入力されるか、会計ボタンが入力されるのを待ち受ける。
 客は、次の購買商品を見つけると、商品登録ボタンを入力する。商品登録ボタンが入力されると、通信端末2は、購買商品に係るデータを入力する。そして通信端末2は、仮想POSサーバ14に対し、商品登録コマンドを送信する。それ以後の通信端末2と仮想POSサーバ14の機能は、前述したのと同様である。
 売場での買物を終えた客は、会計ボタンを入力する。会計ボタンが入力されると、通信端末2は、仮想POSサーバ14に対し、会計要求コマンドを送信する。会計要求コマンドには、通信端末2の端末識別情報が含まれる。
 会計要求コマンドを受信した仮想POSサーバ14は、一意の会計バーコードを作成する。例えば仮想POSサーバ14は、当該会計要求コマンドの送信元である通信端末2の端末識別情報を所定のバーコード体系でバーコード化した会計バーコードを作成する。会計バーコードを作成した仮想POSサーバ14は、会計要求コマンドの送信元である通信端末2に対し、会計許諾コマンドを送信する。会計許諾コマンドには、会計バーコードのデータが含まれる。会計許諾コマンドを受信した通信端末2は、会計バーコードの画像を表示デバイスに表示させる。
 売場での買物を終え、会計ボタンを入力したことで、通信端末2の表示デバイスに会計バーコードが表示されたことを確認した客は、会計機12の設置場所に移動する。そして、会計待ち画面が表示された会計機12のスキャナ37に会計バーコードを翳す。スキャナ37に会計バーコードが翳されると、その会計バーコードがスキャナ37によって読み取られる。会計バーコードがスキャナ37によって読み取られると、会計機12から仮想POSサーバ14に対し、会計通知コマンドが送信される。会計通知コマンドには、会計バーコードをデコードして得られる端末識別情報が含まれる。会計通知コマンドを受信した仮想POSサーバ14は、当該端末識別情報が関連付けられた取引ファイルを会計機12へと送信する。取引ファイルのデータは、第2の購買商品に係るデータの一例である。会計機12は、取引ファイルのデータを基に決済処理を実行する。
 <連続入力方式の概略説明>
 連続入力方式は、単体の会計機12によって実現される。会計機12は、第1会計機12-1であってもよいし、第2会計機12-2であってもよい。
 売場での買物を終えた客は、会計機12の設置場所まで行く。そして客は、会計機12の入力デバイスであるスキャナ37又はタッチパネル38を操作して、購買商品に係るデータを1品ずつ入力する。例えば購買商品にバーコードが付されている場合、そのバーコードをスキャナ37でスキャニング操作する。購買商品にバーコードが付されていない場合には、タッチパネル38に表示されるバーコード無し商品のリストの中から購買商品を選択操作する。そして、全ての購買商品に係るデータ入力を終えると、客は、支払い宣言を行う。この支払い宣言により代金の支払いが可能となるので、客は、釣銭機又はリーダ・ライタ40等を操作して、代金を支払う。データ入力を終えた購買商品に係るデータは、第2の購買商品に係るデータの一例である。会計機12は、客の代金支払い操作に応じて、決済処理を実行する。
 <会計機の動作説明>
 次に、図6乃至図9の流れ図を用いて、会計機12の主要な動作を説明する。なお、以下に説明する動作は一例である。同様な効果を奏し得るのであればその動作を導く手順又は処理の内容は適宜変更することができる。
 <<モード設定プログラムによる会計機の動作説明>>
 図6は、会計機12のプロセッサ31がモード設定プログラム54に従って実行する情報処理の手順を示す流れ図である。プロセッサ31は、先ず、ACT1としてモードメモリ321のモードデータMを、セミセルフ方式の取引処理システムに対応した第1モードMaとする。またプロセッサ31は、ステータスメモリ322のステータスデータSをステータスSaとする。すなわちプロセッサ31は、会計機12がセミセルフ方式における取引処理システムの会計機として決済処理を実行可能な状態とする。そしてプロセッサ31は、ACT2として第1決済エンジンプログラム51を始動する。第1決済エンジンプログラム51が始動した際の会計機12の動作については、図7を用いて後で説明する。
 第1決済エンジンプログラム51を始動した後、プロセッサ31は、ACT3として動作モードの切替が指示されるのを待ち受ける。現時点では、セミセルフ方式の取引処理システムに対応した第1モードMaが設定されている。したがって、プロセッサ31は、個別入力方式又は連続入力方式の取引処理システムに対応した第2モードMb又は第3モードMcへの切替が指示されるのを待ち受ける。個別入力方式への切替は、第2モード設定キー62の操作入力により指示される。連続入力方式への切替は、第3モード設定キー63の操作入力により指示される。
 動作モードの切り替えが指示されると、プロセッサ31は、ACT4として第1決済エンジンプログラム51がアイドル中であるか否かを確認する。第1決済エンジンプログラム51がアイドル中でない、すなわち決済処理を実行中の場合には、動作モードを切り替えることができない。プロセッサ31は、ACT4においてNOと判定し、ACT3へと戻る。
 第1決済エンジンプログラム51がアイドル中の場合、すなわち決済処理を実行中でない場合には、プロセッサ31は、ACT4においてYESと判定し、ACT5へと進む。プロセッサ31は、ACT5として第1決済エンジンプログラム51を停止する。そしてプロセッサ31は、ACT6として切替が指示された動作モードを判別する。
 ここで、第2モード設定キー62の操作入力により個別入力方式の取引処理システムに対応したモードへの切替が指示されていた場合(ACT6において“Mb”)、プロセッサ31は、ACT7へと進む。プロセッサ31は、ACT7としてモードメモリ321のモードデータMを、個別入力方式の取引処理システムに対応した第2モードMbのデータとする。またプロセッサ31は、ステータスメモリ322のステータスデータSをステータスSbとする。すなわちプロセッサ31は、セミセルフ方式における取引処理システムの会計機として決済処理を実行不可能な状態とする。そしてプロセッサ31は、ACT8として第2決済エンジンプログラム52を始動する。第2決済エンジンプログラム52が始動した際の会計機12の動作については、図8を用いて後で説明する。
 第2決済エンジンプログラム52を始動した後、プロセッサ31は、ACT9として動作モードの切替が指示されるのを待ち受ける。現時点では、個別入力方式の取引処理システムに対応した第2モードMbが設定されている。したがって、プロセッサ31は、セミセルフ方式又は連続入力方式の取引処理システムに対応した第1モードMa又は第3モードMcへの切替が指示されるのを待ち受ける。セミセルフ方式への切替は、第1モード設定キー61の操作入力により指示される。連続入力方式への切替は、第3モード設定キー63の操作入力により指示される。
 動作モードの切り替えが指示されると、プロセッサ31は、ACT10として第2決済エンジンプログラム52がアイドル中であるか否かを確認する。第2決済エンジンプログラム52がアイドル中でない、すなわち決済処理を実行中の場合には、動作モードを切り替えることができない。プロセッサ31は、ACT10においてNOと判定し、ACT9へと戻る。
 第2決済エンジンプログラム52がアイドル中の場合、すなわち決済処理を実行中でない場合には、プロセッサ31は、ACT10においてYESと判定し、ACT11へと進む。プロセッサ31は、ACT11として第2決済エンジンプログラム52を停止する。そしてプロセッサ31は、ACT12として切替が指示された動作モードを判別する。
 ここで、第1モード設定キー61の操作入力によりセミセルフ方式の取引処理システムに対応したモードへの切替が指示されていた場合(ACT12において“Ma”)、プロセッサ31は、ACT1へと進む。すなわちプロセッサ31は、モードメモリ321のモードデータMを第1モードMaのデータとし、ステータスメモリ322のステータスデータSをステータスSaとする。またプロセッサ31は、第1決済エンジンプログラム51を始動する。そしてプロセッサ31は、ACT3以降の処理を前述したのと同様に実行する。
 ACT6又はACT12において、第3モード設定キー63の操作入力により連続入力方式の取引処理システムに対応した第3モードMcへの切替が指示された場合(ACT6又はACT12において“Mc”)、プロセッサ31は、ACT13へと進む。プロセッサ31は、ACT13としてモードメモリ321のモードデータMを、連続入力方式の取引処理システムに対応した第3モードMcのデータとする。またプロセッサ31は、ステータスメモリ322のステータスデータSをステータスSbとする。すなわちプロセッサ31は、会計機12がセミセルフ方式における取引処理システムの会計機として決済処理を実行不可能な状態とする。そしてプロセッサ31は、ACT14として第3決済エンジンプログラム53を始動する。第3決済エンジンプログラム53が始動した際の会計機12の動作については、図9を用いて後で説明する。
 第3決済エンジンプログラム53を始動した後、プロセッサ31は、ACT15として動作モードの切替が指示されたか否かを確認する。現時点では、連続入力方式の取引処理システムに対応した第3モードMcが設定されている。したがって、プロセッサ31は、セミセルフ方式又は個別入力方式の取引処理システムに対応した第1モードMa又は第2モードMbへの切替が指示されるのを待ち受ける。セミセルフ方式への切替は、第1モード設定キー61の操作入力により指示される。個別入力方式への切替は、第2モード設定キー62の操作入力により指示される。
 動作モードの切り替えが指示されると、プロセッサ31は、ACT16として第3決済エンジンプログラム53がアイドル中であるか否かを確認する。第3決済エンジンプログラム53がアイドル中でない、すなわち決済処理を実行中の場合には、動作モードを切り替えることができない。プロセッサ31は、ACT16においてNOと判定し、ACT15へと戻る。
 第3決済エンジンプログラム53がアイドル中の場合、すなわち連続入力方式の取引処理システムにおける会計機として決済処理を実行中でない場合には、プロセッサ31は、ACT16においてYESと判定し、ACT17へと進む。プロセッサ31は、ACT17として第3決済エンジンプログラム53を停止する。そしてプロセッサ31は、ACT18として切替が指示された動作モードを判別する。
 ここで、第1モード設定キー61の操作入力によりセミセルフ方式の取引処理システムに対応した第1モードMaへの切替が指示された場合(ACT18において“Ma”)、プロセッサ31は、ACT1へと進む。すなわちプロセッサ31は、モードメモリ321のモードデータMを第1モードMaのデータとし、ステータスメモリ322のステータスデータSをステータスSaとする。またプロセッサ31は、第1決済エンジンプログラム51を始動する。そしてプロセッサ31は、ACT3以降の処理を前述したのと同様に実行する。
 一方、第2モード設定キー62の操作入力により個別入力方式の取引処理システムに対応した第2モードMbへの切替が指示された場合(ACT18において“Mb”)、プロセッサ31は、ACT7へと進む。すなわちプロセッサ31は、モードメモリ321のモードデータMを第2モードMbのデータとし、ステータスメモリ322のステータスデータSをステータスSbとする。またプロセッサ31は、第2決済エンジンプログラム52を始動する。そしてプロセッサ31は、ACT9以降の処理を前述したのと同様に実行する。
 このようにプロセッサ31は、操作子である第1モード設定キー61、第2モード設定キー62及び第3モード設定キー63と協働して、モード設定プログラム54に従い図6の流れ図に示す手順の情報処理を実行する。この情報処理により、プロセッサ31は、会計機12の動作モードを、セミセルフ方式の取引処理システムに対応した第1モードMa、個別入力方式の取引処理システムに対応した第2モードMb、又は、連続入力方式の取引処理システムに対応した第3モードMcのいずれかに設定することができる。
 具体的には、プロセッサ31は、第2決済エンジンプログラム52又は第3決済エンジンプログラム53がアイドル中において、オペレータにより第1モード設定キー61が操作入力されると、会計機12の動作モードを、セミセルフ方式の取引処理システムに対応した第1モードMaとする。プロセッサ31は、第1決済エンジンプログラム51又は第3決済エンジンプログラム53がアイドル中において、オペレータにより第2モード設定キー62が操作入力されると、会計機12の動作モードを、個別入力方式の取引処理システムに対応した第2モードMbとする。プロセッサ31は、第1決済エンジンプログラム51又は第2決済エンジンプログラム52がアイドル中において、オペレータにより第3モード設定キー63が操作入力されると、会計機12の動作モードを、連続入力方式の取引処理システムに対応した第3モードMcとする。
 ここに、図6のACT1乃至ACT18の処理を実行するプロセッサ31は、切替部313としての機能を実現する。
 <<第1決済エンジンプログラムによる会計機の動作説明>>
 図7は、会計機12のプロセッサ31が第1決済エンジンプログラム51に従って実行する情報処理の手順を示す流れ図である。第1決済エンジンプログラム51が始動し、アイドル状態にあるとき、プロセッサ31は、ACT21としてステータスデータSの要求コマンドを待ち受ける。
 図4を用いて説明したように、ステータスデータSの要求コマンドは登録機11から送信される。ステータスデータSの要求コマンドを受信すると、プロセッサ31は、ACT21においてYESと判定し、ACT22へと進む。プロセッサ31は、ACT22としてステータスメモリ322からステータスデータSを取得する。ステータスデータSは、図6のACT1においてステータスSaとなっている。プロセッサ31は、要求コマンド送信元の登録機11に対し、ステータスデータSを含む応答コマンドを送信する。
 プロセッサ31は、ACT24として決済データを待ち受ける。図4を用いて説明したように、登録機11に対してステータスSaを含む応答コマンドを送信すると、登録機11から決済データが送られてくる。決済データを受信すると、プロセッサ31は、ACT24においてYESと判定し、ACT25へと進む。プロセッサ31は、ACT25としてステータスデータSを一時的にステータスSbとする。そしてプロセッサ31は、ACT26としてタッチパネル38の画面を支払方法選択画面とする。
 支払方法選択画面は、操作子として、現金ボタン、クレジットボタン、電子マネーボタン等の支払方法選択ボタンを配置した画面である。現金ボタンは、支払方法として現金を選択する客がタッチ操作する。クレジットボタンは、支払方法としてクレジットカードを選択する客がタッチ操作する。電子マネーボタンは、支払方法として電子マネーを選択する客がタッチ操作する。なお、支払方法は、現金、クレジットカード及び電子マネーの3種類に限定されない。いずれかの2種類であってもよいし、別の支払方法を選択可能としてもよい。また、支払方法は1種類でもよい。その場合、支払方法選択ボタンに代えて、決済開始を指示するための操作子、例えば決済開始ボタンを支払方法選択画面に表示させればよい。
 プロセッサ31は、ACT27として支払方法が選択されるのを待ち受ける。そして、支払方法選択画面に対する操作入力により、いずれかの支払方法が選択されたならば、プロセッサ31は、ACT27においてYESと判定し、ACT28へと進む。プロセッサ31は、ACT28として決済処理を実行する。例えば支払方法として現金が選択された場合、プロセッサ31は、自動釣銭機に投入された金額から合計金額を差し引き、釣銭を算出して自動釣銭機から払い出す処理を実行する。例えば支払方法としてクレジットカードが選択された場合、プロセッサ31は、リーダ・ライタ40で読み取ったクレジットカードの認証を行い、承認されたことを条件に合計金額をクレジット決済金額として確定する。例えば支払方法として電子マネーが選択された場合、プロセッサ31は、リーダ・ライタ40で読み取った電子マネー媒体の残高から合計金額を引き去る。
 決済処理を終えると、プロセッサ31は、ACT29へと進む。プロセッサ31は、ACT29としてプリンタ39によるレシートの発行を制御する。レシートには、買上商品の商品名、価格、販売点数、販売金額、合計点数、合計金額、支払金額等の取引明細データが印字される。
 その後、プロセッサ31は、ACT30としてステータスデータSをステータスSaに戻す。以上で、プロセッサ31は、第1決済エンジンプログラム51に従った情報処理を終了する。第1決済エンジンプログラム51は、アイドル状態に戻る。したがってプロセッサ31は、再び、ACT21としてステータスデータSの要求コマンドを待ち受けることとなる。
 なお、ステータスデータSを、ACT25においてステータスSbとしてから、ACT30においてステータスSaに戻すまでの間に、登録機11からステータス要求コマンドが送信される場合がある。この場合も、プロセッサ31は、ステータスメモリ322からステータスデータSを取得し、そのステータスデータSを含む応答コマンドを登録機11に送信する。このときのステータスデータSはステータスSbであるから、図4を用いて説明したように、登録機11から決済データが送信されてくることはない。
 ここに、プロセッサ31は、図7のACT28の処理を実行することにより、第1処理部311としての機能を実現する。
 <<第2決済エンジンプログラムによる会計機の動作説明>>
 図8は、会計機12のプロセッサ31が第2決済エンジンプログラム52に従って実行する情報処理の手順を示す流れ図である。第2決済エンジンプログラム52が始動し、アイドル状態にあるとき、プロセッサ31は、ACT41としてステータスデータSの要求コマンドを受信したか否かを確認する。要求コマンドを受信していない場合、プロセッサ31は、ACT41においてNOと判定し、ACT42へと進む。プロセッサ31は、ACT42としてスキャナ37により会計バーコードをスキャニングしたか否かを確認する。会計バーコードをスキャニングしていない場合、プロセッサ31は、ACT42においてNOと判定し、ACT41へと戻る。このようにプロセッサ31は、第2決済エンジンプログラム52がアイドル状態にあるとき、ステータスデータSの要求コマンドを受信するか、会計バーコードをスキャニングするのを待ち受ける。
 図4を用いて説明したように、ステータスデータSの要求コマンドは、登録機11から送信される。第2決済エンジンプログラム52が始動しており、会計機12が、個別入力方式の取引処理システムにおける会計機として動作している場合においても、登録機11からステータスデータSの要求コマンドが送られてくる場合があり得る。例えば図4において、第1会計機12-1は、セミセルフ方式の取引処理システムを構成する会計機であり、第2会計機12-2は、個別入力方式の取引処理システムを構成する会計機とする。この場合、第1会計機12-1のステータスデータSがステータスSbであるタイミングで登録機11から要求コマンドが送信されると、登録機11は、第2会計機12-2に対してステータスデータSの要求コマンドを送信する。
 ACT41及びACT42の待ち受け状態において、ステータスデータSの要求コマンドを受信すると、プロセッサ31は、ACT41においてYESと判定し、ACT43へと進む。プロセッサ31は、ACT43としてステータスメモリ322からステータスデータSを取得する。ステータスデータSは、図6のACT7においてステータスSbとなっている。プロセッサ31は、ACT43として要求コマンド送信元の登録機11に対し、ステータスデータSを含む応答コマンドを送信する。ステータスSbのステータスデータを含む応答コマンドを受信した登録機11は、その応答コマンド送信元の会計機12に対して決済データを送信しない。
 ここに、プロセッサ31は、図8のACT43及びACT44の処理を実行することにより、応答部314としての機能を実現する。
 ACT41又はACT42の待ち受け状態において、会計バーコードをスキャニングすると、プロセッサ31は、ACT42においてYESと判定し、ACT45へと進む。プロセッサ31は、ACT45として仮想POSサーバ14に会計通知コマンドを送信する。図5を用いて説明したように、会計通知コマンドには、会計バーコードをデコードして得られる端末識別情報が含まれる。会計通知コマンドを受信した仮想POSサーバ14は、当該端末識別情報が関連付けられた取引ファイルを会計機12へと送信する。
 プロセッサ31は、ACT46として取引ファイルを待ち受ける。仮想POSサーバ14から取引ファイルを受信すると、プロセッサ31は、ACT46においてYESと判定し、ACT47へと進む。プロセッサ31は、ACT47として取引ファイルのデータを基に商品登録処理を実行する。すなわちプロセッサ31は、取引ファイルに記憶されている商品販売データを基に、購買商品の売上データを売上集計メモリに登録処理する。この登録処理により、取引の合計金額が算出される。売上集計メモリは、メインメモリ32の揮発性メモリ領域に形成されている。
 商品登録処理を終えると、プロセッサ31は、ACT48乃至ACT51として、図7のACT26乃至ACT29と同様の処理を実行する。すなわちプロセッサ31は、ACT48としてタッチパネル38の画面を支払方法選択画面とする。そしてプロセッサ31は、ACT49として支払方法が選択されるのを待ち受ける。ここで、いずれかの支払方法が選択されたならば、プロセッサ31は、ACT50として決済処理を実行する。そして決済処理を終えると、プロセッサ31は、ACT51としてレシートの発行を制御する。以上で、プロセッサ31は、第2決済エンジンプログラム52に従った情報処理を終了する。第2決済エンジンプログラム52は、アイドル状態に戻る。したがってプロセッサ31は、再び、ACT41及びACT42の待ち受け状態となる。
 ここに、プロセッサ31は、図8のACT50の処理を実行することにより、第2処理部312としての機能を実現する。
<<第3決済エンジンプログラムによる会計機の動作説明>>
 図9は、会計機12のプロセッサ31が第3決済エンジンプログラム53に従って実行する情報処理の手順を示す流れ図である。第3決済エンジンプログラム53が始動し、アイドル状態にあるとき、プロセッサ31は、ACT61としてステータスデータSの要求コマンドを受信したか否かを確認する。要求コマンドを受信していない場合、プロセッサ31は、ACT61においてNOと判定し、ACT62へと進む。プロセッサ31は、ACT62として登録開始の宣言操作が行われたか否かを確認する。第3決済エンジンプログラム53がアイドル状態にあるとき、タッチパネル38の画面に登録開始ボタンが表示されている。登録開始ボタンは、購買商品に係るデータの入力とその購買商品の代金支払いとを会計機12のセルフ操作により行う客が初めに操作するボタンである。登録開始ボタンが操作されると、プロセッサ31は、登録開始の宣言操作が行われたと判断する。
 登録開始の宣言操作が行われていない場合、プロセッサ31は、ACT62においてNOと判定し、ACT61へと戻る。このようにプロセッサ31は、第3決済エンジンプログラム52がアイドル状態にあるとき、ステータスデータSの要求コマンドを受信するか、登録開始の宣言操作を待ち受ける。
 図4を用いて説明したように、ステータスデータSの要求コマンドは、登録機11から送信される。第3決済エンジンプログラム53が始動しており、会計機12が、連続入力方式の取引処理システムにおける会計機として動作している場合においても、会計機12が個別入力方式の取引処理システムにおける会計機として動作している場合と同様に、登録機11からステータスデータSの要求コマンドが送られてくる場合があり得る。
 ACT61及びACT62の待ち受け状態において、ステータスデータSの要求コマンドを受信すると、プロセッサ31は、ACT61においてYESと判定し、ACT63へと進む。プロセッサ31は、ACT63としてステータスメモリ322からステータスデータSを取得する。ステータスデータSは、図6のACT13においてステータスSbとなっている。プロセッサ31は、ACT63として要求コマンド送信元の登録機11に対し、ステータスデータSを含む応答コマンドを送信する。ステータスSbのステータスデータを含む応答コマンドを受信した登録機11は、その応答コマンド送信元の会計機12に対して決済データを送信しない。
 ここに、プロセッサ31は、図9のACT63及びACT64の処理を実行することにより、応答部314としての機能を実現する。
 ACT61及びACT62の待ち受け状態において、登録開始ボタンが操作されると、プロセッサ31は、ACT62においてYESと判定し、ACT65へと進む。プロセッサ31は、ACT65として取引ファイルをクリアする。取引ファイルは、メインメモリ32の揮発性メモリ領域に形成されている。
 プロセッサ31は、ACT66として商品登録を待ち受ける。登録開始ボタンを操作した客は、購買商品にバーコードが付されている場合、そのバーコードをスキャナ37でスキャニング操作する。購買商品にバーコードが付されていない場合には、タッチパネル38に表示されるバーコード無し商品のリストの中から購買商品を選択操作する。このような操作により購買商品に係るデータが入力されると、プロセッサ31は、商品登録が行われたと判断する。プロセッサ31は、ACT67として商品登録処理を実行する。すなわちプロセッサ31は、購買商品の商品コード、商品名、価格、販売点数、販売金額等を含む商品販売データを取引ファイルに登録処理する。
 その後、プロセッサ31は、ACT68として次の商品登録が行われたか否かを確認する。商品登録が行われていない場合、プロセッサ31は、ACT68においてNOと判定し、ACT69へと進む。プロセッサ31は、ACT69として会計操作が行われたか否かを確認する。会計操作が行われていない場合、プロセッサ31は、ACT69においてNOと判定し、ACT68へと戻る。このようにプロセッサ31は、商品登録が行われるか会計操作が行われるのを待ち受ける。
 ACT68及びACT69の待ち受け状態において、商品登録が行われると、プロセッサ31は、ACT68においてYESと判定し、ACT67へと戻る。すなわちプロセッサ31は、商品登録処理を実行する。そしてプロセッサ31は、再び商品登録が行われるか会計操作が行われるのを待ち受ける。
 タッチパネル38には、会計ボタンが表示されている。全ての購買商品に係るデータの入力を終え、代金支払いに移行する客は、会計ボタンを操作する。会計ボタンが操作されると、プロセッサ31は、会計操作が行われたと判断する。
 ACT68及びACT69の待ち受け状態において、会計操作が行われると、プロセッサ31は、ACT70乃至ACT73として、図8のACT48乃至ACT51と同様の処理を実行する。すなわちプロセッサ31は、ACT70としてタッチパネル38の画面を支払方法選択画面とする。そしてプロセッサ31は、ACT71として支払方法が選択されるのを待ち受ける。ここで、いずれかの支払方法が選択されたならば、プロセッサ31は、ACT72として決済処理を実行する。そして決済処理を終えると、プロセッサ31は、ACT73としてレシートの発行を制御する。以上で、プロセッサ31は、第3決済エンジンプログラム53に従った情報処理を終了する。第3決済エンジンプログラム53は、アイドル状態に戻る。したがってプロセッサ31は、再び、ACT61及びACT62の待ち受け状態となる。
 ここに、プロセッサ31は、図9のACT72の処理を実行することにより、図8のACT50の処理を実行した場合と同様に、第2処理部312としての機能を実現する。
 <取引処理システムの作用効果>
 図1に例示する取引処理システム1において、全ての第1会計機12-1及び第2会計機12-2の動作モードを第1モードMaとする。そうすることにより、第1会計機12-1及び第2会計機12-2は、対応する登録機11とともにセミセルフ方式の取引処理システムを構成する会計機として機能する。したがって、登録機11において購買商品のデータ入力が店員によって行われた客は、店員が指示する会計機12(第1会計機12-1又は第2会計機12-2)で購買商品の代金支払いをセルフにより行うことができる。
 一方、例えば第2会計機12-2の第2モード設定キー62を操作して動作モードを第2モードMbに変更する。そうすると、第1会計機12-1は、対応する登録機11とともにセミセルフ方式の取引処理システムを構成する会計機として機能するが、第2会計機12-2は、通信端末2及び仮想POSサーバ14とともに個別入力方式の取引処理システムを構成する会計機として機能する。したがって、売場において通信端末2を用いて購買商品のデータ入力をセルフで行った客は、第2会計機12-2のスキャナ37で通信端末2の表示デバイスに表示された会計バーコードをスキャニングさせることにより、その第2会計機12-2で購買商品の代金支払いをセルフにより行うことができる。
 また、例えば第2会計機12-2の第3モード設定キー63を操作して動作モードを第3モードMcに変更する。そうすると、第1会計機12-1は、対応する登録機11とともにセミセルフ方式の取引処理システムを構成する会計機として機能するが、第2会計機12-2は、連続入力方式の取引処理システムを構成する会計機として機能する。したがって客は、第2会計機12-2を利用することで、購買商品に係るデータの入力から代金支払いまでを一括してセルフにより行うことができる。
 なお、第2モードMb又は第3モードMcに変更した第2会計機12-2は、第1モード設定キー61を操作することで、第1モードMaに戻すことができる。すなわち、第2会計機12-2を、セミセルフ方式の会計機として機能させることができる。
 このように、本実施形態における会計機12は、セミセルフ方式の会計機として機能させるのか、個別入力方式又は連続入力方式の会計機として機能させるのかを、簡単なキー操作により切り替えることができる。したがって、例えば客が混雑する繁忙時は、客裁きを早くするためセミセルフ方式の会計機として使用するが、客の少ない閑散時は、従業員を減らすために個別入力方式又は連続入力方式の会計機として使用する運用を容易に実現することができる。
 また、例えば第2会計機12-2が個別入力方式又は連続入力方式の会計機として機能している場合、ステータスメモリ322のステータスデータSはステータスSbとなっている。そして、登録機11からステータスの要求コマンドを受信すると、第2会計機12-2は、ステータスSbのステータスデータSを登録機11に応答する。この応答を受けた登録機11は、第2会計機12-2に対して決済データを送信することはない。したがって、登録機11が個別入力方式又は連続入力方式の会計機として機能している第2会計機12-2に決済データを送信する不具合は起こり得ない。
 なお、第1モード設定キー61の入力が有効となるのは、第2決済エンジンプログラム52又は第3決済エンジンプログラム53がアイドル状態にあるときである。第2モード設定キー62の入力が有効となるのは、第1決済エンジンプログラム51又は第3決済エンジンプログラム53がアイドル状態にあるときである。第3モード設定キー63の入力が有効となるのは、第1決済エンジンプログラム51又は第2決済エンジンプログラム52がアイドル状態にあるときである。したがって、会計機12において決済処理の途中で動作モードが切り替わり、決済処理がエラーとなる不具合も起こり得ない。
 [第2の実施形態]
 次に、第2の実施形態について、図10乃至図14を用いて説明する。 
 第2の実施形態は、セミセルフ方式の取引処理システムを構成する登録機11、第1会計機12-1及び第2会計機12-2の間で行われる通信のシーケンスが第1の実施形態と異なる。取引処理システムの構成は、第1の実施形態と共通なので、第2の実施形態においても図1をそのまま採用する。
 図10は、第2の実施形態に係る上記のシーケンス図である。 
 セミセルフ方式において、登録機11は、客の購買商品に係るデータを入力する。そして、全ての購買商品に係るデータが入力し終わると、登録機11は、例えば第1会計機12-1に決済データを送信する。決済データは、会計機12において、購買商品の代金支払いを処理するのに必要なデータである。決済データは、少なくとも購買商品の商品コードと購買点数とを含む。取引の小計に対して値引又は割引の入力があった場合には、決済データは、その値引額又は割引率も含む。決済データは、第1の購買商品に係るデータの一例である。
 決済データを受信した第1会計機12-1は、ステータスメモリ322に記憶されているステータスデータSを確認する。ステータスデータSがステータスSaの場合、つまり決済処理を実行可能な場合には、実行応答コマンドを登録機11に送信する。第1会計機12-1は、客の操作入力により決済処理を実行する。
 第1会計機12-1は、ステータスデータSがステータスSbの場合、つまり決済処理を実行不可能な場合には、第2会計機12-2に決済データを送信(転送)する。決済データを受信した第2会計機12-2は、ステータスメモリ322に記憶されているステータスデータSを確認する。ステータスデータSがステータスSaの場合、つまり決済処理を実行可能な場合には、実行応答コマンドを登録機11に送信する。第2会計機12-2は、客の操作入力により決済処理を実行する。
 第2会計機12-2は、ステータスデータSがステータスSbの場合、つまり決済処理を実行不可能な場合には、エラー応答コマンドを登録機11に送信する。エラー応答コマンドを受信した登録機11は、再度、第1会計機12-1に決済データを送信する。かくして、第1会計機12-1又は第2会計機12-2のいずれか一方が、決済処理を実行可能な状態になると、その決済データを受信した会計機12(第1会計機12-1又は第2会計機12-2)において、決済処理が実行される。
 因みに、登録機11は、実行応答コマンドを受信すると、その実行応答コマンド送信元の会計機12(第1会計機12-1又は第2会計機12-2)を特定する情報を表示デバイスに表示する。登録機11のオペレータである店員は、客に対し、表示された情報で特定される会計機12で購買商品の代金支払いを行うことを指示すればよい。
 なお、登録機11が最初に決済データを送信する会計機12は、第1会計機12-1に限定されない。最初に、第2会計機12-2に決済データを送信し、当該第2会計機12-2が決済処理を実行不可能な場合には、第2会計機12-2が第1会計機12-1に決済データを送信(転送)してもよい。
 図11は、第2の実施形態における会計機12の要部回路構成を示すブロック図である。なお、第1の実施形態において、会計機12の要部回路構成を示した図2と共通する部分は同一の符号を付しており、その詳しい説明は省略する。
 第2の実施形態の会計機12が第1の実施形態と異なる点は、プロセッサ31が有する機能の一部である。すなわち、第1の実施形態において、プロセッサ31が有していた応答部314としての機能に代えて、第2の実施形態では、転送部315を有する。転送部315は、第2処理部312による代金支払いの処理が有効であるとき、登録機11から受信した第1の購買商品に係るデータを他の会計機に転送する機能である。
 かかる構成の会計機12も、第1の実施形態と同様に、図3の模式図により示されるプログラム構造を有している。そして、会計機12のプロセッサ31がモード設定プログラム54に従って実行する情報処理の手順は、第1の実施形態と同様である。したがって、図6もそのまま第2の実施形態で採用する。
 一方、プロセッサ31が第1決済エンジンプログラム51、第2決済エンジンプログラム52及び第3決済エンジンプログラム53に従って実行する情報処理の手順は、その一部が第1の実施形態と異なる。そこで以下では、その手順を、順を追って説明する。
 <<第1決済エンジンプログラムによる会計機の動作説明>>
 図12は、会計機12のプロセッサ31が第1決済エンジンプログラム51に従って実行する情報処理の手順を示す流れ図である。第1決済エンジンプログラム51が始動し、アイドル状態にあるとき、プロセッサ31は、ACT81として決済データを待ち受ける。図4を用いて説明したように、決済データは、登録機11又は他方の会計機12から送信されてくる。
 決済データを受信すると、プロセッサ31は、ACT81においてYESと判定し、ACT82へと進む。プロセッサ31は、ACT82としてステータスメモリ322に記憶されるステータスデータSを調べる。ステータスデータSがステータスSaである場合、すなわち決済処理を実行可能な場合には、プロセッサ31は、ACT82においてYESと判定し、ACT83へと進む。プロセッサ31は、ACT83としてステータスデータSを一時的にステータスSbとする。また、プロセッサ31は、ACT84として登録機11に実行応答コマンドを送信する。そしてプロセッサ31は、ACT85としてタッチパネル38の画面を支払方法選択画面とする。
 それ以後のACT86乃至ACT89の処理手順は、図7を用いて説明した第1の実施形態のACT27乃至ACT30と同一である。よって、ここでの説明は省略する。
 ACT89の処理を終えると、プロセッサ31は、第1決済エンジンプログラム51に従った情報処理を終了する。第1決済エンジンプログラム51は、アイドル状態に戻る。したがってプロセッサ31は、再び、ACT81として決済データを待ち受けることとなる。
 一方、決済データを受信したときのステータスデータSがステータスSbである場合、すなわち決済処理を実行不可能な場合には、プロセッサ31は、ACT82においてNOと判定し、ACT90へと進む。プロセッサ31は、ACT90として決済データの転送先となる他の会計機が存在するか否かを確認する。図10のシーケンス例の場合、第1会計機12-1は、転送先として第2会計機12-2が存在する。しかし、第2会計機12-2は、転送先となる他の会計機が存在しない。
 転送先が存在する場合、プロセッサ31は、ACT90においてYESと判定し、ACT91へと進む。プロセッサ31は、ACT91として決済データを転送先である他の会計機へと送信(転送)する。転送先が存在しない場合には、プロセッサ31は、ACT90においてNOと判定し、ACT92へと進む。プロセッサ31は、ACT92として登録機11に対し、エラー応答コマンドを送信する。
 ACT91又はACT92の処理を終えると、プロセッサ31は、第1決済エンジンプログラム51に従った情報処理を終了する。第1決済エンジンプログラム51は、アイドル状態に戻る。したがってプロセッサ31は、再び、ACT81として決済データを待ち受けることとなる。
 ここに、プロセッサ31は、ACT87の処理を実行することにより、第1処理部311としての機能を実現する。またプロセッサ31は、ACT91の処理を実行することにより、転送部315としての機能を実現する。
 <<第2決済エンジンプログラムによる会計機の動作説明>>
 図13は、会計機12のプロセッサ31が第2決済エンジンプログラム52に従って実行する情報処理の手順を示す流れ図である。第2決済エンジンプログラム52が始動し、アイドル状態にあるとき、プロセッサ31は、ACT101として決済データを受信したか否かを確認する。決済データを受信していない場合、プロセッサ31は、ACT101においてNOと判定し、ACT102へと進む。プロセッサ31は、ACT102としてスキャナ37により会計バーコードをスキャニングしたか否かを確認する。会計バーコードをスキャニングしていない場合、プロセッサ31は、ACT102においてNOと判定し、ACT101へと戻る。このようにプロセッサ31は、第2決済エンジンプログラム52がアイドル状態にあるとき、決済データを受信するか、会計バーコードをスキャニングするのを待ち受ける。
 ACT101及びACT102の待ち受け状態において、会計バーコードがスキャニングされると、プロセッサ31は、ACT102においてYESと判定し、ACT103へと進む。そしてプロセッサ31は、ACT103乃至ACT109として、図8を用いて説明した第1の実施形態のACT45乃至ACT51と同一の処理を実行する。よって、ここでの説明は省略する。
 ACT109の処理を終えると、プロセッサ31は、第2決済エンジンプログラム52に従った情報処理を終了する。第2決済エンジンプログラム52は、アイドル状態に戻る。したがってプロセッサ31は、再び、ACT101及びACT102の待ち受け状態となる。
 一方、ACT101及びACT102の待ち受け状態において、決済データを受信した場合には、プロセッサ31は、ACT101においてYESと判定し、ACT110へと進む。プロセッサ31は、ACT110として決済データの転送先となる他の会計機が存在するか否かを確認する。転送先が存在する場合、プロセッサ31は、ACT110においてYESと判定し、ACT111へと進む。プロセッサ31は、ACT111として決済データを転送先である他の会計機へと送信(転送)する。転送先が存在しない場合には、プロセッサ31は、ACT110においてNOと判定し、ACT112へと進む。プロセッサ31は、ACT112として登録機11に対し、エラー応答コマンドを送信する。
 ACT111又はACT112の処理を終えると、プロセッサ31は、第2決済エンジンプログラム52に従った情報処理を終了する。第2決済エンジンプログラム52は、アイドル状態に戻る。したがってプロセッサ31は、再び、ACT101及びACT102の待ち受け状態となる。
 ここに、プロセッサ31は、ACT108の処理を実行することにより、第2処理部312としての機能を実現する。またプロセッサ31は、ACT111の処理を実行することにより、転送部315としての機能を実現する。
<<第3決済エンジンプログラムによる会計機の動作説明>>
 図14は、会計機12のプロセッサ31が第3決済エンジンプログラム53に従って実行する情報処理の手順を示す流れ図である。第3決済エンジンプログラム53が始動し、アイドル状態にあるとき、プロセッサ31は、ACT121として決済データを受信したか否かを確認する。決済データを受信していない場合、プロセッサ31は、ACT121においてNOと判定し、ACT122へと進む。プロセッサ31は、ACT122として登録開始の宣言操作が行われたか否かを確認する。登録開始の宣言操作が行われていない場合、プロセッサ31は、ACT122においてNOと判定し、ACT121へと戻る。このようにプロセッサ31は、第3決済エンジンプログラム52がアイドル状態にあるとき、決済データを受信するか、登録開始の宣言操作を待ち受ける。
 ACT121及びACT122の待ち受け状態において、登録開始の宣言操作が行われた場合、プロセッサ31は、ACT122においてYESと判定し、ACT123へと進む。そしてプロセッサ31は、ACT123乃至ACT131として、図9を用いて説明した第1の実施形態のACT65乃至ACT73と同一の処理を実行する。よって、ここでの説明は省略する。
 ACT131の処理を終えると、プロセッサ31は、第3決済エンジンプログラム53に従った情報処理を終了する。第3決済エンジンプログラム53は、アイドル状態に戻る。したがってプロセッサ31は、再び、ACT121及びACT122の待ち受け状態となる。
 一方、ACT121及びACT122の待ち受け状態において、決済データを受信した場合には、プロセッサ31は、ACT121においてYESと判定し、ACT132へと進む。プロセッサ31は、ACT132として決済データの転送先となる他の会計機が存在するか否かを確認する。転送先が存在する場合、プロセッサ31は、ACT132においてYESと判定し、ACT133へと進む。プロセッサ31は、ACT133として決済データを転送先である他の会計機へと送信(転送)する。転送先が存在しない場合には、プロセッサ31は、ACT132においてNOと判定し、ACT134へと進む。プロセッサ31は、ACT13として登録機11に対し、エラー応答コマンドを送信する。
 ACT133又はACT134の処理を終えると、プロセッサ31は、第3決済エンジンプログラム53に従った情報処理を終了する。第3決済エンジンプログラム53は、アイドル状態に戻る。したがってプロセッサ31は、再び、ACT121及びACT122の待ち受け状態となる。
 ここに、プロセッサ31は、ACT130の処理を実行することにより、図13のACT108の処理を実行した場合と同様に、第2処理部312としての機能を実現する。またプロセッサ31は、ACT133の処理を実行することにより、転送部315としての機能を実現する。
 以上説明した第2の実施形態においても、会計機12は、セミセルフ方式の会計機として機能させるのか、個別入力方式又は連続入力方式の会計機として機能させるのかを、簡単なキー操作により切り替えることができる。
 [その他の実施形態]
 前記実施形態では、第1決済エンジンプログラム51、第2決済エンジンプログラム52、第3決済エンジンプログラム53及びモード設定プログラム54を会計機12が搭載する場合を例示した。この点に関しては、第1決済エンジンプログラム51及びモード設定プログラム54は会計機12が搭載するが、第2決済エンジンプログラム52又は第3決済エンジンプログラム53はいずれか一方を搭載するとしてもよい。その場合も、例えば第2決済エンジンプログラム52を搭載した会計機12は、セミセルフ方式の取引処理システムにおける会計機として利用するか、個別入力方式の取引処理システムにおける会計機として利用するかを、簡単な操作で切り替えることができる。同様に、第3決済エンジンプログラム53を搭載した会計機12は、セミセルフ方式の取引処理システムにおける会計機として利用するか、連続入力方式の取引処理システムにおける会計機として利用するかを、簡単な操作で切り替えることができる。
 モード設定プログラムによる会計機12の動作説明において、前記実施形態では、プロセッサ31は、先ず、ACT1としてモードメモリ321のモードデータMを、セミセルフ方式の取引処理システムに対応した第1モードMaとした。この点に関しては、プロセッサ31は、先ず、ACT7としてモードメモリ321のモードデータMを、個別入力方式の取引処理システムに対応した第2モードMbとしてもよい。あるいはプロセッサ31は、先ず、ACT13としてモードメモリ321のモードデータMを、連続入力方式の取引処理システムに対応した第3モードMcとしてもよい。
 前記実施形態では、登録機1台に対して2台の会計機を接続する場合を例に挙げたが、登録機に接続される会計機は1台であってもよいし、2台より多くてもよい。登録機に接続される会計機は店舗の規模に応じて柔軟に決定される。
 本実施形態に係るプログラムは、電子機器に記憶された状態で譲渡されてよいし、電子機器に記憶されていない状態で譲渡されてもよい。後者の場合、プログラムは、ネットワークを介して譲渡されてよいし、記録媒体に記録された状態で譲渡されてもよい。記録媒体は、非一時的な有形の媒体である。記録媒体は、コンピュータ可読媒体である。記録媒体は、CD-ROM、メモリカード等のプログラムを記憶可能かつコンピュータで読取可能な媒体であればよく、その形態は問わない。
 この他、本発明のいくつかの実施形態を説明したが、これらの実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態及びその変形は、発明の範囲に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。

Claims (7)

  1.  購買商品に係るデータを入力する登録機とシステムを構成し、前記購買商品の代金支払いを処理する会計機であって、
     前記登録機で入力された第1の購買商品に係るデータを基に当該第1の購買商品の代金支払いを処理する第1処理部と、
     前記登録機以外の端末又はデバイスで入力された第2の購買商品に係るデータを基に当該第2の購買商品の代金支払いを処理する第2処理部と、
     操作子の操作入力に応じて、前記第1処理部による代金支払いの処理を有効にするか、前記第2処理部による代金支払いの処理を有効にするかを切り替える切替部と、を具備する会計機。
  2.  前記システムは、複数の会計機を含み、
     前記登録機は、入力された前記第1の購買商品に係るデータを、前記複数の会計機のいずれか1台の会計機に送信するものであり、
     前記第2処理部による代金支払いの処理が有効であるとき、前記登録機からの前記第1の購買商品に係るデータの送信を受け付けない旨を応答する応答部、
    をさらに具備する請求項1記載の会計機。
  3.  前記システムは、複数の会計機を含み、
     前記登録機は、入力された前記第1の購買商品に係るデータを、前記複数の会計機のいずれか1台の会計機に送信するものであり、
     前記第2処理部による代金支払いの処理が有効であるとき、前記登録機から受信した前記第1の購買商品に係るデータを他の会計機に転送する転送部、
    をさらに具備する請求項1記載の会計機。
  4.  前記第2処理部により代金支払いが処理される前記第2の購買商品に係るデータは、売場において客が操作する端末で入力された購買商品に係るデータである、請求項1乃至3のうちいずれか1項記載の会計機。
  5.  前記第2処理部により代金支払いが処理される前記第2の購買商品に係るデータは、当該会計機が有する入力デバイスから入力された購買商品に係るデータである、請求項1乃至3のうちいずれか1項記載の会計機。
  6.  購買商品に係るデータを入力する登録機とシステムを構成し、前記購買商品の代金支払いを処理する会計機のコンピュータを、
     前記登録機で入力された第1の購買商品に係るデータを基に当該第1の購買商品の代金支払いを処理する第1処理部、
     前記登録機以外の端末又はデバイスで入力された第2の購買商品に係るデータを基に当該第2の購買商品の代金支払いを処理する第2処理部、及び、
     操作子の操作入力に応じて、前記第1処理部による代金支払いの処理を有効にするか、前記第2処理部による代金支払いの処理を有効にするかを切り替える切替部、
    として機能させるためのプログラムを記録したプログラム記録媒体。
  7.  購買商品に係るデータを入力する登録機とシステムを構成し、前記購買商品の代金支払いを処理する会計機が、
     操作子の操作入力に応じて、前記登録機で入力された第1の購買商品に係るデータを基に当該第1の購買商品の代金支払いの処理を有効にするか、前記登録機以外の端末又はデバイスで入力された第2の購買商品に係るデータを基に当該第2の購買商品の代金支払いの処理を有効にするかを切り替える、会計処理方法。
     
PCT/JP2022/017721 2021-09-10 2022-04-13 会計機、プログラム記録媒体及び会計処理方法 WO2023037646A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202280054864.4A CN117897747A (zh) 2021-09-10 2022-04-13 结账机、程序存储介质及结账处理方法
KR1020247004590A KR20240031390A (ko) 2021-09-10 2022-04-13 회계기, 프로그램 기록 매체 및 회계 처리 방법

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2021147584A JP2023040538A (ja) 2021-09-10 2021-09-10 会計機及びそのプログラム、会計機の処理方法
JP2021-147584 2021-09-10

Publications (1)

Publication Number Publication Date
WO2023037646A1 true WO2023037646A1 (ja) 2023-03-16

Family

ID=85507376

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2022/017721 WO2023037646A1 (ja) 2021-09-10 2022-04-13 会計機、プログラム記録媒体及び会計処理方法

Country Status (4)

Country Link
JP (1) JP2023040538A (ja)
KR (1) KR20240031390A (ja)
CN (1) CN117897747A (ja)
WO (1) WO2023037646A1 (ja)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017016413A (ja) 2015-07-01 2017-01-19 東芝テック株式会社 チェックアウトシステム、決済装置、入力処理装置および制御プログラム
JP2018109932A (ja) * 2016-12-28 2018-07-12 株式会社寺岡精工 Posシステム、精算装置、登録装置及びプログラム
JP2019109633A (ja) * 2017-12-15 2019-07-04 株式会社寺岡精工 商品販売データ処理装置、及び、プログラム
JP2019153074A (ja) * 2018-03-02 2019-09-12 東芝テック株式会社 監視装置、監視支援装置及びそのプログラム

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017016413A (ja) 2015-07-01 2017-01-19 東芝テック株式会社 チェックアウトシステム、決済装置、入力処理装置および制御プログラム
JP2018109932A (ja) * 2016-12-28 2018-07-12 株式会社寺岡精工 Posシステム、精算装置、登録装置及びプログラム
JP2019109633A (ja) * 2017-12-15 2019-07-04 株式会社寺岡精工 商品販売データ処理装置、及び、プログラム
JP2019153074A (ja) * 2018-03-02 2019-09-12 東芝テック株式会社 監視装置、監視支援装置及びそのプログラム

Also Published As

Publication number Publication date
CN117897747A (zh) 2024-04-16
KR20240031390A (ko) 2024-03-07
JP2023040538A (ja) 2023-03-23

Similar Documents

Publication Publication Date Title
JP7392185B2 (ja) 決済装置、決済処理方法および制御プログラム
JP7124159B2 (ja) 商品登録装置およびその制御プログラム、ならびにチェックアウトシステム
WO2023037646A1 (ja) 会計機、プログラム記録媒体及び会計処理方法
JP6007346B1 (ja) チェックアウトシステム、決済装置および制御プログラム
JP6795674B2 (ja) チェックアウトシステム、決済装置及びそのプログラム
JP6674009B2 (ja) チェックアウトシステム、登録装置およびその制御プログラム
JP6603386B2 (ja) チェックアウトシステムおよび商品登録装置並びにその制御プログラム
JP2018092373A (ja) チェックアウトシステム、登録装置、決済装置及び制御プログラム
JP6286503B2 (ja) チェックアウトシステム、決済装置および制御プログラム
JP7451666B2 (ja) 登録装置および制御プログラム
JP7309949B2 (ja) チェックアウトシステム、登録装置およびその制御プログラム
JP6974567B2 (ja) チェックアウトシステムおよびその動作方法と決済装置
JP6874188B2 (ja) チェックアウトシステム
JP7069271B2 (ja) チェックアウトシステム、商品登録装置およびその制御プログラム
JP7319437B2 (ja) チェックアウトシステム、入力処理装置及びその制御プログラム
JP6806938B2 (ja) チェックアウトシステム、登録装置およびその制御プログラム
JP7024033B2 (ja) 決済装置及びその制御プログラム
JP6766206B2 (ja) チェックアウトシステムおよび商品登録装置
JP7124158B2 (ja) チェックアウトシステム、入力処理装置及びその制御プログラム
JP7230127B2 (ja) チェックアウトシステム、決済装置及び情報処理プログラム
JP7200309B2 (ja) 決済装置およびその制御プログラム
JP6938739B2 (ja) 登録装置および制御プログラム
JP2018026182A (ja) チェックアウトシステム、決済装置及びそのプログラム
JP7041237B2 (ja) チェックアウトシステム、登録装置およびその制御プログラム
JP6919035B2 (ja) チェックアウトシステム

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22866977

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 20247004590

Country of ref document: KR

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 1020247004590

Country of ref document: KR

WWE Wipo information: entry into national phase

Ref document number: 2401000854

Country of ref document: TH

WWE Wipo information: entry into national phase

Ref document number: 2022866977

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 2022866977

Country of ref document: EP

Effective date: 20240410