Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@louisswarren
Created January 31, 2021 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save louisswarren/a9ce1831361ddaa769795e9a807e2bd5 to your computer and use it in GitHub Desktop.
Save louisswarren/a9ce1831361ddaa769795e9a807e2bd5 to your computer and use it in GitHub Desktop.
Inventory sheet
\documentclass[a5paper]{article}
\usepackage[a5paper,margin=1cm]{geometry}
\usepackage{array}
\usepackage{multirow}
\usepackage{graphicx}
\pagenumbering{gobble}
\begin{document}
\begin{center}
\section*{Freezer inventory}
\end{center}
\vspace{0.4cm}
\begin{center}
\renewcommand{\arraystretch}{1.5}
\begin{tabular}{|m{5em}|m{16em}|m{2.4em}|m{7em}|}
\hline
Date &
Name &
Stock &
Consumed \\
\hline
&&&\\\hline &&&\\\hline &&&\\\hline &&&\\\hline &&&\\\hline
&&&\\\hline &&&\\\hline &&&\\\hline &&&\\\hline &&&\\\hline
&&&\\\hline &&&\\\hline &&&\\\hline &&&\\\hline &&&\\\hline
&&&\\\hline &&&\\\hline &&&\\\hline &&&\\\hline &&&\\\hline
\end{tabular}
\end{center}
\vspace{1cm}
\begin{center}
\begin{tabular}{||c|@{\hskip0pt}c@{\hskip0pt}||c|@{\hskip0pt}c@{\hskip0pt}||}
\hline
\multicolumn{4}{||c||}{Last updated}\\\hline
\rotatebox[origin=c]{90}{February}&
\begin{tabular}{r|r|r|r|r|r|r}
1&2&3&4&5&6&7\\\hline
8&9&10&11&12&13&14\\\hline
15&16&17&18&19&20&21\\\hline
22&23&24&25&26&27&28\\\hline
29&30&31&&&&
\end{tabular} &
\rotatebox[origin=c]{90}{March}&
\begin{tabular}{r|r|r|r|r|r|r}
&&&1&2&3&4\\\hline
5&6&7&8&9&10&11\\\hline
12&13&14&15&16&17&18\\\hline
19&20&21&22&23&24&25\\\hline
26&27&28&29&30&31&
\end{tabular}
\\\hline
\end{tabular}
\end{center}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment