add bank (überweisen, einzahlen, auszahlen, Fraktionskasse)

This commit is contained in:
Michael
2020-07-03 22:24:44 +02:00
parent 4179651790
commit cffcc5659a
9 changed files with 471 additions and 6 deletions

View File

@@ -40,6 +40,7 @@ declare type Paycheck = {
rentalFees: number;
healthInsurance: number;
factionMoney: number;
otheramount: number;
}
declare type Licenses = {