Changeset 82e595e


Ignore:
Timestamp:
Apr 14, 2015, 12:48:09 PM (11 years ago)
Author:
Ben Kraft <benjaminjkraft@…>
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)
Message:

Add account numbers, move script to groups/

File:
1 moved

Legend:

Unmodified
Added
Removed
  • asadb/groups/export_finboard_groups.py

    rc914c8e r82e595e  
    11#!/usr/bin/python
    22#
    3 # Exports data for the Finboard app as JSON: currently just group id/name and
    4 # P/T/GA/FS
     3# Exports data for the Finboard app as JSON: currently just group
     4# id/name/account number and P/T/GA/FS
    55#
    66# Use as e.g.
     
    3737            'id': group.id,
    3838            'name': group.name,
     39            'funding-account': group.funding_account_id,
    3940        }
    4041        for role in ROLES:
Note: See TracChangeset for help on using the changeset viewer.