Giter Site home page Giter Site logo

khsprcexport's Introduction

khsprcexport

Create S-21 PDF or JSON Publisher Record Card exports from KHS DBF files

Installation on Windows

Please install Python3 from python.org.

The pypdftk python module requires that the pdftk application be installed and available on the path for the user running the script.

See installation for the server install at:

https://www.pdflabs.com/tools/pdftk-server/

Running under VS Code PowerShell

If you want to run this in a PowerShell terminal in VS Code, python on windows activates using PowerShell. Please make sure PowerShell can execute scripts.

Run Powershell as Administrator (big blue window) and run this command to enable execution of PowerShell scripts:

Set-ExecutionPolicy Unrestricted -Force

Then you can run this in a command shell

git clone https://github.com/jgruber/khsprcexport.git
cd khsprcexport
python -m venv .venv
code .

Then in a PowerShell console in VS Code run these commands:

.venv\Scripts\Activate.ps1
pip install -r requirements.txt

Running in a Command Window

If you just want to run this in a command window start a command window and run these commands

git clone https://github.com/jgruber/khsprcexport.git
cd khsprcexport
python -m venv .venv
.venv\Scripts\activate.bat
pip3 install -r requirements.txt

Running in a Linux Bash Shell

Install pdftk from your package manager. For instance in Ubuntu/Debian:

The linux version, pdftk, is included in the standard package respositories for every major distribution. Try your package manager for a quck install.

sudo apt install pdftk

Then in a bash shell run:

git clone https://github.com/jgruber/khsprcexport.git
cd khsprcexport
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt

Making S-21-E Easily using Docker Containers

Or, you just run it in a container.. :-). Install docker or Docker Desktop for your Operating System.

Running the create_publisher_record_cards.py Report Script in a Conatiner

Clone the repository:

git clone https://github.com/jgruber/khsprcexport.git
cd khsprcexport

Build the docker container:

docker build -t "khsprcexport:latest" .

Run the container with two volume mounts:

/data = Your KHS data directory /output = The output path for your PDF S-21-E output

Create your output directory, in our example it is C:\PCRs. (hint: mkdir PCRs)

docker run --rm -v "C:\Majestic Software\KHS\data":/data  -v "C:\PCRs":/output khsprcexport:latest

Then watch the publisher record cards create in the output directory.

Running Report Scripts Locally

Creating Pubisher Record cards with create_publisher_record_cards.py

NOTE: remember you can not access the data directory while KHS is running

python .\create_publisher_record_cards.py --khsdatadir="C:\Majestic Software\KHS\data" [--json|pdf]

usage: create_publisher_record_cards.py [options]

reads KHS DBF files and creates S-21-E pdfs in a virtual card file

optional arguments:
  -h, --help            show this help message and exit
  --khsdatadir KHSDATADIR
                        path to KHS data files
  --outputdir OUTPUTDIR
                        path to output virtual card file
  --json                create reports json
  --pdf                 create S-21-E PDFs
  --pdftemplate PDFTEMPLATE
                        S-21-E.pdf original PDF template file - default is ./templates/S-21_E.pdf
  --zip                 create a zip archive the output folder
  --zipfilename ZIPFILENAME
                        the zip file to create

The output directory will contain either the JSON (--json) or S-21-E PDF (--pdf) publisher record cards arranged per sfl 22:12.

.
├── active
│   ├── pioneers
│   │   ├── Doe-Joannie.pdf
│   │   ├── Doe-John.pdf
│   │   └── Wise-Solomon.pdf
│   ├── SG_1
│   │   ├── Faithful-Abrahman.pdf
│   │   ├── Faithful-Sarah.pdf
│   │   └── Brave-Ruth.pdf
│   └── Unassigned
│       ├── Newly-Zack.pdf
│       └── Recent-Addus.pdf
├── AuxiliaryPioneers.pdf
├── inactive
│   └── Missing-Ima.pdf
├── Pioneers.pdf
└── Publishers.pdf

If the --zip option is used, the output directory will archived in a single zip file. The zip file name can be passed with the --zipfilename option or will be named with an ISO timestamp.

prcs-2021-10-01T20:53:41.729649.zip

Utility modules

Exporting or Analyzing Service Groups with field_service_groups.py

python .\field_service_groups.py --khsdatadir="C:\Majestic Software\KHS\data" [--analysis]

usage: field_service_groups.py [options]

reads KHS DBF files and creates field service group JSON data file

optional arguments:
  -h, --help            show this help message and exit
  --khsdatadir KHSDATADIR
                        path to KHS data files
  --jsonout JSONOUT     export JSON file
  --analysis            print analysis only

The exported fields service groups are in an intermediate JSON format with some embleshments. Running with with only the --khsdatadir will export the JSON format to stdout.

[
  {
    "id": 1,
    "name": "Unassigned",
    "publishers": [
      {
        "id": 112,
        "last_name": "Doe",
        "first_name": "John",
        "male": true,
        "female": false,
        "anointed": false,
        "other_sheep": true,
        "elder": false,
        "ministerial_servant": false,
        "regular_pioneer": false,
        "regular_auxiliary_pioneer": false,
        "date_of_birth": "2000-01-01",
        "baptized": false,
        "unbatized_publisher": true,
        "date_immersed": "UBP"
      }
    ]
  }  
]

If you run with the --analysis option you will get a summary of the service group data.

python .\field_service_groups.py --khsdatadir="C:\Majestic Software\KHS\data" [--analysis]

./field_service_groups.py --khsdatadir=./data --analysis
Field Service Group Analysis
----------------------------
Number of Groups: 7
Group: Unassigned, Id: 1, Number Publishers: 53
Group: SG 1, Id: 4, Number Publishers: 23
Group: SG 2, Id: 5, Number Publishers: 42
Group: SG 3, Id: 6, Number Publishers: 36
Group: SG 4, Id: 8, Number Publishers: 33
Group: SG 5, Id: 10, Number Publishers: 36
Group: SG 6, Id: 12, Number Publishers: 37
Number of Publishers: 260

Exporting or Analyzing Service Reports with field_service_records.py

usage: field_service_records.py [options]

reads KHS DBF files and creates field service JSON data file

optional arguments:
  -h, --help            show this help message and exit
  --khsdatadir KHSDATADIR
                        path to KHS data files
  --jsonout JSONOUT     export JSON file
  --analysis            print analysis only

The field service records are exported in a intermediate JSON with minor embleshments. Running with with only the --khsdatadir will export the JSON format to stdout. The embleshed timestamp attribute make sorting reports simple.

[
  {
    "publisher_id": 754,
    "year": 2021,
    "month": 1,
    "service_year": 2021,
    "placements": 4,
    "video_showings": 2,
    "hours": 6.0,
    "return_visits": 0,
    "studies": 0,
    "remarks": "",
    "pioneer": false,
    "auxiliary_pioneer": false,
    "timestamp": 1609480800.0
  }
]

If you run with the --analysis option you will get a summary of the service group data.

./field_service_records.py --khsdatadir=./data --analysis
Field Service Report Analysis
----------------------------
Number of Reports: 7586
Number of distinct publishers: 258
Number of zero hour reports: 1786
Earliest report: 1-2016
Latest report: 12-2022
Active Publishers: 138
Irregular Publishers: 21

khsprcexport's People

Contributors

jgruber avatar jgruberf5 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.