* Web.csproj:

* TexToPdfFormatter.cs: Pdf formatter from Tex string

* FrontOfficeApiController.cs: html response in case of no document to
  produce at billing


* Estimate.aspx: renamed the Http methods returning tex and pdf
  estimates


* LocalizedText.Designer.cs: these files are generated from the .resx
  file

* LocalizedText.resx:
* LocalizedText.fr.resx: html response in case of no document to
  produce at billing
This commit is contained in:
Paul Schneider
2015-01-30 12:08:40 +01:00
parent 3dbf0265db
commit 206e16686b
7 changed files with 161 additions and 20 deletions

View File

@ -184,6 +184,7 @@
<Compile Include="Formatters\ErrorHtmlFormatter.cs" />
<Compile Include="Formatters\RssFeedsFormatter.cs" />
<Compile Include="Controllers\PaypalApiController.cs" />
<Compile Include="Formatters\TexToPdfFormatter.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Web.config" />