BizDoc.Infrastructure.Priority 6.7.18

There is a newer version of this package available.
See the version list below for details.
dotnet add package BizDoc.Infrastructure.Priority --version 6.7.18
NuGet\Install-Package BizDoc.Infrastructure.Priority -Version 6.7.18
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.7.18" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BizDoc.Infrastructure.Priority --version 6.7.18
#r "nuget: BizDoc.Infrastructure.Priority, 6.7.18"
#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.Infrastructure.Priority as a Cake Addin
#addin nuget:?package=BizDoc.Infrastructure.Priority&version=6.7.18

// Install BizDoc.Infrastructure.Priority as a Cake Tool
#tool nuget:?package=BizDoc.Infrastructure.Priority&version=6.7.18

Priority ERP for BizDoc

In program.cs

builder.Services.AddBizDoc().
	AddPriority(options => 
		{
			options.ConnectionString = "priority";
		});

app.UseBizDoc().UsePriority();

Set options collation SQL_Latin1_General_CP1_CS_AS.

Optional services.

Name Usage
UseExchangeRate() Use Priority exchange rates
WithModel<T>() DbContext
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

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. 
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.17.2 102 6/23/2024
8.17.1 96 6/9/2024
8.17.0 253 5/28/2024
8.16.1 278 5/26/2024
8.15.1 267 5/14/2024
8.15.0 341 5/8/2024
8.14.27 319 5/7/2024
8.14.26 437 4/23/2024
8.13.26 248 3/11/2024
8.13.25 267 2/20/2024
8.13.24 631 2/13/2024
8.12.23 228 1/18/2024
8.12.22 441 1/17/2024
8.12.21 270 1/17/2024
8.12.20 92 1/16/2024
8.12.19 90 1/16/2024
8.12.17 86 1/16/2024
8.12.16 87 1/16/2024
8.12.15 88 1/16/2024
8.12.14 99 1/14/2024
8.12.12 90 1/12/2024
7.12.12 432 1/10/2024
7.12.10 167 1/9/2024
7.12.9 268 1/9/2024
7.12.8 408 1/9/2024
7.11.8 240 1/9/2024
7.10.7 389 1/6/2024
7.10.6 426 12/12/2023
7.8.6 1,134 11/23/2023
7.8.5 547 11/23/2023
7.7.5 120 11/21/2023
7.5.5 249 11/17/2023
7.5.4 271 11/15/2023
7.5.3 359 9/10/2023
7.4.3 331 8/14/2023
7.4.2 375 8/1/2023
7.4.1 331 7/9/2023
7.3.0 270 6/24/2023
7.2.0 291 5/22/2023
7.1.0 586 3/28/2023
7.0.1 661 12/16/2022
7.0.0 774 11/28/2022
6.8.14 701 11/8/2022
6.8.13 796 11/8/2022
6.8.12 737 11/6/2022
6.8.11 817 11/6/2022
6.8.8 790 11/1/2022
6.8.7 758 11/1/2022
6.8.6 931 11/1/2022
6.8.4 967 10/31/2022
6.8.3 359 10/27/2022
6.8.2 383 10/24/2022
6.8.1 372 10/18/2022
6.8.0 404 10/16/2022
6.7.22 342 11/8/2022
6.7.21 397 8/24/2022
6.7.20 400 8/9/2022
6.7.19 371 8/3/2022
6.7.18 395 8/3/2022
6.7.17 364 8/3/2022
6.7.16 377 8/2/2022
6.7.15 410 7/31/2022
6.7.14 429 7/26/2022
6.7.13 401 7/24/2022
6.7.10 409 7/22/2022
6.7.9 390 7/21/2022
6.7.7 397 7/20/2022
6.7.5 431 7/18/2022
6.7.4 437 7/13/2022
6.7.3 420 7/13/2022
6.7.2 455 7/13/2022
6.7.1 429 7/12/2022
6.7.0 439 7/10/2022
6.6.12 400 7/5/2022
6.6.11 434 6/29/2022
6.6.10 422 6/27/2022
6.6.9 410 6/27/2022
6.6.8 456 6/26/2022
6.6.6 436 6/24/2022
6.6.5 412 6/15/2022
6.6.4 411 6/7/2022
6.6.3 409 6/1/2022
6.6.2 418 5/31/2022
6.6.1 403 5/31/2022
6.6.0 415 5/31/2022
6.5.2 419 5/20/2022
6.5.1 404 5/14/2022
6.5.0 429 5/9/2022

-