isNameNum decimal_cnt isDueDateAfter False <=2 True True "No numbers in name, involce amount decimal places not greated than two, invoice due date after today's date" True <=2 True False "Numbers are not allowed in the Contributor Name" False >2 True False "The involce amount must not have more than two decimal places" True >2 True False "Numbers are not allowed in the Contributor Name and the involce amount must not have more than two decimal places" False <=2 False False "Invoice due date must be after today's date" True >2 False False """Validation errors: <ul> <li>Numbers are not allowed in the Contributor Name </li> <li>The involce amount must not have more than two decimal places </li> <li>The invoice due date must be after today's date</li> </ul>"""