Change Title Actual and Billed Qty to Gross Wt., Net Wt.

Discussion in 'Free Source Codes' started by mpal2311, Aug 27, 2017.

    
  1. mpal2311

    mpal2311 Active Member


    use this code

    [#Field: VCH ActualQtyTitle]

    Width : @@VCHQtyWidth
    Setas : $$LocaleString:"Gross Wt."
    Style : Small
    Align : Centre
    Border : Thin Right
    Invisible : If @@IsJobOrdersOn OR @@IsExciseSupplementaryInv Then Yes Else NOT $DiffActualQty OR $$IsPhysStock:##SVVoucherType OR $$IsStockJrnl:##SVVoucherType
    Skip : Yes
    Fixed : Yes

    [#Field: VCH BilledQtyTitle]

    Width : @@VCHQtyWidth
    Setas : $$LocaleString:"Net Wt."
    Style : Small
    Align : Centre
    Inactive : If @@IsJobOrdersOn Then Yes Else NOT $DiffActualQty OR $$IsPhysStock:##SVVoucherType OR $$IsStockJrnl:##SVVoucherType
    Skip : Yes
    Fixed : Yes
    [#Field: EXPINV ActualQtyTitle]

    Use : QtyTitleField
    Set as : if @@IsOrderVch then $$LocaleString:"To Ship" else $$LocaleString:"Gross Wt."
    Align : Centre
    Style : Small
    Invisible : @@IsJobWorkVouchers OR NOT @@InvWithQty OR NOT @@InvWithActQty OR NOT $$InPixelMode

    [#Field: EXPINV BilledQtyTitle]

    Use : QtyTitleField
    Set as : if @@IsOrderVch then $$LocaleString:"To Bill" else $$LocaleString:"Net Wt."
    Border : Thin Left
    Align : Centre
    Style : Small
    Inactive : @@IsJobWorkVouchers OR NOT @@InvWithActQty OR NOT $$InPixelMode
    Invisible : NOT @@InvWithQty
     
    Last edited: Aug 28, 2017


  2. psjain_jal

    psjain_jal Member


    not working pl help
     


  3. psjain_jal

    psjain_jal Member


    i just copy & pest code but not showing the same result as you show in attachment
     


  4. psjain_jal

    psjain_jal Member


    i am using tally erp 9 rel 6.0.3
     


  5. VRS

    VRS Member


    First you have to Activate "Actual & Billed Qty" in F11 Features, And also it is coming only in Print Screen not in Entry Screen
     


  6. psjain_jal

    psjain_jal Member


    it is coming only in Print Screen not in Entry Screen I wanted in display also
     


  7. psjain_jal

    psjain_jal Member


    it is coming only in Print Screen not in Entry Screen I wanted in display also
     


  8. psjain_jal

    psjain_jal Member


    sir i am new in this filed
     


  9. mharit1

    mharit1 Member


    How to increase the width of quantity field
     


  10. nasir

    nasir Member


    open voucher display in invoice mode then it will show
     


Share This Page