Skip to main content

In Zoho invoice, can't edit an invoice which is paid, to a lower amount/The payment entered is more than the total amount due for this invoice. Please check and retry.

 Go to "Payments Received". And delete that entry. Then come back to "Invoices" and edit.

Comments

Popular posts from this blog

how to dynamically change favicon in dokuwiki argon template?

 Put <link href="lib/tpl/argon/apple-touch-icon.png?v=<?php echo rand() ?>"> and <link href="lib/tpl/argon/favicon.ico?v=<?php echo rand() ?>"> in if statement and <link href="lib/tpl/argon/images/apple-touch-icon.png?v=<?php echo rand() ?>"> and <link href="lib/tpl/argon/images/favicon.ico?v=<?php echo rand() ?>"> in else if statement. Note: the images should be in 48*48 size. Note: ?v=<?php echo rand() ?> is for busting the cache for favicon alone. Note: You should comment out this block of php code: echo tpl_favicon(array( 'favicon', 'mobile', ))