Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show bank a/c details #1913

Open
wants to merge 8 commits into
base: show-bank-account-details-on-invoices
Choose a base branch
from

Conversation

Shruti-Apte
Copy link
Contributor

@Shruti-Apte Shruti-Apte commented Oct 10, 2024

@Shruti-Apte Shruti-Apte marked this pull request as ready for review October 15, 2024 06:03
Copy link
Contributor

@apoorv1316 apoorv1316 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Shruti-Apte Please rebase from backend branch, fix review comments and test the changes. Also add a loom video with bank account details and without bank account details.

.min(12, "Account number must have 12 characters"),
accountType: Yup.string().required("Account type cannot be blank"),
});

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Shruti-Apte Please confirm the validations for routing number and account number with @sonamvg

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@Shruti-Apte Shruti-Apte changed the base branch from develop to show-bank-account-details-on-invoices November 27, 2024 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invoices improvements: Add wire/bank details section
2 participants