Code Monkey home page Code Monkey logo

workreport-manager's Introduction

Work Report Manager

This tool simplifies management of work reports down to the point where all you have to do as an apprentice is writing down the actual content, then just sending it through the tool to generate the document you're going to print.

Right now only output to a LaTeX document is supported but it's enough to get the work done and get beautiful output from it. The report can easily be styled through separate LaTeX code which then can be imported.

Example

workreports.yml:

Begin: 2016-09-01

Name: Elena Example
Department: Web
First day is monday: true
Only show work days: true

Weeks:
    -   Date: 2016-09-01
        Operational activities:
            - Introduction to the company
            - Setting up the desktop
        Operational instructions: |
            The company Example Inc. programs most of their software in C which
            is a programming language that […].
        Professional school:
            -   Subject: General
                Topics:
                    - Introduction to the school
                    - Rules
            -   Subject: Financial management
                Topics:
                    - […]
                    - […]
            -   Subject: Software programming
                Topics:
                    - […]
                    - […]

styleguide.tex:

\usepackage{tabularx}
\usepackage[english]{babel}

% Use Tahoma as main font (this only works thanks to the `fontspec` package).
\setmainfont{tahoma}[
	BoldFont = tahomabd,
	Extension = .ttf,
	Ligatures = TeX,
	Path = ./fonts/
]

% Company logo on the left side.
% Assumes there is a logo.png, logo.jpg or similar in the same folder.
\fancyhead[L]{
	\begin{tabularx}{6cm}{l}
		\includegraphics[width=6cm]{logo} \\
	\end{tabularx}
}

Assuming you have the two files above you can compile your work report as a LaTeX document using this command:

workreportmgr latex -i styleguide

workreport-manager's People

Contributors

icedream avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.