CN108765794A - A method of the cash register platform based on B/S framework realizes that whole list quickly gives a discount using coding plus shortcut key - Google Patents

A method of the cash register platform based on B/S framework realizes that whole list quickly gives a discount using coding plus shortcut key Download PDF

Info

Publication number
CN108765794A
CN108765794A CN201810320501.6A CN201810320501A CN108765794A CN 108765794 A CN108765794 A CN 108765794A CN 201810320501 A CN201810320501 A CN 201810320501A CN 108765794 A CN108765794 A CN 108765794A
Authority
CN
China
Prior art keywords
cash register
pharmacy
commodity
coding
whole
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201810320501.6A
Other languages
Chinese (zh)
Inventor
陈林
张来卿
庞严冬
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhuhai Hengqin Shengda Zhaoye Technology Investment Co Ltd
Original Assignee
Zhuhai Hengqin Shengda Zhaoye Technology Investment Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhuhai Hengqin Shengda Zhaoye Technology Investment Co Ltd filed Critical Zhuhai Hengqin Shengda Zhaoye Technology Investment Co Ltd
Priority to CN201810320501.6A priority Critical patent/CN108765794A/en
Publication of CN108765794A publication Critical patent/CN108765794A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07GREGISTERING THE RECEIPT OF CASH, VALUABLES, OR TOKENS
    • G07G1/00Cash registers
    • G07G1/0036Checkout procedures
    • G07G1/0045Checkout procedures with a code reader for reading of an identifying code of the article to be registered, e.g. barcode reader or radio-frequency identity [RFID] reader
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0207Discounts or incentives, e.g. coupons or rebates
    • G06Q30/0238Discounts or incentives, e.g. coupons or rebates at point-of-sale [POS]
    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07GREGISTERING THE RECEIPT OF CASH, VALUABLES, OR TOKENS
    • G07G1/00Cash registers
    • G07G1/12Cash registers electronically operated

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • Finance (AREA)
  • Engineering & Computer Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Game Theory and Decision Science (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Cash Registers Or Receiving Machines (AREA)

Abstract

The present invention relates to pharmacy's cash register platform technology field, more particularly to a kind of pharmacy's cash register platform based on B/S framework realizes the method that whole list quickly gives a discount using coding plus shortcut key.The method of the present invention is to automatic jump to the cash register page after cashier logs in pharmacy's system, items scanning bar code is added in commodity to table, then all commodity are chosen, input at the coding "/" with the positive integer that is less than between 100, press "enter" key", automatically the discount rate and consumption sum of all commodity are changed, while changing total consumption sum, realizes whole singles' folding.The present invention solves the problems, such as that coding plus shortcut key cannot be used rapidly to carry out whole singles to client in pharmacy's cash register system to be rolled over.

Description

A kind of cash register platform based on B/S framework is quick using coding plus the whole list of shortcut key realization The method of discounting
Technical field
The present invention relates to pharmacy's system cash register platform technology field, more particularly to a kind of cash register platform based on B/S framework makes The method that whole list quickly gives a discount is realized with coding plus shortcut key.
Background technology
Some clients are often given to carry out commodity discount in pharmacy's cash register, but cash register system most at present is all It is that C/S adds structure, coding plus shortcut key is not used to do, function is not also complete, or basic just without these functions, is unfavorable for When shops's merchandising that efficiently, rapidly process the operation of whole single commodity discount;In order to solve these problems, it needs Realize that a kind of operation is succinct and can rapidly all commodity be carried out with the function of discount.
Invention content
Present invention solves the technical problem that being to provide a kind of pharmacy's cash register system use coding quickening based on B/S frameworks The method that prompt key realizes whole singles' folding;Solve in pharmacy's cash register system cannot use coding plus shortcut key to client rapidly The problem of carrying out whole singles' folding.
The present invention solve above-mentioned technical problem technical solution be:
The cash register page is automatic jumped to after cashier logs in pharmacy's system.It is redirected automatically when after cashier logs in pharmacy's system To the cash register page, items scanning bar code is added in commodity to table, and all commodity are then chosen, and is inputted at coding "/" with it is small Positive integer between 100, presses "enter" key", changes the discount rate and consumption sum of all commodity automatically, while changing always Consumption sum realizes whole singles' folding.Coding plus shortcut key cannot be used fast to client in pharmacy's cash register system to solve The problem of carrying out whole singles' folding fastly.
The method specifically comprises the following steps:
Step 1: cashier logs in pharmacy's system, the cash register page is automatic jumped to;
Step 2: scanning product bar code is added in table;
Step 3: selecting all commodity;
Step 4: inputting at the coding "/" with the positive integer that is less than between 100;
Step 5: pressing "enter" key", the discount rate and consumption sum of all commodity are changed, while changing total consumption sum;
Step 6: clicking confirming button of checking out, sale is completed.
Beneficial effects of the present invention:The cash register page is automatic jumped to after cashier logs in pharmacy's system, items scanning bar code adds Add in commodity to table, then choose all commodity, input at the coding "/" with the positive integer that is less than between 100, press "enter" key", changes the discount rate and consumption sum of all commodity automatically, while changing total consumption sum, realizes whole singles' folding, To achieve the purpose that cashier rapidly can carry out whole single discount according to the demand of client when checking out.Effectively solve Coding plus shortcut key cannot used rapidly to carry out the problem of whole singles roll over to client in pharmacy's cash register system.
Description of the drawings
The following further describes the present invention with reference to the drawings:
Fig. 1 is the flow chart of the present invention.
Specific implementation mode
As shown in Figure 1, the present invention uses following steps:
Step 1: cashier logs in pharmacy's system, the cash register page is automatic jumped to;
// log in
@RequestMapping(value = "/login", method = RequestMethod.POST)
public String login(String account, String password) throws Exception{
Subject subject = ShiroUtil.getSubject();
password = MD5Util.encrypt(password, sysConstantService.findSalt());
UsernamePasswordToken token = new UsernamePasswordToken(account, password);
subject.login(token);
return "/views/pos.jsp";// jump to the Pos cash register pages
}
Step 2: scanning product bar code is added in table;
Step 3: selecting all commodity;
Step 4: inputting at the coding "/" with the positive integer that is less than between 100;Such as:
var barCode = $code.val();// obtain the character code inputted
If (barCode.match (/ ^ d { 1,3 } $/ig)) // judged using regular expression
}
Step 5: pressing "enter" key", the discount rate and consumption sum of all commodity are changed, while changing total consumption sum. Such as:
// click confirming button
document.onkeydown = function(e) {
var e = window.event || e || e.which;
var currKey = e.keyCode||e.charCode;
If (e && currKey==13) { // carriage return "enter" key"
updateAllDiscount();
}
}
// start whole singles' folding
function updateAllDiscount () {
var datas = $table.bootstrapTable("getData");
if(!datas||datas.length==0){
DialogMsg (" no data cannot give a discount ", " error ");
return false;
}
var barCode = $code.val().substr(1,barCode.length);
if(barCode <=0 || barCode > 100){
DialogMsg (" discount input is illegal, and range is between 1 to 100 ", " error ");
return false;
}
$ .each (datas, function (index, obj) { // traversal updates
var discountPrice = obj.costPrice * barCode/100;Valence after // folding
var memberAmount = fixNum(obj.saleCount * discountPrice);// the amount of money
// update discount and the amount of money
$table.bootstrapTable('updateRow', {
index: index,
row: {discount: barCode, memberAmount: memberAmount,}
});
})
updateSaleOrder();The total sales order information of // update
$code.val("");// empty coding
}
Step 6: clicking confirming button of checking out, sale is completed;
Function submitSaleOrder () // submit sales order
……
}。

Claims (2)

1. a kind of cash register platform based on B/S framework realizes that the method that whole list quickly gives a discount, feature exist using coding plus shortcut key In:The cash register page is automatic jumped to after cashier logs in pharmacy's system, items scanning bar code is added in commodity to table, then Choose all commodity, input at the coding "/" with the positive integer that is less than between 100, press "enter" key", change all quotient automatically The discount rate and consumption sum of product, while total consumption sum is changed, realize whole singles' folding.To solve in cash register system of pharmacy Coding plus shortcut key cannot be used rapidly to carry out the problem of whole singles roll over to client on system.
2. the method for the whole singles' folding of the pharmacy's cash register system solved based on B/S frameworks according to claim 1, feature It is:The method specifically comprises the following steps:
Step 1: cashier logs in pharmacy's system, the cash register page is automatic jumped to;
Step 2: scanning product bar code is added in table;
Step 3: selecting all commodity;
Step 4: inputting at the coding "/" with the positive integer that is less than between 100;
Step 5: pressing "enter" key", the discount rate and consumption sum of all commodity are changed, while changing total consumption sum;
Step 6: clicking confirming button of checking out, sale is completed.
CN201810320501.6A 2018-04-11 2018-04-11 A method of the cash register platform based on B/S framework realizes that whole list quickly gives a discount using coding plus shortcut key Pending CN108765794A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810320501.6A CN108765794A (en) 2018-04-11 2018-04-11 A method of the cash register platform based on B/S framework realizes that whole list quickly gives a discount using coding plus shortcut key

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810320501.6A CN108765794A (en) 2018-04-11 2018-04-11 A method of the cash register platform based on B/S framework realizes that whole list quickly gives a discount using coding plus shortcut key

Publications (1)

Publication Number Publication Date
CN108765794A true CN108765794A (en) 2018-11-06

Family

ID=63981288

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810320501.6A Pending CN108765794A (en) 2018-04-11 2018-04-11 A method of the cash register platform based on B/S framework realizes that whole list quickly gives a discount using coding plus shortcut key

Country Status (1)

Country Link
CN (1) CN108765794A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1290903A (en) * 1999-09-23 2001-04-11 国际商业机器公司 Electronically redeeming preferential ticket and product discount by using networking product data base
CN1378664A (en) * 1999-09-15 2002-11-06 爱德华·A·德夫林 Method and system for redeem product marketing rebates
CN1720544A (en) * 2001-12-08 2006-01-11 朴源澈 Business method of agreement on end-consumer price and quantity according to buyer's plural asking quantity operated
CN1848171A (en) * 2006-03-25 2006-10-18 福建新大陆电脑股份有限公司 Mobile telephone and method for applying two-dimensional code on commercial discount ticket
CN1932902A (en) * 2005-09-13 2007-03-21 肖首信 Intelligent discounting system on tax control cash collecting machine
CN101299284A (en) * 2008-06-06 2008-11-05 任雪松 Automatic information sale apparatus, system and method
CN104424725A (en) * 2013-09-08 2015-03-18 沈阳国裕科技有限公司 POS machine control system
CN106293489A (en) * 2016-08-04 2017-01-04 北京迅达云成科技有限公司 The operational approach at a kind of cloud Host Administration interface and device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1378664A (en) * 1999-09-15 2002-11-06 爱德华·A·德夫林 Method and system for redeem product marketing rebates
CN1290903A (en) * 1999-09-23 2001-04-11 国际商业机器公司 Electronically redeeming preferential ticket and product discount by using networking product data base
CN1720544A (en) * 2001-12-08 2006-01-11 朴源澈 Business method of agreement on end-consumer price and quantity according to buyer's plural asking quantity operated
CN1932902A (en) * 2005-09-13 2007-03-21 肖首信 Intelligent discounting system on tax control cash collecting machine
CN1848171A (en) * 2006-03-25 2006-10-18 福建新大陆电脑股份有限公司 Mobile telephone and method for applying two-dimensional code on commercial discount ticket
CN101299284A (en) * 2008-06-06 2008-11-05 任雪松 Automatic information sale apparatus, system and method
CN104424725A (en) * 2013-09-08 2015-03-18 沈阳国裕科技有限公司 POS machine control system
CN106293489A (en) * 2016-08-04 2017-01-04 北京迅达云成科技有限公司 The operational approach at a kind of cloud Host Administration interface and device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
会计从业资格考试命题研究组组编: "《会计电算化》", 31 October 2015 *
胡建斌: "键盘控制JavaScript程序", 《电脑爱好者》 *

Similar Documents

Publication Publication Date Title
Kohavi et al. Seven rules of thumb for web site experimenters
CN107924262A (en) For ordering the method and system for the product previously ordered again automatically
CN106056407A (en) Online banking user portrait drawing method and equipment based on user behavior analysis
US9076140B2 (en) Image embedding apparatus and method
CN103262108A (en) Method for self-heckout with a mobile device
CN104346743A (en) Electronic receipt system, management server, processing device and control method
JP6267096B2 (en) Product sales data processing apparatus and program
JP5881644B2 (en) Product sales data processing apparatus and program
WO2013188584A1 (en) Receipt images apparatus and method
JP2016508261A (en) A framework for generating personalized item lists
CN107292683A (en) Wechat distributes merchant processing systems and its method
WO2018189825A1 (en) Automatic journalizing device, accounts processing device, accounts processing system, accounts processing method, and accounts processing program
JP2022093617A (en) Server apparatus and program
CN107451830A (en) A kind of the whole network channel distribution model system software
CN107403349A (en) A kind of mobile terminal wechat distribution system and its method
CN108510676A (en) A method of the cash register platform based on B/S framework realizes that single commodity give a discount using coding with shortcut key
US20050071186A1 (en) Integrated trade event activity and information system
Zhang et al. How can dmall do better? discussion on new retail marketing mode based on 4Cs theory
CN107239981A (en) A kind of the whole network movement distribution e-commerce system and its application method
CN108765794A (en) A method of the cash register platform based on B/S framework realizes that whole list quickly gives a discount using coding plus shortcut key
JP2017068365A (en) Information processing apparatus
US20140214563A1 (en) Product-Description-Improvement Apparatus And Method
Dogan et al. Does exporter turnover contribute to aggregate productivity growth? Evidence from Malaysian manufacturing
CN108491554A (en) A method of pharmacy&#39;s cash register system based on B/S framework realizes sheet using shortcut key
US8682731B1 (en) Real-time, paper-savings-reporting apparatus and method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20181106