Colletion

Discussion in 'Free Source Codes' started by Anand Sharma, May 24, 2019.

    
  1. Anand Sharma

    Anand Sharma Member


    Hello EveryOne

    Can I Create Own Collection...

    Plz Suggest Right Process
     



  2. Yes you can create own collection
     


  3. Ankur Tiwari

    Ankur Tiwari Member


    HOW? ANY SUGGESTION
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Depends on what you want to COLLECT, you can make your own.... as for HOW...... please do study the various collections in TDE............
     


  5. Anand Sharma

    Anand Sharma Member


    S
    Sir, Thanks For Replay,

    Plz Give me some example for create collection
     


  6. Karthick MS

    Karthick MS New Member


    ;; Examples as below

    ;; It will collect all ledgers
    [Collection : AllLedgers]
    Type : Ledger

    ;; It will collect all transactions
    [Collection : All Transactions]
    Type : Voucher

    ;;It will collect all cost centres
    [Collection : All Costcentres]
    Type : Cost Centre
     


  7. Ankur Tiwari

    Ankur Tiwari Member


    sir can we create own object like Ledger, Stock Godown etc
     


  8. Anand Sharma

    Anand Sharma Member


    My Question is same sr
     



  9. as much I know ans is No.
    You have to declare your Type with an existing type. Like
    [Collection: Your Coll Name]
    Type:ABC:Ledger
     


  10. Lynch

    Lynch Member


    As far as I know, collections created in two different ways
    Static collections - explicitly defining the collection
    Dynamic Collection - created at the run time by way of functions

    but I'm awfully eager to know how to work with them,
    while I search about collections in the TDE and the TDL Reference Manual, nope, i cant find a proper understanding about'em.
    I guess, I have to read again and again until I understand
     


  11. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Better and faster way to understand the quirks and moods of collections.....
    is to make a dummy data... containing 100 or so entries.....
    make a collection and understand the behavior it has...........
     


Share This Page