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

Need to split cash receipt into distributions #427

Closed fosterlynn closed 8 years ago

fosterlynn commented 8 years ago

Can get one check for multiple orders, etc. Or for items that require different value equations. So when run the distribution, need to be able to connect with the right cash distribution but distribute just part of it.

bhaugen commented 8 years ago

Questions and comments:

The first option above requires validating their entry against the sum of the cash receipt or source distribution amounts, and the second option requires validating against one selection, which is somewhat easier in that it does not require a custom validation method.

Also, seems a bit cleaner to use a different form field for a partial cash receipt or source distribution amount than to use the existing "Amount to distribute" field.

fosterlynn commented 8 years ago

Good question. Thoughts: It seems like a different scenario to take multiple cash receipts and to take a partial cash receipt, and I would vote for basically the second option. Maybe this should be a separate option in the UI too. The current one is multiple cash receipts, period, no partials. The new one would be one cash receipt with an option (or a requirement, used only for partials?) to enter the partial amount too. I also agree about not using the current field for that.