Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Auto populating the FFR

Ben P edited this page Apr 2, 2020 · 1 revision

Fill out the FFR

The FFR, or SF-425, is a form grantees have to fill out and submit at least four times per year.

To reduce duplicative, error prone data entry this tool fills out more than a quarter of the FFR's fields using data from SAM.gov, where all grant applicants must register before applying for grants.

The project code is available here.

prepopulating the SF-425 file

How to run this application

This is a Flask app. To run:

FLASK_APP=app.py flask run

If which pdftk returns anything other than /usr/bin/pdftk, you'll need to first set the PDFTK_PATH env variable:

EXPORT PDFTK_PATH='what/was/returned'