Last change
on this file since 6994 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
|
Rev | Line | |
---|
[6864] | 1 | """Vocabularies and sources for payments. |
---|
| 2 | """ |
---|
| 3 | from waeup.sirp.interfaces import SimpleWAeUPVocabulary |
---|
| 4 | |
---|
| 5 | payment_states = SimpleWAeUPVocabulary( |
---|
[6869] | 6 | ('Not yet paid','unpaid'), |
---|
| 7 | ('Paid','paid'), |
---|
[6864] | 8 | ) |
---|
| 9 | |
---|
| 10 | payment_categories = SimpleWAeUPVocabulary( |
---|
[6865] | 11 | ('School Fee','schoolfee'), |
---|
[6929] | 12 | ('Clearance','clearance'), |
---|
[6994] | 13 | ('Bed Allocation','bed_allocation'), |
---|
[6865] | 14 | ('Hostel Maintenance','hostel_maintenance'), |
---|
| 15 | ('Transfer','transfer'), |
---|
| 16 | ('Gown','gown'), |
---|
[6864] | 17 | ) |
---|
Note: See
TracBrowser for help on using the repository browser.