mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-28 20:07:04 +02:00
CORPORATION: Account for CapEx and Cap Gains differently (#977)
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
// This includes capital expenditures (which may be recoupable), time-limited actions, and transfers to/from other game mechanics.
|
||||
const FundsSourceLongTerm = [
|
||||
"product development",
|
||||
"division",
|
||||
"office",
|
||||
"warehouse",
|
||||
"upgrades",
|
||||
@@ -16,6 +15,7 @@ const FundsSourceLongTerm = [
|
||||
// Funds transactions which should be included in earnings projections for valuation.
|
||||
// This includes all automatic or indefinetly-repeatable income and operating expenses.
|
||||
type FundsSourceShortTerm =
|
||||
| "division"
|
||||
| "operating expenses"
|
||||
| "operating revenue"
|
||||
| "dividends"
|
||||
|
||||
Reference in New Issue
Block a user