![]() |
VOOZH | about |
dotnet add package BizDoc.Applications.Business-Trip --version 10.0.0
NuGet\Install-Package BizDoc.Applications.Business-Trip -Version 10.0.0
<PackageReference Include="BizDoc.Applications.Business-Trip" Version="10.0.0" />
<PackageVersion Include="BizDoc.Applications.Business-Trip" Version="10.0.0" />Directory.Packages.props
<PackageReference Include="BizDoc.Applications.Business-Trip" />Project file
paket add BizDoc.Applications.Business-Trip --version 10.0.0
#r "nuget: BizDoc.Applications.Business-Trip, 10.0.0"
#:package BizDoc.Applications.Business-Trip@10.0.0
#addin nuget:?package=BizDoc.Applications.Business-Trip&version=10.0.0Install as a Cake Addin
#tool nuget:?package=BizDoc.Applications.Business-Trip&version=10.0.0Install as a Cake Tool
Business trip and expense forms.
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.
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.
Implement ITripMiddleware.
public class MyMiddleware : ITripMiddleware {
// override ...
}
Use in program.cs.
builder.AddBizDoc().
AddBusinessTrip(
options => ...,
configure =>
configure.UseMiddleware<MyMiddleware>());
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0 | 162 | 1/6/2026 |
| 9.1.0 | 286 | 7/8/2025 |
| 9.0.1 | 297 | 6/20/2025 |
| 9.0.0 | 408 | 5/15/2025 |
| 8.15.2 | 318 | 3/27/2025 |
| 8.14.2 | 291 | 11/20/2024 |
| 8.14.1 | 289 | 9/18/2024 |
| 8.14.0 | 282 | 8/28/2024 |
| 8.13.12 | 246 | 7/30/2024 |
| 8.13.11 | 235 | 7/29/2024 |
| 8.12.11 | 289 | 5/2/2024 |
| 8.12.10 | 273 | 5/1/2024 |
| 8.11.10 | 341 | 2/27/2024 |
| 8.11.9 | 440 | 2/13/2024 |
| 8.1.9 | 442 | 1/28/2024 |
| 8.1.8 | 434 | 1/28/2024 |
| 8.1.7 | 467 | 1/26/2024 |
| 8.1.6 | 449 | 1/25/2024 |
| 8.1.5 | 459 | 1/24/2024 |
| 8.1.4 | 438 | 1/19/2024 |