Post a New Reply
Reply to thread: [ADDED] Show accounting profit in bottom bar instead of cashflow
Username:
Post Subject:
Your Message:
Smilies
Sad Wink Rolleyes Tongue
Smile biggrin confused :cool:
mad oh red face  
Post Options:
Thread Subscription:
Specify the type of notification and thread subscription you'd like to have to this thread. (Registered users only)






Thread Review (Newest First)
Posted by Eric.B - 10-02-2024, 01:02 PM
Added to the bounty system: https://www.ventdev.com/forums/showthread.php?tid=4611
Posted by Eric.B - 09-23-2024, 10:32 AM
(09-23-2024, 10:27 AM)thexa4 Wrote: Yes, I agree that it would be confusing to show accounting profit by default. It's information that I noticed I wanted to have a lot while playing on nightmare difficulty but is a lot of work to compute from the reports every turn.

If it was possible to inject a bit of javascript into the simple report I could add it there for myself but I don't currently see a way to do that.

Unfortunately, the .html pages are generated from C++, so you would have to do it after the fact. And most of the data is just raw html tables. Ideally, adding a scripting language to the game engine would be the way to go to bring back custom reports.
Posted by thexa4 - 09-23-2024, 10:27 AM
Yes, I agree that it would be confusing to show accounting profit by default. It's information that I noticed I wanted to have a lot while playing on nightmare difficulty but is a lot of work to compute from the reports every turn.

If it was possible to inject a bit of javascript into the simple report I could add it there for myself but I don't currently see a way to do that.
Posted by Eric.B - 09-23-2024, 10:19 AM
I'm not sure how well this would work for normal people who just want to see their cash flow. Remember, the vast majority of people who play the game have no accounting or business experience.

Anyway, I will put a bounty on it, and likely make it a toggle-able option.
Posted by thexa4 - 09-23-2024, 10:10 AM
When you enable financing, changes in your balance are not a good indicator of things going well or badly. Ideally I would like to be able to switch the bottom bar to show the current balance and the accounting profit. (Instead of balance and the delta since last month)

Accounting profit is:
  • + all revenue except: Customer financing, Sold stocks
  • - all expenses except: Tax payment, Loan repayment, Bond payback, Credit payments, Dividend payo
  • - Tax expected to be paid over the cars sold last month

Alternatively it can be described as:
  • + Cashflow
  • + Tax payment
  • + Loan repayment
  • + Bond payback
  • + Credit payments
  • + Dividend payout
  • + Customer loans funded
  • - Customer loan payments
  • - Customer loan early payoffs
  • - Sold stocks
  • - Tax expected to be paid over cars sold last month

That way you get a number that shows you how your company is doing over the long term, ignoring things that cause big swings in your balance like: Customer financing, taking out bonds, buying or selling stock, IPOs, etc