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
When importing a csv using the web app the newly imported transactions are bolded. When adding transactions with create_transaction() or reconcile_transaction() in actualpy they are not. Is there a way to have the transactions adding by actualpy show as bold?
Thanks!
The text was updated successfully, but these errors were encountered:
The bold effect is exclusive to the frontend, and resides in memory. Actually, it does not appear when you create a transaction by hand, and instantly disappears when you refresh the screen.
If you want to import transactions to later confirm them by hand, you can do it using the cleared flag instead. This would show the green box on the right side of the screen on/off.
Description
When importing a csv using the web app the newly imported transactions are bolded. When adding transactions with
create_transaction()
orreconcile_transaction()
in actualpy they are not. Is there a way to have the transactions adding by actualpy show as bold?Thanks!
The text was updated successfully, but these errors were encountered: