I want to print bill through POS printer. It should print in following format which i am displaying to salesman in FlowDocument control.

Item CODE         Qty         Price       Total
------------------------------------------------
ABcDEFG           10           $5          $50
XYZ                5           $10         $50
------------------------------------------------
Grand Total       15                      $100

I have a demo app which is written in Foxpro, it uses a text file(.txt) for preview and then prints the text file is similar.

EDITED:

What I want to know is, is it possible to print sales bill in above format using raw data printing (reading directly from FlowDocument output format and sending it as raw data for POS printer). Or do i need to send data containing spaces for alignment etc.

link|improve this question

This question needs more information to be answerable. – Paul Sonier Nov 8 '10 at 19:41
What, exactly, are you asking. I take it you can print the text file OK. Are you asking how to access the sales data, display it as text, etc? – David Stratton Nov 8 '10 at 19:52
Are you using POS for .NET? – Merlyn Morgan-Graham Nov 8 '10 at 20:08
Is it a receipt printer? – nportelli Dec 7 '10 at 18:32
yes, it is a receipt printer – RAJ K Dec 8 '10 at 13:31
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.