From dabaad0f8597641d8b0c2903f2aceec28fac9274 Mon Sep 17 00:00:00 2001 From: Matthias Bernien <matthias.bernien@ptb.de> Date: Wed, 4 Aug 2021 10:53:14 +0200 Subject: [PATCH] MwSt --- kalibriergebuehren/calibration_fees-2021.tex | 126 ++++++++++++++++++ .../kalibriergebuehren-2021.tex | 3 +- 2 files changed, 128 insertions(+), 1 deletion(-) create mode 100644 kalibriergebuehren/calibration_fees-2021.tex diff --git a/kalibriergebuehren/calibration_fees-2021.tex b/kalibriergebuehren/calibration_fees-2021.tex new file mode 100644 index 0000000..a6edb83 --- /dev/null +++ b/kalibriergebuehren/calibration_fees-2021.tex @@ -0,0 +1,126 @@ + +%--------------------------- +\setcounter{errorcontextlines}{100} +\listfiles +\documentclass[fontsize=11pt,paper=a4,pagesize]{scrartcl} +\usepackage[top=20mm,bottom=25mm,left=15mm,right=15mm]{geometry} + +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[english]{babel} +\usepackage{textcomp} +\usepackage{tgheros} +\usepackage{xltabular,booktabs,ragged2e,calc,siunitx-PTB} +\usepackage{eurosym} +\let\texteuro=\officialeuro + +\renewcommand\familydefault{\sfdefault} + +\newdimen\numwidth +\setlength\numwidth{\widthof{9999.99}} + +\newcolumntype{L}{>{\RaggedRight\arraybackslash}X} +\newcolumntype{V}{>{\hspace{\numwidth}\rlap\bgroup}c<{\egroup}} + +\newcommand*\markerI{$\circ$} +\newcommand*\markerII{\textbullet} + +\newcounter{cdevice} +\newcommand*\tsection[1]{% + \noalign{\stepcounter{cdevice}}% + \multicolumn{1}{@{}L}{\textbf{\arabic{cdevice}.~#1}} +} +\newcommand*\basic[1]{% + \multicolumn{1}{@{\hspace{1em}\markerI~}L}{#1} +} + +\setlength\parindent{0pt} + +\pagestyle{empty} + +\begin{document} + +\begin{center} \usekomafont{disposition}\Large +Physikalisch-Technische Bundesanstalt \\[.1\baselineskip] +Vacuum Metrology \\[.5\baselineskip] +Fees for Calibrations \par +\end{center} + +\setlength\extrarowheight{.5ex} + +\begin{xltabular}[l]{\textwidth}{@{\hspace{1.8em}\markerII~}LV@{}} +\toprule +\multicolumn{1}{@{}c}{\textbf{Calibration device}} & +\multicolumn{1}{c@{}}{\textbf{Fee in €}} \\ +\toprule +\endhead +\tsection{Ionization gauge} \\ +\basic{baked out, two decades, basic fee} & \num{1969.00} \\ +\basic{not baked out, two decades, basic fee} & \num{1700.00} \\ +additional decade & \num{447.50} \\ +additional decade under \SI{1e-10}{\mbar} & \num{581.75} \\ +additional decade over \SI{1e-4}{\mbar} & \num{402.75} \\ +additional gas, two decades & \num{1118.75} \\ + +\midrule + +\tsection{Spinning rotor gauge} \\ +\basic{Sigma (effective accommodation coefficient), basic fee} & + \num{1476.75} \\ +each additional gas & \num{537.00} \\ + +\midrule + +\tsection{Capacitance diaphragm gauge} \\ + +\basic{Full scale: \SI{0.01}{\torr}, two decades, basic fee} & \num{1655.75} \\ +\basic{Full scale: \SI{0.1}{\torr}, \SI{0.25}{\torr}, two decades, basic fee} & + \num{1432.00} \\ +Full scale: \SI{0.1}{\torr}, \SI{0.25}{\torr}, each additional gas, +two decades & \num{716.00} \\ +Full scale: \SI{0.1}{\torr}, \SI{0.25}{\torr}, additional decade & +\num{358.00} \\ +\basic{Full scale: \SI{1}{\torr}, \SI{10}{\torr}, two decades, basic fee} +& \num{1253.00} \\ +Full scale: \SI{1}{\torr}, \SI{10}{\torr}, each additional gas, two +decades & \num{537.00} \\ +Full scale: \SI{1}{\torr}, \SI{10}{\torr}, additional decade & +\num{313.25} \\ +Full scale: \SI{1}{\torr}, \SIrange{30}{130}{\Pa} with FRS5, additional fee & + \num{402.75} \\ +Full scale: \SI{10}{\torr}, \SIrange{30}{1300}{\Pa} with FRS5, additional fee & + \num{626.50} \\ +\basic{Full scale: \SI{100}{\torr}, \SI{1000}{\torr}, three decades, basic fee} +& \num{1521.50} \\ +Full scale: \SI{100}{\torr}, \SI{1000}{\torr}, each additional gas, +three decades & \num{850.25} \\ +Full scale: \SI{100}{\torr}, \SI{1000}{\torr}, additional decade & +\num{268.50} \\ +Full scale: \SI{100}{\torr}, \SIrange{30}{10000}{\Pa} with FRS5, + additional fee & \num{805.50} \\ + +\midrule + +\tsection{Test leak} \\ + +\basic{against vacuum, basic fee} & \num{1432.00} \\ +each additional temperature or additional pressure & \num{895.00} \\ +gas flow under \SI{1e-9}{\mbar\litre\per\second}, additional fee & +\num{895.00} \\ +\basic{against atmosphere, basic fee} & \num{895.00} \\ +\basic{against atmosphere, with pressure setting and measuring, basic fee} & +\num{1432.00} \\ +each additional temperature or additional pressure & \num{358.00} \\ + +\bottomrule +\end{xltabular} + +These fees are valid from October~1, 2021. German customers pay VAT with the bill. +Customers outside Germany pay VAT reverse charge. In exceptional cases, when the +actual working time on a unit under test exceeds \SI{25}{\percent} of the +average working time, the actual costs have to be charged. Other additional +costs may result from expenditures of PTB for unusual special gases, special +services, transportation, customs, or other duties. + +\end{document} +%--------------------------- diff --git a/kalibriergebuehren/kalibriergebuehren-2021.tex b/kalibriergebuehren/kalibriergebuehren-2021.tex index e9ac3a9..20b1d86 100644 --- a/kalibriergebuehren/kalibriergebuehren-2021.tex +++ b/kalibriergebuehren/kalibriergebuehren-2021.tex @@ -118,7 +118,8 @@ je zusätzliche Temperatur oder zusätzlicher Druck & \num{334.00} \\ \bottomrule \end{xltabular} -Diese Gebühren gelten ab 1.~Oktober 2021. In Ausnahmefällen, wenn die +Diese Gebühren gelten ab 1.~Oktober 2021. Deutsche Kunden zahlen zuzüglich Mehrwertsteuer. +Kunden außerhalb Deutschlands zahlen nach dem Reverse-Charge-Verfahren. In Ausnahmefällen, wenn die aufgewendete Arbeitszeit \SI{25}{\percent} der durchschnittlichen übersteigt, werden die tatsächlichen Kosten angesetzt. Weitere Zusatzkosten können sich ergeben, wenn der PTB Aufwendungen für -- GitLab