how to fetch quantity in secondary unit ?? Please help

Discussion in 'Requests' started by Anshul Garg, Jul 25, 2013.

    
  1. Anshul Garg

    Anshul Garg Member


    Hi i want to calculate brokerage as per the total billed quantity in secondary units. So, how do i fetch quantity in secondary unit. please help me.

    ex. Total Quantity is = 500 kg(primary) and 5 quintal(secondary)
    total brokerage= 5*3=15

    i was able to fetch the primary quantity using $$CollQtyTotal:InventoryEntries:$BilledQty
    but then how to fetch secondary quantity

     


  2. HVPatel

    HVPatel Active Member


    have u tried?, for your Field

    Type : Quantity : Secondary Units
     


  3. Anshul Garg

    Anshul Garg Member


    Thanks for replying buddy
    Thats not working for variable.

    i got it finally. we can it using following

    Variable: SecondaryQuantity: String
    Set:SecQua : $$String:##Quantity:"Secondary"
     
    mpal2311 likes this.


  4. HVPatel

    HVPatel Active Member


    its Great :)
     


  5. nasir

    nasir Member


    Field: SDn1MyVchqty_slr]
    ;Use : Qty Field
    Set: $$CollQtyTotal:InventoryEntries:$BilledQty
    Style: Normal
    Align:Centre
    Width: 8
    Border : Thick Left
    Color:black
    Background:Light Grey

    by using this code quantity fetching like (2600.00 nos) i need only (2600) not with nos and decilime places
     


  6. Johar

    Johar Member


    Dear NASIR,
    Chk with this: -----


    Use : Number Field
    Format : "NoZero, Decimals:0"
     


Share This Page