Page body
What this form does
This page creates one monthly-limit rule at /monthly-limits/create.
Visible fields
From DepositTo DepositTotal Deposit Amount (EUR)Monthly Limit (EUR)Is ActiveDo Not Use Deposit CountDo Not Use By Amount
Important behavior
The create form can disable either matching branch
- with both
Do Not Useswitches off, the rule uses deposit count and amount together Do Not Use By Amountmakes it count-onlyDo Not Use Deposit Countmakes it amount-only- enabling both makes the create form behave like a universal rule with no deposit-history gate
Is Active is shown in FE, but current create backend does not persist it
The create page exposes an Is Active checkbox, but CreateMonthlyLimitService currently saves only:
fromDeposittoDeposittotalDepositAmountmonthlyLimitdoNotUseDepositCountdoNotUseByAmount
Operators should not rely on the create-time Is Active toggle as a persisted backend flag.
Save flow
Create posts to POST /api/admin/create-monthly-limit through useMonthlyLimit(null).
Verification status
- status:
verified_backend - FE create flow verified in
CreateMonthlyLimitForm - backend create route verified in
AdminController.createMonthlyLimit->CreateMonthlyLimitService