Initial commit

This is definitely not functional yet.

Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
2024-10-04 20:27:23 +02:00
commit f0b8df90b9
582 changed files with 43994 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
# RuleActionKeyword
## Enum Variants
| Name | Value |
|---- | -----|
| UserAction | user_action |
| SetCategory | set_category |
| ClearCategory | clear_category |
| SetBudget | set_budget |
| ClearBudget | clear_budget |
| AddTag | add_tag |
| RemoveTag | remove_tag |
| RemoveAllTags | remove_all_tags |
| SetDescription | set_description |
| AppendDescription | append_description |
| PrependDescription | prepend_description |
| SetSourceAccount | set_source_account |
| SetDestinationAccount | set_destination_account |
| SetNotes | set_notes |
| AppendNotes | append_notes |
| PrependNotes | prepend_notes |
| ClearNotes | clear_notes |
| LinkToBill | link_to_bill |
| ConvertWithdrawal | convert_withdrawal |
| ConvertDeposit | convert_deposit |
| ConvertTransfer | convert_transfer |
| DeleteTransaction | delete_transaction |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)