Exemplo n.º 1
0
        public string AddEndPart()
        {
            string strBody = "";

            strBody += "\r\n";
            strBody += "\r\n" + stringPrintFormater.CenterTextWithDashed("END REPORT");


            strBody += "\r\n\r\n\r\n" + "                     --------------------" + "                        --------------------" + "                                        ---------------------      ";
            strBody += "\r\n" + "                           Accountant" + "                              General Manager" + "                                              Managing Director        ";

            strBody += "\r\n";

            strBody += "\r\n";
            strBody += "Printed Time:" + DateTime.Now;

            return(strBody);
        }
Exemplo n.º 2
0
        public string AddEndPart()
        {
            string strBody = "";

            strBody += "\r\n";
            strBody += "\r\n" + stringPrintFormater.CenterTextWithDashed("END REPORT");


            strBody += "\r\n\r\n\r\n" + "                     --------------------" + "                                                             ---------------------      ";
            strBody += "\r\n" + "                           Checked By" + "                                                                       Prepared By         ";

            strBody += "\r\n";

            strBody += "\r\n";
            strBody += "Printed Time:" + DateTime.Now;

            return(strBody);
        }