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

New transactions show as bold? #107

Closed
baslat opened this issue Jan 20, 2025 · 2 comments · Fixed by #109
Closed

New transactions show as bold? #107

baslat opened this issue Jan 20, 2025 · 2 comments · Fixed by #109
Labels
enhancement New feature or request

Comments

@baslat
Copy link

baslat commented Jan 20, 2025

Description

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!

@baslat baslat added the enhancement New feature or request label Jan 20, 2025
@bvanelli
Copy link
Owner

Hello,

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.

Read more about the cleared flag here.

@bvanelli
Copy link
Owner

Closed as added to documentation here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants