These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
123Next pageLast page
 

Eve Corp. Management : 2.0.0 release is out !!!

Author
diabeteman
Diabete Studios
#1 - 2012-04-21 21:48:55 UTC  |  Edited by: diabeteman
Hello everyone,

ECM is a management and decision-making helper-application for EVE corporations. Please come and visit here: http://eve-corp-management.org/

After 6 long months of hard work we finally made it and released a brand new version Big smile

ECM Features are :

Human resources management
- Monitoring of the members of the corporation (arrivals & departures, roles/titles changes)
- Association of the members to players In Real Life
- Calculation of the potential risk of each member (according to his/her access rights)
- Member sessions tracking (login/logoff) *

Assets management
- Browsing of all the hangars of the corporation (including deliveries hangars and In-Space assets)
- History accessible through to a diff mechanism
- Localization of in-space assets *
- Retrieval of player-defined names for ships and containers *

Corporation accounts monitoring
- Wallet journals (with more information than in the In Game interface)
- Tax contribution stats (per member and per solar system)
- Corp contracts *
- Market orders *

POS monitoring and management *
- Comprehensive list of all the control towers owned by the corp. *
- Showing specific towers only to groups of users. *
- Fuel & silo levels *
- Local system assets *

Industry management system *
- Full-blown online corporation shop *
- Catalog & pricings management *
- Corp blueprints management (synchronization with corp assets) *

* = new in 2.0.0


See you soon Cool

Initiator and CTO of Eve Corp. Management

Penny Hangover
Deep Core Mining Inc.
Caldari State
#2 - 2012-04-21 21:49:52 UTC
Thumbs up!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Tash Rockski
Silent Raven Accord
#3 - 2012-04-21 21:56:44 UTC
Nice features and fun to work with :cuir:
Con'Rad
Gardes Feydakin
#4 - 2012-04-22 01:25:42 UTC
nice work diabou PiratePirate
Labrena
Muppets Released
Forged of Fire
#5 - 2012-04-22 02:39:20 UTC
Upgrade from 1.4.9 didn't work.

Rollback didn't work.

Not synced (use migrations):
- ecm.apps.common
- ecm.apps.corp
- ecm.apps.hr
- ecm.apps.scheduler
- ecm.plugins.accounting
- ecm.plugins.assets
- ecm.plugins.industry
- ecm.plugins.pos
(use ./manage.py migrate to migrate these)
[ECM] Migrating from ECM 1.4.9...
[ECM] $ /usr/bin/python manage.py migrate hr 0001 --noinput
Unknown command: 'migrate'
Type 'manage.py help' for usage.


didn't see a way to add bug on your new site, unless I missed it.
San Pek
Garoun Investment Bank
Gallente Federation
#6 - 2012-04-22 10:18:51 UTC
Really good work mates
diabeteman
Diabete Studios
#7 - 2012-04-22 17:45:13 UTC
Labrena wrote:
Upgrade from 1.4.9 didn't work.

Rollback didn't work.

Not synced (use migrations):
- ecm.apps.common
- ecm.apps.corp
- ecm.apps.hr
- ecm.apps.scheduler
- ecm.plugins.accounting
- ecm.plugins.assets
- ecm.plugins.industry
- ecm.plugins.pos
(use ./manage.py migrate to migrate these)
[ECM] Migrating from ECM 1.4.9...
[ECM] $ /usr/bin/python manage.py migrate hr 0001 --noinput
Unknown command: 'migrate'
Type 'manage.py help' for usage.


didn't see a way to add bug on your new site, unless I missed it.

you need to upgrade django to 1.4

Initiator and CTO of Eve Corp. Management

Labrena
Muppets Released
Forged of Fire
#8 - 2012-04-22 23:20:44 UTC  |  Edited by: Labrena
diabeteman wrote:
you need to upgrade django to 1.4



Same thing

[ECM] Migrating from ECM 1.4.9...
[ECM] $ /usr/bin/python manage.py migrate hr 0001 --noinput
Unknown command: 'migrate'
Type 'manage.py help' for usage.

Python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>> django.VERSION
(1, 4, 0, 'final', 0)
>>>

When I attempt to go backwards (restore the db), this is what I get: http://pastebin.com/E2TujZ7P
diabeteman
Diabete Studios
#9 - 2012-04-23 11:46:51 UTC
Labrena wrote:
Same thing

[ECM] Migrating from ECM 1.4.9...
[ECM] $ /usr/bin/python manage.py migrate hr 0001 --noinput
Unknown command: 'migrate'
Type 'manage.py help' for usage.

Python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>> django.VERSION
(1, 4, 0, 'final', 0)
>>>

When I attempt to go backwards (restore the db), this is what I get: http://pastebin.com/E2TujZ7P

Ok sorry, there is a bug in the migration routine. At the moment, I don't know how to solve it so you will have to migrate things by hand.

Here is a workaround: http://eve-corp-management.org/projects/ecm/wiki/TroubleShooting#Upgrading-from-149-to-20x-fails-with-error-Unknown-command-migrate

Initiator and CTO of Eve Corp. Management

diabeteman
Diabete Studios
#10 - 2012-04-25 01:31:06 UTC
Labrena wrote:
[ECM] Migrating from ECM 1.4.9...
[ECM] $ /usr/bin/python manage.py migrate hr 0001 --noinput
Unknown command: 'migrate'
Type 'manage.py help' for usage.

Problem solved in ecm-2.0.2 :)

Initiator and CTO of Eve Corp. Management

Labrena
Muppets Released
Forged of Fire
#11 - 2012-04-25 04:08:47 UTC  |  Edited by: Labrena
diabeteman wrote:
Labrena wrote:
[ECM] Migrating from ECM 1.4.9...
[ECM] $ /usr/bin/python manage.py migrate hr 0001 --noinput
Unknown command: 'migrate'
Type 'manage.py help' for usage.

Problem solved in ecm-2.0.2 :)


Tried the 2.0.2 upgrade, and it did work.

Seems that the re-direct / static pages are not working correctly though.

Just getting text links, no images.

Resource not found

Sorry but the page you requested:

/static/ecm/img/logo.png

I did verify the img is in the correct path on the server. I also configured the reverse proxy to see if that would resolve it, but it did not.

Some of the pages also say:

Loading data from server...

and never update

And a bunch of these got tossed up to my email:
[Django] ERROR: No celestial found for id: 61000611
diabeteman
Diabete Studios
#12 - 2012-04-28 02:27:07 UTC
Labrena wrote:
Tried the 2.0.2 upgrade, and it did work.

Seems that the re-direct / static pages are not working correctly though.

Just getting text links, no images.

Resource not found

Sorry but the page you requested:

/static/ecm/img/logo.png

I did verify the img is in the correct path on the server. I also configured the reverse proxy to see if that would resolve it, but it did not.

Some of the pages also say:

Loading data from server...

and never update

And a bunch of these got tossed up to my email:
[Django] ERROR: No celestial found for id: 61000611

2.0.4.1 is out, it should solve these two problems Pirate

Initiator and CTO of Eve Corp. Management

PyroTech03
Caldari Provisions
Caldari State
#13 - 2012-04-28 19:45:40 UTC
I have a webserver running linux that I rent....but don't know anything about manual installs on the server side of things.

How hard would this be to actually install for a complete n00b?

Looks nice and would love to try it out.
Tash Rockski
Silent Raven Accord
#14 - 2012-04-29 17:54:30 UTC
We have a step by step installation guide here.

The installation of ecm and its python dependencies is fairly easy, setuptools does all the work for you:
Quote:
$ easy_install -O2 ecm


Since i am a total webserver noob myself, the best place to get your questions regarding configuration of your ecm installation answered would be our IRC channel: irc://irc.epiknet.org:6667/#ecm

Diabeteman is on vacation in some french forrest until tuesday though. Once he returns he could walk you through the webserver stuff.
Labrena
Muppets Released
Forged of Fire
#15 - 2012-04-30 00:46:04 UTC
diabeteman wrote:

2.0.4.1 is out, it should solve these two problems Pirate


I did the upgrade to 2.0.4.2 and it now works.

Only thing i'm having an issue with now, is the cron jobs.

Under 1.4.9 it was working fine. Updated it to the new cron url in the instructions, but it does not run.

If i goto the url via browser, it runs all of the scheduled tasks though.
Maratha Secda
Syndicate Enterprise
Sigma Grindset
#16 - 2012-04-30 05:01:34 UTC
How long should it say "Loading data from server..."?
Ajurna Jakar
Jian Products Engineering Group
#17 - 2012-04-30 13:07:41 UTC  |  Edited by: Ajurna Jakar
*crap*

http://eve-corp-management.org/ 

Ajurna Jakar
Jian Products Engineering Group
#18 - 2012-04-30 13:07:56 UTC
Labrena wrote:
diabeteman wrote:

2.0.4.1 is out, it should solve these two problems Pirate


I did the upgrade to 2.0.4.2 and it now works.

Only thing i'm having an issue with now, is the cron jobs.

Under 1.4.9 it was working fine. Updated it to the new cron url in the instructions, but it does not run.

If i goto the url via browser, it runs all of the scheduled tasks though.


well if you can pop on the irc channel we can help you out. tash and i might not be as good as diab, but we can defiantly help with most issues.


also depending on the page and what data is being pulled (some of the queries are not simple) it can take a little while. it shouldn't say it permanently.

http://eve-corp-management.org/ 

MJ Maverick
Hybrid Industrial
#19 - 2012-04-30 13:36:38 UTC
Do you have a link with a screenshots/demo page? Would be cool to see what this is about.
Maratha Secda
Syndicate Enterprise
Sigma Grindset
#20 - 2012-04-30 13:37:34 UTC
Ajurna Jakar wrote:
Labrena wrote:
diabeteman wrote:

2.0.4.1 is out, it should solve these two problems Pirate


I did the upgrade to 2.0.4.2 and it now works.

Only thing i'm having an issue with now, is the cron jobs.

Under 1.4.9 it was working fine. Updated it to the new cron url in the instructions, but it does not run.

If i goto the url via browser, it runs all of the scheduled tasks though.


well if you can pop on the irc channel we can help you out. tash and i might not be as good as diab, but we can defiantly help with most issues.


also depending on the page and what data is being pulled (some of the queries are not simple) it can take a little while. it shouldn't say it permanently.



That IRC server is blocked by my ISP, Comcast.
123Next pageLast page