Tnzi.Finance 0.1.29

dotnet add package Tnzi.Finance --version 0.1.29
                    
NuGet\Install-Package Tnzi.Finance -Version 0.1.29
                    
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="Tnzi.Finance" Version="0.1.29" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tnzi.Finance" Version="0.1.29" />
                    
Directory.Packages.props
<PackageReference Include="Tnzi.Finance" />
                    
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 Tnzi.Finance --version 0.1.29
                    
#r "nuget: Tnzi.Finance, 0.1.29"
                    
#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 Tnzi.Finance@0.1.29
                    
#: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=Tnzi.Finance&version=0.1.29
                    
Install as a Cake Addin
#tool nuget:?package=Tnzi.Finance&version=0.1.29
                    
Install as a Cake Tool

Tnzi.Finance

General-purpose finance and accounting module for Tnzi.NET framework: chart of accounts, double-entry general ledger, journal posting pipeline, multi-currency, fiscal years, and financial reports

Part of Tnzi.NET, a modular application framework for .NET 10 built on ASP.NET Core and Entity Framework Core. Functionality is split into composable modules with a managed lifecycle, shared conventions for entities, services, controllers and permissions, and an optional AI layer (agents, tools, RAG, workflows) that plugs into the same module system.

Install

dotnet add package Tnzi.Finance

Most Tnzi.NET packages are framework modules: reference one from your startup module with [DependsOn], or let Tnzi.Hosting pick it up automatically. The documentation page below covers configuration options, endpoints and permission codes.

Product Compatible and additional computed target framework versions.
.NET 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 (7)

Showing the top 5 NuGet packages that depend on Tnzi.Finance:

Package Downloads
Tnzi.Finance.Banking

Banking domain for the Tnzi.NET finance module: bank account profiles, party remit-to accounts, statement import (OFX/CSV) and matching, bank rules, cheque register and printing lifecycle, EFT (NACHA / CPA-005) file output, and receipt capture. Optional module; a pure-accounting consumer never pulls in statement parsers, MICR composition or fixed-width file builders.

Tnzi.Finance.Recurring

Recurring finance documents for Tnzi.NET: schedule templates that generate invoices / bills / expenses on a calendar, with an explicit catch-up policy for downtime. Optional module - deployments that do not bill on a cycle never see these tables.

Tnzi.Finance.Payroll

Payroll sub-module for the Tnzi.NET finance module: employee master data, salary components with a safe formula engine, tax bracket tables, salary structures and assignments

Tnzi.Finance.Ai

AI-backed implementations for the Tnzi.NET finance module: vision + structured-output receipt/invoice field extraction (default IReceiptExtractor). Optional module; load it to make finance receipt capture work out of the box.

Tnzi.Finance.Documents

Document rendering for the Tnzi.NET finance module: the default template-driven ICheckDocumentRenderer (Razor cheque templates from the Tnzi.Template store, CPA Standard 006 Canadian business cheque seeded out of the box) plus a PdfSharp-backed alternative. Optional module; load it to make finance check printing and preview work out of the box.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.29 73 9/11/2026
0.1.28 154 8/26/2026
0.1.27 154 8/16/2026