1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

invoice pdf generation api

This commit is contained in:
Kyle Spearrin
2017-10-25 00:45:11 -04:00
parent c9d6a7b2c0
commit e7b565d007
5 changed files with 265 additions and 0 deletions

View File

@ -13,6 +13,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="jsreport.AspNetCore" Version="1.0.0" />
<PackageReference Include="jsreport.Binary" Version="1.8.2" />
<PackageReference Include="jsreport.Local" Version="1.0.3" />
<PackageReference Include="System.Net.Http" Version="4.3.3" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.0" />