Advanced Document Management Utility - File Browser

Discussion in 'Free Source Codes' started by teja varma, Mar 18, 2020.

    
  1. teja varma

    teja varma Active Member


    What it can do?
    -> Link Multiple Documents for any Voucher
    -> Register the Dll for file dialogue support
    -> You will find an option (Set/Alter Document Details) at bottom of every voucher


    Detailed Description and DLL Registration Procedure:
    https://github.com/tejavarma-aln/Advanced-Document-Management-Module/blob/master/README.md

    Project Link - Download files(DocumentLinker.dll,DocumentLinker.txt) :
    https://github.com/tejavarma-aln/Advanced-Document-Management-Module

    Here watch the video to get started


    Cheers,
    Varma.
     
    love and Frz like this.


  2. ONKAR

    ONKAR Active Member



  3. udaya

    udaya Active Member


    Friend i try reg the dll but id show error.....
     


  4. udaya

    udaya Active Member



  5. Murali.R

    Murali.R Member


    @teja varma sir i want weigh system dll (System to tally )
    please provide me dll file
     


  6. teja varma

    teja varma Active Member


    Make sure you don't have spaces in the path of DLL
    As per your screenshot, there is a space in "Program Files"
    So Place the dll in another folder or drive then register

    **Note
    Wherever you place the dll file make sure there should be no spaces in the file path
     


  7. Basit

    Basit New Member


    It's working well, but after linking the file
    if i want to see the attached files again via Daybook or Ledger summary
    there's no option to see it
    except only through Accounting vouchers
     


  8. teja varma

    teja varma Active Member


    great idea!
    its open source
    why don't you contribute that
     


  9. Frz

    Frz Member


    Super job
    off topic
    do you develop only Tally or any other accounting package
    Kindly contact me on frzroks@gmail.com
     


  10. narayane88

    narayane88 Active Member


    please find following for Cut Past Function & if disable 035 proceducre then working as copy past

    Thanks teja varma for this code




    ( These code working with Teja Varma's DocumentLinker.dll only)
    [Function:CopingFile]

    Variable:CopySource:String
    Variable:CopyDest: String

    Variable:Fileparam:String


    *01:If:$$IsCOMInterfaceInvokable:MsFileDialog
    02:Exec COM Interface:MsFileDialog:0
    03:Set:Fileparam:$$LastResult
    04:List Delete Ex:MsFileName
    05:For Token:TokenVar:##Fileparam:"|"
    06:List Add Ex:MsFileName:##TokenVar
    07:End For
    09:Else:
    10:Log:"Unable to invoke com interface"
    11:End If
    012: Set: CopySource:##MsFileName[Last]
    015: If:##CopySource ="OPFAILED" or ##CopySource="Error"
    018: Msg Box:"Please Select File Properly":"Please Select File Properly"
    019: Else
    025: Set: CopyDest:$$ApplicationPath +"\Photo\"+"123"+".jpg"
    030: Copy File:##CopyDest:##CopySource
    035: Delete File:##CopySource
    040: Msg Box: ##CopyDest:"Successfull Added in PortFolio of Student": "Error"
    042: End If
     


  11. love

    love Member


    Please add

    [#Report: VOUCHER]



    Local:Form:Default:Add:part:At End:IDocumentConfig

    [#Form : Default]
    Add: Button: IDocumentShowBt
     
    Last edited: Jun 3, 2020


Share This Page