Respected Admin please guide me what changes made in this tdl ???

Discussion in 'Tally Developer' started by Alok Roy, Sep 23, 2013.

    
  1. Alok Roy

    Alok Roy New Member


    Respected Admin please guide me what changes made in this tdl ???
    This TDL use for Multi Voucher Printing with range of voucher number.
    I notice in this tdl when Numbering Method of Voucher set as Automatic then this tdl work fine but
    when Numbering Method of Voucher set as Manual then this tdl not work.
    So please suggest me what changes made this TDL for if Numbering Method of Voucher set as Manual.

    Thanks & Regards

    Alok Roy

    ;; Sri Ganeshji : Sri Balaji : Sri Pitreshwarji : Sri Durgaji : Sri Venkateshwara

    ;;Multi Voucher Printing for given range of voucher numbers

    ;; Voucher Type Alteration

    [#Line : VoucherTypeName]

    Add : Field: InvisibleVoucherTypeName

    [Field: InvisibleVoucherTypeName]

    Set As: #VoucherTypeName
    Set Always : Yes
    Invisible : Yes

    ;; Multi voucher printing report

    [#Report: Multi Voucher Print]

    Local : Collection : DayBook Vouchers of Company :Filter : IsOfSelectedVchNo ;;IsOfSelectedVchNo;;MSpecific Vouchers of Company : Filter : IsOfSelectedVchNo
    Variable: VoucherNumberFrom,VoucherNumberTo

    [#Part: MVP Print Common]

    Add: Lines: After: SVToDate: VoucherNoFrom, VoucherNoTo

    [Line : VoucherNoFrom]

    Field : Medium Prompt,VoucherNoFrom
    Local : Field: MediumPrompt:Info : "Voucher No.From[​IMG]Zero For All)"
    Local : Field: MediumPrompt :Inactive : Not @@DisplayfromTo

    [Field : VoucherNoFrom]

    Use : Number Field
    Modifies : VoucherNumberFrom
    Inactive : Not @@DisplayfromTo

    [Line : VoucherNoTo]

    Field : MediumPrompt,VoucherNoTo
    Local : Field: MediumPrompt:Info : "Voucher No.To[​IMG]Zero For All)"
    Local : Field: MediumPrompt:Inactive : Not @@DisplayfromTo

    [Field:VoucherNoTo]

    Use: Number Field
    Modifies : VoucherNumberTo
    Set always: Yes
    Inactive : Not @@DisplayfromTo

    [System : Variable]

    VoucherNumberFrom : 0
    VoucherNumberTo : 0

    [Variable : VoucherNumberFrom]

    Type: Number
    volatile: Yes

    [Variable :VoucherNumberTo]

    Type: Number
    Volatile: Yes

    [System :Formula]

    IsOfSelectedVchNo : If(@@AutoVchNumbering OR @@ManualVchNumbering) and (##VoucherNumberTo > 0)+
    Then ($$IsSysName:##SVVoucherType OR $VoucherTypeName = ##SVVoucherType) +
    AND ($$Number:$VoucherNumber >= $$Number:##VoucherNumberFrom +
    AND $$Number:$VoucherNumber <=$$Number:##VoucherNumberTo)Else+
    If (@@AutoVchNumberingOne OR @@ManualVchNumbering) and (##VoucherNumberTo = 0) Then+
    $$IsSysName:##SVVoucherType OR $VoucherTypeName = ##SVVoucherType Else+
    $$IsSysName:##SVVoucherType OR $VoucherTypeName = ##SVVoucherType

    AutoVchNumberingOne: $NumberingMethod:VoucherType:#InvisibleVoucherTypeName = $$SysName:Manual
    DisplayfromTo: @@AutoVchNumberingOne OR @@ManualVchNumbering

    ;;End of file
     


  2. laxman

    laxman Member


    Dear Admin Auto voucher number is reducing the file but does not work in manual voucher please Thank Guide.
     


  3. dce2150404336

    dce2150404336 New Member


    Admin please help us !!!
     


  4. Manoj Garg

    Manoj Garg Member


    The tdl you want is available at Tally Shop, get it from there.
    If admin will help you then what will the developer do who has work hard and uploaded its tdl.
    Start writing the codes if you are a developer. Don't copy and paste the sample codes to get the solution.
    I think admin will also agree.
     
    Maulik Patel likes this.


  5. mpal2311

    mpal2311 Active Member


    I agree with you. This forum is to help the developer. Not for copy and paste. Am I correct admin sir.
     


  6. Puneet Jain

    Puneet Jain New Member


    Yes you are right.
     


  7. P kumar

    P kumar Guest


    Right.
     


  8. Nur Mohammed

    Nur Mohammed Member


    finding and solution the
    problem what is the problem
     


Share This Page