svc_is_num_in_name svc_decimal_cnt svc_is_due_date_after 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 """**Validation Error:** - Numbers are not allowed in the Contributor's Name """ False >2 True False """**Validation error:** - The involce amount must not have more than two decimal places """ True >2 True False """**Validation errors:** - Numbers are not allowed in the Contributor's Name - The involce amount must not have more than two decimal places """ False <=2 False False """**Validation error:** - The invoice due date must be after today's date. """ True >2 False False """**Validation errors:** - Numbers are not allowed in the Contributor's Name - The involce amount must not have more than two decimal places - The invoice due date must be after today's date. """ False >2 False False """**Validation errors:** - The involce amount must not have more than two decimal places - The invoice due date must be after today's date. """ False "Something is wrong with the Invoice validation process. Please notify support"