Last change
on this file since 7003 was
6994,
checked in by Henrik Bettermann, 13 years ago
|
Remove maintenance fee attributes. We don't need them in bed tickets.
Add BedTicketDisplayFormPage?.
getPaymentDetails and getAccommodationDetails: Return dictionary instead of tuple.
Callback now provides a HOS pin when applied to IStudentOnlinePayment instances.
|
-
Property svn:keywords set to
Id
|
File size:
455 bytes
|
Line | |
---|
1 | """Vocabularies and sources for payments. |
---|
2 | """ |
---|
3 | from waeup.sirp.interfaces import SimpleWAeUPVocabulary |
---|
4 | |
---|
5 | payment_states = SimpleWAeUPVocabulary( |
---|
6 | ('Not yet paid','unpaid'), |
---|
7 | ('Paid','paid'), |
---|
8 | ) |
---|
9 | |
---|
10 | payment_categories = SimpleWAeUPVocabulary( |
---|
11 | ('School Fee','schoolfee'), |
---|
12 | ('Clearance','clearance'), |
---|
13 | ('Bed Allocation','bed_allocation'), |
---|
14 | ('Hostel Maintenance','hostel_maintenance'), |
---|
15 | ('Transfer','transfer'), |
---|
16 | ('Gown','gown'), |
---|
17 | ) |
---|
Note: See
TracBrowser for help on using the repository browser.