Invoice #{{ invoice.codeNumber }} will be sent to:
\r\n\r\n Invoice Date:\r\n {{ invoiceDate | moment(\"MMM D, YYYY\") }}\r\n
\r\n\r\n Due Date:\r\n {{ dueDate }}\r\n\r\n
\r\n Date:\r\n {{ invoiceDate | moment(\"MMM D, YYYY\") }}\r\n
\r\n\r\n Invoice:\r\n {{ invoiceCodeNumber }}\r\n
\r\n\r\n | \r\n Order\r\n | \r\n\r\n Project Name\r\n | \r\n\r\n Connection\r\n | \r\n\r\n Size\r\n | \r\n\r\n Weight\r\n | \r\n\r\n Grade\r\n | \r\n\r\n Units\r\n | \r\n\r\n Tax ({{ invoice.taxWithholdingPercent }}%)\r\n | \r\n\r\n Royalty\r\n | \r\n \r\n \r\n|
---|---|---|---|---|---|---|---|---|---|---|
\r\n {{ project.type.substring(0, 1).toUpperCase() }}\r\n | \r\n\r\n {{ project.orderNumber }}\r\n | \r\n\r\n {{ project.name }}\r\n | \r\n\r\n {{ connectionsById[project.connectionId].name }}\r\n | \r\n{{ getSizeTest(project).size }} | \r\n\r\n | \r\n \r\n {{ project.connectionWeight }}#\r\n | \r\n\r\n {{ (gradeById[project.connectionGradeId]) ? gradeById[project.connectionGradeId].name : 'Grade #' + project.connectionGradeId }}\r\n {{ project.craDescription }}\r\n Other Material\r\n | \r\n\r\n {{ units(project.id) }}\r\n | \r\n\r\n {{ (project.royalty * invoice.taxWithholdingPercent / 100) | currency }}\r\n | \r\n\r\n {{ project.royalty | currency }}\r\n | \r\n