You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---I do not understand banking management well, but I want to know whether in the case of a savings account or current account there must be restrictions on transactions? Do I need to set, for example, a maximum limit for transactions that the user cannot exceed? Or is he free to deposit or withdraw any amount as long as it can be withdrawn or deposited? I mean, in the case of withdrawal, we are satisfied with the condition that it is less than or equal to the balance. Otherwise, he withdraws whatever he wants and adds whatever he wants without limits?
Second question: In the case of a fixed account: What is required to happen when its period expires? Does the system renew it for a fixed account again?
The text was updated successfully, but these errors were encountered:
Project : atm-management-system (language C)
---I do not understand banking management well, but I want to know whether in the case of a savings account or current account there must be restrictions on transactions? Do I need to set, for example, a maximum limit for transactions that the user cannot exceed? Or is he free to deposit or withdraw any amount as long as it can be withdrawn or deposited? I mean, in the case of withdrawal, we are satisfied with the condition that it is less than or equal to the balance. Otherwise, he withdraws whatever he wants and adds whatever he wants without limits?
Second question: In the case of a fixed account: What is required to happen when its period expires? Does the system renew it for a fixed account again?
The text was updated successfully, but these errors were encountered: