\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}
\newcommand{\Lf}{\LTRfootnote}
\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{bidiftnxtra}


\usepackage[nonamebreak]{natbib}
\usepackage{xepersian}
\newcommand{\citea}{\citeauthor}
\renewcommand{\bibname}{منابع و مراجع}
\renewcommand{\listfigurename}{فهرست تصاویر}
\renewcommand{\listtablename}{فهرست جداول}
\settextfont{XB Yas}
\setdigitfont{ParsiDigits}
\DefaultMathsDigits
\setlatintextfont[Numbers=OldStyle]{LinLibertine}


\begin{document}

%\include{cover}

\pagenumbering{harfi}
%\include{preface}

\doublespacing
%\tableofcontents
%\listoffigures
%\listoftables

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

\chapter{منحنی فیلیپس}\LTRfootnote{philips}
\ldots
\begin{table}
\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}