sarahs
Forum Replies Created
-
I was able to figure out that it has to do with the cost in Inventory. Also billing groups.
Do these parts have a home LP price in them? If it is zero, this could be a reason.
Do you use Billing Groups? If so you need to make sure that if you are using ACTUALS you will need to make sure “PRICE NOT TO EXCEED” 9999999999.
It has been so frustrating because any quote that you have prior will have this issue – you have to requote all your jobs.
I left it, only because the invoice goes our correctly, so I just do an adjustment to the invoice. The downfall is your WO profit report my not be correct.
Feel free to contact me at 360-236-9928 x 103 if you would like to talk about it. It would be nice to have person to bounce these things off of.
-
How would I combine them in the same memo field?
-
Thank you so much for your help it worked!
Sorry for being annoying!
-
I tried and this is what happens.
-
Sorry Mike – now I am really confused. You said you made changes to code below? I didn’t see any changes. How do I get what is highlighted in Yellow to change. I think that is why the script isnt working for me.
var
qc : TOracleDataset;
begin
if (wo_operation[‘pnm_auto_key’] > 0) then
begin
qc := TOracleDataset.Create(nil);
qc.SetSession;
qc.Sql.text :=’Select description from parts_master where PNM_AUTO_KEY = ‘+ WO_OPERATION[‘PNM_AUTO_KEY’];
qc.Open;
Text := qc.FieldByName[‘description’].AsString;
qc.Free;
end
else
Text := ”;
end;
___________________________________________________________
mine says:
procedure varDescrOnGetText(var Text: String);
-
Very, very new and forms designer and SQL…..
This failed on my when I copy and pasted.
-
We do not do any line maintenance. We will be using mobile technician and are moving toward electronic signatures. The shop control seems like it offers basic things when it comes to the electronic sign off.
-
We dont have that Module…..is there any other place it can be done?
-
We have, we have not implemented yet, but close
-
-
Make sure that the company (edit company header) has teh PO Deferred Receiver box checked. If it is not checked it will automatically create an AP. Let me know if that works for you!
-
Yes, I am on 10.5.30 and it is super slow. The deferred receiver is super slow also.
-
Sarah Shaw
Member02/23/2015 at 7:39 AM in reply to: RETROSPECTIVE SUSPENSE REPORT AND INVENTORY REPORTI would love a report like this too! I would also love the WIP report to have a cut off date.
These are such large items on your balance sheet that should have a subledger report that coincides with it.
-
Ryan – would you mind emailing me a screen shot of how your company set up your WO Quote statuses and how your WO Setup Control -> WO Quotes/Billing is set up? I think this is where I might be having my problems.
We are on vs 10.4.21.0 and we are doing new versions, but some of the quotes are not updating.
-
so I figured out that it does update when you do a new version of the quote, but it doesn’t when you do a requote. Can you tell me what the difference between the two are? When do you use a new version or a requote?
-
Ryan –
This WO TAT report is great. Do you know what the Re-quote or new version amount doesn’t update in this report? I want to know the last price we quoted them not what was initially quoted. How do I fix this?
-
Thank you Nick! That video helped me so much. I am anxiously waiting for a “Help” menu for Event Manager because an hours worth of training is NOT enough.
To actually send it out to customers, what gets put in the email field? CUSTOMER.INVOICE? Which is feeds from the Invoice field in the Company Management screen?
Thanks
Sarah Shaw
-
No response. I have not gone to training yet, so I might try that before going with a consultant.
-
Sarah Shaw
Member08/15/2012 at 7:43 AM in reply to: SHOP CONTROL – 8130 ON WORK ORDER, CHANGING THE DATESWe found a way….its by changing your computer date back to the date you need to print the 8130.
thanks
Sarah Shaw
A&R Aviation Services
-
Hi Jason, is there a way I can get this SQL script? I could not find it in Que Group anywhere.
-
It worked. I made the Historical flag disappear so people can’t access it.
-
So, what I am doing now, is marking the private ones “Historical” and then I am TRYING to limit access for people to look at historical in the security settings. Still looking where I can take the button away from people.
Its not perfect, if someone needs access to historical data, they can ask for it. 😀