The plugin allows you to create manual adjustments to currency reserves.
When activated, a "Reserve Adjustments" section appears in the admin menu.
This section displays all the adjustments you've created in a table.
Clicking "Edit" next to an adjustment allows you to edit it.
If you want to add a new adjustment, click the "Add" button.
The adjustment has the following values:
- Note
A custom note that is only accessible to the administrator.
- Currency
The currency to which the reserve adjustment applies.
- Reserve Value
Reserve Value. The reserve value can be positive or negative.
How it works
If a currency doesn't have a designated reserve (the reserve field is empty), or the shortcode [currency_ID] is used, the currency calculates reserves for requests on the website using the following formula:
[amount_for_currency_reserve_I_give - amount_for_currency_reserve_I_receive]
Reserve adjustments are automatically inserted into automatic formulas. Thus, with the plugin enabled, the formula becomes:
[amount_of_currency_reserve_adjustments + amount_for_currency_reserve_I_give - amount_for_currency_reserve_I_receive]
At the same time, adjustments can be used simply as a shortcode. In the shortcode selection window, sеlect "Reserve Adjustments"
In the shortcode field, enter the ID of the currency from which reserve adjustments will be used.
You can also use a simple text shortcode:
[correserve_CURRENCYID]
where CURRENCYID is the ID of the currency from which reserve adjustments will be used.