This commit is contained in:
mmrbnjd
2024-07-30 22:27:28 +03:30
parent e9780f2713
commit 60bb548d93
3 changed files with 7 additions and 7 deletions

View File

@@ -36,7 +36,7 @@
<ItemGroup>
<Reference Include="Service">
<HintPath>..\..\..\LocalGit\TaxPayerTools\Service\bin\Debug\Service.dll</HintPath>
<HintPath>..\..\Dlls\Service.dll</HintPath>
</Reference>
</ItemGroup>

View File

@@ -93,7 +93,7 @@
<i class="bx bx-dots-vertical-rounded"></i>
</button>
<div class="dropdown-menu dropdown-menu-end customStyle new-style-15" aria-labelledby="cardOpt3">
<a class="dropdown-item">تمدید</a>
<NavLink class="dropdown-item" href="Orders">تمدید</NavLink>
<NavLink class="dropdown-item" href="Invoice">صورتحساب ها</NavLink>
</div>
</div>
@@ -162,7 +162,7 @@
<i class="bx bx-dots-vertical-rounded"></i>
</button>
<div class="dropdown-menu dropdown-menu-end customStyle new-style-15" aria-labelledby="cardOpt3">
<a class="dropdown-item">تمدید</a>
<NavLink class="dropdown-item" href="Orders">تمدید</NavLink>
<NavLink class="dropdown-item" href="Cod">کالا ها</NavLink>
</div>
</div>
@@ -247,7 +247,7 @@
<i class="bx bx-dots-vertical-rounded"></i>
</button>
<div class="dropdown-menu dropdown-menu-end customStyle new-style-15" aria-labelledby="cardOpt3">
<a class="dropdown-item">تمدید</a>
<NavLink class="dropdown-item" href="Orders">تمدید</NavLink>
<NavLink class="dropdown-item" href="Customer">مشتری ها</NavLink>
</div>
</div>
@@ -316,7 +316,7 @@
<i class="bx bx-dots-vertical-rounded"></i>
</button>
<div class="dropdown-menu dropdown-menu-end customStyle new-style-15" aria-labelledby="cardOpt3">
<a class="dropdown-item">تمدید</a>
<NavLink class="dropdown-item" href="Orders">تمدید</NavLink>
<NavLink class="dropdown-item" href="TaxPayer">سامانه مودیان</NavLink>
</div>
</div>

View File

@@ -37,10 +37,10 @@ builder.Services.AddScoped(sp => new UserAuthenticationDTO()
//builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("http://195.88.208.142:7075/api/") });
//Home
//builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("https://localhost:7075/api/") });
builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("https://localhost:7075/api/") });
//farzan
builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("http://localhost:5271/api/") });
//builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("http://localhost:5271/api/") });
CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("fa-Ir");