Option to add installment to contract/account to increace balance amount same as payment and can be deleted which will reduce balance amount by new amount of the installment deleted, call later added badge to show active call laters
This commit is contained in:
@@ -12,6 +12,7 @@ import {
|
||||
Archive,
|
||||
ArrowRight,
|
||||
BarChart3,
|
||||
CalendarDays,
|
||||
} from "lucide-vue-next";
|
||||
|
||||
const settingsCards = [
|
||||
@@ -27,6 +28,12 @@ const settingsCards = [
|
||||
route: "settings.payment.edit",
|
||||
icon: CreditCard,
|
||||
},
|
||||
{
|
||||
title: "Installments",
|
||||
description: "Defaults for installments and auto-activity.",
|
||||
route: "settings.installment.edit",
|
||||
icon: CalendarDays,
|
||||
},
|
||||
{
|
||||
title: "Workflow",
|
||||
description: "Configure actions and decisions relationships.",
|
||||
|
||||
Reference in New Issue
Block a user