wip: Frontend for quick pay

This commit is contained in:
2025-07-18 11:49:42 +05:30
parent a6af487b67
commit f67319762f
8 changed files with 466 additions and 122 deletions

View File

@@ -96,12 +96,12 @@ export default function AccountStatementPage() {
});
return;
}
if (end.diff(start, "day") > 60) {
if (end.diff(start, "day") > 90) {
notifications.show({
withBorder: true,
color: "red",
title: "Invalid Date range",
message: "End date must be within 60 days from start date",
message: "End date must be within 90 days from start date",
autoClose: 4000,
});
return;