Rename globale progetto SHERPA.IM --> SHERPA.AD
@@ -108,7 +108,7 @@ SHERPA.AD:build:
|
||||
tags:
|
||||
- win
|
||||
variables:
|
||||
APP_NAME: 'SHERPA.IM'
|
||||
APP_NAME: 'SHERPA.AD'
|
||||
SOL_NAME: 'SHERPA.BBM.UI'
|
||||
before_script:
|
||||
- *nuget-fix
|
||||
@@ -132,7 +132,7 @@ SHERPA.AD:test:
|
||||
tags:
|
||||
- win
|
||||
variables:
|
||||
APP_NAME: 'SHERPA.IM'
|
||||
APP_NAME: 'SHERPA.AD'
|
||||
SOL_NAME: 'SHERPA.BBM.UI'
|
||||
only:
|
||||
- develop
|
||||
@@ -155,7 +155,7 @@ SHERPA.AD:IIS01:deploy:
|
||||
tags:
|
||||
- win
|
||||
variables:
|
||||
APP_NAME: 'SHERPA.IM'
|
||||
APP_NAME: 'SHERPA.AD'
|
||||
SOL_NAME: 'SHERPA.BBM.UI'
|
||||
only:
|
||||
- develop
|
||||
@@ -168,7 +168,7 @@ SHERPA.AD:IIS03:deploy:
|
||||
tags:
|
||||
- win
|
||||
variables:
|
||||
APP_NAME: 'SHERPA.IM'
|
||||
APP_NAME: 'SHERPA.AD'
|
||||
SOL_NAME: 'SHERPA.BBM.UI'
|
||||
only:
|
||||
- master
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
using It.FattureInCloud.Sdk.Model;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using SHERPA.Data.DbModels;
|
||||
using SHERPA.IM.Data;
|
||||
using SHERPA.AD.Data;
|
||||
|
||||
namespace SHERPA.IM.Components
|
||||
namespace SHERPA.AD.Components
|
||||
{
|
||||
public partial class AccDocManager
|
||||
{
|
||||
@@ -11,13 +11,13 @@ using Microsoft.AspNetCore.Components.Routing;
|
||||
using Microsoft.AspNetCore.Components.Web;
|
||||
using Microsoft.AspNetCore.Components.Web.Virtualization;
|
||||
using Microsoft.JSInterop;
|
||||
using SHERPA.IM;
|
||||
using SHERPA.IM.Components;
|
||||
using SHERPA.IM.Shared;
|
||||
using SHERPA.AD;
|
||||
using SHERPA.AD.Components;
|
||||
using SHERPA.AD.Shared;
|
||||
using SHERPA.Data;
|
||||
using SHERPA.Data.DbModels;
|
||||
|
||||
namespace SHERPA.IM.Components
|
||||
namespace SHERPA.AD.Components
|
||||
{
|
||||
public partial class BarPlot
|
||||
{
|
||||
@@ -11,10 +11,10 @@ using Microsoft.AspNetCore.Components.Routing;
|
||||
using Microsoft.AspNetCore.Components.Web;
|
||||
using Microsoft.AspNetCore.Components.Web.Virtualization;
|
||||
using Microsoft.JSInterop;
|
||||
using SHERPA.IM;
|
||||
using SHERPA.IM.Shared;
|
||||
using SHERPA.AD;
|
||||
using SHERPA.AD.Shared;
|
||||
|
||||
namespace SHERPA.IM.Components
|
||||
namespace SHERPA.AD.Components
|
||||
{
|
||||
public partial class CmpFooter
|
||||
{
|
||||
@@ -5,9 +5,9 @@ using Microsoft.AspNetCore.Components;
|
||||
using Microsoft.AspNetCore.Components.Authorization;
|
||||
using Microsoft.JSInterop;
|
||||
using SHERPA.Data;
|
||||
using SHERPA.IM.Data;
|
||||
using SHERPA.AD.Data;
|
||||
|
||||
namespace SHERPA.IM.Components
|
||||
namespace SHERPA.AD.Components
|
||||
{
|
||||
public partial class CmpTop
|
||||
{
|
||||
@@ -1,9 +1,9 @@
|
||||
using It.FattureInCloud.Sdk.Model;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using SHERPA.Data.DbModels;
|
||||
using SHERPA.IM.Data;
|
||||
using SHERPA.AD.Data;
|
||||
|
||||
namespace SHERPA.IM.Components
|
||||
namespace SHERPA.AD.Components
|
||||
{
|
||||
public partial class CustomerManager
|
||||
{
|
||||
@@ -11,11 +11,11 @@ using Microsoft.AspNetCore.Components.Routing;
|
||||
using Microsoft.AspNetCore.Components.Web;
|
||||
using Microsoft.AspNetCore.Components.Web.Virtualization;
|
||||
using Microsoft.JSInterop;
|
||||
using SHERPA.IM;
|
||||
using SHERPA.IM.Components;
|
||||
using SHERPA.IM.Shared;
|
||||
using SHERPA.AD;
|
||||
using SHERPA.AD.Components;
|
||||
using SHERPA.AD.Shared;
|
||||
|
||||
namespace SHERPA.IM.Components
|
||||
namespace SHERPA.AD.Components
|
||||
{
|
||||
public partial class DataPager : ComponentBase
|
||||
{
|
||||
@@ -1,8 +1,8 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using SHERPA.Data.DbModels;
|
||||
using SHERPA.IM.Data;
|
||||
using SHERPA.AD.Data;
|
||||
|
||||
namespace SHERPA.IM.Components
|
||||
namespace SHERPA.AD.Components
|
||||
{
|
||||
public partial class FiltDocExp
|
||||
{
|
||||
@@ -1,6 +1,6 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace SHERPA.IM.Components
|
||||
namespace SHERPA.AD.Components
|
||||
{
|
||||
public partial class Toggler
|
||||
{
|
||||
@@ -1,9 +1,9 @@
|
||||
using It.FattureInCloud.Sdk.Model;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using SHERPA.Data.DbModels;
|
||||
using SHERPA.IM.Data;
|
||||
using SHERPA.AD.Data;
|
||||
|
||||
namespace SHERPA.IM.Components
|
||||
namespace SHERPA.AD.Components
|
||||
{
|
||||
public partial class VatManager
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace SHERPA.IM.Data
|
||||
namespace SHERPA.AD.Data
|
||||
{
|
||||
public class CloudCallResult
|
||||
{
|
||||
@@ -8,7 +8,7 @@ using Newtonsoft.Json;
|
||||
using NLog;
|
||||
using SHERPA.Data.DbModels;
|
||||
|
||||
namespace SHERPA.IM.Data
|
||||
namespace SHERPA.AD.Data
|
||||
{
|
||||
public class MessageService
|
||||
{
|
||||
@@ -6,7 +6,7 @@ using SHERPA.Data.DbModels;
|
||||
using StackExchange.Redis;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace SHERPA.IM.Data
|
||||
namespace SHERPA.AD.Data
|
||||
{
|
||||
public class SIMDataService : IDisposable
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace SHERPA.IM.Data
|
||||
namespace SHERPA.AD.Data
|
||||
{
|
||||
public class SelectDocExp
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace SHERPA.IM.Data
|
||||
namespace SHERPA.AD.Data
|
||||
{
|
||||
public class WeatherForecast
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace SHERPA.IM.Data
|
||||
namespace SHERPA.AD.Data
|
||||
{
|
||||
public class WeatherForecastService
|
||||
{
|
||||
@@ -11,10 +11,10 @@ using Microsoft.AspNetCore.Components.Routing;
|
||||
using Microsoft.AspNetCore.Components.Web;
|
||||
using Microsoft.AspNetCore.Components.Web.Virtualization;
|
||||
using Microsoft.JSInterop;
|
||||
using SHERPA.IM;
|
||||
using SHERPA.IM.Shared;
|
||||
using SHERPA.AD;
|
||||
using SHERPA.AD.Shared;
|
||||
|
||||
namespace SHERPA.IM.Pages
|
||||
namespace SHERPA.AD.Pages
|
||||
{
|
||||
public partial class About : IDisposable
|
||||
{
|
||||
@@ -11,12 +11,12 @@ using Microsoft.AspNetCore.Components.Routing;
|
||||
using Microsoft.AspNetCore.Components.Web;
|
||||
using Microsoft.AspNetCore.Components.Web.Virtualization;
|
||||
using Microsoft.JSInterop;
|
||||
using SHERPA.IM;
|
||||
using SHERPA.IM.Shared;
|
||||
using SHERPA.AD;
|
||||
using SHERPA.AD.Shared;
|
||||
using SHERPA.Data.DbModels;
|
||||
using SHERPA.IM.Data;
|
||||
using SHERPA.AD.Data;
|
||||
|
||||
namespace SHERPA.IM.Pages
|
||||
namespace SHERPA.AD.Pages
|
||||
{
|
||||
public partial class AccuDoc
|
||||
{
|
||||
@@ -1,5 +1,5 @@
|
||||
@page
|
||||
@model SHERPA.IM.Pages.ErrorModel
|
||||
@model SHERPA.AD.Pages.ErrorModel
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
@@ -2,7 +2,7 @@
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace SHERPA.IM.Pages
|
||||
namespace SHERPA.AD.Pages
|
||||
{
|
||||
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
|
||||
[IgnoreAntiforgeryToken]
|
||||
@@ -1,7 +1,7 @@
|
||||
@page "/ForceReset"
|
||||
@attribute [Authorize]
|
||||
|
||||
@using SHERPA.IM.Data
|
||||
@using SHERPA.AD.Data
|
||||
@inject SIMDataService SDataService
|
||||
@inject NavigationManager NavManager
|
||||
@inject MessageService AppMServ
|
||||
@@ -1,8 +1,8 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using SHERPA.Data.DbModels;
|
||||
using SHERPA.IM.Data;
|
||||
using SHERPA.AD.Data;
|
||||
|
||||
namespace SHERPA.IM.Pages
|
||||
namespace SHERPA.AD.Pages
|
||||
{
|
||||
public partial class SyncFIC
|
||||
{
|
||||
@@ -1,5 +1,5 @@
|
||||
@page "/"
|
||||
@namespace SHERPA.IM.Pages
|
||||
@namespace SHERPA.AD.Pages
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
@{
|
||||
Layout = "_Layout";
|
||||
@@ -1,5 +1,5 @@
|
||||
@using Microsoft.AspNetCore.Components.Web
|
||||
@namespace SHERPA.IM.Pages
|
||||
@namespace SHERPA.AD.Pages
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
|
||||
<!DOCTYPE html>
|
||||
@@ -13,7 +13,7 @@
|
||||
<link rel="stylesheet" href="lib/bootstrap-icons/font/bootstrap-icons.min.css" />
|
||||
<link rel="stylesheet" href="css/site.min.css" />
|
||||
<link rel="stylesheet" href="lib/font-awesome/css/all.min.css" />
|
||||
<link href="SHERPA.IM.styles.css" rel="stylesheet" />
|
||||
<link href="SHERPA.AD.styles.css" rel="stylesheet" />
|
||||
<component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -2,7 +2,7 @@ using Microsoft.AspNetCore.Components;
|
||||
using Microsoft.AspNetCore.Components.Web;
|
||||
using Microsoft.AspNetCore.Authentication.Negotiate;
|
||||
using Microsoft.AspNetCore.Identity.UI.Services;
|
||||
using SHERPA.IM.Data;
|
||||
using SHERPA.AD.Data;
|
||||
using StackExchange.Redis;
|
||||
using SHERPA.Data;
|
||||
using Microsoft.AspNetCore.Localization;
|
||||
@@ -8,7 +8,7 @@
|
||||
}
|
||||
},
|
||||
"profiles": {
|
||||
"SHERPA.IM": {
|
||||
"SHERPA.AD": {
|
||||
"commandName": "Project",
|
||||
"dotnetRunMessages": true,
|
||||
"launchBrowser": true,
|
||||
@@ -1,6 +1,6 @@
|
||||
@inherits LayoutComponentBase
|
||||
|
||||
<PageTitle>SHERPA.IM</PageTitle>
|
||||
<PageTitle>SHERPA.AD</PageTitle>
|
||||
|
||||
<div class="page">
|
||||
<div class="@sideClass menuHide">
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace SHERPA.IM.Shared
|
||||
namespace SHERPA.AD.Shared
|
||||
{
|
||||
public partial class MainLayout
|
||||
{
|
||||
@@ -6,7 +6,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
<a class="navbar-brand" @onclick="() => ToggleCompress()">SHERPA.IM <i class="fas fa-caret-square-left compresser"></i></a>
|
||||
<a class="navbar-brand" @onclick="() => ToggleCompress()">SHERPA.AD <i class="fas fa-caret-square-left compresser"></i></a>
|
||||
}
|
||||
<button title="Navigation menu" class="navbar-toggler" @onclick="ToggleNavMenu">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
@@ -1,6 +1,6 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace SHERPA.IM.Shared
|
||||
namespace SHERPA.AD.Shared
|
||||
{
|
||||
public partial class NavMenu
|
||||
{
|
||||
@@ -6,8 +6,8 @@
|
||||
@using Microsoft.AspNetCore.Components.Web
|
||||
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
||||
@using Microsoft.JSInterop
|
||||
@using SHERPA.IM
|
||||
@using SHERPA.IM.Components
|
||||
@using SHERPA.IM.Shared
|
||||
@using SHERPA.AD
|
||||
@using SHERPA.AD.Components
|
||||
@using SHERPA.AD.Shared
|
||||
@using SHERPA.Data
|
||||
@using SHERPA.Data.DbModels
|
||||
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.0 KiB |