Need little help for cess on value and cess on qty. details

Discussion in 'Free Source Codes' started by praveen_pan, Apr 13, 2020.

    
  1. praveen_pan

    praveen_pan New Member


    Need small correction cess on value and cess on qty not show in attached code please help us

    [#Part: CMP COLBasics]
    Add: Lines: After: COLREGWithGSTIN:COLREGWithHSNSAC, COLREGWithLEDGER, COLREGWithGSTRate,

    [Line: COLREGWithHSNSAC]

    Fields : Medium Prompt, COLREGWithHSNSAC
    Local : Field : Medium Prompt : Info : $$LocaleString:"Show HSN/SAC Code ?" ;;; To Display Show party's GSTIN/UIN
    Invisible : NOT @@IsGSTOn

    [Field: COLREGWithHSNSAC]
    Use : Logical Field
    Modifies : COLREGWithHSNSAC

    [Line: COLREGWithLEDGER]

    Fields : Medium Prompt, COLREGWithLEDGER
    Local : Field : Medium Prompt : Info : $$LocaleString:"Show Ledger for Entry ?" ;;; To Display Show party's GSTIN/UIN
    Invisible : NOT @@IsGSTOn

    [Field: COLREGWithLEDGER]
    Use : Logical Field
    Modifies : COLREGWithLEDGER

    [Line: COLREGWithGSTRate]

    Fields : Medium Prompt, COLREGWithGSTRate
    Local : Field : Medium Prompt : Info : $$LocaleString:"Show GST Rate ?" ;;; To Display Show party's GSTIN/UIN
    Invisible : NOT @@IsGSTOn

    [Field: COLREGWithGSTRate]
    Use : Logical Field
    Modifies : COLREGWithGSTRate




    [System: Variables]
    COLREGWithHSNSAC : Yes
    COLREGWithLEDGER : Yes
    COLREGWithGSTRate : Yes
    COLREGWithCess : Yes
    COLREGWithCess on Qty : Yes

    [Variable: COLREGWithHSNSAC]

    Type : Logical
    Persistent : Yes

    [Variable: COLREGWithLEDGER]

    Type : Logical
    Persistent : Yes

    [Variable: COLREGWithGST Rate]

    Type : Logical
    Persistent : Yes

    [Variable: COLREGWithCess]

    Type : Logical
    Persistent : Yes

    [Variable: COLREGWithCess on Qty]

    Type : Logical
    Persistent : Yes

    [#Line: DSP ColVchTitle]
    Add: Field : After: DBC GSTIN:DBC HSNSAC
    Add: Field : After: DBC GSTIN:DBC LEDGERNP
    Add: Field : After: DBC GSTIN:DBC GSTRATE
    Add: Field : After: DBC GSTIN:DBC Cess
    Add: Field : After: DBC GSTIN:DBC Cess on Qty
    Local : Field:DBC HSNSAC : Set as : $$LocaleString:"HSN/SAC"
    Local : Field:DBC LEDGERNP : Set as : $$LocaleString:"Non Party Ledger"
    Local : Field:DBC GSTRATE : Set as : $$LocaleString:"GST Rate"
    Local : Field:DBC Cess : Set as : $$LocaleString:"Cess"
    Local : Field:DBC Cess on Qty : Set as : $$LocaleString:"Cess on Qty"
    [#Part: DBC QtyDetails]
    Local : Field : DBC LEDGERNP : Set as : $GSTEntryLedgerName

    [#Line: DSP ColVchDetail]

    Add: Field : After: DBC GSTIN:DBC HSNSAC
    Add: Field : After: DBC GSTIN:DBC LEDGERNP
    Add: Field : After: DBC GSTIN:DBC GSTRATE
    Add: Field : After: DBC GSTIN:DBC Cess
    Add: Field : After: DBC GSTIN:DBC Cess on Qty
    [Field: DBC HSNSAC]

    Use : Short Name Field
    Set as : $GSTItemHSNCodeEx;DBCHSNSAC
    Width : 0
    Style : Normal
    Bound : 8,15
    Invisible : NOT (##COLREGWithHSNSAC AND @@IsGSTOn)
    Scroll : Yes
    Border : Thin Left

    [Field: DBC LEDGERNP]

    Use : Short Name Field
    Set as : $GSTEntryLedgerName; DBCLEDGERNP
    Width : 0
    Style : Normal
    Bound : 8,15
    Invisible : NOT (##COLREGWithLEDGER AND @@IsGSTOn)
    Scroll : Yes
    Border : Thin Left

    [Field: DBC GSTRATE]

    Use : Short Name Field
    Set as : $GSTLedItemIGSTRateEx; DBCGSTRATE
    Width : 0
    Style : Normal
    Bound : 8,15
    Invisible : NOT (##COLREGWithGSTRATE AND @@IsGSTOn)
    Scroll : Yes
    Border : Thin Left
    Alignment : Centre

    [Field: DBC CESS]

    Use : Short Name Field
    Set as : $CESSLedItemCessEx; DBCess
    Width : 0
    Style : Normal
    Bound : 8,15
    Invisible : NOT (##COLREGWithCess)
    Scroll : Yes
    Border : Thin Left
    Alignment : Centre

    [Field: DBC CESS on Qty]

    Use : Short Name Field
    Set as : $CESSLedItemCessEx; DBCess on Qty

     


Share This Page