sundry debtors and creditors option from anywhere in tally

Discussion in 'Tally Developer' started by sauravjain, May 26, 2015.

    
  1. sauravjain

    sauravjain Member


    how to write a tdl in which it wil be capable of helping us to open sundry creditor or sundry debtor ooption directly from any where while working in tally..say for eg from gateway of tally or from purchase resgister any where we press the button and it takes us to sundry debtor or creditor option place in tallly.
     


  2. admin

    admin Administrator Staff Member



  3. sauravjain

    sauravjain Member


    i have tried using this format of coding to get to the sundry creditor(balance sheet--->current liabilities---->sundry creditor.) please modify the following code and how to write for sundry debtor as well . plz provide your inputs..thank u.
    [#Menu : Gateway of Tally]

    Add : Button :sundry cr

    [Button : sundry cr]

    Title : "SC"
    Key : Alt + S

    Action : Trigger Key : B,"Current Liabilities",ENTER,"Sundry Creditor"
     


  4. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Your requirement is that you want that in each & every screen of tally. But you have coded only in the [#Menu : Gateway of Tally]. Refer the TDL's it will help you to understand the concept.
     


  5. sauravjain

    sauravjain Member


    which tdl to refer..?
     


  6. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Add your buttons in the default toolbar. You will able to use it every where in the tally.


    [#Menu: Gateway OF Tally]
    Add: Toolbar Buttons: sundry cr

    [#Form: Default]
    Add: Toolbar Buttons: before : HelpButton : sundry cr
     


  7. dkp_jal

    dkp_jal Member


    How to add button or shortcut key in Gateway of Tally for SALE & PURCHASE REPORT.
    Please Help.
    Thanks in Advance.
     


  8. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Mr. Patel use this...


    [#Menu : Gate Way of Tally]
    Add : button : Sales Reg
    [Button : Sales Reg]
    Title : $$LocaleString:"Sales Reg"
    Key : ALT + z
    Action : Display : Sales Register


    [#Menu : Gate Way of Tally]
    Add : button : Pur Reg
    [Button : Pur Reg]
    Title : $$LocaleString:"Pur Reg"
    Key : ALT + w
    Action : Display : Purchase Register
     


  9. dkp_jal

    dkp_jal Member




    Thanks Mr. Taufeeq Shaikh
     


Share This Page