HSN Code

Discussion in 'Free Source Codes' started by dipu369, Jun 22, 2023.

    
  1. dipu369

    dipu369 Member


    Amit Sir . After updating Tally Prime 3.0 , HSN Code is not coming in my report . My code was
    Set as : $(LEDGER,$LEDGERNAME).GSTDETAILS[LAST].HSNCODE . Please help me.
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You will have to wait till END of month ... as I am out and not yet upgraded to Prime 3.0 -- so can't comment anything right now.
     


  3. dipu369

    dipu369 Member


    Thanks Sir.
     


  4. prabhu11823

    prabhu11823 New Member


    Try this Code
    Set as:$GSTHSNCode:StockItem:$StockItemName
    For Stockitem
     


  5. abhinand vk

    abhinand vk Active Member


    Set as:If NOT $IsGSTApplicable Then "" Else $ComputedHSNCode
     


  6. vakul

    vakul Member


    [#Line : EI Column One]
    Add : Right Field: At Beginning:EBHSNCode
    [Field:EBHSNCode]
    Use:Name Field
    Set as: "HSN Code"
    Skip: Yes
    Border:Thick Left Right
    Width:10
    Align: Center
    [#Line : EI Inv Info]
    Add: Right Field:At Beginning:EBHSNCodeNo
    [Field:EBHSNCodeNo]
    Use: Name Field
    Set as:$GSTHSNCode:StockItem:$StockItemName
    Width:10
    Align: Center
    Set Always: Yes
    Skip: Yes
     


  7. vakul

    vakul Member


    AFTER UPDATING TO 3.0, HSN CODE COLUMN IS MISSING IN STOCK SUMMARY

    [#Field: DSP ReportTitle]
    add:fields:After:DSP NameTitle:LearnwellSHsnT
    [Field:LearnwellSHsnT]
    Set as :"HSN-SAC"
    color:blue
    style:bold
    [#Field: DSP AccName]
    add:fields:After:DSP DispName:LearnwellSHsn,
    [#Field: DSP DispName]
    Width:40
    [Field:LearnwellSHsn]
    Use : Short Name Field
    Set as :$GSTHSNCode:StockItem:$StockItemName
    width:10
    color:Blue
     


  8. Preyash Shah

    Preyash Shah New Member


    Just add below mentioned line in your HSN Code Field

    Set as : If NOT $IsGSTApplicable Then "" Else $ComputedHSNCode
     


  9. dipu369

    dipu369 Member


    I got it. It will be
    Set as : $(LEDGER,$LEDGERNAME).HSNDetails[Last].HSNCode
     


  10. dipu369

    dipu369 Member


    Amit Sir,
    After updating Tally Prime 3.0 Another complication found in my sales register i.e. BASIC AMOUNT computation is not coming .
    file attached (Only Field and collection attached) . Sir please help me for only "BASIC AMOUNT" .
     

    Attached Files:



  11. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    [System: Formula]
    MyBasicAmount : $Amount - (@@CGST + @@SGST + @@IGST)

    Then use @@MyBasicAmount in your field.
     


Share This Page