Skip to content

Releases: SKYWARE-Group/ErpNetClient

v0.4.0

19 Apr 22:00
7a99eed

Choose a tag to compare

📣 Wat's new

  • Project and nuget package are now split into two: Skyware.ErpNetFS.Model and Skyware.ErpNetFS.Client
  • Skyware.ErpNetFS.Model package is intended to be used with well-known common REST client libraries such as Refit
  • Skyware.ErpNetFS.Client package is rewritten with usage a shared HttpClient to mitigate possible port exhaustion
  • Added support for querying ServerVariables, deposit and withdraw money and querying cah balance
  • Projects are targeting netstandard2.0 and netstandard2.1 and use C# 13.0
  • Project now comes with new demo app (using Refit and Spectre.Console)

🔌 Compatibility

This version is tested with ErpNet.FP, version 1.1.0.1518 (see Release 1.1.0.1518, February 28th 2025).

🥚 Oh, Happy Easter!

image

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.4.0

Version 0.3.3

19 Sep 10:59

Choose a tag to compare

What's new

  • Bug fix: SendRawRequestAsync now returns DeviceStatusWithRawResponse
  • New function implemented: GetPrinterInfoAsync

Full Changelog: v0.3.2...v0.3.3

Version 0.3.2

16 Sep 20:44

Choose a tag to compare

What's new

  • Bug fixes (SendRawRequest -> SendRawRequestAsync)

Full Changelog: v0.3.1...v0.3.2

Version 0.3.1

16 Sep 20:33

Choose a tag to compare

What's new

  • Raw requests (SendRawRequest)

Full Changelog: v0.3.0...v0.3.1

Version 0.3.0

20 Jul 14:51

Choose a tag to compare

Changes:

  • Added refunds (PrintRefundReceiptAsync)

Full Changelog: v0.2.0...v0.3.0

Version 0.2.0

15 Jul 00:51
349fb56

Choose a tag to compare

All functions are renamed as *Async

Full Changelog: v0.1.0...v0.2.0

Initial release (0.1.0)

14 Jul 01:30

Choose a tag to compare

Basic functionality

  • Printers enumeration
  • Printer status
  • Fiscal receipt
  • X and Z reports

Full Changelog: https://github.com/SKYWARE-Group/ErpNetClient/commits/v0.1.0