Customer Information and Job Barcode Content
In the Ergosoft RIP, Customer Information can be entered in the JobComposer to store customer relevant information in the job database. This allows you to see the customer information in the Job Details section of the PrintClient and Queue Viewer and to to print together it with the job with printmarks.
Customer Information is purely optional, and you can use all, some or none of the fields.
To add Customer Information to a job via Delta XML, use the <CustomerInfo> tag to open the section and then add the sub tags for the information you want to add. The sub tags may contain any text and will store it as such.
Available sub tags for Customer Information are:
Sub Tag | Description | Possible Values |
| <Name> | Specifies the content of the “Name” field. | Text/Numbers |
| <Responsible> | Specifies the content of the “Responsible” field | Text/Numbers |
| <OrderId> | Specifies the content of the “OrderId” field. | Text/Numbers |
| <OrderName> | Specifies the content of the “OrderName” field. | Text/Numbers |
| <Project> | Specifies the content of the “Project” field. | Text/Numbers |
Sample Code for Customer Information and Job Barcode Content
<HotFile>
<Barcode>Define Job Barcode Content</Barcode>
<Job Name="Customer Info Sample">
<CustomerInfo>
<Name>My Customer</Name>
<Responsible>Mr. XY</Responsible>
<OrderId>123</OrderId>
<OrderName>SpecialOrder</OrderName>
<Project>TestProject</Project>
</CustomerInfo>
<Image FileName="C:\images\Lizard.tif"/>
</Job>
</HotFile> |
Related Articles
Scanning Barcode
Ergosoft allows you to use Barcode scanning devices or your smartphone to identify jobs in the PrintQueue or CutQueue through a QR code and bring them up for printing. With the Wait for Barcode feature active in the Print/CutQueue, simply scan the QR ...
Job Ticket
Ergosoft lets you view nearly all the data you want about your printjobs at a glance, but sometimes you might want to have that data in a more portable format. Save all relevant Information about your print job in a handy html file that you can ...
About Job Elements
Job Elements These are configurable Elements that can be added to any Job to serve a multitude of functions. Job Elements include customizable barcodes, text fields, rectangle, separation lines. Once added, Job Elements can be edited and manipulated ...
Job
In Ergosoft RIPs, job designates a print unit or a batch of images printed together. Often an order will be printed in one job or multiple orders will be arranged within one job to be printed together. One job has a range of parameters attached to it ...
Job Ink Control
Sets if Ink Control Strips are printed with the Job. These are the same strips found in the Print Environment settings in the Ink Control and will use the same settings as those strips. In order to control the Ink Control Strips from the Job ...