QAZIMAAZARSHAD / Income-Tax-Calculator

Income Tax Calculation System For A Salaried Person
https://github.com/QAZIMAAZARSHAD/Income-Tax-Calcultor/blob/main/README.md
MIT License
35 stars 58 forks source link

Another bug with sending with email #126

Closed akash-rajak closed 3 years ago

akash-rajak commented 3 years ago

The bug is, when we have entered the correct details and calculated, then if we click on share with email button, we get message like this, 5

Now in this , the emails are sent in both cases, either we click on OK button or close the dialog box, but it will work like this if we click on OK then only it should share the details, otherwise if we close the dialog box, the details should not be shared.

So i want to correct this bug so that if we click on OK button then only it will send details.

And also while sending process is going on we get some print statement in the console, like this, 6

so instead of print statement we can show those using message box.

akash-rajak commented 3 years ago

@QAZIMAAZARSHAD , if this is OK, then please assign me this under LGM SOC, can correct all the above mentioned things.

QAZIMAAZARSHAD commented 3 years ago

Sure,

Also rename OK to "Send to email"

akash-rajak commented 3 years ago

Just want to tell that we can't change the text from OK or cancel to any other text we want in the message box, as all the message box are predefined. So we can't put our own text in button of message box