Tnzi.Finance.Banking
0.1.29
dotnet add package Tnzi.Finance.Banking --version 0.1.29
NuGet\Install-Package Tnzi.Finance.Banking -Version 0.1.29
<PackageReference Include="Tnzi.Finance.Banking" Version="0.1.29" />
<PackageVersion Include="Tnzi.Finance.Banking" Version="0.1.29" />
<PackageReference Include="Tnzi.Finance.Banking" />
paket add Tnzi.Finance.Banking --version 0.1.29
#r "nuget: Tnzi.Finance.Banking, 0.1.29"
#:package Tnzi.Finance.Banking@0.1.29
#addin nuget:?package=Tnzi.Finance.Banking&version=0.1.29
#tool nuget:?package=Tnzi.Finance.Banking&version=0.1.29
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.
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.Banking
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.
Links
- Documentation: https://tnzi.cc/docs/modules/finance-banking
- Website: https://tnzi.cc
- Getting started: https://tnzi.cc/docs/getting-started
- All packages: https://www.nuget.org/packages?q=Tnzi
- Source: https://github.com/tnzi/Tnzi.NET
- Documentation server for AI coding assistants (MCP): https://mcp.tnzi.cc
| Product | Versions 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. |
-
net10.0
- Tnzi.Finance (>= 0.1.29)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Tnzi.Finance.Banking:
| Package | Downloads |
|---|---|
|
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. |
|
|
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.