\documentclass[openany,12pt,oneside]{extreport}
\input{packages}
\begin{document}
\include{FrontMatter/titlepage}
\pagenumbering{arabic}
\newpage
\include{FrontMatter/Acknowledgement}
\include{FrontMatter/Abstract}
\include{FrontMatter/Acronyms}
\newpage
\tableofcontents
\listoffigures
\listoftables
\printglossary[type=\acronymtype, title=Acronyms]
\clearpage
\include{Chapters/01_Introduction}
\include{Chapters/02_Background}
\include{Chapters/03_Implementation}
\include{Chapters/04_Results}
\include{Chapters/05_Conclusion}
\part{Bibliography}
\printbibliography
\end{document}