Sage 100

 View Only
  • 1.  **Print 2 different S/O forms at once for each ord

    Posted 04-03-2018 12:33
    **Print 2 different S/O forms at once for each order** (v2016) - Looking for a way to automatically have a 2nd separate/different S/O Form print after selecting to print the 1st form. Currently for a given order via Print Order (Quick Print) and regular S/O Printing, the client selects to print the S/O BOL form, and then immediately after they then select to print the S/O Packing Slip. Doesn't sound like that big of a deal/nuisance, but it becomes so when you're doing it over and over and over again. I tried seeing what I could do by inserting one form .rpt into the other form .rpt (as a subreport), but wasn't having a ton of luck initially. And it doesn't seem like Scripting is too feasible.


  • 2.  RE: **Print 2 different S/O forms at once for each ord

    Posted 04-03-2018 12:45
    Using the Quick Print tab in Sales order options? ""Picking Sheet After Quick printing Sales Order?"" Could you use the picking sheet as the BOL?


  • 3.  RE: **Print 2 different S/O forms at once for each ord

    Posted 04-03-2018 12:45
    Create a UDT with 2 records. The first record contains value of ""1"" and second record contains ""2"". Link with a note equal join and then ad a group to your form based on the value in the UDT field with a page break between the groups. It's unconventional but...


  • 4.  RE: **Print 2 different S/O forms at once for each ord

    Posted 04-03-2018 12:47
    Multipart printing, with different form logic to suppress or show based in 'shadow text'


  • 5.  RE: **Print 2 different S/O forms at once for each ord

    Posted 04-03-2018 12:59
    Ideally it'd be great if we could just simply use Multi-part, but the 2 forms are _**very**_ different. @LarryBradford, if I'm understanding your suggestion, I'm not sure that's feasible since the 2 forms are very different. Not sure @DougHiggs suggestion will quite work but it's definitely something I'll check out in hopes that it may at least help a little with the process.


  • 6.  RE: **Print 2 different S/O forms at once for each ord

    Posted 04-03-2018 13:01
    Two different sets of headers, footers, and details. Each section conditional on UDF in UDT =1 or 2.


  • 7.  RE: **Print 2 different S/O forms at once for each ord

    Posted 04-03-2018 13:08
    Oh, I considered something similar, @LarryBradford, but instead basing the conditional suppression on Multi-part shadow text. The problem is that the 2 forms are really different; not the same tables/files, different Groups/Sections, lots of existing suppression, etc. - but I suppose if push comes to shove we could entertain that option.


  • 8.  RE: **Print 2 different S/O forms at once for each ord

    Posted 04-03-2018 14:19
    Sales Order Options / QuickPrint: / Picking Sheet After Quick Printing Sales Order Select this check box to be prompted to print a picking sheet after printing a sales order using the Quick Print feature.