help me

Discussion in 'Tally Developer' started by mutharasan, May 12, 2017.

    
  1. mutharasan

    mutharasan Member


    Dear All TDL Experts,

    I have one query that how can add our customized invoice in multi voucher print. If i select sales voucher, there should print my customized invoice.

    please help me.

    thanks in advance.
     


  2. admin

    admin Administrator Staff Member


    [#Form: Multi Voucher Print]

    Delete : Option : MInvoice : (($IsSalesVch AND NOT $UseForPOSInvoice) OR +
    $IsPurcVch OR +
    $IsSOrderVch OR +
    $IsPOrderVch OR +
    ($IsDelNoteVch OR $IsRecpNoteVch) OR +
    ($IsRejInVch OR $IsRejOutVch)) OR $IsJobOrderOutVch OR $IsJobOrderInVch
    Add: Option : MInvoice : ( $IsPurcVch OR +
    $IsSOrderVch OR +
    $IsPOrderVch OR +
    ($IsDelNoteVch OR $IsRecpNoteVch) OR +
    ($IsRejInVch OR $IsRejOutVch)) OR $IsJobOrderOutVch OR $IsJobOrderInVch

    Add: Option : MY MP Sales Print : ($IsSalesVch AND NOT $UseForPOSInvoice)

    [!FOrm : MY MP Sales Print ]
    Use : <Your Cusromized Invoice Form>
     


Share This Page