Document Linking system

Discussion in 'Free Source Codes' started by Frz, Sep 28, 2018.

    
  1. Frz

    Frz Member


    Attached document linking system i found online
    credit to the developer

    i found it works fine but only on new vouchers
    it doesn't work on already created vouchers
     

    Attached Files:

    Dhrupal Gorasiya likes this.


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    REMOVE............ Skip : $$InAlterMode
     


  3. grn

    grn New Member


    ;===Attach documents==;

    [#Part: VCH Narration]
    Add : Switch : BankDetRcpt : BankDet VCH Narration

    [Key : Execute Hyperlink1]
    Title: Goodwill
    Key : Left Click

    [!Part: BankDet VCH Narration]
    Add : Line : HyperlinkCompany

    [Line: HyperlinkCompany]
    Fields : Short Prompt, HyperlinkCompany
    Local : Field : Short Prompt : Info: $$LocaleString:"Linked Doc."

    [#Form: Sales Color]
    Add :Button :Open Attachment

    [#Form: Contra Color]
    Add :Button :Open Attachment

    [#Form: Payment Color]
    Add :Button :Open Attachment

    [#Form: Receipt Color]
    Add :Button :Open Attachment

    [#Form: Journal Color]
    Add :Button :Open Attachment

    [#Form: Payroll Color]
    Add :Button :Open Attachment

    [#Form: Debit Note Color]
    Add :Button :Open Attachment

    [#Form: Credit Note Color]
    Add :Button :Open Attachment

    [#Form: Purchase Color]
    Add :Button :Open Attachment

    [#Form: Memorandum Color]
    Add :Button :Open Attachment

    [#Form: Reversing Journal Color]
    Add :Button :Open Attachment

    [#Form: Stock Journal Color]
    Add :Button :Open Attachment

    [#Form: Delivery Note Color]
    Add :Button :Open Attachment

    [#Form: Receipt Note Color]
    Add :Button :Open Attachment

    [#Form: Rejection Inward Color]
    Add :Button :Open Attachment

    [#Form: Rejection Outward Color]
    Add :Button :Open Attachment

    [#Form: Physical Stock Color]
    Add :Button :Open Attachment

    [#Form: Sales Order Color]
    Add :Button :Open Attachment

    [#Form: Purc Order Color]
    Add :Button :Open Attachment

    [#Form: Indent Color]
    Add :Button :Open Attachment

    [#Form: Attendance Color]
    Add :Button :Open Attachment

    [#Form: JobOrderIn Color]
    Add :Button :Open Attachment

    [#Form: JobOrderOut Color]
    Add :Button :Open Attachment

    [Button : Open Attachment]
    Title : $$LocaleString:"Open Attachment"
    Key : Ctrl + O
    Action :Browse Url Ex : #HyperlinkCompany

    [Field: HyperlinkCompany]
    Use : Name Field
    Color : Blue
    Key : Execute Hyperlink1
    Storage : hyper1
    Local : Key : Execute Hyperlink1 : Action :Browse Url Ex: "D:\Goodwill\" + $VoucherTypeName +"\"+ #HyperlinkCompa
    Fullwidth : Yes

    [System: UDF]
    hyper1 : String : 1101
    ;================Goodwill Learningworld========================;
    ;====================Attach documents==========================;
    ;==================Goodwill learning world=====================;
     


  4. nasir

    nasir Member


    this code is not working in 9.1.1
     


  5. sivam

    sivam Active Member



    Check with Original Tally.
     
    Nallasivam likes this.



  6. Good Working ...
     


  7. WISEMAN

    WISEMAN New Member


    sir are you goodwill learning world
     


Share This Page