Changing text

<< Click to Display Table of Contents >>

Navigation:  Receipt editor > Receipt definition file format >

Changing text

Previous pageReturn to chapter overviewNext page

To modify a text in a receipt, locate the text you wish to change and edit it to your liking. For example you could change the ”Item name:” to ”Book name:” by modifying the lines to look like this:

 

 <line>

         <label text=”Book name:” />

         <data value=”{ITEM:NAME}” />

 </line>

 

To make the new receipt text appear, you have to close down and restart the Libretto 2 software.

Note: all text must be enclosed in double quotes ”like this”.