compucorp / uk.co.compucorp.membershipextras

Membership Extras for CiviCRM
Other
5 stars 8 forks source link

MAE-580: Make 'next scheduled contribution date' field editable from UI #388

Closed omarabuhussein closed 3 years ago

omarabuhussein commented 3 years ago

Overview

Since we are going to use 'next scheduled contribution date' field to determine if we should renew a payment plan or not, we want to give users the ability to adjust its value if needed. The work here exposes this field in the payment plan edit form.

Before

The 'next scheduled contribution date' is not available in the payment plan edit form, and updating the cycle day will affect its value.

2021-08-19 18_51_21-askdas@ad com askdas@ad com _ civi5352v5

After

The 'next scheduled contribution date' is available and editable through the payment plan edit form, and updating the cycle day does not affect its value.

2021-08-19 18_51_58-askdas@ad com askdas@ad com _ civi5352v5

bef1