You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, DeSo Ops spreads the amount to be paid across all selected users in the Payment Table based on the % of coins they own. There are scenarios where the amount to be paid must be spread equally to all selected users, regardless of the number of coins they own.
Tasks
Underneath the Amount to be paid field, add a Radio control with the following criteria:
Label = "Spread amount based on:"
Radio Option = "% Coin Ownership" (Default)
Radio Option = "Equal Spread"
Update calculation logic to be based on these 2 rules
Whenever this value changes, re-calculate the table accordingly
The text was updated successfully, but these errors were encountered:
agilitehub
changed the title
Allow payment to be spread across active users based on their % holding or spread equally
Allow payment to be spread across selected users based on their % holding or spread equally
Feb 14, 2023
Overview
At the moment, DeSo Ops spreads the amount to be paid across all selected users in the Payment Table based on the % of coins they own. There are scenarios where the amount to be paid must be spread equally to all selected users, regardless of the number of coins they own.
Tasks
Underneath the Amount to be paid field, add a Radio control with the following criteria:
Label = "Spread amount based on:"
Radio Option = "% Coin Ownership" (Default)
Radio Option = "Equal Spread"
Update calculation logic to be based on these 2 rules
Whenever this value changes, re-calculate the table accordingly
The text was updated successfully, but these errors were encountered: