Verified Commit 2dbd71d6 authored by Jakob Moser's avatar Jakob Moser
Browse files

Add svg reports

parent 4c5e3183
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   width="110mm"
   height="40mm"
   viewBox="0 0 110 40"
   version="1.1"
	xmlns:xlink="http://www.w3.org/1999/xlink"
	xmlns="http://www.w3.org/2000/svg"
	xmlns:svg="http://www.w3.org/2000/svg">
	<defs>
		<linearGradient id="gradient" gradientTransform="rotate(90)">
			<stop style="stop-color:#288000;stop-opacity:0.7;" offset="0" />
			<stop style="stop-color:#288000;stop-opacity:1;" offset="1" />
		</linearGradient>
	</defs>
	<g>
		<rect style="fill:url(#gradient)" width="110" height="40" x="0" y="0" ry="2" />
		<text style="font-family:'Fira Sans';fill:#ffffff;" x="11" y="13">
			<tspan style="font-size:9px">S</tspan><tspan style="font-size:7px">ALDO</tspan>
		</text>
		<text style="font-size:18px;font-family:'Fira Sans';fill:#ffffff;" x="11" y="33" id="value">
			+1.384,24 €
      	</text>
	</g>
</svg>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
![](./income.svg) ![](./expenses.svg) ![](./balance.svg)
+25 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   width="100mm"
   height="40mm"
   viewBox="0 0 100 40"
   version="1.1"
	xmlns:xlink="http://www.w3.org/1999/xlink"
	xmlns="http://www.w3.org/2000/svg"
	xmlns:svg="http://www.w3.org/2000/svg">
	<defs>
		<linearGradient id="gradient" gradientTransform="rotate(90)">
			<stop style="stop-color:#f7cb15;stop-opacity:0.7;" offset="0" />
			<stop style="stop-color:#f7cb15;stop-opacity:1;" offset="1" />
		</linearGradient>
	</defs>
	<g>
		<rect style="fill:url(#gradient)" width="100" height="40" x="0" y="0" ry="2" />
		<text style="font-family:'Fira Sans';fill:#ffffff;" x="11" y="13">
			<tspan style="font-size:9px">A</tspan><tspan style="font-size:7px">USGABEN</tspan>
		</text>
		<text style="font-size:18px;font-family:'Fira Sans';fill:#ffffff;" x="11" y="33" id="value">
			1.139,22 €
      </text>
	</g>
</svg>
 No newline at end of file
+25 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   width="100mm"
   height="40mm"
   viewBox="0 0 100 40"
   version="1.1"
	xmlns:xlink="http://www.w3.org/1999/xlink"
	xmlns="http://www.w3.org/2000/svg"
	xmlns:svg="http://www.w3.org/2000/svg">
	<defs>
		<linearGradient id="gradient" gradientTransform="rotate(90)">
			<stop style="stop-color:#26547c;stop-opacity:0.7;" offset="0" />
			<stop style="stop-color:#26547c;stop-opacity:1;" offset="1" />
		</linearGradient>
	</defs>
	<g>
		<rect style="fill:url(#gradient)" width="100" height="40" x="0" y="0" ry="2" />
		<text style="font-family:'Fira Sans';fill:#ffffff;" x="11" y="13">
			<tspan style="font-size:9px">E</tspan><tspan style="font-size:7px">INNAHMEN</tspan>
		</text>
		<text style="font-size:18px;font-family:'Fira Sans';fill:#ffffff;" x="11" y="33" id="value">
			2.523,46 €
      	</text>
	</g>
</svg>
 No newline at end of file