Dear Experts

Discussion in 'Tally Developer' started by NMS, Dec 7, 2013.

    
  1. NMS

    NMS Member


    Dear Experts,
    I want Print Expiry and Batch in column for that i developed a code .Expiry and Batch is coming is colum .But in Batch colum iam getting a Line in Center i want to delete that Line plz Check My code...Plz Help Thanks in Advance....
    Code:
       
     
    [#Line:EXPINV Column1  ]
    Delete:Line  :  EXPINV BatchName
    Add    :Right Fields : Before    :  EXPINV QtyTitle        :  ExpiryTitle, BatchTitle 
     
     
     
    Local    : FIeld    : Default                : Type    : String
    Local    : Field    : ExpiryTitle            : Set AS    : "Expiry"
    Local    : Field    :  BatchTitle              : Set As    : "Batch"
    Local    : Field    :  DEfault                : Align    : center
    Local    : Field    : Default                : Style    : Small
    Local  : Field  :  ExpiryTitle          : Delete    : Border
     
     
     
     
         
     
    [#Line:EXPINV Column2  ]
    Delete:Line  :  EXPINV BatchName 
    Add    :Right Fields : Before    : EXPINV ActualQtyTitle    : ExpiryTitle, BatchTitle 
     
     
    Local    : FIeld    : Default    : Type    : String
    Local    : Field    :  ExpiryTitle            : Set AS    : ""
    Local    : Field    :  BatchTitle            : Set As    : ""
     
     
     
       
     
     
       
                                                                                                             
     
    [#Line:EXPINV InvDetails  ]
        Delete :Explode :  EXPINVBatchDetails                                                                       
      Add    : Right Fields:    Before:    EXPINV ActualQty    : ExpiryTitle, BatchTitle
     
     
     
     
     
     
       
     
     
     
        [Field    :  ExpiryTitle]
        Use    :  Uni Date Field
        Width    : 7
        Set as    : $ExpiryPeriod 
        Style    : small
        Border    : Thin  Left  Right
        Invisible    : Not $$IsSales:##SVVoucherType
           
     
     
        [Field    :  BatchTitle  ]
        Use        : Name Field
        Width    : 7
        Set as    : $BatchName
        Style    : Small
        ;Format:"No Zero No line"
        ;Border    : Thin  Left       
        invisible    : Not $$IsSales:##SVVoucherType                       
    
     
    Ejajkhan likes this.


  2. NMS

    NMS Member


    Dear Experts,
    Plz Help...
     


  3. PeaceOfMind

    PeaceOfMind New Member


    for removing the border, you will have to add your custom fields to all the lines which are in expinv acc and expinv inv part. also in total line.
     


  4. NMS

    NMS Member


    Thanku Very Much Sir...
     


  5. G.R.Patel

    G.R.Patel New Member


    Dear Sir,

    When you select one item with two different batches its show you only one batch detail.
    i am trying to solve this problem. :)
     


Share This Page