Welcome to Dream.In.Code
Become a VB Expert!

Join 137,234 VB Programmers for FREE! Get instant access to thousands of VB experts, tutorials, code snippets, and more! There are 1,685 people online right now. Registration is fast and FREE... Join Now!




POS printing

 
Reply to this topicStart new topic

POS printing

truthseeker
16 Jan, 2007 - 05:09 PM
Post #1

New D.I.C Head
*

Joined: 16 Jan, 2007
Posts: 1


My Contributions
Guys, does anyone here have a knowledge of the VISUAL BASIC source code in POS reciept printing. Any version of visaul basic will do. I just need the source code. smile.gif TY
User is offlineProfile CardPM
+Quote Post

KeyWiz
RE: POS Printing
17 Jan, 2007 - 11:16 AM
Post #2

D.I.C Regular
Group Icon

Joined: 26 Oct, 2006
Posts: 428


Dream Kudos: 125
My Contributions
I assume you are talking about a particular Point of Sales program that already exists?

If it is your own POS system or you have the entire Code for the POS system you are using, post the code where you are having trouble, then you can tell us exactly where you are having trouble with it.

We don't provide you with solutions here, we give assistance to those who are learning.


This post has been edited by KeyWiz: 17 Jan, 2007 - 11:18 AM
User is offlineProfile CardPM
+Quote Post

MercuryJeff
RE: POS Printing
9 Apr, 2007 - 07:50 PM
Post #3

New D.I.C Head
*

Joined: 9 Apr, 2007
Posts: 9


My Contributions
I have developed an inventory system for a client, and I have written lines of code to print into a receipt printer. If you are interested, just tell me how to send it to you.
User is offlineProfile CardPM
+Quote Post

dkou
RE: POS Printing
16 Apr, 2007 - 06:25 AM
Post #4

New D.I.C Head
*

Joined: 16 Apr, 2007
Posts: 1


My Contributions
QUOTE(MercuryJeff @ 9 Apr, 2007 - 08:50 PM) *

I have developed an inventory system for a client, and I have written lines of code to print into a receipt printer. If you are interested, just tell me how to send it to you.


I am trying to implement printing to a pos printer with VB.NET CE and Microsoft's POS 1.11 using a PDA with windows CE 5.0. The POS printer is a POSIFLEX AURA. I would very much appreciate if you would send me some lines of code for printing to the pos printer through TCP/IP.

Thank you very much
User is offlineProfile CardPM
+Quote Post

itanacious
RE: POS Printing
20 Apr, 2007 - 08:31 AM
Post #5

New D.I.C Head
*

Joined: 20 Apr, 2007
Posts: 2


My Contributions
QUOTE(MercuryJeff @ 9 Apr, 2007 - 08:50 PM) *

I have developed an inventory system for a client, and I have written lines of code to print into a receipt printer. If you are interested, just tell me how to send it to you.


I've been searching for some VB code for POS could you help me......
I'm sorry for begging but can you send it to my email: kaotyck@yahoo.com
of try to upload it in rapidshare.

The reason for asking for the code or User interface is to try to get information on how to build a POS that could worik with my Inventory system.

thx alot... smile.gif
User is offlineProfile CardPM
+Quote Post

MercuryJeff
RE: POS Printing
14 Jul, 2007 - 07:45 PM
Post #6

New D.I.C Head
*

Joined: 9 Apr, 2007
Posts: 9


My Contributions
Sorry for the late reply. I've been busy lately. I will send you the codes, and I hope you can make use of it.

Best wishes!
User is offlineProfile CardPM
+Quote Post

itanacious
RE: POS Printing
28 Apr, 2008 - 10:08 PM
Post #7

New D.I.C Head
*

Joined: 20 Apr, 2007
Posts: 2


My Contributions
here is my version i wrote it using Visual C# 2008 with Cystal Report 10 as a Report builder.
<br>
The automatic printing of reports can be traggered using the <br>

CODE
PrintToPrinter(1,false,0,0);
<br>
function which accept 4 arguments the 1st would the number of copies to be print 2nd collated -> true or false 3rd startPageN which is an type int and the fourth would be the endPageN which mean the end of the page to be print.

But here is the missing part, I want to implement this with a dynamic length of the paper. Lets just say that I want to use a continues paper the program must know how to measure the length of the data to be print.

I guess thats the missing part, can somebody post method on how to implement this

Thanks a lot cool.gif






User is offlineProfile CardPM
+Quote Post

Hessi
RE: POS Printing
20 Jun, 2008 - 01:27 AM
Post #8

New D.I.C Head
*

Joined: 20 Jun, 2008
Posts: 1


My Contributions
QUOTE(MercuryJeff @ 9 Apr, 2007 - 08:50 PM) *

I have developed an inventory system for a client, and I have written lines of code to print into a receipt printer. If you are interested, just tell me how to send it to you.


I am also very interested in this with the POS code.
Please could you send me this code via PM or mail?!?!?!

I have tried to write a small inventory system for my club. But I cannot manage to print with my POS-Printer which is connected by COM1.

My e-mail address is 0771@gmx.de

Thanks in advance!

User is offlineProfile CardPM
+Quote Post

PALiz
RE: POS Printing
7 Oct, 2008 - 08:12 PM
Post #9

New D.I.C Head
*

Joined: 7 Oct, 2008
Posts: 1

QUOTE(MercuryJeff @ 9 Apr, 2007 - 08:50 PM) *

I have developed an inventory system for a client, and I have written lines of code to print into a receipt printer. If you are interested, just tell me how to send it to you.


smile.gif hi, im interested in you ode. can i have code for printing a receipt coz thats my problem right now, coz im making my sales system and i dont know how to generate a receipt.. thank you very much..
kindly email me the code on dis email address.
farush5000@yahoo.com





thx.. icon_up.gif


User is offlineProfile CardPM
+Quote Post

thava
RE: POS Printing
7 Oct, 2008 - 09:30 PM
Post #10

D.I.C Regular
Group Icon

Joined: 17 Apr, 2007
Posts: 455



Thanked: 18 times
Dream Kudos: 50
My Contributions
guys would you submit your code here this will help lot of people those who are want to create like this one

one suggestion try the msdn for directprinting or consoleprinting this will give the require solution for you
User is online!Profile CardPM
+Quote Post

usjpcha
RE: POS Printing
7 Oct, 2008 - 10:29 PM
Post #11

New D.I.C Head
*

Joined: 7 Oct, 2008
Posts: 1

QUOTE(itanacious @ 20 Apr, 2007 - 09:31 AM) *

QUOTE(MercuryJeff @ 9 Apr, 2007 - 08:50 PM) *

I have developed an inventory system for a client, and I have written lines of code to print into a receipt printer. If you are interested, just tell me how to send it to you.


i have develop a inventory system.but i couldn't print my receipts with pos printer.so i think it will helpfull to me your code and please send me.

my email:- chandimal_priyadarshana@yahoo.com


User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/4/08 03:54PM

Live VB Help!

VB Tutorials

Reference Sheets

VB Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month