How can edit an already issued invoice? - magento-1.9

How I can edit an already issued invoice? I want to edit the shipping address of order "XYZ" and send the email to the customer. How can we do that? If that is possible, Please comment "Yes" or "No".
Thank you...

No you won't be able to as far as I'm aware, you'd need to re-issue the invoice with the updated details I believe.

Related

allow users to skip questions

I'm trying to annotate a dataset using crowdflower where the users might not be sure about the answer in some instances. Is there a way to allow users to "skip" questions, or replace one question by another?
Do not use the required validator and the contributor will be able to send his judgment without providing an answer for any of your fields.
I'm not sure there is a way to replace a question by another, though.

Product Information Tabs are missing in new product

I am using magento 1.9. and problem is this i have already some product in magento admin when i edit any product I find all options but when I create new product I couldn't find some tabs for your better understanding and difference please see attached screenshots and help me resolve this issue.
Product Information Form with Missing Tabs
Product Information Form with Full options
Thanks and regards.
I think the user you have logged in with does not have enough permissions to edit existing products. Check user permissions in the system tab
One possible issue might be the website scope (try changing it to store view or global or default)
Thanks for your responses.
I logged in from admin user and website is running in Default scope.
I guess there is something wrong in DB or in attributes. I don't know. I need an expert opinions.

Generating a question mark within the SSRS subscription

I am having a problem with one of the SSRS Subscription. One of the users, reported to me that questions mark generated before to email address, hence making the email addresses invalid. I checked the subscription itself and there were no question marks.
Do you know what could cause the question marks?
Thanks,
I don't know of anything that would cause question marks to appear in the users e-mail address in a subscription. Are your e-mail addresses generated from a query in Data Driven subscription? That would seem to be the only way and the field would still need to have a question mark in it.
This claim seems dubious - if the user wasn't able to get the e-mail, how do they know that it is because of a question mark? Is there an error in the subscription Status column?
Try adding yourself to the subscription and change the schedule to send one out while you watch to check to see if it's delivered.
If anyone is having this problem. I have written what culd have been the problem and what I did to resolve. The problem occured because of spaces between the semi colon and the email addresses. Hence, I removed the spaces and I also re-added the email addresses. This seem to have worked.
Thanks

Automatic email to users when database is updated

I would like to know how to automatically send an email to confirm their subscription to the users who sign up. Basically, when a user signs up, it adds a line in a SQL database.
Thank you very much, I hope this is clear.
You should do it on your language level.

Flag for a modified meeting with Exchange Web Services

I trying to find a way to determine if meeting details have changed so I can update the records of it in a database that is used to display the details for the meetings on a web site.
I know there is Appointment.LastModifiedTime but that also changes when a response is returned. I want something that will change only if there was an update to the meeting details.
I've seen Appointment.IsUnmodified and tested it with a new meeting but it still returned false.
Does anyone know of a reliable way to check this?
On a side note, is there any id associated with an item that I can use as a reference in the db? I've been using itemID, but i read that under certain circumstances that will change. Is that true?
You can store the ChangeKey along with the UniqueId in the database.