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

@@ -90,6 +90,10 @@ export default function (globalData: IGlobalData) {
item.SetRightLabel("~g~+ $" + moneyFormat(p.wage));
paycheckMenu.AddItem(item);
item = new UIMenuItem("Sonstige Einkünfte");
item.SetRightLabel("~g~+ $" + moneyFormat(p.otheramount));
paycheckMenu.AddItem(item);
item = new UIMenuItem("Finanzhilfe");
item.SetRightLabel("~g~+ $" + moneyFormat(p.financialHelp));
paycheckMenu.AddItem(item);