WO2024042785A1 - 決済装置、決済プログラム、及びコンピュータ可読記憶媒体 - Google Patents

決済装置、決済プログラム、及びコンピュータ可読記憶媒体 Download PDF

Info

Publication number
WO2024042785A1
WO2024042785A1 PCT/JP2023/017579 JP2023017579W WO2024042785A1 WO 2024042785 A1 WO2024042785 A1 WO 2024042785A1 JP 2023017579 W JP2023017579 W JP 2023017579W WO 2024042785 A1 WO2024042785 A1 WO 2024042785A1
Authority
WO
WIPO (PCT)
Prior art keywords
product
information
payment
acquisition unit
processor
Prior art date
Application number
PCT/JP2023/017579
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 東芝テック株式会社
Publication of WO2024042785A1 publication Critical patent/WO2024042785A1/ja

Links

Images

Classifications

    • 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/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 a payment device, a payment program, and a computer-readable storage medium.
  • Self-registration eliminates the need to register products at checkout by allowing customers to register the products they wish to purchase using an information terminal such as a smartphone or tablet at the sales floor where products are displayed.
  • an information terminal such as a smartphone or tablet at the sales floor where products are displayed.
  • a customer using this system finishes shopping at the sales floor, he or she performs an operation on the information terminal to declare payment.
  • a checkout code consisting of a bar code or a two-dimensional code is displayed on the display device of the information terminal, so the customer moves to the checkout location and reads the checkout code with a scanner installed in the payment device.
  • the product data self-registered by the information terminal is downloaded to the payment device and the price is calculated, so the customer pays the price.
  • the problem to be solved by the embodiments of the present invention is to provide a payment device that can process not only products self-registered by an information terminal but also products additionally registered by the payment device as one commercial transaction. It is.
  • FIG. 1 is a schematic configuration diagram of a self-registration system according to an embodiment.
  • FIG. 2 is a block diagram showing the main circuit configuration of the information terminal.
  • FIG. 3 is a schematic diagram showing the main data structure stored in the shopping file.
  • FIG. 4 is a block diagram showing the main circuit configuration of the POS terminal.
  • FIG. 5 is a schematic diagram showing the main data structure stored in the transaction file.
  • FIG. 6 is a flowchart showing the main steps of information processing executed by the processor of the information terminal according to the self-registration program.
  • FIG. 7 is a flowchart showing the main steps of the shopping start notification command reception process executed by the terminal controller.
  • FIG. 8 is a flowchart showing the main steps of the start registration notification command reception process executed by the terminal controller.
  • FIG. 9 is a flowchart showing the main steps of the accounting notification command reception process executed by the terminal controller.
  • FIG. 10 is a flowchart showing the first half of the main procedure of information processing executed by the processor of the POS terminal according to the payment program.
  • FIG. 11 is a flowchart showing the second half of the main procedure of information processing executed by the processor of the POS terminal according to the payment program.
  • FIG. 12 is a flowchart showing the main steps of the inquiry command reception process executed by the terminal controller.
  • FIG. 13 is a schematic diagram showing an example of a registration details screen displayed on a display device of a POS terminal.
  • FIG. 14 is a schematic diagram showing the main functions of the processor of the POS terminal in the second embodiment.
  • FIG. 15 is a flowchart showing the first half of the main procedure of information processing executed by the processor of the POS terminal according to the payment program in the second embodiment.
  • FIG. 16 is a schematic diagram showing the main functions of the processor of the POS terminal in the third embodiment.
  • FIG. 17 is a flowchart showing the first half of the main procedure of information processing executed by the processor of the POS terminal according to the payment program in the third embodiment.
  • the payment device includes a first acquisition unit, a second acquisition unit, and a payment unit.
  • the first acquisition unit acquires product information based on data related to the product input via the input device.
  • the second acquisition unit acquires stored product information from an external system based on data related to the product input via the information terminal.
  • the payment unit performs payment based on the product information acquired by the first acquisition unit and the second acquisition unit.
  • FIG. 1 is a schematic configuration diagram of a self-registration system 100 according to this embodiment.
  • the self-registration system 100 includes an information terminal 10 for self-registration, a POS (Point Of Sales) terminal 20 that functions as a self-registration payment device, a store server 30, and a terminal controller 40.
  • the POS terminal 20, the store server 30, and the terminal controller 40 are connected to each other via a communication network 50 such as a LAN (Local Area Network) so that they can communicate in both directions.
  • a communication network 50 such as a LAN (Local Area Network)
  • a well-known POS system is configured by connecting a plurality of POS terminals 20 and a store server 30 via a communication network 50. That is, the POS terminal 20 is an information processing terminal that has a product registration function and a transaction payment function.
  • the store server 30 is a computer that provides a service for centrally controlling the product registration function and transaction settlement function of each POS terminal 20. For this service, the store server 30 has a product database 31.
  • the product database 31 is a collection of product records created for each product.
  • a product record is one record containing product data such as a product code, product name, price, etc.
  • the product code is a unique code set for each product to identify each product individually.
  • the product name and price are the sales name and unit price of the product identified by the corresponding product code.
  • the store server 30 When a product code is input via the input device of the POS terminal 20, the store server 30 provides the POS terminal 20 with a product record including the product code.
  • the POS terminal 20 registers product sales data based on the product data in the product record.
  • the store server 30 manages information such as sales and inventory at the time of product sale in real time based on product sales data registered at each POS terminal 20 . Since the functions of such a POS system are well known, a detailed explanation thereof will be omitted here.
  • An access point 60 is further connected to the communication network 50.
  • the access point 60 is installed in a sales floor where products are displayed.
  • a plurality of access points 60 may be distributed and installed in the sales floor.
  • the information terminal 10 is a small communication terminal used by a customer to register the product he or she wishes to purchase. When a customer uses the information terminal 10 at the sales floor, the information terminal 10 becomes capable of data communication with the terminal controller 40 connected to the communication network 50 via the access point 60.
  • the information terminal 10 may be a smartphone owned by the customer, or may be a mobile terminal, tablet terminal, etc. lent to the customer by the store. In the case of tablet terminals, one possibility is to attach them to shopping carts and lend them out to customers. In the case of a smartphone or a mobile terminal, it may be used by a customer holding it in their hand or by placing it on a terminal holder of a shopping cart.
  • FIG. 2 is a block diagram showing the main circuit configuration of the information terminal 10.
  • the information terminal 10 includes a processor 11, an internal memory 12, an external memory 13, a touch panel 14, a camera 15, a wireless unit 16, and a system transmission line 17.
  • the system transmission line 17 includes an address bus, a data bus, a control signal line, and the like.
  • the information terminal 10 connects a processor 11 , an internal memory 12 , an external memory 13 , a touch panel 14 , a camera 15 , and a wireless unit 16 to a system transmission path 17 .
  • a computer is configured by a processor 11, an internal memory 12, an external memory 13, and a system transmission path 17 connecting these.
  • the processor 11 corresponds to the central part of the computer.
  • the processor 11 controls each part to realize various functions of the information terminal 10 according to an operating system or an application program (application software).
  • the processor 11 is, for example, a CPU (Central Processing Unit), a GPU (Graphics Processing Unit), an Application Specific Integrated Circuit (ASIC), or a programmable logic device (for example, a Simple Programmable Logic Device).
  • the processing circuit may be a processing circuit such as a complex programmable logic device (SPLD), a complex programmable logic device (CPLD), or a field programmable gate array (FPGA).
  • SPLD complex programmable logic device
  • CPLD complex programmable logic device
  • FPGA field programmable gate array
  • the processor 11 is not limited to being configured as a single processing circuit, but may be configured as the processor 11 by combining a plurality of processing circuits. Note that the same applies to other processors according to this embodiment.
  • the internal memory 12 may be volatile memory (random access memory) or nonvolatile memory (read-only memory, nonvolatile random access memory).
  • Internal memory 12 stores information processing programs and data necessary for information processing.
  • the processor 11 implements predetermined functions by reading and executing programs stored in the internal memory 12. Note that instead of storing the program in the internal memory 12, the program may be directly installed in the processor 11. In this case, the processor 11 realizes a predetermined function by reading and executing an internally incorporated program. Further, the predetermined function may be realized not only by the processor 11 executing a program, but also by a combination of logic circuits. Note that the same applies to other main memories according to this embodiment.
  • the external memory 13 corresponds to the auxiliary storage portion of the computer.
  • the external memory 13 can be an SD memory card, a USB memory, or the like.
  • the external memory 13 stores data used by the processor 11 to perform various processes, data created by processing by the processor 11, and the like.
  • the external memory 13 may also store the above application program.
  • the touch panel 14 is a display device that can display display elements such as characters, symbols, images, etc. on the display.
  • the touch panel 14 is also an input device that uses a sensor to detect a touch operation position on the display and processes the display element at that position as if it had been input.
  • the camera 15 is an imaging device built into the information terminal 10.
  • the processor 11 has a function as a reading unit that reads machine-readable codes such as barcodes and two-dimensional codes from images taken by the camera 15. Many products are attached with a barcode that represents the product code using a predetermined barcode system. That is, the processor 11 can acquire the product code of the product held up by the camera 15 by reading the barcode attached to the product from the image taken by the camera 15.
  • the wireless unit 16 is a communication device that performs data communication with the access point 60 according to a wireless LAN communication protocol.
  • the information terminal 10 having such a configuration stores the terminal ID in the nonvolatile memory area of the internal memory 12.
  • the terminal ID is a unique identifier set for each information terminal 10 in order to identify each information terminal 10 individually.
  • the terminal ID may be stored in the external memory 13.
  • the information terminal 10 stores a self-registration program 131 in the external memory 13.
  • the self-registration program 131 is application software that enables self-registration of products using the information terminal 10.
  • the self-registration program 131 may be stored in internal memory 12.
  • the terminal controller 40 is a computer device for supporting the self-registration function of the information terminal 10. To support this, the terminal controller 40 creates a shopping file 41 for each information terminal 10. Then, the terminal controller 40 stores the data of the products self-registered by the information terminal 10 in the shopping file 41, and when the accounting declaration is made in the information terminal 10, the data in the shopping file 41 is transferred to the POS terminal 20, which is the payment device. It has the function to transfer to.
  • FIG. 3 is a schematic diagram showing the main data structure stored in the shopping file 41.
  • the shopping file 41 stores data such as a terminal ID, registered product data, total points, total amount, accounting code, and deletion flag.
  • the terminal ID is the identifier of the information terminal 10, as described above.
  • Registered product data is data created for each product self-registered on the information terminal 10 identified by the terminal ID.
  • the registered product data includes items such as a product code, product name, price, number of items, and amount.
  • the score is the number of registered scores for the same product.
  • the amount is the amount for the number of registered points.
  • the shopping file 41 can store a plurality of registered product data.
  • the total score is the sum of the registered scores of each registered product data.
  • the total amount is the sum of the registered amounts of each registered product data.
  • the accounting code is a unique code generated in response to an accounting declaration made at the information terminal 10 identified by the terminal ID.
  • the display device of the information terminal 10 displays a machine-readable barcode or two-dimensional code representing the accounting code.
  • the deletion flag is 1-bit data for identifying whether the shopping file 41 is in a deleted state.
  • the shopping file 41 is deleted when the price for the product specified by the registered product data is paid and the transaction is completed.
  • the deletion flag in the deleted state is set to "1"
  • the deletion flag in the non-deleted state is set to "0".
  • FIG. 4 is a block diagram showing the main circuit configuration of the POS terminal 20.
  • the POS terminal 20 includes a processor 21, a main memory 22, an auxiliary storage device 23, a clock 24, a communication interface 25, a change machine interface 26, a plurality of device interfaces 271 to 275, and a system transmission line 28.
  • the system transmission line 28 includes an address bus, a data bus, a control signal line, and the like.
  • the POS terminal 20 connects the processor 21 with the main memory 22, the auxiliary storage device 23, the clock 24, the communication interface 25, the change machine interface 26, and a plurality of device interfaces 271 to 275 through the system transmission path 28, thereby allowing the computer to operate.
  • Various devices such as a touch panel 71, a keyboard 72, a scanner 73, a printer 74, and a card reader 75 are connected to each of the device interfaces 271 to 275 of this computer.
  • the processor 21 corresponds to the central part of the computer.
  • the processor 21 controls each part to realize various functions of the POS terminal 20 according to an operating system or an application program.
  • the processor 21 is, for example, a CPU.
  • the main memory 22 corresponds to the main memory portion of the computer.
  • Main memory 22 includes a nonvolatile memory area and a volatile memory area.
  • the main memory 22 is a nonvolatile memory area that stores an operating system or application programs.
  • the main memory 22 may store data necessary for the processor 21 to execute processing for controlling each unit in a non-volatile or volatile memory area.
  • the main memory 22 uses a volatile memory area as a work area in which data is appropriately rewritten by the processor 21.
  • the nonvolatile memory area is, for example, a ROM.
  • the volatile memory area is, for example, RAM.
  • the auxiliary storage device 23 corresponds to the auxiliary storage portion of the computer.
  • the auxiliary storage device 23 may be an EEPROM (Electric Erasable Programmable Read-Only Memory), an HDD (Hard Disk Drive), or an SSD (Solid State Drive).
  • the auxiliary storage device 23 stores data used by the processor 21 to perform various processes, data created by processing by the processor 21, and the like.
  • the auxiliary storage device 23 may also store the above application program.
  • the clock 24 measures the date and time.
  • the processor 21 processes the date and time measured by the clock 24 as the current date and time.
  • the communication interface 25 is a circuit for performing data communication with an external device connected via the communication network 50.
  • the external device is the store server 30 or the terminal controller 40.
  • the external device may be a computer device other than the store server 30 and the terminal controller 40.
  • the change machine interface 26 is a circuit for performing data communication with an automatic change machine (not shown). For example, the change machine interface 26 receives input amount data, which is the total amount of banknotes or coins inserted into the automatic change machine, from the automatic change machine. The change machine interface 26 also transmits change data of the amount of change calculated from the input amount and the payment amount to the automatic change machine. The automatic change machine that receives the change data dispenses banknotes or coins equivalent to the amount of change.
  • the device interface 271 is a circuit for performing data communication with the touch panel 71.
  • the touch panel 71 is a display device that can display display elements such as characters, symbols, images, etc. on the display.
  • the touch panel 71 is also an input device that uses a sensor to detect a touch operation position on the display and processes the display element at that position as if it had been input.
  • the device interface 272 is a circuit for performing data communication with the keyboard 72.
  • the keyboard 72 has various keys necessary for the POS terminal 20, such as a numeric keypad, a PLU (Price Look Up) key, a subtotal key, a closing key, a cancel key, and a clear key, and sends key signals from input-operated keys. It is an input device to process.
  • the device interface 273 is a circuit for performing data communication with the scanner 73.
  • the scanner 73 is an optical input device that scans and reads machine-readable codes such as barcodes and two-dimensional codes with light.
  • the scanner 73 may be an imaging type input device that reads a machine-readable code from an image taken with a camera.
  • the scanner 73 can read not only a machine-readable code attached to a product but also a machine-readable code displayed on the touch panel 14 of the information terminal 10.
  • the device interface 274 is a circuit for performing data communication with the printer 74.
  • the printer 74 is a printing device that prints data related to commercial transactions on paper media and issues receipts, receipts, guarantees, and the like.
  • the device interface 275 is a circuit for performing data communication with the card reader 75.
  • the card reader 75 is an input device that reads data from a card medium such as a credit card, electronic money card, or point card, and processes the read card data.
  • the card reader 75 may be a magnetic card reader compatible with magnetic cards or an IC card reader compatible with IC cards. Moreover, a magnetic card reader and an IC card reader may be used together.
  • the IC card reader may be a non-contact type IC card reader or a contact type IC card reader. Further, the card reader may be a card reader/writer having a data writing function.
  • the POS terminal 20 having such a configuration uses a part of the volatile memory area of the main memory 22 as an area for the transaction file 81.
  • the transaction file 81 is a data file for storing data related to one commercial transaction processed by the POS terminal 20.
  • FIG. 5 is a schematic diagram showing the main data structure stored in the transaction file 81.
  • the transaction file 81 stores data such as a transaction number, purchased product data, total points, total amount, discount amount, and payment amount.
  • the transaction number is a series of numbers issued each time a commercial transaction is processed at the POS terminal 20.
  • Purchased product data is record data created for each product bought and sold in a commercial transaction identified by a transaction number.
  • Purchased product data consists of items such as product code, product name, price, number of items, amount of money, and type flag.
  • the score is the number of purchased products identified by the product code.
  • the amount is the amount for the number of purchased items.
  • the type flag is 1-bit data for identifying whether the purchased product data is for a product registered at the POS terminal 20 or the purchased product data for a product self-registered at the information terminal 10. In this embodiment, the type flag indicating that the data is purchased product data of a product registered with the POS terminal 20 is set to "0", and the type flag indicating that the data is purchased product data of a product self-registered with the information terminal 10. is set to “1”.
  • the transaction file 81 can store data on a plurality of purchased products. Specifically, the transaction file 81 can store purchased product data for products registered at the POS terminal 20 and purchased product data for products self-registered at the information terminal 10 as purchased product data for one transaction. . Storing such data corresponds to the case of a commercial transaction in which a product registered at the POS terminal 20 is added to a product self-registered at the information terminal 10. Further, the transaction file 81 can also store only the purchased product data of products registered with the POS terminal 20 or only the purchased product data of products self-registered with the information terminal 10. The former corresponds to the case where a commercial transaction is processed only for products registered with the POS terminal 20, and the latter corresponds to the case where a commercial transaction is processed only for products self-registered at the information terminal 10.
  • the total score is the sum of the scores of each purchased product data.
  • the total amount is the sum of the amounts of each purchased product data.
  • the discount amount is the amount discounted from the total amount.
  • the settlement amount is the total amount minus the discount amount.
  • the processor 21 functions as a first acquisition unit 211, a second acquisition unit 212, a payment unit 213, a reception unit 214, and a display unit 215. have.
  • the first acquisition unit 211 has a function of acquiring product information based on data related to the product input via an input device such as the keyboard 72 or the scanner 73. That is, the product information acquired by the first acquisition unit 211 is purchased product data of the product registered at the POS terminal 20.
  • the second acquisition unit 212 has a function of acquiring stored product information from an external system, that is, the terminal controller 40, based on data related to the product input via the information terminal 10. That is, the product information acquired by the second acquisition unit 212 is registered product data of a product self-registered on the information terminal 10.
  • the payment unit 213 has a function of making payments based on the product information acquired by the first acquisition unit 211 and the second acquisition unit 212. Specifically, the payment unit calculates the payment amount for the commercial transaction based on the product information acquired by the first acquisition unit 211 and the second acquisition unit 212, and receives the payment corresponding to the payment amount. This is the function to settle the transaction.
  • the reception unit 214 has a function of accepting identification information for identifying product information obtained from an external system, that is, an accounting code. Incidentally, the payment unit 213 settles the commercial transaction in response to receiving the accounting code from the reception unit 214.
  • the display unit 215 has a function of displaying product information acquired by the first acquisition unit 211 and product information acquired by the second acquisition unit 212 in a distinguishable manner. For example, when displaying a list of product information acquired by the first acquisition unit 211 and product information acquired by the second acquisition unit 212 on one screen, the display unit 215 may display information on one product on the other screen. Display the product in an easily identifiable manner by adding a symbol that is not included in the product information. Alternatively, when displaying a list of the product information acquired by the first acquisition unit 211 and the product information acquired by the second acquisition unit 212 on one screen, the display unit 215 displays the information of one product and the other. It is possible to identify products by displaying them separately on one screen.
  • a payment program 231 is installed in the auxiliary storage device 23.
  • Payment program 231 may be installed in main memory 22.
  • the method of installing the payment program 231 into the main memory 22 or the auxiliary storage device 23 is not particularly limited.
  • the payment program 231 can be installed in the main memory 22 or the auxiliary storage device 23 by recording the payment program on a removable recording medium or by distributing the payment program 231 by communication via a network.
  • the recording medium may be of any form as long as it can store the program and is readable by the device, such as an SD memory card or a USB memory.
  • the POS terminal 20 is installed in a checkout area that is separated from the sales floor of the store.
  • the store server 30 and the terminal controller 40 are installed in the backyard of the store. At least one of the store server 30 and the terminal controller 40 may be installed on the cloud of a system using cloud computing.
  • FIG. 6 is a flowchart showing the main steps of information processing executed by the processor 11 of the information terminal 10 according to the self-registration program 131.
  • 7 to 9 are flowcharts showing main procedures of information processing executed by the terminal controller 40 in response to information processing executed by the information terminal 10.
  • the processor 11 of the information terminal 10 starts information processing according to the procedure shown in the flowchart of FIG.
  • the processor 11 waits for an instruction to start shopping as ACT1.
  • ACT1 an instruction to start shopping
  • a start shopping button is displayed as a display element on the touch panel 14 of the information terminal 10 on which the self-registration program 131 has been activated.
  • a customer who uses the information terminal 10 to self-register a product to purchase first touches a shopping start button.
  • the processor 11 When the processor 11 detects that the shopping start button has been touched, it determines that an instruction to start shopping has been given. The processor 11 proceeds from ACT1 to ACT2. The processor 11 controls the wireless unit 16 to output a shopping start notification command to the terminal controller 40 as ACT2. Through this control, a shopping start notification command is transmitted from the wireless unit 16. The shopping start notification command is received at the access point 60 and transmitted to the terminal controller 40 via the communication network 50. The shopping start notification command includes the terminal ID of the information terminal 10.
  • FIG. 7 is a flowchart showing the main steps of the shopping start notification command reception process in the terminal controller 40.
  • the terminal controller 40 Upon receiving the shopping start notification command, the terminal controller 40 detects the terminal ID from the shopping start notification command in ACT21. Then, the terminal controller 40 creates a shopping file 41 including the terminal ID in the storage section as ACT22. Further, in ACT 23, the terminal controller 40 sets the deletion flag of the shopping file 41 to a value "0" indicating a non-deleted state. Thereafter, the terminal controller 40 transmits a permission response command as ACT 24 to the information terminal 10 that is the source of the shopping start notification command. With this, the terminal controller 40 ends the process of receiving the shopping start notification command.
  • the permission response command includes the terminal ID that was included in the shopping start notification command.
  • the authorization response command is wirelessly transmitted via the access point 60 of the communication network 50.
  • the permission response command is received by the information terminal 10 to which the terminal ID included in the command is set.
  • the information terminal 10 that sent the shopping start notification command waits for a permission response command as ACT3.
  • the processor 11 proceeds from ACT3 to ACT4.
  • the processor 11 uses the screen of the touch panel 14 as a registration screen in ACT4.
  • the registration screen is a screen that includes an area for displaying product names, prices, scores, etc. of products self-registered by the information terminal 10 in a list format.
  • the processor 11 of the information terminal 10 that has displayed the registration screen waits for a product code to be input in ACT5 or for an accounting instruction to be issued in ACT6. For example, when a barcode of a product is photographed by the camera 15 and a product code is detected from the barcode, the processor 11 recognizes that the product code has been input. The processor 11 proceeds from ACT5 to ACT7. The processor 11 controls the wireless unit 16 to output a product registration notification command to the terminal controller 40 as ACT7. Through this control, a product registration notification command is transmitted from the wireless unit 16. The product registration notification command is received at the access point 60 and transmitted to the terminal controller 40 via the communication network 50. The product registration notification command includes the terminal ID of the information terminal 10 and the input product code.
  • FIG. 8 is a flowchart showing the main steps of the product registration notification command reception process in the terminal controller 40.
  • the terminal controller 40 Upon receiving the product registration notification command, the terminal controller 40 detects the terminal ID from the product registration notification command in ACT31. Then, the terminal controller 40 opens the shopping file 41 storing the terminal ID as ACT32.
  • the terminal controller 40 detects the product code from the product registration notification command as ACT33. Then, the terminal controller 40 accesses the store server 30 via the communication network 50 as ACT 34, and acquires product data such as the product name and price from the product record including the product code. The terminal controller 40 that has acquired the product data creates registered product data using the product code, product name, price, number of items, amount, etc. as ACT 35, and stores it in the open shopping file 41.
  • the terminal controller 40 transmits a permission response command as ACT 36 to the information terminal 10 that is the source of the product registration notification command. Further, the terminal controller 40 closes the shopping file 41 that was in the open state as ACT 37. With this, the terminal controller 40 ends the process of receiving the product registration notification command.
  • the permission response command includes the terminal ID that was included in the product registration notification command.
  • the permission response command also includes the product name, price, number, etc. of the registered product data.
  • the authorization response command is wirelessly transmitted via the access point 60 of the communication network 50.
  • the permission response command is received by the information terminal 10 to which the terminal ID included in the command is set.
  • the processor 11 of the information terminal 10 that sent the product registration notification command waits for a permission response command in ACT8.
  • the processor 11 proceeds from ACT8 to ACT9.
  • the processor 11 updates the registration screen so that the product name, price, number, etc. included in the permission response command are displayed. Thereafter, the processor 11 returns to the standby state for ACT5 and ACT6.
  • the processor 11 executes the processing of ACT7 to ACT9 in the same manner as described above.
  • the terminal controller 40 executes the process of receiving the product registration notification command in the same manner as described above.
  • the registered product data of the product to be purchased is stored in the shopping file 41 including the terminal ID of the information terminal 10.
  • the customer performs self-registration for each product he or she wishes to purchase by holding the barcode of the product over the camera 15 of the information terminal 10 and having it read. After completing the self-registration, the customer touches the checkout button displayed on the touch panel 14 of the information terminal 10.
  • the processor 11 When detecting that the checkout button has been touched in the standby state of ACT5 and ACT6, the processor 11 recognizes that checkout has been instructed. The processor 11 proceeds from ACT6 to ACT10. The processor 11 controls the wireless unit 16 to output the accounting notification command to the terminal controller 40 as ACT10. Through this control, the wireless unit 16 transmits an accounting notification command.
  • the accounting notification command is received at access point 60 and transmitted to terminal controller 40 via communication network 50 .
  • the accounting notification command includes the terminal ID of the information terminal 10.
  • FIG. 9 is a flowchart showing the main steps of the accounting notification command reception process in the terminal controller 40.
  • the terminal controller 40 Upon receiving the accounting notification command, the terminal controller 40 detects the terminal ID from the accounting notification command in ACT 41. Then, the terminal controller 40 opens the shopping file 41 storing the terminal ID as ACT42.
  • the terminal controller 40 creates an accounting code as ACT43. For example, the terminal controller 40 combines the terminal ID and the current date to create a unique accounting code. The terminal controller 40 that has created the transaction code stores the transaction code in the open shopping file 41 as ACT44. Further, the terminal controller 40 transmits a permission response command to the information terminal 10 that is the transmission source of the accounting notification command as ACT 45. Furthermore, the terminal controller 40 closes the shopping file 41 that was in the open state as ACT46. With this, the terminal controller 40 ends the accounting notification command reception process.
  • the permission response command includes the terminal ID that was included in the accounting notification command.
  • the authorization response command also includes the accounting code created in ACT44.
  • the authorization response command is wirelessly transmitted via the access point 60 of the communication network 50.
  • the permission response command is received by the information terminal 10 to which the terminal ID included in the command is set.
  • the processor 11 of the information terminal 10 that sent the accounting notification command waits for a permission response as an ACT 11.
  • the processor 11 Upon receiving the authorization response command via the wireless unit 16, the processor 11 proceeds from ACT11 to ACT12.
  • the processor 11 acquires the accounting code from the permission response command as an ACT 12, and causes the touch panel 14 to display the accounting code in the form of a machine-readable code such as a bar code or a two-dimensional code.
  • the processor 11 waits for an end notification command as ACT13.
  • the completion notification command is sent from the terminal controller 40 when the payment for the product specified by the registered product data stored in the shopping file 41 to which the terminal ID of the information terminal 10 is set is completed.
  • the processor 11 receives the termination notification command via the wireless unit 16, it proceeds from ACT13 to ACT14.
  • the processor 11 erases the machine-readable code representing the accounting code displayed on the touch panel 14 as ACT14. With this, the processor 11 ends the information processing according to the self-registration program.
  • the customer moves to the checkout area where the POS terminal 20 is installed.
  • the customer offers the payment to the clerk who is the operator of the POS terminal 20.
  • the customer requests additional registration to the store clerk.
  • the clerk operates the POS terminal 20 and executes payment as one commercial transaction, including not only the products self-registered by the customer but also the products the customer desires to additionally register.
  • FIGS. 10 to 13 the operation of the self-registration system 100 when a store clerk operates the POS terminal 20 to settle a transaction with a customer will be explained using FIGS. 10 to 13.
  • FIG. 10 and 11 are flowcharts showing the main steps of information processing executed by the processor 21 of the POS terminal 20 according to the payment program 231.
  • FIG. 12 is a flowchart showing the main steps of information processing executed by the terminal controller 40 in response to the information processing executed by the POS terminal 20.
  • FIG. 13 is a schematic diagram showing a registration details screen displayed on the touch panel 71 of the POS terminal 20. Note that the procedure and content of information processing described below are merely examples. The procedure and contents are not particularly limited as long as similar results can be obtained. Further, the registration details screen shown in FIG. 13 is also an example. The displayed information and its layout can be changed as appropriate.
  • the processor 21 of the POS terminal 20 is waiting for an instruction to start accounting as ACT51.
  • ACT51 For example, a checkout start button is displayed as a display element on the touch panel 71, and when it is detected that the checkout start button has been touched, the processor 21 determines that an instruction to start checkout has been given.
  • the processor 21 proceeds from ACT51 to ACT52.
  • Processor 21 issues a new transaction number as ACT52.
  • the processor 21 then creates a transaction file 81 as the ACT 53 and stores a new transaction number in the transaction file 81.
  • the processor 21 that has created the transaction file 81 waits for the scanner 73 to scan the machine readable code as ACT 54. When scanning is performed, the processor 21 confirms whether the accounting code has been scanned in ACT55 or the product code has been scanned in ACT56. If a machine readable code other than the accounting code or product code is scanned, the processor 21 executes other processing depending on the code.
  • the processor 21 recognizes that the product code has been scanned in ACT56.
  • the processor 21 proceeds from ACT56 to ACT57.
  • the processor 21 accesses the store server 30 via the communication network 50 as an ACT 57, and acquires product data such as the product name and price from the product record including the product code.
  • the processor 21 creates purchased product data using the product code, product name, price, number of items, amount, etc. as ACT 58.
  • the processor 21 sets the type flag of the purchased product data to "0" in ACT59.
  • the processor 21 stores the purchased product data whose type flag is "0" in the transaction file 81 as ACT60.
  • the processor 21 realizes the function as the first acquisition unit 211 by executing the processes in ACT57 to ACT60.
  • the processor 21 recognizes that the accounting code has been scanned in ACT55.
  • the processor 21 proceeds from ACT55 to ACT61.
  • the processor 21 controls the communication interface 25 to send an inquiry command for the shopping file 41 as an ACT 61. Under this control, an inquiry command for the shopping file 41 is transmitted via the communication interface 25.
  • the inquiry command is sent to the terminal controller 40 via the communication network 50.
  • the inquiry command includes an accounting code.
  • the terminal controller 40 that has received the inquiry command starts the reception process shown in FIG. 12.
  • the terminal controller 40 detects the accounting code from the inquiry command as ACT81. Then, the terminal controller 40 selects the shopping file 41 including the accounting code as ACT82.
  • the terminal controller 40 that has selected the shopping file 41 transmits the data of the shopping file 41 to the POS terminal 20 that is the source of the inquiry command in ACT83. Further, the terminal controller 40 wirelessly transmits a termination notification command including the terminal ID stored in the shopping file 41 from the access point 60. Further, in ACT85, the terminal controller 40 rewrites the deletion flag of the shopping file 41 to the value "1" indicating the deletion state. With this, the terminal controller 40 ends the process of receiving the inquiry command from the POS terminal 20.
  • the information terminal 10 to which the terminal ID included in the termination notification command is set is the information terminal 10 whose machine-readable code representing the accounting code was read by the scanner 73 of the POS terminal 20.
  • the processor 11 executes the process of ACT14 in FIG. 6, as described above. That is, in response to receiving the selection completion notification command, the processor 11 erases the machine-readable code representing the accounting code.
  • the processor 21 of the POS terminal 20 that has sent the shopping file inquiry command waits to receive the data of the shopping file 41 in ACT 62.
  • the processor 21 proceeds from ACT62 to ACT63.
  • the processor 21 extracts all registered product data from the data in the shopping file 41 as ACT63.
  • the processor 21 adds a type flag to each of the registered product data extracted as ACT 64 and uses the data as purchased product data.
  • the processor 21 sets the type flag to "1" in ACT65.
  • the processor 21 stores all purchased product data with the type flag set to "1" in the transaction file 81 as ACT66.
  • the processor 21 realizes the function of the reception unit 214 by executing the processes of ACT54 and ACT55.
  • the processor 21 realizes the function of the second acquisition unit 212 by executing the processes of ACT61 to ACT66.
  • the processor 21 proceeds to ACT67. .
  • the processor 21 causes the touch panel 71 to display a registration details screen SC (see FIG. 13) based on the data stored in the transaction file 81 as the ACT 67.
  • FIG. 13 is a display example of the registration details screen SC.
  • the registration details screen SC is a case where purchased product data for five products, product A, product B, product C, product D, and product E, are stored in the transaction file 81.
  • the purchased product data for product A is the purchased product data stored in the transaction file 81 by scanning the product code before the accounting code is scanned, that is, the purchased product data whose type flag is "0".
  • the purchased product data of product B, product C, and product D are purchased product data based on the registered product data of the shopping file 41 transferred from the terminal controller 40 in response to the scanning of the accounting code, that is, the type flag. is the purchased product data of “1”.
  • the purchased product data of product E is the purchased product data stored in the transaction file 81 by scanning the product code after scanning the accounting code, that is, the purchased product data whose type flag is “0”.
  • a star-shaped mark is displayed in the registered detailed information of the product name, price, number of items, and amount corresponding to the purchased product data whose type flag is "1".
  • no mark is displayed in the registered detailed information of the product name, price, number of items, and amount corresponding to the purchased product data whose type flag is "0".
  • the registration details screen SC the registration details information corresponding to the purchased product data whose type flag is "1” and the registered details information corresponding to the purchased product data whose type flag is "0" are marked. It can be identified by its presence or absence.
  • the processor 21 realizes the function of the display section 215 by executing the process of ACT67.
  • the processor 21 of the POS terminal 20 that has displayed the registration details screen SC proceeds to ACT7171 in FIG.
  • the processor 21 waits for further scanning by the scanner 73 as ACT 71 or for input of the subtotal key on the keyboard 72 as ACT 72. If scanning has been performed, the processor 21 returns from ACT71 to ACT55 in FIG. That is, the processor 21 identifies whether the accounting code or the product code has been scanned. When the product code is scanned, the processor 21 executes the processes of ACT57 to ACT60 and ACT67 in the same manner as described above. When the accounting code is scanned, the processor 21 executes the processes of ACT61 to ACT66 and ACT67 in the same manner as described above.
  • the barcode of a product is read by the scanner 73
  • purchased product data regarding that product is stored in the transaction file 81.
  • an accounting code displayed on the touch panel 14 of another information terminal 10 is read by the scanner 73
  • purchased item data based on the registered item data stored in the shopping file 41 specified by the accounting code is stored in the transaction file 81.
  • the registration details screen SC is updated based on all the purchased product data stored in the transaction file 81.
  • the type flag of the purchased product data related to the product whose barcode has been read by the scanner 73 is "0".
  • the type flag of the purchased product data based on the registered product data of the shopping file 41 whose accounting code has been read by the scanner 73 is "1". Therefore, on the registered details screen SC, the purchased product data related to the product whose barcode was read by the scanner 73 and the purchased product data based on the registered product data of the shopping file 41 whose accounting code was read by the scanner 73 are identified. displayed as possible.
  • the processor 21 When confirming that the subtotal key has been input in the standby state of ACT71 and ACT72, the processor 21 proceeds to ACT73.
  • the processor 21 calculates the payment amount in ACT73. That is, the processor 21 adds up the amounts of all purchased product data stored in the transaction file 81 to calculate the total amount. If the discount amount is input after the subtotal key is input, the processor 21 subtracts the discount amount from the total amount to obtain the settlement amount. If the discount amount is not input, the processor 21 uses the total amount in the transaction file 81 as the payment amount.
  • the processor 21 that has calculated the payment amount waits for the registration closing key to be input as ACT74.
  • the locking keys include locking keys for different payment methods, such as locking keys for cash payments, locking keys for credit card payments, locking keys for electronic money payments, and the like.
  • the processor 21 proceeds from ACT74 to ACT75.
  • the processor 21 executes payment processing for each payment method as ACT 75. For example, if cash payment is selected, processor 21 executes a cash payment process. That is, the processor 21 executes a payment process for deducting the payment amount from the deposited amount and paying out the remaining amount as change from the automatic change machine. Since such cash payment processing is a well-known process, a detailed explanation thereof will be omitted here. Similarly, the payment processing for credit card payments and the payment processing for electronic money payments are well-known processing, so explanations thereof will be omitted.
  • the processor 21 implements the function of the payment unit 213 by executing the processing in ACT72 to ACT75.
  • the processor 21 After completing the payment process, the processor 21 proceeds to ACT76.
  • the processor 21 creates receipt print data based on the data stored in the transaction file 81 as the ACT 76, outputs it to the printer 74, and issues a receipt.
  • the receipt may be issued as an electronic receipt instead of a paper receipt.
  • registered detailed information corresponding to purchased product data with a type flag of "1" and registered detailed information corresponding to purchased product data with a type flag of "0" are distinguished by the presence or absence of marks, etc. It may be possible.
  • processor 21 After issuing the receipt, the processor 21 proceeds to ACT77.
  • Processor 21 stores transaction file 81 as ACT 77 in auxiliary storage device 23 . With this, the processor 21 ends the information processing after receiving the instruction to start accounting.
  • the clerk operating the POS terminal 20 uses the touch panel 10 of the information terminal 10 to Scan the accounting code displayed on the scanner 73. By doing so, purchased product data based on the registered product data in the shopping file 41 specified by the accounting code is stored in the transaction file 81.
  • the store clerk scans the product code of the product with the scanner 73. By doing so, the purchased product data of the product specified by the product code is stored in the transaction file 81.
  • timing to scan the product code of the additional product may be before or after scanning the checkout code.
  • the purchased product data may be scanned before and after the product specified by the product code. In either case, purchased product data based on registered product data in the shopping file 41 specified by the accounting code and purchased product data of the product specified by the product code are stored in the transaction file 81.
  • the payment process is executed based on the data in the transaction file 81. Therefore, according to the present embodiment, it is possible to provide a POS terminal 20 that allows payment for not only products self-registered by the information terminal 10 but also products additionally registered by the POS terminal 20 as one commercial transaction.
  • the type flag of the purchased product data stored in the transaction file 81 is "0" in the case of a product registered with the POS terminal 20, and is "1" in the case of a product self-registered with the information terminal 10. .
  • a star mark is added to the purchased product data whose type flag is "1". Therefore, a store clerk or a customer can easily identify products self-registered at the sales floor and products additionally registered at the checkout counter from the information on the registration details screen SC.
  • the processor 21 of the POS terminal 20 scans the accounting code displayed on the touch panel 14 of the information terminal 10, and even after completing the processing in ACT61 to ACT67 in FIG. 10, the processor 21 in ACT71 in FIG. Then, it enters a standby state for ACT72. Then, when the checkout code displayed on the touch panel 14 of another information terminal 10 is scanned, the processor 21 executes the processing of ACT61 to ACT67 in FIG. 10 again. Therefore, according to the POS terminal 20, it is also possible to collectively settle products that are self-registered on two or more information terminals 10 as one commercial transaction. Such a function is effective, for example, when family members each use the information terminal 10 to self-register products at the sales floor and pay for them together at the checkout counter.
  • the POS terminal 20 can settle commercial transactions not only with customers who have self-registered using the information terminal 10 but also with customers who have not self-registered. Therefore, there is no need to provide a payment device exclusively for customers who have self-registered at the checkout area of the store. As a result, equipment costs can be reduced.
  • FIG. 14 is a schematic diagram showing the main functions of the processor 21 of the POS terminal 20 in the second embodiment.
  • the processor 21 in addition to the functions of the first acquisition unit 211, second acquisition unit 212, payment unit 213, reception unit 214, and display unit 215 described in the first embodiment, the processor 21 also has the following functions: It has a function as a restriction section 216.
  • the restriction unit 216 has a function of restricting the number of identification information, that is, accounting codes, accepted by the reception unit 214.
  • the function of the restriction unit 216 will be explained in the information processing executed by the processor 21 of the POS terminal 20 according to the payment program 231.
  • FIG. 15 is a flowchart showing the first half of the main procedure of information processing executed by the processor 21 of the POS terminal 20 according to the payment program 231 in the second embodiment. Note that, in the first embodiment, parts common to the information processing described using FIG. 10 are given the same reference numerals. The latter half is the same as the first embodiment described using FIG. 11, so illustration thereof is omitted.
  • the processor 21 after creating a transaction file in ACT53, the processor 21 resets the counter n to "0" in ACT101. Thereafter, the processor 21 waits for scanning in ACT54. Here, if the product code is scanned, the processor 21 proceeds from ACT54 to ACT56, and further proceeds to ACT57. The processor 21 executes the processes of ACT57 to ACT60 and ACT67 in the same procedure as in the first embodiment.
  • the processor 21 proceeds from ACT54 to ACT55, and further proceeds to ACT102.
  • the processor 21 increments the counter n by "1" as ACT 102.
  • the processor 21 checks whether the counter n exceeds the upper limit value N in ACT 103.
  • the upper limit value N is the upper limit value for the number of information terminals 10 that can be collectively settled as one commercial transaction.
  • the upper limit value N is any integer greater than or equal to "1".
  • the upper limit value N can be arbitrarily set, for example, by a store that employs the self-registration system 100.
  • the processor 21 proceeds from ACT103 to ACT61.
  • the processor 21 then executes the processes of ACT61 to ACT66 and ACT67 in the same procedure as in the first embodiment.
  • the processor 21 does not execute the processing after ACT61.
  • the processor 21 returns from ACT103 to ACT54.
  • the processor 21 implements a function as a restriction unit 216 that limits the number of accounting codes that can be input in one commercial transaction to the upper limit N or less by executing the processes in ACT101 to ACT103.
  • the restriction unit 216 it is possible to set a restriction on the number of information terminals 10 that can be collectively settled as one commercial transaction. For example, by setting the upper limit N to "1", it is possible to limit the number of information terminals 10 that can be collectively settled as one commercial transaction to one. Similarly, for example, by setting the upper limit N to "2", it is possible to limit the number of information terminals 10 that can be collectively settled as one commercial transaction to two.
  • the purchased item is purchased based on the registered product data of the shopping file 41 specified by the accounting code.
  • the data was stored in the transaction file 81 unconditionally. However, if it is left unconditional, it will not be possible to prevent the mistake of accidentally scanning another customer's checkout code and combining them into one transaction.
  • the number of information terminals is limited to 10, but data on products purchased by customers who use self-registration is included in the products purchased by customers who do not use self-registration. Mistakes that occur cannot be prevented.
  • the third embodiment allows the operator to confirm whether or not information on the product identified by the identification information received at the reception section is to be acquired from the external system. By performing such confirmation, the above-mentioned mistakes can be prevented.
  • the third embodiment will be described below using FIGS. 16 and 17. Note that, below, portions that are different from the first embodiment will be explained, and descriptions of portions that are common to the first embodiment will be omitted.
  • FIG. 16 is a schematic diagram showing the main functions of the processor 21 of the POS terminal 20 in the third embodiment.
  • the processor 21 in addition to the functions of the first acquisition unit 211, second acquisition unit 212, payment unit 213, reception unit 214, and display unit 215 described in the first embodiment, the processor 21 also has the following functions: It has a function as a detection section 217.
  • the detection unit 217 has a function of detecting an instruction as to whether or not to acquire the identification information received by the reception unit 214, that is, the information on the product identified by the accounting code from an external system.
  • the function of the detection unit 217 will be explained in the information processing executed by the processor 21 of the POS terminal 20 according to the payment program 231.
  • FIG. 17 is a flowchart showing the first half of the main procedure of information processing executed by the processor 21 of the POS terminal 20 according to the payment program 231 in the third embodiment. Note that, in the first embodiment, parts common to the information processing described using FIG. 10 are given the same reference numerals. The latter half is the same as the first embodiment described using FIG. 11, so illustration thereof is omitted.
  • the processor 21 when the accounting code is scanned in ACT54, the processor 21 proceeds from ACT55 to ACT111.
  • the processor 21 performs ACT 111 to check whether purchased product data with a type code of "0" is stored in the transaction file 81. If purchased product data with a type code of "0" is not stored, product registration by barcode reading is not performed before scanning the accounting code.
  • the processor 21 proceeds from ACT111 to ACT61.
  • the processor 21 executes the processes of ACT61 to ACT66 and ACT67 in the same procedure as in the first embodiment.
  • the processor 21 proceeds from ACT111 to ACT112.
  • the processor 111 causes the touch panel 71 to display a confirmation screen as an ACT 112.
  • the confirmation screen is a screen for the store clerk who is the operator of the POS terminal 20 to confirm whether or not to acquire the data of the self-registered product.
  • the confirmation screen has an OK button that allows data acquisition and an NG button that does not allow income.
  • the processor 21 waits for the OK button to be input or the NG button to be input as ACT 113. If the OK button is input, the processor 21 proceeds from ACT113 to ACT61. The processor 21 then executes the processes of ACT61 to ACT66 and ACT67 in the same procedure as in the first embodiment.
  • the processor 21 returns from ACT113 to ACT54. That is, the processor 21 ignores the scanning of the accounting code and waits for the next scanning.
  • the processor 21 executes the processes of ACT111 to ACT113, the function as the detection unit 217 is realized.
  • the store clerk confirms whether or not the data of the shopping file 41 identified by the identification information received by the reception unit 214 is to be acquired from the terminal controller 40.
  • the data of the shopping file 41 is downloaded from the terminal controller 40 to the POS terminal 20 only when the acquisition is instructed. Therefore, it is possible to prevent the mistake of including data on products purchased by a customer who used self-registration in products purchased by a customer who did not use self-registration.
  • the operator of the POS terminal 20 is a store clerk.
  • the operator may be the customer himself. That is, the POS terminal 20 may be a self-service POS terminal.
  • each product was described as having a barcode indicating the product code.
  • barcodes do not necessarily have to be attached to each product.
  • a well-known method may be applied in which registration processing is performed by selecting from a list of products without barcodes displayed on a touch panel, for example.
  • the present embodiment can also be applied to a system that performs product registration processing by attaching an RFID tag to each product and reading the RFID tag with a tag reader.
  • registration details information corresponding to purchased product data with a type flag of "1” and registration details information corresponding to purchased product data with a type flag of "0" are marked. It can be identified by its presence or absence. In this regard, the marks may be distinguishable by different types of marks. Alternatively, registered detail information corresponding to purchased product data with a type flag of "1” and registered detail information corresponding to purchased product data with a type flag of "0” can be displayed separately, so that they can be identified. Good too.
  • the payment device of this embodiment described above is as follows. (1) a first acquisition unit that acquires product information based on data related to the product input via the input device; a second acquisition unit that acquires stored product information from an external system based on data related to the product input via the information terminal; a payment unit that performs payment based on the product information acquired by the first acquisition unit and the second acquisition unit; A payment device equipped with (2) a reception unit that receives identification information identifying information on the product acquired from the external system; further comprising; The payment device according to (1), wherein the second acquisition unit acquires information about the product identified by the identification information received by the reception unit from the external system.
  • the payment device further comprising: (4) a detection unit that detects an instruction as to whether or not to acquire information on the product identified by the identification information received by the reception unit from the external system; further comprising; The second acquisition unit acquires information on the product identified by the identification information received by the reception unit from the external system on the condition that the detection unit detects an instruction to acquire from the external system.
  • the payment device according to (2) or (3).
  • a display unit that distinguishably displays information on the product acquired by the first acquisition unit and information on the product acquired by the second acquisition unit;
  • the payment device according to any one of (1) to (4), further comprising: (6) payment device computer, a first acquisition unit that acquires product information based on data related to the product input via the input device; a second acquisition unit that acquires stored product information from an external system based on data related to the product input via the information terminal; a payment unit that performs payment based on information on the product acquired by the first acquisition unit and the second acquisition unit; Payment program to function as.
  • payment device computer a first acquisition unit that acquires product information based on data related to the product input via the input device; a second acquisition unit that acquires stored product information from an external system based on data related to the product input via the information terminal; a payment unit that performs payment based on the product information acquired by the first acquisition unit and the second acquisition unit;
  • a computer-readable storage medium that stores a payment program for functioning as a computer.
  • the program according to this embodiment may be transferred while being stored in an electronic device, or may be transferred without being stored in an electronic device. In the latter case, the program may be transferred via a network or may be transferred while being stored in a storage medium.
  • a storage medium is a non-transitory, tangible medium.
  • a storage medium is a computer readable medium. The storage medium may be of any type as long as it is capable of storing a program and is readable by a computer, such as a CD-ROM or a memory card.

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Cash Registers Or Receiving Machines (AREA)

Abstract

情報端末によってセルフ登録された商品だけでなく、決済装置で追加登録された商品も含めて1つの商取引として決済できるようにする。 決済装置は、第1の取得部と、第2の取得部と、決済部とを備える。第1の取得部は、入力デバイスを介して入力された商品に関するデータを基に商品の情報を取得する。第2の取得部は、情報端末を介して入力された商品に関するデータを基に記憶された商品の情報を外部システムから取得する。決済部は、第1の取得部及び第2の取得部により取得した商品の情報に基づいて決済する。

Description

決済装置、決済プログラム、及びコンピュータ可読記憶媒体
 本発明の実施形態は、決済装置、決済プログラム、及びコンピュータ可読記憶媒体に関する。
 商品が陳列されている売場において、客がスマートフォン、タブレット端末等の情報端末を使用して、購入しようとする商品の登録操作を自ら行うことにより、会計時の商品登録操作を不要にしたセルフ登録システムがある。このシステムを利用する客は、売場での買物を終えると、情報端末に対して会計を宣言するための操作を行う。この操作により、情報端末の表示デバイスにバーコード又は二次元コードからなる会計コードが表示されるので、客は会計場に移動し、決済装置に設けられたスキャナで会計コードを読み取らせる。そうすると、情報端末によってセルフ登録された商品のデータが決済装置にダウンロードされて代金が算出されるので、客は、その代金を支払うこととなる。
 従来のこの種のセルフ登録システムにおいては、情報端末によってセルフ登録された商品のデータがダウンロードされた決済装置において追加の商品登録ができなかった。このため、例えば会計宣言後に買い忘れた商品があることに気付いた場合には、客は、情報端末に対して会計宣言を解除する操作を行って、情報端末を会計宣言前の状態に戻す。その後に客は、追加で購入しようとする商品の登録操作を情報端末で行い、再度、会計宣言の操作を行う。このように、会計宣言後に商品を追加する場合には情報端末の操作が煩雑で手間がかかっており、操作性が悪く、また、無駄な時間を費やしていた。
日本国特開2011-113548号公報
 本発明の実施形態が解決しようとする課題は、情報端末によってセルフ登録された商品だけでなく、決済装置で追加登録された商品も含めて1つの商取引として決済できる決済装置を提供しようとするものである。
図1は、一実施形態に係るセルフ登録システムの概略構成図である。 図2は、情報端末の要部回路構成を示すブロック図である。 図3は、買物ファイルに記憶される主要なデータ構造を示す模式図である。 図4は、POS端末の要部回路構成を示すブロック図である。 図5は、取引ファイルに記憶される主要なデータ構造を示す模式図である。 図6は、情報端末のプロセッサがセルフ登録プログラムに従って実行する情報処理の要部手順を示す流れ図である。 図7は、端末コントローラが実行する買物開始通知コマンド受信処理の要部手順を示す流れ図である。 図8は、端末コントローラが実行する開始登録通知コマンド受信処理の要部手順を示す流れ図である。 図9は、端末コントローラが実行する会計通知コマンド受信処理の要部手順を示す流れ図である。 図10は、POS端末のプロセッサが決済プログラムに従って実行する情報処理の要部手順の前半部を示す流れ図である。 図11は、POS端末のプロセッサが決済プログラムに従って実行する情報処理の要部手順の後半部を示す流れ図である。 図12は、端末コントローラが実行する問合せコマンド受信処理の要部手順を示す流れ図である。 図13は、POS端末の表示デバイスに表示される登録明細画面の一例を示す模式図である。 図14は、第2の実施形態において、POS端末のプロセッサが有する主要な機能を示す模式図である。 図15は、第2の実施形態において、POS端末のプロセッサが決済プログラムに従って実行する情報処理の要部手順の前半部を示す流れ図である。 図16は、第3の実施形態において、POS端末のプロセッサが有する主要な機能を示す模式図である。 図17は、第3の実施形態において、POS端末のプロセッサが決済プログラムに従って実行する情報処理の要部手順の前半部を示す流れ図である。
実施形態
 一実施形態において、決済装置は、第1の取得部と、第2の取得部と、決済部とを備える。第1の取得部は、入力デバイスを介して入力された商品に関するデータを基に商品の情報を取得する。第2の取得部は、情報端末を介して入力された商品に関するデータを基に記憶された商品の情報を外部システムから取得する。決済部は、第1の取得部及び第2の取得部により取得した商品の情報に基づいて決済する。
 以下、情報端末によって登録された商品だけでなく、決済装置で追加登録された商品も含めて1つの商取引として決済できる決済装置を含むセルフ登録システムの実施形態について、図面を用いて説明する。
 [第1の実施形態]
 図1は、本実施形態に係るセルフ登録システム100の概略構成図である。セルフ登録システム100は、セルフ登録用の情報端末10と、セルフ登録の決済装置として機能するPOS(Point Of Sales)端末20と、店舗サーバ30と、端末コントローラ40と、を含む。POS端末20と、店舗サーバ30と、端末コントローラ40とは、LAN(Local Area Network)等の通信ネットワーク50により双方向通信自在に接続されている。
 複数台のPOS端末20と店舗サーバ30とが通信ネットワーク50で接続されることにより、周知のPOSシステムが構成される。すなわちPOS端末20は、商品の登録機能と商取引の決済機能とを備えた情報処理端末である。店舗サーバ30は、各POS端末20の商品登録機能及び商取引の決済機能を一元的に制御するためのサービスを提供するコンピュータである。そのサービスのために店舗サーバ30は、商品データベース31を有する。商品データベース31は、商品毎に作成される商品レコードの集合体である。商品レコードは、商品コード、商品名、価格等の商品データを1レコードとしたものである。商品コードは、各商品を個々に識別するために商品毎に設定された一意のコードである。商品名及び価格は、対応する商品コードで識別される商品の販売名称と単価である。POS端末20の入力デバイスを介して商品コードが入力されると、店舗サーバ30は、その商品コードを含む商品レコードをPOS端末20に提供する。POS端末20は、商品レコードの商品データを基に商品販売データを登録処理する。店舗サーバ30は、各POS端末20で登録処理された商品販売データに基づいて、商品販売時点の売上、在庫等の情報をリアルタイムに管理する。このようなPOSシステムとしての機能は周知であるので、ここでの詳細な説明は省略する。
 通信ネットワーク50には、さらにアクセスポイント60が接続されている。アクセスポイント60は、商品が陳列される売場に設置されている。複数台のアクセスポイント60が売場に分散して設置されていてもよい。情報端末10は、客が購入しようとする商品の登録操作を自ら行うために使用する小型の通信端末である。売場において客が情報端末10を使用すると、その情報端末10は、アクセスポイント60を介して通信ネットワーク50に接続された端末コントローラ40とデータ通信が可能となる。
 情報端末10は、客が所有するスマートフォンであってもよいし、店が客に貸し出す携帯端末又はタブレット端末等であってもよい。タブレット端末の場合、ショッピングカートに取り付けられて客に貸し出される運用が考えられる。スマートフォン又は携帯端末の場合、客が手で持つか、ショッピングカートの端末載置部に載置して使用される運用が考えられる。
 図2は、情報端末10の要部回路構成を示すブロック図である。図2に示すように情報端末10は、プロセッサ11、内部メモリ12、外部メモリ13、タッチパネル14、カメラ15、無線ユニット16及びシステム伝送路17を備える。システム伝送路17は、アドレスバス、データバス、制御信号線等を含む。情報端末10は、システム伝送路17に、プロセッサ11、内部メモリ12、外部メモリ13、タッチパネル14、カメラ15及び無線ユニット16を接続する。情報端末10では、プロセッサ11、内部メモリ12及び外部メモリ13と、これらを接続するシステム伝送路17とによってコンピュータが構成される。
 プロセッサ11は、上記コンピュータの中枢部分に相当する。プロセッサ11は、オペレーティングシステム又はアプリケーションプログラム(アプリケーションソフトウェア)に従って、情報端末10としての各種の機能を実現するべく各部を制御する。プロセッサ11は、例えば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として構成してもよい。なお、本実施形態に係る他のプロセッサも同様である。
 内部メモリ12は、揮発性メモリ(ランダムアクセスメモリ)、または、不揮発性メモリ(読み出し専用メモリ、不揮発性ランダムアクセスメモリ)であってよい。内部メモリ12は、情報処理プログラム、および、情報処理に必要なデータを記憶する。プロセッサ11は、内部メモリ12に記憶されたプログラムを読み出し実行することで所定の機能を実現する。なお、内部メモリ12にプログラムを保存する代わりに、プロセッサ11内にプログラムを直接組み込むよう構成しても構わない。この場合、プロセッサ11は、内部に組み込まれたプログラムを読み出し実行することで所定の機能を実現する。また、所定の機能は、プロセッサ11がプログラムを実行することによって実現されるだけではなく、論理回路の組合せにより当該機能を実現しても良い。なお、本実施形態に係る他のメインメモリも同様である。
 外部メモリ13は、上記コンピュータの補助記憶部分に相当する。例えばSDメモリカード、USBメモリ等が外部メモリ13となり得る。外部メモリ13は、プロセッサ11が各種の処理を行う上で使用するデータ、あるいはプロセッサ11での処理によって作成されたデータ等を保存する。外部メモリ13は、上記のアプリケーションプログラムを記憶する場合もある。
 タッチパネル14は、ディスプレイに文字、記号、画像等からなる表示要素を表示可能な表示デバイスである。またタッチパネル14は、ディスプレイに対するタッチ操作位置をセンサで検知し、その位置の表示要素が入力されたものとして処理する入力デバイスでもある。
 カメラ15は、情報端末10に内蔵された撮像デバイスである。プロセッサ11は、カメラ15で撮影された画像からバーコード、二次元コード等の機械可読コードを読み取る読取部としての機能を有する。多くの商品には、商品コードを所定のバーコード体系で表したバーコードが付されている。すなわちプロセッサ11は、カメラ15で撮影された画像から商品に付されたバーコードを読み取ることにより、カメラ15に翳された商品の商品コードを取得することができる。
 無線ユニット16は、アクセスポイント60との間で無線LANの通信プロトコルに従いデータ通信を行う通信デバイスである。
 かかる構成の情報端末10は、内部メモリ12の不揮発性メモリ領域において、端末IDを記憶する。端末IDは、情報端末10を個々に識別するために情報端末10毎に設定された一意の識別子である。端末IDは、外部メモリ13に記憶されていてもよい。
 また情報端末10は、外部メモリ13にセルフ登録プログラム131を記憶している。セルフ登録プログラム131は、情報端末10を使用した商品のセルフ登録を可能とするためのアプリケーションソフトウェアである。換言すれば、スマートフォン、タブレット端末等の通信端末にセルフ登録プログラム131をインストールすることによって、通信端末は、セルフ登録用の情報端末10として使用することができる。セルフ登録プログラム131は、内部メモリ12に記憶されていてもよい。
 図1の説明に戻る。
 端末コントローラ40は、情報端末10のセルフ登録機能を支援するためのコンピュータ機器である。その支援のために端末コントローラ40は、情報端末10毎に買物ファイル41を作成する。そして端末コントローラ40は、情報端末10によってセルフ登録された商品のデータを買物ファイル41に記憶し、その情報端末10において会計宣言が行われると、買物ファイル41のデータを決済装置であるPOS端末20に転送する機能を有している。
 図3は、買物ファイル41に記憶される主要なデータ構造を示す模式図である。図示するように買物ファイル41には、端末ID、登録商品データ、合計点数、合計金額、会計コード、削除フラグ等のデータが記憶される。
 端末IDは、前述したように、情報端末10の識別子である。登録商品データは、端末IDで識別される情報端末10でセルフ登録された商品毎に作成されるデータである。登録商品データは、商品コード、商品名、価格、点数、金額等の項目を含む。点数は、同一商品の登録点数である。金額は、登録点数分の金額である。買物ファイル41は、複数の登録商品データを記憶することができる。合計点数は、各登録商品データの登録点数を合算した点数である。合計金額は、各登録商品データの登録金額を合算した金額である。
 会計コードは、端末IDで識別される情報端末10において会計宣言が行われたことに応じて生成される一意のコードである。情報端末10の表示デバイスには、会計コードを表すバーコード又は二次元コードの機械可読コードが表示される。
 削除フラグは、買物ファイル41が削除状態であるか否かを識別するための1ビットデータである。買物ファイル41は、登録商品データで特定される商品の代金が支払われて決済が終了すると、削除状態となる。本実施形態では、削除状態の削除フラグを“1”とし、非削除状態の削除フラグを“0”とする。
 図4は、POS端末20の要部回路構成を示すブロック図である。図示するようにPOS端末20は、プロセッサ21、メインメモリ22、補助記憶デバイス23、時計24、通信インターフェース25、釣銭機インターフェース26、複数のデバイスインターフェース271~275及びシステム伝送路28を備える。システム伝送路28は、アドレスバス、データバス、制御信号線等を含む。POS端末20は、プロセッサ21とメインメモリ22、補助記憶デバイス23、時計24、通信インターフェース25、釣銭機インターフェース26及び複数のデバイスインターフェース271~275とをシステム伝送路28で接続することにより、コンピュータを構成する。そしてこのコンピュータの各デバイスインターフェース271~275に、それぞれタッチパネル71、キーボード72、スキャナ73、プリンタ74、カードリーダ75等の種々のデバイスを接続する。
 プロセッサ21は、上記コンピュータの中枢部分に相当する。プロセッサ21は、オペレーティングシステム又はアプリケーションプログラムに従って、POS端末20としての各種の機能を実現するべく各部を制御する。プロセッサ21は、例えばCPUである。
 メインメモリ22は、上記コンピュータの主記憶部分に相当する。メインメモリ22は、不揮発性のメモリ領域と揮発性のメモリ領域とを含む。メインメモリ22は、不揮発性のメモリ領域ではオペレーティングシステム又はアプリケーションプログラムを記憶する。メインメモリ22は、プロセッサ21が各部を制御するための処理を実行する上で必要なデータを不揮発性又は揮発性のメモリ領域で記憶する場合もある。メインメモリ22は、揮発性のメモリ領域を、プロセッサ21によってデータが適宜書き換えられるワークエリアとして使用する。不揮発性のメモリ領域は、例えばROMである。揮発性のメモリ領域は、例えばRAMである。
 補助記憶デバイス23は、上記コンピュータの補助記憶部分に相当する。例えばEEPROM(Electric Erasable Programmable Read-Only Memory)、HDD(Hard Disk Drive)、あるいはSSD(Solid State Drive)等が補助記憶デバイス23となり得る。補助記憶デバイス23は、プロセッサ21が各種の処理を行う上で使用するデータ、又は、プロセッサ21での処理によって作成されたデータ等を保存する。補助記憶デバイス23は、上記のアプリケーションプログラムを記憶する場合もある。
 時計24は、日付と時刻を計時する。プロセッサ21は、時計24によって計時されている日付と時刻を現在日時として処理する。
 通信インターフェース25は、通信ネットワーク50を介して接続される外部機器との間でデータ通信を行うための回路である。外部機器は、店舗サーバ30あるいは端末コントローラ40である。外部機器は、店舗サーバ30及び端末コントローラ40以外のコンピュータ機器であってもよい。
 釣銭機インターフェース26は、図示しない自動釣銭機との間でデータ通信を行うための回路である。例えば釣銭機インターフェース26は、自動釣銭機に投入された紙幣又は硬貨の総額である投入金額データを自動釣銭機から受信する。また釣銭機インターフェース26は、投入金額と支払い金額とから算出される釣銭額の釣銭データを自動釣銭機に釣銭データを送信する。釣銭データを受信した自動釣銭機においては、釣銭額相当の紙幣又は硬貨の払い出しが行われる。
 デバイスインターフェース271は、タッチパネル71との間でデータ通信を行うための回路である。タッチパネル71は、ディスプレイに文字、記号、画像等からなる表示要素を表示可能な表示デバイスである。またタッチパネル71は、ディスプレイに対するタッチ操作位置をセンサで検知し、その位置の表示要素が入力されたものとして処理する入力デバイスでもある。
 デバイスインターフェース272は、キーボード72との間でデータ通信を行うための回路である。キーボード72は、POS端末20として必要な種々のキー、例えばテンキー、PLU(Price Look Up)キー、小計キー、締めキー、取消キー、クリアキー等を配置し、入力操作されたキーのキー信号を処理する入力デバイスである。
 デバイスインターフェース273は、スキャナ73との間でデータ通信を行うための回路である。スキャナ73は、バーコード、二次元コード等の機械可読コードを光で走査して読み取る光学式の入力デバイスである。スキャナ73は、カメラで撮影した画像から機械可読コードを読み取る撮像式の入力デバイスであってもよい。スキャナ73は、商品に付された機械可読コードだけでなく、情報端末10のタッチパネル14に表示された機械可読コードを読み取ることもできる。
 デバイスインターフェース274は、プリンタ74との間でデータ通信を行うための回路である。プリンタ74は、商取引に係るデータを紙媒体に印刷して、レシート、領収証、保証書等を発行する印刷デバイスである。
 デバイスインターフェース275は、カードリーダ75との間でデータ通信を行うための回路である。カードリーダ75は、例えばクレジットカード、電子マネーカード、ポイントカード等のカード媒体からデータを読み取り、読み取ったカードデータを処理する入力デバイスである。カードリーダ75は、磁気カードに対応した磁気カードリーダであってもよいし、ICカードに対応したICカードリーダであってもよい。また、磁気カードリーダとICカードリーダとが併用されていてもよい。ICカードリーダは、非接触式のICカードリーダであってもよいし、接触式のICカードリーダであってもよい。また、カードリーダは、データの書込み機能を備えたカードリーダ・ライタであってもよい。
 かかる構成のPOS端末20は、メインメモリ22の揮発性メモリ領域の一部を取引ファイル81の領域としている。取引ファイル81は、POS端末20で処理する1つの商取引に係るデータを記憶するためのデータファイルである。
 図5は、取引ファイル81に記憶される主要なデータ構造を示す模式図である。図示するように取引ファイル81には、取引番号、購買商品データ、合計点数、合計金額、値引額、決済金額等のデータが記憶される。
 取引番号は、POS端末20で商取引が処理される毎に発番される一連の番号である。購買商品データは、取引番号で識別される商取引で売買される商品毎に作成されるレコードデータである。
 購買商品データは、商品コード、商品名、価格、点数、金額、種別フラグ等の項目から構成される。点数は、商品コードで識別される商品の購入点数である。金額は、購入点数分の金額である。種別フラグは、POS端末20で登録された商品の購買商品データであるのか、情報端末10でセルフ登録された商品の購買商品データであるのかを識別するための1ビットデータである。本実施形態では、POS端末20で登録された商品の購買商品データであることを示す種別フラグを“0”とし、情報端末10でセルフ登録された商品の購買商品データであることを示す種別フラグを“1”とする。
 取引ファイル81は、複数の購買商品データを記憶することができる。具体的には取引ファイル81は、POS端末20で登録された商品の購買商品データと情報端末10でセルフ登録された商品の購買商品データとを一取引分の購買商品データとして記憶することができる。このようなデータの記憶は、情報端末10でセルフ登録された商品にPOS端末20で登録された商品を追加した商取引の場合に相当する。また取引ファイル81は、POS端末20で登録された商品の購買商品データだけを記憶したり、情報端末10でセルフ登録された商品の購買商品データだけを記憶したりすることも可能である。前者は、POS端末20で登録された商品だけの商取引を処理する場合に相当し、後者は、情報端末10でセルフ登録された商品だけの商取引を処理する場合に相当する。
 合計点数は、各購買商品データの点数を合算した点数である。合計金額は、各購買商品データの金額を合算した金額である。値引額は、合計金額に対して値引した金額である。決済金額は、合計金額から値引額を減じた金額である。
 またPOS端末20は、セルフ登録システムの決済装置として動作するために、プロセッサ21が第1の取得部211、第2の取得部212、決済部213、受付部214及び表示部215としての機能を有している。
 第1の取得部211は、キーボード72又はスキャナ73等の入力デバイスを介して入力された商品に関するデータを基に商品の情報を取得する機能である。すなわち、第1の取得部211が取得する商品の情報は、POS端末20で登録された商品の購買商品データである。
 第2の取得部212は、情報端末10を介して入力された商品に関するデータを基に記憶された商品の情報を外部システム、すなわち端末コントローラ40から取得する機能である。すなわち、第2の取得部212が取得する商品の情報は、情報端末10でセルフ登録された商品の登録商品データである。
 決済部213は、第1の取得部211及び第2の取得部212により取得した商品の情報に基づいて決済する機能である。具体的には、決済部は、第1の取得部211及び第2の取得部212により取得した商品の情報に基づいて商取引の決済金額を算出し、その決済金額に相当する代金の支払いを受けて、当該商取引を決済する機能である。
 受付部214は、外部システムから取得する商品の情報を識別する識別情報、つまりは会計コードを受け付ける機能である。因みに決済部213は、受付部214により会計コードを受け取ったことに応じて、商取引の決済を行う。
 表示部215は、第1の取得部211により取得した商品の情報と第2の取得部212により取得した商品の情報とを識別可能に表示する機能である。例えば表示部215は、第1の取得部211により取得した商品の情報と第2の取得部212により取得した商品の情報との一覧を一画面で表示する際に、一方の商品の情報に他方の商品の情報にはない記号を付すことによって、識別可能に表示する。あるいは表示部215は、第1の取得部211により取得した商品の情報と第2の取得部212により取得した商品の情報との一覧を一画面で表示する際に、一方の商品の情報と他方の商品の情報とを一画面上で区分けして表示することによって識別可能とする。
 第1の取得部211、第2の取得部212、決済部213、受付部214及び表示部215として機能は、プロセッサ21が決済プログラム231に従って実行する情報処理によって実現される。決済プログラム231は、補助記憶デバイス23にインストールされている。決済プログラム231は、メインメモリ22にインストールされてもよい。決済プログラム231をメインメモリ22又は補助記憶デバイス23にインストールする方法は特に限定されない。リムーバブルな記録媒体に決済プログラムを記録して、あるいはネットワークを介した通信により決済プログラム231を配信して、決済プログラム231をメインメモリ22又は補助記憶デバイス23にインストールすることができる。記録媒体は、SDメモリカード、USBメモリ等のようにプログラムを記憶でき、かつ装置が読み取り可能であれば、その形態は問わない。
 本実施形態のセルフ登録システム100において、POS端末20は、店舗の売場とは区分けされた会計場に設置される。店舗サーバ30及び端末コントローラ40は、店舗のバックヤードに設置される。店舗サーバ30及び端末コントローラ40の少なくとも一方は、クラウドコンピューティングを利用したシステムのクラウド上に設置されていてもよい。
 来店した客は、商品が陳列された売場にて購入しようとする商品をショッピングカート等に入れる。このとき客は、情報端末10を使用して購入しようとする商品のセルフ登録を行う。そこで次に、図6乃至図9を用いて、客がセルフ登録を行う際のセルフ登録システム100の動作について説明する。
 図6は、情報端末10のプロセッサ11がセルフ登録プログラム131に従って実行する情報処理の要部手順を示す流れ図である。図7乃至図9は、情報端末10で実行される情報処理に応答して端末コントローラ40が実行する情報処理の要部手順を示す流れ図である。なお、以下に説明する情報処理の手順及び内容は一例である。同様な結果を得ることが可能であればその手順及び内容は特に限定されるものではない。
 情報端末10のプロセッサ11は、セルフ登録プログラム131が起動すると、図6の流れ図に示す手順の情報処理を開始する。プロセッサ11は、ACT1として買物開始が指示されるのを待ち受ける。例えば、セルフ登録プログラム131が起動した情報端末10のタッチパネル14には、表示要素として買物開始ボタンが表示されている。情報端末10を使用して購入しようとする商品のセルフ登録を行う客は、先ず、買物開始ボタンにタッチする。
 プロセッサ11は、買物開始ボタンがタッチされたことを検知すると、買物開始が指示されたと判定する。プロセッサ11は、ACT1からACT2へと進む。プロセッサ11は、ACT2として買物開始通知コマンドを端末コントローラ40へと出力するように無線ユニット16を制御する。この制御により、無線ユニット16から買物開始通知コマンドが送信される。買物開始通知コマンドは、アクセスポイント60で受信され、通信ネットワーク50を介して端末コントローラ40へと送信される。買物開始通知コマンドには、当該情報端末10の端末IDが含まれている。
 図7は、端末コントローラ40における買物開始通知コマンド受信処理の要部手順を示す流れ図である。端末コントローラ40は、買物開始通知コマンドを受信すると、ACT21としてその買物開始通知コマンドから端末IDを検出する。そして端末コントローラ40は、ACT22としてその端末IDを含む買物ファイル41を記憶部に作成する。また端末コントローラ40は、ACT23としてその買物ファイル41の削除フラグを、非削除状態を示す値“0”とする。しかる後、端末コントローラ40は、ACT24として買物開始通知コマンド送信元の情報端末10に対して許諾応答コマンドを送信する。以上で、端末コントローラ40は、買物開始通知コマンドの受信処理を終了する。
 許諾応答コマンドには、買物開始通知コマンドに含まれていた端末IDが含まれる。許諾応答コマンドは、通信ネットワーク50のアクセスポイント60を介して無線送信される。許諾応答コマンドは、そのコマンドに含まれる端末IDが設定された情報端末10において受信される。
 図6の説明に戻る。
 買物開始通知コマンドを送信した情報端末10は、ACT3として許諾応答コマンドを待ち受ける。無線ユニット16を介して許諾応答コマンドを受信すると、プロセッサ11は、ACT3からACT4へと進む。プロセッサ11は、ACT4としてタッチパネル14の画面を登録画面とする。登録画面は、情報端末10によりセルフ登録された商品の商品名、価格、点数等をリスト形式で表示するための領域を備えた画面である。
 登録画面を表示した情報端末10のプロセッサ11は、ACT5として商品コードが入力されるか、ACT6として会計指示が行われるのを待ち受ける。例えば、カメラ15によって商品のバーコードが撮影され、そのバーコードから商品コードが検出されると、プロセッサ11は、商品コードが入力されたと認識する。プロセッサ11は、ACT5からACT7へと進む。プロセッサ11は、ACT7として商品登録通知コマンドを端末コントローラ40へと出力するように無線ユニット16を制御する。この制御により、無線ユニット16から商品登録通知コマンドが送信される。商品登録通知コマンドは、アクセスポイント60で受信され、通信ネットワーク50を介して端末コントローラ40へと送信される。商品登録通知コマンドには、当該情報端末10の端末IDと入力された商品コードとが含まれている。
 図8は、端末コントローラ40における商品登録通知コマンド受信処理の要部手順を示す流れ図である。端末コントローラ40は、商品登録通知コマンドを受信すると、ACT31としてその商品登録通知コマンドから端末IDを検出する。そして端末コントローラ40は、ACT32としてその端末IDを記憶した買物ファイル41をオープンの状態とする。
 端末コントローラ40は、ACT33として商品登録通知コマンドから商品コードを検出する。そして端末コントローラ40は、ACT34として通信ネットワーク50を介して店舗サーバ30にアクセスして、その商品コードを含む商品レコードから商品名、価格等の商品データを取得する。商品データを取得した端末コントローラ40は、ACT35として商品コード、商品名、価格、点数、金額等で登録商品データを作成し、オープン状態の買物ファイル41に記憶させる。
 その後、端末コントローラ40は、ACT36として商品登録通知コマンド送信元の情報端末10に対して許諾応答コマンドを送信する。また端末コントローラ40は、ACT37としてオープン状態にあった買物ファイル41をクローズする。以上で、端末コントローラ40は、商品登録通知コマンドの受信処理を終了する。
 許諾応答コマンドには、商品登録通知コマンドに含まれていた端末IDが含まれる。また許諾応答コマンドには、登録商品データの商品名、価格、点数等も含まれる。許諾応答コマンドは、通信ネットワーク50のアクセスポイント60を介して無線送信される。許諾応答コマンドは、そのコマンドに含まれる端末IDが設定された情報端末10において受信される。
 図6の説明に戻る。
 商品登録通知コマンドを送信した情報端末10のプロセッサ11は、ACT8として許諾応答コマンドを待ち受ける。無線ユニット16を介して許諾応答コマンドを受信すると、プロセッサ11は、ACT8からACT9へと進む。プロセッサ11は、ACT9として許諾応答コマンドに含まれている商品名、価格、点数等が表示されるように、登録画面を更新する。その後、プロセッサ11は、ACT5及びACT6の待ち受け状態に戻る。
 ACT5及びACT6の待ち受け状態において、次の商品コードが入力された場合、プロセッサ11は、ACT7乃至ACT9の処理を前述したのと同様に実行する。端末コントローラ40は、商品登録通知コマンドの受信処理を前述したのと同様に実行する。その結果、情報端末10の端末IDを含む買物ファイル41には、購入しようとする商品の登録商品データが記憶される。
 このように客は、購入しようとする商品毎に、その商品のバーコードを情報端末10のカメラ15に翳して読み取らせることで、セルフ登録を行う。そして、セルフ登録を終えた客は、情報端末10のタッチパネル14に表示されている会計ボタンにタッチする。
 ACT5及びACT6の待ち受け状態において、会計ボタンがタッチされたことを検知すると、プロセッサ11は、会計が指示されたと認識する。プロセッサ11は、ACT6からACT10へと進む。プロセッサ11は、ACT10として会計通知コマンドを端末コントローラ40へと出力するように無線ユニット16を制御する。この制御により、無線ユニット16から会計通知コマンドが送信される。会計通知コマンドは、アクセスポイント60で受信され、通信ネットワーク50を介して端末コントローラ40へと送信される。会計通知コマンドには、当該情報端末10の端末IDが含まれている。
 図9は、端末コントローラ40における会計通知コマンド受信処理の要部手順を示す流れ図である。端末コントローラ40は、会計通知コマンドを受信すると、ACT41としてその会計通知コマンドから端末IDを検出する。そして端末コントローラ40は、ACT42としてその端末IDを記憶した買物ファイル41をオープンの状態とする。
 端末コントローラ40は、ACT43として会計コードを作成する。例えば端末コントローラ40は、端末IDと現在の日付とを組み合わせて一意の会計コードを作成する。会計コードを作成した端末コントローラ40は、ACT44としてその会計コードをオープン状態にある買物ファイル41に記憶させる。また端末コントローラ40は、ACT45として会計通知コマンド送信元の情報端末10に対して許諾応答コマンドを送信する。さらに端末コントローラ40は、ACT46としてオープン状態にあった買物ファイル41をクローズする。以上で、端末コントローラ40は、会計通知コマンドの受信処理を終了する。
 許諾応答コマンドには、会計通知コマンドに含まれていた端末IDが含まれる。また、許諾応答コマンドには、ACT44において作成された会計コードも含まれる。許諾応答コマンドは、通信ネットワーク50のアクセスポイント60を介して無線送信される。許諾応答コマンドは、そのコマンドに含まれる端末IDが設定された情報端末10において受信される。
 図6の説明に戻る。
 会計通知コマンドを送信した情報端末10のプロセッサ11は、ACT11として許諾応答を待ち受ける。無線ユニット16を介して許諾応答コマンドを受信すると、プロセッサ11は、ACT11からACT12へと進む。プロセッサ11は、ACT12として許諾応答コマンドから会計コードを取得し、その会計コードをバーコード又は二次元コードの機械可読コードの形態でタッチパネル14に表示させる。
 その後、プロセッサ11は、ACT13として終了通知コマンドを待ち受ける。終了通知コマンドは、当該情報端末10の端末IDがセットされた買物ファイル41に記憶された登録商品データで特定される商品の決済が終了すると、端末コントローラ40から送られてくる。プロセッサ11は、無線ユニット16を介して終了通知コマンドを受信すると、ACT13からACT14へと進む。プロセッサ11は、ACT14としてタッチパネル14に表示していた会計コードを表す機械可読コードを消去する。以上で、プロセッサ11は、セルフ登録プログラムに従った情報処理を終了する。
 さて、売場でのセルフ登録を終え、会計ボタンにタッチした客は、POS端末20が設置されている会計場へと移動する。そして客は、POS端末20のオペレータである店員に会計を申し出る。このとき、セルフ登録しなかった商品の追加購入を希望する場合には、客は、店員に追加登録を申し出る。店員は、POS端末20を操作して、客がセルフ登録した商品だけでなく、当該客が追加登録を希望した商品も含めて1つの商取引として決済を実行する。そこで次に、図10乃至図13を用いて、店員がPOS端末20を操作して客との商取引を決済する際のセルフ登録システム100の動作について説明する。
 図10及び図11は、POS端末20のプロセッサ21が決済プログラム231に従って実行する情報処理の要部手順を示す流れ図である。図12は、POS端末20で実行される情報処理に応答して端末コントローラ40が実行する情報処理の要部手順を示す流れ図である。図13は、POS端末20のタッチパネル71に表示される登録明細画面を示す模式図である。なお、以下に説明する情報処理の手順及び内容は一例である。同様な結果を得ることが可能であればその手順及び内容は特に限定されるものではない。また、図13の登録明細画面も一例である。表示される情報及びそのレイアウトは、適宜変更することができる。
 POS端末20のプロセッサ21は、ACT51として会計開始が指令されるのを待ち受けている。例えばタッチパネル71に表示要素として会計開始ボタンが表示されており、この会計開始ボタンがタッチ操作されたことを検知すると、プロセッサ21は、会計開始が指示されたと判定する。プロセッサ21は、ACT51からACT52へと進む。プロセッサ21は、ACT52として新規の取引番号を発番する。そしてプロセッサ21は、ACT53として取引ファイル81を作成し、その取引ファイル81に新規の取引番号を記憶させる。
 取引ファイル81を作成したプロセッサ21は、ACT54としてスキャナ73による機械可読コードのスキャニングを待ち受ける。スキャニングが行われると、プロセッサ21は、ACT55として会計コードがスキャニングされたのか、ACT56として商品コードがスキャニングされたのかを確認する。会計コード又は商品コード以外の機械可読コードがスキャニングされた場合には、プロセッサ21は、そのコードに応じた他の処理を実行する。
 他の処理については、本実施形態の要旨ではないので、説明を割愛する。なお、スキャニングを待ち受けている状態で、タッチパネル71のタッチ操作又はキーボード72のキー操作が行われる場合もあり得る。その場合もプロセッサ21は、操作入力に応じた情報処理を実行する。この情報処理も既存のPOS端末20と同様なので、ここでの説明は割愛する。
 ACT54において商品に付されたバーコードがスキャニングされた場合には、プロセッサ21は、ACT56において商品コードがスキャニングされたと認識する。プロセッサ21は、ACT56からACT57へと進む。プロセッサ21は、ACT57として通信ネットワーク50を介して店舗サーバ30にアクセスして、その商品コードを含む商品レコードから商品名、価格等の商品データを取得する。そしてプロセッサ21は、ACT58として商品コード、商品名、価格、点数、金額等で購買商品データを作成する。このときプロセッサ21は、ACT59としてその購買商品データの種別フラグを“0”とする。しかる後、プロセッサ21は、ACT60として種別フラグが“0”の購買商品データを取引ファイル81に記憶させる。ここにプロセッサ21は、ACT57乃至ACT60の処理を実行することにより、第1の取得部211としての機能を実現する。
 一方、ACT54において情報端末10のタッチパネル14に表示された機械可読コードがスキャニングされた場合には、プロセッサ21は、ACT55において会計コードがスキャニングされたと認識する。プロセッサ21は、ACT55からACT61へと進む。プロセッサ21は、ACT61として買物ファイル41の問合せコマンドを送信するように通信インターフェース25を制御する。この制御により通信インターフェース25を介して買物ファイル41の問合せコマンドが送信される。問合せコマンドは、通信ネットワーク50を介して端末コントローラ40へと送信される。問合せコマンドには、会計コードが含まれている。
 問合せコマンドを受信した端末コントローラ40は、図12に示す手順の受信処理を開始する。端末コントローラ40は、ACT81として問合せコマンドから会計コードを検出する。そして端末コントローラ40は、ACT82としてその会計コードを含む買物ファイル41を選択する。
 買物ファイル41を選択した端末コントローラ40は、ACT83としてその買物ファイル41のデータを、問合せコマンド送信元のPOS端末20へと送信する。また端末コントローラ40は、その買物ファイル41に記憶されている端末IDを含む終了通知コマンドをアクセスポイント60から無線送信する。さらに端末コントローラ40は、ACT85としてその買物ファイル41の削除フラグを、削除状態を示す値“1”に書き換える。以上で、端末コントローラ40は、POS端末20からの問合せコマンドの受信処理を終了する。
 因みに、終了通知コマンドに含まれる端末IDが設定された情報端末10は、会計コードを表す機械可読コードがPOS端末20のスキャナ73で読み取られた情報端末10である。この情報端末10においては、前述したようにプロセッサ11が、図6のACT14の処理を実行する。すなわちプロセッサ11は、選択終了通知コマンドを受信したことに応じて、会計コードを表す機械可読コードを消去する。
 図10の説明に戻る。
 買物ファイルの問合せコマンドを送信したPOS端末20のプロセッサ21は、ACT62として買物ファイル41のデータ受信を待ち受ける。通信インターフェース25を介して買物ファイル41のデータを受信すると、プロセッサ21は、ACT62からACT63へと進む。プロセッサ21は、ACT63として買物ファイル41のデータの中から登録商品データを全て抽出する。そしてプロセッサ21は、ACT64として抽出した登録商品データにそれぞれ種別フラグを付加して購買商品データとする。このときプロセッサ21は、ACT65として種別フラグを“1”とする。しかる後、プロセッサ21は、ACT66として種別フラグを“1”とした購買商品データを取引ファイル81に全て記憶させる。ここにプロセッサ21は、ACT54及びACT55の処理を実行することにより、受付部214としての機能を実現する。またプロセッサ21は、ACT61乃至ACT66の処理を実行することにより、第2の取得部212としての機能を実現する。
 ACT60において種別フラグが“0”の購買商品データを取引ファイル81に記憶させるか、ACT66において種別フラグが“1”の購買商品データを取引ファイル81に記憶させると、プロセッサ21は、ACT67へと進む。プロセッサ21は、ACT67として取引ファイル81に記憶されたデータを基に、タッチパネル71に登録明細画面SC(図13を参照)を表示させる。
 図13は、登録明細画面SCの一表示例である。登録明細画面SCは、商品A、商品B、商品C、商品D及び商品Eの5品目の商品の購買商品データが取引ファイル81に記憶されている場合である。ここで、商品Aの購買商品データは、会計コードがスキャニングされる前の商品コードのスキャニングによって取引ファイル81に記憶された購買商品データ、つまりは種別フラグが“0”の購買商品データである。一方、商品B、商品C及び商品Dの購買商品データは、会計コードがスキャニングされたことに応じて端末コントローラ40から転送された買物ファイル41の登録商品データに基づく購買商品データ、つまりは種別フラグが“1”の購買商品データである。また、商品Eの購買商品データは、会計コードがスキャニングされた後の商品コードのスキャニングによって取引ファイル81に記憶された購買商品データ、つまりは種別フラグが“0”の購買商品データである。
 図13に示すように、種別フラグが“1”の購買商品データに対応した商品名、価格、点数及び金額の登録明細情報には、例えば星型のマークが表示されている。一方、種別フラグが“0”の購買商品データに対応した商品名、価格、点数及び金額の登録明細情報には、マークが表示されていない。このように、登録明細画面SCにおいては、種別フラグが“1”の購買商品データに対応した登録明細情報と、種別フラグが“0”の購買商品データに対応した登録明細情報とが、マークの有無によって識別可能となっている。ここにプロセッサ21は、ACT67の処理を実行することにより、表示部215としての機能を実現する。
 登録明細画面SCを表示したPOS端末20のプロセッサ21は、図11のACT7171へと進む。プロセッサ21は、ACT71としてスキャナ73によるスキャニングがさらに行われるか、ACT72としてキーボード72の小計キーが入力されるのを待ち受ける。スキャニングが行われた場合には、プロセッサ21は、ACT71から図10のACT55へと戻る。すなわちプロセッサ21は、会計コードがスキャニングされたのか商品コードがスキャニングされたのかを識別する。商品コードがスキャニングされた場合には、プロセッサ21は、ACT57乃至ACT60及びACT67の処理を前述したのと同様に実行する。会計コードがスキャニングされた場合には、プロセッサ21は、ACT61乃至ACT66及びACT67の処理を前述したのと同様に実行する。
 したがって、スキャナ73で商品のバーコードが読み取られた場合には、その商品に係る購買商品データが取引ファイル81に記憶される。同様に、スキャナ73で別の情報端末10のタッチパネル14に表示された会計コードが読み取られた場合には、その会計コードで特定される買物ファイル41に記憶された登録商品データに基づく購買商品データが取引ファイル81に記憶される。そして、取引ファイル81に記憶された全ての購買商品データに基づいて、登録明細画面SCが更新される。このとき、スキャナ73でバーコードが読み取られた商品に係る購買商品データの種別フラグは“0”である。スキャナ73で会計コードが読み取られた買物ファイル41の登録商品データに基づく購買商品データの種別フラグは“1”である。したがって、登録明細画面SCにおいては、スキャナ73でバーコードが読み取られた商品に係る購買商品データと、スキャナ73で会計コードが読み取られた買物ファイル41の登録商品データに基づく購買商品データとが識別可能に表示される。
 ACT71及びACT72の待ち受け状態において、小計キーが入力されたことを確認すると、プロセッサ21は、ACT73へと進む。プロセッサ21は、ACT73として決済金額を算出する。すなわちプロセッサ21は、取引ファイル81に記憶されている全ての購買商品データの金額を合算して合計金額を算出する。そして小計キーの入力後に値引額が入力された場合には、プロセッサ21は、その合計金額から値引額を減算して決済金額とする。値引額が入力されない場合には、プロセッサ21は、取引ファイル81の合計金額をそのまま決済金額とする。
 決済金額を算出したプロセッサ21は、ACT74として登録の締めキーが入力されるのを待ち受ける。締めキーには、例えば現金支払い用の締めキー、クレジットカード支払い用の締めキー、電子マネー支払い用の締めキー等のように支払い方法別の締めキーがある。いずれかの締めキーが入力されると、プロセッサ21は、ACT74からACT75へと進む。プロセッサ21は、ACT75として支払い方法別の決済処理を実行する。例えば現金支払いが選択された場合には、プロセッサ21は、現金決済処理を実行する。すなわちプロセッサ21は、預り金額から決済金額を引き去り、その残額を釣銭として自動釣銭機から払い出すための決済処理を実行する。このような現金決済処理は周知の処理であるので、ここでの詳細な説明は割愛する。同様に、クレジットカード支払いに対する決済処理、また電子マネー支払いに対する決済処理も周知の処理であるので、説明は割愛する。ここにプロセッサ21は、ACT72乃至ACT75の処理を実行することにより、決済部213としての機能を実現する。
 決済処理を終えたプロセッサ21は、ACT76へと進む。プロセッサ21は、ACT76として取引ファイル81に記憶されたデータを基にレシートの印字データを作成し、プリンタ74に出力して、レシートを発行させる。なお、レシートは、紙レシートでなく電子レシートとして発行してもよい。因みに、このレシートにおいても、種別フラグが“1”の購買商品データに対応した登録明細情報と、種別フラグが“0”の購買商品データに対応した登録明細情報とを、マークの有無等によって識別可能としてもよい。
 レシートの発行を終えたプロセッサ21は、ACT77へと進む。プロセッサ21は、ACT77として取引ファイル81を補助記憶デバイス23で保存する。以上で、プロセッサ21は、会計開始が指示された後の情報処理を終了する。
 以上詳述したように、POS端末20を操作する店員は、売場で情報端末10を使用して購入しようとする商品をセルフ登録した客が会計を申し出た場合には、情報端末10のタッチパネル14に表示されている会計コードをスキャナ73でスキャニングする。そうすることにより、その会計コードで特定される買物ファイル41内の登録商品データに基づく購買商品データが取引ファイル81に記憶される。ここで、客がセルフ登録をしていない商品の追加を申し出た場合、店員は、その商品の商品コードをスキャナ73でスキャニングする。そうすることにより、その商品コードで特定される商品の購買商品データが取引ファイル81に記憶される。
 なお、追加商品の商品コードをスキャニングするタイミングは、会計コードをスキャニングする前であってもよいし、後であってもよい。2品目以上の商品を追加登録する場合には、商品コードで特定される商品の購買商品データ前と後にそれぞれスキャニングしてもよい。いずれの場合も、会計コードで特定される買物ファイル41内の登録商品データに基づく購買商品データと、商品コードで特定される商品の購買商品データとが、取引ファイル81に記憶される。
 その後、店員が小計キーに続いて締めキーを入力すると、取引ファイル81のデータを基に決済処理が実行される。したがって、本実施形態によれば、情報端末10によってセルフ登録された商品だけでなく、POS端末20で追加登録された商品も含めて1つの商取引として決済できるPOS端末20を提供することができる。
 ところで、取引ファイル81に記憶される購買商品データの種別フラグは、POS端末20で登録された商品の場合に“0”となり、情報端末10でセルフ登録された商品の場合に“1”となる。そして、登録明細画面SCに購買商品データの商品名、価格等を表示する際には、種別フラグが“1”の購買商品データに星型のマークが付される。したがって、店員又は客は、登録明細画面SCの情報から売場でセルフ登録された商品と会計場で追加登録された商品とを容易に識別することができる。
 また、本実施形態において、POS端末20のプロセッサ21は、情報端末10のタッチパネル14に表示された会計コードをスキャニングして、図10のACT61乃至ACT67の処理を終えた後も、図11のACT71及びACT72の待ち受け状態となる。そして、別の情報端末10のタッチパネル14に表示された会計コードがスキャニングされると、プロセッサ21は、図10のACT61乃至ACT67の処理を再度実行する。したがって、POS端末20によれば、2台以上の情報端末10でそれぞれセルフ登録された商品を1つの商取引としてまとめて決済することもできる。このような機能は、例えば家族がそれぞれ情報端末10を使用して売場でセルフ登録した商品を、会計場でまとめて決済する場合に有効である。
 POS端末20は、情報端末10を使用してセルフ登録を行った客だけでなく、セルフ登録を行っていない客との商取引も決済することができる。したがって、店舗の会計場にセルフ登録を行った客専用の決済装置を設けなくてもよい。その結果、設備コストの低減を図ることができる。
 [第2の実施形態]
 第1の実施形態では、1つの商取引としてまとめて決済できる情報端末10の台数を無制限とした。第2の実施形態は、情報端末10の台数に制限を設ける。以下、図14及び図15を用いて、第2の実施形態を説明する。なお、以下では、第1の実施形態と異なる部分について説明し、第1の実施形態と共通する部分については説明を省略する。
 図14は、第2の実施形態において、POS端末20のプロセッサ21が有する主要な機能を示す模式図である。図示するように、プロセッサ21は、第1の実施形態で説明した、第1の取得部211、第2の取得部212、決済部213、受付部214及び表示部215としての機能に加えて、制限部216としての機能を備えている。制限部216は、受付部214で受け付ける識別情報、つまりは会計コードの数を制限する機能である。制限部216としての機能は、POS端末20のプロセッサ21が決済プログラム231に従って実行する情報処理の中で説明される。
 図15は、第2の実施形態において、POS端末20のプロセッサ21が決済プログラム231に従って実行する情報処理の要部手順の前半部を示す流れ図である。なお、第1の実施形態において、図10を用いて説明した情報処理と共通する部分には同一符号を付してある。後半部については、図11を用いて説明した第1の実施形態と共通であるので、図示を省略する。
 すなわち第2の実施形態において、プロセッサ21は、ACT53において取引ファイルを作成した後に、ACT101としてカウンタnを“0”にリセットする。その後、プロセッサ21は、ACT54においてスキャニングを待ち受ける。ここで、商品コードがスキャニングされた場合には、プロセッサ21は、ACT54からACT56へと進み、さらにACT57へと進む。プロセッサ21は、ACT57乃至ACT60及びACT67の処理を第1の実施形態と同様の手順で実行する。
 一方、会計コードがスキャニングされた場合には、プロセッサ21は、ACT54からACT55へと進み、さらにACT102へと進む。プロセッサ21は、ACT102としてカウンタnを“1”だけカウントアップする。そしてプロセッサ21は、ACT103としてカウンタnが上限値Nを超えたか否かを確認する。上限値Nは、1つの商取引としてまとめて決済できる情報端末10の台数の上限値である。上限値Nは、「1」以上の任意の整数である。上限値Nは、例えばセルフ登録システム100を採用する店舗が任意に設定することができる。
 カウンタnが上限値Nを超えていない場合、プロセッサ21は、ACT103からACT61へと進む。そしてプロセッサ21は、ACT61乃至ACT66及びACT67の処理を第1の実施形態と同様の手順で実行する。これに対し、カウンタnが上限値Nを超えた場合には、プロセッサ21は、ACT61以降の処理を実行しない。プロセッサ21は、ACT103からACT54へと戻る。
 ここにプロセッサ21は、ACT101乃至ACT103の処理を実行することにより、1商取引において入力可能な会計コードの数を上限値N以下に制限する制限部216としての機能を実現する。
 このように、制限部216を備えた第2の実施形態によれば、1つの商取引としてまとめて決済できる情報端末10の台数に制限を設けることができる。例えば上限値Nを“1”とすることによって、1つの商取引としてまとめて決済できる情報端末10を1台に制限することができる。同様に、例えば上限値Nを“2”とすることによって、1つの商取引としてまとめて決済できる情報端末10を2台に制限することができる。
 このように情報端末10の台数に制限を設けることによって、誤って別の客がセルフ登録した商品のデータを1つの商取引のデータとしてまとめてしまうミスの発生を未然に防ぐことができる。
 [第3の実施形態]
 第1の実施形態では、POS端末20でバーコード入力により商品登録が行われた状態で、会計コードがスキャニングされると、その会計コードで特定される買物ファイル41の登録商品データに基づく購買商品データを無条件で取引ファイル81に記憶した。しかし、無条件とすると、誤って別の客の会計コードをスキャニングしてしまい、1つの商取引としてまとめてしまうミスを防止することができない。この点に関して、第2の実施形態では、情報端末の10の台数に制限を設けたが、セルフ登録を利用していない客の購入商品に、セルフ登録を利用した客の購入商品のデータを含めてしまうミスは防ぐことができない。そこで第3の実施形態は、受付部で受け付けた識別情報で識別される商品の情報を外部システムから取得するか否かをオペレータが確認できるようにする。このような確認が行われることによって、上述したミスは未然に防ぐことができる。以下、図16及び図17を用いて、第3の実施形態を説明する。なお、以下では、第1の実施形態と異なる部分について説明し、第1の実施形態と共通する部分については説明を省略する。
 図16は、第3の実施形態において、POS端末20のプロセッサ21が有する主要な機能を示す模式図である。図示するように、プロセッサ21は、第1の実施形態で説明した、第1の取得部211、第2の取得部212、決済部213、受付部214及び表示部215としての機能に加えて、検出部217としての機能を備えている。検出部217は、受付部214で受け付ける識別情報、つまりは会計コードで識別される商品の情報を外部システムから取得するか否かの指示を検出する機能である。検出部217としての機能は、POS端末20のプロセッサ21が決済プログラム231に従って実行する情報処理の中で説明される。
 図17は、第3の実施形態において、POS端末20のプロセッサ21が決済プログラム231に従って実行する情報処理の要部手順の前半部を示す流れ図である。なお、第1の実施形態において、図10を用いて説明した情報処理と共通する部分には同一符号を付してある。後半部については、図11を用いて説明した第1の実施形態と共通であるので、図示を省略する。
 すなわち第3の実施形態において、プロセッサ21は、ACT54において会計コードがスキャニングされると、ACT55からACT111へと進む。プロセッサ21は、ACT111して取引ファイル81に種別コードが“0”の購買商品データが記憶されているか否かを確認する。種別コードが“0”の購買商品データが記憶されていない場合、会計コードのスキャニングよりも前にバーコードの読取りによる商品登録は行われていない。プロセッサ21は、ACT111からACT61へと進む。そしてプロセッサ21は、ACT61乃至ACT66及びACT67の処理を第1の実施形態と同様の手順で実行する。
 一方、種別コードが“0”の購買商品データが記憶されている場合には、プロセッサ21は、ACT111からACT112へと進む。プロセッサ111は、ACT112としてタッチパネル71に確認画面を表示させる。確認画面は、セルフ登録された商品のデータを取得するか否かを、POS端末20のオペレータである店員が確認するため画面である。確認画面には、データの取得を許容するOKボタンと、所得を許容しないNGボタンとが配置されている。
 プロセッサ21は、ACT113としてOKボタンが入力されるか、NGボタンが入力されるのを待ち受ける。OKボタンが入力された場合、プロセッサ21は、ACT113からACT61へと進む。そしてプロセッサ21は、ACT61乃至ACT66及びACT67の処理を第1の実施形態と同様の手順で実行する。
 これに対し、NGボタンが入力された場合には、プロセッサ21は、ACT113からACT54へと戻る。すなわちプロセッサ21は、会計コードのスキャニングを無視して、次のスキャニングを待ち受ける。
 ここに、ACT111乃至ACT113の処理を実行することにより、検出部217としての機能を実現する。
 このように、検出部217を備えた第3の実施形態によれば、受付部214で受け付けた識別情報で識別される買物ファイル41のデータを端末コントローラ40から取得するか否かを店員が確認し、取得することが指示された場合に限り、買物ファイル41のデータが端末コントローラ40からPOS端末20にダウンロードされる。したがって、セルフ登録を利用していない客の購入商品に、セルフ登録を利用した客の購入商品のデータを含めてしまうミスを未然に防ぐことができる。
 以上、いくつかの実施形態について説明したが、かかる実施形態はこれに限定されるものではない。
 例えば前記各実施形態においては、POS端末20のオペレータが店員である場合を想定した。オペレータは、客自身であってもよい。すなわちPOS端末20は、セルフPOS端末であってもよい。
 例えば前記実施形態では、各商品に商品コードを表すバーコードが付されているものとして説明を行った。この点に関しては、必ずしも、各商品にバーコードが付されていなくてもよい。バーコードが付されていない商品については、例えばタッチパネルに表示されるバーコード無商品のリストから選択することによって登録処理を行う周知の方法を適用すればよい。また、各商品にRFIDタグを付し、タグリーダでRFIDタグを読み取ることによって商品の登録処理を行うシステムにも、本実施形態は適用することができる。
 前記実施形態では、登録明細画面SCにおいて、種別フラグが“1”の購買商品データに対応した登録明細情報と、種別フラグが“0”の購買商品データに対応した登録明細情報とを、マークの有無によって識別可能とした。この点に関しては、マークの種類の違いによって識別可能としてもよい。あるいは、種別フラグが“1”の購買商品データに対応した登録明細情報と、種別フラグが“0”の購買商品データに対応した登録明細情報とを、区分けして表示することによって、識別可能としてもよい。
 上記説明した本実施形態の決済装置は、以下の通りである。
(1)
 入力デバイスを介して入力された商品に関するデータを基に商品の情報を取得する第1の取得部と、
 情報端末を介して入力された商品に関するデータを基に記憶された商品の情報を外部システムから取得する第2の取得部と、
 前記第1の取得部及び前記第2の取得部により取得した前記商品の情報に基づいて決済する決済部と、
を具備する決済装置。
(2)
 前記外部システムから取得する前記商品の情報を識別する識別情報を受け付ける受付部、
をさらに具備し、
 前記第2の取得部は、前記受付部で受け付けた前記識別情報で識別される前記商品の情報を前記外部システムから取得する、(1)記載の決済装置。
(3)
 前記受付部で受け付ける前記識別情報の数を制限する制限部、
をさらに具備する、(2)記載の決済装置。
(4)
 前記受付部で受け付けた前記識別情報で識別される前記商品の情報を前記外部システムから取得するか否かの指示を検出する検出部、
をさらに具備し、
 前記第2の取得部は、前記検出部が前記外部システムから取得する指示を検出したことを条件に、前記受付部で受け付けた前記識別情報で識別される前記商品の情報を前記外部システムから取得する、(2)又は(3)記載の決済装置。
(5)
 前記第1の取得部により取得した前記商品の情報と前記第2の取得部により取得した前記商品の情報とを識別可能に表示する表示部、
をさらに具備する(1)乃至(4)のうちいずれか一つに記載の決済装置。
(6)
 決済装置のコンピュータを、
 入力デバイスを介して入力された商品に関するデータを基に商品の情報を取得する第1の取得部、
 情報端末を介して入力された商品に関するデータを基に記憶された商品の情報を外部システムから取得する第2の取得部、及び、
 前記第1の取得部及び前記第2の取得部により取得した前記商品の情報に基づいて決済する決済部、
として機能させるための決済プログラム。
(7)
 決済装置のコンピュータを、
 入力デバイスを介して入力された商品に関するデータを基に商品の情報を取得する第1の取得部、
 情報端末を介して入力された商品に関するデータを基に記憶された商品の情報を外部システムから取得する第2の取得部、及び、
 前記第1の取得部及び前記第2の取得部により取得した前記商品の情報に基づいて決済する決済部、
として機能させるための決済プログラムを記憶したコンピュータ可読記憶媒体。
 本実施形態に係るプログラムは、電子機器に記憶された状態で譲渡されてよいし、電子機器に記憶されていない状態で譲渡されてもよい。後者の場合は、プログラムは、ネットワークを介して譲渡されてよいし、記憶媒体に記憶された状態で譲渡されてもよい。記憶媒体は、非一時的な有形の媒体である。記憶媒体は、コンピュータ可読媒体である。記憶媒体は、CD-ROM、メモリカード等のプログラムを記憶可能かつコンピュータで読取可能な媒体であればよく、その形態は問わない。
 これら新規な実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態及びその変形は、発明の範囲に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。

Claims (7)

  1.  入力デバイスを介して入力された商品に関するデータを基に商品の情報を取得する第1の取得部と、
     情報端末を介して入力された商品に関するデータを基に記憶された商品の情報を外部システムから取得する第2の取得部と、
     前記第1の取得部及び前記第2の取得部により取得した前記商品の情報に基づいて決済する決済部と、
    を具備する決済装置。
  2.  前記外部システムから取得する前記商品の情報を識別する識別情報を受け付ける受付部、
    をさらに具備し、
     前記第2の取得部は、前記受付部で受け付けた前記識別情報で識別される前記商品の情報を前記外部システムから取得する、請求項1記載の決済装置。
  3.  前記受付部で受け付ける前記識別情報の数を制限する制限部、
    をさらに具備する、請求項2記載の決済装置。
  4.  前記受付部で受け付けた前記識別情報で識別される前記商品の情報を前記外部システムから取得するか否かの指示を検出する検出部、
    をさらに具備し、
     前記第2の取得部は、前記検出部が前記外部システムから取得する指示を検出したことを条件に、前記受付部で受け付けた前記識別情報で識別される前記商品の情報を前記外部システムから取得する、請求項2記載の決済装置。
  5.  前記第1の取得部により取得した前記商品の情報と前記第2の取得部により取得した前記商品の情報とを識別可能に表示する表示部、
    をさらに具備する請求項1乃至4のうちいずれか一記載の決済装置。
  6.  決済装置のコンピュータを、
     入力デバイスを介して入力された商品に関するデータを基に商品の情報を取得する第1の取得部、
     情報端末を介して入力された商品に関するデータを基に記憶された商品の情報を外部システムから取得する第2の取得部、及び、
     前記第1の取得部及び前記第2の取得部により取得した前記商品の情報に基づいて決済する決済部、
    として機能させるための決済プログラム。
  7.  決済装置のコンピュータを、
     入力デバイスを介して入力された商品に関するデータを基に商品の情報を取得する第1の取得部、
     情報端末を介して入力された商品に関するデータを基に記憶された商品の情報を外部システムから取得する第2の取得部、及び
     前記第1の取得部及び前記第2の取得部により取得した前記商品の情報に基づいて決済する決済部、
     として機能させるためのプログラムを記憶した非一時的なコンピュータ可読記憶媒体。
     

     
PCT/JP2023/017579 2022-08-23 2023-05-10 決済装置、決済プログラム、及びコンピュータ可読記憶媒体 WO2024042785A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2022132661A JP2024030095A (ja) 2022-08-23 2022-08-23 決済装置及び決済プログラム
JP2022-132661 2022-08-23

Publications (1)

Publication Number Publication Date
WO2024042785A1 true WO2024042785A1 (ja) 2024-02-29

Family

ID=90012978

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2023/017579 WO2024042785A1 (ja) 2022-08-23 2023-05-10 決済装置、決済プログラム、及びコンピュータ可読記憶媒体

Country Status (2)

Country Link
JP (1) JP2024030095A (ja)
WO (1) WO2024042785A1 (ja)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007172559A (ja) * 2005-12-26 2007-07-05 Toshiba Tec Corp 商品登録処理システム
JP2016126729A (ja) * 2015-01-08 2016-07-11 東芝テック株式会社 電子レシートサーバとその制御プログラムならびに電子レシートシステム
JP2021051339A (ja) * 2019-09-20 2021-04-01 東芝テック株式会社 チェックアウトシステム
JP2021081982A (ja) * 2019-11-19 2021-05-27 株式会社寺岡精工 商品登録処理システム及びプログラム

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007172559A (ja) * 2005-12-26 2007-07-05 Toshiba Tec Corp 商品登録処理システム
JP2016126729A (ja) * 2015-01-08 2016-07-11 東芝テック株式会社 電子レシートサーバとその制御プログラムならびに電子レシートシステム
JP2021051339A (ja) * 2019-09-20 2021-04-01 東芝テック株式会社 チェックアウトシステム
JP2021081982A (ja) * 2019-11-19 2021-05-27 株式会社寺岡精工 商品登録処理システム及びプログラム

Also Published As

Publication number Publication date
JP2024030095A (ja) 2024-03-07

Similar Documents

Publication Publication Date Title
JP6290121B2 (ja) チェックアウトシステム、決済装置及びその制御プログラム
JP6178293B2 (ja) チェックアウトシステムおよび決済装置並びにその制御プログラム
CN111652608B (zh) 商品销售数据处理装置及控制方法、存储介质、电子设备
JP6251146B2 (ja) チェックアウトシステムおよび決済装置並びにその制御プログラム
JP6740298B2 (ja) チェックアウトシステム、会計機、及び制御プログラム
JP2017134740A (ja) チェックアウトシステム、決済装置及びその制御プログラム
JP6407121B2 (ja) チェックアウトシステム、会計機、及び制御プログラム
JP2020057131A (ja) 買い物支援システム、情報処理装置及び情報処理プログラム
WO2024042785A1 (ja) 決済装置、決済プログラム、及びコンピュータ可読記憶媒体
JP6603386B2 (ja) チェックアウトシステムおよび商品登録装置並びにその制御プログラム
JP2018092373A (ja) チェックアウトシステム、登録装置、決済装置及び制御プログラム
JP6466545B2 (ja) チェックアウトシステム、決済装置及びそのプログラム
CN112418970A (zh) 商品销售处理系统、商品销售处理装置及方法、存储介质
JP2016162106A (ja) チェックアウトシステム及び決済装置並びにその制御プログラム
JP6874188B2 (ja) チェックアウトシステム
JP6936368B2 (ja) チェックアウトシステム、会計機、及び制御プログラム
JP7375236B2 (ja) チェックアウトシステム、決済装置及びその制御プログラム
JP6682603B2 (ja) 決済装置並びにその制御プログラム
JP7325983B2 (ja) 商品販売データ処理装置
WO2023095364A1 (ja) 商品登録装置、商品登録方法及びプログラム記録媒体
JP7434433B2 (ja) 決済装置及び決済プログラム
JP6928141B2 (ja) チェックアウトシステム及び登録装置と、制御プログラム
US20230071944A1 (en) Payment apparatus and payment method for the same
JP6434604B2 (ja) チェックアウトシステムおよび決済装置並びにその制御プログラム
US20230091825A1 (en) Checkout apparatus and checkout method

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

Country of ref document: EP

Kind code of ref document: A1