Page 1 of 2

Sales Order Processing Screen

PostPosted: Wed Dec 18, 2019 2:28 pm
by SBarnes
Will this concept https://forums.jiwa.com.au/viewtopic.php?f=26&t=1139&start=10 work for the sales order processing screen?

Re: Sales Order Processing Screen

PostPosted: Wed Dec 18, 2019 3:50 pm
by Scott.Pearce
Yes.

Re: Sales Order Processing Screen

PostPosted: Wed Dec 18, 2019 3:51 pm
by SBarnes
Thanks Scott.

Re: Sales Order Processing Screen

PostPosted: Wed Dec 18, 2019 3:53 pm
by Scott.Pearce
I had a quick look through the business logic and form, and it is very similar to that of the Manual Backorder Release thread you linked to. Same design.

Re: Sales Order Processing Screen

PostPosted: Wed Dec 18, 2019 4:00 pm
by SBarnes
Yeah I had a quick look with Just Decompile and had largely come to the same conclusion, it's just messy, basically stop Jiwa responding and re-implement that bit yourself.

Re: Sales Order Processing Screen

PostPosted: Thu Feb 20, 2020 1:11 pm
by pricerc
So anyone got one to share?

I've downloaded the BO version, so I can adapt it, but I thought I'd ask first.

Re: Sales Order Processing Screen

PostPosted: Thu Feb 20, 2020 1:13 pm
by SBarnes
Hi Ryan,

Yes I was able to add fields to the sales order processing screen and get it to go.

What criteria are you looking to add?

Re: Sales Order Processing Screen

PostPosted: Thu Feb 20, 2020 1:46 pm
by pricerc
Curiously, just a 'contains' filter on customer Order No.

Re: Sales Order Processing Screen

PostPosted: Thu Feb 20, 2020 1:48 pm
by pricerc
I've already got a modified 'GetSalesOrdersToProcess' stored procedure ready to go with a specific, hard-coded 'LIKE' filter on Order No, but I thought it might be good to parameterise it.

Re: Sales Order Processing Screen

PostPosted: Thu Feb 20, 2020 2:10 pm
by SBarnes
No I did the fully monty see the image and I've circled the extra parameters