on 'new' do |request, path|
    @timesheet = Financier::Timesheet.create(Financier::DB.current)
    
    if request.post?
        @timesheet.assign(request.params, PARAMETERS)