Skip to content

imansamaee/Flask-Timesheets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flexible Lightweight Time-Tracking Application

Screen shots

Timesheet Filling and Submission

ScreenShot

Update Account

ScreenShot

Admin and Approver Functions

Manage Accounts

ScreenShot ScreenShot

Timesheet Approving

ScreenShot

Reporting and Export to MS Excel

ScreenShot

Installation

# Create a virtualenv:
virtualevn -ppython3.6 venv
# Activate it:
. venv/bin/activate
# Install the app and development dependencies:
pip insall -e '.[dev]'
# Tell the Flask which module to use:
export FLASK_APP=time_sheets
# Init DB:
flask initdb
# Add some test data:
flask crtestdata
# Run the app:
flask run

# Try to login with 'admin0' (password: '12345')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.1%
  • HTML 31.7%
  • CSS 2.3%
  • Other 0.9%