In Genie version 2.1 only one routing slip prints if you check in two issues of a serial at one time. To fix this:
- In the folder Program Files\Inmagic\Genie\ConfigFiles, open
MyReports.config.
- Search for the entry SerDateToRoute in the Serials Reports under the Route 1on8.5x11 section.
<field name="SerDateToRoute" header="Date of Issue: ">
- Add the attribute OneEntryPerRecord= "true"
This line should now read:
<Field Name="SerDateToRoute" Header="Date of Issue: " OneEntryPerRecord="true" />
Save the changes.
- Then open Mylabels.config in the same folder.
Search for the entry SerDateToRoute:
<Field Name="SerDateToRoute" Header="Date of Issue: "
Style="font-size:12pt" UseFunction="FirstEntry"/>
- Remove UseFunction="FirstEntry", add OneEntryPerRecord= "true"
This line should now read:
<Field Name="SerDateToRoute" Header="Date of Issue: "
Style="font-size:12pt" OneEntryPerRecord= "true" />