|
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
|