Skip to content

tejavarma-aln/Advanced-Document-Management-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advanced-Document-Management-Module

Check out source code here - https://github.com/tejavarma-aln/Advanced-Document-Management-Module/tree/master/DocumentLinker

Link Multiple Documents for any voucher and master

Register the DLL DocumentLinker.dll for file Dialog support

Get Started

  1. Download the files Documentlinker.dll , DocumentLinker.txt
  2. Register the DLL as mention below
  3. Load DocumentLinker.txt in tally as normal TDL
  4. You will find an option at bottom of every voucher (Set/Alter Document Details ) dhich allows to Link documents
  5. Select multiple options(Yes/No) or click SELECT MULTIPLE button vice-versa which allows to select multiple documents
  6. Click SHOW DOCUMENTS button to display the linked documents
  7. In List of Documents Select the Document (one at a time) by hitting Space Bar and click OPEN button the View the document
  8. Optionally You can enter description/narration

Registering DLL

  1. Open CMD in administrator Mode (Elevated mode)

        For 64 Bit
    
  2. Type cd C:\Windows\Microsoft.NET\Framework64\v4.0.30319 ;;change directory

        For 32 Bit
    
  3. Type cd C:\Windows\Microsoft.NET\Framework\v4.0.30319 ;;change directory

  4. Type regasm Documentlinker.dll /codebase ;;Give Full path of the Documentlinker.dll.dll file and give space then enter /codebase

  5. You will get success message after it registered

Requirements

1).Net Framework 4.x.x

You can Download from here : https://dotnet.microsoft.com/download/dotnet-framework/net40

About

Link Documents with Vouchers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages