Changeset 82e595e
- Timestamp:
- Apr 14, 2015, 12:48:09 PM (11 years ago)
- Branches:
- master, stable
- Children:
- 356174b
- Parents:
- c914c8e
- git-author:
- Ben Kraft <benjaminjkraft@…> (04/14/15 12:48:09)
- git-committer:
- Ben Kraft <benjaminjkraft@…> (04/14/15 12:48:09)
- File:
-
- 1 moved
-
asadb/groups/export_finboard_groups.py (moved) (moved from asadb/util/export_finboard_groups.py) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/export_finboard_groups.py
rc914c8e r82e595e 1 1 #!/usr/bin/python 2 2 # 3 # Exports data for the Finboard app as JSON: currently just group id/name and4 # P/T/GA/FS3 # Exports data for the Finboard app as JSON: currently just group 4 # id/name/account number and P/T/GA/FS 5 5 # 6 6 # Use as e.g. … … 37 37 'id': group.id, 38 38 'name': group.name, 39 'funding-account': group.funding_account_id, 39 40 } 40 41 for role in ROLES:
Note: See TracChangeset
for help on using the changeset viewer.