POS System  
Author Message
cacomp4





PostPosted: Wed Apr 12 20:15:57 CDT 2006 Top

Net Framework >> POS System I would like to create a Point Of Sale System. Is there a website that sells
the interface between a POS Cash register and .NET?

Thanks for the help

DotNet261  
 
 
Jamie





PostPosted: Wed Apr 12 20:15:57 CDT 2006 Top

Net Framework >> POS System
"Angel" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
>I would like to create a Point Of Sale System. Is there a website that
>sells
> the interface between a POS Cash register and .NET?
>
> Thanks for the help
>
Angel,
I have desigened and written a complete POS system in .NET 2.0 (also a
complete reservation system for my Hotel). What Cash Register are you
looking at, if this is only a cash drawer, you need to look at the EPSON POS
specifications, these define standard fonts that you can send characters for
specific POS functions to occur (such as open Cash Drawer). The cash drawers
are usualy run directly from the Parallel Port of from a POS printer, if you
have one attached to the Parallel port.

Jamie


 
 
William





PostPosted: Wed Apr 12 20:42:35 CDT 2006 Top

Net Framework >> POS System MS just did a whole API set for POS and devices for .Net 1.1
http://channel9.msdn.com/ShowPost.aspx?PostID=170597

--
William Stacey [MVP]

"Angel" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
|I would like to create a Point Of Sale System. Is there a website that
sells
| the interface between a POS Cash register and .NET?
|
| Thanks for the help
|


 
 
William





PostPosted: Wed Apr 12 20:44:26 CDT 2006 Top

Net Framework >> POS System Cool. What Hotel brand? We have a HIExpress and are using the OperaExpress
sw.

--
William Stacey [MVP]

"Jamie Bissett" <EMail@HideDomain.com> wrote in message
news:%EMail@HideDomain.com...
|
| "Angel" <EMail@HideDomain.com> wrote in message
| news:EMail@HideDomain.com...
| >I would like to create a Point Of Sale System. Is there a website that
| >sells
| > the interface between a POS Cash register and .NET?
| >
| > Thanks for the help
| >
| Angel,
| I have desigened and written a complete POS system in .NET 2.0 (also a
| complete reservation system for my Hotel). What Cash Register are you
| looking at, if this is only a cash drawer, you need to look at the EPSON
POS
| specifications, these define standard fonts that you can send characters
for
| specific POS functions to occur (such as open Cash Drawer). The cash
drawers
| are usualy run directly from the Parallel Port of from a POS printer, if
you
| have one attached to the Parallel port.
|
| Jamie
|
|


 
 
Jamie





PostPosted: Wed Apr 12 21:12:35 CDT 2006 Top

Net Framework >> POS System I own a hotel in Thailand, I looked around for a complete package to mange
my Hotel (60 rooms, 2 restuarants, 2 bars) but they were all very expensive.
I have been in the programming game for more the 30 years (how many more I
am not going to say, but I'm no young whipersanpper any more), so I decided
to write it myself. Strarted in VB 6 and MySql 5 years ago, just finished
conversion to SQL Server 2005 and .Net 2.0, working on the installation
programs and doc, then I may start to sell.

Jamie
"William Stacey [MVP]" <EMail@HideDomain.com> wrote in message
news:%EMail@HideDomain.com...
> Cool. What Hotel brand? We have a HIExpress and are using the
> OperaExpress
> sw.
>
> --
> William Stacey [MVP]
>
> "Jamie Bissett" <EMail@HideDomain.com> wrote in message
> news:%EMail@HideDomain.com...
> |
> | "Angel" <EMail@HideDomain.com> wrote in message
> | news:EMail@HideDomain.com...
> | >I would like to create a Point Of Sale System. Is there a website that
> | >sells
> | > the interface between a POS Cash register and .NET?
> | >
> | > Thanks for the help
> | >
> | Angel,
> | I have desigened and written a complete POS system in .NET 2.0 (also a
> | complete reservation system for my Hotel). What Cash Register are you
> | looking at, if this is only a cash drawer, you need to look at the EPSON
> POS
> | specifications, these define standard fonts that you can send characters
> for
> | specific POS functions to occur (such as open Cash Drawer). The cash
> drawers
> | are usualy run directly from the Parallel Port of from a POS printer, if
> you
> | have one attached to the Parallel port.
> |
> | Jamie
> |
> |
>
>


 
 
Jamie





PostPosted: Wed Apr 12 21:16:16 CDT 2006 Top

Net Framework >> POS System When will this be upgraded to .Net 2.0 ??

"William Stacey [MVP]" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
> MS just did a whole API set for POS and devices for .Net 1.1
> http://channel9.msdn.com/ShowPost.aspx?PostID=170597
>
> --
> William Stacey [MVP]
>
> "Angel" <EMail@HideDomain.com> wrote in message
> news:EMail@HideDomain.com...
> |I would like to create a Point Of Sale System. Is there a website that
> sells
> | the interface between a POS Cash register and .NET?
> |
> | Thanks for the help
> |
>
>


 
 
William





PostPosted: Wed Apr 12 21:26:00 CDT 2006 Top

Net Framework >> POS System Cool. 2 bars for 60 rooms?? I like the way you guys party! Cheers.

--
William Stacey [MVP]

"Jamie Bissett" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
|I own a hotel in Thailand, I looked around for a complete package to mange
| my Hotel (60 rooms, 2 restuarants, 2 bars) but they were all very
expensive.
| I have been in the programming game for more the 30 years (how many more I
| am not going to say, but I'm no young whipersanpper any more), so I
decided
| to write it myself. Strarted in VB 6 and MySql 5 years ago, just finished
| conversion to SQL Server 2005 and .Net 2.0, working on the installation
| programs and doc, then I may start to sell.
|
| Jamie


 
 
William





PostPosted: Wed Apr 12 21:28:32 CDT 2006 Top

Net Framework >> POS System Not sure. I wondered that myself as it is probably less then 50 debug items
(total guess) to compile it to 2.0; unless they want to refactor the whole
thing using generic types or something.

--
William Stacey [MVP]

"Jamie Bissett" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
| When will this be upgraded to .Net 2.0 ??
|
| "William Stacey [MVP]" <EMail@HideDomain.com> wrote in message
| news:EMail@HideDomain.com...
| > MS just did a whole API set for POS and devices for .Net 1.1
| > http://channel9.msdn.com/ShowPost.aspx?PostID=170597
| >
| > --
| > William Stacey [MVP]
| >
| > "Angel" <EMail@HideDomain.com> wrote in message
| > news:EMail@HideDomain.com...
| > |I would like to create a Point Of Sale System. Is there a website that
| > sells
| > | the interface between a POS Cash register and .NET?
| > |
| > | Thanks for the help
| > |
| >
| >
|
|


 
 
Jamie





PostPosted: Wed Apr 12 21:31:02 CDT 2006 Top

Net Framework >> POS System Check out www.edenthailand.com (also all in ASP .NET 2.0 and SqlServer!!

"William Stacey [MVP]" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
> Cool. 2 bars for 60 rooms?? I like the way you guys party! Cheers.
>
> --
> William Stacey [MVP]
>
> "Jamie Bissett" <EMail@HideDomain.com> wrote in message
> news:EMail@HideDomain.com...
> |I own a hotel in Thailand, I looked around for a complete package to
> mange
> | my Hotel (60 rooms, 2 restuarants, 2 bars) but they were all very
> expensive.
> | I have been in the programming game for more the 30 years (how many more
> I
> | am not going to say, but I'm no young whipersanpper any more), so I
> decided
> | to write it myself. Strarted in VB 6 and MySql 5 years ago, just
> finished
> | conversion to SQL Server 2005 and .Net 2.0, working on the installation
> | programs and doc, then I may start to sell.
> |
> | Jamie
>
>


 
 
William





PostPosted: Wed Apr 12 21:39:59 CDT 2006 Top

Net Framework >> POS System If you follow the blog link, it looks like some folks are using it with 2.0.
One had an issue with some device, but that could anything.

--
William Stacey [MVP]

"William Stacey [MVP]" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
| Not sure. I wondered that myself as it is probably less then 50 debug
items
| (total guess) to compile it to 2.0; unless they want to refactor the whole
| thing using generic types or something.
|
| --
| William Stacey [MVP]
|
| "Jamie Bissett" <EMail@HideDomain.com> wrote in message
| news:EMail@HideDomain.com...
|| When will this be upgraded to .Net 2.0 ??
||
|| "William Stacey [MVP]" <EMail@HideDomain.com> wrote in message
|| news:EMail@HideDomain.com...
|| > MS just did a whole API set for POS and devices for .Net 1.1
|| > http://channel9.msdn.com/ShowPost.aspx?PostID=170597
|| >
|| > --
|| > William Stacey [MVP]
|| >
|| > "Angel" <EMail@HideDomain.com> wrote in message
|| > news:EMail@HideDomain.com...
|| > |I would like to create a Point Of Sale System. Is there a website that
|| > sells
|| > | the interface between a POS Cash register and .NET?
|| > |
|| > | Thanks for the help
|| > |
|| >
|| >
||
||
|
|


 
 
William





PostPosted: Wed Apr 12 21:44:55 CDT 2006 Top

Net Framework >> POS System Nice place Jamie. Thanks for link.

--
William Stacey [MVP]

"Jamie Bissett" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
| Check out www.edenthailand.com (also all in ASP .NET 2.0 and SqlServer!!


 
 
Jamie





PostPosted: Wed Apr 12 21:42:14 CDT 2006 Top

Net Framework >> POS System Could be a good place for a small developers conference ???
"William Stacey [MVP]" <EMail@HideDomain.com> wrote in message
news:%EMail@HideDomain.com...
> Nice place Jamie. Thanks for link.
>
> --
> William Stacey [MVP]
>
> "Jamie Bissett" <EMail@HideDomain.com> wrote in message
> news:EMail@HideDomain.com...
> | Check out www.edenthailand.com (also all in ASP .NET 2.0 and
> SqlServer!!
>
>


 
 
Jamie





PostPosted: Wed Apr 12 21:44:18 CDT 2006 Top

Net Framework >> POS System I'v just downloaded, I'll give it a go -- think it could reduce a bit of
code for me in the POSPrinter areas, but I need to test the performance. One
of my bars is very busy, and the receipt printer is running flat out at the
moment. I currently write directly to the device to keep it running as fast
as I can. I will let you know how the experimantation goes.

Jamie

"William Stacey [MVP]" <EMail@HideDomain.com> wrote in message
news:%EMail@HideDomain.com...
> If you follow the blog link, it looks like some folks are using it with
> 2.0.
> One had an issue with some device, but that could anything.
>
> --
> William Stacey [MVP]
>
> "William Stacey [MVP]" <EMail@HideDomain.com> wrote in message
> news:EMail@HideDomain.com...
> | Not sure. I wondered that myself as it is probably less then 50 debug
> items
> | (total guess) to compile it to 2.0; unless they want to refactor the
> whole
> | thing using generic types or something.
> |
> | --
> | William Stacey [MVP]
> |
> | "Jamie Bissett" <EMail@HideDomain.com> wrote in message
> | news:EMail@HideDomain.com...
> || When will this be upgraded to .Net 2.0 ??
> ||
> || "William Stacey [MVP]" <EMail@HideDomain.com> wrote in message
> || news:EMail@HideDomain.com...
> || > MS just did a whole API set for POS and devices for .Net 1.1
> || > http://channel9.msdn.com/ShowPost.aspx?PostID=170597
> || >
> || > --
> || > William Stacey [MVP]
> || >
> || > "Angel" <EMail@HideDomain.com> wrote in message
> || > news:EMail@HideDomain.com...
> || > |I would like to create a Point Of Sale System. Is there a website
> that
> || > sells
> || > | the interface between a POS Cash register and .NET?
> || > |
> || > | Thanks for the help
> || > |
> || >
> || >
> ||
> ||
> |
> |
>
>


 
 
William





PostPosted: Wed Apr 12 21:52:26 CDT 2006 Top

Net Framework >> POS System Sounds good to me. Wonder what a ticket costs from the US?

--
William Stacey [MVP]

"Jamie Bissett" <EMail@HideDomain.com> wrote in message
news:%EMail@HideDomain.com...
| Could be a good place for a small developers conference ???
| "William Stacey [MVP]" <EMail@HideDomain.com> wrote in message
| news:%EMail@HideDomain.com...
| > Nice place Jamie. Thanks for link.
| >
| > --
| > William Stacey [MVP]
| >
| > "Jamie Bissett" <EMail@HideDomain.com> wrote in message
| > news:EMail@HideDomain.com...
| > | Check out www.edenthailand.com (also all in ASP .NET 2.0 and
| > SqlServer!!
| >
| >
|
|


 
 
William





PostPosted: Wed Apr 12 22:04:52 CDT 2006 Top

Net Framework >> POS System Thanks. That will be interesting to know.
hmmm.. I see a large LED text display scrolling random drink specials and
jokes. Maybe not. Cheers.

--
William Stacey [MVP]

"Jamie Bissett" <EMail@HideDomain.com> wrote in message
news:OH%EMail@HideDomain.com...
| I'v just downloaded, I'll give it a go -- think it could reduce a bit of
| code for me in the POSPrinter areas, but I need to test the performance.
One
| of my bars is very busy, and the receipt printer is running flat out at
the
| moment. I currently write directly to the device to keep it running as
fast
| as I can. I will let you know how the experimantation goes.


 
 
Jamie





PostPosted: Wed Apr 12 22:02:38 CDT 2006 Top

Net Framework >> POS System As long as it mkes a few bucks, I'll program anything damn it.
"William Stacey [MVP]" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
> Thanks. That will be interesting to know.
> hmmm.. I see a large LED text display scrolling random drink specials and
> jokes. Maybe not. Cheers.
>
> --
> William Stacey [MVP]
>
> "Jamie Bissett" <EMail@HideDomain.com> wrote in message
> news:OH%EMail@HideDomain.com...
> | I'v just downloaded, I'll give it a go -- think it could reduce a bit of
> | code for me in the POSPrinter areas, but I need to test the performance.
> One
> | of my bars is very busy, and the receipt printer is running flat out at
> the
> | moment. I currently write directly to the device to keep it running as
> fast
> | as I can. I will let you know how the experimantation goes.
>
>