Bitzsoft.Integrations.Finance.All 1.0.0-alpha.9

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.
dotnet add package Bitzsoft.Integrations.Finance.All --version 1.0.0-alpha.9
                    
NuGet\Install-Package Bitzsoft.Integrations.Finance.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.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.All" Version="1.0.0-alpha.9" />
                    
Directory.Packages.props
<PackageReference Include="Bitzsoft.Integrations.Finance.All" />
                    
Project file
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.9
                    
#r "nuget: Bitzsoft.Integrations.Finance.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.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.All&version=1.0.0-alpha.9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Bitzsoft.Integrations.Finance.All&version=1.0.0-alpha.9&prerelease
                    
Install as a Cake Tool

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:Nuonuo
  • Finance:Payroll:Xft
  • Finance: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.Tax.QiXiangYun,企享云税务实现(税务模块当前仅有此供应商,直接引用)

以及底层抽象层:

  • 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 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.

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