MRP Value Total in Invoice

Discussion in 'Tally Developer' started by mpal2311, Jun 28, 2013.

    
  1. mpal2311

    mpal2311 Active Member


    Dear Experts,

    I want total of MRP Value i.e., MRP of an item * Qty in invoice as MRP Value. Please help me to get this detail.

    Thanks.
     


  2. mpal2311

    mpal2311 Active Member


    Please anyone can help me.
     


  3. Joharfchhil

    Joharfchhil Member


    [#Form: Export Invoice]

    Option : Global Export Invoice NP : @@IsSales or @@IsPurchase or @@IsCreditnote or @@IsDebitnote

    [!Form : Global Export Invoice NP]

    Local : Line : VCH NarrPrompt: Add : Right Fields : At Beginning : Global Total MRP

    [Field: Global Total MRP]

    Use : Global VCH IAMRP ;;VAT
    Border : Totals
    Set as : $$AsAmount:mad:@GTotalMRP
    Format: "NoZero,Decimals:2"
    Width: 15
    Set always : Yes
    Skip : Yes

    [System: Formula]

    GTotalMRP : $$CollNumTotal:InventoryEntries:$AIMMRPAMT


    [#Object : Inventory entry]

    AIMMRPAMT1 : $$Number:$AMRP * $$Number:$BilledQty
    AIMMRPAMT : $$Number:$AIMMRPAMT1
     


  4. mpal2311

    mpal2311 Active Member


    Not printing. Pl. Help.
     


  5. Joharfchhil

    Joharfchhil Member


    The above code is for displaying in voucher, i think you have to change $AMRP to $MRP because i have define UDF, In Print you define Field and Paste Set as : $$AsAmount:mad:@GTotalMRP you will get the result
     


  6. mpal2311

    mpal2311 Active Member


    Dear Sir,

    It is not displaying in voucher and not printing. Pl. help.
     


  7. Joharfchhil

    Joharfchhil Member


    you send your tdl file i will make correction and send it to you

    thanks
    johar
     


  8. mpal2311

    mpal2311 Active Member


    There is no TDL, I want this in default Invoice of Tally.
     


Share This Page