Bitzsoft.Integrations.Finance.Invoice.All
1.0.0-alpha.9
This is a prerelease version of Bitzsoft.Integrations.Finance.Invoice.All.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Bitzsoft.Integrations.Finance.Invoice.All --version 1.0.0-alpha.9
NuGet\Install-Package Bitzsoft.Integrations.Finance.Invoice.All -Version 1.0.0-alpha.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bitzsoft.Integrations.Finance.Invoice.All" Version="1.0.0-alpha.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bitzsoft.Integrations.Finance.Invoice.All" Version="1.0.0-alpha.9" />
<PackageReference Include="Bitzsoft.Integrations.Finance.Invoice.All" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Bitzsoft.Integrations.Finance.Invoice.All --version 1.0.0-alpha.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Bitzsoft.Integrations.Finance.Invoice.All, 1.0.0-alpha.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Bitzsoft.Integrations.Finance.Invoice.All@1.0.0-alpha.9
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Bitzsoft.Integrations.Finance.Invoice.All&version=1.0.0-alpha.9&prerelease
#tool nuget:?package=Bitzsoft.Integrations.Finance.Invoice.All&version=1.0.0-alpha.9&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Bitzsoft.Integrations.Finance.Invoice.All
发票管理服务聚合包,一次性注册百旺、金蝶、诺诺发票服务。
功能
本聚合包自动注册配置中存在的所有发票服务供应商,无需逐个添加。仅注册配置中存在的供应商,未配置的供应商将被跳过。
安装
dotnet add package Bitzsoft.Integrations.Finance.Invoice.All
注册服务
using Bitzsoft.Integrations.Finance.Invoice.All;
services.AddBitzsoftInvoiceAll(configuration);
配置节统一位于 Finance:Invoice 下,例如:
Finance:Invoice:NuonuoFinance:Invoice:BaiwangFinance:Invoice:Kingdee
配置示例
{
"Finance": {
"Invoice": {
"Nuonuo": {
"AppKey": "诺诺提供的 AppKey",
"AppSecret": "双方约定的 AppSecret",
"BaseUrl": "https://api.nuonuo.com",
"TaxNumber": "企业税号"
},
"Baiwang": {
"AppKey": "百旺提供的 AppKey",
"AppSecret": "双方约定的 AppSecret",
"BaseUrl": "https://api.baiwang.com",
"TaxNumber": "企业税号"
}
}
}
}
仅配置了 Nuonuo 和 Baiwang,Kingdee 未配置则不会注册。
依赖
Bitzsoft.Integrations.Finance.Invoice,抽象层Bitzsoft.Integrations.Finance.Invoice.Nuonuo,诺诺实现Bitzsoft.Integrations.Finance.Invoice.Baiwang,百旺实现Bitzsoft.Integrations.Finance.Invoice.Kingdee,金蝶实现Bitzsoft.Integrations.Compatibility,基础工具库
支持的供应商
| 供应商 | 配置节 | 说明 |
|---|---|---|
| 诺诺 | Finance:Invoice:Nuonuo |
诺税通发票服务 |
| 百旺 | Finance:Invoice:Baiwang |
百旺金赋发票服务 |
| 金蝶 | Finance:Invoice:Kingdee |
金蝶发票云服务 |
相关包
Bitzsoft.Integrations.Finance.Invoice,发票管理抽象层Bitzsoft.Integrations.Finance.All,财税管理全量聚合包
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Bitzsoft.Integrations.Compatibility (>= 1.0.0-alpha.9)
- Bitzsoft.Integrations.Finance.Invoice (>= 1.0.0-alpha.9)
- Bitzsoft.Integrations.Finance.Invoice.Baiwang (>= 1.0.0-alpha.9)
- Bitzsoft.Integrations.Finance.Invoice.Kingdee (>= 1.0.0-alpha.9)
- Bitzsoft.Integrations.Finance.Invoice.Nuonuo (>= 1.0.0-alpha.9)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.9)
-
net5.0
- Bitzsoft.Integrations.Compatibility (>= 1.0.0-alpha.9)
- Bitzsoft.Integrations.Finance.Invoice (>= 1.0.0-alpha.9)
- Bitzsoft.Integrations.Finance.Invoice.Baiwang (>= 1.0.0-alpha.9)
- Bitzsoft.Integrations.Finance.Invoice.Kingdee (>= 1.0.0-alpha.9)
- Bitzsoft.Integrations.Finance.Invoice.Nuonuo (>= 1.0.0-alpha.9)
- Microsoft.Extensions.Configuration.Abstractions (>= 5.0.0)
-
net8.0
- Bitzsoft.Integrations.Compatibility (>= 1.0.0-alpha.9)
- Bitzsoft.Integrations.Finance.Invoice (>= 1.0.0-alpha.9)
- Bitzsoft.Integrations.Finance.Invoice.Baiwang (>= 1.0.0-alpha.9)
- Bitzsoft.Integrations.Finance.Invoice.Kingdee (>= 1.0.0-alpha.9)
- Bitzsoft.Integrations.Finance.Invoice.Nuonuo (>= 1.0.0-alpha.9)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.9)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Bitzsoft.Integrations.Finance.Invoice.All:
| Package | Downloads |
|---|---|
|
Bitzsoft.Integrations.Finance.All
财税管理集成聚合包 — 包含所有子模块与供应商实现 |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.1 | 136 | 8/3/2026 |
| 1.0.0 | 140 | 8/2/2026 |
| 1.0.0-alpha.10 | 61 | 7/26/2026 |
| 1.0.0-alpha.9 | 63 | 7/12/2026 |
| 1.0.0-alpha.8 | 72 | 7/1/2026 |
| 1.0.0-alpha.7 | 84 | 6/16/2026 |
| 1.0.0-alpha.6 | 73 | 6/16/2026 |
| 1.0.0-alpha.5 | 67 | 6/14/2026 |