...
This commit is contained in:
@@ -10,5 +10,6 @@
|
|||||||
public string Time { get; set; }
|
public string Time { get; set; }
|
||||||
public bool Status { get; set; }
|
public bool Status { get; set; }
|
||||||
public string? Tags { get; set; }
|
public string? Tags { get; set; }
|
||||||
|
public string? Description { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -79,6 +79,7 @@ namespace Back.Services
|
|||||||
Text=s.Text,
|
Text=s.Text,
|
||||||
Time=s.Time,
|
Time=s.Time,
|
||||||
Tags= s.Tags,
|
Tags= s.Tags,
|
||||||
|
Description=s.Description
|
||||||
}).FirstOrDefaultAsync();
|
}).FirstOrDefaultAsync();
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
@@ -22,5 +22,6 @@ namespace Shared.DTOs
|
|||||||
public string Date { get; set; }
|
public string Date { get; set; }
|
||||||
public string Time { get; set; }
|
public string Time { get; set; }
|
||||||
public string? Tags { get; set; }
|
public string? Tags { get; set; }
|
||||||
|
public string? Description { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -17,6 +17,11 @@
|
|||||||
<link rel="stylesheet" href="css/spacing.css">
|
<link rel="stylesheet" href="css/spacing.css">
|
||||||
<link rel="stylesheet" href="css/Lanstyle.css">
|
<link rel="stylesheet" href="css/Lanstyle.css">
|
||||||
<link rel="stylesheet" href="css/rtl.css">
|
<link rel="stylesheet" href="css/rtl.css">
|
||||||
|
|
||||||
|
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<meta name="language" content="FA" />
|
||||||
|
<meta name="description" content="@description" />
|
||||||
</HeadContent>
|
</HeadContent>
|
||||||
|
|
||||||
<Lheader />
|
<Lheader />
|
||||||
@@ -28,6 +33,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
@code{
|
@code{
|
||||||
|
public string description { get; set; } = "سامانه ای برای مدیریت صورتحساب های فروش با الگوی سازمان امورمالیاتی کشور و ارسال صورت حساب به سامانه مودیان";
|
||||||
protected override async Task OnInitializedAsync()
|
protected override async Task OnInitializedAsync()
|
||||||
{
|
{
|
||||||
await fv.SetUlr("Main");
|
await fv.SetUlr("Main");
|
||||||
|
@@ -25,6 +25,8 @@
|
|||||||
<link rel="stylesheet" href="css/rtl.css">
|
<link rel="stylesheet" href="css/rtl.css">
|
||||||
|
|
||||||
|
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<meta name="language" content="FA" />
|
||||||
<meta name="description" content="@description" />
|
<meta name="description" content="@description" />
|
||||||
</HeadContent>
|
</HeadContent>
|
||||||
<LBlogheader />
|
<LBlogheader />
|
||||||
@@ -73,7 +75,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xl-12">
|
<div class="col-xl-12">
|
||||||
<div class="blog-details-big-img z-index-2">
|
<div class="blog-details-big-img z-index-2">
|
||||||
<img src="img/blog/@Item?.Photo" width="400" height="400" alt="">
|
<img src="img/blog/@Item?.Photo" width="400" height="400" alt="@Item?.Title">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -242,6 +244,7 @@
|
|||||||
public async Task GenerateTags()
|
public async Task GenerateTags()
|
||||||
{
|
{
|
||||||
|
|
||||||
description = Item.Title;
|
description = Item.Description ?? Item.Title;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
@inject Services.localService servlocal;
|
@inject Services.localService servlocal;
|
||||||
@page "/"
|
@page "/"
|
||||||
|
|
||||||
<PageTitle>سیاهه (مدیریت کسب و کار)</PageTitle>
|
<PageTitle>مُؤَدْیٰران (مدیریت صورتحساب ها)</PageTitle>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
<div class="tp-hero__input p-relative wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".5s">
|
<div class="tp-hero__input p-relative wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".5s">
|
||||||
<form action="#">
|
<form action="#">
|
||||||
<p class="wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".7s">
|
<p class="wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".7s">
|
||||||
فروش بیشتر با مدیریت بهتر کسب و کار
|
مدیریت صورتحساب ها و ارسال به سامانه مودیان
|
||||||
</p>
|
</p>
|
||||||
@if (servlocal.OnlineUser().Result)
|
@if (servlocal.OnlineUser().Result)
|
||||||
{
|
{
|
||||||
@@ -174,31 +174,36 @@
|
|||||||
<img src="img/about/about-bg-shape.png" alt="">
|
<img src="img/about/about-bg-shape.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
<div class="tp-about__main-img z-index">
|
<div class="tp-about__main-img z-index">
|
||||||
<img src="img/about/about-2.jpg" alt="">
|
<img src="img/about/about-2.jpg" alt="about-2">
|
||||||
</div>
|
</div>
|
||||||
<div class="tp-about__sub-img-1 d-none d-sm-block z-index-3">
|
<div class="tp-about__sub-img-1 d-none d-sm-block z-index-3">
|
||||||
<img src="img/about/about-1.jpg" alt="">
|
<img src="img/about/about-1.jpg" alt="">
|
||||||
</div>
|
</div>
|
||||||
<div class="tp-about__sub-img-2 d-none d-sm-block">
|
<div class="tp-about__sub-img-2 d-none d-sm-block">
|
||||||
<img src="img/about/about-3.jpg" alt="">
|
<img src="img/about/about-3.jpg" alt="about-3">
|
||||||
</div>
|
</div>
|
||||||
<div class="tp-about__sub-img-3 d-none d-sm-block z-index-3">
|
<div class="tp-about__sub-img-3 d-none d-sm-block z-index-3">
|
||||||
<img src="img/about/about-5.png" alt="">
|
<img src="img/about/about-5.png" alt="about-5">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xl-6 col-lg-6 wow tpfadeRight" data-wow-duration=".9s" data-wow-delay=".6s">
|
<div class="col-xl-6 col-lg-6 wow tpfadeRight" data-wow-duration=".9s" data-wow-delay=".6s">
|
||||||
<div class="tp-about__right">
|
<div class="tp-about__right">
|
||||||
<div class="tp-about__section-box">
|
<div class="tp-about__section-box">
|
||||||
<h3 class="tp-section-title mb-15">
|
<h5 class="tp-section-title mb-15">
|
||||||
راه حلی برای مدیریت صورتحساب ها
|
راه حلی برای ارسال صورتحساب ها به سامانه مودیان
|
||||||
</h3>
|
</h5>
|
||||||
<p>
|
<p>
|
||||||
در این دوره از زمان مدیران و صاحبان کسب و کار بیشتر از اینکه به دنبال هدف و توسعه کار خود باشند درگیر دغدغه های فروش شده اند .
|
از پائیز سال 1402 سامانه ای توسط امور مالیاتی کشور راه اندازی شد که تا قانون مالیاتی کشور را بهتر مدیریت کنند.
|
||||||
<br />
|
</p>
|
||||||
در حال حاضر بهتر این مسائل توسط نرم افزار و سیستم ها انجام شود تا خطای انسانی هم کاهش داده شود.
|
<p>
|
||||||
<br />
|
در این سامانه صاحبان کسب و کار موظف شدند تا صورتحساب های خود را بعد از فروش قطعی به سازمان اعلام کنند.
|
||||||
از طرفی هم سیستم ها با گزارشات متنوع می توانند صاحبان کسب و کار را در مسیر پیشرفت کمک کنند
|
</p>
|
||||||
|
<p>
|
||||||
|
بر همین اساس سامانه مُؤَدْیٰران آماده شد تا کسب و کارها بیشتر با سامانه مودیان آشنا شوند و با دقدقه کمتر و آسوده صورتحساب های خود را اعلام کنند.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
از طرفی هم مُؤَدْیٰران با گزارشات متنوع می توانند صاحبان کسب و کار را در مسیر پیشرفت هم یاری کند.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="tp-about__list">
|
<div class="tp-about__list">
|
||||||
@@ -401,7 +406,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- tp-services-area-end -->
|
<!-- tp-services-area-end -->
|
||||||
<!-- tp-price-area-start -->
|
<!-- tp-price-area-start -->
|
||||||
<Price />
|
<Price />
|
||||||
<!-- tp-price-area-end -->
|
<!-- tp-price-area-end -->
|
||||||
<!-- tp-rank-area-start -->
|
<!-- tp-rank-area-start -->
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|
||||||
<title>سیاهه (مدیریت کسب و کار)</title>
|
<title>مُؤَدْیٰران (مدیریت صورتحساب ها)</title>
|
||||||
<base href="/" />
|
<base href="/" />
|
||||||
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
|
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
|
||||||
<link rel="stylesheet" href="css/app.css" />
|
<link rel="stylesheet" href="css/app.css" />
|
||||||
|
Reference in New Issue
Block a user