Skip to content
This repository was archived by the owner on Apr 26, 2022. It is now read-only.
This repository was archived by the owner on Apr 26, 2022. It is now read-only.

Banking System: Basics #19

@pedropapa

Description

@pedropapa

Basic implementation of money-saving, transfers, etc.

Misc

  • Create a Bank property type.

Account

  • Allow players to be Bank clients (have a bank account).
  • Per-player bank account.
  • Allow players to deposit money on their bank accounts.
  • Allow players to withdraw money from their bank accounts.
  • Allow transfers between the same bank accounts.
  • Allow money transfers to other banks.

Bank Administration

  • Allow players to create a new bank.
  • Allow the bank owner to hire players as bank employees.
  • Allow the bank owner to manage employee's salaries.
  • Allow the bank owner to assign certain permissions to employee's
    • Finance Manager (Mostly manage taxes and deposit to/withdraw from Bank's Safe)
    • Account Manager (Open new accounts)
  • Allow the bank owner to purchase Bank addons.
    • Digital Bank: Allow players to open a bank account from the web.
    • Insurance: Allow players to purchase insurances.
      • House insurance.
      • Vehicle insurance.
      • Health insurance.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions