Jump to content

Editing the company info of an already-existing invoice


tkalfaoglu

Recommended Posts

I have an invoice of several items and the customer wants me to change the company name.

Unfortunately, once the invoice is created, its details seem to go into mod_invoicedata and even phpmyadmin has a hard time with the php-encoded variables found there. So I was afraid to manually edit it.

 

Is there a way to edit an invoice already created?

 

Update: I disabled the "store snapshot" in settings and the invoice data was updated..

 

Many thanks, -t

Edited by tkalfaoglu
Link to comment
Share on other sites

If you need to recreate invoice with new customer data you have to delete corresponding entry in mod_invoicedata table and it will be recreated when you download the invoice again.

 

For example to recreate invoice with id = 12345 run the following command in phpMyAdmin:

 

delete from mod_invoicedata where invoiceid = 12345;

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated