I would be interested in this also would it allow the attachemnts to be printed on different paper or easily modified for that we are trying to print out drawiings on 11X17
Thanks
I would be interested in this also would it allow the attachemnts to be printed on different paper or easily modified for that we are trying to print out drawiings on 11X17
Thanks
--- In vantage@yahoogroups.com, "ryan_madej" <ryan@...> wrote:
>
> 9.05.701 (In Implementation Phase)
> Hello,
>
> First post here. Happy to be a part of the group and get involved and help out where I can.
>
> I do have a question regarding printing...
>
> Is anyone handling automated printing of attachments to Jobs when
> printing Job Travelers? If so, how are you handling this briefly?
>
> I think APM+ has some option for this, but I'm not thinking we want to be scanning in prints and such. Is there any way when a traveler is printed or on the screen to print a traveler, that we could add a checkbox and logic to print all job attachments? Am I out of my mind?
>
>
> Thanks!
>
> Ryan Madej
>
--- In vantage@yahoogroups.com, "ryan_madej" <ryan@...> wrote:
>
> 9.05.701 (In Implementation Phase)
> Hello,
>
> First post here. Happy to be a part of the group and get involved and help out where I can.
>
> I do have a question regarding printing...
>
> Is anyone handling automated printing of attachments to Jobs when
> printing Job Travelers? If so, how are you handling this briefly?
>
> I think APM+ has some option for this, but I'm not thinking we want to be scanning in prints and such. Is there any way when a traveler is printed or on the screen to print a traveler, that we could add a checkbox and logic to print all job attachments? Am I out of my mind?
>
>
> Thanks!
>
> Ryan Madej
>
--- In vantage@yahoogroups.com, "hexadecimalman" <christian.duguay@...> wrote:
>
> Hi Ryan,
>
> In our case, we added a checkbox on the document type entry to indicate if the type should be printed with the job traveler.
>
> Then we added a button to the job traveler screen with all the logic needed to retrieve and print each attachment related to the jobs.
>
>
> --- In vantage@yahoogroups.com, "ryan_madej" <ryan@> wrote:
> >
> > 9.05.701 (In Implementation Phase)
> > Hello,
> >
> > First post here. Happy to be a part of the group and get involved and help out where I can.
> >
> > I do have a question regarding printing...
> >
> > Is anyone handling automated printing of attachments to Jobs when
> > printing Job Travelers? If so, how are you handling this briefly?
> >
> > I think APM+ has some option for this, but I'm not thinking we want to be scanning in prints and such. Is there any way when a traveler is printed or on the screen to print a traveler, that we could add a checkbox and logic to print all job attachments? Am I out of my mind?
> >
> >
> > Thanks!
> >
> > Ryan Madej
> >
>
--- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, "hexadecimalman" <christian.duguay@...> wrote:
>
> Hi Ryan,
>
> In our case, we added a checkbox on the document type entry to indicate if the type should be printed with the job traveler.
>
> Then we added a button to the job traveler screen with all the logic needed to retrieve and print each attachment related to the jobs.
>
>
> --- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, "ryan_madej" <ryan@> wrote:
> >
> > 9.05.701 (In Implementation Phase)
> > Hello,
> >
> > First post here. Happy to be a part of the group and get involved and help out where I can.
> >
> > I do have a question regarding printing...
> >
> > Is anyone handling automated printing of attachments to Jobs when
> > printing Job Travelers? If so, how are you handling this briefly?
> >
> > I think APM+ has some option for this, but I'm not thinking we want to be scanning in prints and such. Is there any way when a traveler is printed or on the screen to print a traveler, that we could add a checkbox and logic to print all job attachments? Am I out of my mind?
> >
> >
> > Thanks!
> >
> > Ryan Madej
> >
>
[Non-text portions of this message have been removed]
We are trying to do the same thing. Can you also send me an email with more info?
thanks.
---In vantage@yahoogroups.com, <christian.duguay@...> wrote:Hi Ryan,
In our case, we added a checkbox on the document type entry to indicate if the type should be printed with the job traveler.
Then we added a button to the job traveler screen with all the logic needed to retrieve and print each attachment related to the jobs.
--- In vantage@yahoogroups.com, "ryan_madej" <ryan@...> wrote:
>
> 9.05.701 (In Implementation Phase)
> Hello,
>
> First post here. Happy to be a part of the group and get involved and help out where I can.
>
> I do have a question regarding printing...
>
> Is anyone handling automated printing of attachments to Jobs when
> printing Job Travelers? If so, how are you handling this briefly?
>
> I think APM+ has some option for this, but I'm not thinking we want to be scanning in prints and such. Is there any way when a traveler is printed or on the screen to print a traveler, that we could add a checkbox and logic to print all job attachments? Am I out of my mind?
>
>
> Thanks!
>
> Ryan Madej
>
We want to do the same as well. Please email or post "the logic needed to retrieve and print each attachment related to the jobs" in the job traveler.
Thanks,
Nick
E. 9.05.700b
---In vantage@yahoogroups.com, <vantage@yahoogroups.com> wrote:We are trying to do the same thing. Can you also send me an email with more info?
thanks.
---In vantage@yahoogroups.com, <christian.duguay@...> wrote:Hi Ryan,
In our case, we added a checkbox on the document type entry to indicate if the type should be printed with the job traveler.
Then we added a button to the job traveler screen with all the logic needed to retrieve and print each attachment related to the jobs.
--- In vantage@yahoogroups.com, "ryan_madej" <ryan@...> wrote:
>
> 9.05.701 (In Implementation Phase)
> Hello,
>
> First post here. Happy to be a part of the group and get involved and help out where I can.
>
> I do have a question regarding printing...
>
> Is anyone handling automated printing of attachments to Jobs when
> printing Job Travelers? If so, how are you handling this briefly?
>
> I think APM+ has some option for this, but I'm not thinking we want to be scanning in prints and such. Is there any way when a traveler is printed or on the screen to print a traveler, that we could add a checkbox and logic to print all job attachments? Am I out of my mind?
>
>
> Thanks!
>
> Ryan Madej
>
We needed a way to specify which DocType should be printed with JobTraveler, so we added a “print with job traveler†checkbox on the Document Type maintenance screen. All Printing is done using Autovue, which will read command and file path in a text file generated by the custom code.
Using C# customization, I have added a button on the job traveler button which contains the following logic.
First, When you use the filter to select the jobs you want on the JobTraveler Form, a dataview (joblist) gets populated with job and part number amongst other information.
I use the jobnum from this dataview to pass as parameter to the getbyID method of the JobEntryAdapter. Next, I loop through the JobHeadAttch table of this adapter to retrieve the value of xFileRefNum, which I will use as parameter for the GetByID method of XFileRefAdapter. Finally, as I don’t want to print all attachments, I will use the value of xFileRefAdapt.DocTypeID with the getByID method of the DocType adapter to verify if the checkbox01 field is true, if so, the neede autovue command and the file path from XFileRef.xFileName are written to the text file.
Same process repeats looping this time through the JobAsmblAttch table.
Finally, we programmatically start autovue, passing the text file path as argument.
Hope this helps and my explanation is clear enough.
Christian
---In vantage@yahoogroups.com, <nicktu@...> wrote:We want to do the same as well. Please email or post "the logic needed to retrieve and print each attachment related to the jobs" in the job traveler.
Thanks,
Nick
E. 9.05.700b
---In vantage@yahoogroups.com, <vantage@yahoogroups.com> wrote:We are trying to do the same thing. Can you also send me an email with more info?
thanks.
---In vantage@yahoogroups.com, <christian.duguay@...> wrote:Hi Ryan,
In our case, we added a checkbox on the document type entry to indicate if the type should be printed with the job traveler.
Then we added a button to the job traveler screen with all the logic needed to retrieve and print each attachment related to the jobs.
--- In vantage@yahoogroups.com, "ryan_madej" <ryan@...> wrote:
>
> 9.05.701 (In Implementation Phase)
> Hello,
>
> First post here. Happy to be a part of the group and get involved and help out where I can.
>
> I do have a question regarding printing...
>
> Is anyone handling automated printing of attachments to Jobs when
> printing Job Travelers? If so, how are you handling this briefly?
>
> I think APM+ has some option for this, but I'm not thinking we want to be scanning in prints and such. Is there any way when a traveler is printed or on the screen to print a traveler, that we could add a checkbox and logic to print all job attachments? Am I out of my mind?
>
>
> Thanks!
>
> Ryan Madej
>
<div id="ygrps-yiv-420806543yiv5425287122ygrp-text">
<div id="ygrps-yiv-420806543yui_3_16_0_1_1425065666913_27337">Can you send me this information as well?<br clear="none">
--- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, "hexadecimalman" <christian.duguay@...> wrote:
>
> Hi Ryan,
>
> In our case, we added a checkbox on the document type entry to indicate if the type should be printed with the job traveler.
>
> Then we added a button to the job traveler screen with all the logic needed to retrieve and print each attachment related to the jobs.
>
>
> --- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, "ryan_madej" <ryan@> wrote:
> >
> > 9.05.701 (In Implementation Phase)
> > Hello,
> >
> > First post here. Happy to be a part of the group and get involved and help out where I can.
> >
> > I do have a question regarding printing...
> >
> > Is anyone handling automated printing of attachments to Jobs when
> > printing Job Travelers? If so, how are you handling this briefly?
> >
> > I think APM+ has some option for this, but I'm not thinking we want to be scanning in prints and such. Is there any way when a traveler is printed or on the screen to print a traveler, that we could add a checkbox and logic to print all job attachments? Am I out of my mind?
> >
> >
> > Thanks!
> >
> > Ryan Madej
> >
>
[Non-text portions of this message have been removed]
</div>
<div class="ygrps-yiv-420806543qtdSeparateBR"><br><br></div><div class="ygrps-yiv-420806543yiv5425287122yqt7311969355" id="ygrps-yiv-420806543yiv5425287122yqt22657"><div style="color:#fff;height:0;"></div></div>
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-mkp hr {
border:1px solid #d8d8d8;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-mkp #ygrps-yiv-420806543yiv5425287122hd {
color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px 0;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-mkp #ygrps-yiv-420806543yiv5425287122ads {
margin-bottom:10px;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-mkp .ygrps-yiv-420806543yiv5425287122ad {
padding:0 0;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-mkp .ygrps-yiv-420806543yiv5425287122ad p {
margin:0;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-mkp .ygrps-yiv-420806543yiv5425287122ad a {
color:#0000ff;text-decoration:none;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-sponsor #ygrps-yiv-420806543yiv5425287122ygrp-lc {
font-family:Arial;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-sponsor #ygrps-yiv-420806543yiv5425287122ygrp-lc #ygrps-yiv-420806543yiv5425287122hd {
margin:10px 0px;font-weight:700;font-size:78%;line-height:122%;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-sponsor #ygrps-yiv-420806543yiv5425287122ygrp-lc .ygrps-yiv-420806543yiv5425287122ad {
margin-bottom:10px;padding:0 0;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122actions {
font-family:Verdana;font-size:11px;padding:10px 0;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122activity {
background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122activity span {
font-weight:700;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122activity span:first-child {
text-transform:uppercase;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122activity span a {
color:#5085b6;text-decoration:none;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122activity span span {
color:#ff7900;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122activity span .ygrps-yiv-420806543yiv5425287122underline {
text-decoration:underline;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 .ygrps-yiv-420806543yiv5425287122attach {
clear:both;display:table;font-family:Arial;font-size:12px;padding:10px 0;width:400px;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 .ygrps-yiv-420806543yiv5425287122attach div a {
text-decoration:none;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 .ygrps-yiv-420806543yiv5425287122attach img {
border:none;padding-right:5px;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 .ygrps-yiv-420806543yiv5425287122attach label {
display:block;margin-bottom:5px;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 .ygrps-yiv-420806543yiv5425287122attach label a {
text-decoration:none;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 blockquote {
margin:0 0 0 4px;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 .ygrps-yiv-420806543yiv5425287122bold {
font-family:Arial;font-size:13px;font-weight:700;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 .ygrps-yiv-420806543yiv5425287122bold a {
text-decoration:none;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 dd.ygrps-yiv-420806543yiv5425287122last p a {
font-family:Verdana;font-weight:700;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 dd.ygrps-yiv-420806543yiv5425287122last p span {
margin-right:10px;font-family:Verdana;font-weight:700;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 dd.ygrps-yiv-420806543yiv5425287122last p span.ygrps-yiv-420806543yiv5425287122yshortcuts {
margin-right:0;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 div.ygrps-yiv-420806543yiv5425287122attach-table div div a {
text-decoration:none;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 div.ygrps-yiv-420806543yiv5425287122attach-table {
width:400px;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 div.ygrps-yiv-420806543yiv5425287122file-title a, #ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 div.ygrps-yiv-420806543yiv5425287122file-title a:active, #ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 div.ygrps-yiv-420806543yiv5425287122file-title a:hover, #ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 div.ygrps-yiv-420806543yiv5425287122file-title a:visited {
text-decoration:none;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 div.ygrps-yiv-420806543yiv5425287122photo-title a, #ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 div.ygrps-yiv-420806543yiv5425287122photo-title a:active, #ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 div.ygrps-yiv-420806543yiv5425287122photo-title a:hover, #ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 div.ygrps-yiv-420806543yiv5425287122photo-title a:visited {
text-decoration:none;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 div#ygrps-yiv-420806543yiv5425287122ygrp-mlmsg #ygrps-yiv-420806543yiv5425287122ygrp-msg p a span.ygrps-yiv-420806543yiv5425287122yshortcuts {
font-family:Verdana;font-size:10px;font-weight:normal;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 .ygrps-yiv-420806543yiv5425287122green {
color:#628c2a;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 .ygrps-yiv-420806543yiv5425287122MsoNormal {
margin:0 0 0 0;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 o {
font-size:0;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122photos div {
float:left;width:72px;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122photos div div {
border:1px solid #666666;height:62px;overflow:hidden;width:62px;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122photos div label {
color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122reco-category {
font-size:77%;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122reco-desc {
font-size:77%;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 .ygrps-yiv-420806543yiv5425287122replbq {
margin:4px;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-actbar div a:first-child {
margin-right:2px;padding-right:5px;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-mlmsg {
font-size:13px;font-family:Arial, helvetica, clean, sans-serif;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-mlmsg table {
font-size:inherit;font:100%;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-mlmsg select, #ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 input, #ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 textarea {
font:99% Arial, Helvetica, clean, sans-serif;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-mlmsg pre, #ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 code {
font:115% monospace;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-mlmsg * {
line-height:1.22em;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-mlmsg #ygrps-yiv-420806543yiv5425287122logo {
padding-bottom:10px;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-msg p a {
font-family:Verdana;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-msg p#ygrps-yiv-420806543yiv5425287122attach-count span {
color:#1E66AE;font-weight:700;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-reco #ygrps-yiv-420806543yiv5425287122reco-head {
color:#ff7900;font-weight:700;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-reco {
margin-bottom:20px;padding:0px;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-sponsor #ygrps-yiv-420806543yiv5425287122ov li a {
font-size:130%;text-decoration:none;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-sponsor #ygrps-yiv-420806543yiv5425287122ov li {
font-size:77%;list-style-type:square;padding:6px 0;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-sponsor #ygrps-yiv-420806543yiv5425287122ov ul {
margin:0;padding:0 0 0 8px;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-text {
font-family:Georgia;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-text p {
margin:0 0 1em 0;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-text tt {
font-size:120%;}
#ygrps-yiv-420806543 #ygrps-yiv-420806543yiv5425287122 #ygrps-yiv-420806543yiv5425287122ygrp-vital ul li:last-child {
border-right:none !important;}
#ygrps-yiv-420806543