btcpayserver/BTCPayServer/Views/UIStores
Andrew Camilleri 51690b47a3
Transfer Processors (#3476)
* Automated Transfer processors

This PR introduces a few things:
* Payouts can now be directly nested under a store instead of through a pull payment.
* The Wallet Send screen now has an option to "schedule" instead of simply creating a transaction. When you click on schedule, all transaction destinations are converted into approved payouts. Any options relating to fees or coin selection are discarded.
* There is a new concept introduced, called "Transfer Processors".  Transfer Processors are services for stores that process payouts that are awaiting payment. Each processor specifies which payment methods it can handle.  BTCPay Server will have some forms of transfer processors baked in but it has been designed to allow the Plugin System to provide additional processors.
* The initial transfer processors provided are "automated processors", for on chain and lightning payment methods. They can be configured to process payouts every X amount of minutes. For  on-chain, this means payments are batched into one transaction, resulting in more efficient and cheaper fees for processing.
*

* fix build

* extract

* remove magic string stuff

* fix error message when scheduling

* Paginate migration

* add payout count to payment method tab

* remove unused var

* add protip

* optimzie payout migration dramatically

* Remove useless double condition

* Fix bunch of warnings

* Remove warning

* Remove warnigns

* Rename to Payout processors

* fix typo

Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
2022-04-24 12:19:34 +09:00
..
ImportWallet Rename UI controllers 2022-01-14 13:46:03 +09:00
_GenerateWalletForm.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
_LayoutWalletSetup.cshtml Update "Close Wallet & Lightning Setup" Path (#3362) 2022-01-27 14:33:12 +09:00
_Nav.cshtml Transfer Processors (#3476) 2022-04-24 12:19:34 +09:00
_ViewImports.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
_ViewStart.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
CheckoutAppearance.cshtml updates (#3631) 2022-04-14 13:09:37 +09:00
CreateToken.cshtml Adapt desktop breakpoints in views (#3358) 2022-01-27 11:56:46 +09:00
Dashboard.cshtml Dashboard (#3530) 2022-04-12 16:55:10 +09:00
Emails.cshtml Content Consistency Updates (1.4.0) (#3316) 2022-01-18 10:19:27 +09:00
GeneralSettings.cshtml updates (#3631) 2022-04-14 13:09:37 +09:00
GenerateWallet.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
GenerateWalletOptions.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
ImportWalletOptions.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
Integrations.cshtml Adapt desktop breakpoints in views (#3358) 2022-01-27 11:56:46 +09:00
Lightning.cshtml Add test IDs for Lightning and Plugins (#3402) 2022-02-02 12:47:22 +09:00
LightningSettings.cshtml updates (#3631) 2022-04-14 13:09:37 +09:00
ListTokens.cshtml Adapt desktop breakpoints in views (#3358) 2022-01-27 11:56:46 +09:00
ModifyWebhook.cshtml updates (#3631) 2022-04-14 13:09:37 +09:00
PayButton.cshtml Pay Button: Re-add Vue handlers to currency input (#3646) 2022-04-16 18:38:51 +02:00
PayButtonEnable.cshtml Pay Button Alert: Add missing alert-link classes (#3397) 2022-02-02 12:37:22 +09:00
Rates.cshtml updates (#3631) 2022-04-14 13:09:37 +09:00
RequestPairing.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
SetupLightningNode.cshtml 1.4.0 Final Polish (#3335) 2022-01-25 11:07:52 +09:00
SetupWallet.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
ShowToken.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
StoreNavPages.cs Store: Combine General and Payment settings 2022-01-25 06:57:55 +01:00
StoreUsers.cshtml Adapt desktop breakpoints in views (#3358) 2022-01-27 11:56:46 +09:00
TestWebhook.cshtml Content Consistency Updates (1.4.0) (#3316) 2022-01-18 10:19:27 +09:00
WalletSettings.cshtml added additional inputmode attr to relevant form input fields (#3578) 2022-03-30 09:58:50 +02:00
Webhooks.cshtml Adapt desktop breakpoints in views (#3358) 2022-01-27 11:56:46 +09:00