diff --git a/hesabixCore/src/Controller/Front/UiGeneralController.php b/hesabixCore/src/Controller/Front/UiGeneralController.php index 89ba8ca..05a0b6f 100644 --- a/hesabixCore/src/Controller/Front/UiGeneralController.php +++ b/hesabixCore/src/Controller/Front/UiGeneralController.php @@ -116,6 +116,8 @@ class UiGeneralController extends AbstractController return $this->render('/general/features/setup.html.twig'); elseif($id == 'user_management') return $this->render('/general/features/user_managment.html.twig'); + elseif($id == 'buy_sell') + return $this->render('/general/features/buy_sell.html.twig'); throw $this->createNotFoundException(); } diff --git a/hesabixCore/templates/base.html.twig b/hesabixCore/templates/base.html.twig index 5a3a525..e71f993 100644 --- a/hesabixCore/templates/base.html.twig +++ b/hesabixCore/templates/base.html.twig @@ -179,7 +179,7 @@
  • - + خرید و فروش diff --git a/hesabixCore/templates/general/features/buy_sell.html.twig b/hesabixCore/templates/general/features/buy_sell.html.twig new file mode 100644 index 0000000..d7ef56a --- /dev/null +++ b/hesabixCore/templates/general/features/buy_sell.html.twig @@ -0,0 +1,83 @@ +{% extends "base.html.twig" %} +{% block title %}ویژگی‌ها: خرید و فروش {% endblock %} +{% block body %} +
    +
    +
    + +
    +
    +
    +
    +
    +

    صدور فاکتور

    +

    در نرم‌افزار حسابداری حسابیکس، به راحتی و سهولت می توانید کالاها را به فاکتور اضافه کنید، همچنین امکان استفاده از بارکدخوان یا اسکن لیبل بارکد از طریق موبایل برای شما فراهم است. صدور فاکتور به سایر ارزها، محاسبه خودکار تخفیف و مالیات به صورت درصد و مبلغی، هزینه حمل و تعیین بازاریاب به ازای هر فاکتور از دیگر امکانات این بخش است.

    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +

    محاسبه پورسانت بازاریاب

    +

    در صورت تعیین فروشنده فاکتور، پورسانت فروشنده محاسبه شده و سند هزینه بازاریابی به طور اتوماتیک در سیستم ثبت خواهد شد. همچنین امکان محاسبه و مشاهده گزارش پورسانت فروشندگان در مقاطع زمانی مختلف وجود دارد.

    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +

    دریافت و پرداخت ذیل فاکتور

    +

    بلافاصله پس از ثبت فاکتور می‌توانید مبلغ آن‌را در قالب قبض دریافت و پرداخت ثبت کنید. امکان دریافت و پرداخت در بانک، صندوق، چک یا خرج چک، همچنین به صورت اعتباری فراهم شده است.

    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +

    رسید و حواله انبار

    +

    بلافاصله پس از ثبت فاکتور، حواله انبار را به صورت سریع می‌توانید صادر کنید، کافی‌است که انبار مربوطه را به صورت کلی یا به ازای هر ردیف کالا انتخاب کنید. حواله به صورت خودکار صادر خواهد شد.

    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +{% endblock %} \ No newline at end of file diff --git a/public_html/img/features/buy_sell.png b/public_html/img/features/buy_sell.png new file mode 100644 index 0000000..18dc1bd Binary files /dev/null and b/public_html/img/features/buy_sell.png differ diff --git a/public_html/img/features/faktors_sell.png b/public_html/img/features/faktors_sell.png new file mode 100644 index 0000000..d45e61d Binary files /dev/null and b/public_html/img/features/faktors_sell.png differ diff --git a/public_html/img/features/persons.png b/public_html/img/features/persons.png new file mode 100644 index 0000000..595b90b Binary files /dev/null and b/public_html/img/features/persons.png differ diff --git a/public_html/img/features/recive.png b/public_html/img/features/recive.png new file mode 100644 index 0000000..4ff4045 Binary files /dev/null and b/public_html/img/features/recive.png differ diff --git a/public_html/img/features/storeroom_invoice.png b/public_html/img/features/storeroom_invoice.png new file mode 100644 index 0000000..8057277 Binary files /dev/null and b/public_html/img/features/storeroom_invoice.png differ