Feature: Improved Finance window

This commit is contained in:
Tyler Trahan
2022-02-23 11:03:23 -07:00
committed by Patric Stout
parent f4ca94d3f6
commit 41de69c5b7
5 changed files with 182 additions and 122 deletions

View File

@@ -1643,9 +1643,6 @@ STR_CONFIG_SETTING_SHOW_TRACK_RESERVATION_HELPTEXT :Give reserved t
STR_CONFIG_SETTING_PERSISTENT_BUILDINGTOOLS :Keep building tools active after usage: {STRING2}
STR_CONFIG_SETTING_PERSISTENT_BUILDINGTOOLS_HELPTEXT :Keep the building tools for bridges, tunnels, etc. open after use
STR_CONFIG_SETTING_EXPENSES_LAYOUT :Group expenses in company finance window: {STRING2}
STR_CONFIG_SETTING_EXPENSES_LAYOUT_HELPTEXT :Define the layout for the company expenses window
STR_CONFIG_SETTING_AUTO_REMOVE_SIGNALS :Automatically remove signals during rail construction: {STRING2}
STR_CONFIG_SETTING_AUTO_REMOVE_SIGNALS_HELPTEXT :Automatically remove signals during rail construction if the signals are in the way. Note that this can potentially lead to train crashes.
@@ -3618,29 +3615,36 @@ STR_EDIT_WAYPOINT_NAME :{WHITE}Edit way
# Finances window
STR_FINANCES_CAPTION :{WHITE}{COMPANY} Finances {BLACK}{COMPANY_NUM}
STR_FINANCES_EXPENDITURE_INCOME_TITLE :{WHITE}Expenditure/Income
STR_FINANCES_YEAR :{WHITE}{NUM}
###length 3
STR_FINANCES_REVENUE_TITLE :{WHITE}Revenue
STR_FINANCES_OPERATING_EXPENSES_TITLE :{WHITE}Operating Expenses
STR_FINANCES_CAPITAL_EXPENSES_TITLE :{WHITE}Capital Expenses
###length 13
STR_FINANCES_SECTION_CONSTRUCTION :{GOLD}Construction
STR_FINANCES_SECTION_NEW_VEHICLES :{GOLD}New Vehicles
STR_FINANCES_SECTION_TRAIN_RUNNING_COSTS :{GOLD}Train Running Costs
STR_FINANCES_SECTION_ROAD_VEHICLE_RUNNING_COSTS :{GOLD}Road Vehicle Running Costs
STR_FINANCES_SECTION_AIRCRAFT_RUNNING_COSTS :{GOLD}Aircraft Running Costs
STR_FINANCES_SECTION_SHIP_RUNNING_COSTS :{GOLD}Ship Running Costs
STR_FINANCES_SECTION_PROPERTY_MAINTENANCE :{GOLD}Property Maintenance
STR_FINANCES_SECTION_TRAIN_INCOME :{GOLD}Train Income
STR_FINANCES_SECTION_ROAD_VEHICLE_INCOME :{GOLD}Road Vehicle Income
STR_FINANCES_SECTION_AIRCRAFT_INCOME :{GOLD}Aircraft Income
STR_FINANCES_SECTION_SHIP_INCOME :{GOLD}Ship Income
STR_FINANCES_SECTION_TRAIN_RUNNING_COSTS :{GOLD}Trains
STR_FINANCES_SECTION_ROAD_VEHICLE_RUNNING_COSTS :{GOLD}Road Vehicles
STR_FINANCES_SECTION_AIRCRAFT_RUNNING_COSTS :{GOLD}Aircraft
STR_FINANCES_SECTION_SHIP_RUNNING_COSTS :{GOLD}Ships
STR_FINANCES_SECTION_INFRASTRUCTURE :{GOLD}Infrastructure
STR_FINANCES_SECTION_TRAIN_REVENUE :{GOLD}Trains
STR_FINANCES_SECTION_ROAD_VEHICLE_REVENUE :{GOLD}Road Vehicles
STR_FINANCES_SECTION_AIRCRAFT_REVENUE :{GOLD}Aircraft
STR_FINANCES_SECTION_SHIP_REVENUE :{GOLD}Ships
STR_FINANCES_SECTION_LOAN_INTEREST :{GOLD}Loan Interest
STR_FINANCES_SECTION_OTHER :{GOLD}Other
STR_FINANCES_NEGATIVE_INCOME :{BLACK}-{CURRENCY_LONG}
STR_FINANCES_POSITIVE_INCOME :{BLACK}+{CURRENCY_LONG}
STR_FINANCES_TOTAL_CAPTION :{WHITE}Total:
STR_FINANCES_NEGATIVE_INCOME :-{CURRENCY_LONG}
STR_FINANCES_POSITIVE_INCOME :+{CURRENCY_LONG}
STR_FINANCES_NET_PROFIT :{WHITE}Net Profit
STR_FINANCES_BANK_BALANCE_TITLE :{WHITE}Bank Balance
STR_FINANCES_OWN_FUNDS_TITLE :{WHITE}Own Funds
STR_FINANCES_LOAN_TITLE :{WHITE}Loan
STR_FINANCES_INTEREST_RATE :{WHITE}Loan Interest: {BLACK}{NUM}%
STR_FINANCES_MAX_LOAN :{WHITE}Maximum Loan: {BLACK}{CURRENCY_LONG}
STR_FINANCES_TOTAL_CURRENCY :{BLACK}{CURRENCY_LONG}
STR_FINANCES_BORROW_BUTTON :{BLACK}Borrow {CURRENCY_LONG}