Free : Change Voucher Date

Discussion in 'Free Source Codes' started by drive, Nov 16, 2018.

    
  1. drive

    drive Active Member


    Quick Voucher Date Change Any Ledger Or Daybook Select Rows Or Current Row Press Ctrl+R And Set New Voucher Date
    It is free tcp no date restriction.
     

    Attached Files:

    Last edited: Nov 16, 2018


  2. udaya

    udaya Active Member


    Great sir....
     


  3. WISEMAN

    WISEMAN New Member


    [#Form: Day Book]
    Add: Button: After : DSPShowGP : InputNewDate

    [Button: InputNewDate]
    Title: "Set Date"
    Key: Ctrl+R
    Action List : InputDate, ModifyDate

    [Button: InputDate]
    Key: Ctrl+R
    Action: Alter: Rpt InputDate

    [Button: ModifyDate]
    Key: Ctrl+R
    Action: Call : FuncEdit


    [Function: FuncEdit]

    ;; Variable to Save MasterID
    Variable : MSTID : String

    ;; Walking Over Current Vouchers of Day Book
    100 : WALK COLLECTION : SELDayVouchers

    ;; Set Master ID to a Variable
    120 : SET : MSTID : "ID:"+ $$String:$MasterID

    ;; Set Object In Edit Mode
    130 : NEW OBJECT : Voucher : ##MSTID

    ;; Set Target to the First Ledger (PartyLedger)
    140 : SET TARGET : LedgerEntries[1]

    ;;Modifies Value of the Methord
    160 : SET VALUE : Date : #NDate

    ;; Back to Ledger Entry Object
    170 : SET TARGET : ..

    ;; Back to Voucher Object
    180 : SET TARGET : ..

    ;; Saving Object
    190 : ACCEPT ALTER

    200 : END WALK



    [Collection: SELDayVouchers]

    Data Source : Report : Current
    Fetch : All Ledger Entries


    [Report: Rpt InputDate]
    Title : "Update Voucher Date"
    Form : Input Date
    Auto : Yes

    [Form: Input Date]
    Part : Input Date
    Width: 25% Screen
    Height: 8% Screen

    [Part: Input Date]
    Line: New Date

    [Line: New Date]

    Field : Long Prompt , NewDate
    Local : Field: Long Prompt : Set As: "New Date"

    [Field : NewDate]
    Use : Short Date Field
    Modifies : NDate
    Border : Thin Box
    Width : 15

    [System : Variable]
    Ndate : " "


    [Variable : NDate]
    Type : Date
    Persistent : Yes
     
    Vikash_Dhamecha and mpal2311 like this.


  4. mpal2311

    mpal2311 Active Member



    Thanks for Sharing.
     


  5. uttam100

    uttam100 Member


    This code is already in this forum.
     



  6. HOW TO CHANGE LEGDER NAME LIKE DATE
     


  7. drive

    drive Active Member

    panam likes this.


  8. jaykay

    jaykay New Member


    Sir Pls share ur code sir.....
     


  9. Karan Rathore

    Karan Rathore New Member


    Above Link is Dead
     


  10. udaya

    udaya Active Member


    in google drive link show the err : This item might not exist or is no longer available
     


  11. drive

    drive Active Member


    For Change Objects
    Ledger Name, Voucher Type, Stock Item, Narration
     

    Attached Files:

    ASHOK, Vashisth, Rupesh H and 2 others like this.


  12. udaya

    udaya Active Member


    Mr. Drive ??????? thanks lot......
     


  13. Karan Rathore

    Karan Rathore New Member


    Thanks Mr. Drive
     


  14. Karan Rathore

    Karan Rathore New Member


    How can i stop duplicate sales / purchase entry
     


  15. drive

    drive Active Member

    ONKAR likes this.


  16. ONKAR

    ONKAR Active Member


    @drive sir, I want some help for other tdl, how to send sales to invoice direct to WhatsApp, please share your ideas / tdl
     


  17. Karan Rathore

    Karan Rathore New Member



  18. rajiv jaiswal

    rajiv jaiswal Member


    its showing error attribute defination started without a valid defination ??
     


  19. sumamehtra

    sumamehtra Member


    Drive sir, how to change in receipt ledger or bank name?
     


  20. sumamehtra

    sumamehtra Member


    Dear sir, in sales order voucher how to change due on date
     


  21. jaykay

    jaykay New Member


    Dear Drive Sir, I Want this Text File for creating some new Change Voucher Date.
    Pls help me and share this code to my email Id "jaykayprintpack@gmail.com"
    Quick Voucher Date Change Any Ledger Or Daybook Select Rows Or Current Row Press Ctrl+R And Set New Voucher Date
    It is free tcp no date restriction.
     


  22. panam

    panam Member


    dear sir,
    thanks for the tdl.
    its working fine.
    unbelievable. great work sir....
     


  23. Rupesh H

    Rupesh H New Member


    You are Awesome Sir!!!
    Thanks for sharing this type of TDL
    It will help to many members to resolve their accounts issue sir.
     


  24. sauravjain

    sauravjain Member


    In the tcp file ctrl+r clashes with remove line command in tally prime, hence please change the shortcut to the one which doesn't clash with existing tally shortcuts.
     


  25. Rupal Agarwal

    Rupal Agarwal Member


    Not working in bulk in Tally Prime
     


Share This Page