System Information Report In Tally with Tally Si No

Discussion in 'Tally Developer' started by DINESH S DHANWAR, Jun 30, 2012.

    

  1. Code:
    ;; Sri Ganeshji : Sri Balaji : Sri Pitreshwarji : Sri Durgaji : Sri Venkateshwara
    [#Menu : GateWayOfTally]
     
        Add : Key Item    : At End :  "System Information in Report"    : Y : Display    : Smp System Functions
       
     
    [Report: SMP System Functions]
     
        Form    : SMP System Functions
        Title    : "System Functions"
     
    [Form: SMP System Functions]
     
        Parts    : Form SubTitle, SMP System Functions
        Local    : Field    : Form SubTitle    : Info    : "System Information"
        Width    : 60% Page
     
    [Part: SMP System Functions]
     
        Lines    : SMP Tally Si No,SMP App Path, SMP Curr Path, SMP Sys Date, SMP Sys Time, SMP Sys Time HMS
        Lines    : SMP Sys Name, SMP Is Windows, SMP Win Version, SMP Windows User
        Lines    : SMP IP Address, SMP Mac Address
     
     
       
        [Line : SMP Tally Si No]
            Fields    : Medium Prompt, SMP System Functions
            Local    : Field    : Medium Prompt            : Set As    : "Tally Si No :"
            Local    : Field    : SMP System Functions    : Set As    : $$LicenseInfo:SerialNumber
           
     
        [Line: SMP App Path]
     
            Fields    : Medium Prompt, SMP System Functions
            Local    : Field    : Medium Prompt            : Set As    : "Application Path :"
     
            [Field: SMP System Functions]
     
                Use            : Name Field
                Set As        : $$SysInfo:ApplicationPath
                FullWidth    : Yes
     
        [Line: SMP Curr Path]
     
            Fields    : Medium Prompt, SMP System Functions
            Local    : Field    : Medium Prompt            : Set As    : "Current Data Path :"
            Local    : Field    : SMP System Functions    : Set As    : $$SysInfo:CurrentPath
     
        [Line: SMP Sys Date]
     
            Fields    : Medium Prompt, SMP System Functions
            Local    : Field    : Medium Prompt            : Set As    : "System Date :"
            Local    : Field    : SMP System Functions    : Set As    : $$SysInfo:SystemDate
     
        [Line: SMP Sys Time]
     
            Fields    : Medium Prompt, SMP System Functions
            Local    : Field    : Medium Prompt            : Set As    : "System Time :"
            Local    : Field    : SMP System Functions    : Set As    : $$SysInfo:SystemTime
     
        [Line: SMP Sys Time HMS]
     
            Fields    : Medium Prompt, SMP System Functions
            Local    : Field    : Medium Prompt            : Set As    : "System Time (HMS):"
            Local    : Field    : SMP System Functions    : Set As    : $$SysInfo:SystemTimeHMS
     
        [Line: SMP Sys Name]
     
            Fields    : Medium Prompt, SMP System Functions
            Local    : Field    : Medium Prompt            : Set As    : "System Name :"
            Local    : Field    : SMP System Functions    : Set As    : $$SysInfo:SystemName
     
        [Line: SMP Is Windows]
     
            Fields    : Medium Prompt, SMP System Functions
            Local    : Field    : Medium Prompt            : Set As    : "Is Windows :"
            Local    : Field    : SMP System Functions    : Set As    : $$SysInfo:IsWindows
     
        [Line: SMP Win Version]
     
            Fields    : Medium Prompt, SMP System Functions
            Local    : Field    : Medium Prompt            : Set As    : "Windows Ver :"
            Local    : Field    : SMP System Functions    : Set As    : $$SysInfo:WindowsVersion
     
        [Line: SMP Windows User]
     
            Fields    : Medium Prompt, SMP System Functions
            Local    : Field    : Medium Prompt            : Set As    : "Windows User :"
            Local    : Field    : SMP System Functions    : Set As    : $$SysInfo:WindowsUser
     
        [Line: SMP IP Address]
     
            Fields    : Medium Prompt, SMP System Functions
            Local    : Field    : Medium Prompt            : Set As    : "IP Address :"
            Local    : Field    : SMP System Functions    : Set As    : $$SysInfo:IPAddress
     
        [Line: SMP Mac Address]
     
            Fields    : Medium Prompt, SMP System Functions
            Local    : Field    : Medium Prompt            : Set As    : "Mac Address :"
            Local    : Field    : SMP System Functions    : Set As    : $$SysInfo:MacAddress
     
    ;; End-of-File
    
     
    hvg88 likes this.


  2. admin

    admin Administrator Staff Member


    Great post dear
     


  3. HVPatel

    HVPatel Active Member


    THANKS a Lot to Mr. Dinesh
     


  4. kamal

    kamal Member


    Dear Experts,
    How to add the same report both in Company Info screen and Gateway of Tally
    [#Menu : GateWayOfTally]
    and [#Menu: Company Info.]
     


Share This Page