Skip to content
Snippets Groups Projects
Commit 461c7625 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

First Stage of the budget screen, should have most of the good stuff

parent 0015bbf2
No related branches found
No related tags found
No related merge requests found
:: Costs Report [nobr] :: Costs Report [nobr]
<<set $nextButton = "Back to Budget", $nextLink = "Costs Budget",_archologyCosts = 0>> <<set $nextButton = "Back to Budget", $nextLink = "Costs Budget",_archologyCosts = 0>>
<<if $PCSlutContacts == 0>><<set $PCSlutContacts = 1>><</if>> <<if $PCSlutContacts == 0>><<set $PCSlutContacts = 1>><</if>>
...@@ -399,15 +400,8 @@ ...@@ -399,15 +400,8 @@
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;__Total__: <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;__Total__:
@@.yellowgreen;<<print cashFormat(Math.trunc(_individualCosts))>>@@ @@.yellowgreen;<<print cashFormat(Math.trunc(_individualCosts))>>@@
<br> <br>
<</for>>
/*<<set $activeSlave = $slaves[$i]>>
<br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>>*/
/* TODO: This link explodes slave interact for some reason, bugfix needed.*/
/*[[$slaves[$i].slaveName|Slave Interact][$activeSlave = $slaves[$i]]] will $slaves[$i].assignment.*/
/*$slaves[$i].slaveName will $slaves[$i].assignment. /*delete if above fixed */
/*''$slaves[$i].slaveName'':
<<SlaveExpenses>>
<</for>>*/
<br>Overall slave costs: @@.yellowgreen;<<print cashFormat(_total)>>@@ <br>Overall slave costs: @@.yellowgreen;<<print cashFormat(_total)>>@@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment