mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-27 17:48:17 -05:00
Add documentation for holdBudgetForNextMonth and resetBudgetHold (#420)
Docs for [PR](https://github.com/actualbudget/actual/pull/3140)
This commit is contained in:
@@ -9,7 +9,9 @@ import APIList from './APIList';
|
||||
"getBudgetMonths",
|
||||
"getBudgetMonth",
|
||||
"setBudgetAmount",
|
||||
"setBudgetCarryover"
|
||||
"setBudgetCarryover",
|
||||
"holdBudgetForNextMonth",
|
||||
"resetBudgetHold"
|
||||
]} />
|
||||
|
||||
<APIList title="Transactions" sections={[
|
||||
@@ -124,6 +126,14 @@ These are types.
|
||||
|
||||
<Method name="setBudgetCarryover" args={[{ name: 'month', type: 'month' }, { name: 'categoryId', type: 'id' }, { name: 'flag', type: 'bool' }]} returns="Promise<null>" />
|
||||
|
||||
#### `holdBudgetForNextMonth`
|
||||
|
||||
<Method name="holdBudgetForNextMonth" args={[{ name: 'month', type: 'month' }, { name: 'value', type: 'amount' }]} returns="Promise<null>" />
|
||||
|
||||
#### `resetBudgetHold`
|
||||
|
||||
<Method name="resetBudgetHold" args={[{ name: 'month', type: 'month' }]} returns="Promise<null>" />
|
||||
|
||||
## Transactions
|
||||
|
||||
#### Transaction
|
||||
|
||||
Reference in New Issue
Block a user