Page 1 of 1

V175 Batch Email/Print Range changes

PostPosted: Thu Oct 05, 2017 9:03 am
by 2can2
Hi, How would one go about changing the Default Ranges that are displayed in the heading of form 'Batch Print & Emailing'.
I would like to be able to change the Default FROM date for instance to today less 30 days. Does it have to be done via a plugin and if so how is it addressed?
Any guidance appreciated. Thanks.

Re: V175 Batch Email/Print Range changes

PostPosted: Fri Oct 06, 2017 7:54 am
by SBarnes
The form you are after is JiwaFinancials.Jiwa.JiwaSalesUI.BatchPrinting.MainForm the grid is RangesJiwaGrid then call set_GridText on the grid, the column ids for the two dates are InitiatedDate and ExpectedDeliveryDate.

You could probably write a form shown event to set the values to what you want to get in behind what Jiwa sets if its available, the signature of this would be

Code: Select all
private void Form_Shown(object sender, EventArgs e)