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.
 

jEveAssets 4.1.2 (2017-06-07)

First post
Author
Golden Gnu
Lobach Inc.
#1201 - 2017-05-03 12:50:56 UTC  |  Edited by: Golden Gnu
@KenFlorian
The surplus column in the stockpile tool will show how many items you're above or below the current target.
I think that is what you're looking for?

The shopping list only list missing items.
The shopping list is actually more advanced than the stockpile tool itself, as it can handle multiple stockpiles at once.

Creator of jEveAssets - the asset manager

"Download is the meaning of life, upload is the meaning of intelligent life"

Johann Hemphill
Hedion University
Amarr Empire
#1202 - 2017-05-03 21:23:23 UTC
Golden Gnu wrote:
@Johann Hemphill
You're right, the percent full is the same as multiplier in the stockpile tool. I think it's useful, though and I'm pretty sure it was a feature request, from a long time ago.

It does not fit your needs, as it changes the needed amount. What you need is to hide items that are above X% full.
I think allowing you to set the percent yourself is the best option vs just a checkbox, what do you think?

Yes. I hope to hide items that are above X% full, accounting for buy orders and manufacturing and all the rest. Maximum customization is better than hardcoded single-use cases, so allowing the user to set the percent is best.
Sibak Armiveshni
Royal Amarr Foundry
#1203 - 2017-05-03 23:46:56 UTC
I can't seem to filter out ships from the "Tree" view.

Examples of filters that don't work remove ships from the "Tree" view:

And + Category + Does Not Contain + Ship
And + Group + Does Not Contain + Freighter (etc..)
And + Name + Does Not Contain + Providence
And + Flag + Does Not Contain + Assembled

I like to see what stations have things that need hauling by sorting stations by volume and / or value. Being unable to filter ships out (which I don't intend to haul).

No matter what I do, the ship and it's value show up. Is there some what to do this? This does not occur in other sections. Filtering works as expected in the "Assets" tab.

Thanks for the awesome program, I'd have no idea how I was doing without it!

o7


Golden Gnu
Lobach Inc.
#1204 - 2017-05-04 07:15:16 UTC  |  Edited by: Golden Gnu
@Johann Hemphill
I have added it to the todo list, I hope to finish it for next feature release.

@Sibak Armiveshni
Thank you for your bug report.
I can reproduce the problem.
The problem is that you're excluding ships, but, still including items fitted to the ships. The fitted items would have no parent, if the ship was removed from the list. I can't think of a good way to fix this. I'm open to ideas...

EDIT:
It's possible to filter out single ship types this way:
[TREEASSETS] [No Dominix]
[AND] [CONTAINER] [CONTAINS_NOT] [Dominix]
[AND] [NAME] [CONTAINS_NOT] [Dominix]


You can import the filter: Load > Manage... > Import
It's a bit complicated I admit, but, It's the best I can do ATM.

Creator of jEveAssets - the asset manager

"Download is the meaning of life, upload is the meaning of intelligent life"

Tonto Auri
Vhero' Multipurpose Corp
#1205 - 2017-05-06 14:13:47 UTC
http://prnt.sc/f4smeu

Just got this one. Is this intermittent or smth serious?

Two most common elements in the universe are hydrogen and stupidity. -- Harlan Ellison

salacious necrosis
Garoun Investment Bank
Gallente Federation
#1206 - 2017-05-06 14:53:46 UTC
Tonto Auri wrote:
http://prnt.sc/f4smeu

Just got this one. Is this intermittent or smth serious?


Probably intermittent. The third party source this pulls from (https://stop.hammerti.me.uk/api) is down at the moment. Caching is supposed to minimize exposure to that, but if the cache is empty...

Use EveKit ! - Tools for EVE Online 3rd party development

Golden Gnu
Lobach Inc.
#1207 - 2017-05-06 15:08:41 UTC  |  Edited by: Golden Gnu
@Tonto Auri
Thank you for the bug report.

Looks like the php code that cache the API is not working correctly.
I'm not sure why, but, it fails to save the file, it's always empty. What?
I upload a version downloaded with my browser and now it will work for an hour, at least.

EDIT:
I can't get the PHP file to run correctly on eve.nikr.net.
I have moved the citadel proxy to another server. I hope that will fix the problem for good.

EDIT2:
Looks like I have to release a new version to change the server.
The Citadel API will be static until I get time to release a new version.
I hope to get it done tonight or tomorrow...

EDIT3:
Finally got SSL enabled on the new cache server, so, now redirects will work.
Everything should be working more or less normal again.
The old server will redirect to the new server and the new server appears to be working without any problems.
I will contact support from the old server on Monday, to see if they can fix the problem.

Creator of jEveAssets - the asset manager

"Download is the meaning of life, upload is the meaning of intelligent life"

Tonto Auri
Vhero' Multipurpose Corp
#1208 - 2017-05-07 14:54:22 UTC
If the PHP code is available, I can take a look.

Two most common elements in the universe are hydrogen and stupidity. -- Harlan Ellison

Tonto Auri
Vhero' Multipurpose Corp
#1209 - 2017-05-07 16:20:25 UTC
Curious update notification. :)
http://prnt.sc/f55ogw

Two most common elements in the universe are hydrogen and stupidity. -- Harlan Ellison

Golden Gnu
Lobach Inc.
#1210 - 2017-05-07 17:02:43 UTC
Sadly I only have internet access on my mobile phone, at the moment. I hope to get internet again tomorrow, but, I have no way to fix this ATM. I will look into it ASAP when my internet return...

Creator of jEveAssets - the asset manager

"Download is the meaning of life, upload is the meaning of intelligent life"

Tonto Auri
Vhero' Multipurpose Corp
#1211 - 2017-05-07 22:03:43 UTC
Don't worry, it's just a minor inconvenience.

Two most common elements in the universe are hydrogen and stupidity. -- Harlan Ellison

Evanika
Patriotic Tendencies
#1212 - 2017-05-07 23:29:35 UTC
Tonto Auri wrote:
Curious update notification. :)
http://prnt.sc/f55ogw


I got the same issue today but it is coupled with not seeing all my old data for journals more than 60 days back.
Golden Gnu
Lobach Inc.
#1213 - 2017-05-08 12:15:52 UTC
I figured out I could use my phones internet on the computer.

1) Update problem: Should be fixed now.

Extra Info:
Yesterday, I forced HTTPS via mod_rewrite in .htaccess in the root directory of eve.nikr.net
All the jEveAssets stuff is in subfolders of eve.nikr.net and uses http (not https).
Java refuses to redirect between http and https by itself (as a security measure).
So, you end up with links that are not working as intended.
Now the update stuff is excluded from the rewrite rules and everything should work as normal.
I plan to move the update links to https in the next release.

2) Journals: Because of a bug in jEveAssets 3.0.0 all history for journals and transactions was deleted. I'm very sorry about that. The bug was fixed in 4.0.1, but, the history have already been lost and the damage can not be undone unless you have backups of the profiles. I would suggest you take a look at evekit, if you want to be absolutely sure never to lose any history again. If this is not what you're encountering, please, post again, and I will look into it ASAP.

Creator of jEveAssets - the asset manager

"Download is the meaning of life, upload is the meaning of intelligent life"

Tonto Auri
Vhero' Multipurpose Corp
#1214 - 2017-05-09 14:11:12 UTC
If you have full access to webserver configuration, it is best to avoid using .htaccess.
If you want to redirect all calls to HTTPS, just do it.
‹VirtualServer *:80›
ServerName example.net
Redirect permanent / https://example.net/
‹/VirtualServer›

Two most common elements in the universe are hydrogen and stupidity. -- Harlan Ellison

Golden Gnu
Lobach Inc.
#1215 - 2017-05-09 16:18:31 UTC
@Tonto Auri
Thanks for the info. Sadly I just have a cheap php webhotel, that does not allow access to the configurations.
But, It's good enough for my needs. And works as long as I don't mess with it. As I said before my PHP skills are terrible.
I do think the problem with the citadel proxy was an issue with my webhotel, but, now it's moved to my other webhotel, so fingers crossed, it should keep working this time.

I would like you to review the code, though. I will evemail about it tomorrow.
Thank you for your continued support and help with jEveAssets, much appreciated.

Creator of jEveAssets - the asset manager

"Download is the meaning of life, upload is the meaning of intelligent life"

Zen BraZen
Atlantia Corp
#1216 - 2017-05-14 20:35:52 UTC
Hey Fella,

I posted about Glacial Drift SKINs not appearing in the update. You asked me to speak to Eve Central to request help with including the SKINs data in their feed.

Seems like the awesome people at Eve Central have got it sorted and added Glacial Drift as well as Guardians Gala SKINs to their feed.

Thanks again for your help!
Golden Gnu
Lobach Inc.
#1217 - 2017-05-15 06:49:08 UTC  |  Edited by: Golden Gnu
@Zen BraZen
Thank you for the info.
I will release a data update later today.

Edit:
Update released

Creator of jEveAssets - the asset manager

"Download is the meaning of life, upload is the meaning of intelligent life"

Zen BraZen
Atlantia Corp
#1218 - 2017-05-15 11:09:08 UTC
Thanks very much for the speedy update response. Works like a charm!
Golden Gnu
Lobach Inc.
#1219 - 2017-05-15 13:15:29 UTC
jEveAssets 4.1.0 released

New Features:
-ESI structure endpoint (Resolve structure names, optional)
-Tracker: You can now add notes (Limitation: 1 note per day)
-Stockpile: Tags (just like in the Assets tool)
-Stockpile: Shopping list allow you to hide items above X% full

Changed:
-Rearranged the tool menu
-Creates backup of data when a new version is run for the first time
-Made the citadel update more resilient to errors
-Use https for updates and bug reports
-Stockpile: Optimized
-Assets: Type count column now counts BPO and BPC separately

Bug Fixes:
-Account import: Better handling of cancel and previous
-Stockpile: Shopping list did not include contract items
-Tree: Containers and ships was missing if their children was filtered out
-Tree: Category tool had unknown locations for items without a location
-Stockpile: All blueprints match both BPC and BPO

Creator of jEveAssets - the asset manager

"Download is the meaning of life, upload is the meaning of intelligent life"

Johann Hemphill
Hedion University
Amarr Empire
#1220 - 2017-05-20 00:14:43 UTC
The new stockpile is great! So responsive and the % cutoff shopping list is useful.
For me, industry jobs no longer count toward total stock though, since the stockpile revamp.
Example
Anybody else?