Error in Code

Discussion in 'Tally Developer' started by imranlhr, Jan 12, 2020.

    
  1. imranlhr

    imranlhr Member


    Dear All,

    Please help me in below code. i want to create two extra fields in Cost center allocation with Qty, Rate

    ;;UDF definition
    [System: UDF]
    MetalQtyUDF : Number : 100
    MetalRateUDF : Number : 10
    ;;Modify Ledger Master entry screen and add a line

    [#Part: VCHCST Allocation]

    [Line : MyMetal]
    Fields : MetalQty, MetalRate

    Local : Field : MetalQtyTitle : Set as: "Qty"
    Local : Field : MetalRateTitle : Set as: "Rate"
    Local : Field : MetalQtyNameTitle : Indent: 0
    Local : Field : MetalQtyTitle : Style : Small Bold
    Local : Field : MetalQtyTitle : Width : 16
    Local : Field : MetalRateTitle : Style : Small Bold
    Local : Field : MetalRateTitle : Width : 9
    Border : Thin Bottom
    Indent : 8




    ;; End-of-file
     
    Last edited: Jan 13, 2020


Share This Page