Friday, April 1, 2016
1 change · master
Enhancements to existing features
The contract dashboard now prevents users from combining companies that use different currencies, avoiding misleading recurring revenue totals. It also streamlines dashboard data loading by reducing the number of background requests, which should make the dashboard more efficient.
Original PR description
… on company filters It makes no sense to sum MRR of different currencies. For this reason, a condition has been added on the company filter : two companies cannot be selected at the same time if they have different currencies. The jsonRPC calls have also been refactored to reduce the number of calls. Two routes have been merged.