Skip to content
  • Cristian Oneț's avatar
    Add a stage to the consistency check to fix transaction post dates. · dbd547a5
    Cristian Oneț authored
    If the transaction is moved to another post date the price information
    is moved along with it for investments transactions. This fixes the
    reported issue, saving the file once will fix all price issues.
    
    Also add the possibility to save the consistency check log to a file
    or copy it into the clipboard.
    
    Make sure that the user enters a valid transaction date by checking
    that the transaction date is after the opening date of each and every
    account involved in the transaction. Until now we only checked that
    the transaction date is after the opening date of the account in which
    is being entered.
    
    Remove the check for "Sell" action since there is no such action.
    
    BUG: 313793
    REVIEW: 122746
    dbd547a5