diff --git a/MP.INVENTORY/Components/Chart/Doughnut.razor.cs b/MP.INVENTORY/Components/Chart/Doughnut.razor.cs
index 4701e9bf..9cc74ed1 100644
--- a/MP.INVENTORY/Components/Chart/Doughnut.razor.cs
+++ b/MP.INVENTORY/Components/Chart/Doughnut.razor.cs
@@ -1,10 +1,10 @@
using Microsoft.AspNetCore.Components;
using Microsoft.JSInterop;
using MP.Data;
-using MP.INVENTORY.Data;
+using MP.INVE.Data;
using static System.Net.Mime.MediaTypeNames;
-namespace MP.INVENTORY.Components.Chart
+namespace MP.INVE.Components.Chart
{
public partial class Doughnut
{
diff --git a/MP.INVENTORY/Components/Chart/Line.razor.cs b/MP.INVENTORY/Components/Chart/Line.razor.cs
index d6a0d56d..29acdf54 100644
--- a/MP.INVENTORY/Components/Chart/Line.razor.cs
+++ b/MP.INVENTORY/Components/Chart/Line.razor.cs
@@ -2,7 +2,7 @@
using Microsoft.JSInterop;
using MP.Data;
-namespace MP.INVENTORY.Components.Chart
+namespace MP.INVE.Components.Chart
{
public partial class Line
{
diff --git a/MP.INVENTORY/Components/CmpFooter.razor.cs b/MP.INVENTORY/Components/CmpFooter.razor.cs
index b3a896c5..d7a030bf 100644
--- a/MP.INVENTORY/Components/CmpFooter.razor.cs
+++ b/MP.INVENTORY/Components/CmpFooter.razor.cs
@@ -1,6 +1,6 @@
using NLog;
-namespace MP.INVENTORY.Components
+namespace MP.INVE.Components
{
public partial class CmpFooter
{
diff --git a/MP.INVENTORY/Components/CmpTop.razor b/MP.INVENTORY/Components/CmpTop.razor
index b2de2ff5..566fd8c1 100644
--- a/MP.INVENTORY/Components/CmpTop.razor
+++ b/MP.INVENTORY/Components/CmpTop.razor
@@ -1,5 +1,5 @@
-@using MP.INVENTORY.Components
-@using MP.INVENTORY.Data
+@using MP.INVE.Components
+@using MP.INVE.Data
@using System.Security.Claims
@using Microsoft.AspNetCore.Components.Authorization
diff --git a/MP.INVENTORY/Components/CmpTop.razor.cs b/MP.INVENTORY/Components/CmpTop.razor.cs
index f144dec0..1da748b8 100644
--- a/MP.INVENTORY/Components/CmpTop.razor.cs
+++ b/MP.INVENTORY/Components/CmpTop.razor.cs
@@ -1,9 +1,9 @@
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Authorization;
using Microsoft.JSInterop;
-using MP.INVENTORY.Data;
+using MP.INVE.Data;
-namespace MP.INVENTORY.Components
+namespace MP.INVE.Components
{
public partial class CmpTop
{
diff --git a/MP.INVENTORY/Components/DataPager.razor.cs b/MP.INVENTORY/Components/DataPager.razor.cs
index 3122ffb8..4afd97cb 100644
--- a/MP.INVENTORY/Components/DataPager.razor.cs
+++ b/MP.INVENTORY/Components/DataPager.razor.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
-namespace MP.INVENTORY.Components
+namespace MP.INVE.Components
{
public partial class DataPager : ComponentBase
{
diff --git a/MP.INVENTORY/Components/DossiersFilter.razor.cs b/MP.INVENTORY/Components/DossiersFilter.razor.cs
index bc066b9c..1a513f8c 100644
--- a/MP.INVENTORY/Components/DossiersFilter.razor.cs
+++ b/MP.INVENTORY/Components/DossiersFilter.razor.cs
@@ -1,7 +1,7 @@
using Microsoft.AspNetCore.Components;
-using MP.INVENTORY.Data;
+using MP.INVE.Data;
-namespace MP.INVENTORY.Components
+namespace MP.INVE.Components
{
public partial class DossiersFilter
{
diff --git a/MP.INVENTORY/Components/ListDossiers.razor b/MP.INVENTORY/Components/ListDossiers.razor
index 266b9b2d..1db332f6 100644
--- a/MP.INVENTORY/Components/ListDossiers.razor
+++ b/MP.INVENTORY/Components/ListDossiers.razor
@@ -1,5 +1,5 @@
-@using MP.INVENTORY.Components
-@using MP.INVENTORY.Data
+@using MP.INVE.Components
+@using MP.INVE.Data
diff --git a/MP.INVENTORY/Components/ListDossiers.razor.cs b/MP.INVENTORY/Components/ListDossiers.razor.cs
index a2c4148b..1973f623 100644
--- a/MP.INVENTORY/Components/ListDossiers.razor.cs
+++ b/MP.INVENTORY/Components/ListDossiers.razor.cs
@@ -2,10 +2,10 @@ using Microsoft.AspNetCore.Components;
using Microsoft.JSInterop;
using MP.Data.DatabaseModels;
using MP.Data.DTO;
-using MP.INVENTORY.Data;
+using MP.INVE.Data;
using Newtonsoft.Json;
-namespace MP.INVENTORY.Components
+namespace MP.INVE.Components
{
public partial class ListDossiers : IDisposable
{
diff --git a/MP.INVENTORY/Components/ListODL.razor b/MP.INVENTORY/Components/ListODL.razor
index cbfde95f..eb7a0647 100644
--- a/MP.INVENTORY/Components/ListODL.razor
+++ b/MP.INVENTORY/Components/ListODL.razor
@@ -1,5 +1,5 @@
-@using MP.INVENTORY.Components
-@using MP.INVENTORY.Data
+@using MP.INVE.Components
+@using MP.INVE.Data
@if (ListRecords == null)
{
diff --git a/MP.INVENTORY/Components/ListODL.razor.cs b/MP.INVENTORY/Components/ListODL.razor.cs
index 57fcd34b..83b17422 100644
--- a/MP.INVENTORY/Components/ListODL.razor.cs
+++ b/MP.INVENTORY/Components/ListODL.razor.cs
@@ -1,11 +1,11 @@
using Microsoft.AspNetCore.Components;
using Microsoft.JSInterop;
using MP.Data.DatabaseModels;
-using MP.INVENTORY.Data;
-using MP.INVENTORY.Services;
+using MP.INVE.Data;
+using MP.INVE.Services;
using NLog;
-namespace MP.INVENTORY.Components
+namespace MP.INVE.Components
{
public partial class ListODL : IDisposable
{
diff --git a/MP.INVENTORY/Components/ListPARAMS.razor b/MP.INVENTORY/Components/ListPARAMS.razor
index 13638a62..110e1b26 100644
--- a/MP.INVENTORY/Components/ListPARAMS.razor
+++ b/MP.INVENTORY/Components/ListPARAMS.razor
@@ -1,5 +1,5 @@
-@using MP.INVENTORY.Components
-@using MP.INVENTORY.Data
+@using MP.INVE.Components
+@using MP.INVE.Data
@if (ListRecords == null)
{
diff --git a/MP.INVENTORY/Components/ListPARAMS.razor.cs b/MP.INVENTORY/Components/ListPARAMS.razor.cs
index 4b2bb1a4..b364fe06 100644
--- a/MP.INVENTORY/Components/ListPARAMS.razor.cs
+++ b/MP.INVENTORY/Components/ListPARAMS.razor.cs
@@ -1,11 +1,11 @@
using Microsoft.AspNetCore.Components;
using Microsoft.JSInterop;
using MP.Data.DatabaseModels;
-using MP.INVENTORY.Data;
+using MP.INVE.Data;
using System.Diagnostics;
using MP.Data;
-namespace MP.INVENTORY.Components
+namespace MP.INVE.Components
{
public partial class ListPARAMS : IDisposable
{
diff --git a/MP.INVENTORY/Components/ListPODL.razor b/MP.INVENTORY/Components/ListPODL.razor
index 41c13805..fed78981 100644
--- a/MP.INVENTORY/Components/ListPODL.razor
+++ b/MP.INVENTORY/Components/ListPODL.razor
@@ -1,5 +1,5 @@
-@using MP.INVENTORY.Components
-@using MP.INVENTORY.Data
+@using MP.INVE.Components
+@using MP.INVE.Data
@if (ListRecords == null || isLoading)
{
diff --git a/MP.INVENTORY/Components/ListPODL.razor.cs b/MP.INVENTORY/Components/ListPODL.razor.cs
index 829be797..f82a474f 100644
--- a/MP.INVENTORY/Components/ListPODL.razor.cs
+++ b/MP.INVENTORY/Components/ListPODL.razor.cs
@@ -1,11 +1,11 @@
using Microsoft.AspNetCore.Components;
using Microsoft.JSInterop;
using MP.Data.DatabaseModels;
-using MP.INVENTORY.Data;
-using MP.INVENTORY.Services;
+using MP.INVE.Data;
+using MP.INVE.Services;
using NLog;
-namespace MP.INVENTORY.Components
+namespace MP.INVE.Components
{
public partial class ListPODL : IDisposable
{
diff --git a/MP.INVENTORY/Components/ODLPlot.razor b/MP.INVENTORY/Components/ODLPlot.razor
index 7b8a6bbc..9ea654a7 100644
--- a/MP.INVENTORY/Components/ODLPlot.razor
+++ b/MP.INVENTORY/Components/ODLPlot.razor
@@ -7,7 +7,7 @@
}
else
{
-