How can add a button in this form ?

Discussion in 'Requests' started by Hems, May 1, 2024.

    
  1. Hems

    Hems Member


    Dear sir
    What is the name of this form.

    I want to auto fill eway bill login id and password.
    For this I want to add a button but in developer not found that form name .

    So please help
    How can I do this. ??? IMG_20240501_122239.jpg
     


  2. AMIT JALAN

    AMIT JALAN Member


    Even I'm also looking for the same but looks, tally have restricted it.

     


  3. Hems

    Hems Member


    Thanks for
    Reply sir

    Sir
    tally walo ne ise restrict nahi kiya hai,
    Agar esa hota to
    YouTube pr iske liye tdl available hai, wo kaise banate hai.
     
    Last edited: May 3, 2024


  4. sattam

    sattam Active Member


    restricted But I think not for tally partner
     


  5. Hems

    Hems Member


    Sir
    Jo youtube pr tdl available kara rahe hai, wo sabhi tally partner nahi hai..
     


  6. sattam

    sattam Active Member


    then you have to call tally solution for confirmation is this restricted or not?
     


  7. Hems

    Hems Member


    Thanks sirji
    But I got solution for that.
    IMG_20240503_160351.jpg
     


  8. sattam

    sattam Active Member


    can't understand how? please explain are you use some function in this field?
     


  9. Himanshu-2002

    Himanshu-2002 Active Member


    Quite simple,
    It can be done by two ways:-

    1. By Altering the default Report in combination with function Context Keyword.

    Steps:
    Alter Default Report Defination and use the context keyword function to run the trigger key function on the e-way bill login report.

    2. By adding a key/button at form level and then using trigger function to fill data
     
    Hems likes this.


  10. Himanshu-2002

    Himanshu-2002 Active Member


    One point, The e-way bill login is indeed a restricted report So, except tally solutions no can see it's source code and the method I gave is just a workaround to do the job.
     


  11. ANANDH-laxmi

    ANANDH-laxmi New Member


    Could load in the tally prime was using it in the ERP
    please help me correct it.

    [#Line: EI COLUMNONE]
    Add: Right Field: At Beginning : LPURCOST, LSALEPRICE, LPROFIT
    Local: Field: LPURCOST Info: "Last Pur cost"
    Local: Field: LSALEPRICE : Info: "Last Sale Price"
    Local: Field: LPROFIT: Info: "Profit"
    [#Line: EI INVINFO]
    Add: Right Field: At Beginning: LPURCOST, LSALEPRICE, LPROFIT
    [Field: LPURCOST)
    Use : Rate Price Field
    Width : @@VCHRateWidth
    Set: $LASTPURCPRICE: STOCKITEM:$STOCKITEM
    Set Always: Yes
    Color: RED
    Skip: YES
    Style:LARGE BOLD
    Width: 12
    Invisible:NOT $$IsSales:$VOUCHERTYPENAME
    [Field: LSALEPRICE]
    Use: RATE FIELD
    Set: $LASTSALEPRICE: STOCKITEM:$STOCKITEM
    Set Always: Yes
    Color: red
    Skip: YES
    Style: LARGE BOLD
    Width: 12
    Space Left:2
    Invisible: NOT $$IsSales:$VOUCHERTYΡΕΝΑΜΕ
    [Field: LPROFIT]
    Color:BLUE
    Use: amount forex field
    Set as:mad:@netprofit
    [System:Formulae]
    netprofit: (#vchvalue-(#lpurcost*#vchbilledqty)
    [#Line:vch narrprompt]
    Add: Right Field: At Beginning:profittotal
    [Field:profittotal]
    Border: totals
    Use: amount field
    Width:10
    Set as:$$Total:LPROFIT
     


Share This Page