valnet / valuenetwork

Resource Planning and Value Accounting for Value Networks
http://mikorizal.org
GNU Affero General Public License v3.0
99 stars 25 forks source link

Value Equation bucket percentage problems #327

Open bhaugen opened 9 years ago

bhaugen commented 9 years ago
  1. With "straight percentage", if your bucket percentages add up to more than 100%, the value equation will distribute more than 100% of the money. And if your bucket percentages add up to less than 100%, it will distribute less than 100%. So if you use straight percentage, your percentages should add up to 100% (unless you want the second outcome: more than 100% is a mistake.) So the form should at least warn you if your percentages don't add up to 100% and prevent more than 100%.
  2. With "remaining percentage", if your last bucket does not claim all of the distribution money, it will not all be distributed.

Not sure how to label this, but I'll pick "bug" on general principles...