Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 720 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 720 Bytes

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