BizDoc.Infrastructure.Priority 6.8.4

There is a newer version of this package available.
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
                    
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.Infrastructure.Priority" Version="6.8.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BizDoc.Infrastructure.Priority" Version="6.8.4" />
                    
Directory.Packages.props
<PackageReference Include="BizDoc.Infrastructure.Priority" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BizDoc.Infrastructure.Priority --version 6.8.4
                    
#r "nuget: BizDoc.Infrastructure.Priority, 6.8.4"
                    
#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.
#:package BizDoc.Infrastructure.Priority@6.8.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BizDoc.Infrastructure.Priority&version=6.8.4
                    
Install as a Cake Addin
#tool nuget:?package=BizDoc.Infrastructure.Priority&version=6.8.4
                    
Install as a Cake Tool

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 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. 
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
9.1.0 177 9/25/2025
9.0.2 183 7/8/2025
9.0.1 208 6/20/2025
9.0.0 273 5/15/2025
8.23.1 353 2/6/2025
8.22.1 314 12/15/2024
8.21.4 688 11/20/2024
8.21.3 477 11/18/2024
8.21.2 333 11/13/2024
8.21.1 909 10/17/2024
8.20.0 746 8/28/2024
8.19.0 199 8/26/2024
8.18.2 177 7/29/2024
8.17.2 233 6/23/2024
8.17.1 201 6/9/2024
8.17.0 503 5/28/2024
8.16.1 1,227 5/26/2024
8.15.1 553 5/14/2024
8.15.0 493 5/8/2024
8.14.27 446 5/7/2024
8.14.26 783 4/23/2024
8.13.26 360 3/11/2024
8.13.25 377 2/20/2024
8.13.24 1,052 2/13/2024
8.12.23 338 1/18/2024
8.12.22 560 1/17/2024
8.12.21 394 1/17/2024
8.12.20 196 1/16/2024
8.12.19 196 1/16/2024
8.12.17 190 1/16/2024
8.12.16 190 1/16/2024
8.12.15 193 1/16/2024
8.12.14 189 1/14/2024
8.12.12 174 1/12/2024
7.12.12 548 1/10/2024
7.12.10 275 1/9/2024
7.12.9 384 1/9/2024
7.12.8 528 1/9/2024
7.11.8 375 1/9/2024
7.10.7 498 1/6/2024
7.10.6 532 12/12/2023
7.8.6 1,383 11/23/2023
7.8.5 635 11/23/2023
7.7.5 198 11/21/2023
7.5.5 347 11/17/2023
7.5.4 360 11/15/2023
7.5.3 477 9/10/2023
7.4.3 441 8/14/2023
7.4.2 476 8/1/2023
7.4.1 432 7/9/2023
7.3.0 374 6/24/2023
7.2.0 405 5/22/2023
7.1.0 706 3/28/2023
7.0.1 778 12/16/2022
7.0.0 880 11/28/2022
6.8.14 817 11/8/2022
6.8.13 911 11/8/2022
6.8.12 852 11/6/2022
6.8.11 935 11/6/2022
6.8.8 907 11/1/2022
6.8.7 870 11/1/2022
6.8.6 1,033 11/1/2022
6.8.4 1,076 10/31/2022
6.8.3 476 10/27/2022
6.8.2 508 10/24/2022
6.8.1 490 10/18/2022
6.8.0 525 10/16/2022
6.7.22 456 11/8/2022
6.7.21 524 8/24/2022
6.7.20 532 8/9/2022
6.7.19 504 8/3/2022
6.7.18 531 8/3/2022
6.7.17 484 8/3/2022
6.7.16 490 8/2/2022
6.7.15 535 7/31/2022
6.7.14 548 7/26/2022
6.7.13 519 7/24/2022
6.7.10 530 7/22/2022
6.7.9 511 7/21/2022
6.7.7 532 7/20/2022
6.7.5 562 7/18/2022
6.7.4 554 7/13/2022
6.7.3 548 7/13/2022
6.7.2 578 7/13/2022
6.7.1 563 7/12/2022
6.7.0 572 7/10/2022
6.6.12 531 7/5/2022
6.6.11 565 6/29/2022
6.6.10 553 6/27/2022
6.6.9 543 6/27/2022
6.6.8 588 6/26/2022
6.6.6 549 6/24/2022
6.6.5 547 6/15/2022
6.6.4 544 6/7/2022
6.6.3 545 6/1/2022
6.6.2 556 5/31/2022
6.6.1 530 5/31/2022
6.6.0 544 5/31/2022
6.5.2 552 5/20/2022
6.5.1 542 5/14/2022
6.5.0 563 5/9/2022

-