Skip to content

hysem/itr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rent Receipt Generator

A simple script to generate rent receipts

Requirements

  • Golang
  • Chrome

Installation

go get -u github.com/hysem/itr

Config File

landlord:
  name: #land owner name
  address: #address of the land owner
  pan: #pan card number if given will be printed below the land owner name
tenant:
  name: #tenant name
  address: # address of tenant (not used currently)
  pan: #pan of tenant (not used currently)
financial_year: 2021 #fy for which the receipt to be generated
rent: 8000 # rent amount

Generating receipts

  • Make a copy of config.yml (say urname.yml)
  • Run the tool
itr -config urname.yml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published