Book a Demo

Author Topic: HTML Report updated online  (Read 3301 times)

Luciano HG

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
HTML Report updated online
« on: April 29, 2011, 10:47:11 pm »
Hello all.

I need to show my  repository models to other people wich are out of my company. I cant give them access into my network, and i dont want to also.
So, i'm thinking show by a HTML Report, but i need to know if i can have a report wich is updated online (connected to the database, i guess).
Generate a daily report for myself is too much work to do. So a online HTML Report would be a great solution.

Thanks again, in advance.
Luciano.
« Last Edit: May 03, 2011, 05:20:20 am by pollo2008 »

Luciano HG

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: HTML Report updated online
« Reply #1 on: May 03, 2011, 04:42:57 am »
Hello.
I found something on internet. It is a clue that says that the html online report it is
possible. :)

"Automatically generate and publish a daily HTML report to your local
intranet"
This is possible by de Automation Interface. Now i'm searching about this
feature, but also i'll appreciate if anybody give me an extra help

Of course is not connected to a DB repository, but is useful.

Thanks in advance. If i find more, i'll tell you.
See you.
Luciano.

skiwi

  • EA Expert
  • ****
  • Posts: 2081
  • Karma: +46/-82
    • View Profile
Re: HTML Report updated online
« Reply #2 on: May 05, 2011, 02:09:24 pm »
I'm very interested in your answer ...
Orthogonality rules
Position and Team disestablished, thanks austerity.
Now itinerant.

Luciano HG

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: HTML Report updated online
« Reply #3 on: May 05, 2011, 10:35:50 pm »
Well, it's something like this:
With Automation Interface you can create Add-ins to add to EA. That Add-
ins can be developed in C, C#, VB, and others languages.
Then you will make a dll wich contain sentences wich creates a HTML
Report.
After you create dll (and register the key in the Windows registry), you will
have the Add-in installed in your EA. If you choose that it run
automatically when you start EA, it will generate a HTML Report without
your intervention.

I dont know if i will have the time to create it. If i will, of course i
will share it to the EA Community. But, before i have to evaluate if i
have to do that or not.

See you!

Luciano HG

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: HTML Report updated online
« Reply #4 on: May 06, 2011, 01:24:07 am »
To clarify, the option "HTML Report connected to DB" is not possible.
You can only have an Add-in wich execute at a time interval and actualice the report in some shared folder.

Regards