Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Aura - Panel
tab1
styles{"body":{"text":{"color":"#465671","textAlign":"left","fontWeight":"normal","fontSize":14}},"header":{"backgroundColor":{"color":"#f2f8fa"}},"headline":{"alignment":{"horizontal":"start"},"text":{"text":"Internship Invoicing for Business","color":"#002d72","textAlign":"left","fontWeight":"bold","fontSize":26}},"base":{"border":{"bottom":false,"left":true,"right":false,"top":false,"color":"#233e90","width":4,"style":"solid"},"backgroundColor":{"color":"#f2f8fa"},"borderRadius":{"radius":4},"boxShadow":{"shadows":[{"color":"rgba(0, 0, 0, 0.08)","x":0,"y":1,"blur":1,"spread":0},{"color":"rgba(0, 0, 0, 0.16)","x":0,"y":1,"blur":3,"spread":1}]}}}
body<p><br /></p>

Placeholder


Instructions

UI Steps
sizesmall


UI Step

Log into your

UI Button
colorblue
newWindowtrue
sizesmall
iconlink
titleNYSERDA Portal
urlhttps://portal.nyserda.ny.gov/login
account.


UI Step

Access the Projects tab and select WFD Internships - Approved from the drop-down. The list will filter to display only Approved Internship project records.

Expand
titlescreenshot



UI Step

Locate the correct Project Record and access by clicking the name in the Project Name column.

Expand
titlescreenshot



UI Step

Once in the Project Record, move your cursor over the Project Invoices option at the top of the page until the hover over window appears. Without moving your cursor outside this window, click on New Project Invoice. This will open a new window with the Invoice details.

Expand
titlescreenshot



UI Step

Review the information at the top of the invoice for accuracy. Then, input the total hours worked by the Intern since the last Invoice. The invoice totals will auto-update based on your input.

Warning

The Is this the final Invoice field should only be checked if this invoice represents the last in the project.


Expand
titlescreenshot



UI Step

Next, enter in a Customer Invoice # (is there any guidance on this? Can business use a number that would suit their internal processes better, or are the specific rules they need to follow?) and indicate the date range for the hours worked in the Invoice Notes field.

Expand
titlescreenshot



UI Step

Before you can attach supporting documentation, click Save. The Invoice page will refresh with the payment amount that will be provided by NYSERDA.


UI Step

Click Manage/Upload Documents to attach any supporting documentation. This will open the Invoice Supporting Documents page. 

Expand
titlescreenshot



UI Step

On the Invoice Supporting Documentation page, enter in a name for the supporting document in the Document Name field, then click the Choose File button to locate and upload the document from your computer. Click Save to add the document to the Invoice Record.

Warning

If you do not click Save after uploading a document, it will not be saved to the Invoice Record.


Expand
titlescreenshot



UI Step

Add additional documents by clicking the Add Another Document option and following Step 9 above until all supporting documents have been uploaded to the Invoice Record.


UI Step

When all supporting documentation has been uploaded, click Save to ensure all your documents have been uploaded and attached to the Invoice Record. Then click Back to Invoice.

Expand
titlescreenshot



UI Step

If any details on the Invoice need to be updated, click Edit, make any required changes and click Save again.

Expand
titlescreenshot



UI Step

Click Submit to submit the invoice to NYSERDA's Program and Finance team for review, approval and payment. The page will refresh to display a successful submittal message.

Expand
titlescreenshot

Image Added



UI Step

If there are any issues during the review and approval process, NYSERDA Program staff will contact the primary Contact to resolve the issue(s).




HTML
<style type="text/css">
.aura-tab-content {
margin-top: 0px!important;
padding-top: 0px!important;
}
.aura-panel {
margin-top: 0px!important;
margin-left: 0px!important;
margin-right: 0px!important;
}
.panel, .alertPanel, .infoPanel {
margin-top: 0px!important;
}
.panelHeader {
font-size: 20px;
padding-top: 5px!important;
padding-bottom: 5px!important;
}
.panelContent {
display: none;
}
#title-text {
display: none;
}
</style>


HTML
<script type="text/javascript" >
   jQuery(document).ajaxComplete(function() {
      if(jQuery('.ia-fixed-sidebar.collapsed').length == 0 ) {
         jQuery('.expand-collapse-trigger').click();
     };
   });
</script>