Add a new column (or setting) that can be used for manually sorting transaction-rows to match bank statement and is isolated by account
Currently, the only way to manually sort transaction-rows so they match my bank statement's row-by-row balance is to use the "Num" column. For example, if I have five transactions with date 2026-01-30 and I want to order the rows so the "Balance" column matches my bank statement's, then I have to insert a number into the "Num" column (e.g., 1, 2, 3, 4, 5). The problem with this is that inserting numbers into the "Num" column causes transaction-rows to get misaligned in connected accounts. For example, if I set a "3" in the "Num" column in my SAVINGS account, then transactions-rows get misaligned in my CHECKING account for each instance where I moved money from SAVINGS to CHECKING (i.e., a "3" appears in the "Num" column in both the SAVINGS and CHECKING accounts). What we need is a way to sort so that if I add a "3" to sort my SAVINGS account transaction-rows, a "3" does NOT appear in my equivalent CHECKING account row. I need the ability to sort my SAVINGS and CHECKING account's transaction-order independently. This can be achieved if a new column is added for intra-account sorting only or a setting change allows the existing "Num" column to behave differently where it does not sort order across accounts.