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

Handle unknown accounts and split transfers #97

Merged
merged 7 commits into from
Nov 12, 2024

Commits on Nov 2, 2024

  1. Fix split to account.

    lcmcninch committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    df992e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    fc92229 View commit details
    Browse the repository at this point in the history
  2. Squashed commit of the following:

    commit b1af53f
    Author: lcmcninch <[email protected]>
    Date:   Sun Nov 3 09:05:39 2024 -0500
    
        Add test case for unknown account type.
    
    commit 156586e
    Merge: 254a0e7 3167670
    Author: lcmcninch <[email protected]>
    Date:   Sun Nov 3 07:53:39 2024 -0500
    
        Merge branch 'main' into handle_unknown_account_type
    
    commit 254a0e7
    Author: lcmcninch <[email protected]>
    Date:   Sun Nov 3 07:04:09 2024 -0500
    
        Handle unknown account types
    
        Add and "Unknown" to the `AccountType` enum and apply that type to any incoming account type that is not already in the enum.
    lcmcninch committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    50df24f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'split_to_account' into is_94_95

    # Conflicts:
    #	tests/test_qif.py
    lcmcninch committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    a8de6e6 View commit details
    Browse the repository at this point in the history
  4. Re-order

    lcmcninch committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    7be2ffa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00ab842 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Check for membership of string in enum that is compatible with pre-3.…

    …12 versions of python.
    lcmcninch committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    84c501e View commit details
    Browse the repository at this point in the history