Second page of fees list should:
* display fees thirty one to sixty
* display next page link when more than sixty fees
* display previous page link
New fee screen should:
* return successful response
* display new fee form
* provide list of organisations for form
* provide list of feetypes with blank default for form
* provide an option to create another fee for the same organisation
* provide a link back to fee listing
New fee screen with referral should:
* decode previous request from referral string
* provide a link back to the previously viewed fee listing page
New fee screen without referral should:
* return successful response
* provide a link back to default fee listing page
New fee screen with organisation preset should:
* preselect selected organisation in dropdown list
Successful fee creation should:
* create new fee in database
* set new fee as updated by current logged in user
* create new fees location for new fee
* flash a success message
Successful fee creation with create another option set should:
* redirect back to new fee screen with organisation id preset
Successful fee creation without create another option set should:
* redirect back to fee listing page the user came from
Failed fee creation should:
* redirect back to new fee screen
* flash fee validation errors
Bookmarks