New user looking for assistance
Posted: Mon Apr 23, 2007 3:35 pm
Hiya all.
Firstly, extreme thanks and congratulations to Dale Harris for his work, and for his fantastic kind gesture of allowing this to be used for free!
I have stumbled upon this site through an item I was looking at on eBay (UK), and couldn't believe my eyes!!
I have looked into DHPOS, and even got it running on the laptop I'm typing this with now! But enough of the rambling, here are the question(s), but firstly I feel I need to give you some background information.
I am a freelance web designer, and my best friend has a record shop. He is looking at moving premises, and updating his Casio calculator and small lockable box, to a more functional till system. Since he has a PC already, all I would need to get him is a cash drawer (with solenoid), thermal printer and barcode scanner. This would then allow him to sell his items, in a professional and functional manner.
Now at the same time this is happening, I am redesigning his web site to enable it for e-commerce, allowing his customers to purchase items on-line.
i) Would I be able to use the website (developed in PHP and using a mySQL database) to "talk" to DHPOS. I was thinking of having the PHP scripts updating the tables in DHPOS in real-time. The only thing I wanted to know is would this be possible, or do you have to re-load the tables by closing DHPOS and restarting it?
ii) In DHPOS at the moment, I have the tax option set (17.5% VAT in the UK) but I think I am doing something wrong. If a customer purchases an item worth £9.99 (this should be all they pay). When I ring an item through the till it says they should pay £11.74? So I see that you need to key in the amount of the item minus the VAT / tax and it will add it to make it £9.99.
So I would need to ring through a sale for an item with a value of £8.50 (VAT = £1.49 to be added, bringing the total cost to £9.99).
Is there anyway to get DHPOS to work out the tax total of an item and display it at the bottom of the receipt. i.e. I ring through the following: -
12" Record - 9.99
12" Record - 6.99
12" Record - 7.99
2xCD - 14.99
2 Channel Mixer - 149.99
=======================
TOTAL = 189.95
VAT = 23.29*
=======================
VAT is rated at 17.5%
At the moment I have to do the following: -
12" Record - 8.50
12" Record - 5.95
12" Record - 6.80
2xCD - 12.76
2 Channel Mixer - 127.65
=======================
SUBTOTAL = 166.66
VAT = 23.29*
TOTAL = 189.95
=======================
VAT is rated at 17.5%
Does anyone know of a way to do this?
thanks!!
Firstly, extreme thanks and congratulations to Dale Harris for his work, and for his fantastic kind gesture of allowing this to be used for free!
I have stumbled upon this site through an item I was looking at on eBay (UK), and couldn't believe my eyes!!
I have looked into DHPOS, and even got it running on the laptop I'm typing this with now! But enough of the rambling, here are the question(s), but firstly I feel I need to give you some background information.
I am a freelance web designer, and my best friend has a record shop. He is looking at moving premises, and updating his Casio calculator and small lockable box, to a more functional till system. Since he has a PC already, all I would need to get him is a cash drawer (with solenoid), thermal printer and barcode scanner. This would then allow him to sell his items, in a professional and functional manner.
Now at the same time this is happening, I am redesigning his web site to enable it for e-commerce, allowing his customers to purchase items on-line.
i) Would I be able to use the website (developed in PHP and using a mySQL database) to "talk" to DHPOS. I was thinking of having the PHP scripts updating the tables in DHPOS in real-time. The only thing I wanted to know is would this be possible, or do you have to re-load the tables by closing DHPOS and restarting it?
ii) In DHPOS at the moment, I have the tax option set (17.5% VAT in the UK) but I think I am doing something wrong. If a customer purchases an item worth £9.99 (this should be all they pay). When I ring an item through the till it says they should pay £11.74? So I see that you need to key in the amount of the item minus the VAT / tax and it will add it to make it £9.99.
So I would need to ring through a sale for an item with a value of £8.50 (VAT = £1.49 to be added, bringing the total cost to £9.99).
Is there anyway to get DHPOS to work out the tax total of an item and display it at the bottom of the receipt. i.e. I ring through the following: -
12" Record - 9.99
12" Record - 6.99
12" Record - 7.99
2xCD - 14.99
2 Channel Mixer - 149.99
=======================
TOTAL = 189.95
VAT = 23.29*
=======================
VAT is rated at 17.5%
At the moment I have to do the following: -
12" Record - 8.50
12" Record - 5.95
12" Record - 6.80
2xCD - 12.76
2 Channel Mixer - 127.65
=======================
SUBTOTAL = 166.66
VAT = 23.29*
TOTAL = 189.95
=======================
VAT is rated at 17.5%
Does anyone know of a way to do this?
thanks!!