MS Word Docxtemplater Report Template
Budget: $10 – $30 CAD
Experience required: MS Word, graphic design. NO code, just a professional looking docx template
I want a docxtemplater template created to generate Audit Reports.
You should have experience creating rich Word report templates
This is going to have 1 cover page, then an addition 2-3 pages.
Here is example of a demo report - https://github.com/TechRate/Smart-Contract-Audits/blob/main/April/BNBStake.pdf
Requirements:
- Use dark mode (dark purple)
Some colors I use: background - #0D0C21, primary - #8870E6. You can use other colors that match with these.
Cover page:
- full page background (take from google or generate from midjourney, or I can provide if needed)
- Auditors logo, name and socials.
- Client name
- Date
Other pages: (can combine them together if needed)
- Audit details (list of audit details, optionally rendered, check data type below of what fields go there)
- Findings list (list of all valnurabilities the auditor found)
- Checklist (table of checklist, name and status)
Data types:
AuditReportType {
// Client and auditor details
auditorLogo?: any;
auditorName: string;
clientName: string;
date: string;
auditorTwitter?: string;
auditorGithub?: string;
auditorTelegram?: string;
auditorLinkedin?: string;
// Audit details and data
description: string;
auditType: string;
auditTimeline: string;
evm: string;
languages: string;
documentationQuality: string;
testQuality: string;
commitHash: string;
chartImage: any;
checklist: ChecklistType[]; <- list of checklists
findings: FindingsType[]; <- list of findings
}
ChecklistType {
name: string;
status: "Passed" | "Failed";
}
FindingsType {
title: string;
locationInCode: string;
description: string;
recommendation: string;
severity: "Low" | "Medium" | "High";
}
The above are just all fields that should be present in the doc template file
- it is fieldName: kindOf Data
- string basically means normal text (can be single or several lines)
- "?:" means it is optional, may or may not exist
- auditorLogo and chartImage are images I would like to have on the doc
- checklist will be a table of checklist
- findings will be a list of all findings/vulnerabilities the auditor has found
I do not need any javascript code, just a 2-3 page DOCX template, deadline should be soon as possible and only bid what you will accept, don't make me DM for a different rate.
I want a docxtemplater template created to generate Audit Reports.
You should have experience creating rich Word report templates
This is going to have 1 cover page, then an addition 2-3 pages.
Here is example of a demo report - https://github.com/TechRate/Smart-Contract-Audits/blob/main/April/BNBStake.pdf
Requirements:
- Use dark mode (dark purple)
Some colors I use: background - #0D0C21, primary - #8870E6. You can use other colors that match with these.
Cover page:
- full page background (take from google or generate from midjourney, or I can provide if needed)
- Auditors logo, name and socials.
- Client name
- Date
Other pages: (can combine them together if needed)
- Audit details (list of audit details, optionally rendered, check data type below of what fields go there)
- Findings list (list of all valnurabilities the auditor found)
- Checklist (table of checklist, name and status)
Data types:
AuditReportType {
// Client and auditor details
auditorLogo?: any;
auditorName: string;
clientName: string;
date: string;
auditorTwitter?: string;
auditorGithub?: string;
auditorTelegram?: string;
auditorLinkedin?: string;
// Audit details and data
description: string;
auditType: string;
auditTimeline: string;
evm: string;
languages: string;
documentationQuality: string;
testQuality: string;
commitHash: string;
chartImage: any;
checklist: ChecklistType[]; <- list of checklists
findings: FindingsType[]; <- list of findings
}
ChecklistType {
name: string;
status: "Passed" | "Failed";
}
FindingsType {
title: string;
locationInCode: string;
description: string;
recommendation: string;
severity: "Low" | "Medium" | "High";
}
The above are just all fields that should be present in the doc template file
- it is fieldName: kindOf Data
- string basically means normal text (can be single or several lines)
- "?:" means it is optional, may or may not exist
- auditorLogo and chartImage are images I would like to have on the doc
- checklist will be a table of checklist
- findings will be a list of all findings/vulnerabilities the auditor has found
I do not need any javascript code, just a 2-3 page DOCX template, deadline should be soon as possible and only bid what you will accept, don't make me DM for a different rate.