Home Page link  

Adding Item Line Number to receipt

 

Point-Of-Sale Software - - MS Point Of Sale software discussed here 

get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content  add this group's latest topics to your Google content  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
Adding Item Line Number to receipt Ibrahim Zubair 02-19-2007
Posted by Ibrahim Zubair on February 19, 2007, 7:57 am
Please log in for more thread options
Dear All,

Can I add Item Line Number in receipt.

Thanx in Advance,

Ibrahim Zubair

Posted by Akber Alwani on February 19, 2007, 10:08 am
Please log in for more thread options
Hi Zubair,
Yes you can do so buy doing following steps:

1. Go to Program FilesMicrosoft Retail Management SystemStore
OperationsReceiptTemplates
2. Make a backup of receipt.xml file and make write only property of
receipt.xml file.
3. Add the a variable in Variable Declaraion Section
<SET name="RowLineNo" type="vbdouble"> 0 </SET>
4. Go to Transaction Detail Section and add the following code under
<BORDER>....
<COLUMNHEADER>
<ALIGNMENT> "<~" </ALIGNMENT>
<WIDTH> PageWidth * 0.10 </WIDTH>
<TEXT> "Line#" </TEXT>
</COLUMNHEADER>
5. Go little some down to code and find <FOR each="entry"> and add the
following caluse
<SET name="RowLineNo" type="vbdouble"> RowLineNo + 1 </SET>
<ROW> RowLineNo </ROW>
6. Now save the file go to Store Manager and in the Database> Register>
Receipts and in the selection re-select the same receipt file.
7. Try to do some test transaction and now line no will appear.

Please rate and if you need complete file send me your email address:


"Ibrahim Zubair" wrote:

> Dear All,
>
> Can I add Item Line Number in receipt.
>
> Thanx in Advance,
>
> Ibrahim Zubair

Posted by Ibrahim Zubair on February 25, 2007, 2:54 am
Please log in for more thread options
Thanks so much Akber Alwani.
--
Ibrahim Zubair


"Akber Alwani" wrote:

> Hi Zubair,
> Yes you can do so buy doing following steps:
>
> 1. Go to Program FilesMicrosoft Retail Management SystemStore
> OperationsReceiptTemplates
> 2. Make a backup of receipt.xml file and make write only property of
> receipt.xml file.
> 3. Add the a variable in Variable Declaraion Section
> <SET name="RowLineNo" type="vbdouble"> 0 </SET>
> 4. Go to Transaction Detail Section and add the following code under
> <BORDER>....
> <COLUMNHEADER>
> <ALIGNMENT> "<~" </ALIGNMENT>
> <WIDTH> PageWidth * 0.10 </WIDTH>
> <TEXT> "Line#" </TEXT>
> </COLUMNHEADER>
> 5. Go little some down to code and find <FOR each="entry"> and add the
> following caluse
> <SET name="RowLineNo" type="vbdouble"> RowLineNo + 1 </SET>
> <ROW> RowLineNo </ROW>
> 6. Now save the file go to Store Manager and in the Database> Register>
> Receipts and in the selection re-select the same receipt file.
> 7. Try to do some test transaction and now line no will appear.
>
> Please rate and if you need complete file send me your email address:
>
>
> "Ibrahim Zubair" wrote:
>
> > Dear All,
> >
> > Can I add Item Line Number in receipt.
> >
> > Thanx in Advance,
> >
> > Ibrahim Zubair

Posted by Akber Alwani on February 25, 2007, 3:12 am
Please log in for more thread options
Dear Zubair,
I appreicate if you kindly rate this.

"Ibrahim Zubair" wrote:

> Thanks so much Akber Alwani.
> --
> Ibrahim Zubair
>
>
> "Akber Alwani" wrote:
>
> > Hi Zubair,
> > Yes you can do so buy doing following steps:
> >
> > 1. Go to Program FilesMicrosoft Retail Management SystemStore
> > OperationsReceiptTemplates
> > 2. Make a backup of receipt.xml file and make write only property of
> > receipt.xml file.
> > 3. Add the a variable in Variable Declaraion Section
> > <SET name="RowLineNo" type="vbdouble"> 0 </SET>
> > 4. Go to Transaction Detail Section and add the following code under
> > <BORDER>....
> > <COLUMNHEADER>
> > <ALIGNMENT> "<~" </ALIGNMENT>
> > <WIDTH> PageWidth * 0.10 </WIDTH>
> > <TEXT> "Line#" </TEXT>
> > </COLUMNHEADER>
> > 5. Go little some down to code and find <FOR each="entry"> and add the
> > following caluse
> > <SET name="RowLineNo" type="vbdouble"> RowLineNo + 1 </SET>
> > <ROW> RowLineNo </ROW>
> > 6. Now save the file go to Store Manager and in the Database> Register>
> > Receipts and in the selection re-select the same receipt file.
> > 7. Try to do some test transaction and now line no will appear.
> >
> > Please rate and if you need complete file send me your email address:
> >
> >
> > "Ibrahim Zubair" wrote:
> >
> > > Dear All,
> > >
> > > Can I add Item Line Number in receipt.
> > >
> > > Thanx in Advance,
> > >
> > > Ibrahim Zubair

Posted by Ibrahim Zubair on February 25, 2007, 3:50 am
Please log in for more thread options
Dear Alwani

Do you have an idea of hiding currency symbole from receipt.

--
Ibrahim Zubair


"Akber Alwani" wrote:

> Dear Zubair,
> I appreicate if you kindly rate this.
>
> "Ibrahim Zubair" wrote:
>
> > Thanks so much Akber Alwani.
> > --
> > Ibrahim Zubair
> >
> >
> > "Akber Alwani" wrote:
> >
> > > Hi Zubair,
> > > Yes you can do so buy doing following steps:
> > >
> > > 1. Go to Program FilesMicrosoft Retail Management SystemStore
> > > OperationsReceiptTemplates
> > > 2. Make a backup of receipt.xml file and make write only property of
> > > receipt.xml file.
> > > 3. Add the a variable in Variable Declaraion Section
> > > <SET name="RowLineNo" type="vbdouble"> 0 </SET>
> > > 4. Go to Transaction Detail Section and add the following code under
> > > <BORDER>....
> > > <COLUMNHEADER>
> > > <ALIGNMENT> "<~" </ALIGNMENT>
> > > <WIDTH> PageWidth * 0.10 </WIDTH>
> > > <TEXT> "Line#" </TEXT>
> > > </COLUMNHEADER>
> > > 5. Go little some down to code and find <FOR each="entry"> and add the
> > > following caluse
> > > <SET name="RowLineNo" type="vbdouble"> RowLineNo + 1 </SET>
> > > <ROW> RowLineNo </ROW>
> > > 6. Now save the file go to Store Manager and in the Database> Register>
> > > Receipts and in the selection re-select the same receipt file.
> > > 7. Try to do some test transaction and now line no will appear.
> > >
> > > Please rate and if you need complete file send me your email address:
> > >
> > >
> > > "Ibrahim Zubair" wrote:
> > >
> > > > Dear All,
> > > >
> > > > Can I add Item Line Number in receipt.
> > > >
> > > > Thanx in Advance,
> > > >
> > > > Ibrahim Zubair

Similar ThreadsPosted
Adding a Tip or Gratuity line on 40 Col Receipt January 5, 2006, 11:02 pm
Adding extra line message in Void Receipt ? November 23, 2006, 1:17 am
RMS allow adding reorder number at matrix item creation October 4, 2007, 8:25 am
Adding the Item barcode to full page sales receipt? January 25, 2007, 2:12 pm
"last line of receipt printing on first line of next receipt" December 5, 2005, 8:42 pm
Vendor item number (VNDITNUM) is not setup for this item Number (Itemnmbr) September 9, 2008, 12:23 pm
Tax line on receipt January 10, 2006, 12:02 pm
Line# in XML receipt April 7, 2009, 8:57 pm
Receipt Costomization - Two-Line Row? January 16, 2007, 5:33 pm
payment by check - add line on receipt June 6, 2006, 10:40 am

Contact Us | Privacy Policy
This site is not affiliated with Intuit - makers of Quickbooks and Quicken software
This site is not affiliated with Sage Software - makers of Peachtree accounting software
XML SitemapXML Sitemap