Code Monkey home page Code Monkey logo

finance-app's Introduction

finance-app

A Finance / Budgeting Application to refresh my C# knowledge and Learn WPF.

image

The app bases its feature set on two main ideas "Finance Objects" and "Finance Balances". A finance balance represents things like savings accounts, checking accounts, credit card balances, etc. A finance object is an event that affects the balances that have been created, representing things like gifts, paychecks, purchases, bills, etc.

Current Features:

  • Create "Finance Objects" which store a name, interval, amount, whether they are a gain or loss, time of creation, time of the object occuring and which balance they apply to.
  • Create "Finance Balances" which have a name, type and amount and initial amount (which exists before the history of finance objects is applied).
  • Display list of created Finance Objects and Finance Balances
  • Calculate Balances, this is a button that when pressed will walk through the balances and objects and apply the object amounts to the balances. This takes the selected date into account so that an object that is to occur after the specified date is not applied to the balance.

Here is an example of the app with some dumby data: The initial configuration where the selected date is before the time of any finance objects: image

Now we move the date to a point mostly through the month of July so that the first two finance objects are applied: image

And finally we move the date to August 1st so that all 4 finance objects are applied: image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.