quiffen icon indicating copy to clipboard operation
quiffen copied to clipboard

Split percentages cannot exceed 100% of the transaction - allow to specify max allowed overshoot

Open WolfgangFahl opened this issue 1 year ago • 5 comments

this is related to #62

After adding the split sum percentage to the err message i get:

pydantic.error_wrappers.ValidationError: 1 validation error for Transaction
splits
  Split percentages cannot exceed 100% of the transaction: 100.02 (type=value_error)

it would be good to be specify the allowed overshoot. Currently it's 0.0.1

WolfgangFahl avatar Oct 16 '23 11:10 WolfgangFahl