From 192db3b633a98f4452a506b3f29333f02bec148f Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 14 Sep 2025 01:22:37 -0300 Subject: [PATCH] Updated Transaction Rules (markdown) --- Transaction-Rules.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Transaction-Rules.md b/Transaction-Rules.md index 191a95e..2f917f1 100644 --- a/Transaction-Rules.md +++ b/Transaction-Rules.md @@ -123,8 +123,10 @@ The following variables are available, referring to the transaction that trigger | `internal_id` | The transaction's internal ID. | | `is_deleted` | `True` if the transaction is soft-deleted. | | `is_muted` | `True` if the transaction is muted. | -| `is_muted` | `True` if the transaction is muted. | -| `is_muted` | `True` if the transaction is muted. | +| `is_recurring` | `True` if the transaction is a recurring transaction. | +| `is_installment` | `True` if the transaction is part of an installment plan. | +| `installment_number` | The installment number of this transaction, if the transaction is part of an installment plan. Else `None` | +| `installment_total` | The number of installments of the installment plan this transaction is part of. Else `None` | **Always-available Variables**