help needed

Discussion in 'Free Source Codes' started by panam, Oct 24, 2020.

    
  1. Himanshu-2002

    Himanshu-2002 Active Member


    Sir Find The Collection Name and and Method Name In and Replace it Using the Following Syntax

    $$FullList: <Collection Name>: <Method Name>
     
    panam likes this.


  2. panam

    panam Member


    bro, is $$FullList is function or not
    i am not understanding
     


  3. Himanshu-2002

    Himanshu-2002 Active Member


    Everything Which Contains $$ Is a Function
     
    panam likes this.


  4. panam

    panam Member


    thank u bro for the instant reply and help.
     


  5. panam

    panam Member


    but still confusion regarding the function
    Set as:$EIAccAllocname:$$AccountingAllocation
     


  6. panam

    panam Member


    i tried everything, i am not getting the result

    Set as:$$EIAccAllocname:vchAccAllocation

    Set as:$$EIAccAllocname:StockItem:$AccountingAllocation

    Set as: $$EIAccAllocname:AccountingAllocation:vchAccAllocation

    Set as: $$EIAccAllocname:AccountingAllocation:$EIAccAllocname

    Set as: $$FullList:AccountingAllocation:$EIAccAllocname

    Set as: $EIAccAllocname:StockItem:$StockItemName
     


  7. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You tried everything, except understanding the solution or guidance given by members.......

    Kindly try to understand the same for your better understanding.
     
    panam likes this.


  8. panam

    panam Member


    i am try to understand but i don't have subject knowledge. also i am beginner.
     


  9. Himanshu-2002

    Himanshu-2002 Active Member


    Sir For Example Try This

    Set as: $$FullList:
    InventoryEntries:$StockItemName


    Set as: $$FullList:
    InventoryEntries:$Rate


    Set as: $$FullList:
    InventoryEntries:$BilledQty



    Set as: $$FullList:
    BatchAllocations:$BatchName

    Set as: $$FullList:
    BatchAllocations:$ExpiryPeriod


    Please try to understand examples with the Syntax given...You will understand it...It is very simple
     
    panam likes this.


  10. panam

    panam Member


    Himansu bro Thank u again for guidance and valuable reply.
    Now i can understand your logic illustrated with example which is simple.
     


  11. Himanshu-2002

    Himanshu-2002 Active Member


    Nice To Hear That
     
    panam likes this.


  12. panam

    panam Member


    dear members,

    I want to count total nos of lines in a day book report or ledger report.
    for example
    i opened sales register.
    i gave period from 1-11-20 to 5-11-20.
    now i want to count the total lines of voucher from 1-11-20 to 5-11-20
    ex: if it has 30 voucher, it should display 30 lines.

    please help me.
     


  13. Himanshu-2002

    Himanshu-2002 Active Member


    Use a Function Named $$NumItems

    Syntax:-

    $$NumItems:<Collection Name>

    Example:-

    $$NumItems:Ledger

    Remarks:- This will return number of Ledgers

    So, You have to find the Collection Name of Day book and apply the Same

    Example:-
    For Party Ledger Statement Or Ledger Vouchers

    $$NumItems: VouchersofLedger

    Important Point:- You have to write Collection name without spaces
     
    panam likes this.


  14. panam

    panam Member


    dear members,
    i have another query which general topic of tally not tdl.

    i am selling mobile phone i am giving free 3d glass and pouch with it.
    now my query is , any option in tally to automatically bill these 3d glass and pouch while billing mobile phone.
    example:
    i am billing samsung a50 phone, automatically 3d glass and pouch items should also be added in sales voucher.
     


  15. Himanshu-2002

    Himanshu-2002 Active Member


    Use Voucher Class available in tally

    Search Voucher Class on YouTube
     
    panam likes this.


  16. panam

    panam Member


    Thank u bro for the reply and help.
    is $$NumItems and $$lines are same or different.
    please explain..
     


  17. panam

    panam Member


    Thank u bro for the reply and help.

    i think in voucher class only additional ledger can be defined but not stock item
     


  18. Himanshu-2002

    Himanshu-2002 Active Member


    $$Line Return The Current Line number irrespective of Collection
    $$NumItems Return the Last Line Number of Collection
    $$LineNumber Return the line number according to Collection
     
    panam likes this.


  19. Himanshu-2002

    Himanshu-2002 Active Member


    If Voucher Class Doesn't have the capability then you have to write a Function for it
     
    panam likes this.


  20. panam

    panam Member


    thank u bro for the good and nice explanation..
     


  21. Himanshu-2002

    Himanshu-2002 Active Member


    My Pleasure Sir.
     
    panam likes this.


Share This Page