\documentclass[a4paper,11pt,openright]{report}
\usepackage{color}
\definecolor{gray}{rgb}{0.459,0.438,0.471}
\usepackage{hyperref}
\hypersetup{colorlinks=true,linkcolor=gray,citecolor=gray,filecolor=gray,urlcolor=gray}
%\hypersetup{colorlinks=true,linkcolor=red,citecolor=gray,filecolor=magneta,urlcolor=cyan}
\usepackage[a4paper, twoside, includehead=false, includefoot=false, top=50mm, bottom=38mm, left=40mm, right=40mm, footnotesep=10mm]{geometry}
\usepackage{setspace}
\setlength{\footnotesep}{0.5cm}

\usepackage{verbatim}
\usepackage{textcomp}
\interfootnotelinepenalty =10000

\usepackage{graphicx}
\graphicspath{{figures/}}

\usepackage{fancyhdr}

\fancypagestyle{draft}{%
\fancyhead[RO,LE]{\iffloatpage{}{\leftmark}}
\fancyhead[LO,RE]{\thepage}
\fancyhead[CO,CE]{}
\renewcommand{\headrulewidth}{\iffloatpage{0pt}{0.4pt}}
\fancyfoot{}}

\pagestyle{draft}

\usepackage{tocbibind}
\usepackage{array}
\usepackage{multirow}
\usepackage{tabularx}

\newcolumntype{Y}{>{\footnotesize \centering \arraybackslash}X}
\newcolumntype{M}[1]{>{\footnotesize \centering \arraybackslash}m{#1mm}}
\newcolumntype{N}[1]{>{\footnotesize \raggedleft \arraybackslash}m{#1mm}}
\renewcommand \multirowsetup{\centering} \newlength \LL \settowidth \LL{------------------------}
\renewcommand \multirowsetup{\raggedleft} \newlength \LW \settowidth \LW{-------}
%\newcolumntype{Y}{>{\centering}p{50mm}}

\usepackage{amsthm,amssymb,amsmath}
\usepackage[nonamebreak]{natbib}

\usepackage{xepersian}
\usepackage{bidiftnxtra}
\settextfont{Yas}
\setdigitfont{Yas}
\DefaultMathsDigits
%\setlatintextfont[Numbers=OldStyle]{LinLibertine}


\eqcommand{citea}{citeauthor}
\renewcommand{\bibname}{منابع و مراجع}
\renewcommand{\listfigurename}{فهرست تصاویر}
\renewcommand{\listtablename}{فهرست جداول}
\makeatletter
\def\@tabular{\if@RTL\@RTLtabtrue\fi%
  \leavevmode
  \hbox \bgroup
   \let\@footnotetext\bidi@p@ftntext
   \let\@LTRfootnotetext\bidi@p@LTRftntext
   \let\@RTLfootnotetext\bidi@p@RTLftntext
\if@RTLtab\beginR \fi $\col@sep\tabcolsep \let\d@llarbegin\begingroup
                                    \let\d@llarend\endgroup
  \@tabarray}
\def\endtabular{\endarray $\if@RTLtab\endR\fi\egroup
                 \the\bidi@p@ftn
                 \global\bidi@p@ftn{}%
                 \@RTLtabfalse}
\expandafter\let\csname endtabular*\endcsname=\endtabular
\makeatother
\eqcommand{Lf}{LTRfootnote}
\begin{document}

%\include{cover}

\pagenumbering{harfi}
%\include{preface}

\doublespacing
\tableofcontents
%\listoffigures
%\listoftables

\pagenumbering{arabic}
%\include{introduction}
%\include{Chapter-2}
%\include{Chapter-3}

\chapter{منحنی فیلیپس\Lf{Phillips Curve}}
\ldots
\begin{table}[h]
\centering
\begin{tabular}{|c|c|c|c|c|}
\hline
1 & 2 & 3 & 4 & 5 \\
\hline
\end{tabular}
\end{table}

\appendix
%\include{Appendix-1}

%\singlespacing
%\bibliographystyle{asa-fa}
%\bibliography{bibliography}

\end{document}