Hide TallyShop

Discussion in 'Free Source Codes' started by Tarun Kaushik, Feb 4, 2020.

    
  1. Tarun Kaushik

    Tarun Kaushik New Member


    I want hide TallyShop Button from tally please help.
     


  2. balajimg

    balajimg Active Member


    modify that button with
    inactive : Yes
     


  3. Tarun Kaushik

    Tarun Kaushik New Member


    Balajimg Which button
     


  4. balajimg

    balajimg Active Member


    Tally shop button
     


  5. Tarun Kaushik

    Tarun Kaushik New Member


    Sir,

    I am not able to find button code.
     


  6. balajimg

    balajimg Active Member


    [#Button : ShopButton]
     


  7. bhuvangupta

    bhuvangupta New Member


    [#Button : ShopButton]
    Inactive: Yes

    Not working
     


  8. Tarun Kaushik

    Tarun Kaushik New Member


    [#Button : ShopButton]
    Inactive : Yes

    Not working
     


  9. Devendra_Rawat

    Devendra_Rawat Well-Known Member


    Interesting One..

    Try attached code..

    When we are in Tally Menu it doesn't show the button is inactive.. but it neither works

    Sales, Purchase, Journal, Debit note, credit note.. button becomes inactive.. but Payment and receipt voucher it is still active..


    Code:
    [#Menu: Main Menu]    
        Option            : MenuShopDisalbe            : Yes
    
    [#Menu: GateWayofTally]
        Option            : MenuShopDisalbe            : Yes
    
       ;;both ;;Tally Menu it doesn't show the button is inactive.. but it neither works
    
    [!Menu: MenuShopDisalbe]
       
        Local        : Button         : ShopButton         : Inactive : Yes   
       
    ;-----------------------------------------------------------------------------------------------------------
    [#Form: Default]
        Option        :DisableTallyShop    : Yes 
    
    ;;this inactivates the button in Tally product and features
    
    [#Form    : VCHBASIC Form]
        Option        :DisableTallyShop    : Yes
    
    ;this makes Sales, Purchase, Journal, Debit note, credit note.. button becomes inactive.. but Payment and receipt voucher it is still active..
    ;----------------------------------------------------------------------------------------------------------        
    [!Form: DisableTallyShop]
               
        Local        : Button         : ShopButton         : Inactive : Yes   
        


    Tally : Product and Features... where you upload the tdl it becomes inactive

    that means.. you need to research more
     


  10. Mukesh1001

    Mukesh1001 New Member


    test shop codes

    AddonShopCart
    AddonShopCarts
    Addon Shop Guid
    $AddonShopGuid = #SCRMainFldGUID
    Addon Shop Serial
    Addon Shop SubObj
    Addon Shop Sub Obj
    AddonShopVoucher
    Addon Shop Voucher
    @@HlpOffline_Shopping
    HlpOffline_Shopping
    @@HlpOnline_Shopping
    HlpOnline_Shopping
    @@HlpShop_Menu
    HlpShop_Menu
    $$LocaleString:"Shop"
    locOfflineShop
    @@locOfflineShop
    locShoppingCart
    @@locShoppingCart
    Offline Shopping
    Online Shopping
    ShopAddon
    ShopAddonKey
    ShopAddons
    ShopCurrencyFilter
    Shop Menu
    SVShopReportString
    "TallyShop.php"
    TallyShop.php
    "You are Shopping for Serial Number: "+ $AddonShopSerial
    "You are Viewing Price List for Serial Number: "+ $AddonShopSerial
     


Share This Page