-
Point-Of-Sales
Hi,
Actually I'am new in this site. It is greate to be a new member in this site.:)
By the way, I'am a 3rd year BSIT Student, I'll be 4th year this coming June.
I'am planning to create a Point-Of-Sales System for my project (we call that a Capstone Project) as a requirement for us to graduate next year. I decide to do this as early as now so I can developed it perfectly. So far I don't have enought idea how to do it.
So, I'm asking for some advise and any idea how to develop it . As of now, I'm still doing my research about it.
So, any idea will be a greate help for me.
Thanks.
-
Re: Point-Of-Sales
Have you ever programmed in a .Net language yet? or any other programming experience, if you don't mind..sharing that too :)
-
Re: Point-Of-Sales
oh yes I forgot.
I would like to use vb.net, because I have done systems using that.
sorry.
-
Re: Point-Of-Sales
oh yes I forgot.
I would like to use vb.net, because I have done systems using that.
And I 'am using MSSQL 2005 as my database sever
sorry.
-
Re: Point-Of-Sales
I created an app years ago that used an HP Cash register with Receipt printer and Barcode gun...
Basically you barcode scanned items for purchase...
When the purchase is done it opened the cash draw and prints a receipt.
That was back in the vb6 days - .Net has a whole namespace dedicated to POS.
http://msdn.microsoft.com/en-us/libr...edded.10).aspx
The whole point of the POS API is to allow only one "user" to talk to a "POS peripheral" - kind of an "accounting security aspect" that is important in a real store.
What exactly are you asking for here??
-
Re: Point-Of-Sales
ah, I am looking for some idea of what should I do or can someone share me just a sample project in terms of developing a Point-Of-Sales system.
I'm just doing this for my research before I begin with my project..
any idea is a great help for me.