Inclusive Rate Value of StockItem

Discussion in 'Tally.ERP 9' started by Amit Kamdar, Oct 3, 2018.

    
  1. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Code:
    [Collection : SalesLoc Voucher]
        Type         : Vouchers : VoucherType
        Child of    : $$VchTypeSales
        Belongs to    : Yes   
        Fetch       : Date, VoucherTypeName, PartyLedgerName, Amount, Rate, LedgerEntries.*, InventoryEntries.*, InclusiveTaxValue
        Filter        : NOTIsOptionalVoucher, SalesLocExplodeFilter,    SalesLocFilter
    
    [Collection : SalesLocPartyExplode]   
        Source Collection : SalesLoc Voucher
        Walk        : All Ledger Entries, Inventory Entries,
        By            : PartyName            : $PartyLedgerName
        By            : SMLocItemName        : $StockItemName
        By            : SMLocVNo            : $VoucherNumber
        Compute        : SMLocActQty        : $ActualQty
        Compute        : SMLocBillQty        : $BilledQty
        Compute        : SMLocInclRate        : $InclusiveTaxValue
        Compute        : SMLocNettTotal    : $Rate * $BilledQty
        Filter        : SalesLocExplodeFilter    
    In the above the INCLUSIVETAXVALUE is not getting computed............

    Anyone find the mistake in above let me know.............
     


  2. NMS

    NMS Member


    Dear Amit Sir
    Try with this
    compute : SMLocInclRate :$INCLVATRATE
     


  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Dear NMS,

    Thanks buddy...that worked wonders..................
     


Share This Page