-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Improve documentation for database objects (#109)
Improves documentation on many fields, including: - Explain that bold transactions cannot be achieved via this API - Add a docstring to most useful database tables - Document table methods so that they appear on the documentation - Add one basic example using relationships and properties, using the budget as an example Closes #105 Closes #107
- Loading branch information
Showing
3 changed files
with
138 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# FAQ | ||
|
||
## Can the added transactions have the bold effect of new transactions similar to the frontend? | ||
|
||
No, unfortunately this effect, that appears when you import transactions via CSV, is only stored in memory and applied | ||
via frontend. This means that the | ||
|
||
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](https://actualbudget.org/docs/accounts/reconciliation/#work-flow). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters