Can anybody help ?????

Discussion in 'Tally Developer' started by Joharfchhil, Jan 5, 2013.

    
  1. Joharfchhil

    Joharfchhil Member


    Dear Expert,

    The the sales voucher, I wanted total value of goods sold on MRP can any one guide me how to do so????

    Attached the screen shot of tally in that i have already taken the MRP amount from stock Master.

    Thanks
    Johar
     

    Attached Files:

    • SV.png
      SV.png
      File size:
      107.9 KB
      Views:
      53


  2. Joharfchhil

    Joharfchhil Member


    Dear Experts.

    Below are the sales voucher field, and to get total value of goods sold in MRP but unable to get the total below, can somebody help ????

    [#Line : EI InvInfo]
    Option : Global EI InvInfo
    [!Line: Global EI InvInfo]
    Add: Right Fields: At Beginning : Global IACode, Global IAMRP, Global IAMVAT
    [Field : Global IACode]
    Use: Short Name Field
    Set As: $OnlyAlias:StockItem:$StockItemName
    Align: Centre
    Border : Thin Left Right
    Width: 15
    Skip: YES
    [Field : Global IAMRP]
    Use: Number Field
    Storage: AMRP
    Set As: $AMRP:StockItem:$StockItemName
    Format: "NoZero,Decimals:2"
    Align: Centre
    Border : Thin Left Right
    Skip: YES
    [Field : Global IAMVAT]
    Use: Number Field
    Set As: $RateOfVAT:StockItem:$StockItemName
    Format: "NoZero, Percentage"
    Align: Centre
    Border : Thin Left Right
    Skip: YES

    [#Form: Export Invoice]

    Option : Global Export Invoice NP : @@IsSales

    [!Form : Global Export Invoice NP]

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

    [Field: Global Total MRP]

    Use : Global IAMVAT
    Border : Totals
    Set as : $$String:mad:@NumNumTotal
    Set always : Yes
    Skip : Yes


    [System: Formula]

    NumTotal : $$Number:$AMRP * $BilledQty
    NumNumTotal : $$CollNumTotal:InventoryEntries:mad:@NumTotal



    THANKS for the Help
     


Share This Page