how to call alternative units in sales invoice

Discussion in 'Requests' started by ahmed rishali, Feb 23, 2013.

    
Thread Status:
Not open for further replies.
  1. ahmed rishali

    ahmed rishali Member


    please tell me how can i call alternative units in sales invoice ( under quantity ) ?
    i already setup alternative unites when i creating items, also not user defined field
    please help me in this how to call alternative units under the quantity field
    thank you !
     


  2. ahmed rishali

    ahmed rishali Member


    :) i got it hehe

    Explode: BahartINV AltQty: @@InvWithQty AND NOT $$IsEmpty:$StockItemName AND NOT @@NoAltUnits


    [Part:BahartINV AltQty]

    Line:BahartINV AltQty

    [Line:BahartINV AltQty]


    Fields:BahartINV no1,BahartINV itm
    Right Fields:BahartINV AltQty,BahartINV Rate, BahartINV Amt
    Local: Field:BahartINV no1: Set As: " "
    Local: Field:BahartINV itm: Set As: " "
    Local: Field:BahartINV Qty: Set As: " "
    Local: Field:BahartINV Unit: Set As: " "
    Local: Field:BahartINV Rate: Set As: " "
    Local: Field:BahartINV Amt: Set As: " "

    [Field:BahartINV AltQty]


    Use : QtySecondaryField
    Align : Centre
    Style : ari1
    Format : "Bracketed,NoZero,Symbol,ShortForm"
    Set as : $BilledQty
    Set always : Yes
    Skip : Yes
    Inactive : $$IsEnd:$StockItemName OR @@NoAltUnits
    Invisible : NOT @@InvWithQty
    ; Width: 15% Page

    style :Ari1
     
    vyadav likes this.


  3. admin

    admin Administrator Staff Member


    Good.. Keep it up :)
     


Thread Status:
Not open for further replies.

Share This Page