NOTE: This documentation relates to an earlier version of the APM / Lab 50 software.

Visit the current documentation home.

# Open up the C:\APM\ apmconfig_receipt.xml file in Notepad.
# Each text string has a name assigned to it, and this may be found in the apmlang_XXX.xml template and/or the apmlang_custom.xml if it has been modified.
# Look for the section that needs to be modified by doing a search for the name. Example: Pickup Instructions is txtPickupInstructionsTitle.
# If there is a different line for the text based on the fulfillment, find the desired fulfillment for the text using fulfillment_id=.
# Highlight the entire line of text that needs to be edited.
# Cut (Ctrl+X) the line of text.
# Find the location where the text should be inserted, and press enter at the beginning of the line to create space for the line of text that needs to be moved.
# Paste (Ctrl+V) the line of text in and save the file.

Example: Moving the Time above the Date

Old Text

New Text

26.05.2005
16:58

16:58
26.05.2005

Old XML

New XML

<item name=”date type=”date pts=”8 face=”times new roman align=”center” /> <item name=”time type=”time pts=”8 face=”times new roman align=”center trailing_lines=”1” />

<item name=”time type=”timepts=”8 face=”times new roman align=”center trailing_lines=”1” /> <item name=”date type=”date pts=”8 face=”times new roman align=”center” />

  • No labels