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

Add UNCONFIRMED to externally predicted postings of imported entries #82

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 14, 2024

  1. Add UNCONFORMED_ACCOUNT_KEY to importer entries

    If a posting was predicted by smart_importer or was entered by hand, it should be editable.
    This was suggested and discussed in jbms#60
    dumbPy committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    80ddef8 View commit details
    Browse the repository at this point in the history
  2. Towards making smart-importer and beancount-import more cooperative.

    beancount-import will now look for new_account and unconfirmed_account
    meta fields in each posting, and understand their presence to mean that
    the account names of these postings are tentative, potentially new.
    
    Introduced two new methods similar to those present in training.py
    and new logic.
    Zburatorul authored and dumbPy committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    5826db7 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    b2df616 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    155003d View commit details
    Browse the repository at this point in the history