Giter Site home page Giter Site logo

financial-management's People

Contributors

one1lion avatar pseale avatar thindaltv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

financial-management's Issues

Account Types disappear after creating a new account

  1. Navigate to Payment entry page
  2. Click add account button
  3. Complete the add account form
  4. Submit
  5. Re-open the add account dialog
  6. Expand Account Type

Expected: All account types are populated in the dropdown
Actual: Only cash shows in the dropdown

Add ability to edit dropdown lists in UI

Each of the dropdown lists that show in the data entry pages should allow for editing the items in the lists. Things to note:

  • Accounts: Need to specify account type, starting balance, and starting date.
  • Payees: Need to specify Place Type and possibility to add categories
  • All other lookups are just key/values (except in the respective table)

Table Header for Payment Details overlaps page tabs

  1. Navigate to the payment data entry page
  2. Make the window vertically small enough to have a scrollbar and to be able to scroll down far enough that the payment details table header ends up at the top of the page

Expected: The payment details table header is visually obscured by the data entry page tabs container

Actual: The payment details table header is visually obscuring the data entry page tabs container

Remove magic strings for localization keys

Currently, localization entries are displayed as, e.g.:

<label>@SharedLocalizer["SomeKey"]</label>

We would like to turn the keys into a struct or enum or const in a static class or something, so we could do something more like:

<label>@SharedLocalizer[LocalizerKeys.SomeKey]</label>

Another thing we could do with this is add xml comments to the key property that shows the current entry in the default dictionary. The recommendation is to make use of a source generator to do this somehow.

Lookup Lists for Deposit data entry page does not populate when navigating to it directly

When navigating to the deposits data entry page via the address bar, the lookup lists for Account and Deposit Reason do not populate.

Steps to reproduce:

  1. Manually type the URL to the Deposits data entry page into the browser's address bar and press enter. (e.g. https://localhost:7176/data-entry/Deposits)
  2. Notice that the Account and Deposit Reason select lists are not populated.

Expected: The Account and Deposit Reason select lists have the existing account and deposit reason lookup values populated.

Actual: They do not.

Account Summary does not refresh on Transaction changes

When adding a new transaction or updating an existing transaction, the Account Summary for the affected account does not update.

  1. Add a new transaction (Payment, Deposit, or Transfer)
  2. Observe the Account Summary component

Expected: Current Balance and Adjusted Balance values update for the affected account

Actual: Nothing

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.