Skip to main content

An employee applied for leave as follows:

Since I have to go to my village to sell my land along with my wife, please sanction me one-week leave.

***

From an employee who was performing the "mundan" ceremony of his 10 year old son: "as I want to shave my son's head, please leave me for two days.."

***

Leave-letter from an employee who was performing his daughter's wedding:

"as I am marrying my daughter, please grant a week's leave.."

***

"As my mother-in-law has expired and I am only one responsible for it, please grant me 10 days leave."

***

Another employee applied for half day leave as follows:
"Since I've to go to the cremation ground at 10 o-clock and I may not return, please grant me half day casual leave"

***

An incident of a leave letter
"I am suffering from fever, please declare one day holiday."

***

A leave letter to the headmaster:
"As I am studying in this school I am suffering from headache. I request you to leave me today"

***

Another leave letter written to the headmaster:
"As my headache is paining, please grant me leave for the day."

***

Covering note: "I am enclosed herewith..."

***

Another one:
"Dear Sir: with reference to the above, please refer to my below..."

***

Actual letter written for application of leave:
"My wife is suffering from sickness and as I am her only husband at home I may be granted leave".

***

Letter writing: -
"I am in well here and hope you are also in the same well."

***

A candidate's job application:
"This has reference to your advertisement calling for a ' Typist and an Accountant - Male or Female'...As I am both(!! )for the past several years and I can handle both with good experience, I am applying for the post.

Comments

Popular posts from this blog

Being A Mother Is a Gift

Top 10 Arts Colleges in INDIA

Infrastructure as Code (IaC)

What does infrastructure as code mean? Infrastructure as Code (IaC) is a method to provision and manage IT infrastructure through the use of source code, rather than through standard operating procedures and manual processes. You’re basically treating the servers, databases, networks, and other infrastructure like software. And this code can help you configure and deploy these infrastructure components quickly and consistently. In the past, setting up IT infrastructure has been a very manual process. Humans have to physically rack and stack servers. Then this hardware has to be manually configured to the requirements and settings of the operating system used and application that’s being hosted. Finally, the application has to be deployed to the hardware. Only then can your application be launched. Ugh. With IaC, you can use tools like Terraform, CloudFormation, Puppet, Chef, and other tools to create scripts that will configure your servers, databases, operating systems, and ...