Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ChrisP520

  1. ChrisP520

    Missing Order

    Don: Thanks for the info. Customer is set to allow backorders. Both of the items on the order are set to allow backorders in the Item Master. It turns out that one item was backordered and one was not according to the audit trail report. When I run the reset allocations report it shows that...
  2. ChrisP520

    Missing Order

    Greetings, All: We are running Progression SQL 7.6.300C on SQL 2000. One of my salesmen converted a quote to an order this morning and now we cannot find the order. We have looked in the open order, history and consolidated views and the order doesn't come up by order number. It also doesn't...
  3. ChrisP520

    Mis-Shipments

    Greetings, All: We are running Progressions SQL 7.6.300C on MSSQL 2000. I want to know how folks are handling mis-shipments through the RMA module. By mis-shipment I mean the wrong item is shipped to the customer. Example: Our customer orders Item A, we mistakenly ship Item B. Now, our...
  4. ChrisP520

    Mysterious Order Header Credit Hold

    Greetings: I'm running Progression SQL 7.6.300C on SQL Server 2000. The Credit Hold flag on some orders have mysteriously been set to H (credit hold). When I look at the audit trail report, it never shows the orders having been set to hold. I've also checked credit and payment terms during...
  5. ChrisP520

    Convert PRT to PDF

    Donna: If you do not need to lock the document, Macola PRT files open well in Windows Notepad and other text editors such as TextPad. Chris Poulin
  6. ChrisP520

    Feature Option Setup Charge

    Randva, Thank you for the reply. Are you saying that you include this non-stocked item called SETUP in the Feature Option Configuration? If so, how do you charge only once per job? If I order 20 Feature Option items on a customer order, each option will be mulitplied by the quantity ordered...
  7. ChrisP520

    Feature Option Setup Charge

    Greetings: I am running Progression 7.6.300C on MSSQL 2000. I'm trying to find a way to deal with set up charges in metal fabrication. We fabricate metal face plates. When we punch metal to accomodate connectors, each punch type has an associated setup cost. This set up cost is amortized...
  8. ChrisP520

    PO Status H

    Thank you, Don. That's good news.
  9. ChrisP520

    PO Status H

    Hello MacolaHelp: Thank you for the reply. You post pretty much addresses my fears. I DON'T know what other tables and reports this change would hit and I wanted to make sure that I didn't irrevocably trash my live data. My hope was that someone DID know for sure if this would work well or...
  10. ChrisP520

    PO Status H

    Hello, again. Can anyone weigh in on this? My ulitmate goal is to make the orders that are being switched to a status of H disappear from the PO Cash Requirements report and at the same time allow the PO to be viewed by Item Number in PO Views. I did a test in a test company where I ran a...
  11. ChrisP520

    Extract BOM from MacolaES via SQL ?

    Hello Adrian: What is the issue with concatenating the note field? Are you getting NULLS? If so, have you tried using: SET CONCAT_NULL_YIELDS_NULL OFF at the beginning of your query? SQL Server, by default, has this set to ON. Therefore, if you try to concatenate a non-NULL field with a...
  12. ChrisP520

    PO Status H

    Greetings: I am running Progression 7.6.300C on MSSQL 2000. My PO system is a mess. There are open orders showing back to our start with Macola in 1995. This causes all sorts of issues that are too numerous to list as I'm sure all here know. What I would like to do is close those orders...
  13. ChrisP520

    Orders Not Showing in views

    Hello Again, MacolaHelp: Now that I have fixed this issue, I did some looking and found that I have an issue with Orphaned OE Order Headers rather than the other way around. I have 295 Order Headers that do not have associated Order Line records. The really weird thing here is that for each...
  14. ChrisP520

    Orders Not Showing in views

    Good morning, MacolaHelp: Thank you very much for providing a second set of eyes. The problem turned out to be an orphaned Blanket order. I was concentrating on O type orders. By joining on both the order number and order type and using a full outer join, I was able to find the missing order...
  15. ChrisP520

    Orders Not Showing in views

    Hi MacolaHelp: Thanks for the reply. This started out of the blue. When I queried the Header and Line tables I joined on the order number. But I did a left outer join on the order number from the line to header table so that I would see the missing headers. I repeated the process with the...

Part and Inventory Search

Back
Top