amorales-builds / OnlyPay4.0

A simulation of a money transferring program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OnlyPay

App de simulacion de banco movil que permite a los usuarios hacer transacciones, recargar, ver movimientos de transacciones y ver estado de cuenta. Tambien permite que el data manager pueda ver la base de datos de los usuarios, que se crea para almacenar las cuentas de los usuarios.

How to use

  1. Registrar una cuenta: nombre, apellidos, username, password, etc.
  2. Inicia seccion: Se necesita tener una cuenta registrada.
  3. Explora las opciones del menu: Envie dinero, ver movimientos de transacciones, recargar, Ver Estado de cuenta, salir.

Version History

version 1.0

  • Implementacion de registro y login
  • Implementacion de registro de usuarios
  • Implementacion de Login para usuarios existentes
  • Implementacion de menu basico

version 1.01

  • Implementacion de sistema de verificacion para cuentas existentes
  • Implementacion para verificacion de password seguro

version 1.02

  • Implementacion de simulacion de bases de datos
  • Actualizacion de menu basico
  • Implementacion de Historial de transacciones
  • Implementacion de crear archivo de texto para ver el estado de cuenta

version 1.03

  • Implementacion de recargar dinero
  • Mejoras en el formato de texto (colores y espacios)
  • Implementacion de cuenta de administrador de bases de datos

License:

Licensed under the : MIT License: Copyright (c) 2024 aonna26

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A simulation of a money transferring program.

License:Other


Languages

Language:C++ 100.0%