Skip to content

A simple Django application to keep track of your expenses

Notifications You must be signed in to change notification settings

saumitrash/expense-diary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expense-diary

A simple Django application to keep track of your monthly expenses. It also provides detailed comparison against expenses in past months.

Usage

Add Expense

Humanizing expenses

For better readability, we "humanize" the large amounts.

Details of an Expense

Deleting an Expense

Deleting all expenses in a month

In case you want to delete all the expenses in a month, you can do that too.

Updating an Expense

Ordering of Expense Items

Expense item cards are ordered by "recent". The most recently added card shows up at front.

Expenses in the past month

Visualizing monthly expenses

We can also visualize the expenses in form of a nice line chart

Expense Badges

There are badges to indicate how much you spent compared to the last month

Pagination

If you have added enough items you will see the pagination links at the bottom to help you navigate across the pages

First Page Second Page Third Page

Testing

python manage.py test expenses

About

A simple Django application to keep track of your expenses

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published