Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CS2113-F14-4] Financer #50

Open
wants to merge 320 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 19, 2024

  1. delete parsertest

    dylansiew committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    baee009 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #38 from dylansiew/master

    delete parsertest
    dylansiew committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0056ddc View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Add taxes to outflow

    ChongXern committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    65329cc View commit details
    Browse the repository at this point in the history
  2. Add data.txt to .gitignore

    Kishen271828 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    605cd58 View commit details
    Browse the repository at this point in the history
  3. Add ..gitignore.un~ to .gitignore

    Kishen271828 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    183e1f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f005ae5 View commit details
    Browse the repository at this point in the history
  5. Add back ParserTest - JUnit code

    Kishen271828 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e9c39fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1028f25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    213ca4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df20268 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    67858a6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #40 from ChongXern/master

    Adjust exceptions for timeout and typo, and add taxes
    ChongXern committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8ff91d8 View commit details
    Browse the repository at this point in the history
  3. Implement delete inflow and outflow properly

    Kishen271828 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4d31900 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9dd575 View commit details
    Browse the repository at this point in the history
  5. Fix gradle issues

    Kishen271828 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9a6a752 View commit details
    Browse the repository at this point in the history
  6. Add config/.idea/ to .gitignore

    Kishen271828 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3286fee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d8a85b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #42 from ChongXern/master

    Fix bugs from previous merge
    ChongXern committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d340e68 View commit details
    Browse the repository at this point in the history
  9. Add edit inflow and outflow functionality

    Kishen271828 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    25b5c1c View commit details
    Browse the repository at this point in the history
  10. Modify input format for delete transaction

    Kishen271828 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e4d350b View commit details
    Browse the repository at this point in the history
  11. Modify input format for add and edit outflow

    Kishen271828 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d9ea107 View commit details
    Browse the repository at this point in the history
  12. Remove ParserTest

    ChongXern committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0c8ccf5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6674f07 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8c4bc5c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    32e2e18 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2d2724c View commit details
    Browse the repository at this point in the history
  17. Merge pull request #45 from ChongXern/master

    Resolve exception handling for incomplete prompt, remove parser test, fix taxes for transaction manager test
    ChongXern committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8b6a8a7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9111b7f View commit details
    Browse the repository at this point in the history
  19. Fix gradle issues

    Kishen271828 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    653f4bf View commit details
    Browse the repository at this point in the history
  20. Merge pull request #41 from Kishen271828/master

    Delete transaction implemented properly, Edit transaction functionality added
    Kishen271828 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    dda450d View commit details
    Browse the repository at this point in the history
  21. Added help command

    chenhowy committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f012642 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bc73d63 View commit details
    Browse the repository at this point in the history
  23. refactor

    dylansiew committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8118dcc View commit details
    Browse the repository at this point in the history
  24. Merge pull request #46 from chenhowy/master

    Added help command and assertion for transaction info
    chenhowy committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a4232ee View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    169d765 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a359bdf View commit details
    Browse the repository at this point in the history
  27. resolving errors

    dylansiew committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    eeeae09 View commit details
    Browse the repository at this point in the history
  28. resolve errors

    dylansiew committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    42e0400 View commit details
    Browse the repository at this point in the history
  29. please work

    dylansiew committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    64eaaf9 View commit details
    Browse the repository at this point in the history
  30. error in printing

    dylansiew committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7555d83 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #48 from dylansiew/master

    resolving issues
    dylansiew committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5eeb9c1 View commit details
    Browse the repository at this point in the history
  32. Add assertions for command classes

    Kishen271828 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d22e4f9 View commit details
    Browse the repository at this point in the history
  33. Change back input format for edit and add outflow command, modify hel…

    …p command
    Kishen271828 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    30e496c View commit details
    Browse the repository at this point in the history
  34. Modify input.txt

    Kishen271828 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8ce45ff View commit details
    Browse the repository at this point in the history
  35. Fix load from data issues

    Kishen271828 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7adf321 View commit details
    Browse the repository at this point in the history
  36. Merge pull request #49 from Kishen271828/master

    Fix storage issues, modify help command
    Kishen271828 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    87c28d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    f7e2dd1 View commit details
    Browse the repository at this point in the history
  2. Fix typo exception

    ChongXern committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a58ba0b View commit details
    Browse the repository at this point in the history
  3. Add negative to outflow in transaction file

    To satisfy Gradle requirements
    ChongXern committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ac44b10 View commit details
    Browse the repository at this point in the history
  4. Revert "Add negative to outflow in transaction file"

    This reverts commit ac44b10.
    ChongXern committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b487aba View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Add more JUnit test cases for ParserTest

    Kishen271828 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    855fd3e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Rename SecurityException to ExceededAttemptsException

    To avoid confusion with another similarly named exception
    ChongXern committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    7c1aae2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8578ef2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21cd082 View commit details
    Browse the repository at this point in the history
  4. Add newline in TransactionManagerTest

    Highly important for the entire project
    ChongXern committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    ec85f7e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #47 from ChongXern/master

    Adjust security exception, move tax to category
    ChongXern committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    706552d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    7c89346 View commit details
    Browse the repository at this point in the history
  2. md

    dylansiew committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2eebc4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19c51c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50883f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Add comments

    Kishen271828 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0e928cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f8e352 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57cc090 View commit details
    Browse the repository at this point in the history
  4. Update DeveloperGuide.md

    ChongXern committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    5b56e77 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #54 from ChongXern/master

    Add maximum description length to ensure description is not too long
    ChongXern committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1ecc74d View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/AY2324S2-CS2113-F14-4/tp

    …into developer-guide
    Kishen271828 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    7635e41 View commit details
    Browse the repository at this point in the history
  7. Describe view-history feature in DG

    Kishen271828 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f7f78e4 View commit details
    Browse the repository at this point in the history
  8. Replace * imports with single imports in ParserTest

    Kishen271828 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    456aeb2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #55 from Kishen271828/developer-guide

    Developer guide: Implementation details of view transaction history feature
    Kishen271828 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b5702e7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1ff6af0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    36cdc0b View commit details
    Browse the repository at this point in the history
  12. Merge pull request #57 from ChongXern/master

    Update DevelopersGuide.md to include a few of the upcoming proposed features
    ChongXern committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    5ea3fb6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e32307c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    591e310 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #58 from ChongXern/master

    Enable assertions for build.gradle
    ChongXern committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    022a87e View commit details
    Browse the repository at this point in the history
  16. Updated DG

    chenhowy committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b0a290d View commit details
    Browse the repository at this point in the history
  17. Merge pull request #59 from chenhowy/master

    Updated DG
    chenhowy committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    d118630 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b542850 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    83163ef View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2b0d299 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #60 from ChongXern/master

    Add sorting by name comparator method for sorting transactions
    ChongXern committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a295ed6 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    25356a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcea0fd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #62 from chenhowy/master

    Added feature to handle multiple users
    chenhowy committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    917bf63 View commit details
    Browse the repository at this point in the history
  4. Create BarChart class

    ChongXern committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    4873161 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5887295 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #64 from ChongXern/master

    Create BarChart class
    ChongXern committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    b987a56 View commit details
    Browse the repository at this point in the history
  7. implemeting oop concepts

    dylansiew committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    b7daccc View commit details
    Browse the repository at this point in the history
  8. Merge pull request #65 from dylansiew/master

    implemeting oop concepts
    dylansiew committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    e0e74ab View commit details
    Browse the repository at this point in the history
  9. Added feature to set reminders for future payments. Added a quick rep…

    …ort for when user logs in.
    chenhowy committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    1675cd4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #67 from chenhowy/master

    Added reminders for future payments and quick report
    chenhowy committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    2107aa4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. typo handling

    dylansiew committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    005cea2 View commit details
    Browse the repository at this point in the history
  2. Modify bar chart class

    ChongXern committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    973af97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d25764 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08f4f9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b7f245 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #69 from ChongXern/master

    Modify bar chart class
    ChongXern committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ece74a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    ace737f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44e12ca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #70 from dylansiew/master

    typo handling
    dylansiew committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d4c7660 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    298786f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df75771 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11f6251 View commit details
    Browse the repository at this point in the history
  7. Fix checkstyle errors

    ChongXern committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f13e3a5 View commit details
    Browse the repository at this point in the history
  8. Fix checkstyle errors

    ChongXern committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    19cc0fb View commit details
    Browse the repository at this point in the history
  9. Fix checkstyle error

    ChongXern committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    26131d9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #71 from ChongXern/master

    As a user, I wish to be able to undo my last action securely...
    ChongXern committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5514ae2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Added a feature to generate report for a past month, updated getQuick…

    …Report to show reminders that have not passed.
    chenhowy committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    016614a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #72 from chenhowy/master

    Added a feature to generate report for a past month
    chenhowy committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    83c3859 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    61d9301 View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflict

    ChongXern committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b62e961 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dcf748 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d346be3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e79323 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8de07f7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #73 from ChongXern/master

    Implement category not found exception
    ChongXern committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c205b74 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dde789f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #74 from ChongXern/master

    As a user, I want to visualize my transactions graphically when viewing history ...
    ChongXern committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c1b40d0 View commit details
    Browse the repository at this point in the history
  10. closing scanner

    dylansiew committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b5214b4 View commit details
    Browse the repository at this point in the history
  11. closing scanner

    dylansiew committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1531954 View commit details
    Browse the repository at this point in the history
  12. Main working

    Kishen271828 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    48623d6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    694dde8 View commit details
    Browse the repository at this point in the history
  14. Implement sorting of transactions by time

    Kishen271828 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f604d4b View commit details
    Browse the repository at this point in the history
  15. Remove unused imports

    Kishen271828 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c55a6c1 View commit details
    Browse the repository at this point in the history
  16. Fix gradle checkstyle issues

    Kishen271828 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a84503a View commit details
    Browse the repository at this point in the history
  17. Merge pull request #75 from Kishen271828/branch-Sorting

    Implement sorting of transaction list by time
    Kishen271828 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a602006 View commit details
    Browse the repository at this point in the history
  18. Create IncorrectCommandSyntaxException

    Implement exception for commands, throw and catch accordingly.
    ChongXern committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a1e9a0c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    32f0d97 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #76 from ChongXern/master

    Create IncorrectCommandSyntaxException
    ChongXern committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    90b2ed7 View commit details
    Browse the repository at this point in the history
  21. Create CategoryNotFoundException

    Implemented in commands and transactions, as well as junit tests
    ChongXern committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6dc63a6 View commit details
    Browse the repository at this point in the history
  22. Fix checkstyle errors

    ChongXern committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    245851d View commit details
    Browse the repository at this point in the history
  23. Merge pull request #77 from ChongXern/master

    Create CategoryNotFoundException
    ChongXern committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    95ecd55 View commit details
    Browse the repository at this point in the history
  24. Update UG based on v1.0 features

    Kishen271828 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e9ead89 View commit details
    Browse the repository at this point in the history
  25. Change category for example

    Kishen271828 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2c754e0 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #78 from Kishen271828/branch-UG

    Update UG based on v1.0 features
    Kishen271828 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8b5a1fd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    fbe8f59 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    49e0a3a View commit details
    Browse the repository at this point in the history
  29. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	data/Bob.txt
    #	src/main/java/financeproject/Main.java
    #	src/main/java/storage/Storage.java
    dylansiew committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8a4550e View commit details
    Browse the repository at this point in the history
  30. Add Category restriction info in UG for transactions

    Kishen271828 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9fcdf5f View commit details
    Browse the repository at this point in the history
  31. Merge pull request #80 from ChongXern/master

    Update UserGuide with undo, bar chart and timer
    ChongXern committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ab928ae View commit details
    Browse the repository at this point in the history
  32. Update UG for v1.0 features

    Kishen271828 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2deffa4 View commit details
    Browse the repository at this point in the history
  33. Merge branch 'master' of https://github.com/AY2324S2-CS2113-F14-4/tp

    …into branch-UG
    Kishen271828 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    02ea959 View commit details
    Browse the repository at this point in the history
  34. resolving merge conflicts

    dylansiew committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ffa999b View commit details
    Browse the repository at this point in the history
  35. Merge pull request #79 from Kishen271828/branch-UG

    Update UG for v2.0 features
    Kishen271828 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    506afd9 View commit details
    Browse the repository at this point in the history
  36. resolving merge conflicts

    dylansiew committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7942f57 View commit details
    Browse the repository at this point in the history
  37. Updated UG

    chenhowy committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d2c7392 View commit details
    Browse the repository at this point in the history
  38. Merge pull request #81 from chenhowy/master

    Updated UG
    chenhowy committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d55b1bb View commit details
    Browse the repository at this point in the history
  39. fixing user error

    dylansiew committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ae4d45d View commit details
    Browse the repository at this point in the history
  40. removing import

    dylansiew committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e929050 View commit details
    Browse the repository at this point in the history
  41. Update UG

    Kishen271828 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8ef9ffe View commit details
    Browse the repository at this point in the history
  42. fixing bugs

    dylansiew committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    19a13a3 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    3fd991d View commit details
    Browse the repository at this point in the history
  44. adding diagrams

    dylansiew committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1cc162e View commit details
    Browse the repository at this point in the history
  45. Add hyperlink

    Kishen271828 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8942630 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    71d9333 View commit details
    Browse the repository at this point in the history
  47. Merge pull request #83 from Kishen271828/master

    Update UG
    Kishen271828 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    93f8796 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    6a45d0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4a4d6d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #84 from ChongXern/master

    Update UserGuide.md
    ChongXern committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f1449d1 View commit details
    Browse the repository at this point in the history
  4. using of ui to print

    dylansiew committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ee8dcb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81f4a2b View commit details
    Browse the repository at this point in the history
  6. fixing of scanner

    dylansiew committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8266a43 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b414e5d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #86 from dylansiew/master

    resolving print statements
    dylansiew committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a1d0568 View commit details
    Browse the repository at this point in the history
  9. adding more FAQ

    dylansiew committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    88e4681 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #87 from dylansiew/master

    adding more FAQ
    dylansiew committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5e49f28 View commit details
    Browse the repository at this point in the history
  11. Update DeveloperGuide.md

    dylansiew committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    51d56aa View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    90af69b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b909759 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe15baf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d81d4c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #127 from ChongXern/master

    Reposition timer object for each command class
    ChongXern committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8442416 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    919f322 View commit details
    Browse the repository at this point in the history
  7. Resolve Issue #100

    Enable entering with uppercase to view chart
    ChongXern committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b40aee0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f0b41c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #128 from ChongXern/master

    Resolve Issue #100
    ChongXern committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    af8c306 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6fc74eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9016d3c View commit details
    Browse the repository at this point in the history
  12. Merge pull request #129 from ChongXern/master

    Update chongxern.md Project Portfolio Page
    ChongXern committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2b821e7 View commit details
    Browse the repository at this point in the history
  13. Resolve Issue #123

    ChongXern committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2b2d574 View commit details
    Browse the repository at this point in the history
  14. PPP

    dylansiew committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7846a51 View commit details
    Browse the repository at this point in the history
  15. Remove unnecessary imports

    ChongXern committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    bbd399a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    da5b5ec View commit details
    Browse the repository at this point in the history
  17. Merge pull request #130 from ChongXern/master

    Resolve Issue #123
    ChongXern committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    53ce177 View commit details
    Browse the repository at this point in the history
  18. Add Kishen271828 contribution in PPP

    Kishen271828 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    70c7793 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #132 from Kishen271828/branch-PPP

    Add Kishen271828 contribution in PPP
    Kishen271828 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    73a7f16 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Updated PPP for chenhowy

    chenhowy committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0dfe6e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #133 from chenhowy/master

    Updated PPP for chenhowy
    chenhowy committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    7da853d View commit details
    Browse the repository at this point in the history
  3. Fix issues #126, #104 and #95

    ChongXern committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a58ba23 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #134 from ChongXern/master

    Fix issues #126, #104 and #95
    ChongXern committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    dbde541 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    9a3cf9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c89aa9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7370c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c4a5d9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #135 from chenhowy/master

    Fixed several bugs
    chenhowy committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    de502c0 View commit details
    Browse the repository at this point in the history
  6. fixing bugs

    dylansiew committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    cef5ebc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #136 from dylansiew/master

    fixing bugs
    dylansiew committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    7a77063 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8c980b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    5b967ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c062955 View commit details
    Browse the repository at this point in the history
  3. Fix Issue #115

    ChongXern committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    7b39d1d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #137 from ChongXern/master

    Fix Issue #115
    ChongXern committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    0b950f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94a3851 View commit details
    Browse the repository at this point in the history
  6. Fix gradle checkstyle issues

    Kishen271828 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    06bf2f9 View commit details
    Browse the repository at this point in the history
  7. Remove unused Exceptions

    Kishen271828 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    a3ba484 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #138 from Kishen271828/master

    Add exceptions for invalid index in edit & delete transaction
    Kishen271828 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ea0050a View commit details
    Browse the repository at this point in the history
  9. Add OTHER category for reminders

    Kishen271828 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    6a85779 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8773e5e View commit details
    Browse the repository at this point in the history
  11. Merge pull request #139 from chenhowy/master

    Added JavaDoc comments to methods
    chenhowy committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    80293cd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d65b0d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Update UG

    Kishen271828 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0f446dd View commit details
    Browse the repository at this point in the history
  2. Add line dividers to improve UI

    Kishen271828 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1e2af6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f8431e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f142af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abbc8f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c74851 View commit details
    Browse the repository at this point in the history
  7. Fix edit functions

    ChongXern committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    61954a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    549daad View commit details
    Browse the repository at this point in the history
  9. Merge branch 'branch-undo'

    ChongXern committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    09ad23b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7240e85 View commit details
    Browse the repository at this point in the history
  11. Fix checkstyle errors

    ChongXern committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e866a60 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8b60cec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6f74b5f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1204c09 View commit details
    Browse the repository at this point in the history
  15. Make welcome message appear only upon login

    Kishen271828 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6213705 View commit details
    Browse the repository at this point in the history
  16. Update Dylan in AboutUs

    Kishen271828 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    509ebb3 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #141 from Kishen271828/master

    Improve UI, update UG
    Kishen271828 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    668bfe9 View commit details
    Browse the repository at this point in the history
  18. Fix AboutUs portfolio link

    Kishen271828 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f5239b5 View commit details
    Browse the repository at this point in the history
  19. Update UG

    Kishen271828 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    cfedd57 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    74cf690 View commit details
    Browse the repository at this point in the history
  21. Update AboutUs with correct link

    Kishen271828 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    497ea8b View commit details
    Browse the repository at this point in the history
  22. Correct getNthInflow,outflow,reminder from list functions

    Kishen271828 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    350851d View commit details
    Browse the repository at this point in the history
  23. Update AboutUs for everyone

    Kishen271828 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b6e1f29 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #142 from Kishen271828/master

    Bug fixes
    Kishen271828 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    64377f4 View commit details
    Browse the repository at this point in the history
  25. Revert "Update AboutUs.md for Chong Xern"

    This reverts commit 6f74b5f.
    ChongXern committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d4b7b67 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a32d147 View commit details
    Browse the repository at this point in the history
  27. username bug

    dylansiew committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f3b9580 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #144 from dylansiew/master

    username bug
    Kishen271828 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    bc67f8a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e2ebf76 View commit details
    Browse the repository at this point in the history
  30. Fix checkstyle errors

    ChongXern committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    60069f1 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #145 from ChongXern/master

    Fix undo for delete commands, disable undo for edit commands
    ChongXern committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2ddc7e0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b83adeb View commit details
    Browse the repository at this point in the history
  33. Merge pull request #146 from ChongXern/master

    Remove unnecessary print lines
    ChongXern committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ddd22c1 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d4f74ba View commit details
    Browse the repository at this point in the history
  35. Merge pull request #147 from ChongXern/master

    Update TransactionManager.java
    ChongXern committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4c28fae View commit details
    Browse the repository at this point in the history
  36. Update chongxern.md

    ChongXern committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a376dfe View commit details
    Browse the repository at this point in the history
  37. Update chongxern.md for PPP

    ChongXern committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7af0f79 View commit details
    Browse the repository at this point in the history
  38. Fix bugs

    Kishen271828 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c862525 View commit details
    Browse the repository at this point in the history
  39. update ug

    Kishen271828 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3790710 View commit details
    Browse the repository at this point in the history
  40. Merge pull request #148 from Kishen271828/master

    Fix bugs
    Kishen271828 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    84afa18 View commit details
    Browse the repository at this point in the history