Git Product home page Git Product logo

my-jh-ca's People

Watchers

 avatar  avatar  avatar

my-jh-ca's Issues

Add bill splitting to manual transactions

  • On the transaction form, add a text button to go into split mode
    • This will change the form into the Split Bill form
    • It will start with 1 horizontal row (similar to CSV import) and a total under it
    • You can add more rows and the debit/credit sum will reflect the total
    • Saving the transactions will result in multiple transactions (all must be valid)

Add reviewable transactions

  • Add a new subcategory to "Unknown" called Needs Review
  • Add filters to the transaction table to filter by category/subcategory

New ideas

  • Clear all info after submitting (#4)
  • Submit with enter (#4)
  • Add missing receipt transactions (#5)
    • Add as unknow + review
    • Separate table
  • Import from CSV
    • Import + manual first (inline form) (#8)
    • Save descriptions for auto assignment (#9)
  • Bill splitting (#10)
  • Edit transactions (#6)
  • Order recent transactions on input by entry date + transaction timestamp (#7)
    • Show by entry date and transaction date (useful to see where you left off)

Add the ability to import from CSV files

Step one of a larger project to streamline the input process.

  • Add an import button beside "New"
  • Screen should have a file button that allows you to select .csv files
  • Should parse the csv and display each entry in rows
    • For now, the row will display the info right from the file and basic defaults
    • Location (file), category (default), subcategory (default), debit (empty), credit (empty), date (file)
    • Row should expand to show description under
  • Finish button should add all transactions to the DB
    • Each row should be validated and highlighted if there are errors
    • Has location, has one debit or credit
    • Finish button is disabled until all rows are valid

Improve submitting transactions

As a user, I want a streamlined process for submitting transactions.

Acceptance Criteria:

  • Ability to submit the transaction using "Enter"
  • Clear all text boxes after submitting (description, debit, credit, location)
  • Move the cursor back to Location (if possible)

View + edit transaction page

  • Add a page to access transactions by ID
  • Be able to see all info about the transaction in the same form as /new
  • Button to save transaction

Add automatic matching from CSV import

  • Add a new table that saves a string to match a subcategory to
  • These are at an org level
  • Update the CSV import to pull these matches down during the import process and use them to automatically set the category/subcategory
    • If the location string includes the saved string, use it

Update ordering on recent transactions

  • Under the new transaction form, there is a list of recent transactions
    • It would be more helpful to order these by Entry_Date rather than Transaction_Date so you can see the last one you input

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.