Job report

Having problems with or questions about SheetCam? Post them here.
Post Reply
SeanP
Posts: 217
Joined: Wed Oct 23, 2013 9:50 am

Job report

Post by SeanP »

I have had a few goes at editing the job report to just list parts cut without success.

Any chance you could give me a few tips please Les.

Thanks
Sean
User avatar
Les Newell
Site Admin
Posts: 3661
Joined: Thu May 11, 2006 8:12 pm

Re: Job report

Post by Les Newell »

Do you want just the part names?
SeanP
Posts: 217
Joined: Wed Oct 23, 2013 9:50 am

Re: Job report

Post by SeanP »

Part names and count like the summary report but without all the other stuff, thanks
User avatar
Les Newell
Site Admin
Posts: 3661
Joined: Thu May 11, 2006 8:12 pm

Re: Job report

Post by Les Newell »

This should be all you need:

Code: Select all

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Job report</title>
</head>
<body>
<h1 align="center"><b>Job report</b></h1>
<p align="left"><b>Job: @JobName@</b></p>
<p align="left"><b>Report created: @Date@ @Time@</b></p>
<h3 align="center">&nbsp;Parts</h3>

<!--SectionParts-->
<p>Part: @Name@</p>
<p>Number of parts cut: @PartsCut@</p>
<p>&nbsp;</p>
<!--EndSection-->
<!--SectionFooter-->
<hr>
<p align="center">
Page @PageNumber@ of @PageCount@
</p>
<!--EndSection-->

</body>
</html>
SeanP
Posts: 217
Joined: Wed Oct 23, 2013 9:50 am

Re: Job report

Post by SeanP »

Ah that's great Les just what I was looking for, thanks a million.
Post Reply