\documentclass{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[letterpaper,top=2cm,bottom=-1cm,left=2cm,right=1cm]{geometry}
\usepackage{graphicx}
\setlength{\parindent}{0pt}

\begin{document}

\pagestyle{myheadings}
\thispagestyle{empty}

\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont

\vspace*{-1.3cm}

\parbox{\textwidth}{%
  \parbox[b]{.42\textwidth}{%
    <%company%>
   
    <%address%>
  }
  \parbox[b]{.2\textwidth}{
    \includegraphics[scale=0.3]{sql-ledger}
  }\hfill
  \begin{tabular}[b]{rr@{}}
  Tel: & <%tel%>\\
  Fax: & <%fax%>
  \end{tabular}

  \rule[1.5em]{\textwidth}{0.5pt}
}

\centerline{\textbf{DARBO LAIKO}\hspace{0.5cm}\textbf{APSKAITOS KORTELĖ}}

\vspace*{0.5cm}

\begin{tabular}[t]{ll}
  \textbf{Darbuotojas} & <%employee%> \\
  \textbf{ID} & <%employee_id%> \\
\end{tabular}
\hfill
\begin{tabular}[t]{ll}
  \textbf{Kortelės ID} & <%id%> \\
  \textbf{Kada dirbta:} & <%transdate%> \\
  \textbf{Darbas pradėtas:} & <%checkedin%> \\
  \textbf{Darbas baigtas:} & <%checkedout%> \\
  \textbf{Dirbta valandų:} & <%qty%> \\
\end{tabular}

\vspace{1cm}

\begin{tabular}[b]{ll}
  \textbf{Užduoties kodas:} & <%projectnumber%> \\
  \textbf{Užduoties aprašymas:} & <%projectdescription%> \\
  \textbf{Atlikto darbo/paslaugos kodas:} & <%partnumber%> \\
  \textbf{Atlikto darbo/paslaugos aprašymas:} & <%description%> \\
\end{tabular}
\hfill
\begin{tabular}[b]{lr}
  \textbf{Paslaugų kaina:} & <%sellprice%> \\
  \textbf{Paslaugų kaina atmetus prastovas:} & <%total%> \\
\end{tabular}
  
\vspace{0.3cm}

<%notes%>
 
\end{document}


