Rootsware.Fiscalization.Integration.FCI.Core
3.2.1
See the version list below for details.
dotnet add package Rootsware.Fiscalization.Integration.FCI.Core --version 3.2.1
NuGet\Install-Package Rootsware.Fiscalization.Integration.FCI.Core -Version 3.2.1
<PackageReference Include="Rootsware.Fiscalization.Integration.FCI.Core" Version="3.2.1" />
paket add Rootsware.Fiscalization.Integration.FCI.Core --version 3.2.1
#r "nuget: Rootsware.Fiscalization.Integration.FCI.Core, 3.2.1"
// Install Rootsware.Fiscalization.Integration.FCI.Core as a Cake Addin #addin nuget:?package=Rootsware.Fiscalization.Integration.FCI.Core&version=3.2.1 // Install Rootsware.Fiscalization.Integration.FCI.Core as a Cake Tool #tool nuget:?package=Rootsware.Fiscalization.Integration.FCI.Core&version=3.2.1
FiscalizationConnectorInterface
Facilitates integration of fiscalization between an accounting service and FDMS. This package is one-directional.
Map your accounting service models to the one provided by this service.
v1.0.1
Changed
RegdResult.DeviceId
type
from
string
to
ushort.
v1.0.2
Implemented
fiscal
day
configuration
request
processing
v2.0.0
Added
country
to
distinguish
invoices
based
on
the
country.
v2.1.0
[Limited Socket Access]
1.
Implemented
sempaphore
to
limit
socket
access
to
one
request
at
any
given
time.
2.
Added
a
delay
of
300ms
as
a
temporary
measure
to
resolve
disposed
connection
isssue
on
multiple
concurrent
socket
requests.
NB:
Implementation
was
in
a
bid
to
resolve
disposed
connection
issues
on
multiple
concurrent
socket
requests.
These
changes
are
temporary
while
we
work
on
implementing
a
SocketPool
to
requlate
the
number
of
sockets
that
can
be
opened
simultaneously.
v2.1.1
Updated dependencies
v2.1.2
[Socket Shutdown]
Replaced socket release with socket shutdown
v2.1.3
[Socket Close]
Implemented socket close in a finally block
v2.1.4
[Semaphore Implementation]
Implemented semaphore in Transactor to regulate number requests processed
v2.0.3
[Namespaces]
1. Renamed project namespaces.
v3.1.5
[TransactResult]
1. Added the following fields to cater for ZRA transact response data requirements.
- [TxnId]
- [Sdate]
- [Sdata]
v3.1.6
[TransactResult]
1. Added the following fields to cater for ZRA transact response data requirements.
- [TxnId]
- [Sdate]
- [Sdata]
v3.1.7
[Dependencies]
1. Updated dependencies
v3.1.8
[VSDC -StockAdjust]
1. Added stock adjustment [StockAdjustmentResult] response model.
v3.2.0
[Generic Transactions]
1. Added capability for generic transactions in [ITransactor].
2. Added [IRequest] for all generic transaction requests.
v3.2.1
[VSDC -StockAdjust]
1. Added stock adjustment [StockAdjustmentRequest] request model.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- AutoMapper (>= 13.0.1)
- Microsoft.AspNetCore.OpenApi (>= 8.0.8)
- Rootsware.Integration.SocketClient.Core (>= 2.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.2.2 | 84 | 9/25/2024 |
3.2.1 | 110 | 9/4/2024 |
3.2.0 | 137 | 9/4/2024 |
3.1.8 | 90 | 9/4/2024 |
3.1.7 | 102 | 8/26/2024 |
3.1.6 | 101 | 8/26/2024 |
3.1.5 | 115 | 8/23/2024 |
3.1.4 | 69 | 7/31/2024 |
2.1.4 | 99 | 6/28/2024 |
2.1.3 | 96 | 6/26/2024 |
2.1.2 | 79 | 6/26/2024 |
2.1.1 | 86 | 6/26/2024 |
2.1.0 | 94 | 6/26/2024 |
2.0.0 | 84 | 6/25/2024 |
1.0.2 | 99 | 6/13/2024 |
1.0.1 | 109 | 6/13/2024 |
1.0.0 | 96 | 6/3/2024 |
This is the initial release