Home Page link  

Change to work order

 

Point-Of-Sale Software - - MS Point Of Sale software discussed here 

get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content  add this group's latest topics to your Google content  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
Change to work order The Comedianù8^ ‰žv&§v+ºË"¢{& 08-03-2005
  |                                                         `--> normal
                                                            `--> normal
Posted by The Comedianù8^ ‰žv&§v+ºË"¢{& on August 3, 2005, 6:27 am
Please log in for more thread options
Is there a way to make the word work order come up as invoice? I know that
there is an actual invoice - so its not about that . Can you make a word
appear as another word that you would prefer semantically?


Posted by Robert on August 3, 2005, 8:34 am
Please log in for more thread options
Comedian,

Are you asking if you can have the word Invoice appear at the top of the
page instead of Work Order? If so, then yes you can. You'll have to modify
your receipt as below:
Make a copy of your receipt and name it 40columnWorkOrderasInvoice.xnl or
FullPageWorkOrderasInvoice.xml
Full Page - modify the Header
40 Column - modify the PrintTransactionType
Change
Transaction.ReceiptTransactionName
To
"Invoice"
Save your changes and login to Store Ops Manager --> Database -->
Register --> Receipt Formats go to the properties of your receipt. Click the
magnifying glass next to Work Orders and select your newly created receipt.
Say no to "do you want to update all transactions to blah blah blah" and
save the changes.

If this is not what you are asking for the please clarify.

Rob

> Is there a way to make the word work order come up as invoice? I know that
> there is an actual invoice - so its not about that . Can you make a word
> appear as another word that you would prefer semantically?




Posted by The Comedianù8^ ‰žv&§v+ºË"¢{& on August 3, 2005, 7:41 am
Please log in for more thread options
That is indeed what I was asking - thank you so much! I figured it was in the
xml files but I couldn't get it to do what I wanted.

"Robert" wrote:

> Comedian,
>
> Are you asking if you can have the word Invoice appear at the top of the
> page instead of Work Order? If so, then yes you can. You'll have to modify
> your receipt as below:
> Make a copy of your receipt and name it 40columnWorkOrderasInvoice.xnl or
> FullPageWorkOrderasInvoice.xml
> Full Page - modify the Header
> 40 Column - modify the PrintTransactionType
> Change
> Transaction.ReceiptTransactionName
> To
> "Invoice"
> Save your changes and login to Store Ops Manager --> Database -->
> Register --> Receipt Formats go to the properties of your receipt. Click the
> magnifying glass next to Work Orders and select your newly created receipt.
> Say no to "do you want to update all transactions to blah blah blah" and
> save the changes.
>
> If this is not what you are asking for the please clarify.
>
> Rob
>
> > Is there a way to make the word work order come up as invoice? I know that
> > there is an actual invoice - so its not about that . Can you make a word
> > appear as another word that you would prefer semantically?
>
>
>


Posted by The Comedianù8^ ‰žv&§v+ºË"¢{& on August 3, 2005, 7:57 am
Please log in for more thread options
Worked like a charm

One other question - Is there a way to have the word changed on the rest of
the displays (ie when you recal a work order - can it say Invoice? When you
run a report for Work Orders Summary can it say Invoice Summary?)

Thanks again for your help.


"Robert" wrote:

> Comedian,
>
> Are you asking if you can have the word Invoice appear at the top of the
> page instead of Work Order? If so, then yes you can. You'll have to modify
> your receipt as below:
> Make a copy of your receipt and name it 40columnWorkOrderasInvoice.xnl or
> FullPageWorkOrderasInvoice.xml
> Full Page - modify the Header
> 40 Column - modify the PrintTransactionType
> Change
> Transaction.ReceiptTransactionName
> To
> "Invoice"
> Save your changes and login to Store Ops Manager --> Database -->
> Register --> Receipt Formats go to the properties of your receipt. Click the
> magnifying glass next to Work Orders and select your newly created receipt.
> Say no to "do you want to update all transactions to blah blah blah" and
> save the changes.
>
> If this is not what you are asking for the please clarify.
>
> Rob
>
> > Is there a way to make the word work order come up as invoice? I know that
> > there is an actual invoice - so its not about that . Can you make a word
> > appear as another word that you would prefer semantically?
>
>
>


Posted by Robert on August 3, 2005, 9:18 am
Please log in for more thread options
Comedian,

With making the changes all Work Orders that are printed will say Invoice.
If you look at the Transaction Details, you will want to remove this portion
of the code.
<IF>
<CONDITION> ((Entry.QuantityOnOrder &lt;&gt; 0) | (Entry.QuantityRTD
&lt;&gt; 0)) &amp; (Transaction.Type &lt;&gt; transactionQuote) </CONDITION>
<THEN>
<ROW> "||Quantity RTD:|" Entry.QuantityRTD " ||" </ROW>
<ROW> "||Quantity On Order:|" Entry.QuantityOnOrder " ||" </ROW>
<ROW> "||Quantity Picked Up:|" Entry.QuantityPurchased " ||"
</ROW>
<ROW>
</ROW>
</THEN>
</IF>

To change a Report Title make a copy of the report you and change the name
to Custom - *name of your report*. Open the report using Note Pad and edit
the Report Title to what you want, save changes, log out and back in to
Store Ops Manager and go to Reports --> Custom and your report will be
there.

Rob

> Worked like a charm
>
> One other question - Is there a way to have the word changed on the rest
> of
> the displays (ie when you recal a work order - can it say Invoice? When
> you
> run a report for Work Orders Summary can it say Invoice Summary?)
>
> Thanks again for your help.
>
>
> "Robert" wrote:
>
>> Comedian,
>>
>> Are you asking if you can have the word Invoice appear at the top of the
>> page instead of Work Order? If so, then yes you can. You'll have to
>> modify
>> your receipt as below:
>> Make a copy of your receipt and name it 40columnWorkOrderasInvoice.xnl or
>> FullPageWorkOrderasInvoice.xml
>> Full Page - modify the Header
>> 40 Column - modify the PrintTransactionType
>> Change
>> Transaction.ReceiptTransactionName
>> To
>> "Invoice"
>> Save your changes and login to Store Ops Manager --> Database -->
>> Register --> Receipt Formats go to the properties of your receipt. Click
>> the
>> magnifying glass next to Work Orders and select your newly created
>> receipt.
>> Say no to "do you want to update all transactions to blah blah blah" and
>> save the changes.
>>
>> If this is not what you are asking for the please clarify.
>>
>> Rob
>>
>> > Is there a way to make the word work order come up as invoice? I know
>> > that
>> > there is an actual invoice - so its not about that . Can you make a
>> > word
>> > appear as another word that you would prefer semantically?
>>
>>
>>




Similar ThreadsPosted
Work Order Change History June 14, 2006, 2:50 pm
change a work order to a sales invoice February 15, 2007, 4:52 pm
Associate a purchase order with a work order or back order June 9, 2006, 3:18 pm
Is there a way to convert a work order to a purchase order in RMS? September 22, 2005, 8:49 am
Back Order items from a Work Order September 27, 2006, 1:33 pm
Work order to Purchase order October 4, 2005, 9:26 am
Back Order Work Order April 1, 2008, 9:04 pm
Is there a way to remove the RTD, On Order, on a work order? May 21, 2009, 1:28 pm
Work Order July 5, 2005, 12:05 pm
Please help me on RMS work order November 18, 2005, 3:16 am

Contact Us | Privacy Policy
This site is not affiliated with Intuit - makers of Quickbooks and Quicken software
This site is not affiliated with Sage Software - makers of Peachtree accounting software
XML SitemapXML Sitemap