Ignore:
Timestamp:
27 Oct 2005, 23:58:38 (19 years ago)
Author:
joachim
Message:

=student accomodation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_default/getWAeUPLayouts.py

    r106 r107  
    542542                'fields': ('accommodation_sc_pin'),
    543543                'is_required': True,
    544                 'label': 'PIN',
    545                 'label_edit': 'PIN',
    546                 'description': '',
    547                 'help': 'PIN-(Personal Identification Number) is an 8 or 12 digit number on the reverse side of the scratch card which you can purchase from many Banks',
     544                'label': 'enter an Accommodation PIN',
     545                'label_edit': 'enter an Accommodation PIN',
     546                'description': '',
     547                'help': 'Please enter a PIN valid for Accomodation booking',
    548548                'is_i18n': False,
    549549                'readonly_layout_modes': (),
     
    566566            #[{'widget_id': 'sc_id', 'ncols': 1},],
    567567            [{'widget_id': 'sc_pin', 'ncols': 1},],
    568             [{'widget_id': 'jamb_id', 'ncols': 1},],
    569568        ]
    570569    },
     
    10981097            },
    10991098        },
     1099        'beds_assigned': {
     1100            'type': 'Int Widget',
     1101            'data': {
     1102                'title': '',
     1103                'fields': ('beds_assigned',),
     1104                'is_required': True,
     1105                'label': 'Assigned Beds',
     1106                'label_edit': 'Assigned',
     1107                'description': '',
     1108                'help': 'Number of Beds already assined',
     1109                'is_i18n': False,
     1110            },
     1111        },
    11001112    },
    11011113   'layout': {
     
    11111123            [{'widget_id': 'rooms_per_floor', 'ncols': 1},],
    11121124            [{'widget_id': 'beds_per_room', 'ncols': 1},],
     1125            [{'widget_id': 'beds_assigned', 'ncols': 1},],
    11131126        ]
    11141127    },
     
    11221135layouts['student_personal'] = student_personal_layout
    11231136layouts['accommodation'] = accommodation
     1137layouts['accobook'] = accobook
    11241138layouts['scratch_card'] = scratch_card
    11251139layouts['admission'] = admission
Note: See TracChangeset for help on using the changeset viewer.