A simple script to generate rent receipts
- Golang
- Chrome
go get -u github.com/hysem/itr
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
- Make a copy of config.yml (say urname.yml)
- Run the tool
itr -config urname.yml