Skip to content

Commit

Permalink
Update send to Excel workbooks for ssc issue 1047
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanzou committed Sep 13, 2023
1 parent 16b27c3 commit d3e7a28
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/runtime/cashflow.lk
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,8 @@ function cf_financing_activities() // all PPA models except Sale Leaseback
cfline('FINANCING ACTIVITIES', -1);
cfline( 'issuance_of_equity',0);
if ( is_debt_fin() ) { cfline( 'size_of_debt', 0); }
cfline( 'ibi_total', 0);
cfline( 'cbi_total', 0);
// cfline( 'ibi_total', 0);
// cfline( 'cbi_total', 0);
if ( is_debt_fin() )
{
cfline('minus:', -1, 0);
Expand Down
Binary file modified deploy/runtime/spreadsheets/community_solar.xlsx
Binary file not shown.
Binary file modified deploy/runtime/spreadsheets/host_developer.xlsx
Binary file not shown.
Binary file modified deploy/runtime/spreadsheets/merchant_plant.xlsx
Binary file not shown.
Binary file modified deploy/runtime/spreadsheets/partnership_flip.xlsx
Binary file not shown.
Binary file modified deploy/runtime/spreadsheets/single_owner.xlsx
Binary file not shown.

0 comments on commit d3e7a28

Please sign in to comment.