Home Page link  

Serial Number on Receipts - 40 column

 

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
Serial Number on Receipts - 40 column ConsultantNYC 12-13-2005
Posted by ConsultantNYC on December 13, 2005, 2:54 pm
Please log in for more thread options
Can anyone tell me what element needs to be included to print the serial
number on the 40 column receipt.

Thanks



Posted by Rob on December 13, 2005, 4:41 pm
Please log in for more thread options
Remove the tilde (~) from the Alignment line in the Transaction Details part
of the receipt that you want to modify. To do this, follow these steps:1.
Right-click the Receipt.xml file, and then click Copy.
2. Move the copy of Receipt.xml into another folder as a backup. Receipt
files are located in your Store Operations installation folder. By default,
the installation folder has the following location.
C:Program FilesMicrosoft Retail Management SystemStore OperationsReceipt
Templates
3. Right-click the original Receipt.xml file, and then click Properties.
4. Clear the Read-only check box in the Attributes section, and then click
OK.
5. Right-click the Receipt.xml file, and then click Edit, or open the file
by using Notepad.
6. Click Edit, and then click Find.
7. Search for "transaction details" (without the quotation marks) and then
click Find Next. This will locate the following part of the receipt.

=============================
Transaction Details
=============================
-->
<IF>
<CONDITION> Transaction.Type <> transactionDrop & Transaction.Type <>
transactionPayout & Transaction.Type <> transactionNoSale & Transaction.Type
<> transactionAccountPayment </CONDITION>
<THEN>
<TABLE>
<FONT> "Small" </FONT>
<BORDER> tbNone </BORDER>
<COLUMNHEADER>
<ALIGNMENT> "<~" </ALIGNMENT>
<WIDTH< PageWidth * 0.29 </WIDTH>
<TEXT> "Item" </TEXT>
</COLUMNHEADER>
<COLUMNHEADER>
<ALIGNMENT>"<~" </ALIGNMENT>
<WIDTH< PageWidth * 0.42 </WIDTH>
<TEXT> "Description" </TEXT>
</COLUMNHEADER>
<COLUMNHEADER>
<ALIGNMENT> ">~" </ALIGNMENT>
<WIDTH> PageWidth * 0.29 </WIDTH>
<TEXT> "Amount" </TEXT>
</COLUMNHEADER>
8. Remove the tilde (~) after "<" in the following section only.

<COLUMNHEADER>
<ALIGNMENT> "<~" </ALIGNMENT>
<WIDTH>PageWidth * 0.42 </WIDTH>
<TEXT> "Description" </TEXT>
</COLUMNHEADER>

This section will now look similar to the following text.

<COLUMNHEADER>
<ALIGNMENT> "<" </ALIGNMENT>
<WIDTH> PageWidth * 0.42 </WIDTH>
<TEXT> "Description" </TEXT>
</COLUMNHEADER>

Do not remove the two other tildes that are in the Transaction Details text
because those tildes refer to different width settings.
9. Click File, click Save, and then close the file.
10. Start Store Operations Manager.
11. Click Database, click Registers, and then click Receipt Formats.
12. Select your receipt format and then click Properties.
13. Locate your receipt file by using the hourglass lookup.
14. Double-click the receipt file to select it.
15. Click OK.
16. Start Store Operations POS.
17. To test the new receipt format, run a transaction by using a serialized
item or by using a kit item.

Rob

"ConsultantNYC" wrote:

> Can anyone tell me what element needs to be included to print the serial
> number on the 40 column receipt.
>
> Thanks
>
>
>

Posted by Steve Wickes on December 27, 2005, 8:53 pm
Please log in for more thread options
Rob,

Can you please tell us what the meaning of the tilde is in an alignment
expression?

Thanks,
Steve

"Rob" wrote:

> Remove the tilde (~) from the Alignment line in the Transaction Details part
> of the receipt that you want to modify. To do this, follow these steps:1.
> Right-click the Receipt.xml file, and then click Copy.
> 2. Move the copy of Receipt.xml into another folder as a backup. Receipt
> files are located in your Store Operations installation folder. By default,
> the installation folder has the following location.
> C:Program FilesMicrosoft Retail Management SystemStore OperationsReceipt
> Templates
> 3. Right-click the original Receipt.xml file, and then click Properties.
> 4. Clear the Read-only check box in the Attributes section, and then click
> OK.
> 5. Right-click the Receipt.xml file, and then click Edit, or open the file
> by using Notepad.
> 6. Click Edit, and then click Find.
> 7. Search for "transaction details" (without the quotation marks) and then
> click Find Next. This will locate the following part of the receipt.
>
> =============================
> Transaction Details
> =============================
> -->
> <IF>
> <CONDITION> Transaction.Type <> transactionDrop & Transaction.Type <>
> transactionPayout & Transaction.Type <> transactionNoSale & Transaction.Type
> <> transactionAccountPayment </CONDITION>
> <THEN>
> <TABLE>
> <FONT> "Small" </FONT>
> <BORDER> tbNone </BORDER>
> <COLUMNHEADER>
> <ALIGNMENT> "<~" </ALIGNMENT>
> <WIDTH< PageWidth * 0.29 </WIDTH>
> <TEXT> "Item" </TEXT>
> </COLUMNHEADER>
> <COLUMNHEADER>
> <ALIGNMENT>"<~" </ALIGNMENT>
> <WIDTH< PageWidth * 0.42 </WIDTH>
> <TEXT> "Description" </TEXT>
> </COLUMNHEADER>
> <COLUMNHEADER>
> <ALIGNMENT> ">~" </ALIGNMENT>
> <WIDTH> PageWidth * 0.29 </WIDTH>
> <TEXT> "Amount" </TEXT>
> </COLUMNHEADER>
> 8. Remove the tilde (~) after "<" in the following section only.
>
> <COLUMNHEADER>
> <ALIGNMENT> "<~" </ALIGNMENT>
> <WIDTH>PageWidth * 0.42 </WIDTH>
> <TEXT> "Description" </TEXT>
> </COLUMNHEADER>
>
> This section will now look similar to the following text.
>
> <COLUMNHEADER>
> <ALIGNMENT> "<" </ALIGNMENT>
> <WIDTH> PageWidth * 0.42 </WIDTH>
> <TEXT> "Description" </TEXT>
> </COLUMNHEADER>
>
> Do not remove the two other tildes that are in the Transaction Details text
> because those tildes refer to different width settings.
> 9. Click File, click Save, and then close the file.
> 10. Start Store Operations Manager.
> 11. Click Database, click Registers, and then click Receipt Formats.
> 12. Select your receipt format and then click Properties.
> 13. Locate your receipt file by using the hourglass lookup.
> 14. Double-click the receipt file to select it.
> 15. Click OK.
> 16. Start Store Operations POS.
> 17. To test the new receipt format, run a transaction by using a serialized
> item or by using a kit item.
>
> Rob
>
> "ConsultantNYC" wrote:
>
> > Can anyone tell me what element needs to be included to print the serial
> > number on the 40 column receipt.
> >
> > Thanks
> >
> >
> >

Similar ThreadsPosted
40 column receipt does not show serial number when reprinting March 25, 2009, 2:22 pm
Automate Serial NUmber transfer and Import Serial Number feature January 30, 2008, 10:26 am
40 Column thermal Receipt Reprint does not show serial numbers August 31, 2005, 6:00 pm
Serial Number December 1, 2007, 5:16 pm
Serial Number December 6, 2007, 2:48 pm
serial number December 21, 2007, 1:51 pm
Can Serial Numbers Print on Receipts? October 24, 2008, 7:26 am
serial number can not be created in POS June 29, 2005, 12:51 pm
Dongle Serial Number August 24, 2005, 7:21 pm
How can I change a serial number? February 17, 2006, 5:02 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