Page 1 of 1

SO Non physical items

PostPosted: Tue Apr 21, 2015 1:31 pm
by 2can2
Hi, I am hoping this request will be fairly simple and just need some clarification before I consider a customisation request.
I want to be able to use the 'Demand' field in SO for Non Physical items. An order will be captured for a Non physical item, say 10 are ordered but when picked only 6 are available then the user needs to be able to enter 6 in Delivered (currently Locked) and then the difference should go into 'Demand' (currently also locked) NOT B/O as a normal Stock item would. I will use demand to generate lists for them to fulfil and when done they will edit the SO Delivered qty to include the demand qty (in most cases) - in this case back to 10!
I see it as Unlocking the Delivered column and adding plugin code to calc the difference for Demand for Non Physical items.
Straightforward? or will it cause issues with the business logic?
Cheers

Re: SO Non physical items  Topic is solved

PostPosted: Fri May 01, 2015 11:26 am
by Mike.Sheen
Hi Doug,

Yes - you can do this - the trick is intercepting the change of the cell when the user keys in the delivery quantity before the sales order form gets the event and passes it through to the business logic.

See the attached sample.
Plugin Sales Order Non Physical Demand.xml
Sample Plugin
(35.2 KiB) Downloaded 678 times


Mike

Re: SO Non physical items

PostPosted: Tue May 05, 2015 2:26 pm
by 2can2
Awesome Mike. Thanks so much, works a treat!