Sage 100

 View Only
  • 1.  Is anyone aware of a mod that makes the Gross Prof

    Posted 07-31-2015 11:52
    Is anyone aware of a mod that makes the Gross Profit Warning calculation in Sales Order Entry smarter? (entry, not the update) Sales Order Options help for 3. Line Entry tab says: **Profit Margin Percent to Display Warning** **...This feature calculates a profit percentage based on the price entered for the line and the_ last cost of the item_, regardless of the inventory valuation method....** In other words, maybe there is a way to use the warehouse last cost instead of the item last cost? Or something more accurate.


  • 2.  RE: Is anyone aware of a mod that makes the Gross Prof

    Posted 08-02-2015 23:36
    If you're referring to the warning message box for the profit pct, a mod is needed to override SO_CommonEntryDetail.pvc and change the calc. If you're referring to the message bar at bottom left that says ""Profit Margin % = x"" your programmer (forgot his name) or @DanBurleson could potentially write a script for you. It involves changing the value of a control (ML_STATUS field) so script should be doable. The hardest part would be coming up with how to determine the warehouse last cost perhaps.


  • 3.  RE: Is anyone aware of a mod that makes the Gross Prof

    Posted 08-04-2015 19:09
    Thanks @AlnoorCassim to answer your questions as to which part - all of the above! Sounds like I need to talk to ""my programmer"", Jon Reiter. IM_ItemWarehouse.AverageCost will work for this client, but it does need to work in both places, on the bottom of the screen as a reference and as in the popup when GP is below the defined minimum.


  • 4.  RE: Is anyone aware of a mod that makes the Gross Prof

    Posted 08-05-2015 11:21
    @GregStiles Why not turn off the standard Display Profit Margin Percent and display your own text on the panel or put up a message? I overwrite the User Login display (below the Copy from... button) to display subtle information.


  • 5.  RE: Is anyone aware of a mod that makes the Gross Prof

    Posted 08-09-2015 09:26
    That would work as well. Let's discuss on Monday @DanBurleson