Skip to content

Add Discounted Amount Column and Calculate

alicefrumin requested to merge alicefrumin/cividiscount:saveamtdiscounted into master

This adds a column discounted_amount to the cividiscount_track table.

Before

when a discount code is applied amount discounted is not saved anywhere.

After

The amount discounted is saved to the Track table and can be pulled into SearchKit searches so users can report on it.

Edited by alicefrumin

Merge request reports