A simple Arrear Pension Calculator app written in python with GUI specifically Govt. employees (Central & State). This application calculates arrear (Due - Drawn) / overdrawn / recovery of pension between any given periods. This app is not associated with Govt. of West Bengal. This app is for informational purpose only. This project is open source under GNU public license v3.0
- Officials who works with pensioners
- Pensioners himself/herself
- New Component Additional Pension added.
- Now Basic Pension can also be calculated from Comp. Schedule window.
- Minor improvements and Bug Fixes.
In this latest release a major bug showing wrong results for giving From date input first day of month and To date input any day of a month not in the same year. But this bug has been fixed in the latest release of version 1.0.2. Please download the latest version and delete your old one.
Update includes Minor improvments and bug fixes.
- Download the zip archive file for Windows from below and unzip it.
- Run the Arrear_Pension_Calculator.exe (windows executable) file, no need to install the app.
CLICK HERE TO DOWNLOAD THE LATEST RELEASE VERSION 1.1.0
Coming Soon.
- This is an Offline application, so no need of an Internet connection.
- Calculate complecated calculations like different component rates for different periods in just a single click.
- Easy to use, just input required data and click on calculate button. Also you can generate reports and print them.
- Seperate Component Schedule window to calculate different components.
- Generate complete Due-Drawn statement in no time to get arrear pension amount.
- This application is completely free and open source.
If you are a regular user, just download the .zip file, extract it and run .exe file to use the application. No need to install it. If you want to check the source code and want to build something better, please download the Source code files and run the 'main.py' along with its dependencies. For any suggestions or Bug reporting, please contact me at happysourav96@gmail.com
- First download all the source code files (including the requirements.txt file) and install python3 if you dont have it.
- Run the following command in your terminal to install all the required dependencies at once.
pip install requirements.txt
- Now go to the parent folder and open terminal there. You must put the 'templates' folder in the parant directory and create an empty 'reports' folder there.
- Move all the files from assets folder into the main directory.
- Now run the following command -
python main.py
If you're new to contributing to Open Source on Github, this guide can help you get started.