Skip to main content
Topic: Detail financial dialogue (Read 4767 times) previous topic - next topic

Detail financial dialogue

Hi, I have this idea for financial dialogue - I would like to have choice to open subdialogue of financial budget where I could see:

maintenance cost divided into many categories - for example: roads, tracks (railways, maglevs, trams), electrification by type (trains, trams, trolleybuses, maglevs), high wires, bought buildings ... and so on.

income divided into many categories - for example: trains, trams, trolleybuses, maglevs, planes, high wires*

* - currently it has own line

Chybami se člověk učí - ale někteří lidé jsou nepoučitelní

Re: Detail financial dialogue

Reply #1
That would be cool, but I imagine it would increase overhead by quite a bit to keep all those streams separate.
--Skreyola
You can also help translate for your language with SimuTranslator.

Re: Detail financial dialogue

Reply #2
It will be nice to have.
I thought there were no expenditure named overhead now.
If it didn't exist, it could be applied, and finally make HQ building give more meaning
by make them overhead, maintenance modifier(to lower).

Re: Detail financial dialogue

Reply #3
overhead = CPU/memory/swap space consumption
--Skreyola
You can also help translate for your language with SimuTranslator.

Re: Detail financial dialogue

Reply #4
My vocabulary skill : +1   8)

Re: Detail financial dialogue

Reply #5
I think that it could be saved in any extra file - for example of xml type - because changes in maintenances and so on are not so frequent to file could be unsufficient way.

Chybami se člověk učí - ale někteří lidé jsou nepoučitelní

Re: Detail financial dialogue

Reply #6
Maintenance isn't as big a deal as income. Income is going to eat up a lot of CPU cycles to keep tallied by category, I'd think.
--Skreyola
You can also help translate for your language with SimuTranslator.

Re: Detail financial dialogue

Reply #7
Affair of income - hmm... it may be true.
But who says it cannot be done by any else way - or updated with month frequence?

Chybami se člověk učí - ale někteří lidé jsou nepoučitelní

Should be zero performance hit

Reply #8
Code should only need to change from "income += income_from_this_vehicle" to "income[vehicle_type] += income_from_this_vehicle" and likewise for expenses ... that should take just about zero time... no?

Re: Detail financial dialogue

Reply #9
Code should only need to change from "income += income_from_this_vehicle" to "income[vehicle_type] += income_from_this_vehicle" and likewise for expenses ... that should take just about zero time... no?
Negligible time, perhaps. Negligible memory, maybe, maybe not, but more of an issue.
--Skreyola
You can also help translate for your language with SimuTranslator.