BizDoc.Infrastructure.Priority
6.8.4
See the version list below for details.
dotnet add package BizDoc.Infrastructure.Priority --version 6.8.4
NuGet\Install-Package BizDoc.Infrastructure.Priority -Version 6.8.4
<PackageReference Include="BizDoc.Infrastructure.Priority" Version="6.8.4" />
<PackageVersion Include="BizDoc.Infrastructure.Priority" Version="6.8.4" />
<PackageReference Include="BizDoc.Infrastructure.Priority" />
paket add BizDoc.Infrastructure.Priority --version 6.8.4
#r "nuget: BizDoc.Infrastructure.Priority, 6.8.4"
#:package BizDoc.Infrastructure.Priority@6.8.4
#addin nuget:?package=BizDoc.Infrastructure.Priority&version=6.8.4
#tool nuget:?package=BizDoc.Infrastructure.Priority&version=6.8.4
Priority ERP for BizDoc
In program.cs
builder.Services.AddBizDoc().
AddPriority(options =>
{
}, configure => {
});
app.UseBizDoc().UsePriority();
Sql Server
builder.Services.AddBizDoc().
AddPriority(options =>
{
}, configure => configure.UseSqlServer("priority-connection-string"));
Set options collation SQL_Latin1_General_CP1_CS_AS.
OData
builder.Services.AddBizDoc().
AddPriority(options =>
{
}, configure => configure.UseOData(options =>
{
options.ServiceUri = "priority-service-uri";
}));
Set either PersonalAccessToken or Username-Password.
Set AppId and AppKey.
Optional services
| Name | Usage |
|---|---|
| WithModel<T>() | DbContext |
| UseExchangeRate() | Use Priority exchange rates |
AddBizDoc().
AddPriority(
options => ...,
service => service.UseExchangeRate());
Components
Types added to bizdoc.priority.json.
| Name | Usage |
|---|---|
| CostCenters | |
| Sites | |
| Warehouses | |
| Teams | |
| Units | |
| Families | |
| Departments | |
| Projects | |
| Budgets | |
| Companies | |
| Accounts | |
| Divisions | |
| Shippers | |
| Branches | |
| Parts | |
| PartStatuses | |
| OrderTypes | |
| Customers | |
| CustomerStatuses | |
| Facilities | |
| OrganizationUnits | |
| PurchaseOrderStatuses | |
| SalesOrderStatuses | |
| Positions | |
| ObjectType | |
| Courses |
Analysys
Purchase analysis
PurchaseRequestMappingPolicy, PurchaseOrderMappingPolicy, FoodOrderMappingPolicy, InvoiceMappingPolicy, and GeneralLedgerMappingPolicy.
Sales analysis
SalesOrderMappingPolicy and WebOrderMappingPolicy
w/f node
Position job.
Widgets
My Team Peers.
Projects Performace.
Database
Access database by injecting the PriorityStorage service.
using BizDoc.Priority;
public class MyService {
private readonly PriorityStorage _storage;
public MyService (PriorityStorage storage) => _storage = storage;
private void List() {
foreach (var order in _storage.Orders) {
...
}
}
}
API
| Name | Method | Usage |
|---|---|---|
| /api/priority/suppliers | GET take, value | |
| /api/priority/suppliers/{id} | GET | |
| /api/priority/purchaseorders/{id} | GET | |
| /api/priority/parts | GET take, company, value | |
| /api/priority/parts/{id} | GET | |
| /api/priority/budgets | GET take, value | |
| /api/priority/accounts | GET take, value |
Angular
npm @bizdoc/priority package.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net6.0
- Microsoft.OData.Client (>= 7.12.5)
- Microsoft.OData.Core (>= 7.12.5)
- Microsoft.OData.Edm (>= 7.12.5)
- Microsoft.Spatial (>= 7.12.5)
- Oracle.EntityFrameworkCore (>= 6.21.61)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Text.Json (>= 6.0.6)
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 |
|---|---|---|
| 10.0.0 | 126 | 1/6/2026 |
| 9.3.0 | 119 | 1/6/2026 |
| 9.2.0 | 711 | 12/3/2025 |
| 9.1.0 | 246 | 9/25/2025 |
| 9.0.2 | 264 | 7/8/2025 |
| 9.0.1 | 283 | 6/20/2025 |
| 9.0.0 | 342 | 5/15/2025 |
| 8.23.1 | 426 | 2/6/2025 |
| 8.22.1 | 377 | 12/15/2024 |
| 8.21.4 | 745 | 11/20/2024 |
| 8.21.3 | 551 | 11/18/2024 |
| 8.21.2 | 391 | 11/13/2024 |
| 8.21.1 | 991 | 10/17/2024 |
| 8.20.0 | 808 | 8/28/2024 |
| 8.19.0 | 268 | 8/26/2024 |
| 8.18.2 | 249 | 7/29/2024 |
| 8.17.2 | 293 | 6/23/2024 |
| 8.17.1 | 267 | 6/9/2024 |
| 8.17.0 | 580 | 5/28/2024 |
| 6.8.4 | 1,142 | 10/31/2022 |
-