diff --git a/front/current/components/project/slots.component.ts b/front/current/components/project/slots.component.ts index 83c227864e215f86d00c40d28a146672f8424aba..a52239ed9621048dcb7fa0e4c957898052ca5e68 100644 --- a/front/current/components/project/slots.component.ts +++ b/front/current/components/project/slots.component.ts @@ -20,17 +20,19 @@ export class SlotsComponent { {name: 'utility-bills', title: 'Utility Bills', state_id: 3}, {name: 'breakdown-of-bills', title: 'Breakdown of Bills', state_id: 8}, {name: 'canvas', title: 'Canvas', state_id: 9}, - {name: 'pns', title: 'PNS Form', state_id: 4}, /*Contains multiple PNS Forms for each department, 10, 11*/ + {name: 'pns', title: 'PNS Form', state_id: 12}, {name: 'pictures', title: 'Pictures', state_id: 9}, {name: 'sketches', title: 'Sketches', state_id: 9}, - {name: 'heat-load', title: 'Heat Load', state_id: 8}, /* Also in state 12*/ - {name: 'cooling-load', title: 'Cooling Load', state_id: 12}, + //Migration required to change name + {name: 'heat-load', title: 'Engineering Models', state_id: 8}, + //Migration required to change name + {name: 'cooling-load', title: 'Engineering Models', state_id: 12}, {name: 'diagnostic-report', title: 'Diagnostic Report', state_id: 13}, {name: 'sceep-forms', title: 'SCEEP Forms', state_id: 3}, {name: 'pea-reports', title: 'PEA Reports', state_id: 3}, {name: 'balance-sheets', title: 'Balance Sheets', state_id: 6}, {name: 'income-statements', title: 'Income Statements', state_id: 3}, - {name: 'financial-reports', title: 'Financial Reports', state_id: 6}, /*Is it 4 or 6*/ + {name: 'financial-reports', title: 'Financial Reports', state_id: 6}, {name: 'taxes', title: 'Taxes', state_id: 3}, {name: 'credit-reports', title: 'Credit Reports', state_id: 3}, {name: 'certificate-of-incorporation', title: 'Certificate of Incorporation', state_id: 3}, @@ -42,7 +44,19 @@ export class SlotsComponent { {name: 'nyserda', title: 'NYSERDA Request for Financing Form', state_id: 40}, {name: 'loan-application', title: 'Loan Application', state_id: 40}, {name: 'contractor-quotes', title: 'Contractor Quotes', state_id: 30}, - {name: 'misc', title: 'Miscellaneous', state_id: 3} + {name: 'misc', title: 'Miscellaneous', state_id: 3}, + {name: 'final-financial-model', title: 'Final Financial Model', state_id: 31}, + {name: 'redesigned-scope-of-work', title: 'Redesigned Scope of Work', state_id: 29}, + {name: 'final-presentation', title: 'Final Presentation', state_id: 25}, + {name: 'financial-model', title: 'Financial Model', state_id: 24}, + {name: 'engineering-output-model', title: 'Engineering Output Model', state_id: 23}, + {name: 'quotes', title: 'Quotes', state_id: 22}, + {name: 'scope-of-work', title: 'Scope of Work', state_id: 21}, + {name: 'engineering-models', title: 'Engineering Models', state_id: 20}, + {name: 'financial-model', title: 'Financial Model', state_id: 18}, + {name: 'budget', title: 'Budget', state_id: 18}, + {name: 'signed-quotes', title: 'Quotes', state_id: 15}, + {name: 'marketplace-photos', title: 'Marketplace Photos', state_id: 9} ]; project:Model; document_slots:Collection; diff --git a/front/current/services/project/project.service.ts b/front/current/services/project/project.service.ts index 3ade946b3b47d6be0b99c21ea2732e3004253a9d..b1fe00ae521a1bb8e0630b2fb8144ef0d1450f4e 100644 --- a/front/current/services/project/project.service.ts +++ b/front/current/services/project/project.service.ts @@ -87,7 +87,7 @@ export class ProjectService { { name: 'Preliminary Financial Analysis', id: 18, - description: 'Run preliminary finance model and suggest budget range for Project Engineer.', + description: 'Run preliminary financial model and suggest budget range for Project Engineer.', }, { name: 'Confirm Project Financing', @@ -115,9 +115,9 @@ export class ProjectService { description: 'Project Engineer generates Engineering Output Model for suggested scenario.', }, { - name: 'Create Finance Model', + name: 'Create Financial Model', id: 24, - description: 'Finance uses quotes and Engineering Output Model to run Finance model for suggested scenario.', + description: 'Finance uses quotes and Engineering Output Model to run financial model for suggested scenario.', }, { name: 'Create Client Presentation', @@ -150,9 +150,9 @@ export class ProjectService { description: 'Project Engineer sends contractor Final Scope of Work and finalizes quotes. Contractor signs contract.', }, { - name: 'Final Finance Model' , + name: 'Final Financial Model' , id: 31, - description: 'Finance runs the finance model to obtain actual costs inclduing payback years.', + description: 'Finance runs the financial model to obtain actual costs including payback years.', }, { name: 'Update Client with Project Financing' ,