Changeset c167f76
- Timestamp:
- Jan 29, 2010, 5:47:03 AM (16 years ago)
- Branches:
- master, client
- Children:
- 32e360b
- Parents:
- 9486442
- git-author:
- Alex Dehnert <adehnert@…> (01/29/10 05:47:03)
- git-committer:
- Alex Dehnert <adehnert@…> (01/29/10 05:47:03)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
DESIGN
r9486442 rc167f76 2 2 =============== 3 3 4 Remit aims to be a general system for managing MIT student group finances. 5 One core piece of functionality is generating the documentation required 6 to make SAFO remit money to students.4 Remit aims to be a general system for managing MIT student group finances. The 5 name comes from "MIT" and the term "remit": One core piece of functionality is 6 generating the documentation required to make SAFO remit money to students. 7 7 8 8 Core functionality objectives … … 31 31 * LineItem, representing a line item within a transaction 32 32 33 This module uses the Treebeard project 34 (http://docs.tabo.pe/django-treebeard/tip/) to implement a tree of BudgetAreas. 35 33 36 Basic request and voucher workflow (vouchers) 34 37 --------------------------------------------- -
README
raea789a rc167f76 1 Implementation of a voucher / treasury system, particularly for the UA 2 but intended to be general enough for other groups to use it. 1 = Remit = 2 3 Remit aims to be a general system for managing MIT student group finances. The 4 name comes from "MIT" and the term "remit": One core piece of functionality is 5 generating the documentation required to make SAFO remit money to students. 6 7 It grew out of an effort to ease the UA's treasury, but is intended to be 8 general enough for other groups to use it. 3 9 4 10 == External Dependencies ==
Note: See TracChangeset
for help on using the changeset viewer.