Fusion Manage Forum
Welcome to Autodesk’s Fusion Manage (formerly Fusion 360 Manage) Forum. Share your knowledge, ask questions, and explore popular Fusion Manage topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Advanced Print View Name

13 REPLIES 13
Reply
Message 1 of 14
XavierCollet
1402 Views, 13 Replies

Advanced Print View Name

The Advanced print view name does not accept special caracters...

See attached file.

 

Xavier

Xavier
Tags (1)
13 REPLIES 13
Message 2 of 14
scottmoyse
in reply to: XavierCollet

I'm guessing its the web fonts at fault?


Scott Moyse
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


EESignature


Design & Manufacturing Technical Services Manager at Cadpro New Zealand

Co-founder of the Grumpy Sloth full aluminium billet mechanical keyboard project

Message 3 of 14
broepke
in reply to: scottmoyse

I don't think so scott - Just some new feature growing pains here - We've logged all these and will get them fixed up quick.  Thanks for all the help guys!

 

Of course for now - try to avoid any special chars and it should be okay.



Brian Roepke
Director, Analytics & Insights
Message 4 of 14
scottmoyse
in reply to: broepke

I don't suppose you could chuck in a barcode web font into the advanced print view? I was gutted when I realised it didn't use locally installed True Type fonts.


Scott Moyse
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


EESignature


Design & Manufacturing Technical Services Manager at Cadpro New Zealand

Co-founder of the Grumpy Sloth full aluminium billet mechanical keyboard project

Message 5 of 14
broepke
in reply to: scottmoyse

Can't use locally installed fonts because it's rendered on the server.

 

you can however create a barcode as a mash up on a field and in turn use it as a field.  What Bar Code standard do you need?



Brian Roepke
Director, Analytics & Insights
Message 6 of 14
scottmoyse
in reply to: broepke

Any, it doesn't matter really, I want PLM 360 to generate it for reuse within PLM 360. I've don't trials with 3 of 9, but we need something that can get reasonably small. The thing with barcodes, is the scanners are dirt cheap and can use old pc's around the factory since they just need to use the web.


Scott Moyse
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


EESignature


Design & Manufacturing Technical Services Manager at Cadpro New Zealand

Co-founder of the Grumpy Sloth full aluminium billet mechanical keyboard project

Message 7 of 14
broepke
in reply to: scottmoyse

Okay - Since you're awesome and you basically presented me with a challenge - here's your answer.  You can see the attached images doing it.

 

1. Create a new single line text field on the record you want - make it a computed field with the following formula

 

'<a href="http://www.barcodesinc.com/generator/"><img src="http://www.barcodesinc.com/generator/image.php?code=' + NUMBER + ' &style=197&type=C128B&width=200&height=50&xres=1&font=3" alt="the barcode printer: free barcode generator" border="0"></a>'

 

2. Replace the word "NUMBER" with whatever you want encoded in the Bar Code.  For reference I used this site to generate the embed code.  Honestly you can use whatever you really want

 

http://www.barcodesinc.com/generator/index.php

 

3. Then, Create your print view and be sure to add the field and lay it out however you want.



Brian Roepke
Director, Analytics & Insights
Tags (1)
Message 8 of 14
scottmoyse
in reply to: broepke

AMAZING! You've made my freaking day, although I now feel inadequate! lol

 

but that is so cool. Did you already know about the exist of that generator? if not what keywords should I be using to find other wicked stuff like that for mashups?


Scott Moyse
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


EESignature


Design & Manufacturing Technical Services Manager at Cadpro New Zealand

Co-founder of the Grumpy Sloth full aluminium billet mechanical keyboard project

Message 9 of 14
broepke
in reply to: broepke

To save you a minute - here is my lazy print view HTML you can just paste in... to get a mock label

 

<p>&nbsp;</p>
<div class="itemDetails"><span style="font-family: arial, helvetica, sans-serif; font-size: large;"><strong>Item Number:</strong>&nbsp;${item.itemDetails.sections["Details"].fields.NUMBER.value}</span></div>
<div class="itemDetails">&nbsp;</div>
<div class="itemDetails">
<table style="width: 650px; border-width: 1px; border-color: #696969; border-style: solid;" border="1" cellpadding="2">
<tbody>
<tr>
<td style="border-width: 1px; border-color: #696969; border-style: solid;" align="left" valign="middle" nowrap="nowrap"><span style="font-family: arial, helvetica, sans-serif; font-size: small;"><strong>Title</strong></span></td>
<td style="border-width: 1px; border-color: #696969; border-style: solid;" align="left" valign="middle" nowrap="nowrap"><span style="font-family: arial, helvetica, sans-serif; font-size: small;"><span>${item.itemDetails.sections["Details"].fields.TITLE.value}</span></span></td>
<td style="border-width: 1px; border-color: #696969; border-style: solid;" rowspan="5" align="left" nowrap="nowrap"><span style="font-family: arial, helvetica, sans-serif; font-size: small;">${item.itemDetails.sections["Barcode"].fields.BARCODE.value}</span><span style="font-family: arial, helvetica, sans-serif; font-size: small;"><br /></span></td>
</tr>
<tr>
<td style="border-width: 1px; border-color: #696969; border-style: solid;" align="left" valign="middle" nowrap="nowrap"><strong><span style="font-family: arial, helvetica, sans-serif; font-size: small;"><strong><span>Description</span></strong></span></strong></td>
<td style="border-width: 1px; border-color: #696969; border-style: solid;" align="left" valign="middle"><span style="font-family: arial, helvetica, sans-serif; font-size: small;"><span><span>${item.itemDetails.sections["Details"].fields.DESCRIPTION.value}</span></span></span></td>
</tr>
<tr>
<td style="border-width: 1px; border-color: #696969; border-style: solid;" align="left" valign="middle" nowrap="nowrap"><strong><span style="font-family: arial, helvetica, sans-serif; font-size: small;">Units</span></strong></td>
<td style="border-width: 1px; border-color: #696969; border-style: solid;" align="left" valign="middle"><span style="font-family: arial, helvetica, sans-serif; font-size: small;"><span>${item.itemDetails.sections["Details"].fields.UNIT_OF_MEASURE.value}</span></span></td>
</tr>
<tr>
<td style="border-width: 1px; border-color: #696969; border-style: solid;" align="left" valign="middle" nowrap="nowrap"><strong><span style="font-family: arial, helvetica, sans-serif; font-size: small;">Category</span></strong></td>
<td style="border-width: 1px; border-color: #696969; border-style: solid;" align="left" valign="middle"><span style="font-family: arial, helvetica, sans-serif; font-size: small;"><span><span>${item.itemDetails.sections["Details"].fields.ITEM_CATEGORY.value}</span></span></span></td>
</tr>
<tr>
<td style="border-width: 1px; border-color: #696969; border-style: solid;" align="left" valign="middle" nowrap="nowrap"><span style="font-family: arial, helvetica, sans-serif; font-size: small;">&nbsp;<strong>Comment</strong></span></td>
<td style="border-width: 1px; border-color: #696969; border-style: solid;" align="left" valign="middle" nowrap="nowrap"><span style="font-family: arial, helvetica, sans-serif; font-size: small;">&nbsp;${item.itemDetails.sections["Additional Details (Uncontrolled)"].fields.COMMENTS.value}</span></td>
</tr>
</tbody>
</table>
</div>
<div class="itemDetails">&nbsp;</div>
<div class="itemDetails">&nbsp;</div>
<p>&nbsp;</p>



Brian Roepke
Director, Analytics & Insights
Tags (1)
Message 10 of 14
scottmoyse
in reply to: broepke

I'm going to have to write a blog post about this if thats ok?


Scott Moyse
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


EESignature


Design & Manufacturing Technical Services Manager at Cadpro New Zealand

Co-founder of the Grumpy Sloth full aluminium billet mechanical keyboard project

Message 11 of 14
broepke
in reply to: scottmoyse

Thats sometimes the hard part.  I started to search Barcode API - but I think that was the wrong approach.  It was a bunch of stuff they wanted to sell me to plug into code.

 

I think the key here - it's stuff you can "embed" into your web site - anything that's as simple as that (like a YouTube video) can work - also - you need a little human readable text in the embde code - i put in some bogus text to make sure when I looked @ their embed code it was something I could pass a pareter into.  ("NUMBER") - Simple as that.



Brian Roepke
Director, Analytics & Insights
Message 12 of 14
broepke
in reply to: scottmoyse

It's all yours 🙂  



Brian Roepke
Director, Analytics & Insights
Message 13 of 14
scottmoyse
in reply to: broepke

again cheers! I will use that for sure.


Scott Moyse
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


EESignature


Design & Manufacturing Technical Services Manager at Cadpro New Zealand

Co-founder of the Grumpy Sloth full aluminium billet mechanical keyboard project

Message 14 of 14
clsewe33
in reply to: broepke


@broepke wrote:

Thats sometimes the hard part.  I started to search Barcode API - but I think that was the wrong approach.  It was a bunch of stuff they wanted to sell me to plug into code.

 

@I think the key here - it's stuff you can "embed" into your web site - anything that's as simple as that (like a YouTube video) can work - also - you need a little human readable text in the embde code - i put in some bogus text to make sure when I looked @ their embed code it was something I could pass a pareter into.  ("NUMBER") - Simple as that.


Actually we can use some free barcode API. I googled and saw many free version of barcode API. I think Code 39 is a better choice for our barcode type.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report