Skip to content

Statement of Work Structure

Keep in mind that almost anything in SeReTo can be customized to fit your needs. The following structure is the default one, but you can modify it to suit your specific requirements.

The Statement of Work (SoW) is a document that outlines the scope of work, deliverables, and timeline for a project. The SoW is a crucial document that helps to ensure that all parties involved in a project are on the same page regarding the project's objectives and expectations.

The high-level overview of the SoW document in SeReTo is defined as follows:

┌───base_document.tex.j2──────────────────────────────┐
│                                                     │
│ \documentclass{sereto}                              │
│                                                     │
│ \title{...}                                         │
│ \subtitle{...}                                      │
│ \author{...}                                        │
│                                                     │
│ \begin{document}                                    │
│                                                     │
│  ┌───sow.tex.j2──────────────────────────────────┐  │
│  │                                               │  │
│  │   Management Summary                          │  │
│  │   ...                                         │  │
│  │                                               │  │
│  │   Target 1                                    │  │
│  │                                               │  │
│  │  ┌───target_<name_1>/scope.tex.j2───┐         │  │
│  │  └──────────────────────────────────┘         │  │
│  │                                               │  │
│  │  ┌───target_<name_1>/approach.tex.j2───┐      │  │
│  │  └─────────────────────────────────────┘      │  │
│  │                                               │  │
│  │   Target 2                                    │  │
│  │                                               │  │
│  │  ┌───target_<name_2>/scope.tex.j2───┐         │  │
│  │  └──────────────────────────────────┘         │  │
│  │                                               │  │
│  │  ┌───target_<name_2>/approach.tex.j2───┐      │  │
│  │  └─────────────────────────────────────┘      │  │
│  │                                               │  │
│  └───────────────────────────────────────────────┘  │
│                                                     │
│ \end{document}                                      │
└─────────────────────────────────────────────────────┘