Sage 100

 View Only
  • 1.  Anyone know how to produce 1 label per qty ordered

    Posted 01-08-2018 09:27
    Anyone know how to produce 1 label per qty ordered (case labels) from a sales order? Example: ORDER ItemCode QtyOrdered UOM Labels needed 100 ABC 3.00 CASE 3 100 DEF 2.00 CASE 2 Total labels needed = 5 I found an article but not sure how to accomplish outside of SQL/Access/Bartender http://www.tek-tips.com/faqs.cfm?fid=3226 @Sage100Routine


  • 2.  RE: Anyone know how to produce 1 label per qty ordered

    Posted 01-08-2018 10:52
    https://90minds-com.socialcast.com/messages/37683799


  • 3.  RE: Anyone know how to produce 1 label per qty ordered

    Posted 01-08-2018 13:49
    Interesting.. thanks for sharing. I ended up creating a UDT as the repeater table (as mentioned in the tek-tips article I cited). Then added a >= in the record selection. Mission accomplished and I thank you for your input.


  • 4.  RE: Anyone know how to produce 1 label per qty ordered

    Posted 01-08-2018 13:53
    Yes, that is basically what I was trying to describe in the linked thread.


  • 5.  RE: Anyone know how to produce 1 label per qty ordered

    Posted 05-15-2024 11:36

    I'm using a custom S/O Entry label report.  Is there a way to specify a label qty for each individual item, and not just a single qty that applies to all lines?  I have the latter working but need the former.  The label qty can be different every single time and for each line item.

    I'm using a similar process as above, i.e. "Create a table with one numeric field and have each row one incremental number (e.g.1,2,3,4) then add it to the report without a join (cross join) then it will make a row (label) per row (which equates to per number) value in the table.  Then use your param to limit the number of rows it returns: {?LabelQty} >= table.numberfield"

    cross ref: https://community.90minds.com/discussion/inventory-receipt-label



    ------------------------------
    Brett Zimmerman
    Net at Work
    Greater Boston Area
    ------------------------------



  • 6.  RE: Anyone know how to produce 1 label per qty ordered

    Posted 05-15-2024 11:40

    Have you added a UDF to the SO Lines for number of labels for that line?



    ------------------------------
    Beth Bowers
    (269) 358-0989
    ------------------------------



  • 7.  RE: Anyone know how to produce 1 label per qty ordered

    Posted 05-15-2024 11:42

    You probably have to use a sub-report for your labels, with the cross join being done in the sub-report.



    ------------------------------
    Kevin Moyes
    Technical Systems Analyst
    Munjal White Consulting Co.
    Toronto ON
    ------------------------------



  • 8.  RE: Anyone know how to produce 1 label per qty ordered

    Posted 05-15-2024 13:01

    I use a UDF on the detail line allowing the user to specify QTY per line.



    ------------------------------
    Jeff Schwenk
    Bottomline Software, Inc.
    (540) 221-4444
    ------------------------------



  • 9.  RE: Anyone know how to produce 1 label per qty ordered

    Posted 05-15-2024 13:08

    Crap, I forgot to mention they don't know the # of labels needed for each item until it's actually packed and ready to print the labels.  



    ------------------------------
    Brett Zimmerman
    Net at Work
    Greater Boston Area
    ------------------------------