Skip to content

Releases: zenta-ab/fortnox.NET

v3.2.0

16 Aug 07:51
4fa000d
Compare
Choose a tag to compare

Release of version 3.2.0

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.2.0

v3.1.0

22 Nov 11:53
312f6bb
Compare
Choose a tag to compare

Release of version 3.1.0

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

03 Jun 12:42
Compare
Choose a tag to compare

Release of version 3.0.0

Features

  • Documentation for all currently implemented routes.

Bugfixes

  • Updated types based on the fortnox documentation
  • Added missing types to various routes
  • Added missing Warehouse fields for order #36
  • Added missing country code field for customer #32

v2.5.3

04 Dec 07:55
4af6bf1
Compare
Choose a tag to compare

Release of version 2.5.2.

Bugfixes

  • Added a flag to the csproj file allowing documentation to be generated for our NuGet packages.

v2.5.2

27 Nov 12:32
4f5896f
Compare
Choose a tag to compare

Release of version 2.5.2.

Features

  • Support for Order Actions: Print, Cancel and CreateInvoice
  • Added documentation to OrderService
  • Added Warehouse Resource specific fields and action to Order

Bugfixes

  • Updated JsonSerializer settings to format dates properly.
  • Refactored Asset & Order tests
  • Updated Order & OrderRow with optional values.

v2.4.1

13 Nov 11:08
Compare
Choose a tag to compare

Release of version 2.4.1.

Features

  • Support for creating orders through the API.

v2.3.1

11 Nov 12:51
Compare
Choose a tag to compare

Release of version 2.3.1.

Features

  • bookkeep: Bookkeeps an invoic
  • cancel: Cancels an invoice (same as “Makulerad” in the GUI)
  • credit: Creates a credit invoice from the provided invoice. The created credit invoice will be referenced in the property CreditInvoiceReference.
  • email: Sends an e-mail to the customer with an attached PDF document of the invoice. You can use the properties in the EmailInformation to customize the e-mail message on each invoice.
  • einvoice: Sends an e-invoice to the customer with an attached PDF document of the invoice. Note that this action also sets the property Sent as true.
  • print: This action returns a PDF document with the current template that is used by the specific document. Note that this action also sets the property Sent as true.
  • printreminder: This action returns a PDF document with the current reminder template that is used by the specific document. Note that this action also sets the property Sent as true.
  • externalprint: This action is used to set the field Sent as true from an external system without generating a PDF.
    preview: This action returns a PDF document with the current template that is used by the specific document. Unliike the action print, this action doesn’t set the property Sent as true.
  • preview: This action returns a PDF document with the current template that is used by the specific document. Unliike the action print, this action doesn’t set the property Sent as true.

v2.2.1

14 Oct 12:21
Compare
Choose a tag to compare

Release of version 2.2.1.

Bug fixes

  • Fixed version error in NuGet packages not containing the latest changes.

v2.2.0

14 Oct 10:45
Compare
Choose a tag to compare

Release of version 2.2.0.

Features

  • WebSocket implementation now supports a RemoveTenant method used to remove tenants from the event stream.

v2.1.0

05 Oct 13:26
Compare
Choose a tag to compare

Release of version 2.1.0.

Bug fixes

  • Fixed spelling error for FortnoxWebSocketClients Receive method.