Hot Key report with TDL

Discussion in 'Tally Developer' started by Nirav Merchant, Mar 2, 2013.

    
  1. Nirav Merchant

    Nirav Merchant Active Member


    Hi Friends Just sharing one of Program which give user to access Report with a Hot key ( Key Combination ) on any screen / report in Tally
    The following code enable user to get Last purc price of select item from any screen ( Hot Key ALT + L)
    ;;;----------------------------------------------------------------------------------------------
    /* Shree Ganeyshay Namaha : Jai Mata Dee : Jai Shree Krishna
    Date : 28.02.13
    TDL Scope : Hotkey to access Stockitem Last Purchase Cost
    Author : "Nirav Merchant : Solutions Computers"
    */
    [#Menu: gateway of tally]
    Add: Toolbar Buttons: itemhotkey

    [#Form: Default]
    Add: Toolbar Buttons: before : HelpButton : itemhotkey

    [button: ItemHotKey]
    Key: ALT + L
    Action: alter : ItemlastPurchase
    Title: "Item Purc Details"

    [Report: Itemlastpurchase]
    Form: Itemlastpurchase
    Title: "Last Purchase Price for Item"

    [Form: ItemlastPurchase]
    No Confirm: yes
    Part: ItemlastPurchase
    Option: Small size form

    [Part: Itemlastpurchase]
    Line: Itemlastpurchase

    [Line: Item last Purchase]
    Field: Itemselect, Short Name field
    Local: Field: Short name field : Set as: $lastpurcprice:stockitem:#itemselect

    [Field: Itemselect]
    Use: short name field
    Table: stockitem
    Show Table: Always
     


  2. laxman

    laxman Member


    V Good Option But We need last Sale Price Option Please Send last Sale Price code

    Thanks.
     


  3. Joharfchhil

    Joharfchhil Member


    DEAR LAXMAN,

    ONLY CHANGE REQUIRE IS INSTEAD OF $LASTPURCPRICE REPLACE IT WITH $LASTSALEPRICE
     


  4. laxman

    laxman Member


    thanks sir, and both code sale and Purchase
     


  5. Joharfchhil

    Joharfchhil Member


    Dear Laxman,

    Add two hotkey and add two different set of code for Sale & Purchase
     


  6. laxman

    laxman Member


    Sir, Please Check Code Item vallue Is Not Showing.



    ;;;----------------------------------------------------------------------------------------------
    /* Shree Ganeyshay Namaha : Jai Mata Dee : Jai Shree Krishna
    Date : 28.02.13
    TDL Scope : Hotkey to access Stockitem Last Purchase Cost
    Author : "Nirav Merchant : Solutions Computers"
    */
    [#Form: Accounting Voucher]
    Add: Toolbar Buttons: ItemsHotKey

    [#Form: Default]
    Add: Toolbar Buttons: before : HelpButton : ItemsHotKey

    [button: ItemsHotKey]
    Key: ALT + Z
    Action: alter : ItemlastPur
    Title: "Item Sale Details"

    [Report: ItemlastPur]
    Form: ItemlastPur
    Title: "Last Purchase Price for Item"

    [Form: ItemlastPur]
    No Confirm: yes
    Part: ItemlastPur
    Option: Small size form

    [Part: ItemlastPur]
    Line: ItemlastPur

    [Line: Item last Pur]
    Field: Itemsselect, Short Name field
    Local: Field: Short name field : Set as: $LASTPURCHASEPRICE:stockitem:#itemselect

    [Field: Itemsselect]
    Use: short name field
    Table: stockitem
    Show Table: Always
     


  7. mpal2311

    mpal2311 Active Member


    Use This

    ;;;----------------------------------------------------------------------------------------------
    /* Shree Ganeyshay Namaha : Jai Mata Dee : Jai Shree Krishna
    Date : 28.02.13
    TDL Scope : Hotkey to access Stockitem Last Purchase Cost
    Author : "Nirav Merchant : Solutions Computers"
    */

    [#Menu: gateway of tally]
    Add: Toolbar Buttons: itemhotkey

    [#Form: Default]
    Add: Toolbar Buttons: before : HelpButton : itemhotkey

    [button: ItemHotKey]
    Key: ALT + Z
    Action: alter : ItemlastSale
    Title: "Item Sale Details"

    [Report: Itemlastsale]
    Form: Itemlastsale
    Title: "Last Sale Price for Item"

    [Form: ItemlastSale]
    No Confirm: yes
    Part: ItemlastSale
    Option: Small size form

    [Part: Itemlastsale]
    Line: Itemlastsale

    [Line: Item last Sale]
    Field: Itemselect, Short Name field
    Local: Field: Short name field : Set as: $lastsaleprice:stockitem:#itemselect

    [Field: Itemselect]
    Use: short name field
    Table: stockitem
    Show Table: Always
     


  8. laxman

    laxman Member


    Thank You Verry Much .What can you talk about any option.
     


  9. mpal2311

    mpal2311 Active Member


    did'nt get you.
     


  10. fannu

    fannu Member


    than Q sir
     


  11. fannu

    fannu Member


    it is not work for any screen sir
     


  12. laxman

    laxman Member


    SIR, PLEASE MODIFY ATTACH FILE AUTO RECEIPT WORKING PARTICULER COMPANY JUST LIKE F 11 CONFIGURATION OPTION YES/NO .PRESENT WORKING ALL COMPANY'S
     

    Attached Files:



  13. mpal2311

    mpal2311 Active Member


    Please do something by yourself.
     


  14. laxman

    laxman Member


    dear sir,
    " ledger closing balance " Tool button provide just like item last sale price .....
     


Share This Page