Sage 100

 View Only
  • 1.  Customer is using Kit Bills, has the item set up t

    Posted 10-13-2015 12:33
    Customer is using Kit Bills, has the item set up to always explode and the bill set up to not print components. Picking sheet prints components as is desired but so does the invoice. Didn't it use to work correctly? Wasn't there a section suppression formula if it was an exploded kit component and the print flag was set to No? I don't even see a reference in the wrk table about an item being a kit bill or a component. Was the program logic supposed to do this??? Am I missing something?


  • 2.  RE: Customer is using Kit Bills, has the item set up t

    Posted 10-13-2015 12:42
    Detail B?


  • 3.  RE: Customer is using Kit Bills, has the item set up t

    Posted 10-13-2015 12:44
    Sorry, it's the packing list that prints them. Detail B is for Comments. Do packing lists default to print them because that is what's actually in the package?? Why does this sound familiar???


  • 4.  RE: Customer is using Kit Bills, has the item set up t

    Posted 10-13-2015 12:48
    Nope, invoice prints them too.


  • 5.  RE: Customer is using Kit Bills, has the item set up t

    Posted 10-13-2015 13:09
    what version are you working on? I just tested the invoice and it worked right in 2015


  • 6.  RE: Customer is using Kit Bills, has the item set up t

    Posted 10-13-2015 13:28
    5.10.4


  • 7.  RE: Customer is using Kit Bills, has the item set up t

    Posted 10-13-2015 13:32
      |   view attached
    This is what it is in my form:


  • 8.  RE: Customer is using Kit Bills, has the item set up t

    Posted 10-13-2015 13:45
    Put that field (@allowexpandeditemcodes)on the form and look at what is showing up. you might need to change the Yto N Have a Great Day! Diane


  • 9.  RE: Customer is using Kit Bills, has the item set up t

    Posted 10-13-2015 17:50
    Here is formula from v2014 client that explodes their bills on the SO but suppresses the information on the packing list and invoice. suppression formula in the details a section formula = {SO_InvoiceWrk.ItemType} in array ("""", ""4"") or _ PreviousValue({@InvoiceNoLineNo}) = {@InvoiceNoLineNo} or _ ({SO_InvoiceWrk.SalesKitLineKey} <> """" and {SO_InvoiceWrk.ExplodedKitItem} = ""N"") or _ {SO_InvoiceWrk.ExplodedKitItem} = ""C