It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
Would it be possible to be able to add a button to enable a refund (whole or part), and delete invoices?
Comments
Hi,
You can refund manually if you don't use Mollie. Open the invoice, navigate to
Manage payment
and you have a red button to refund whole or part. But you can not delete invoice. In most countries, when invoice is paid, refunded or cancelled it must remain in the system.Hi,
Thanks for your reply.
Sometimes errors are made, or for whatever reason the invoice needs to be removed/deleted. Currently I would need to go into MySQL database to remove data.
Thanks.
If you want to delete invoice after refund/paid, you can edit this function to fit your needs.
Open application/modules/invoices/Invoices.php and locate this function
You can remove the condition
invoice_status($i) == 'is_refunded')