Skip to content

mbidinlib/surveyordb-toolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Surveyor Database Toolkit

Stata Module for managing the IPA Ghana Surveyor Database

Overview

IPA Ghana Database is a collection of information and evaluation scores of field staff. Which is mainly used for the purpose of recruitment at IPA. This toolkit is intended for internal use only at IPA-Ghana. The Module contains the following subcmds:

  • update : Updates availability status of field staff using the CRF form
  • append : Appends new performance data to surveyor database using CRF and FMO
  • summarize : Summarize database and output useful statistics
  • select : Selects internal candidates using RRF

Installation (Beta)

net install surveyordb, all replace ///
	from("https://raw.githubusercontent.com/iabaako/surveyordb-toolkit/master/ado")

Syntax

* surveyordb update

surveyordb update using filename, REQuest(string) [sheet(string)] save(string) [replace]

options
	REQuest 		- Contract Request Form
	sheet	 		- Request SHeet. If not specified "Request" is assumed
	save		 	- save updated database as
	replace			- Replace if filename in save already exist

* Use dialog box
db surveyordb_update

* surveyordb append

surveyordb append using filename, REQuest(string) [sheet(string)] FMOutput(string) save(string) [replace]

options
	REQuest 		- Contract Request Form
	sheet	 		- Request SHeet. If not specified "Request" is assumed
	FMOutput		- Field Monitoring Output
	save		 	- save updated database as
	replace			- Replace if filename in save already exist

* use dialog box
db surveyordb_append

Please report all bugs/feature request to the github issues page

About

Tool-Kit for working with IPA-GH Surveyor Database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Stata 99.7%
  • TeX 0.3%