예제 #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="sw"></param>
 /// <param name="entity"></param>
 public void AddHeaderforAbstractDetails(StreamWriter sw, CommonEntity entity)
 {
     sw.WriteLine("    Hulling Rice Receipt Abstract Details of Godown: " + GName + "  Report Date : " + ManageReport.GetCurrentDate());
     sw.WriteLine(" ");
     //  sw.WriteLine("          From:" + report.FormatDate(date) + "   To:" + report.FormatDate(date) + " Weight in Kilo Grams       Page No: 1");
     sw.WriteLine("       Abstract:" + report.FormatDate(entity.FromDate) + " - " + report.FormatDate(entity.Todate) + "       Region :" + RName);
     sw.WriteLine("---------------------------------------------------------------------------------------------------------|");
     sw.WriteLine("            Hulling Name             |        Commodity         |    Bags    |    Net Wt (in Kgs)/Nos    |");
     sw.WriteLine("---------------------------------------------------------------------------------------------------------|");
 }
예제 #2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="sw"></param>
 /// <param name="date"></param>
 public void AddHeader(StreamWriter sw, CommonEntity entity)
 {
     sw.WriteLine("                          TAMILNADU CIVIL SUPPLIES CORPORATION           Report Date :   " + ManageReport.GetCurrentDate());
     sw.WriteLine(" ");
     sw.WriteLine("                 Stock Issue Register Abstract (Society/CRS/NMP) of  " + GName + " Godown");
     sw.WriteLine(" ");
     sw.WriteLine(" From: " + report.FormatDate(entity.FromDate) + " to " + report.FormatDate(entity.Todate) + "                                                    Page No: 1");
     sw.WriteLine("---------------------------------------------------------------------------------------------------------------------|");
     sw.WriteLine("S.No       To whom                  Scheme           Commodity                    NET. WEIGHT       Rate      Value  |");
     sw.WriteLine("---------------------------------------------------------------------------------------------------------------------|");
 }
예제 #3
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="sw"></param>
 /// <param name="date"></param>
 public void AddHeader(StreamWriter sw, CommonEntity entity)
 {
     sw.WriteLine("                         TAMILNADU CIVIL SUPPLIES CORPORATION      Region: " + RName + " Report Date : " + ManageReport.GetCurrentDate());
     sw.WriteLine(" ");
     sw.WriteLine("                                          Hulling Rice Receipt Details of " + GName + " Godown ");
     sw.WriteLine(" ");
     sw.WriteLine("          From:" + report.FormatDate(entity.FromDate) + "   To:" + report.FormatDate(entity.Todate) + "               Weight in Kilo Grams                 Page No: 1");
     sw.WriteLine("------------------------------------------------------------------------------------------------------------------------------------------|");
     sw.WriteLine("S.No|      Ack No      |      Date      |            Hulling Name             |        Commodity         |    Bags    |     Net Weight    |");
     sw.WriteLine("------------------------------------------------------------------------------------------------------------------------------------------|");
     // sw.WriteLine("    |                  |          |                                     |                          |            |                   |");
 }
예제 #4
0
 /// <summary>
 /// Add header for item wise abstract data
 /// </summary>
 /// <param name="sw">Text Streamwriter</param>
 /// <param name="entity">Common Entity</param>
 public void AddHeaderforAbstractItem(StreamWriter sw, CommonEntity entity)
 {
     sw.WriteLine("   Delivery Order Register Commodity and Rate Wise Abstract          Report Date :   " + ManageReport.GetCurrentDate());
     sw.WriteLine(" ");
     sw.WriteLine(" ");
     sw.WriteLine("DO Date:" + report.FormatDate(entity.FromDate) + " - " + report.FormatDate(entity.Todate) + "  Godown : " + GName + "          Region :" + Regioncode);
     sw.WriteLine("-----------------------------------------------------------------------------|");
     sw.WriteLine("ITEMS               |Wt (Kgs/Nos)     |RATE             |AMOUNT              |");
     sw.WriteLine("-----------------------------------------------------------------------------|");
 }
예제 #5
0
 /// <summary>
 /// Add header for Transaction receipt
 /// </summary>
 /// <param name="sw"></param>
 /// <param name="entity"></param>
 public void AddHeaderForHoPurchase(StreamWriter sw, CommonEntity entity)
 {
     sw.WriteLine("                                     TAMILNADU CIVIL SUPPLIES CORPORATION                      Report Date :   " + ManageReport.GetCurrentDate());
     sw.WriteLine(" ");
     sw.WriteLine("                               Purchase Receipt Details of " + GName + " Godown");
     sw.WriteLine(" ");
     sw.WriteLine(" From: " + report.FormatDate(entity.FromDate) + " to " + report.FormatDate(entity.Todate) + "               Weight in Kilo Grams                                                             Page No: 1");
     sw.WriteLine("---------------------------------------------------------------------------------------------------------------------------------------------------------------|");
     sw.WriteLine("S.No Ack.No      Date       Place                               Commodity                     Bags    Net Weight  T.Memo No        Order No       Lorry No     |");
     sw.WriteLine("---------------------------------------------------------------------------------------------------------------------------------------------------------------|");
 }
예제 #6
0
 /// <summary>
 /// Add header for Date wise report
 /// </summary>
 /// <param name="sw">Text Streamwriter</param>
 /// <param name="entity">Common Entity</param>
 public void AddHeader(StreamWriter sw, string date)
 {
     sw.WriteLine("                                  TAMILNADU CIVIL SUPPLIES CORPORATION                                  Report Date :   " + ManageReport.GetCurrentDate());
     sw.WriteLine(" ");
     sw.WriteLine("                                          Delivery Order Details");
     sw.WriteLine(" ");
     sw.WriteLine("Delivery Order Date:" + report.FormatDate(date) + "           Godown : " + GName + "          Region :" + Regioncode);
     sw.WriteLine("----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|");
     sw.WriteLine("S.No|  D.O.No   |   Total(Rs)     |  IssuerName   |Cheque/DD  | Pay.Amount(Rs)|   Scheme    |   Commodity  |Net.Wt(Kgs)| Rate(Rs)     | ITEM          |  Previous     |Other        |  Current     |  Margin    |");
     sw.WriteLine("    |           |                 |               |           |               |             |              |           |              | Amount        |   Balance     |Amount       |  Balance     |  Amount    |");
     sw.WriteLine("----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|");
     sw.WriteLine("    |           |                 |               |           |               |             |              |           |              |               |               |             |              |            |");
 }
예제 #7
0
 /// <summary>
 /// Add header for  Socity, Scheme and  item wise abstract data
 /// </summary>
 /// <param name="sw">Text Streamwriter</param>
 /// <param name="entity">Common Entity</param>
 public void AddHeaderforAbstractSchemeandSociety(StreamWriter sw, CommonEntity entity)
 {
     sw.WriteLine("                          Delivery Order Register Society Scheme and Rate Wise Abstract          Report Date :   " + ManageReport.GetCurrentDate());
     sw.WriteLine(" ");
     sw.WriteLine(" ");
     sw.WriteLine("Delivery Order Date:" + report.FormatDate(entity.FromDate) + " - " + report.FormatDate(entity.Todate) + "           Godown : " + GName + "          Region :" + Regioncode);
     sw.WriteLine("----------------------------------------------------------------------------------------------------------------------------------------------|");
     sw.WriteLine("  SOCIETY                                     |ITEMS               |SCHEME           |Wt (Kgs/Nos)     |RATE             |AMOUNT              |");
     sw.WriteLine("----------------------------------------------------------------------------------------------------------------------------------------------|");
 }
예제 #8
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="sw"></param>
 /// <param name="date"></param>
 public void AddHeader(StreamWriter sw, string date)
 {
     sw.WriteLine("                                  TAMILNADU CIVIL SUPPLIES CORPORATION                        Report Date :   " + ManageReport.GetCurrentDate());
     sw.WriteLine(" ");
     sw.WriteLine("                                          Stock Receipt Register");
     sw.WriteLine(" ");
     sw.WriteLine("          Stock Receipt Register:" + report.FormatDate(date) + "           Godown : " + GName + "          Region :" + RName);
     sw.WriteLine("------------------------------------------------------------------------------------------------------------------------------------------------|");
     sw.WriteLine("S.No|  Ack No   |Truck Memo No      | Lorry No  |   From Whom Received            |   Scheme   |  Stack No  |No bags |   Commodity   |Net Weight|");
     sw.WriteLine("------------------------------------------------------------------------------------------------------------------------------------------------|");
     sw.WriteLine("    |           |                   |           |                                 |            |            |        |               |          |");
 }
예제 #9
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="sw"></param>
 /// <param name="entity"></param>
 public void AddHeaderforAbstractStackAndCommodity(StreamWriter sw, CommonEntity entity)
 {
     sw.WriteLine("                    Stock Receipt Abstract          Report Date :   " + ManageReport.GetCurrentDate());
     sw.WriteLine(" ");
     sw.WriteLine(" ");
     sw.WriteLine("Abstract:" + report.FormatDate(entity.FromDate) + " - " + report.FormatDate(entity.Todate) + "    Godown : " + GName + "       Region :" + RName);
     sw.WriteLine("--------------------------------------------------------------------------|");
     sw.WriteLine("StackNo       |Commodity               |No Bags      |Net Wt (in Kgs)/Nos |");
     sw.WriteLine("--------------------------------------------------------------------------|");
 }
예제 #10
0
 public void AddHeaderforTMCommodityAbstract(StreamWriter sw, CommonEntity commonEntity)
 {
     sw.WriteLine("                                  TAMILNADU CIVIL SUPPLIES CORPORATION                  Report Date :   " + ManageReport.GetCurrentDate());
     sw.WriteLine(" ");
     sw.WriteLine("                                          Truck Memo Register Abstract          Region :" + Regioncode);
     sw.WriteLine(" ");
     sw.WriteLine("Issue Date:" + report.FormatDate(commonEntity.FromDate) + " To : " + report.FormatDate(commonEntity.Todate) + " (Net Wt in kgs/Klts/Nos)    Godown : " + GName);
     sw.WriteLine("-----------------------------------------------------------------------------------------------------------------------------------");
     sw.WriteLine("Recd.Type          Commodity                                        No bags         Net Wt(in Kgs)/Nos  ");
     sw.WriteLine("-----------------------------------------------------------------------------------------------------------------------------------");
 }
예제 #11
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="sw"></param>
 /// <param name="entity"></param>
 public void AddHeaderforAbstractCommodityWise(StreamWriter sw, CommonEntity entity)
 {
     sw.WriteLine("            Stock Receipt Register Commodity Wise Abstract          Report Date :   " + ManageReport.GetCurrentDate());
     sw.WriteLine(" ");
     sw.WriteLine(" ");
     sw.WriteLine("Stock Receipt Register:" + report.FormatDate(entity.FromDate) + " - " + report.FormatDate(entity.Todate) + "    Godown : " + GName + "    Region :" + RName);
     sw.WriteLine("----------------------------------------------------------------------------------|");
     sw.WriteLine("Commodity              |Packing Type          |No Bags     |Net Wt (Kgs/Nos)      |");
     sw.WriteLine("----------------------------------------------------------------------------------|");
 }
예제 #12
0
 public void AddHeader(StreamWriter sw, string Date)
 {
     sw.WriteLine("                                  TAMILNADU CIVIL SUPPLIES CORPORATION                  Report Date :   " + ManageReport.GetCurrentDate());
     sw.WriteLine(" ");
     sw.WriteLine("                                          Truck Memo Register");
     sw.WriteLine(" ");
     sw.WriteLine("Issue Date:" + report.FormatDate(Date) + " (Net Wt in kgs/Klts/Nos)   Godown : " + GName + "          Region :" + Regioncode);
     sw.WriteLine("------------------------------------------------------------------------------------------------------------------------------------------------");
     sw.WriteLine("S.No Truck Memo   Mo.No           Ro.No       To Whom Issued                  Scheme     StackNo    No bags Commodity                 Net wt  ");
     sw.WriteLine("------------------------------------------------------------------------------------------------------------------------------------------------");
 }
예제 #13
0
 /// <summary>
 /// Add header for Transaction receipt
 /// </summary>
 /// <param name="sw"></param>
 /// <param name="entity"></param>
 public void AddHeaderForTransactionReceipt(StreamWriter sw, CommonEntity entity)
 {
     sw.WriteLine("    TAMILNADU CIVIL SUPPLIES CORPORATION      Report Date :   " + ManageReport.GetCurrentDate());
     sw.WriteLine(" ");
     sw.WriteLine("      Receipt Date Wise Abstract Details of " + GName + " Godown");
     sw.WriteLine(" ");
     sw.WriteLine(" From: " + report.FormatDate(entity.FromDate) + " to " + report.FormatDate(entity.Todate) + "    Weight in Kilo Grams");
     sw.WriteLine("------------------------------------------------------------------------------------");
     sw.WriteLine(" Commodity                          Date       Transaction        Net Weight    ");
     sw.WriteLine("------------------------------------------------------------------------------------");
 }
예제 #14
0
 /// <summary>
 /// Add header for Commodity wise abstract details
 /// </summary>
 /// <param name="sw">streamwriter</param>
 /// <param name="entity">common entity</param>
 public void AddheaderForCommoditywiseAbstract(StreamWriter sw, CommonEntity entity)
 {
     sw.WriteLine("                      TAMILNADU CIVIL SUPPLIES CORPORATION                Report Date :   " + ManageReport.GetCurrentDate());
     sw.WriteLine(" ");
     sw.WriteLine("                                 Stock Issue Register COMMODITY Wise Abstract ");
     sw.WriteLine(" ");
     sw.WriteLine("Issue Date:" + report.FormatDate(entity.FromDate) + "Godown : " + GName + "          Region :" + RName);
     sw.WriteLine("-----------------------------------------------------------------------------------------------------------------------------------");
     sw.WriteLine("         Commodity                   No Bags      Net Wt (in Kgs)\\Nos");
     sw.WriteLine("-----------------------------------------------------------------------------------------------------------------------------------");
     sw.WriteLine("");
 }
예제 #15
0
 /// <summary>
 /// Add header for receiver and scheme wise abstract details
 /// </summary>
 /// <param name="sw">streamwriter</param>
 /// <param name="entity">common entity</param>
 public void AddheaderForReceiverTypeAndSchemewiseAbstract(StreamWriter sw, CommonEntity entity)
 {
     sw.WriteLine("                      TAMILNADU CIVIL SUPPLIES CORPORATION                Report Date :   " + ManageReport.GetCurrentDate());
     sw.WriteLine(" ");
     sw.WriteLine("                                 Stock Issue Register Scheme Wise Abstract");
     sw.WriteLine(" ");
     sw.WriteLine("Issue Date:" + report.FormatDate(entity.FromDate) + "Godown : " + GName + "          Region :" + RName);
     sw.WriteLine("-----------------------------------------------------------------------------------------------------------------------------------");
     sw.WriteLine("ISSUER TYPE                         Scheme        Commodity                   No Bags       Wt(Kgs\\Nos)");
     sw.WriteLine("-----------------------------------------------------------------------------------------------------------------------------------");
     sw.WriteLine("");
 }
예제 #16
0
 /// <summary>
 /// Add header for date wise report
 /// </summary>
 /// <param name="sw"></param>
 /// <param name="date"></param>
 public void AddHeaderForDateWise(StreamWriter sw, string date)
 {
     sw.WriteLine("                                  TAMILNADU CIVIL SUPPLIES CORPORATION                      Report Date :   " + ManageReport.GetCurrentDate());
     sw.WriteLine(" ");
     sw.WriteLine("                                          Stock Issue Register");
     sw.WriteLine(" ");
     sw.WriteLine("Issue Date:" + report.FormatDirectDate(date) + "  (Net Wt in kgs\\Klts\\Nos)     Godown : " + GName + "          Region :" + RName);
     sw.WriteLine("---------------------------------------------------------------------------------------------------------------------------------------------");
     sw.WriteLine("S.No Issue Memo  D.No        Lorry No   To Whom Issued                    Scheme       StackNo      No bags  Commodity               Net wt  ");
     sw.WriteLine("---------------------------------------------------------------------------------------------------------------------------------------------");
     sw.WriteLine("");
 }