BizDoc.Applications.Business-Trip
8.14.1
dotnet add package BizDoc.Applications.Business-Trip --version 8.14.1
NuGet\Install-Package BizDoc.Applications.Business-Trip -Version 8.14.1
<PackageReference Include="BizDoc.Applications.Business-Trip" Version="8.14.1" />
paket add BizDoc.Applications.Business-Trip --version 8.14.1
#r "nuget: BizDoc.Applications.Business-Trip, 8.14.1"
// Install BizDoc.Applications.Business-Trip as a Cake Addin #addin nuget:?package=BizDoc.Applications.Business-Trip&version=8.14.1 // Install BizDoc.Applications.Business-Trip as a Cake Tool #tool nuget:?package=BizDoc.Applications.Business-Trip&version=8.14.1
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
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 | Versions 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. |
-
net8.0
- BizDoc.Core (>= 8.31.0)
- Humanizer.Core.he (>= 2.14.1)
- NetTopologySuite (>= 2.5.0)
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.14.1 | 116 | 9/18/2024 |
8.14.0 | 97 | 8/28/2024 |
8.13.12 | 74 | 7/30/2024 |
8.13.11 | 61 | 7/29/2024 |
8.12.11 | 77 | 5/2/2024 |
8.12.10 | 80 | 5/1/2024 |
8.11.10 | 184 | 2/27/2024 |
8.11.9 | 246 | 2/13/2024 |
8.1.9 | 283 | 1/28/2024 |
8.1.8 | 254 | 1/28/2024 |
8.1.7 | 291 | 1/26/2024 |
8.1.6 | 281 | 1/25/2024 |
8.1.5 | 273 | 1/24/2024 |
8.1.4 | 284 | 1/19/2024 |
8.1.3 | 277 | 1/18/2024 |
8.1.1 | 319 | 1/17/2024 |
8.1.0 | 366 | 1/12/2024 |
7.1.0 | 474 | 11/15/2023 |
7.0.0 | 744 | 11/28/2022 |
6.8.6 | 788 | 11/8/2022 |
6.8.5 | 783 | 11/2/2022 |
6.8.4 | 772 | 10/31/2022 |
6.8.3 | 818 | 10/27/2022 |
6.8.2 | 830 | 10/24/2022 |
6.8.1 | 846 | 10/21/2022 |
6.8.0 | 876 | 10/16/2022 |
6.7.2 | 906 | 7/17/2022 |
6.7.1 | 910 | 7/14/2022 |
6.7.0 | 855 | 7/10/2022 |
6.6.1 | 868 | 6/23/2022 |
6.6.0 | 870 | 6/15/2022 |
0.0.11 | 867 | 6/6/2022 |
0.0.8 | 872 | 5/9/2022 |
0.0.1 | 868 | 4/15/2022 |