Last active
July 11, 2018 01:53
-
-
Save ckuwanoe/40445ecf03562db363087f6f618c65a8 to your computer and use it in GitHub Desktop.
Tabs JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
report: 'Packet Report', | |
tabs: { | |
1: { | |
name: 'Packet Information', | |
columnNames: ['organization', 'packet_name', 'status', 'total_forms', 'created_at', 'collection_date', 'days_since_collection'] | |
}, | |
2: { | |
name: 'Data entry', | |
columnNames: ['organization', 'packet_name', 'packet_upload_date', 'staff', 'data_entry_completed'] | |
}, | |
3: { | |
name: 'Verification calls', | |
columnNames: ['organization', 'packet_name', 'staff', 'date_calls_made', 'total_phones', 'total_attempts', 'verification_pct'] | |
}, | |
4: { | |
name: 'Form delivery', | |
columnNames: ['organization', 'packet_name', 'submitted_to_clerk'] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment