BizDoc.Applications.Business-Trip 8.11.10

dotnet add package BizDoc.Applications.Business-Trip --version 8.11.10
NuGet\Install-Package BizDoc.Applications.Business-Trip -Version 8.11.10
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="BizDoc.Applications.Business-Trip" Version="8.11.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BizDoc.Applications.Business-Trip --version 8.11.10
#r "nuget: BizDoc.Applications.Business-Trip, 8.11.10"
#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.
// Install BizDoc.Applications.Business-Trip as a Cake Addin
#addin nuget:?package=BizDoc.Applications.Business-Trip&version=8.11.10

// Install BizDoc.Applications.Business-Trip as a Cake Tool
#tool nuget:?package=BizDoc.Applications.Business-Trip&version=8.11.10

Business Trip for BizDoc

Business trip and expense forms.

Setting up

In startup.cs.

builder.Services.AddBizDoc().
	AddBusinessTrip();

app.UseBizDoc().
	UseBusinessTrip();

Installing Business Trip module alongside other BizDoc libararies such as Mfg/PRO and Priority, installs data types this libarary expects to exist, such as projects and customers.

Developer may create custom implementation baring the exact data type names to provide values from remote data store.

Angular

npm

Database

Forms schema reflecting BizDoc documents.

Forms.Expenses and Forms.Trips.

Trip schema used for service tables:

Name Usage
Trip.Airelines
Trip.Airports
Trip.Banks
Trip.BankBranchs Per bank
Trip.CarAgencies
Trip.Countries
Trip.Hotels
Trip.FlightLines Flight connections
Trip.Trains
Trip.TravelAgencies

Service tables are populated with values on project run.

Middleware

Implement ITripMiddleware.

public class MyMiddleware : ITripMiddleware {
	// override ...
}

Use in program.cs.

builder.AddBizDoc().
	AddBusinessTrip(
		options => ..., 
		configure => 
			configure.UseMiddleware<MyMiddleware>());

Emails

Create an .xslt file.

builder.Services.AddBizDoc(options =>
{
  options.Smtp.EmailBody = "my.xslt";
}

The forms .xsd can be found at trip.xsd and expense.xsd.

Product Compatible and additional computed target framework versions.
.NET 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. 
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
8.11.10 160 2/27/2024
8.11.9 206 2/13/2024
8.1.9 251 1/28/2024
8.1.8 220 1/28/2024
8.1.7 256 1/26/2024
8.1.6 251 1/25/2024
8.1.5 244 1/24/2024
8.1.4 256 1/19/2024
8.1.3 247 1/18/2024
8.1.1 289 1/17/2024
8.1.0 332 1/12/2024
7.1.0 443 11/15/2023
7.0.0 715 11/28/2022
6.8.6 765 11/8/2022
6.8.5 764 11/2/2022
6.8.4 747 10/31/2022
6.8.3 793 10/27/2022
6.8.2 802 10/24/2022
6.8.1 819 10/21/2022
6.8.0 851 10/16/2022
6.7.2 880 7/17/2022
6.7.1 883 7/14/2022
6.7.0 832 7/10/2022
6.6.1 839 6/23/2022
6.6.0 848 6/15/2022
0.0.11 840 6/6/2022
0.0.8 850 5/9/2022
0.0.1 841 4/15/2022