You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe..
I have a separate filesystem folder with PDF for each depot. E.g.
root/.../depotA/2024
root/.../depotB/2024
If I import the same account twice, everything is cool, but if I need to import alternate depotA and depotB, I always have to switch the directory (go up twice, down other path).
Describe the solution you'd like.
The last path should not be stored globally as a single value, but as a map, like
depotA -> root/.../depotA/2024
depotB -> root/.../depotB/2024
so that no manual directory/path switching is required.
The text was updated successfully, but these errors were encountered:
I fully support that, as my workflow also usually involves downloading the PDFs from multiple depots and storing them in
the corresponding bank folder.
So having this mapping saved per Bank (or Depot) would save a few mouse clicks.
Is your feature request related to a problem? Please describe..
I have a separate filesystem folder with PDF for each depot. E.g.
root/.../depotA/2024
root/.../depotB/2024
If I import the same account twice, everything is cool, but if I need to import alternate depotA and depotB, I always have to switch the directory (go up twice, down other path).
Describe the solution you'd like.
The last path should not be stored globally as a single value, but as a map, like
depotA -> root/.../depotA/2024
depotB -> root/.../depotB/2024
so that no manual directory/path switching is required.
The text was updated successfully, but these errors were encountered: