StockItem Batch Expiry

Discussion in 'Tally Developer' started by Amit Kamdar, Aug 27, 2018.

    
  1. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Stock Item Batch Expiry Module..............

    Based on 30 days period.....will highlight Batches which has EXPIRED or will be Expiring soon.

    BER1 Capture.PNG

    With Columns...."Group/Godown" and "Category"....... Button on Right Button panel.........
    BER2 Capture.PNG
     
    Vinay Girotra and Jaydeep Shah like this.


  2. Rohit Khedar

    Rohit Khedar Member


    Very Nice Sir ;;
     


  3. Jaydeep Shah

    Jaydeep Shah Member


    Very good........superb effort. ;):)
     


  4. Rohit Khedar

    Rohit Khedar Member



  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    The presentation is for the benefits of other members so as to have a idea of developing on their own........
     


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Are you in the business of collecting codes??
     


  7. Rohit Khedar

    Rohit Khedar Member


    Sir no for business,. maybe Your thinking is wrong, i just want to my liking only.............
     


  8. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    If I were to think ........ I would not be asking. Notice the 2 question marks in my earlier post. So it is a question ....not a statement.

    Anyway, I do not share complete codes.....as my experience shows......many idiots here are selling as their own....without permission and due credit to original makers.

    I also know a few members who have multiple IDs....one male...one female...... breaks the code in two parts and ask others for solutions.... while at the same time that member does not have any DAMN idea on how and what way to make his/her codes.... maybe...he/she must NOT be an practical ACCOUNTANT in any real sense, cause he/she have no real idea on how to present a TDL report that is commensurate with Accounting Standards and acceptable Accounting principles.

    So I only share experience and knowledge here. And also try to help those who really make an effort to make TDLs. If you are stuck with any coding problems, I would be glad to assist.

    That is what the real purpose of this forum is. This is not a TDL shop.

    Any TDLs I would like to or decide to share ........... would appear in Free Source Codes section.
     
    Jaydeep Shah likes this.


  9. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Well Said Mr. Amit Kamdar
     


  10. Vinay Girotra

    Vinay Girotra New Member


    Good Day Sir

    I am new to TDL. I have a query to understand the collection structure..
    I want to get Godown wise Stock Report and would like to understand how does the Godown and Stock Item stock is stored in Tally Collection.

    Also please advice if there is any documentation or writ up on Tally Collections available.

    Thanks and Regards.
     


  11. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Collection as the name implies...collects data from various fields as defined in tally or user defined. Based on various permutation and computations as defined by the user, it collects the data.

    There is no surefire way to study and implement, as the collection parameters varies a lot based on a user requirement.

    You are directed to visit Tally developer, find the report that you want to study, find the collection associated with that report and then study how it has been defined and how it helps in collection of data.
     


  12. dipak kumar singh

    dipak kumar singh New Member







    hi sir

    please provide Stock Item Batch Expiry Module source code.
     


  13. Anand Sharma

    Anand Sharma Member


    Amit Ji
    Please Help....

    I want to click "Do You Want To Hide Invisible Line?" line on yes on invisible permission report

    but line not invisible on "Invisible Command Report".

    Please Help Me....
    My Code is This With Image :

    [#Menu:Gateway of tally]
    Add:Item:Invisible Permission:Alter:InvisiblePermission
    Add:Item:Invisible Command Report:Alter:Invisible Line

    [Report:InvisiblePermission]
    Form:InvisiblePermission
    Object:Company

    [Form:InvisiblePermission]
    Part:InvisiblePermission

    [Part:InvisiblePermission]
    Line:InvisiblePermission

    [Line: InvisiblePermission]
    Fields : Medium Prompt, InvisiblePermission
    Local : Field : Medium Prompt : Info : $$LocaleString:"Do You Want To Hide Invisible Line?"
    Space Top : 0.4

    [Field: InvisiblePermission]
    Use : Logical Field
    Modifies: InvisiblePermission
    Storage : InvisiblePermission

    [Variable: InvisiblePermission]
    Type : Logical
    Persistent : Yes

    [System:UDF]
    InvisiblePermission:Logical:10001




    [Report:Invisible Line]
    Form:Invisible Line

    [Form:Invisible Line]
    Part:Invisible Line

    [Part:Invisible Line]
    Line:Invisible Line

    [Line:Invisible Line]
    Field:Invisible Line
    Invisible : NOT #InvisiblePermission

    [Field:Invisible Line]
    Info:"Line Will Be Invisible"
     

    Attached Files:



  14. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    First of All....explain to me.... Why you want to HIDE an Invisible line.....Invisible means not seen....same as hide.....

    Anyway it can work.... add these two line....

    Variable : InvisiblePermission
    Set : InvisiblePermission : "No"
    in ........... [Report:InvisiblePermission]

    Also alter.........
    [Line:Invisible Line]
    Field:Invisible Line
    Invisible : $InvisiblePermission="No"

    Even then you will get an error message, since you are rendering the LINE as invisible.......tally will return an error...... No visible Parts or Line.

    And please ensure in future, you make a new POST for new topic.....topic within topic is like mixing Pakoras in Pizza.
     


  15. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Since you want the source code....which means loss of business for me, it will cost around 50k. If interested, let me know.
     


Share This Page