Bitzsoft.Integrations.Finance.All
1.0.0-alpha.5
This is a prerelease version of Bitzsoft.Integrations.Finance.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.All --version 1.0.0-alpha.5
NuGet\Install-Package Bitzsoft.Integrations.Finance.All -Version 1.0.0-alpha.5
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.All" Version="1.0.0-alpha.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bitzsoft.Integrations.Finance.All" Version="1.0.0-alpha.5" />
<PackageReference Include="Bitzsoft.Integrations.Finance.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.All --version 1.0.0-alpha.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Bitzsoft.Integrations.Finance.All, 1.0.0-alpha.5"
#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.All@1.0.0-alpha.5
#: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.All&version=1.0.0-alpha.5&prerelease
#tool nuget:?package=Bitzsoft.Integrations.Finance.All&version=1.0.0-alpha.5&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Bitzsoft.Integrations.Finance.All
财税管理集成全量聚合包,一次性注册所有财税子模块的供应商实现。
概述
本聚合包自动注册配置中存在的所有财税管理服务,包括:
- 发票管理(Invoice)
- 薪酬社保(Payroll)
- 税务管理(Tax)
仅注册配置中存在的模块和供应商,未配置的将被跳过。
安装
dotnet add package Bitzsoft.Integrations.Finance.All
注册服务
using Bitzsoft.Integrations.Finance.All;
services.AddBitzsoftFinanceAll(configuration);
配置节统一位于 Finance 下,例如:
Finance:Invoice:NuonuoFinance:Payroll:XftFinance:Tax:QiXiangYun
配置示例
{
"Finance": {
"Invoice": {
"Nuonuo": {
"AppKey": "诺诺提供的 AppKey",
"AppSecret": "双方约定的 AppSecret",
"BaseUrl": "https://api.nuonuo.com",
"TaxNumber": "企业税号"
},
"Baiwang": {
"AppKey": "百旺提供的 AppKey",
"AppSecret": "双方约定的 AppSecret",
"BaseUrl": "https://api.baiwang.com",
"TaxNumber": "企业税号"
}
}
}
}
依赖
本包依赖以下模块聚合包:
Bitzsoft.Integrations.Finance.Invoice.All— 发票管理聚合包Bitzsoft.Integrations.Finance.Payroll.All— 薪酬社保聚合包
以及底层抽象层:
Bitzsoft.Integrations.Finance— 财税管理公共基础
支持的子模块
| 子模块 | 配置节 | 说明 |
|---|---|---|
| Invoice | Finance:Invoice |
发票管理 |
| Payroll | Finance:Payroll |
薪酬社保 |
| Tax | Finance:Tax |
税务管理 |
相关包
Bitzsoft.Integrations.Finance— 财税管理公共基础Bitzsoft.Integrations.Finance.Invoice.All— 发票管理聚合包Bitzsoft.Integrations.Finance.Payroll.All— 薪酬社保聚合包Bitzsoft.Integrations.Compatibility— 基础工具库
| 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.5)
- Bitzsoft.Integrations.Finance (>= 1.0.0-alpha.5)
- Bitzsoft.Integrations.Finance.Invoice.All (>= 1.0.0-alpha.5)
- Bitzsoft.Integrations.Finance.Payroll.All (>= 1.0.0-alpha.5)
- Bitzsoft.Integrations.Finance.Tax.QiXiangYun (>= 1.0.0-alpha.5)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.9)
-
net5.0
- Bitzsoft.Integrations.Compatibility (>= 1.0.0-alpha.5)
- Bitzsoft.Integrations.Finance (>= 1.0.0-alpha.5)
- Bitzsoft.Integrations.Finance.Invoice.All (>= 1.0.0-alpha.5)
- Bitzsoft.Integrations.Finance.Payroll.All (>= 1.0.0-alpha.5)
- Bitzsoft.Integrations.Finance.Tax.QiXiangYun (>= 1.0.0-alpha.5)
- Microsoft.Extensions.Configuration.Abstractions (>= 5.0.0)
-
net8.0
- Bitzsoft.Integrations.Compatibility (>= 1.0.0-alpha.5)
- Bitzsoft.Integrations.Finance (>= 1.0.0-alpha.5)
- Bitzsoft.Integrations.Finance.Invoice.All (>= 1.0.0-alpha.5)
- Bitzsoft.Integrations.Finance.Payroll.All (>= 1.0.0-alpha.5)
- Bitzsoft.Integrations.Finance.Tax.QiXiangYun (>= 1.0.0-alpha.5)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.9)
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 |
|---|---|---|
| 1.0.1 | 103 | 8/3/2026 |
| 1.0.0 | 105 | 8/2/2026 |
| 1.0.0-alpha.10 | 55 | 7/26/2026 |
| 1.0.0-alpha.9 | 63 | 7/12/2026 |
| 1.0.0-alpha.8 | 62 | 7/1/2026 |
| 1.0.0-alpha.7 | 72 | 6/16/2026 |
| 1.0.0-alpha.6 | 76 | 6/16/2026 |
| 1.0.0-alpha.5 | 66 | 6/14/2026 |