in 5.xx how to get hsn code ?

Discussion in 'Tally Developer' started by rajendra mithari, Jul 30, 2016.

    

  1. dear experts pl guide

    [Line:pfchaptor]
    Space Top: 1 mms
    FieldS:medium prompt,name field
    Local:Field:medium prompt: set as: "Chaptor Heading No."
    Local:Field:NAME FIELD:SET AS: @@myfirststknm ; here i want hsn code of first itemname
    Local:Field:medium prompt:Full Width:No
    [System:Formulae]
    mysalegl:$allledgerentries[2].ledgername
    myfirststknm:$allinventoryentries[1].stockitemname
     


  2. Maulik Patel

    Maulik Patel Active Member


    Dear Rajendra Mithari,

    HSN Code is not stored in stock item object. it is being stored in Tariff Clasification object.

    Try this,
    $HSN:TariffClassification:($BasicTariffType:StockItem:$StockItemName)
     
    Dhrupal Gorasiya likes this.


  3. harbansh

    harbansh Active Member


    how fetch GST HSN Code same in voucher report
     
    SURENRA likes this.


Share This Page