Billed quantity field not updating

Discussion in 'Tally Developer' started by RajbhandariGopal, Aug 27, 2019.

    
  1. RajbhandariGopal

    RajbhandariGopal New Member


    Dear Experts
    I am not getting multiplication value in Billed quantity field in purchase invoice. Help me please

    [System :UDF]
    TotalRim : Number : 10005
    TotalWeight : Number : 10006

    [System: Formulae]
    RimQty : $TotalRim*$TotalWeight

    [#Field: VCH Billed Qty]
    Set as: $RimQty
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    [#Field: VCH Billed Qty]
    Set as: @@RimQty
     


  3. RajbhandariGopal

    RajbhandariGopal New Member


    Dear Amit Sir

    My own UDF is updating using :

    [Field: Vch Qty]
    Use : Qty Primary Field
    Set as : $RimQty
    Storage : BhupQty
    Set Always: Yes

    But, I could not update with this

    [#Field: VCH Billed Qty]
    Set as: @@RimQty
     

    Attached Files:



  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    The problem is......it is your own report and within your report you have made a UDF and so it will be called perfectly.

    the FIELD : Vch Billed Qty is a Tally's default field...............so you need to do either of the two..............

    trace the COLLECTION associated with the VOUCHER report and compute your value therein, which then can be called in that field.

    OR

    Objectify your UDF in [#Object : Vouchers]
     


  5. Anshul Garg

    Anshul Garg Member


    please specify how to objectify udfs
    or how to trace the collection


    I am facing same problem
     


Share This Page