VOUCHER CREATING USER, DATE & TIME

Discussion in 'Free Source Codes' started by SANTHOSH C KURIAN, Jan 23, 2015.

    
  1. SANTHOSH C KURIAN

    SANTHOSH C KURIAN Active Member


    Find a code which enables the following:
    "Name of the Creator" + "Date & Time of Creation"
    On - Payment & Receipt Vouchers and on Formal receipts

    F11 Company Features enable the print user name function
    The company should be with security level enabled...................

    The date & time of creation is Non editable.....

    Kindly let me know if any problems in the code
     

    Attached Files:

    Last edited: Oct 12, 2018
    pudkedheeraj likes this.


  2. priya

    priya Member


    wonderful, let me try and give you the feed back. Thank you. Why not extend it to all the vouchers, so that in case of crash, it would be easier to restore. Just an idea shared with you
     


  3. SANTHOSH C KURIAN

    SANTHOSH C KURIAN Active Member


    Thank you Priya, I think it is applicable in all the vouchers viz., Contra, Payment, Receipt, Journal, Sales, Purchase, DN & CN. Please let me know any further enhancement to be done in the code. The following code will implement the details of creator, date & time of every ledger master:

    [#Part: Led Other Details]
    Add : Line : At End:CrDtTm2


    [Line: CrDttm2]

    Field:Medium Prompt, CrDtTmFld2
    Local:Field:Medium Prompt:Set as:"Created By"
    Local:Field:Medium Prompt:Color:"Red"



    [Field:CrDtTmFld2]
    Option:CrDtTmFld3:$$InCreateMode
    Storage:CrDtTm1
    Read Only:Yes
    Skip :Yes
    Color:"Red"

    [!Field:CrDtTmFld3]
    Use:Name Field
    Set as: $$CmpUserName +" On " + $$String:$MachineDate + " @ " + $$String:$$MachineTime
    Set Always:Yes
    Read Only:Yes
    Skip :Yes
    Width:mad:@MediumWidth+12
    Color:"Red"


    [System: UDF]
    CrDttm1 : String : 1328

    Thanks & Regards
     
    Mahesh Sethi likes this.


  4. Mahesh Sethi

    Mahesh Sethi Member


    Dear Santhosh Ji,

    Add one line in voucher creation txt file when another user alter the voucher then details of alteration user date & time will also store & if after alteration voucher its take a print then both information create , alter User name date, Time .

    Thanks & Regards,

    Manish Patil
     
    Last edited: Jan 29, 2015


  5. SANTHOSH C KURIAN

    SANTHOSH C KURIAN Active Member


    Dear Manish Sir,

    Tried to adopt your instructions and code is revised, please check and revert.

    Thanks & Regards
     

    Attached Files:

    Mahesh Sethi likes this.


  6. Mahesh Sethi

    Mahesh Sethi Member


    Dear Sir,

    Thanks a Lot for your Quick Replay.
    Can you have a hospital module...
    i have required, if you devlop then pls mail details on my mail id tally_indore@yahoo.com

    Awaiting for your replay.

    Manish
     


  7. mpal2311

    mpal2311 Active Member


    Great. Thanks for Sharing.
     


  8. Rajsrisrimal

    Rajsrisrimal Member


    Santosh Ji,
    Please help us to use this TDL in Tally 9.214 old Version.
     


  9. priya

    priya Member


    very nice. I just tried it; but it show the status altered, merely by opening it or taking a print of it. Only, if material alteration is carried out, then only the alteration details to be noted. This is is my opinion and members may differ. All said and done, it is a very good application and thank you very much. If you suitably alter the code, to incorporate what I have said here, it will be very good. Bye
     


  10. Nupur

    Nupur Member


    :):):):):):):):):):) thanx
     



  11. // thanks ..
     


  12. N vinoth

    N vinoth Guest


    Thank you santhosh ji
     


  13. N vinoth

    N vinoth Guest


    santhosh ji do one thing if tally start at that time to popup a current date outstanding partwise
     


  14. saif

    saif New Member


    Santosh Ji,
    Please help us to use this TDL. But it show Error T0008: Could not find original description for line- PRCT ChqReallisation.
     
    sattam likes this.


  15. BHAVESH P BAKHAI

    BHAVESH P BAKHAI New Member


    I have created my own voucher type as DV BBY. At the time of voucher printing DV BBY Voucher is coming instead of that i want Debit voucher
     


  16. Azmat

    Azmat New Member



  17. vaithy

    vaithy New Member


     


  18. vaithy

    vaithy New Member


    boss thank you very much... but can u give me payment advice also
     


  19. vyadav

    vyadav Member


    Dear Santosh Sir,,

    VCH CREATION detail is so great full but, if many users alter a same voucher (LIKE:- payment , receipt , etc )
    then txt file show only first alter user name ?
    Can you show all alter user name , I am also use these code but it's not working

    [!Part: VCHCrDtTm]
    Add : Lines : CrDtTm, AltDtTm
    Repeat : AltDtTm : EveryTime
    Scrolled : Vertical

    [System: UDF]
    CrDttm : String : 1327
    AltDtTm : String : 1329
    EveryTime : Aggregate : 4000

    please check sir,,,
     
    zakirhossain likes this.


  20. sattam

    sattam Active Member


    Sir it shows Error T0008: Could not find original description for line- PRCT ChqReallisation.pls help me
     


  21. sattam

    sattam Active Member


    Sir it shows Error T0008: Could not find original description for line- PRCT ChqReallisation.pls help me
     


  22. Md. Moklasur Rahman

    Md. Moklasur Rahman New Member


    Mr. Santhosh,
    Nice, May I Get Your Email ID? Please Send in this moklasur1978@yahoo.com

    Mokles
    Dhaka, Bangladesh
     


  23. vyadav

    vyadav Member


    Dear Santosh Sir..

    How can i my create collection in TDL (Like- Create Ledger Form type ), make a report Visitor Register

    if i create filed and stored value but error mgs show company not found , and form are not accept, please sir give me a tips ,, for how to make
    my create collection

    [object : Company]
     


  24. sattam

    sattam Active Member


    SANTOSH SIR VERY GOOD TDL BUT @@COPY MODE IT TAKES PREVIOUS VOUCHER USER NAME DATE AND TIME.PLEASE UPDATE THE CODE.
     


  25. parthm42

    parthm42 New Member


    it is possible for inventory item group and items ?
     


Share This Page