Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 30 .. 32 :: [one page] |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Jeronica
Tackled In Belt
3
|
Posted - 2012.09.16 01:54:00 -
[1] - Quote
Greetings Space Pilot!
3-4 months ago, we lost the hosted version of eve-profit.com Like any other capsuleer working with the tool, when it came down so abruptly, it left us in a shock.
After downloading the source code that was open sourced, I went ahead and tried to get it up running on my own server. However, looking over the code I saw that I could probably code my own application that can scale into something bigger.
Today, after 3 months (more like 2 weeks) of on and off developing, I'm releasing my own version of EVE-Profit as public beta. I've been using it, along with 2 other friends of mine, for the past 2 months.
Current Features
- Tracks transactions and journal entries
- Keeps track of your stock, per user account. Meaning if you buy on one character, and sell on another and both are added to the system, it will use the same stock pool.
- Displays your profit, per transaction.
- Has a functional "investor report". I am very interested in adding more information to this as the project grows.
- Built off an open source framework, known for it's security. XSS and query sanitation built in.
- Forces HTTPS. Does not currently work inside the IGB, working to fix that.
Ideas for the Future
- I would really love to add a brokering system for bonds. The information is all there, and in conjunction with the investor report, a prospective buyer can see the success of a bond offer, all API verified. With that information, they can purchase a slot in the bond, and send the ISK to the creator, again API verified.
- Work more on the investor report. I'm not an accounting expert one bit, so I'm not sure of every single graph that is relevant to people. If you know of any, feel free to tell me and I'll incorporate it.
- After Beta release, I will be making the code open source.
Sample Links/Images: Investor Report: https://eveprofit.tackledinbelt.com/reports/investorreport/4 Wallet Page: https://eveprofit.tackledinbelt.com/images/walletscreen.jpg
If you want any more information, feel free to evemail me ingame or email me. ([email protected])
Thanks for reading! I hope someone else will find use. If usage gets turned up, I will be coding more and more for it. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Makro SSRI
dat corp
5
|
Posted - 2012.09.16 15:22:00 -
[2] - Quote
Looks very interesting, the investor report is quite nice! Additional information which could be of interest: -total volume -sell/buy volume -returns on total volume/NAV -returns/volume for each of the 10 items with highest volume+returns and of the 10 items with lowest volume+returns
A few issues I noticed: -Log-in form says Email/Username, however only logging in using Email works -I get an annoying browser security warning because of url mismatch of the certificate used I think
Ideas: I understand that while this started with open source eve-profit and has evolved into your own project, there are still some features of eve-profit that could not only be useful but also be expanded upon, for example: -filter by item/items -viewing of different timeframes -table of items and possibility to sort in various ways (profit %/ISK, volume ISK/units, etc.) -stats on taxes and fees -more filtering/sorting in general, for example by region/system/station, price/volume/profit of items or locations and probably more stuff -option to add/remove graphs to investor reports -include assets at some point
All in all your project looks very promising and I hope you keep working on it! |

Jeronica
Tackled In Belt
7
|
Posted - 2012.09.16 17:16:00 -
[3] - Quote
Thanks for the suggestions Makro! The information is all there, all I have to do is code the modules to display it.
The issues: Login username: I will see what I can do to allow for either the username or email. I'm almost positive it can be done. SSL: I'm still working on getting the certificates. The web panel for the site didnt do that great of a job creating the self signed certificates. I created a cert on another service, but having errors importing it in. Will keep working on it during the week.
Your ideas: Let me first say that while the original eve-profit was a decent service, I did not like the way it was coded. I didn't use their code in any way. I will probably rename the whole project once all the kinks are worked out. I love the ideas about the timeframe, and seeing each individual item's statistics. Again I will be working on the code end of that over the next week.
Thanks for reply! In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

I Was There
Nigerian Drug Manufactory co.
3
|
Posted - 2012.09.16 17:19:00 -
[4] - Quote
I really LOVE this. The investor report makes it easy to see the traders capabilities. I've been using this since july(?).
|

Kivorno
Myanapa Corsica
6
|
Posted - 2012.09.17 11:51:00 -
[5] - Quote
I was a big fan of eveprofit and when the code got released I uploaded it on to my own server but never had the time to get round to developing on it.
Like previously mentioned some of the things you have added are a great assets to such a program.
What would be nice would be, if you know the price bought, what would be the RRP to sell the item to keep it above your threshold or the minimum needed to sell at so that you at least break even.
Otherwise keep up the good work, its fantastic! |

Jeronica
Tackled In Belt
7
|
Posted - 2012.09.17 15:02:00 -
[6] - Quote
Kivorno wrote:I was a big fan of eveprofit and when the code got released I uploaded it on to my own server but never had the time to get round to developing on it.
Like previously mentioned some of the things you have added are a great assets to such a program.
What would be nice would be, if you know the price bought, what would be the RRP to sell the item to keep it above your threshold or the minimum needed to sell at so that you at least break even.
Otherwise keep up the good work, its fantastic!
I've been thinking of adding a page like that, one that displays your current stock as far as the database sees. With a preference for your desired return percentage would be pretty easy to add, and using that could calculate the RRP/minimum price. I will keep that in mind when I develop that module.
Thank you I Was There, your help the past 3 months has been invaluable. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Salpad
Carebears with Attitude
47
|
Posted - 2012.09.18 07:21:00 -
[7] - Quote
Can your software take into account refining/reprocessing of materials? That is, if I buy a lot of meta 1/2 loot and refine it, and sell the minerals, does it still track profit, somehow? Same with ices and ores.
|

Jeronica
Tackled In Belt
10
|
Posted - 2012.09.18 13:50:00 -
[8] - Quote
Salpad wrote:Can your software take into account refining/reprocessing of materials? That is, if I buy a lot of meta 1/2 loot and refine it, and sell the minerals, does it still track profit, somehow? Same with ices and ores.
I currently do not have any way of tracking reprocessing items and getting that profit. I may take a look at it down the line, but it's not currently a priority. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

March rabbit
R.I.P. Legion
251
|
Posted - 2012.09.18 15:15:00 -
[9] - Quote
i had 1 problem with "old" EveProfit.
This is: putting some item (or amount of items) into IGNORE for tracking of sell. Example: i bought 1MN MWD for 1 mil for myself, then i bought 100 MN MWD for 10k and started to sell for 500k. Then i will get info "bought for 1mil, sold for 500k, loss - 50%". Putting that first 1MN MWD into IGNORE i will have info "bought for 10k, sold for 500k, you'r rich!" |

Jeronica
Tackled In Belt
11
|
Posted - 2012.09.18 15:26:00 -
[10] - Quote
March rabbit wrote:i had 1 problem with "old" EveProfit.
This is: putting some item (or amount of items) into IGNORE for tracking of sell. Example: i bought 1MN MWD for 1 mil for myself, then i bought 100 MN MWD for 10k and started to sell for 500k. Then i will get info "bought for 1mil, sold for 500k, loss - 50%". Putting that first 1MN MWD into IGNORE i will have info "bought for 10k, sold for 500k, you'r rich!"
From what I understand, is that the old program wouldn't differentiate between the 1mn and 100mn items? Not sure how that happened.
My script works on item ids, not names. Even if the names are similar, to the programs eyes, they would be very different. I don't see any scenario where that would happen in my program from what you're explaining.
Whenever I develop the stock module, showing your current stock/value/etc, I will have a way to remove stock without "selling" it. For example you purchase a hurricane for personal use, but you're also trading hurricanes, you can remove one hurricane from your stock. This is what I think you meant to mean, am I correct? In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |
|

March rabbit
R.I.P. Legion
251
|
Posted - 2012.09.18 16:14:00 -
[11] - Quote
Jeronica wrote:March rabbit wrote:i had 1 problem with "old" EveProfit.
This is: putting some item (or amount of items) into IGNORE for tracking of sell. Example: i bought 1MN MWD for 1 mil for myself, then i bought 100 MN MWD for 10k and started to sell for 500k. Then i will get info "bought for 1mil, sold for 500k, loss - 50%". Putting that first 1MN MWD into IGNORE i will have info "bought for 10k, sold for 500k, you'r rich!" Whenever I develop the stock module, showing your current stock/value/etc, I will have a way to remove stock without "selling" it. For example you purchase a hurricane for personal use, but you're also trading hurricanes, you can remove one hurricane from your stock. This is what I think you meant to mean, am I correct? You got it right, thanks! I meant exactly this. Just failed at writing... 
It's not good to post in forums while your SIP library is building...  |

Jeronica
Tackled In Belt
11
|
Posted - 2012.09.18 16:31:00 -
[12] - Quote
March rabbit wrote:Jeronica wrote:March rabbit wrote:i had 1 problem with "old" EveProfit.
This is: putting some item (or amount of items) into IGNORE for tracking of sell. Example: i bought 1MN MWD for 1 mil for myself, then i bought 100 MN MWD for 10k and started to sell for 500k. Then i will get info "bought for 1mil, sold for 500k, loss - 50%". Putting that first 1MN MWD into IGNORE i will have info "bought for 10k, sold for 500k, you'r rich!" Whenever I develop the stock module, showing your current stock/value/etc, I will have a way to remove stock without "selling" it. For example you purchase a hurricane for personal use, but you're also trading hurricanes, you can remove one hurricane from your stock. This is what I think you meant to mean, am I correct? You got it right, thanks! I meant exactly this. Just failed at writing...  It's not good to post in forums while your SIP library is building... 
In that case, expect to see that function in the coming week, the stock module is high up on my priority list to complete. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

sinamrali
SWARTA Mostly Clueless
2
|
Posted - 2012.09.18 19:35:00 -
[13] - Quote
Wait, are you saying that this has the ability to track profits per transaction now? I thought that was nearly impossible to do.
So if I had a buy order for a Cap Recharger II at 500,000, and I sold it days later for 555,000, it would report the exact profit of that item at 55,000? And not some average or anything? And can you export this data to Excel? |

Jeronica
Tackled In Belt
11
|
Posted - 2012.09.18 23:08:00 -
[14] - Quote
sinamrali wrote:Wait, are you saying that this has the ability to track profits per transaction now? I thought that was nearly impossible to do.
So if I had a buy order for a Cap Recharger II at 500,000, and I sold it days later for 555,000, it would report the exact profit of that item at 55,000? And not some average or anything? And can you export this data to Excel?
You are correct. It would actually be 55k, minus the transaction tax.
The one thing the program does not track, is the broker fee when setting up the order. I could not find a quick and viable way to apply that tax to every transaction.
I would also like to state that the automatic API pull has been disabled for the past few hours. I have to optimize some database queries to reduce the strain on the hardware. I expect it to be finished in 6 hours at the latest. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Vera Algaert
Republic University Minmatar Republic
354
|
Posted - 2012.09.18 23:30:00 -
[15] - Quote
Jeronica wrote:sinamrali wrote:Wait, are you saying that this has the ability to track profits per transaction now? I thought that was nearly impossible to do.
So if I had a buy order for a Cap Recharger II at 500,000, and I sold it days later for 555,000, it would report the exact profit of that item at 55,000? And not some average or anything? And can you export this data to Excel? You are correct. It would actually be 55k, minus the transaction tax. how do you calculate this? FIFO? LIFO? I'm a NPC corp alt, any argument I make is invalid. |

Jeronica
Tackled In Belt
14
|
Posted - 2012.09.18 23:40:00 -
[16] - Quote
Vera Algaert wrote:Jeronica wrote:sinamrali wrote:Wait, are you saying that this has the ability to track profits per transaction now? I thought that was nearly impossible to do.
So if I had a buy order for a Cap Recharger II at 500,000, and I sold it days later for 555,000, it would report the exact profit of that item at 55,000? And not some average or anything? And can you export this data to Excel? You are correct. It would actually be 55k, minus the transaction tax. how do you calculate this? FIFO? LIFO?
It is calculated using FiFo logic.
If you want more indepth, here is my logic.
- Transactions and journal entries are pulled and stored into the database.
- For every transaction, I figure out if its buy or sell, if its a buy I go into the "stock" function. It then looks up journal entries and calculates the total price you paid (transaction tax + unit price * quantity not the exact formula, close enough though). It stores that new unit price, and quantity for work later.
- For every sale, I pull up the oldest "stock", figure out how much I need to use of the row of stock (if I need another row, depletes it completely, or uses partial). I then calculate profit with the (sell price - buy price) * quantity, and I store that as profit. Then it removes the amount of stock I used from the database.
- The profit percentages on screen are all calculated and rendered from that information.
In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Jeronica
Tackled In Belt
32
|
Posted - 2012.09.20 03:18:00 -
[17] - Quote
I have moved sub domains, and have been coding for the past day. I'll have some new features before this weekend to unveil.
I have also changed the name to Market Mogul, as not to mislead people that this is eve-profit's code.
Has anyone encountered any bugs? Errors? Anything looking not right? In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Kari Juptris
Dreddit Test Alliance Please Ignore
10
|
Posted - 2012.09.20 15:42:00 -
[18] - Quote
If one of you signs up for this and doesn't get a confirmation email, check your spam folder. |

March rabbit
R.I.P. Revenge
253
|
Posted - 2012.09.20 15:48:00 -
[19] - Quote
Jeronica wrote:Has anyone encountered any bugs? Errors? Anything looking not right? just logged in, entered API and chosen character. Pressed "Submit" button (upper one) a got long timeout and this error message: A PHP Error was encountered
Severity: Warning
Message: file_get_contents(http://api.eveonline.com//char/AccountBalance.xml.aspx?keyID=.......&vCode=...............&characterid=........): failed to open stream: HTTP request failed!
Filename: models/charactersmodel.php
Line Number: 102
Pressed back and "submit" again - looks like operation succeded. Checking now |

JohnathanGalt
Imperial Academy Amarr Empire
26
|
Posted - 2012.09.20 15:53:00 -
[20] - Quote
One thing that would be a great help would be the ability to ignore a buy. For example, I recently bought about 2 Billion in items to resell, which were then blown up when getting hauled by a hauling company. I got the collateral back, so I did not lose anything in the deal, but now my profits are going to be all off, becasue when I re buy the modules it will be at different prices. So it might show a loss on the items when I sell them if they sell for less then what I paid for the modules that were destroyed. This would also help with items that are for personal use. That way they just would not be in the stacks that you pull inventory out of. |
|

Jeronica
Tackled In Belt
34
|
Posted - 2012.09.20 16:03:00 -
[21] - Quote
JohnathanGalt wrote:One thing that would be a great help would be the ability to ignore a buy. For example, I recently bought about 2 Billion in items to resell, which were then blown up when getting hauled by a hauling company. I got the collateral back, so I did not lose anything in the deal, but now my profits are going to be all off, becasue when I re buy the modules it will be at different prices. So it might show a loss on the items when I sell them if they sell for less then what I paid for the modules that were destroyed. This would also help with items that are for personal use. That way they just would not be in the stacks that you pull inventory out of.
I will be implementing a way to remove inventory from your stock as soon as my stock module has been completed. I'm hoping to finish that by this weekend.
March, I can confirm that your wallet balance has been pulled. I'll look into why that error would arise. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Kari Juptris
Dreddit Test Alliance Please Ignore
10
|
Posted - 2012.09.20 16:08:00 -
[22] - Quote
Any thoughts on the cause of an HTTP 500 error when refreshing a character wallet in the character page? He's listed as having 0 isk but he has around 8B. |

Jeronica
Tackled In Belt
34
|
Posted - 2012.09.20 16:17:00 -
[23] - Quote
Kari Juptris wrote:Any thoughts on the cause of an HTTP 500 error when refreshing a character wallet in the character page? He's listed as having 0 isk but he has around 8B.
I should have removed that link awhile, everything should be updated automatically.
I removed it now. Let me know if the balance every syncs, it should sync every 15minutes. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

March rabbit
R.I.P. Revenge
253
|
Posted - 2012.09.20 16:50:00 -
[24] - Quote
looks like balance was read properly on both of my chars. However wallet transactions list is empty. Does your service read past transactions (happened before import character data)? |

Cipio Hakoke
Other People's Money STEEL BROTHERHOOD
1
|
Posted - 2012.09.20 17:23:00 -
[25] - Quote
Looks great so far! Keep up the good work! |

Kari Juptris
Dreddit Test Alliance Please Ignore
10
|
Posted - 2012.09.20 17:24:00 -
[26] - Quote
Confirming that the transactions are empty on my characters as well.
I typically move 1B in goods per day so there should have been some transactions in the past hour or two. |

Jeronica
Tackled In Belt
36
|
Posted - 2012.09.20 17:30:00 -
[27] - Quote
Kari Juptris wrote:Confirming that the transactions are empty on my characters as well.
I typically move 1B in goods per day so there should have been some transactions in the past hour or two.
It doesn't look like your account was ever activated, i set it to active.
The script pulls 500 transactions at a time, and stores from the last transaction in the database. I increased the script to pull from everyone active in the past 7 days (ie logged in to the website). Before it was working off 24hour.
Let's see how it pulls during the next cron job. (Should be just about now). In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Kari Juptris
Dreddit Test Alliance Please Ignore
10
|
Posted - 2012.09.20 17:34:00 -
[28] - Quote
Jeronica wrote:
It doesn't look like your account was ever activated, i set it to active.
That was because I had a minor derp incident and didn't see the activation email for my original account. My actual account has Egan Aideron & Noel Audeles on it. Username *ross*@gmail.com |

Jeronica
Tackled In Belt
36
|
Posted - 2012.09.20 17:50:00 -
[29] - Quote
Kari Juptris wrote:Jeronica wrote:
It doesn't look like your account was ever activated, i set it to active.
That was because I had a minor derp incident and didn't see the activation email for my original account. My actual account has Egan Aideron & Noel Audeles on it. Username *ross*@gmail.com edit: I think you're missing the ancillary shield booster item names on the market order page. I have two slots without names, I 'm selling xl + medium ASBs, and I don't see them on the list.
You are absolutely correct. I will work on importing the new items into the database. I have been using a database that was released a few months ago, so no new items are on.
I am working on fixing the transaction pull. I have a good idea of what's going wrong. I will get it fixed by tonight. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Kari Juptris
Dreddit Test Alliance Please Ignore
10
|
Posted - 2012.09.20 18:07:00 -
[30] - Quote
Jeronica wrote: I am working on fixing the transaction pull. I have a good idea of what's going wrong. I will get it fixed by tonight.
Great, thanks :)
This site is looking pretty good.
|
|

Cipio Hakoke
Other People's Money STEEL BROTHERHOOD
1
|
Posted - 2012.09.21 07:37:00 -
[31] - Quote
Hey I began using this, But the Wallet Transactions page is empty, The isk in my wallet is wrong, but when I update market transactions it updates fine, the rest of the values do not however. Thanks again looks real good. |

Implex Utopia
0.0 Axis Fleet Stealth Syndicate
0
|
Posted - 2012.09.21 11:55:00 -
[32] - Quote
Hey thanks for the effort. I just registered and I can't see my wallet transactions as well.
Thanks again! |

Jeronica
Tackled In Belt
37
|
Posted - 2012.09.21 18:04:00 -
[33] - Quote
I've come down with a cold, so I've been resting the past day.
I'm still looking into why new characters aren't being imported. Once the first pull has been completed it seems to be refreshing fine. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Cipio Hakoke
Other People's Money STEEL BROTHERHOOD
1
|
Posted - 2012.09.21 18:29:00 -
[34] - Quote
Hope you get to feeling better! there's no rush with updating it I was just letting you know the errors I have been experiencing.
A few things I noticed. About an hour ago I checked the wallet and it showed the correct information for my last 100 wallet transactions... But it was about a month old (august 20-24th ish) I then refreshed just recently, and all the wallet transactions are up to date!
Another Issue I ran across was that all the orders are correct except 2 in the market orders, One of the buy orders has already been filled (Isogen) and one sell order (raven navy issue) was cancelled and moved to another location where I put it up for sale again. It now shows both versions of the same item being currently sold even though only 1 is a current active sell order.
Apologies if this does not make sense I tried to give you the exact errors.
Thanks very much, Cipio Hakoke |

Jeronica
Tackled In Belt
37
|
Posted - 2012.09.21 18:43:00 -
[35] - Quote
Cipio Hakoke wrote:Hope you get to feeling better! there's no rush with updating it I was just letting you know the errors I have been experiencing.
A few things I noticed. About an hour ago I checked the wallet and it showed the correct information for my last 100 wallet transactions... But it was about a month old (august 20-24th ish) I then refreshed just recently, and all the wallet transactions are up to date!
Another Issue I ran across was that all the orders are correct except 2 in the market orders, One of the buy orders has already been filled (Isogen) and one sell order (raven navy issue) was cancelled and moved to another location where I put it up for sale again. It now shows both versions of the same item being currently sold even though only 1 is a current active sell order.
Apologies if this does not make sense I tried to give you the exact errors.
Thanks very much, Cipio Hakoke
Okay, I'll have a look through the api, and see why it's not changing the state of the order if canceled/fulfilled. I think I also found the reason why new API's aren't being updated. Will see after the next cronjob. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Kari Juptris
Dreddit Test Alliance Please Ignore
12
|
Posted - 2012.09.21 20:39:00 -
[36] - Quote
I hope you feel better :)
It looks like there is a bug that can occur when calculating profit when an item is bought on one character and sold on another. I'm being told that I'm losing 1.06% on nearly every sale, but I know that isn't the case. Here's a screenshot for quick reference: http://i.imgur.com/I3ty8.jpg
I'm a work right now and can't really get you more info, but I know those numbers aren't right. Let me know if you need more info :) |

Jeronica
Tackled In Belt
37
|
Posted - 2012.09.22 18:02:00 -
[37] - Quote
Kari Juptris wrote:I hope you feel better :) It looks like there is a bug that can occur when calculating profit when an item is bought on one character and sold on another. I'm being told that I'm losing 1.06% on nearly every sale, but I know that isn't the case. Here's a screenshot for quick reference: http://i.imgur.com/I3ty8.jpgI'm a work right now and can't really get you more info, but I know those numbers aren't right. Let me know if you need more info :)
I've been looking at the data, and it seems it's because the transaction quantity I imported did not cover your buy transactions.
If it continues to be a problem for all users, I may start only importing data from the day you registered. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Cipio Hakoke
Other People's Money STEEL BROTHERHOOD
2
|
Posted - 2012.09.22 21:14:00 -
[38] - Quote
I ran into that issue as well. All my wallet transactions have a -1.52% profit reguardless of the item.
EDIT: also supposedly I am down -6.9 bil in "recorded profit" |

Jeronica
Tackled In Belt
37
|
Posted - 2012.09.22 21:20:00 -
[39] - Quote
Cipio Hakoke wrote:I ran into that issue as well. All my wallet transactions have a -1.52% profit reguardless of the item.
EDIT: also supposedly I am down -6.9 bil in "recorded profit"
Okay yeah, that's not going to work, lol.
I'll add some code to go from the time you're registered on. Is it all of your transactions doing this? Or just the majority. Have you bought anything recently and resold it? Has that shown profit/loss other than -1.5%? In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Cipio Hakoke
Other People's Money STEEL BROTHERHOOD
2
|
Posted - 2012.09.22 21:29:00 -
[40] - Quote
Alright from what i see in the past 100 wallet transactions I see: 14 sell orders at -1.52% profit (a lot of buy orders those all have 0% profit some have a price of 0 others have the cost I payed for them) 1 sell order that has 100% profit although it is the exact same item i am selling that has some of the -1.52% profits. a lot of sell orders with price profit and profit % at 0
hope this helps!
EDIT: just to be clear the 100% profit one was also sold as the exact same price as the -1.52% profit ones. |
|

Jeronica
Tackled In Belt
52
|
Posted - 2012.09.22 22:41:00 -
[41] - Quote
Cipio Hakoke wrote:Alright from what i see in the past 100 wallet transactions I see: 14 sell orders at -1.52% profit (a lot of buy orders those all have 0% profit some have a price of 0 others have the cost I payed for them) 1 sell order that has 100% profit although it is the exact same item i am selling that has some of the -1.52% profits. a lot of sell orders with price profit and profit % at 0
hope this helps!
EDIT: just to be clear the 100% profit one was also sold as the exact same price as the -1.52% profit ones.
Okay, I'm going to make an admin panel so I can see everyone's information, if I can see the numbers on screen it'll be alot easier. I would like to state that any trade information I come across will not be disclosed to anyone, and I will not use it for my own personal gain.
I'll completely overhaul the stock/profit system this weekend (rest of today + tomorrow). Updates to come shortly.
I have tweaked some of the stock/profit functions a bit (basically if there's no stock dont grab taxes and apply to the "profit" like I was doing. It opens up the possibility of people getting that extra 2% of profit buying on another character and selling on one being tracked, but that'll have to do. If that 2% makes a huge difference there's another problem going on.
I have removed all my stats/history, and will see how a fresh import does on my end. I may remove everyone's if this works, just to get everyone on the same page.
EDIT: Some cron issues have been fixed. I have a cron table now, which gives me more information about the duration of each cron, and if there is a cron process in progress already, it wont start again.
I'll continue to monitor it, so we dont get any more insane cpu spikes. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Jeronica
Tackled In Belt
52
|
Posted - 2012.09.23 17:10:00 -
[42] - Quote
I have added to the investor report function a way to give/remove access via authkeys.
For example, here is mine: https://market.tackledinbelt.com/reports/investor/d4607dcd6a9d1920127a2687c160e925acafa933/d7652b62ede0afb130836ae96f87ca278b4ce98e#1
I've used URI segments, because forum software likes to replace & with &, which the built in security sees as disallowed characters.
I've added the link to the user dropdown in the menu, or navigate to it here: https://market.tackledinbelt.com/user/reportauth In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

I Was There
Nigerian Drug Manufactory co.
24
|
Posted - 2012.09.24 14:55:00 -
[43] - Quote
I'm loving the Authkey for my investor reports. It makes me feel safe. It's abit like API keys, I can always delete them, incase I regret giving someone the authkey!
Great job! |

Jeronica
Tackled In Belt
55
|
Posted - 2012.09.27 01:41:00 -
[44] - Quote
I have been hard at work coding today, and have some things to share.
First off, I added some privacy settings, upon next login, your metadata will be generated. Daily stats are compiled at 1:12 (enough time for the last API pull), for more leader board stats not yet implemented.
To get on the leaderboards, you must navigate to the privacy settings under the user menu, and check on the boards you want to be on.
Here are the leaderboards now, https://market.tackledinbelt.com/stats/leaderboard
Once again, if anyone encounters any errors please let me know. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Jeronica
Tackled In Belt
65
|
Posted - 2012.10.07 19:22:00 -
[45] - Quote
I have an update!
I finished up the market view module, giving you some simple statistics (for now) of items. Check it out here, or navigate to it from the Market menu tab.
Some examples:
Also added an option to remove orders from your order screen. Sometimes, the API decides not to return some expired orders, so my script doesn't see the state of it change and does not change my database. I'll be looking into that more down the road.
As always, please post here with any bugs/errors, or convo/evemail me ingame. You can also contact me via [email protected].
Thanks for the support! In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Kari Juptris
Dreddit Test Alliance Please Ignore
28
|
Posted - 2012.10.19 15:30:00 -
[46] - Quote
I like the new item details feature :) |

Jeronica
Tackled In Belt
68
|
Posted - 2012.10.21 02:52:00 -
[47] - Quote
I've got some updates that I feel warrant a post/bump.
First, I'd like to start with exclaiming how awesome twitter's bootstrap plugins are! That jquery plugin is revolutionary :P. Now that I've gotten that out of the way, I've added some visual aspects to the site (using bootstrap). These include: a more uniform looking submit button (that actually displays correctly in IE), mini icons that replace/add to some text in places, and notification system using notification bubbles.
What's New?
- Can send system wide notices/updates/quicktips
- Can send individual users notifications
- Using my orders module, I can add notifications of completed/expired orders.
- Market View has gotten a visual update, integrating tabbed view so the information isn't just a wall of text. This should also allow for more information to be cleanly displayed on the screen.
- Fixed some issues, with the api keys. At random, some API keys had a space at the end resulting in the api pull from CCP failing, due to the space. Integrated a innovative white_space removal function to handle that issue.
In the works:
- Notifications page. Think of the facebook notification page, it will be similar, but not exact (partly because I don't have a facebook account, and have the domain blocked via router).
- Expand notifications. I made the system pretty scalable, so anything I desire should be easily integrated.
I will be accepting feature requests as of now, and will start pushing myself to implement them quickly. After all the feature requests that have been made has been looked into/implemented, I'll be releasing the site for public use and will start marketing.
Thanks for the support! -Jeronica In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Kari Juptris
Dreddit Test Alliance Please Ignore
45
|
Posted - 2012.10.23 20:20:00 -
[48] - Quote
I think you broke the user page.
https://market.tackledinbelt.com/user is blank for me in Chrome and IE from both my work and home computer. Rightclick -> View Source shows no source. |

Jeronica
Tackled In Belt
68
|
Posted - 2012.10.24 00:14:00 -
[49] - Quote
I've been having alot of issues with the current layout with parsing information. I just finished reskinning the site, and will be merging that code into the live server tonight.
The only current bug at the moment, is the inability to click into market groups in the market browser. That's currently #1 on my list to fix. You can, however, click on an item on your orders page, and it will take you to the market view. The search box also works as intended as well. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Awox YourTitan
State Protectorate Caldari State
0
|
Posted - 2012.10.24 03:40:00 -
[50] - Quote
Wow, this is a major improvement. It looks very professional and clean. Loving the new look. I've been using this for a few weeks and it just keeps getting better. |
|

JohnathanGalt
Imperial Academy Amarr Empire
34
|
Posted - 2012.10.24 12:22:00 -
[51] - Quote
I just tried to create an account and login. I used your link to generate an API. I get the following error:
Severity: Warning
Message: file_get_contents(https://api.eveonline.com/account/Characters.xml.aspx?keyID=1428309&vCode= KG5wdsq4z6OO8gzLGoUFihLWZvJdnRU0QdpuFE40HfVa9OQit2piWWmyh4jCtBDrsqrkf6pYSwKp93Fx2jUr2pTlnQ7oWEAOExOYta): failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request
Filename: models/charactersmodel.php
Line Number: 38
Any advice?
|

Jeronica
Tackled In Belt
90
|
Posted - 2012.10.24 13:43:00 -
[52] - Quote
JohnathanGalt wrote:I just tried to create an account and login. I used your link to generate an API. I get the following error:
Severity: Warning
Message: file_get_contents(https://api.eveonline.com/account/Characters.xml.aspx?keyID=1428309&vCode= KG5wdsq4z6OO8gzLGoUFihLWZvJdnRU0QdpuFE40HfVa9OQit2piWWmyh4jCtBDrsqrkf6pYSwKp93Fx2jUr2pTlnQ7oWEAOExOYta): failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request
Filename: models/charactersmodel.php
Line Number: 38
Any advice?
Even when trying to access via browser, making sure the url is cleaned up it still returns an error. Are you sure you copied the api 100% from your api page? No missing characters? And make sure the API mask is correct, you should have all of the "Account and Market" items checked. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Awox YourTitan
State Protectorate Caldari State
0
|
Posted - 2012.10.24 15:19:00 -
[53] - Quote
JohnathanGalt wrote:I just tried to create an account and login. I used your link to generate an API. I get the following error:
Severity: Warning
Message: file_get_contents(https://api.eveonline.com/account/Characters.xml.aspx?keyID=1428309&vCode= KG5wdsq4z6OO8gzLGoUFihLWZvJdnRU0QdpuFE40HfVa9OQit2piWWmyh4jCtBDrsqrkf6pYSwKp93Fx2jUr2pTlnQ7oWEAOExOYta): failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request
Filename: models/charactersmodel.php
Line Number: 38
Any advice? Try generating an API by filing in the access mask with 6295553. I put your API in EVEMon and it returns Authentication Failure. Either you entered the wrong username/password OR your API has expired. The link on Market Mogul works fine, I just tested it. It's something on your end. Try just going to https://support.eveonline.com and creating it manually. |

Kari Juptris
Dreddit Test Alliance Please Ignore
45
|
Posted - 2012.10.24 18:49:00 -
[54] - Quote
Agreed, your API information is wrong. If you enter this in your browser https://api.eveonline.com/account/Characters.xml.aspx?keyID=1428309&vCode=KG5wdsq4z6OO8gzLGoUFihLWZvJdnRU0QdpuFE40HfVa9OQit2piWWmyh4jCtBDrsqrkf6pYSwKp93Fx2jUr2pTlnQ7oWEAOExOYta you'll see that the eve api returns an authentication error instead of a list of characters. You might just need to make sure you're using the right predefined key.
Also, don't post your API info on the forums. People can and will abuse it. |

Jeronica
Tackled In Belt
91
|
Posted - 2012.10.25 02:56:00 -
[55] - Quote
The API pulls/cronjobs are being very finicky at the moment. I'm not sure if it's because of the influx of new users with empty characters (shouldn't be, since I only pull characters), or maybe the corrupt data somewhere.
In any case, I'm going to re-code the API module cleanly, using my knew knowledge of this framework, and should be done definitely by this weekend. I know some people have gotten their apis to go through, if its going through for you congrats! :P
Sorry for the issues, they came out of no-where. Jer In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Jeronica
Tackled In Belt
95
|
Posted - 2012.10.30 04:53:00 -
[56] - Quote
Looks like I got all the kinks worked out! Would love to have all who were participating to see where we're at!
Downside is, we had to truncate the database to work with the new tables I made to prevent any more errors (duplicate rows from api, etc).
I'm still working daily on the site and appreciate everyone's feedback! In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

JohnathanGalt
Imperial Academy Amarr Empire
37
|
Posted - 2012.10.30 12:35:00 -
[57] - Quote
I have it working now, but I was wondering how often it pulls the API from CCP? It seems that my transactions are always many many hours out of date. Is there a way to add a button that you could press to refresh the API pull? |

HalfArse
Dark Matter Avionics
10
|
Posted - 2012.10.30 13:51:00 -
[58] - Quote
is it possible for this to track corporation stuff like it can for a character? I have multiple characters and I do everything through the corporation wallet. I added my CEO character but every page of info is blank...presumably because all teh trasnactions are on behalf of the corp? |

Jeronica
Tackled In Belt
95
|
Posted - 2012.10.30 14:55:00 -
[59] - Quote
@Johnathan It activates a cronjob every 15minutes that pulls api for any characters with a cache that's expired. You can see when your cache expires in your character's management page.
@Halfarse I'll see what I can do about this, and let you know what I find out! In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

JohnathanGalt
Imperial Academy Amarr Empire
37
|
Posted - 2012.10.30 16:18:00 -
[60] - Quote
This is what that screen showed jsut a few seconds ago: API Status
Orders Cached Until: 2012-10-30 01:24:50 Journal Cached Until: 2012-10-30 00:54:50 Transactions Cached Until: 2012-10-30 00:55:03
We are already past that time, does it automatically updated, or do I have to do something to get that to update? |
|

Jeronica
Tackled In Belt
95
|
Posted - 2012.10.30 17:20:00 -
[61] - Quote
JohnathanGalt wrote:This is what that screen showed jsut a few seconds ago: API Status
Orders Cached Until: 2012-10-30 01:24:50 Journal Cached Until: 2012-10-30 00:54:50 Transactions Cached Until: 2012-10-30 00:55:03
We are already past that time, does it automatically updated, or do I have to do something to get that to update?
I checked the functions, and for some reason it wasn't filtering right. I tweaked it so it'll start pulling if all 3 caches are expired. Just checked your data, and it says 2012-10-30 17:46:00 for the oldest cache. Seems to be pulling now! In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

JohnathanGalt
Imperial Academy Amarr Empire
37
|
Posted - 2012.10.30 17:36:00 -
[62] - Quote
Yes it does. Thanks! |

Ronix Aideron
OSIRIS-REx
8
|
Posted - 2012.10.30 20:25:00 -
[63] - Quote
I signed up and it shows my current market orders but not my wallet transactions. Does it take some time for this to populate? |

Jeronica
Tackled In Belt
98
|
Posted - 2012.10.31 00:20:00 -
[64] - Quote
Ronix Aideron wrote:I signed up and it shows my current market orders but not my wallet transactions. Does it take some time for this to populate?
I originally had it so it starts pulling transactions from when you created the account. Meaning if you add another character a week from now, it'll pull as much as it can from the previous week until you created your account.
I went ahead and removed all your information, and next API pull it'll pull 1000 transactions. (Any sell order over 2 days might not get calculated due to the database cleanup, all depending on if the stock gets insert in time). I've optimized my functions to handle more at a time, so I'm okay with it pulling the last 1000 for each user.
If any other person wants their character's refreshed for the full 1000, send me an evemail with your character id. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Mu-Shi Ai
Ai Capital
158
|
Posted - 2012.10.31 09:13:00 -
[65] - Quote
It doesn't seem like my data is being pulled from the API (though it does have my wallet total). Here's what the management page says:
Orders Cached Until: 0000-00-00 00:00:00 Journal Cached Until: 0000-00-00 00:00:00 Transactions Cached Until: 0000-00-00 00:00:00 |

Ronix Aideron
OSIRIS-REx
8
|
Posted - 2012.10.31 11:30:00 -
[66] - Quote
It looks like all of the data is there now. I like the feel of the site and how the data is presented. I am such a data junkie.
|

enterprisePSI
131
|
Posted - 2012.10.31 16:58:00 -
[67] - Quote
Great job, i really like it! The tears of the many, outweight the tears of the few. Or the one.
-«enterprise-psi |

Jeronica
Tackled In Belt
99
|
Posted - 2012.11.01 03:03:00 -
[68] - Quote
Mu-Shi Ai wrote:It doesn't seem like my data is being pulled from the API (though it does have my wallet total). Here's what the management page says:
Orders Cached Until: 0000-00-00 00:00:00 Journal Cached Until: 0000-00-00 00:00:00 Transactions Cached Until: 0000-00-00 00:00:00
Just checked your information, seems like API didnt pull when you checked. It pulled on the next cronjob after you looked. Your transactions and profit should be populated now.
@Ronix Thank you very much! The more data the more I can work with it. Any requests for data to be displayed let me know and I'll find ways to incorporate them if they're possible.
@Enterprise Thank you as well! In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

JohnathanGalt
Imperial Academy Amarr Empire
37
|
Posted - 2012.11.02 12:31:00 -
[69] - Quote
Ok, I have been using this fo a few days now and I would like ot offer some kudos/constructive criticisms. Overall, you have a great tool that is certainly headed in the right direction.
First the suggestions:
1. You need to clean up the interface a bit. While you have lots of good data, it is sometimes hard to figure out where to go to find that data. 2. Market Orders need to be sortable, and also have a column for the station they are at, and the percentage remaining. IE, I need to be able to sort them alphabetically, by the station or by price. 3. Need to be able to take a purchase "out of inventory" if it was for personal use, or in my case, ganked by the goons on a freighter 4. The profit graph is nice, but I would also like a table version of the same data, just to quickly get actual numbers (I know you can hover over each day), but a table is really effective at displaying this kind of data. I know you already have these numbers, it is just displaying them in a different way. Make sure to include an average profit per day! 5. Please add station info to the wallet transaction page. 6. More report options please. there are so many great reports you could generate with the data you have. Best selling item, more profitable items, average days to sell, a historical table of monthly and weekly profits....etc.
Kudos:
1. The investor report is a great idea, and I have never seen anything like it on other products. Very nicely implemented! 2. I am old school, and love the ability to print that you have built into a lot of the reports. 3. It is impressive that you built a market browser into the software. I am sure I will use this a ton. 4. I also like the leaderboards. 5. Great customer service, you guy have been very good about helping with questions and solving problems. That is key if you are looking to make money on this eventually. I would gladly pay at least 50m isk per month for this functionality. If you can improve it further it would be worth more.
Please feel free to contact me via evemail if you have any questions regarding my suggestions.
Regards,
JG |

Jeronica
Tackled In Belt
101
|
Posted - 2012.11.02 22:03:00 -
[70] - Quote
JohnathanGalt wrote:Ok, I have been using this fo a few days now and I would like ot offer some kudos/constructive criticisms. Overall, you have a great tool that is certainly headed in the right direction.
First the suggestions:
1. You need to clean up the interface a bit. While you have lots of good data, it is sometimes hard to figure out where to go to find that data. 2. Market Orders need to be sortable, and also have a column for the station they are at, and the percentage remaining. IE, I need to be able to sort them alphabetically, by the station or by price. 3. Need to be able to take a purchase "out of inventory" if it was for personal use, or in my case, ganked by the goons on a freighter 4. The profit graph is nice, but I would also like a table version of the same data, just to quickly get actual numbers (I know you can hover over each day), but a table is really effective at displaying this kind of data. I know you already have these numbers, it is just displaying them in a different way. Make sure to include an average profit per day! 5. Please add station info to the wallet transaction page. 6. More report options please. there are so many great reports you could generate with the data you have. Best selling item, more profitable items, average days to sell, a historical table of monthly and weekly profits....etc.
Kudos:
1. The investor report is a great idea, and I have never seen anything like it on other products. Very nicely implemented! 2. I am old school, and love the ability to print that you have built into a lot of the reports. 3. It is impressive that you built a market browser into the software. I am sure I will use this a ton. 4. I also like the leaderboards. 5. Great customer service, you guy have been very good about helping with questions and solving problems. That is key if you are looking to make money on this eventually. I would gladly pay at least 50m isk per month for this functionality. If you can improve it further it would be worth more.
Please feel free to contact me via evemail if you have any questions regarding my suggestions.
Regards,
JG
Thanks for the very constructive criticism! I will add those to my to-do list :). As far as the reports, I am very interested in finding some "real world" investor report examples, so I can see what kind of information is useful. I have these ideas so far: [ul] Net Asset Value over TimeCapital to profit ratio (Net asset value/profit)[/ul]
There are a few more, I'll need to start writing them down though so I can remember them again :P.
I am going to add a whole stocking module, complete with: stock adjustment, net value, sources of stock, who's buying it, etc. If anyone has used google analytics (like I am with the site), I can see all the referring sites, and where the dropoff page is. Same concept, except you can see that goons bought 1billion worth of an item, for example. Could be useful for more things than just making money ;) The market browser is also still a WIP, there is a lot to be fixed on it.
I am very happy to hear you're pleased with our support! I believe that even if the product isn't the best, but the support is awesome, you'll have happy customers anyway. (I'm still shooting for an awesome product though! ;))
I'll be gone for this weekend, but Monday I will be back coding. I'm hoping to have the stock module finished by next weekend, hopefully sooner, for testing.
Thanks all for the support! It feels great knowing that I'm making a product that can be appreciated by many! In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |
|

Cavalira
New Eden Renegades Ninja Unicorns with Huge Horns
24
|
Posted - 2012.11.09 21:54:00 -
[71] - Quote
Love it! |

Mynril
eXceed Inc. No Holes Barred
0
|
Posted - 2012.11.14 16:07:00 -
[72] - Quote
going to give this a whirl today. looking forward to it! great job from what im seeing so far. |

Siren Ebonlight
eXceed Inc. No Holes Barred
0
|
Posted - 2012.11.14 19:40:00 -
[73] - Quote
Mu-Shi Ai wrote:It doesn't seem like my data is being pulled from the API (though it does have my wallet total). Here's what the management page says:
Orders Cached Until: 0000-00-00 00:00:00 Journal Cached Until: 0000-00-00 00:00:00 Transactions Cached Until: 0000-00-00 00:00:00
getting the same issue. |

Tweety Bird
Tackled In Belt
33
|
Posted - 2012.11.15 11:00:00 -
[74] - Quote
Siren Ebonlight wrote:getting the same issue. All is working as intended, your API will not be pulled initially on signup. After an hour, it would be updated. |

Lorraine Kovan
Skavabole Dragsters
0
|
Posted - 2012.11.15 18:48:00 -
[75] - Quote
Orders Cached Until: 0000-00-00 00:00:00 Journal Cached Until: 0000-00-00 00:00:00 Transactions Cached Until: 0000-00-00 00:00:00
Been stuck with this for 4 hours I think. |

SlayerOfArgus
Celestial Janissaries Curatores Veritatis Alliance
12
|
Posted - 2012.11.17 03:25:00 -
[76] - Quote
Lorraine Kovan wrote:Orders Cached Until: 0000-00-00 00:00:00 Journal Cached Until: 0000-00-00 00:00:00 Transactions Cached Until: 0000-00-00 00:00:00
Been stuck with this for 4 hours I think.
Same for me  |

Jeronica
Sebiestor Tribe Minmatar Republic
105
|
Posted - 2012.11.17 03:31:00 -
[77] - Quote
I'm looking into it. Seems like maybe there is a timeout on API pulls.
I've been trying to catch everyone up, let me know if your API still hasn't pulled. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

RJBlues
Roids'R'Us The Umbrella Project
5
|
Posted - 2012.11.18 20:12:00 -
[78] - Quote
Signed up yesterday, hasnt pulled for me yet. |

Jeronica
Sebiestor Tribe Minmatar Republic
106
|
Posted - 2012.11.19 06:29:00 -
[79] - Quote
RJBlues wrote:Signed up yesterday, hasnt pulled for me yet.
I just added some code to start a que for characters.
We're at that point where the script cant go through the current number of characters (we're almost at 150) in a decent amount of time. I upped the frequency of the API cronjob, hopefully that will give it enough time to go through each character.
I would like to give the script a good 12-24 hours, and see how it keeps up. We should be moving to stronger hardware soon, and that may help with the higher usage!
Thanks for hanging in there guys! In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Jeronica
Immortalis Inc. Shadow Cartel
107
|
Posted - 2012.11.22 17:33:00 -
[80] - Quote
I'll be offline for the majority of the Thanksgiving weekend, but will be able to periodically check in on things. Just thought I'd make a post with some updates for the next few weeks.
Next week we will be moving to some new hardware, which should allow us more power to do what we want. There may be a few hours of downtime, while the DNS servers propagate, but for the most part everything should go smoothly.
I've been contemplating on changing the name of the service and getting a .com for it. That will allow for more flexibility down the road, when we decide to add more features outside of the market realm.
If there are no objections to a name change, I'll be going through with that early next week. I have also joined a PVP corp with this character, but there is no need to worry. I am still dedicated to this project, and was only using the tackledinbelt.com domain because we already had it set up.
Thanks everyone for their continued support! I hope to continue with the project as long as the interest is still there.
If you havn't already, and want to be updated with news, please join our mailing list: Market Mogul In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |
|

Jeronica
Immortalis Inc. Shadow Cartel
109
|
Posted - 2012.11.28 03:35:00 -
[81] - Quote
API pulls are working pretty well now, all ready for more users to test! We've also finished migrating to our new server, and
Some cool facts: So far we've calculated 120 bil worth of profit for our members. Give us a try, we're constantly improving and always listening to feedback. There are almost 200 thousand transactions tracked. Users currently have 338 bil across all characters In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Dei
Mamaleek
1
|
Posted - 2012.11.28 12:08:00 -
[82] - Quote
Does this only handle char keys and not corp keys?
The service isn't updating for me.
Also, I'm assuming that the functionality to work out the profit from industry jobs is not there, and profit is only calculated from orders of the same item that you've bought and sold? |

Ronix Aideron
The Ugly Ass Kickers
9
|
Posted - 2012.11.28 13:31:00 -
[83] - Quote
So far I like the tool and the features that are being added. |

Jeronica
Immortalis Inc. Shadow Cartel
109
|
Posted - 2012.11.28 16:33:00 -
[84] - Quote
Dei wrote:Does this only handle char keys and not corp keys?
The service isn't updating for me.
Also, I'm assuming that the functionality to work out the profit from industry jobs is not there, and profit is only calculated from orders of the same item that you've bought and sold?
Corp API is my top priority, and should be integrated by this weekend.
And you're correct, profit is only calculated from buy transactions, adding stock to the inventory. I'm looking at solutions to offer an other way to apply profit to sell orders using player supplied prices, however it's open to abuse so when I integrate it I want it to be well thought out.
I added some code to the script, added a column to a table that might have throwing errors when adding character information. It should auto-generate soon. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Dei
Mamaleek
1
|
Posted - 2012.11.28 21:03:00 -
[85] - Quote
Yeah, I've been stuck on this for a while. There are three sources of income that I can figure out:
- Buy item from market, sell for higher price (trade)
- Buy minerals from market, manufacture item and sell (manufacture)
- Receive gift of either materials to manufacture or sell directly (gift)
It's impossible to tell at the moment where you received an item (because they could've trashed some items and then you have orphan stock records). The cases where 'gift' comes into play is when a character gets minerals from mining or moon mining (or PI).
You can then cost the transaction at opportunity cost, so you calculate profit with each buy order and each industry job. Since we can't do 'proper' accounting, we have to frig the profit and calculate it at each step. For instance, I mine 20 trit, I build a Raven (let's say that is how much trit it takes to build it). The profit I make is the Raven minus 20 trit at Jita sell price.
If I buy 20 trit, then the profit is the above calculation plus the profit I made on buying that 20 trit (so we buy 20 trit @ 6 ISK when Jita is selling for 7 ISK - that makes 20 ISK profit from buying that trit at the lower price). We can always sell that trit at sell price now, but we decided to make a Raven and sell it, hoping that we could get more than 7 ISK per trit for our time and skill.
By calculating the profit at each step, that makes it easier for us to track - as we don't have to keep track of items we've bought and then check them off, instead we compare everything to market prices and assume all our assets are that price. If we buy something, we profit; if we sell something, we profit, and so forth. This method makes it easier for us and we don't have to do FIFO or whatever. In a perfect world, I guess FIFO would be unnecessary as there would be a global market index of every item in the world, and our accounting systems would use that to calculate profits instead.
The above is my thoughts on getting profit on a per item basis. Global profit day per day is easy in comparison since we only have to compare our assets to the last API call, and the difference in the account balance. I'd be interested if anyone else had some thoughts on how to get a true profit figure for a char/corp? |

Ronix Aideron
The Ugly Ass Kickers
10
|
Posted - 2012.11.29 15:00:00 -
[86] - Quote
I do not know enough about the API so my questions may be strange.
Does each item within your inventory have a unique ID? In such a way that you could track the purchase and sell price?
The gift thing could be straight forward if you were able to associate a device missing from inventory that did not have a corresponding sell order. Maybe a user could associate it with a contract or something. |

Dei
Mamaleek
1
|
Posted - 2012.11.29 17:30:00 -
[87] - Quote
Nope, the item ID changes, plus the IDs themselves are not unique as CCP cycle through them when they're no longer in existance. |

SlayerOfArgus
Celestial Janissaries Curatores Veritatis Alliance
13
|
Posted - 2012.11.29 21:55:00 -
[88] - Quote
API pulls do seem to be working much better. Definitely loving the site. Though it seem to not keep me logged in and I continually need to sign in over and over. I'm not sure if this is an issue with my browser (Chrome) or something else entirely   |

Jeronica
Immortalis Inc. Shadow Cartel
109
|
Posted - 2012.11.30 06:41:00 -
[89] - Quote
Dei wrote:Yeah, I've been stuck on this for a while. There are three sources of income that I can figure out:
- Buy item from market, sell for higher price (trade)
- Buy minerals from market, manufacture item and sell (manufacture)
- Receive gift of either materials to manufacture or sell directly (gift)
It's impossible to tell at the moment where you received an item (because they could've trashed some items and then you have orphan stock records). The cases where 'gift' comes into play is when a character gets minerals from mining or moon mining (or PI). You can then cost the transaction at opportunity cost, so you calculate profit with each buy order and each industry job. Since we can't do 'proper' accounting, we have to frig the profit and calculate it at each step. For instance, I mine 20 trit, I build a Raven (let's say that is how much trit it takes to build it). The profit I make is the Raven minus 20 trit at Jita sell price. If I buy 20 trit, then the profit is the above calculation plus the profit I made on buying that 20 trit (so we buy 20 trit @ 6 ISK when Jita is selling for 7 ISK - that makes 20 ISK profit from buying that trit at the lower price). We can always sell that trit at sell price now, but we decided to make a Raven and sell it, hoping that we could get more than 7 ISK per trit for our time and skill. By calculating the profit at each step, that makes it easier for us to track - as we don't have to keep track of items we've bought and then check them off, instead we compare everything to market prices and assume all our assets are that price. If we buy something, we profit; if we sell something, we profit, and so forth. This method makes it easier for us and we don't have to do FIFO or whatever. In a perfect world, I guess FIFO would be unnecessary as there would be a global market index of every item in the world, and our accounting systems would use that to calculate profits instead. The above is my thoughts on getting profit on a per item basis. Global profit day per day is easy in comparison since we only have to compare our assets to the last API call, and the difference in the account balance. I'd be interested if anyone else had some thoughts on how to get a true profit figure for a char/corp?
The site doesnt touch the actual inventory of everyone exactly. It works off buy transactions, if you buy 10 units of hurricanes, you have 10 units in stock. Sell it, and those 10 units of stock gets "consumed", and then profit is calculated via sell-price * quantity, then subtract any relevant taxes the script can locate. I see where you're going with your idea, but there are limitations and variables to it. There is no way the script can know exactly what you do with every unit of trit for example, and even if there was an API output, the hardware would not be able to handle the current number of users with that much to calculate.
At that point, it would be more efficient and easier for all users to either a) add/remove stock manually or b) report prices you bought/manufacture an item for.
Down the road, I can see a way to use bought minerals, which now are stock in the site's database, and consume them with a manufacture order that you enter in the mineral usage manually (too many skills, researching variables). Even then, that's not going to be accurate enough unless the end user is 100% on their game with adjusting their stock.
There are a few solutions I have been looking over in regards to non-transaction inlets of stock (contracts, direct trade, manufacture), but I don't currently have a solution I am 100% happy with currently. For the time being, the site only tracks profit for items you sell, that you have purchased and have been tracked before.
@SlayerOfArgus I will increase the session time, I notice I get logged out as well every few days, but I have autologin set up so I don't really notice it.
I apologize for my absenteeism the past 2 weeks, Thanksgiving was a big event, and I have finals all next week so I have been devoting the majority of my time to studying and classes. I am hoping to get some code in Saturday evening, when I'll finally have a free few hours. Once again, thanks everyone for your support! In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Biz Markie
Science and Trade Institute Caldari State
0
|
Posted - 2012.11.30 16:46:00 -
[90] - Quote
Interesting tool, handy for having some idea what's going on in Eve (well with my orders at least) while I'm at work 
However, the profit calculations are no longer appearing today. Every transaction is now at 0% profit, with 0 in the profit column. :(
|
|

Sirius Troll
Silver Octopus Infernal Octopus
0
|
Posted - 2012.12.02 23:40:00 -
[91] - Quote
Does this just track market related income or for example bounty prizes aswell?
If not, could this be a future feature? |

miss eve2006
Khanid Mining Group
6
|
Posted - 2012.12.03 12:12:00 -
[92] - Quote
Severity: Notice
Message: Trying to get property of non-object
Filename: models/charactersmodel.php
Line Number: 63
CharList Retrieved
and a 404 in the title, when trying to manage my character. |

Jeronica
Immortalis Inc. Shadow Cartel
110
|
Posted - 2012.12.04 03:17:00 -
[93] - Quote
miss eve2006 wrote:Severity: Notice
Message: Trying to get property of non-object
Filename: models/charactersmodel.php
Line Number: 63
CharList Retrieved
and a 404 in the title, when trying to manage my character. Is this still occuring? I hotfixed the file to remove that error. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Romero Kopecz
Imperial Ministry of Unspecified Services Elemental Tide
4
|
Posted - 2012.12.06 04:58:00 -
[94] - Quote
Jeronica wrote:Mu-Shi Ai wrote:It doesn't seem like my data is being pulled from the API (though it does have my wallet total). Here's what the management page says:
Orders Cached Until: 0000-00-00 00:00:00 Journal Cached Until: 0000-00-00 00:00:00 Transactions Cached Until: 0000-00-00 00:00:00 Just checked your information, seems like API didnt pull when you checked. It pulled on the next cronjob after you looked. Your transactions and profit should be populated now.
Having this same issue. |

Jeronica
Immortalis Inc. Shadow Cartel
110
|
Posted - 2012.12.06 15:33:00 -
[95] - Quote
Romero Kopecz wrote:Jeronica wrote:Mu-Shi Ai wrote:It doesn't seem like my data is being pulled from the API (though it does have my wallet total). Here's what the management page says:
Orders Cached Until: 0000-00-00 00:00:00 Journal Cached Until: 0000-00-00 00:00:00 Transactions Cached Until: 0000-00-00 00:00:00 Just checked your information, seems like API didnt pull when you checked. It pulled on the next cronjob after you looked. Your transactions and profit should be populated now. Having this same issue.
Your api hadn't been pulled when you checked. Your api gets added to the que and should be retrieved on the next api pull. (every 10minutes, unless there's one going already).
Just checked, and your api was pulled and has been pulling since. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Monkey Sandwich
Hedion University Amarr Empire
0
|
Posted - 2012.12.08 12:33:00 -
[96] - Quote
I started a mogul account yesterday, but it only seems to import the last 100 transactions. Made a new API key and tried again, but still no graphs generated or orders imported. Am I just too impatient? |

Jeronica
Immortalis Inc. Shadow Cartel
110
|
Posted - 2012.12.08 23:52:00 -
[97] - Quote
Monkey Sandwich wrote:I started a mogul account yesterday, but it only seems to import the last 100 transactions. Made a new API key and tried again, but still no graphs generated or orders imported. Am I just too impatient?
It's not the same problem as mentioned above:
API Status Orders Cached Until: 2012-12-08 14:14:06 Journal Cached Until: 2012-12-08 13:44:31 Transactions Cached Until: 2012-12-08 13:44:28
I only pull the last 100 transactions in the transactions page. I am going to move away from that way of displaying info, and migrate to an order view with more info.
I'm also recoding the orders module, it's being inconsistant and I've seen a few bugs. As for the no profits displaying, I see it is starting to calculate profit just needed some more data to generate graphs and profit. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Sernum
Sniggerdly Pandemic Legion
16
|
Posted - 2012.12.09 19:43:00 -
[98] - Quote
How do i get it to pull? |

Monkey Sandwich
Hedion University Amarr Empire
0
|
Posted - 2012.12.09 20:32:00 -
[99] - Quote
Jeronica wrote: I only pull the last 100 transactions in the transactions page. I am going to move away from that way of displaying info, and migrate to an order view with more info.
I'm also recoding the orders module, it's being inconsistant and I've seen a few bugs. As for the no profits displaying, I see it is starting to calculate profit just needed some more data to generate graphs and profit.
OK, thx and i'll just wait and see. |

Chorus Ambrye
North Eden Trading Company Inc.
3
|
Posted - 2012.12.09 20:36:00 -
[100] - Quote
is there any way to reset the stats ?
Also, if I fiddle about with the "Stock WIP" like remove items from there, does it affect the "profit" stats.
It seemed to work great until I started fiddling with the Stock WIP and then the profit tab got pretty messed up, and since then I-¦ve tried to delete the character and adding a new API and but doesnt seem to reset the stats.
I-¦m also wondering, in case more then 100 transactions happen between pulls, is the extra info lost ? |
|

Sernum
Sniggerdly Pandemic Legion
16
|
Posted - 2012.12.09 22:10:00 -
[101] - Quote
this website does not work. |

Jeronica
Immortalis Inc. Shadow Cartel
112
|
Posted - 2012.12.10 01:37:00 -
[102] - Quote
Chorus Ambrye wrote:is there any way to reset the stats ?
Also, if I fiddle about with the "Stock WIP" like remove items from there, does it affect the "profit" stats.
It seemed to work great until I started fiddling with the Stock WIP and then the profit tab got pretty messed up, and since then I-¦ve tried to delete the character and adding a new API and but doesnt seem to reset the stats.
I-¦m also wondering, in case more then 100 transactions happen between pulls, is the extra info lost ?
It's working off your stock to calculate the profit, so yea remove stock would reduce profits because it would skip the sell transaction.
The past 100 transactions is just that, just a snap shot of your previous 100 transactions. It will calculate all of the transactions it will pull (limit is about 1000 per pull), so that page is only your previous transactions and does not affect your total profit.
Also @Sernum, would you like to elaborate? I see your API pulling, and profit calculating as expected. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

JohnathanGalt
Imperial Academy Amarr Empire
42
|
Posted - 2012.12.10 13:43:00 -
[103] - Quote
Jeronica, Is there a way to stop the automatic API pull and just add in a button that would pull all the info no request. Then you could just have a timer on it so it would be greyed out until the next time an API pull is available? Just a thought,v because it seems there are always problems with the API pull that you are manually having to correct? Just a thought. |

Ronix Aideron
The Ugly Ass Kickers
16
|
Posted - 2012.12.11 12:45:00 -
[104] - Quote
I have a feature request.
Be able to run a report on the profits by item across all users. 
The report can be redacted so individual users are not shown but location and item would be interesting.
I know that some secrets might be in there but I would think it would be interesting to see across the MarketMogul user base what types of transactions are being done to what level of profit. |

Jeronica
Immortalis Inc. Shadow Cartel
112
|
Posted - 2012.12.13 17:27:00 -
[105] - Quote
Ronix Aideron wrote:I have a feature request. Be able to run a report on the profits by item across all users.  The report can be redacted so individual users are not shown but location and item would be interesting. I know that some secrets might be in there but I would think it would be interesting to see across the MarketMogul user base what types of transactions are being done to what level of profit.
That may be useful to some, but I think that would be abusing people's data. Privacy is key when you're doing trading so I don't think this will be implemented globally. I am working on functions to give you a better look at your own data though.
An update for December: I've pushed 0.4.0 to the site, bringing better caching, and some corp api functions (currently closed alpha). If you'd like access to the corp API functions, email me at [email protected].
I will also be on vacation from now until around the new year, so there will be work done, may not be immediate though.
@JohnathanGalt I did have that on the very first few builds, but I found that it would strain the server just as much (the server still needs to pull all the transactions and calculate profit). I found delaying it didn't optimize anything and that's why I have the current system. I feel the api que is the smartest choice, expecially once we get more members. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

Ronix Aideron
The Ugly Ass Kickers
17
|
Posted - 2012.12.14 12:25:00 -
[106] - Quote
I just logged on and it appears that the application is not pulling new data. http://eveboard.com/pilot/Ronix_Aideron |

miss eve2006
Khanid Mining Group
6
|
Posted - 2012.12.14 15:02:00 -
[107] - Quote
is there any way to speed up the api pulls? my data is almost 24 hours old. Last Api Run: 2012-12-13 16:39:06
and there are 94 in the queue a head of me, and have been for some time now. |

Jeronica
Immortalis Inc. Shadow Cartel
112
|
Posted - 2012.12.14 17:58:00 -
[108] - Quote
Seems like an API pull started just before the nightly system backup and seemed to halt the last API. I restarted the jobs and they should be catching up now.
I'll be adding some time verification, so this doesn't happen again. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |

miss eve2006
Khanid Mining Group
6
|
Posted - 2012.12.14 18:09:00 -
[109] - Quote
Thanks,
Another thing, what timezone are you using? could you maybe add a clock, just to make it easier? |

Jeronica
Immortalis Inc. Shadow Cartel
112
|
Posted - 2012.12.14 18:13:00 -
[110] - Quote
miss eve2006 wrote:Thanks,
Another thing, what timezone are you using? could you maybe add a clock, just to make it easier?
The timezone is EVE time. Makes it easier to handle api cache times, and universal for everyone.
I may add localization and more personalization down the road, after the backend and features are finished. Not currently on the top of the list. In the Belt I am,-áForever Tackled please help,-áFor I will die soon Please quicken thou warp,-áThe armor will soon not hold,-áStructure is well-nigh A Wreck it appears,-áFloating in sweet solitude,-áAmong the cosmos |
|

Siren Ebonlight
eXceed Inc. No Holes Barred
0
|
Posted - 2012.12.16 22:37:00 -
[111] - Quote
My api hasn't pulled since 12/12. It's been almost 4 days since pull so curious if i was snagged up. Says im 6th in line.
Doing a great job so far Jeronica, thanks again! |

TheSmokingHertog
TALIBAN EXPRESS
70
|
Posted - 2012.12.17 01:27:00 -
[112] - Quote
Can you please timestamp lines on https://www.eve-mogul.com/user/notifications < thx.
And please make a HIDE all button. Ow, it exist, then, please align it to the right. Thx. |

Jeronica
Immortalis Inc. Shadow Cartel
113
|
Posted - 2012.12.17 03:58:00 -
[113] - Quote
I'll add that into the next revision, and move the hide all be aligned to the right.
It looks like I've patched the issue with API pulls. Will wait for a few hours and check again (currently at 11 thousand transactions to sort through). Please be patient until it catches up (may be several hours).
EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

TheSmokingHertog
TALIBAN EXPRESS
70
|
Posted - 2012.12.17 18:43:00 -
[114] - Quote
Jeronica wrote:I'll add that into the next revision, and move the hide all be aligned to the right. It looks like I've patched the issue with API pulls. Will wait for a few hours and check again (currently at 11 thousand transactions to sort through). Please be patient until it catches up (may be several hours).
Thx.
Could you take a look at my api data from 12-6 to 12-12, its a straigt line @ zero in my graphs. thx. |

Quake590
Hawk Brigade
2
|
Posted - 2012.12.22 12:12:00 -
[115] - Quote
Can't seem to access the site at all unless it's through a proxy, does this site have any known issues with connections from Australia?
Quake |

Amorion Koth
Sacred Templars Unclaimed.
0
|
Posted - 2012.12.22 13:01:00 -
[116] - Quote
I'm not getting the registration mail... How long does that usually take? |

Amanda Haley
Center for Advanced Studies Gallente Federation
5
|
Posted - 2012.12.22 18:14:00 -
[117] - Quote
It does not seem to update anything for the past 2 days. any ideas whats wrong? |

Jeronica
Immortalis Inc. Shadow Cartel
114
|
Posted - 2012.12.22 20:00:00 -
[118] - Quote
We were having I/O errors on the server because of the data being pulled. We're moving frameworks to one that's scaled for bigger applications, the previous one did not handle sql queries well, resulting in the mysql process taking up 2/3 of the CPU constantly.
I have started recoding the site, and migrating the functions to the new framework, which looks promising to help with page loads, api pull speed, and overall better cache handling.
Downside? The new system uses a more secure password hashing system (is this a downside?), so worst case scenario you will have to register again. I should be able to move at least the usernames/emails over and require you to change your password to be able to login. The way the new framework handles tables, will require a complete refresh of data, all stock and profit will be truncated.
I understand it's not great to lose all the data, but with this new framework it stores the data a lot neater, and is automated.
I have disabled API pulls in the meantime, no point stressing the hardware too much. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Uatu Goro
Uatu Goro Corp
4
|
Posted - 2013.01.14 13:47:00 -
[119] - Quote
Site is up, but i can't login on my account |

Kari Juptris
Dreddit Test Alliance Please Ignore
99
|
Posted - 2013.01.15 15:31:00 -
[120] - Quote
You need to make a new account. |
|

Uatu Goro
Uatu Goro Corp
4
|
Posted - 2013.01.15 18:14:00 -
[121] - Quote
Kari Juptris wrote:You need to make a new account.
Ok. Thx
|

snake pies
Dreddit Test Alliance Please Ignore
80
|
Posted - 2013.01.19 21:31:00 -
[122] - Quote
a little post on the homepage about the status would be nice |

Kalstir
The Advent of Faith
0
|
Posted - 2013.01.25 22:08:00 -
[123] - Quote
also could we maybe get a FAQ page with some basic info about how everything works? |

Princess Saskia
Hyperfleet Industries
44
|
Posted - 2013.01.26 10:14:00 -
[124] - Quote
Could we possibly introduce a tool where it counts the amount of isk we have lost when we have been tackled in a belt and are awaiting rescue. All that time where we cant trade :( |

Jeronica
Immortalis Inc. Shadow Cartel
176
|
Posted - 2013.01.26 16:06:00 -
[125] - Quote
Hello all,
Sorry I have not been active in the thread lately, I have been tied up in my final project for my degree in college. I'm expecting to be done with everything 2 weeks from now, but I will still be working on the site during this time. Afterwards, I will devote a lot more time into the site.
To answer some questions asked: Q: What happened to my account? A: When we migrated to the new user database, I programmed the new database to reduce redundancy. I made the decision to not migrate the database to the new one, as no profit/transactions would have transferred either.
Q: Whats new? A: Not much yet! I'm still recoding every function from the old site into the new one. These new functions will be streamlined and will load quicker. You may already notice some pages that would take ages to process on the website, to load almost instantly on the new one. I'll be working on order tracking, notification system (maybe also add a private message system), and maybe a community center.
Q: FAQ Page. A: I have been working on making a tour of the site, with working example datasets (not just images). This will hopefully help people decide if they want to use the website.
Q: When will we leave beta, and start requiring a subscription? A: This is still a while away, so the free beta will be up for quite a while longer. I do plan on having a free subscription, with the basic but useful information, and also a paid one. I'll have to work with the members to see what exactly the price point will be, and what features would be considered "premium", giving them an advantage over any other trader.
Q: Could we possibly introduce a tool where it counts the amount of isk we have lost when we have been tackled in a belt and are awaiting rescue. A: We will be working on our patented insurance policy program over the next few months, and we will have a service for reimbursement soon! ;)
Thank you all so much for the support! We're already up to 100+ users without any public notification, and increasing every day. I hope not to disappoint you all, and hope to resume putting man hours into the site in 2 weeks time.
Thanks, Jeronica and the EVE-Mogul Team EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Reah Loth
House Aratus Fatal Ascension
13
|
Posted - 2013.02.03 22:16:00 -
[126] - Quote
Hey, thank you for this awesome tool!
I have just one stupid question, how do I remove characters from my account? |

Jeronica
Immortalis Inc. Shadow Cartel
182
|
Posted - 2013.02.07 01:00:00 -
[127] - Quote
Reah Loth wrote:Hey, thank you for this awesome tool!
I have just one stupid question, how do I remove characters from my account?
I believe we handled this recently today. I will work on adding more control to users and administrators soon. I should have a LOT more free time starting the end of this week that I intend to use with the site. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Reah Loth
House Aratus Fatal Ascension
13
|
Posted - 2013.02.07 17:23:00 -
[128] - Quote
Confirming that I was helped by Tweety Bird!
Many thanks for the help, and thumbs up for your site! |

Karash Amerius
Sutoka
93
|
Posted - 2013.02.08 19:06:00 -
[129] - Quote
Hello Jeronica,
Nice start to your website. I have been trying to test it out for a day or so now, but I was wondering why some market transactions in the SELL category do not have the corresponding profit % calculation. Is this just due to not having the original price point the item was when BUY was initiated? The layout and design of the website is great, but more tools will be needed if you plan on generating monthly isk.
Here are my suggestions:
1. Investor reports could be a huge selling point. Most traders look for seed money to increase their market penetration into higher luxury items.
2. Net worth and current asset calculations would be helpful to see how much liquidity you have. You can base this on average volume of items sold for that asset to put a liquidity 'score' together. Basically how fast could you really firesale your "stuff".
3. Most active trade systems used for both buy and sell. Profit margin calculation by assets (like a top 10 list), and again raw isk generation regardless of margin. Volume is a big deal to a lot of traders; their margins may not be stellar, but their volumes are godly. Cater to those traders as well.
Good luck, and looking forward to testing more.
Karash Amerius Operative, Sutoka |

Reah Loth
House Aratus Fatal Ascension
13
|
Posted - 2013.02.10 04:20:00 -
[130] - Quote
Karash Amerius wrote: I have been trying to test it out for a day or so now, but I was wondering why some market transactions in the SELL category do not have the corresponding profit % calculation. Is this just due to not having the original price point the item was when BUY was initiated?
I believe this might be due to the website using a first in first out approach. You might have bought an item at price x, then bought more of that item to trade for price y. Until you sell out an amount equal to what you paid price x for, it will use x for calculating profits, and not y. |
|

Jeronica
Immortalis Inc. Shadow Cartel
184
|
Posted - 2013.02.11 22:54:00 -
[131] - Quote
Karash Amerius wrote:Hello Jeronica,
Nice start to your website. I have been trying to test it out for a day or so now, but I was wondering why some market transactions in the SELL category do not have the corresponding profit % calculation. Is this just due to not having the original price point the item was when BUY was initiated? The layout and design of the website is great, but more tools will be needed if you plan on generating monthly isk.
Here are my suggestions:
1. Investor reports could be a huge selling point. Most traders look for seed money to increase their market penetration into higher luxury items.
2. Net worth and current asset calculations would be helpful to see how much liquidity you have. You can base this on average volume of items sold for that asset to put a liquidity 'score' together. Basically how fast could you really firesale your "stuff".
3. Most active trade systems used for both buy and sell. Profit margin calculation by assets (like a top 10 list), and again raw isk generation regardless of margin. Volume is a big deal to a lot of traders; their margins may not be stellar, but their volumes are godly. Cater to those traders as well.
Good luck, and looking forward to testing more.
Reah is correct. It uses first in, first out. Take this scenario:
Buy 2 hurricanes for 1million isk. Sell 1 hurricane for 2million isk(1mil profit). Buy 2 hurricanes for 2million isk. Sell 1 hurricane for 2million isk(1mil profit). Sell 2 hurricanes for 2million isk (0mil profit).
I am looking at doing some coding soon, I'm just catching up on other smaller projects and need a good weekend with nothing planned to get some headway. I'll be looking to integrate all the old features (leaderboards, investor reports for public use, etc) first, then adding more features.
There is a lot of opportunities, for some great tools, the current bottleneck is time for me. I promise I'll be getting into coding again ASAP! EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Jeronica
Immortalis Inc. Shadow Cartel
185
|
Posted - 2013.02.25 01:38:00 -
[132] - Quote
Just pushed in 0.5.6.
From changelog:
- Added automatic leaderboard update, so should be refreshing at least every hour.
- Added private messaging, will work in hand with notification system. You can disable private messaging from other users in privacy settings
- Implemented the notification code, which will assist in giving you a heads up you have messages, orders have been completed (orders system is being planned).
- Added a public profile, accessible from the top menu by clicking your name. Will add more hyperlinks throughout the site to user profiles. All data respects your privacy settings when being displayed.
- Replaced some images on front landing page. Also changed leaderboard link to active
EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Princess Saskia
Hyperfleet Industries xXPlease Pandemic Citizens Reloaded Alliance.Xx
685
|
Posted - 2013.03.14 11:37:00 -
[133] - Quote
Love the continuing development. Hyperfleet Industries is selectivly recruiting. Enquire today. Killboard
|

Jeronica
Immortalis Inc. Shadow Cartel
234
|
Posted - 2013.03.14 14:51:00 -
[134] - Quote
Princess Saskia wrote:Love the continuing development.
Cheers Princess!
I merged 0.5.7 earlier this week, bringing a few new things including:
I am currently developing the market orders section of the site, which will give you more data to make investing decisions. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Kivorno
Myanapa Corsica
15
|
Posted - 2013.03.14 15:27:00 -
[135] - Quote
Since the 0.5.7 update, the transactions haven't been updated. I don't think the cron job is working. |

Jeronica
Immortalis Inc. Shadow Cartel
234
|
Posted - 2013.03.15 14:06:00 -
[136] - Quote
Kivorno wrote:Since the 0.5.7 update, the transactions haven't been updated. I don't think the cron job is working.
Please check your corp transactions. They seem to be pulling fine. I fixed an issue where the character would also return corporate transactions as well, resulting in duplicate data in each the corp/character tables. If you aren't using a corporate account, please get back with me. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Strange Day
Tiny Green Men
0
|
Posted - 2013.03.24 08:06:00 -
[137] - Quote
Hey, I was wondering - Do you know why I'm getting a Access Mask Invalid error?
Haha Scratch that, I got it working now. I should get some sleep before posting in future. |

Jeronica
Immortalis Inc. Shadow Cartel
236
|
Posted - 2013.03.25 19:47:00 -
[138] - Quote
Strange Day wrote:Hey, I was wondering - Do you know why I'm getting a Access Mask Invalid error?
Haha Scratch that, I got it working now. I should get some sleep before posting in future. Is the API pull borked?
Looks like your api has been pulling correctly. I have some school stuff I've been working on lately, but will be working on the site more as soon as I can! EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Alex Grison
Grison Interstellar
242
|
Posted - 2013.03.25 20:09:00 -
[139] - Quote
Looks like an interesting site.
I shall poke around for security vulnerabilities. |

Tweety Bird
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
88
|
Posted - 2013.03.28 02:43:00 -
[140] - Quote
Alex Grison wrote:Looks like an interesting site.
I shall poke around for security vulnerabilities.
Some may exists, and if you find any, report them to Jeronica or myself, before disclosing publicly, like a responsible pentest. Neither of us have any time right now to dig (pun intended) but will resolve anything we are made aware of, immediately. |
|

Jaq Royale
Royale Strategic Imperative
3
|
Posted - 2013.03.28 04:28:00 -
[141] - Quote
Looks interesting. Keep it up. |

Bygge mand
Kaper Korp
0
|
Posted - 2013.03.31 11:20:00 -
[142] - Quote
Hi
my transactions has not been pulled since "Last API Pull: 2013-03-30 01:58:44" I wonder if that is a bug or I have screwed something up ?
otherwise a great site |

SlayerOfArgus
Polaris Project Curatores Veritatis Alliance
21
|
Posted - 2013.04.01 20:57:00 -
[143] - Quote
I'm still using the site frequently and enjoy it. I did notice that the bar that shows the API pull changed. Would there be a way to include a message on your main profile for when the next pull would be? |

Princess Saskia
Hyperfleet Industries xXPlease Pandemic Citizens Reloaded Alliance.Xx
2294
|
Posted - 2013.04.01 21:03:00 -
[144] - Quote
Jeronica is having some PC issues at the moment. Will fwd this feedback onto him. Hyperfleet Industries is selectivly recruiting. Enquire today. Killboard
|

Vincenzo Arbosa
Badabing Salvage Corp
5
|
Posted - 2013.04.02 17:22:00 -
[145] - Quote
I tried using eve-mogul but couldnt get it to work. The last API pull says 1970, so that appears to be an issue (unless I had it set up incorrectly).
For now I have removed my API info and will try to keep up to date on this topic. It looks like it would be an awesome tool. |

Lux Imperator
Soimii Patriei Nulli Secunda
47
|
Posted - 2013.04.02 21:02:00 -
[146] - Quote
Hello,
I have an issue. It shows my transactions, but it does not attribute any profit or loss to them, so my charts all show 0 isk. What am I doing wrong ?
Thanks |

Jeronica
Immortalis Inc. Shadow Cartel
244
|
Posted - 2013.04.07 15:40:00 -
[147] - Quote
I'm glad to say that I have optimized the database,the API import and he profit calculation functions to be more efficient and a lot quicker.
You should find that your transactions are processed quicker, and that your API is pulled more frequently. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

SlayerOfArgus
Polaris Project Curatores Veritatis Alliance
21
|
Posted - 2013.04.08 21:38:00 -
[148] - Quote
Jeronica wrote:I'm glad to say that I have optimized the database,the API import and he profit calculation functions to be more efficient and a lot quicker.
You should find that your transactions are processed quicker, and that your API is pulled more frequently.
Awesome work! I can certainly tell a difference from the update.  |

Vincenzo Arbosa
Badabing Salvage Corp
7
|
Posted - 2013.04.09 01:08:00 -
[149] - Quote
I still cant get it to work, says last pull was 1970. Can you verify that it is set up correctly? It is pulling my name and wallet total just fine, but not tracking anything else. I changed nothing from the preset API info |

Jeronica
Immortalis Inc. Shadow Cartel
244
|
Posted - 2013.04.09 04:39:00 -
[150] - Quote
Vincenzo Arbosa wrote:I still cant get it to work, says last pull was 1970. Can you verify that it is set up correctly? It is pulling my name and wallet total just fine, but not tracking anything else. I changed nothing from the preset API info
Not sure what the issue was, I just checked your account and saw that it has pulled. "Last API Pull: 2013-04-09 04:18:09", and I checked at 04:33.
I see that you added the character at 00:35, so it should have pulled it within an hour after you added. It probably pulled within 30minutes of you posting here, as you posted at 01:08.
Current speed is about 30minutes for every 100 characters, and at the moment there are around 200 or so active characters (rough estimate). Everyone's character should be pulled every hour (respecting eve's cache), at the most every 2-2.5 hours. I plan on getting this reduced as well, by optimizing the API pull code even further.
I'm pushing for "as soon as possible" statistics, but the idea of the tool is to watch your trading history over time. We must remember that CCP will only refresh every hour as well. I believe that a 2.5hour delay (at the most) is pretty decent for the information being displayed.
SlayerOfArgus wrote:Awesome work! I can certainly tell a difference from the update. 
Good to hear! EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |
|

Vincenzo Arbosa
Badabing Salvage Corp
7
|
Posted - 2013.04.09 21:53:00 -
[151] - Quote
Yep, I will admit to being in a hurry to see this... and I wasn't wrong to be excited for it. From what I have seen, this looks like an excellent tool. Thank you! |

Vincenzo Arbosa
Badabing Salvage Corp
7
|
Posted - 2013.04.12 16:29:00 -
[152] - Quote
Returning to give props and say thank you for creating such a tool.
Pros: Allows me to track and view market buy/sell orders from work or otherwise unable to see the information. ItGÇÖs a nice as it keeps me apprised of the market conditions so I donGÇÖt have to play catch up when I do have a chance to log in. Allows me to view profit a lot better than trying to track it myself using the wallet transactions. I am lazy like that.
BONUS: Simple layout is good for at-work stealth browsing. No flashy colors, no cartoony graphics means that I can be looking at this wherever I am at and not worry about it sticking out.
Cons: Not able to track profit margins on manufactured goods. About half of my sales come from things I either mine/manufacture/sell, purchase/process/sell, or purchase/manufacture/sell.. this tool would be the alpha and omega if it could track profits through that process. Allows me to see someone undercut a sale by .01 ISK and forces me to look at it the rest of the day. Not much else (and the above was more of a joke, though a thoroughly sickening one).
Thanks for creating this!
|

Jeronica
Immortalis Inc. Shadow Cartel
244
|
Posted - 2013.04.13 14:59:00 -
[153] - Quote
Vincenzo Arbosa wrote: ON EDIT:
One question though.. in the section labeled 'Market Orders', under 'Character Orders' there appear to be some missing. Are the orders for items that I created myself not shown there? Thats what it looks like maybe.
After looking at the database, there orders saved there for your character. Are none displaying there? May just need to fix the view. The manufacturing system is one thing others have mentioned in the past, but at the current state there are too many variables to account for when building, and it will be a while before I can get some time to code it. It is something I've been looking at though! EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Vincenzo Arbosa
Badabing Salvage Corp
7
|
Posted - 2013.04.13 15:17:00 -
[154] - Quote
That's understandable, as I said its still really useful and is probably even more so for station traders and non-industrial merchants. In my case there are orders listed but thy aren't comprehensive of my offerings. It seems that the things that ive made and sell aren't always listed. I can look at it closer and compare the two lists and see what exactly is missing. |

Jeronica
Immortalis Inc. Shadow Cartel
244
|
Posted - 2013.04.14 05:32:00 -
[155] - Quote
Vincenzo Arbosa wrote:That's understandable, as I said its still really useful and is probably even more so for station traders and non-industrial merchants. In my case there are orders listed but thy aren't comprehensive of my offerings. It seems that the things that ive made and sell aren't always listed. I can look at it closer and compare the two lists and see what exactly is missing.
Please do, I will try to research more tomorrow as well when I get some free time. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Vincenzo Arbosa
Badabing Salvage Corp
8
|
Posted - 2013.04.15 15:18:00 -
[156] - Quote
Looking at it again today, under Market Orders I don't have any 'sell' orders listed. However if I Browse Transactions under this character it does show multiple sales today, which were all made by sell orders.
I haven't been able to figure out which ones it is pulling, and which it is ignoring, but today at least it looks like its only listing Buy Orders.
Thanks! |

Jeronica
Immortalis Inc. Shadow Cartel
244
|
Posted - 2013.04.16 05:30:00 -
[157] - Quote
Vincenzo Arbosa wrote:Looking at it again today, under Market Orders I don't have any 'sell' orders listed. However if I Browse Transactions under this character it does show multiple sales today, which were all made by sell orders.
I haven't been able to figure out which ones it is pulling, and which it is ignoring, but today at least it looks like its only listing Buy Orders.
Thanks!
Okay, I will be sure to investigate this Wednesday! I should have the entire day to catch up on some things. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Vincenzo Arbosa
Badabing Salvage Corp
8
|
Posted - 2013.04.19 20:15:00 -
[158] - Quote
In case you do get around to taking a look, it appears that my market orders havent been updated for some time (though my transactions appear current). It is showing several Buy orders that have been cancelled for days, and not showing those that I have set up in the meantime.
Thank you! |

Jane Megatrade
Kommando Heldentaten
0
|
Posted - 2013.04.20 13:25:00 -
[159] - Quote
I get a server error 500 when I try to fetch my character data. It recognizes my characters but after character selection it crashes. I have also made everything public in API for trial purposes. |

Wafflehead
Garoun Investment Bank Gallente Federation
3
|
Posted - 2013.04.21 11:32:00 -
[160] - Quote
Quote:This is not the site you're looking for....
This is what i get when i visit the website??
//Edit... When i goto www.eve-mogul.com it works, but eve-mogul.com doesn't. "Wget push index.html" |
|

Serenity Saul
Ship Spinning Investments Inc.
5
|
Posted - 2013.04.22 00:15:00 -
[161] - Quote
I just tried eve mogul for the first time and it looks very promising.
If it is any help to you, here is the only thing I really need : to be able to see the profit per traded item over a period of time (last 24 hours/week/month). Now you can click on one item and see total profit but you don't want to click on each and every one of them, a table view would be perfect.
EVE Neat that i've been using has that kind of features and it help greatly to be able to see at a glance your most profitable items and those that you should consider moving away from.
Keep up the good work. |

Tweety Bird
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
92
|
Posted - 2013.04.22 01:59:00 -
[162] - Quote
Wafflehead wrote:Quote:This is not the site you're looking for.... This is what i get when i visit the website?? //Edit... When i goto www.eve-mogul.com it works, but eve-mogul.com doesn't. "Wget push index.html" It's to prevent DNS spoofing and force https
Visit https://www.eve-mogul.com/ |

Ile Disco
Airtight Investment Racketeers
13
|
Posted - 2013.04.24 14:36:00 -
[163] - Quote
Liking the site very much at the moment, just what I've been looking for.
I'm not sure if this is already part of it (if it is I haven't found it yet).
Is there a Profit History function for your monthly transactions as in January Profit = XXXXX, Febuary Profit = XXXXXX etc?, I like the rolling week and rolling month profit results, just wondering if this would be possible aswell? |

Darce Malukker
Sebiestor Tribe Minmatar Republic
0
|
Posted - 2013.04.24 17:02:00 -
[164] - Quote
I get a 500 server error every time I try to submit API ID and Verification Code.
I think the new API killed all the nicest of trading tools out there.  |

Tweety Bird
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
92
|
Posted - 2013.04.24 22:23:00 -
[165] - Quote
Darce Malukker wrote:I get a 500 server error every time I try to submit API ID and Verification Code. I think the new API killed all the nicest of trading tools out there.  CCP's API service has been offline. EVE-Mogul has not changed. |

Tampaxita
Poo Bashers
18
|
Posted - 2013.05.05 07:10:00 -
[166] - Quote
I really like the idea behind the site. It offers some nice improvements over eve-profit but it also has a lot of issues which makes the whole site borderline usable.
First of all , the api pull and process cronjobs are really slow. I've been using it for the past couple of days and it takes between 3 and 6 hours for the site to pull the transactions. And once these are pulled, it takes another 6 hours for them to get processed. This is just unacceptable for someone who plays actively plays the market. I also don't like the fact that the whole api-pull process is very nontransparent. I mean in eve profit you had a timer and once the itmer ran out you had your data. Simple and deterministic. Here, there is some weird queue which I don't really understand how it works. When will I get new data? Why is it that the profit-processing cronjob is separate from the data pull? I keep seeing the loading icon in the top right telling me that some cronjobs are active but I haven't been able to notice any effect this "notification" has on my data.
I also stumbled on some bugs related to the api pull in form of "missed" transactions. These are (old) transactions which I can see in eve but they do not show up in eve mogul. Here is an example:
This is a screenshot from my eve transaction history This is a screenshot from eve mogul Notice how the 14:41 transaction is missing from eve mogul. |

Mordecai Dumisani
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
0
|
Posted - 2013.05.07 18:02:00 -
[167] - Quote
Tampaxita wrote:I really like the idea behind the site. It offers some nice improvements over eve-profit but it also has a lot of issues which makes the whole site borderline usable. First of all , the api pull and process cronjobs are really slow. I've been using it for the past couple of days and it takes between 3 and 6 hours for the site to pull the transactions. And once these are pulled, it takes another 6 hours for them to get processed. This is just unacceptable for someone who plays actively plays the market. I also don't like the fact that the whole api-pull process is very nontransparent. I mean in eve profit you had a timer and once the itmer ran out you had your data. Simple and deterministic. Here, there is some weird queue which I don't really understand how it works. When will I get new data? Why is it that the profit-processing cronjob is separate from the data pull? I keep seeing the loading icon in the top right telling me that some cronjobs are active but I haven't been able to notice any effect this "notification" has on my data. I also stumbled on some bugs related to the api pull in form of "missed" transactions. These are (old) transactions which I can see in eve but they do not show up in eve mogul. Here is an example: This is a screenshot from my eve transaction history This is a screenshot from eve mogul Notice how the 14:41 transaction is missing from eve mogul. I think if the author could work on the performance issues it would drastically improve eve-mogul's feel. Either way, thanks for the effort and keep up the good work.
Hey there, this is Jeronica. Sorry, apparently my draft got deleted while posting this. I'll respond in an edit. |

Zahl Theis
The Scope Gallente Federation
0
|
Posted - 2013.05.08 03:26:00 -
[168] - Quote
Thank you for your contribution! This is great! Let's work together |

Mordecai Dumisani
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
0
|
Posted - 2013.05.08 15:14:00 -
[169] - Quote
Zahl Theis wrote:Thank you for your contribution! This is great! Thanks for the kind words! |

Dwen Hansen
Books and Things
0
|
Posted - 2013.05.09 14:37:00 -
[170] - Quote
have an issue with my Corp Wallet total has not updated for a few weeks now, although all of my transactions and orders have been updating correctly.
Would it not be possible to develop a 3rd party tool so we could request an api pull from our end and then upload the data directly to the site, as it does take a long time for my Data to update, some notifications are a day late.
Allot of items I buy and resell are bought via contracts as well, would it be possible for us to manually enter in stock / add an in game browser feature for uploading a contract and the site automatically divides the total cost of the contract by the quantity, not sure if this would be possible or not ?
Allot of people buy items off the market and then turn them into minerals, if it was possible for us to give these items in our stock page a unique marker :
tick box : 'marker X' use this item as cost for minerals
Once you have sold all of your minerals in the Transaction page you can have a Mineral Transaction button that takes all of the minerals sold into a table with tick boxes.
The transactions that have been marked by the tick boxes would be added together and called 'minerals sales 09/05/13. Once this was created the original transactions for the minerals would be archived so your left with one total transaction.
The New transaction would have a tick box / dropdown 'use marker X' as cost then we can see the profit margins.
The buy transactions that are marked by X would also need to be archived once added to a sell transaction to avoid having huge unique markers
This isn't going to be 100% accurate and I think it would be an easy feature to add ? |
|

Mordecai Dumisani
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
0
|
Posted - 2013.05.10 00:01:00 -
[171] - Quote
Dwen Hansen wrote:have an issue with my Corp Wallet total has not updated for a few weeks now, although all of my transactions and orders have been updating correctly.
Would it not be possible to develop a 3rd party tool so we could request an api pull from our end and then upload the data directly to the site, as it does take a long time for my Data to update, some notifications are a day late.
Allot of items I buy and resell are bought via contracts as well, would it be possible for us to manually enter in stock / add an in game browser feature for uploading a contract and the site automatically divides the total cost of the contract by the quantity, not sure if this would be possible or not ?
Allot of people buy items off the market and then turn them into minerals, if it was possible for us to give these items in our stock page a unique marker :
tick box : 'marker X' use this item as cost for minerals
Once you have sold all of your minerals in the Transaction page you can have a Mineral Transaction button that takes all of the minerals sold into a table with tick boxes.
The transactions that have been marked by the tick boxes would be added together and called 'minerals sales 09/05/13. Once this was created the original transactions for the minerals would be archived so your left with one total transaction.
The New transaction would have a tick box / dropdown 'use marker X' as cost then we can see the profit margins.
The buy transactions that are marked by X would also need to be archived once added to a sell transaction to avoid having huge unique markers
This isn't going to be 100% accurate and I think it would be an easy feature to add ?
Hey there, Jeronica here.
I've been having issues with the corp wallet saving to database, an issue with 32bit variables not being able to add higher than a certain number. Considering that the wallet total isn't a huge part of the process, and it's just as easy to look at your wallet ingame, it's been put on backburner until everything else is sorted.
I love your idea with the module->mineral and will work on a plan on how to implement it. Contracts are also a major input that needs added, and will be exploring ways on adding those sources.
Currently having a lot of real life things going on, as well as other tasks in EVE so I'll try to get as much done as I can. |

Dwen Hansen
Books and Things
0
|
Posted - 2013.05.10 15:56:00 -
[172] - Quote
Thanks for the reply! |

Dwen Hansen
Books and Things
0
|
Posted - 2013.05.13 18:03:00 -
[173] - Quote
It would also be useful to add the location of the transaction / order notification.
|

Leilani Justice
Dreddit Test Alliance Please Ignore
0
|
Posted - 2013.05.27 22:29:00 -
[174] - Quote
Hi, I just wanted to stop by and say WOW, what a fantastic site. I can't believe I've just now stumbled across it. Thanks for all of your hard work, I'll be looking forward to every new release. I noticed there is a "premium user" tag, can you point me to somewhere that explains what that means. Thanks again bro, the site is a godsend ! |

Naes Mlahrend
KINGS OF EDEN Sev3rance
92
|
Posted - 2013.05.28 20:06:00 -
[175] - Quote
great site! |

Tweety Bird
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
94
|
Posted - 2013.05.30 04:35:00 -
[176] - Quote
Leilani Justice wrote:Hi, I just wanted to stop by and say WOW, what a fantastic site. I can't believe I've just now stumbled across it. Thanks for all of your hard work, I'll be looking forward to every new release. I noticed there is a "premium user" tag, can you point me to somewhere that explains what that means. Thanks again bro, the site is a godsend ! We are in the process of developing a premium subscription model with additional features and benefits. Little development has been done recently, but rest assured, we are reading all input and taking notes. Development will increase in frequency soon. Glad you enjoy the site! We enjoy providing it.  |

Lina Theist
Rosendal Research and Development
15
|
Posted - 2013.05.30 22:00:00 -
[177] - Quote
I love graphs, this is great |

Jeronica
Immortalis Inc. Shadow Cartel
249
|
Posted - 2013.05.31 04:34:00 -
[178] - Quote
Just popping in to say hi!
I've been extremely busy IRL lately, but I've been working to free up some time to do some work on the site. I'm still reading everyone's comments and taking them to heart, and will be pushing myself to work harder and harder for you guys.
Thanks all for your support!
Jeronica EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Kas Asen
Delboy Enterprises
0
|
Posted - 2013.06.01 11:13:00 -
[179] - Quote
Hi,
Website looks really promising, however, i'm having a couple of issues with it. I added a corporation to my account and it took about an hour or two for it to pull the info from the API and then also process the data and start updating the graph, which was fine. The problem is that the API has been pulled two more times now (soon to be a third I think) and yet none of the profits have been updated / the "cronjob" has been running continuously without any sort of outcome since the first API pull. Also under manage corporation, it states "Cached Journal: 0000-00-00 00:00:00", I don't know if that's of any help but it didn't look right, so i thought i'd throw it in anyway
Thanks for the site anyhow :) |

Al'tair Enaka
Dissent.
0
|
Posted - 2013.06.01 20:26:00 -
[180] - Quote
Just wanted to let you know that this is a great website :) So far everything is working fine. The only (minor) issue is the time between API pulls, as far as I can tell it only happened two or three times today. |
|

Jeronica
Immortalis Inc. Shadow Cartel
249
|
Posted - 2013.06.03 12:35:00 -
[181] - Quote
Kas Asen wrote:Hi,
Website looks really promising, however, i'm having a couple of issues with it. I added a corporation to my account and it took about an hour or two for it to pull the info from the API and then also process the data and start updating the graph, which was fine. The problem is that the API has been pulled two more times now (soon to be a third I think) and yet none of the profits have been updated / the "cronjob" has been running continuously without any sort of outcome since the first API pull. Also under manage corporation, it states "Cached Journal: 0000-00-00 00:00:00", I don't know if that's of any help but it didn't look right, so i thought i'd throw it in anyway
Thanks for the site anyhow :)
The cronjob being displayed is system wide, meaning it's running for everyone. I'll be looking into optimizing the pulls further to increase the rate of them being pulled. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Kas Asen
Delboy Enterprises
0
|
Posted - 2013.06.03 16:35:00 -
[182] - Quote
Jeronica wrote:Kas Asen wrote: ...text...
The cronjob being displayed is system wide, meaning it's running for everyone. I'll be looking into optimizing the pulls further to increase the rate of them being pulled.
That makes sense, however what I was trying to say in my post is that it doesn't seem to be the rate of API pulls that slows the updates, but the rate at which the profits are calculated after an API pull. In my case it looked like the API was pulled 2 or 3 times before the transaction / profit page was actually updated. My thinking is that once the API pull has finished and you have the data downloaded, the updating of your local database and profit calculations should be reasonably quick? Unless you're dealing with a seriously large amount of data (which you may be, i'm not experienced enough to judge really).
Currently i use a program called Eve Nexus (in case you've ever heard of it), and once the API pull has finished it calculates the profit in under a second, so even with a few thousand eve wallets to go through the update time after an API pull would be hard pressed to reach over 3 hours. The source code (in case you're interested) can be found here on github.
Also sorry if it seems like i'm "attacking" the website or your ability in anyway, that's really not my intention, I simply want to try help you improve the website in any way that I can as I can see some serious potential in it.
Thanks for reading and thanks for your time. |

Al'tair Enaka
Dissent.
0
|
Posted - 2013.06.03 17:36:00 -
[183] - Quote
Kas Asen wrote:Jeronica wrote:[quote=Kas Asen] ...text... Currently i use a program called Eve Nexus (in case you've ever heard of it), and once the API pull has finished it calculates the profit in under a second, so even with a few thousand eve wallets to go through the update time after an API pull would be hard pressed to reach over 3 hours.
Do keep in mind that Eve Nexus is written in Java, which is in most cases a lot faster than php (I assume the website is written in php). According to this website the majority of the benchmarks run 4 to 52 times faster in Java than in php.
It will be impossible to achieve the same performance (unless you use much better hardware) on this website as in Eve Nexus. But I do believe it can be sped up quite a bit. |

Kas Asen
Delboy Enterprises
0
|
Posted - 2013.06.03 20:39:00 -
[184] - Quote
Heh, and there was me thinking java was a relatively slow language o.0 then again, haven't had any experience with php. I never realised a difference in language could make that much of a difference anyhow ( I always thought it was minimal and only necessary when dealing with global data etc). |

Al'tair Enaka
Dissent.
0
|
Posted - 2013.06.03 21:43:00 -
[185] - Quote
Kas Asen wrote:Heh, and there was me thinking java was a relatively slow language o.0 then again, haven't had any experience with php. I never realised a difference in language could make that much of a difference anyhow ( I always thought it was minimal and only necessary when dealing with global data etc).
As far as I know, the difference comes from the fact that Java is a JIT-compiled language and php is a fully interpreted language.
What this means is that Java first compiles the code to an intermediate language (bytecode) and can already apply optimizations in the process. This intermediate language is at runtime executed by the virtual machine.
Php is interpreted, and thus needs to be compiled each time it's run.
There's probably also a big overhead from the fact that php is weakly typed, while Java is strongly typed. This means that when you use php, you can put a string in an integer, and the integer is suddenly a string. Because your program has to figure this all out during runtime it loses some performance. Java simply doesn't allow this behaviour, and thus avoid the overhead of checking.
Of course, none of this matters when you use bad code. A highly optimized php app will run faster than a sloppy Java app. |

Solock
Blackwater USA Inc. Pandemic Legion
9
|
Posted - 2013.07.23 17:11:00 -
[186] - Quote
I do all my purchases on one char and all my selling on another. Is there any way to track the profit across these two characters? |

Serene Python
27
|
Posted - 2013.07.24 16:12:00 -
[187] - Quote
Solock wrote:I do all my purchases on one char and all my selling on another. Is there any way to track the profit across these two characters?
You may be interested in this. I am working on adding more features slowly. There is an option where you can merge characters, which is what it sounds like you may be interested in. |

Syrk
Project Cerberus Caldari State Capturing
9
|
Posted - 2013.07.24 21:06:00 -
[188] - Quote
Love the website. Looking forward to support for contracts. :-) |

Wafflehead
Garoun Investment Bank Gallente Federation
6
|
Posted - 2013.07.29 02:34:00 -
[189] - Quote
Unhandled Exception
Message:
require(/var/www/evemogul/laravel/session/payload.php): failed to open stream: Too many open files in system Location:
/var/www/evemogul/laravel/autoloader.php on line 120 Stack Trace:
#0 /var/www/evemogul/laravel/laravel.php(42): Laravel\Error::native(2, 'require(/var/ww...', '/var/www/evemog...', 120) #1 /var/www/evemogul/laravel/autoloader.php(120): Laravel\{closure}(2, 'require(/var/ww...', '/var/www/evemog...', 120, Array) #2 /var/www/evemogul/laravel/autoloader.php(120): Laravel\Autoloader::load_psr() #3 /var/www/evemogul/laravel/autoloader.php(92): Laravel\Autoloader::load_psr('Session\Payload', '/var/www/evemog...') #4 /var/www/evemogul/laravel/autoloader.php(75): Laravel\Autoloader::load_namespaced('Laravel\Session...', 'Laravel\', '/var/www/evemog...') #5 [internal function]: Laravel\Autoloader::load('Laravel\Session...') #6 /var/www/evemogul/laravel/session.php(46): spl_autoload_call('Laravel\Session...') #7 /var/www/evemogul/laravel/session.php(33): Laravel\Session::start('memcached') #8 /var/www/evemogul/application/start.php(172): Laravel\Session::load() #9 /var/www/evemogul/laravel/bundle.php(102): require('/var/www/evemog...') #10 /var/www/evemogul/laravel/laravel.php(78): Laravel\Bundle::start('application') #11 /var/www/evemogul/public/index.php(34): require('/var/www/evemog...') #12 {main} |

Tweety Bird
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
113
|
Posted - 2013.07.29 21:50:00 -
[190] - Quote
Sorry for the downtime. We are back up. We are in the process of migrating the site to a cloud IDE and real dedicated host. Development is going on and many great things to come. Thanks for your patience.  |
|

Jeronica
Immortalis Inc. Shadow Cartel
256
|
Posted - 2013.07.30 06:35:00 -
[191] - Quote
Hello.
I have decided to delete the current orders database table, it was consuming 9 GB of the ~12 GB of the space the database was using. I will be looking at a better way of storing orders in the future, and will be implemented in the next major revision. I understand this may bring up a few problems, but the space needed to be cleared. You can expect the market orders to repull again, as the API functions will continue their programming but I will most likely delete the table again when it grows in size.
This is only temporary until we get the new revision up and live. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Zosius
Silver Octopus Infernal Octopus
17
|
Posted - 2013.07.31 19:24:00 -
[192] - Quote
Hi. Nice work going. I find it very useful so far. Do you plan on making extra features for a premium version? Few things I would like to see that i would gladly pay for:
1. Option to select profitability per character. 2. do item profitability analysis 3. Some sort of inside tool to check profits/losses based on set time period (from to) 4. more flexibility to select settings when viewing market transactions. e.x. item type, dates, price range, how much of total stock has been sold.
regards, Zosius |

Dimitrios Dazhusu
School of Applied Knowledge Caldari State
0
|
Posted - 2013.08.20 08:35:00 -
[193] - Quote
Here's an error I get when trying to add a new character to eve-mogul:
Quote: Unhandled Exception Message:
simplexml_load_file(https://api.eveonline.com/account/APIKeyInfo.xml.aspx?keyID=2510027&vCode=aX934KnJuXAR1cKIxadxo46RA6refvswvwFfH1rGLSIwdWsy6LpdLd4kzuHLPy9i): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden
Location:
/var/www/evemogul/application/controllers/characters.php on line 80
Stack Trace:
#0 /var/www/evemogul/laravel/laravel.php(42): Laravel\Error::native(2, 'simplexml_load_...', '/var/www/evemog...', 80) #1 [internal function]: Laravel\{closure}(2, 'simplexml_load_...', '/var/www/evemog...', 80, Array) #2 /var/www/evemogul/application/controllers/characters.php(80): simplexml_load_file('https://api.eve...') #3 [internal function]: Characters_Controller->post_add() #4 /var/www/evemogul/laravel/routing/controller.php(325): call_user_func_array(Array, Array) #5 /var/www/evemogul/laravel/routing/controller.php(285): Laravel\Routing\Controller->response('add', Array) #6 /var/www/evemogul/laravel/routing/controller.php(165): Laravel\Routing\Controller->execute('add', Array) #7 /var/www/evemogul/laravel/routing/route.php(153): Laravel\Routing\Controller::call('characters@(:1)', Array) #8 /var/www/evemogul/laravel/routing/route.php(124): Laravel\Routing\Route->response() #9 /var/www/evemogul/laravel/laravel.php(167): Laravel\Routing\Route->call() #10 /var/www/evemogul/public/index.php(34): require('/var/www/evemog...') #11 {main}
|

Dimitrios Dazhusu
School of Applied Knowledge Caldari State
0
|
Posted - 2013.08.20 09:01:00 -
[194] - Quote
added more permissions for API key and it worked! |

Tweety Bird
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
115
|
Posted - 2013.08.22 01:47:00 -
[195] - Quote
Dimitrios Dazhusu wrote:Here's an error I get when trying to add a new character to eve-mogul: Quote: Unhandled Exception Message:
simplexml_load_file(https://api.eveonline.com/account/APIKeyInfo.xml.aspx?keyID=2510027&vCode=aX934KnJuXAR1cKIxadxo46RA6refvswvwFfH1rGLSIwdWsy6LpdLd4kzuHLPy9i): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden
As you figured out the API key was not correct. Anyhow, stack traces will be removed and lots of changes to come soon Thanks for your interest.  |

Bertrand Prout
Sunday Sessions
19
|
Posted - 2013.08.23 20:42:00 -
[196] - Quote
Kas Asen wrote:Jeronica wrote:...text... That makes sense, however what I was trying to say in my post is that it doesn't seem to be the rate of API pulls that slows the updates, but the rate at which the profits are calculated after an API pull. In my case it looked like the API was pulled 2 or 3 times before the transaction / profit page was actually updated. My thinking is that once the API pull has finished and you have the data downloaded, the updating of your local database and profit calculations should be reasonably quick? Unless you're dealing with a seriously large amount of data (which you may be, i'm not experienced enough to judge really). Currently i use a program called Eve Nexus (in case you've ever heard of it), and once the API pull has finished it calculates the profit in under a second, so even with a few thousand eve wallets to go through the update time after an API pull would be hard pressed to reach over 3 hours. The source code (in case you're interested) can be found here on github. Also sorry if it seems like i'm "attacking" the website or your ability in anyway, that's really not my intention, I simply want to try help you improve the website in any way that I can as I can see some serious potential in it. Thanks for reading and thanks for your time.
On top of what has been said, this website has to deal with accounts with possibly multiple characters on them, while your app only has to handle your transactions. |

Simc0m
Dreddit Test Alliance Please Ignore
18
|
Posted - 2013.08.24 00:19:00 -
[197] - Quote
Eve-mogul is down for me, any word on the issue and how long it will be down? Thanks. |

Pinnel
Vicis Inter Astrum
18
|
Posted - 2013.08.24 09:22:00 -
[198] - Quote
Down for me as well. Thanks for the wonderful effort that`s been put into this site and hope to see it back up soon! |

Johan Toralen
IIIJIIIITIIII
232
|
Posted - 2013.08.24 11:21:00 -
[199] - Quote
Same here. Great site btw. Helped me to get back into trading because its so much easier to track profits across multiple accounts. |

MuriMuri
MicroPush Push Interstellar Network
0
|
Posted - 2013.08.24 21:42:00 -
[200] - Quote
Johan Toralen wrote:Same here. Great site btw. Helped me to get back into trading because its so much easier to track profits across multiple accounts.
Im going through mogul withdrawl.... halp. |
|

Simc0m
Dreddit Test Alliance Please Ignore
18
|
Posted - 2013.08.24 23:57:00 -
[201] - Quote
MuriMuri wrote: Im going through mogul withdrawl.... halp.
Same. Jeronica where are you! |

Jeronica
Immortalis Inc. Shadow Cartel
261
|
Posted - 2013.08.25 07:15:00 -
[202] - Quote
Simc0m wrote:MuriMuri wrote: Im going through mogul withdrawl.... halp.
Same. Jeronica where are you!
I've replied to the reddit thread. I don't browse reddit or these forums as often anymore. Been working nearly every day for the past 5 weeks in a row, barely enough time to make it for scheduled ops in eve.
I've got a new code up in testing now, I may pass that along to a few people as it gets more refined. I'm looking for a public release mid-september. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Victor Rothschild
iHax0r Heavy Industries
0
|
Posted - 2013.09.06 22:30:00 -
[203] - Quote
When pulling from the api, are you doing calls asynchronously, using threads, or serial 1 at a time? |

Dimitrios Dazhusu
DAZHUSU
1
|
Posted - 2013.09.24 12:11:00 -
[204] - Quote
Victor Rothschild wrote:When pulling from the api, are you doing calls asynchronously, using threads, or serial 1 at a time?
Given that API query frequency is limited apparently some sort of serial queuing is used.
|

Simc0m
Dreddit Test Alliance Please Ignore
73
|
Posted - 2013.10.25 17:49:00 -
[205] - Quote
The site is down again it seems. |

Wafflehead
Hurricane Research
31
|
Posted - 2013.10.25 18:17:00 -
[206] - Quote
Why does it take soooo long to update the API? (yes site is down atm) |

Jeronica
Immortalis Inc. Shadow Cartel
262
|
Posted - 2013.10.26 17:16:00 -
[207] - Quote
Hello all,
Server is now back up and running.
I have devoted the majority of my free time (as limited as it is currently) on working on the new code. I expect to have a public release in the next 3-4 weeks as I can only put aside maybe 3-4 hours a week tops for other coding. If any of you are interested in an alpha test of 0.6.0, send me an evemail and I'll get you situated. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Simc0m
Dreddit Test Alliance Please Ignore
73
|
Posted - 2013.10.28 15:34:00 -
[208] - Quote
Jeronica wrote:Hello all,
Server is now back up and running.
I have devoted the majority of my free time (as limited as it is currently) on working on the new code. I expect to have a public release in the next 3-4 weeks as I can only put aside maybe 3-4 hours a week tops for other coding. If any of you are interested in an alpha test of 0.6.0, send me an evemail and I'll get you situated.
Sounds great Jeronica, it's great to hear that you are making progress on a new update. I'll shoot you an eve-mail tonight. |

Princess Saskia
Hyperfleet Industries xXPlease Pandemic Citizens Reloaded Alliance.Xx
3143
|
Posted - 2013.10.28 17:21:00 -
[209] - Quote
Nice to see progress is moving along smoothly with a good quality of releases. :D -áGÖÑ-á
|

JohnathanGalt
Imperial Academy Amarr Empire
54
|
Posted - 2013.11.25 04:59:00 -
[210] - Quote
Site seems to be offline completely :(. It looks like you forgot to pay your domain bill. did it move somewhere else and i missed it? |
|

Simc0m
Dreddit Test Alliance Please Ignore
98
|
Posted - 2013.11.25 05:15:00 -
[211] - Quote
Yep, says the domain expired. Hopefully it will be back soon. |

Gerald Sphinx
The Scope Gallente Federation
14
|
Posted - 2013.11.25 18:37:00 -
[212] - Quote
It's telling me that the website seems to be untrusted (I'm using Firefox Nightly) and that the connection may be insecure. Can you check please? |

Mixu Paatelainen
Deep Core Mining Inc. Caldari State
66
|
Posted - 2013.11.30 21:35:00 -
[213] - Quote
Seems to be dead. Shame, it was a useful site to keep track of your trading performance. |

Kivorno
Myanapa Corsica
17
|
Posted - 2013.12.02 12:39:00 -
[214] - Quote
Not to take away from Eve-Mogul as it was/is a great tool.
However I have a similar site setup called EVE-Merchant that I am actively developing on that you can use.
Forum Link |

Jeronica
Immortalis Inc. Shadow Cartel
264
|
Posted - 2013.12.02 18:35:00 -
[215] - Quote
Gerald Sphinx wrote:It's telling me that the website seems to be untrusted (I'm using Firefox Nightly) and that the connection may be insecure. Can you check please?
The SSL cert (made when I created the domain a year ago) expired when the domain did. I'll work on getting a verified one over the next week, but the site is still secure.
I wish I could put more time into the site, but a recent promotion at work and working overtime is putting a drain on other activities. I'll keep you guys updated, and if you're interested in chatting on a frequent basis you can join the channel "Market Mogul". EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Ester Hughes
The Scope Gallente Federation
0
|
Posted - 2013.12.08 02:06:00 -
[216] - Quote
Kivorno wrote:Not to take away from Eve-Mogul as it was/is a great tool. However I have a similar site setup called EVE-Merchant that I am actively developing on that you can use. Forum Link
Does it do anything yet? Looks like a template at the moment http://eveplex.blogspot.ca/ - station trading in commodities exchange |

Jeronica
Immortalis Inc. Shadow Cartel
270
|
Posted - 2014.01.09 17:29:00 -
[217] - Quote
Version 1.0 is up.
http://www.eve-mogul.com/
You'll need to create a new account, couldn't merge the two database cleanly. I do have a data import tool though, accessible once you log in.
Some notable changes:
- It is now subscription based, 50mil/month, but every user is given 3 day trial to get set up.
- New user interface, bringing speed enhancements to the majority of the site.
- New server, with better hardware. Other server was getting dated.
- Reworked backend. I rewrote the backend to be more efficient.
Any issues, feel free to evemail me, post a message here or chat with me in our channel: "EVE-Mogul". EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

TheSmokingHertog
TALIBAN EXPRESS
182
|
Posted - 2014.01.09 21:50:00 -
[218] - Quote
Looks nice, hope the ISK shows up soon ;) |

Wafflehead
Hurricane Research
68
|
Posted - 2014.01.09 22:31:00 -
[219] - Quote
Jeronica wrote:Version 1.0 is up. http://www.eve-mogul.com/You'll need to create a new account, couldn't merge the two database cleanly. I do have a data import tool though, accessible once you log in. Some notable changes:
- It is now subscription based, 50mil/month, but every user is given 3 day trial to get set up.
- New user interface, bringing speed enhancements to the majority of the site.
- New server, with better hardware. Other server was getting dated.
- Reworked backend. I rewrote the backend to be more efficient.
Any issues, feel free to evemail me, post a message here or chat with me in our channel: "EVE-Mogul".
Excellent as usual!, looking forward to what new features you might add. :) |

Zosius
United System's Commonwealth
41
|
Posted - 2014.01.17 09:34:00 -
[220] - Quote
Hi,
can we have the 1week profit graph back? instead 30 hours and month only. 1 week was perfect to see weekly situation.
Also something is wrong with cookies, because despite clicking remember me, everytime I have to add my login details. Did not have this issue with old site. |
|

Aeris Wu
ICE is Coming to EVE Goonswarm Federation
0
|
Posted - 2014.01.18 06:58:00 -
[221] - Quote
Hi
Seems to be a great tool but can't manage orders from Corporation Master Wallet. This is the best way for my traders to get the max benefit from the margin trading skill.
Still looking for a tool able to track these or maybe I did something wrong ? |

Abidal Trekt
State War Academy Caldari State
4
|
Posted - 2014.01.19 01:41:00 -
[222] - Quote
All my transactions show up twice on the table - though only one of them gets calculated. It clutters things up a bit and also not sure if twice the work needs to be done on the back-end, is it pulling the info twice?
Also I second Zosius I liked the 7-day profit graph too! |

Zosius
United System's Commonwealth
41
|
Posted - 2014.01.20 07:29:00 -
[223] - Quote
I've been meaning to ask. What is "Elite" status i see on some guys? |

TheSmokingHertog
TALIBAN EXPRESS
184
|
Posted - 2014.01.20 20:56:00 -
[224] - Quote
Zosius wrote:I've been meaning to ask. What is "Elite" status i see on some guys?
The site has a listing with payment methodes somewhere, its listed. |

Wafflehead
Hurricane Research
68
|
Posted - 2014.01.20 21:01:00 -
[225] - Quote
Zosius wrote:I've been meaning to ask. What is "Elite" status i see on some guys?
ELITE 150M ISK / Month Standard Features Accelerated Cache Priority. All cached reports will be refreshed on demand. Premium Features Beta access to new premium features |

Jeronica
Immortalis Inc. Shadow Cartel
272
|
Posted - 2014.01.21 00:53:00 -
[226] - Quote
Abidal Trekt wrote:All my transactions show up twice on the table - though only one of them gets calculated. It clutters things up a bit and also not sure if twice the work needs to be done on the back-end, is it pulling the info twice?
Also I second Zosius I liked the 7-day profit graph too!
I have fixed the duplicate transactions being inserted. Executing a query to remove the duplicate rows as well.
I will add the 7-day profit graph now as well. Should expect it in the next revision. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Wafflehead
Hurricane Research
68
|
Posted - 2014.01.25 17:28:00 -
[227] - Quote
I would like to see something along the lines of 'Most profitable item in the last X days' being able to choose from 1 day, 7, 31 and this month.
Showing profit, profit %, avg time to sell, being able to sort by each stat. |

Zosius
United System's Commonwealth
47
|
Posted - 2014.01.26 18:36:00 -
[228] - Quote
Wafflehead wrote:Zosius wrote:I've been meaning to ask. What is "Elite" status i see on some guys? ELITE 150M ISK / Month Standard Features Accelerated Cache Priority. All cached reports will be refreshed on demand. Premium Features Beta access to new premium features
but it was communicated it is not available yet and also you cant select any other payment besides standard. |

Wafflehead
Hurricane Research
70
|
Posted - 2014.01.26 20:09:00 -
[229] - Quote
Zosius wrote:Wafflehead wrote:Zosius wrote:I've been meaning to ask. What is "Elite" status i see on some guys? ELITE 150M ISK / Month Standard Features Accelerated Cache Priority. All cached reports will be refreshed on demand. Premium Features Beta access to new premium features but it was communicated it is not available yet and also you cant select any other payment besides standard.
It is currently working, speak to Jeronica in the channel. |

JohnathanGalt
Imperial Academy Amarr Empire
57
|
Posted - 2014.01.27 19:40:00 -
[230] - Quote
I am actually pretty upset. I had used this tool for many many months, testing it in the Beta. I have provided feedback, and hopefully helped with the development process. When you flipped this to live release, I was locked out. I cannot create an account because "that email address is already taken." Is there a way to transfer over my user and password into the live version? |
|

Jeronica
Immortalis Inc. Shadow Cartel
273
|
Posted - 2014.01.28 19:09:00 -
[231] - Quote
Zosius wrote:Wafflehead wrote:Zosius wrote:I've been meaning to ask. What is "Elite" status i see on some guys? ELITE 150M ISK / Month Standard Features Accelerated Cache Priority. All cached reports will be refreshed on demand. Premium Features Beta access to new premium features but it was communicated it is not available yet and also you cant select any other payment besides standard.
I'm not really charging for elite status yet. If you send the 150mil, you'll get 3 months of subscription. Toss me a mail and I'll add you to the elite group to check out the new features I'm currently working on. I haven't pushed any to the live site yet, but elite will be the first to see them implemented.
@JohnathanGalt, join the channel or toss me a mail with your email and I'll investigate what the issue is. EVE-Mogul: http://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Raano Thorson
Fugazi Incorporated
0
|
Posted - 2014.01.29 15:48:00 -
[232] - Quote
On the transactions reports I will sometimes see items that are greyed out. It will not show a profit for these items where profit exists. Are they being calculated to be updated later or is there some other purpose to it? |

Wafflehead
Hurricane Research
72
|
Posted - 2014.01.29 16:05:00 -
[233] - Quote
Raano Thorson wrote:On the transactions reports I will sometimes see items that are greyed out. It will not show a profit for these items where profit exists. Are they being calculated to be updated later or is there some other purpose to it?
The greyed out items are Buy Orders. Icon is blue with a down arrow. or you are viewing them after an API Pull and before a Profit Calc. |

Jeronica
Love Squad Black Legion.
273
|
Posted - 2014.01.29 18:12:00 -
[234] - Quote
Raano Thorson wrote:On the transactions reports I will sometimes see items that are greyed out. It will not show a profit for these items where profit exists. Are they being calculated to be updated later or is there some other purpose to it?
There is often a slight delay between when the data's imported, and the data is processed.
I used to have the data be processed right after it was pulled, but I found that it could miss some people if the volume is high enough. I'd much rather import the data as it's available, then process it when I can. Currently there aren't any issues with timeliness between api pulls, but want to be able to scale accordingly. EVE-Mogul: http://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Oiras Isimazu
State War Academy Caldari State
8
|
Posted - 2014.01.29 19:39:00 -
[235] - Quote
Where does it say that :
STANDARD 50M ISK / Month Standard Features Standard Cache Priority
PREMIUM 100M ISK / Month Standard Features Accelerated Cache Priority. All cached reports will be refreshed every 5 minutes. Premium Features
ELITE 150M ISK / Month Standard Features Accelerated Cache Priority. All cached reports will be refreshed on demand. Premium Features Beta access to new premium features
??
|

Wafflehead
Hurricane Research
72
|
Posted - 2014.01.29 19:43:00 -
[236] - Quote
Oiras Isimazu wrote:Where does it say that :
STANDARD 50M ISK / Month Standard Features Standard Cache Priority
PREMIUM 100M ISK / Month Standard Features Accelerated Cache Priority. All cached reports will be refreshed every 5 minutes. Premium Features
ELITE 150M ISK / Month Standard Features Accelerated Cache Priority. All cached reports will be refreshed on demand. Premium Features Beta access to new premium features
??
http://www.eve-mogul.com/ scroll to the bottom of the page
|

Raano Thorson
Fugazi Incorporated
0
|
Posted - 2014.01.30 15:40:00 -
[237] - Quote
Jeronica wrote:Raano Thorson wrote:On the transactions reports I will sometimes see items that are greyed out. It will not show a profit for these items where profit exists. Are they being calculated to be updated later or is there some other purpose to it? There is often a slight delay between when the data's imported, and the data is processed. I used to have the data be processed right after it was pulled, but I found that it could miss some people if the volume is high enough. I'd much rather import the data as it's available, then process it when I can. Currently there aren't any issues with timeliness between api pulls, but want to be able to scale accordingly.
@jeronica and wafflehead. Thanks for the clarity.
Also, if I'm reading it right, items purchased with with LP then sold will not show profit. In order to do so I would need to edit the stock before selling it to show the profit correctly. I haven't tried the edit function yet. I do like to accurately show profits to investors. |

george harries
School of Applied Knowledge Caldari State
56
|
Posted - 2014.02.01 21:09:00 -
[238] - Quote
I logged into this with my trading character last name Kovacs - so you can look it up. Some things I noticed;
1. There may be an FAQ but somewhere noticeable would be good.
2. I like the look of the site - professional polish imho
3. I notice that I am getting info on say a order completed on one page yet on my transaction page it's running well over an hour behind Eve and does not seem to be pulling through/calculating the profit on items after the original cache was brought in - this only showed 'profit' on items traded since I registered (which i assume is intentional).
4. I think this, if I can see it working, would be really useful for me to save having to keep track of various items but for me to pay I would expect that the basic tools (*profit loss etc) work which at this point I seem to be not having.
May be me but I'm looking at what (I think) is an idiot proof interface .......mind you I could be a complete idiot  |

Raano Thorson
Fugazi Incorporated
0
|
Posted - 2014.02.04 17:28:00 -
[239] - Quote
On checking the profits of some items I found a transaction that I roughly calculated my profit to be 5m listed as a 700k+ loss instead of gain. After digging through my purchases I verified that I purchased said item for significantly less than I sold it for. Was there a change recently that may be miscalculation some lines?
How can I get the details of it to you without breaking confidentiality so you can check it out if you are able and willing to? |

Zosius
United System's Commonwealth
52
|
Posted - 2014.02.05 23:04:00 -
[240] - Quote
can I pay for longer period than 1 month? Can we get discounts for 6-12 months? |
|

Abidal Trekt
State War Academy Caldari State
4
|
Posted - 2014.02.06 04:41:00 -
[241] - Quote
Zosius wrote:can I pay for longer period than 1 month? Can we get discounts for 6-12 months?
Secondedededed. Though what if you paid for 6 months in advance and you decided for the next 30 days I wanted the 100m sub? Hrrrm.
Jeronica thanks very much for this tool - the new release is very sleek, worth every penny. I would pay more a month to have the ability to export profit tables to csv/xml. |

Jeronica
Love Squad Black Legion.
273
|
Posted - 2014.02.06 17:11:00 -
[242] - Quote
@Raano If you want to email me any information to [email protected] I'll take a look at it. Seems to be very odd occurrence, and would love to figure out why it happened.
@Zosius I'll be working on an FAQ shortly, and I want to add a new user walk-through to help people who are just checking the site out for the first time.
@Abidal Trekt I should clarify on the subscription page that you can infact send isk in intervals of the cost (50mil * 6months = 300mil). Once I finalize the premium/elite options, I'll have a way to scale the current subscription in a way that you still get your moneys worth. Example: you send 300mil for six months of standard (50mil), and then you upgrade to the premium package (100mil). The script will calculate you will have instead of 6 months, you'll have 3 months of premium.
I am also going to look into discounts for longer periods of subscriptions. EVE-Mogul: http://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Erotica 1
Krypteia Operations CODE.
3516
|
Posted - 2014.02.09 20:56:00 -
[243] - Quote
A few questions:
1. Is there a lifetime subscription option so I can just pay once a few bill or so?
2. Is there a bulk character discount? Like what would the cost be for 60 trading characters?
3. Can I show overall profit/loss across multiple characters?
4. Can I group characters into specific trading strategies, such as assign 20 characters to a label of "region trades" or "Jita trades.?"
See Bio for isk doubling rules. If you didn't read bio, chances are you funded those who did. |

Auimbaue Sensei
Pedobear's Harem
1
|
Posted - 2014.02.10 14:16:00 -
[244] - Quote
I used to work with eve-profit and this fresh project seems so nice. Just starting with the first 7 days, I'll post my impressions later this week.
Nice work! |

Jeronica
Love Squad Black Legion.
275
|
Posted - 2014.02.10 22:42:00 -
[245] - Quote
Erotica 1 wrote:A few questions:
1. Is there a lifetime subscription option so I can just pay once a few bill or so?
2. Is there a bulk character discount? Like what would the cost be for 60 trading characters?
3. Can I show overall profit/loss across multiple characters?
4. Can I group characters into specific trading strategies, such as assign 20 characters to a label of "region trades" or "Jita trades.?"
I'll get in contact with you privately so we can chat about the options.
@Auimbaue
Let me know how you like the site! Feel free to hop into the chat channel if you'd like to chat personally. EVE-Mogul: http://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Koniforous
Tauren Transit My Other Laboratory is a Distillery
0
|
Posted - 2014.02.14 20:16:00 -
[246] - Quote
I just wanted to say that this is my first real forum reply, and its all because of this great service. I've been using it for only about 2 days now and I am completely in LOVE with this service. I've been telling everyone about it, and I really can't believe so few pilots are using it. I just paid my 50mil subscription, and I think its a very small fee to be able to utilize what this site offers. Thank you so much for creating this and taking the time to make it work so beautifully.  |

Minerva Bian
MJXB Holdings
0
|
Posted - 2014.02.19 09:30:00 -
[247] - Quote
Hello, I was wondering if something had broken on the site for profit calculation for everyone or if perhaps only my account was affected. Since 00:05 this morning none of the 13 sales transactions on my account have had a profit calculated for them, though they are listed on the website. I don't believe the leaderboards have moved since then either, suggesting that the profit calculation is broken for everyone, but I'm not certain of that.
My account name is JX if the issue is in fact isolated to my account. |

Raano Thorson
Fugazi Incorporated
1
|
Posted - 2014.02.19 10:49:00 -
[248] - Quote
Minerva Bian wrote:Hello, I was wondering if something had broken on the site for profit calculation for everyone or if perhaps only my account was affected. Since 00:05 this morning none of the 13 sales transactions on my account have had a profit calculated for them, though they are listed on the website. I don't believe the leaderboards have moved since then either, suggesting that the profit calculation is broken for everyone, but I'm not certain of that.
My account name is JX if the issue is in fact isolated to my account.
Same here no profit since midnight. |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
278
|
Posted - 2014.02.19 18:10:00 -
[249] - Quote
Raano Thorson wrote:Minerva Bian wrote:Hello, I was wondering if something had broken on the site for profit calculation for everyone or if perhaps only my account was affected. Since 00:05 this morning none of the 13 sales transactions on my account have had a profit calculated for them, though they are listed on the website. I don't believe the leaderboards have moved since then either, suggesting that the profit calculation is broken for everyone, but I'm not certain of that.
My account name is JX if the issue is in fact isolated to my account. Same here no profit since midnight.
Checked logs and fixed the issue that started arising at [2014-02-19 02:02:50].
There was an issue storing stock (done before profit calculations), a corrupt value causing the script to exit. Should be able to pick back up with the next scheduled job. EVE-Mogul: http://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Abidal Trekt
State War Academy Caldari State
4
|
Posted - 2014.02.20 03:39:00 -
[250] - Quote
Jeronica wrote:Raano Thorson wrote:Minerva Bian wrote:Hello, I was wondering if something had broken on the site for profit calculation for everyone or if perhaps only my account was affected. Since 00:05 this morning none of the 13 sales transactions on my account have had a profit calculated for them, though they are listed on the website. I don't believe the leaderboards have moved since then either, suggesting that the profit calculation is broken for everyone, but I'm not certain of that.
My account name is JX if the issue is in fact isolated to my account. Same here no profit since midnight. Checked logs and fixed the issue that started arising at [2014-02-19 02:02:50]. There was an issue storing stock (done before profit calculations), a corrupt value causing the script to exit. Should be able to pick back up with the next scheduled job.
Well Jeronica I just about wept when I logged in in the morning and thought I hadn't made any money overnight :'(( |
|

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
279
|
Posted - 2014.02.20 05:27:00 -
[251] - Quote
Abidal Trekt wrote:Jeronica wrote:Raano Thorson wrote:Minerva Bian wrote:Hello, I was wondering if something had broken on the site for profit calculation for everyone or if perhaps only my account was affected. Since 00:05 this morning none of the 13 sales transactions on my account have had a profit calculated for them, though they are listed on the website. I don't believe the leaderboards have moved since then either, suggesting that the profit calculation is broken for everyone, but I'm not certain of that.
My account name is JX if the issue is in fact isolated to my account. Same here no profit since midnight. Checked logs and fixed the issue that started arising at [2014-02-19 02:02:50]. There was an issue storing stock (done before profit calculations), a corrupt value causing the script to exit. Should be able to pick back up with the next scheduled job. Well Jeronica I just about wept when I logged in in the morning and thought I hadn't made any money overnight :'((
Haha, well rest assured you did in fact make some isk (I hope). :P EVE-Mogul: http://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Destination SkillQueue
Are We There Yet
6299
|
Posted - 2014.02.20 21:05:00 -
[252] - Quote
One time bump to fix forum. |

Auimbaue Sensei
Pedobear's Harem
2
|
Posted - 2014.02.23 13:13:00 -
[253] - Quote
Like it, but since my business is mostly about manufacture I can't get the data I need.
Worth project anyway, good luck. |

Abidal Trekt
State War Academy Caldari State
6
|
Posted - 2014.02.27 19:49:00 -
[254] - Quote
Connection timing out - site down? |

Tweety Bird
Love Squad Black Legion.
139
|
Posted - 2014.02.27 20:10:00 -
[255] - Quote
Abidal Trekt wrote:Connection timing out - site down? 1:47PM EST
Hello,
The host that your Linode resides on experienced hardware failure. As a result, drives are being transplanted to separate, known-working standby hardware which we keep available in case of events such as this.
Again, we're very sorry for any inconvenience caused by this issue. Please feel free to update this ticket in the event that you have any additional questions or concerns.
EVE-Mogul will be back up when maintenance is complete. Sorry for the unexpected downtime. |

Tweety Bird
Love Squad Black Legion.
140
|
Posted - 2014.02.27 22:35:00 -
[256] - Quote
Well that wasn't fun. Hardware failed and when it came back mariadb wanted to have her turn at causing problems. I am going to do some server maintenance soon, but will announce that.
Anyways, site is still having issues, but will be resolved soonish. |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
282
|
Posted - 2014.02.28 09:25:00 -
[257] - Quote
Hi all,
Just an update on what happened. The hardware crashed earlier today while I was at work, and the lovely support team moved our site to another server. Anyway, the database got corrupted and some of the plugins we relied on stopped working. After 4 hours of playing around, I was able to get the server back up and running, only losing 1 table (character journals). I did have a backup of it so not all was lost.
I'll check it again in the morning (5 hours) to see what the status is. Sorry all for the inconvenience. EVE-Mogul: http://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Dalden V
Yellow Lounge Industries Blue Dynamics
6
|
Posted - 2014.02.28 14:14:00 -
[258] - Quote
Just giving it a try, and it looks very nice. Much easier to track profits than my current Google docs way :).
One question though, is there a page somewhere that will show me my profit per item type? Ideally I would like to get a list of items showing how much profit I've made for each of those items in the last 7 days. For my current style of trading each item type uses roughly the same amount of effort to trade, so I would like to weed out the ones that provide little or not profit.
|

Raano Thorson
Fugazi Incorporated
2
|
Posted - 2014.02.28 15:36:00 -
[259] - Quote
Dalden V wrote:Just giving it a try, and it looks very nice. Much easier to track profits than my current Google docs way :).
One question though, is there a page somewhere that will show me my profit per item type? Ideally I would like to get a list of items showing how much profit I've made for each of those items in the last 7 days. For my current style of trading each item type uses roughly the same amount of effort to trade, so I would like to weed out the ones that provide little or not profit.
+1 on this! I want it too!
We can currently sort by most profit all time by clicking the little thing above profit on transactions. Mabe with filters you can get a date range in there but I have not tried to filter with dates yet |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
283
|
Posted - 2014.02.28 15:39:00 -
[260] - Quote
Dalden V wrote:Just giving it a try, and it looks very nice. Much easier to track profits than my current Google docs way :).
One question though, is there a page somewhere that will show me my profit per item type? Ideally I would like to get a list of items showing how much profit I've made for each of those items in the last 7 days. For my current style of trading each item type uses roughly the same amount of effort to trade, so I would like to weed out the ones that provide little or not profit.
I'm currently working on a report that will give you the top profitable items per week, month, etc. I'm looking to include top items by profit margin percentage, and also total profit regardless of the margin. I've been adding code to the module for the past week here and there, but responsibilities in IRL have kept me from completing it yet.
Thanks for giving us a try! EVE-Mogul: http://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |
|

Raano Thorson
Fugazi Incorporated
2
|
Posted - 2014.02.28 15:52:00 -
[261] - Quote
Jeronica wrote:Dalden V wrote:Just giving it a try, and it looks very nice. Much easier to track profits than my current Google docs way :).
One question though, is there a page somewhere that will show me my profit per item type? Ideally I would like to get a list of items showing how much profit I've made for each of those items in the last 7 days. For my current style of trading each item type uses roughly the same amount of effort to trade, so I would like to weed out the ones that provide little or not profit.
I'm currently working on a report that will give you the top profitable items per week, month, etc. I'm looking to include top items by profit margin percentage, and also total profit regardless of the margin. I've been adding code to the module for the past week here and there, but responsibilities in IRL have kept me from completing it yet. Thanks for giving us a try!
Awesome! |

Dalden V
Yellow Lounge Industries Blue Dynamics
6
|
Posted - 2014.03.01 09:14:00 -
[262] - Quote
Jeronica wrote: I'm currently working on a report that will give you the top profitable items per week, month, etc. I'm looking to include top items by profit margin percentage, and also total profit regardless of the margin. I've been adding code to the module for the past week here and there, but responsibilities in IRL have kept me from completing it yet.
Thanks for giving us a try!
That's great, thank you. I've upgraded to 'Elite' to try out the extra features too. Another feature that would be nice is more stats in the graphs.
Currently the graph just shows one time series, Profit. It would be nice if you could toggle on/off the following time series as well to plot along with your profit:
- Total ISK Sales - Total ISK Purchases - Total items bought - Total items sold
This way when I look at my daily profit graph and see it fluctuate over the month and wonder why profit was down in some days, the 'total isk purchases' for that day might be high, indicating that I spent more time buying that day than selling.
And then, I also have a question regarding how profit was calculated in this screenshot:
http://postimg.org/image/o98df38lf/
I don't understand how 20,000 units sold at 5947.08 yielded 28M profit (to client MZ), and 2358 units sold at 5389.49 yielded 23M profit (to client C). And then there is 27,642 units also sold to client C, which had 0 profit, but right after that 2,000 units sold for the same price did have a profit.
I suspsect it has something to do with the buy transaction not having sufficient quantity for all the sales transactions due to some items being purchased before I started using EVE Mogul. |

Luthias Austrene
Drone Orphanage Ethical Carnage
0
|
Posted - 2014.03.01 12:11:00 -
[263] - Quote
Am I missing something, or are the week/month leaderboards the wrong way around?
I'd be impressed if Abidal made more in a week than he did in a month :)
New user here btw, looking good so far!
Image |

Draft Wise
Deep Core Mining Inc. Caldari State
0
|
Posted - 2014.03.01 12:12:00 -
[264] - Quote
This looks nice, though I'm not making enough isk yet, to justify paying - but once I do... :p
Do you mind telling which opensource framework the site is based on? |

Dalden V
Yellow Lounge Industries Blue Dynamics
7
|
Posted - 2014.03.01 14:29:00 -
[265] - Quote
Draft Wise wrote:
Do you mind telling which opensource framework the site is based on?
Just taking a stab, but based on the cookies the site uses I'm guessing it's http://laravel.com/
|

Tweety Bird
Love Squad Black Legion.
141
|
Posted - 2014.03.01 14:33:00 -
[266] - Quote
Luthias Austrene wrote:Am I missing something, or are the week/month leaderboards the wrong way around? I'd be impressed if Abidal made more in a week than he did in a month :) New user here btw, looking good so far! Image The leaderboards are correct and working as intended. You will see the current week reset Sunday at 00:00. A week does not change due to the month it's in. |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
286
|
Posted - 2014.03.01 19:23:00 -
[267] - Quote
Dalden V wrote:Jeronica wrote: I'm currently working on a report that will give you the top profitable items per week, month, etc. I'm looking to include top items by profit margin percentage, and also total profit regardless of the margin. I've been adding code to the module for the past week here and there, but responsibilities in IRL have kept me from completing it yet.
Thanks for giving us a try!
That's great, thank you. I've upgraded to 'Elite' to try out the extra features too. Another feature that would be nice is more stats in the graphs. Currently the graph just shows one time series, Profit. It would be nice if you could toggle on/off the following time series as well to plot along with your profit: - Total ISK Sales - Total ISK Purchases - Total items bought - Total items sold This way when I look at my daily profit graph and see it fluctuate over the month and wonder why profit was down in some days, the 'total isk purchases' for that day might be high, indicating that I spent more time buying that day than selling. And then, I also have a question regarding how profit was calculated in this screenshot: http://postimg.org/image/o98df38lf/I don't understand how 20,000 units sold at 5947.08 yielded 28M profit (to client MZ), and 2358 units sold at 5389.49 yielded 23M profit (to client C). And then there is 27,642 units also sold to client C, which had 0 profit, but right after that 2,000 units sold for the same price did have a profit. I suspsect it has something to do with the buy transaction not having sufficient quantity for all the sales transactions due to some items being purchased before I started using EVE Mogul.
Some great suggestions! I'll work on integrating that as soon as I can.
Regarding the question on the profit calculations, you are correct. It will only calculate of there is enough stock to cover the transaction, otherwise the profit percentage may be off and wouldn't correctly reflect the profit margin.
@Luthias Austrene As Tweety said, the month rolled over earlier today so the current month is now March. Last week will still always be last week :).
@Draft Wise We're running laravel 4 and using some of Cartalyst's platform. EVE-Mogul: http://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Abidal Trekt
State War Academy Caldari State
6
|
Posted - 2014.03.03 03:46:00 -
[268] - Quote
Luthias Austrene wrote:Am I missing something, or are the week/month leaderboards the wrong way around? I'd be impressed if Abidal made more in a week than he did in a month :) New user here btw, looking good so far! Image
Money made backwards is still money made. |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
288
|
Posted - 2014.03.04 06:03:00 -
[269] - Quote
Just installed the new SSL certificate. All requests will start using https, update your bookmarks accordingly :). EVE-Mogul: http://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Kohlzor Annages
The Scope Gallente Federation
5
|
Posted - 2014.03.05 21:38:00 -
[270] - Quote
Quick question: how long does it take for the site to update once ISK has been deposited? |
|

Tweety Bird
Love Squad Black Legion.
141
|
Posted - 2014.03.05 22:42:00 -
[271] - Quote
Kohlzor Annages wrote:Quick question: how long does it take for the site to update once ISK has been deposited? Depends on the last time API was pulled. Generally, under an hour. In your case, your account is active as of 21:33. |

SlayerOfArgus
Hermes Enterprises
23
|
Posted - 2014.03.06 20:07:00 -
[272] - Quote
Quick question, I noticed there was an area where you could pull your data from the old site but when I tried it it said the site was unavailable. Is that option still available? |

Luthias Austrene
Drone Orphanage Ethical Carnage
0
|
Posted - 2014.03.12 09:30:00 -
[273] - Quote
Until a few days ago, I was enjoying the service.
It's been over 24 hours since I recieved a notification that my subscription was extended however I've yet to see a new API pull. |

Luthias Austrene
Drone Orphanage Ethical Carnage
0
|
Posted - 2014.03.14 03:40:00 -
[274] - Quote
Now this is just ridiculous. My account is still not being updated, you haven't replied to the last message and I haven't seen any admins in the in-game channel. You could at least have a contact email on the site that you check daily. I expect to have my subscription reset back to 30 days. |

Tweety Bird
Love Squad Pasta Syndicate
141
|
Posted - 2014.03.14 04:57:00 -
[275] - Quote
Luthias Austrene wrote:Until a few days ago, I was enjoying the service.
It's been over 24 hours since I recieved a notification that my subscription was extended however I've yet to see a new API pull.
EDIT: Also, my uni's IP seems to be blocked, would this be something you'd be interested in looking into? Error message: "Access Denied! Your address is blacklisted. More information about this error may be available in the server error log." Your API key is invalid. Create a new one with the correct access mask and set to No Expiry. Contact your ISP/University and tell them to go here. Make sure to tell them that you are using their resources for spaceship games instead of academic research.
Luthias Austrene wrote:Now this is just ridiculous. My account is still not being updated, you haven't replied to the last message and I haven't seen any admins in the in-game channel. You could at least have a contact email on the site that you check daily. I expect to have my subscription reset back to 30 days. We apologize greatly for having full-time careers and families. We haven't received any EVE Mails regarding your issues. Seriously.
|

Luthias Austrene
Drone Orphanage Ethical Carnage
0
|
Posted - 2014.03.14 05:18:00 -
[276] - Quote
Tweety Bird wrote:Your API Key was flagged after you let the account expire. Ensure that your API Key is set to No Expiry. Contact your ISP/University and tell them to go here. Make sure to tell them that you are using their resources for spaceship games instead of academic research. We apologize greatly for having full-time careers and families. We haven't received any EVE Mails regarding your issues. Seriously.
Thanks for the reply, and for extending the subscription.
I'm sorry for being impatient/rude, but I did go a few days without receiving any help for a service that I paid for.
Have you considered adding a Contact Us page to the site stating that it's fine to EVE Mail you, as the in-game channel (which in turn links to this thread) is the only means of communication currently offered. Also, it might be possible to create a notification on the site for bad API's which would prevent this from happening again.
Thanks again
EDIT: It's the first week, I have no research to do :) And I'm sure the University would be more interested in the people watching **** in the library than our spaceship game. |

Garric Shadowbane
The Imperial LansDrahd LOADED-DICE
8
|
Posted - 2014.03.14 05:21:00 -
[277] - Quote
Okay, not to overly rage like the last guy did,
But I just got the subscription yesterday. Just wondering when the next API pull will be? Also, before I was able to login at my office. But now I am also getting the blacklist issue.
Thanks |

Jeronica
Tackled In Belt Pasta Syndicate
289
|
Posted - 2014.03.14 05:35:00 -
[278] - Quote
Evening gentlemen,
I've been unable to dedicate some time to some coding. I really want to get some done, but I've been working a lot of overtime at my job over the past few weeks.
I've made the system unflag your apis whenever you re-subscribe, when your subscription runs out I have it flag all the apis so they don't pull. Apparently it's not unflagging, I'll take a look at that. A fix for the time being is just "edit" your api, use the same key/vcode, select character and save it. It'll just set the flag toggle to 0.
I apologize for the inconvenience, I know how frustrating it is to have something not be operational as expected. If the spamhaus blacklist module starts to become a huge issue, I'll disable it. We do have a contact information section, It's under about us. I'll add an easier way of finding that information though. FAQ is also on the list of things to do. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Garric Shadowbane
The Imperial LansDrahd LOADED-DICE
9
|
Posted - 2014.03.14 18:11:00 -
[279] - Quote
Jeronica wrote:Evening gentlemen,
I've been unable to dedicate some time to some coding. I really want to get some done, but I've been working a lot of overtime at my job over the past few weeks.
I've made the system unflag your apis whenever you re-subscribe, when your subscription runs out I have it flag all the apis so they don't pull. Apparently it's not unflagging, I'll take a look at that. A fix for the time being is just "edit" your api, use the same key/vcode, select character and save it. It'll just set the flag toggle to 0.
I apologize for the inconvenience, I know how frustrating it is to have something not be operational as expected. If the spamhaus blacklist module starts to become a huge issue, I'll disable it. We do have a contact information section, It's under about us. I'll add an easier way of finding that information though. FAQ is also on the list of things to do.
Thanks for the response.
No worries about the blacklisting. Im actually really liking the mobile layout. Maybe later on allow pinch to zoom function on profit graphs? |

Oiras Isimazu
State War Academy Caldari State
118
|
Posted - 2014.03.18 20:02:00 -
[280] - Quote
What is the EVE Mogul top trader information showing about?
I traded over 500m in 30 days before. Would that have been enough to put me on that list? |
|

TheSmokingHertog
TALIBAN EXPRESS
201
|
Posted - 2014.03.19 00:08:00 -
[281] - Quote
Can you add another statistic on the leader-board page?
I would like to know my position in the list, maybe you could set up a simple list with your positions, thx.
|

Dalden V
Yellow Lounge Industries Blue Dynamics
8
|
Posted - 2014.03.19 16:09:00 -
[282] - Quote
Oiras Isimazu wrote:What is the EVE Mogul top trader information showing about?
I traded over 500m in 30 days before. Would that have been enough to put me on that list?
You mean the 'Yesterday's Top Traders' list? That is how much profit they made in one day (yesterday). |

Wafflehead
Hurricane Research
74
|
Posted - 2014.03.19 17:08:00 -
[283] - Quote
TheSmokingHertog wrote:Can you add another statistic on the leader-board page?
I would like to know my position in the list, maybe you could set up a simple list with your positions, thx.
Would be a good idea to list the top 10, then under that show the current user..
EG...
10 PlayerName 9999999 ISK 34 MyPlayer 100 ISK
Don't have to display the entire list, but just the rank of the current user. |

Oiras Isimazu
State War Academy Caldari State
118
|
Posted - 2014.03.19 21:45:00 -
[284] - Quote
I meant this link: Leaderboards
Current Month Traders # - - User - - Profit 1 - - -Anonymous E - - 32,184,345,735.06 10 - -Anonymous E - - -6,351,599,412.74
Just under #4 Yesterday's Top Traders 4 - - -Anonymous E - - 667,981,336.20 5 - - -Abidal - - - - - - - -488,777,537.07 |

Jeronica
Tackled In Belt Pasta Syndicate
292
|
Posted - 2014.03.20 06:15:00 -
[285] - Quote
Wafflehead wrote:TheSmokingHertog wrote:Can you add another statistic on the leader-board page?
I would like to know my position in the list, maybe you could set up a simple list with your positions, thx.
Would be a good idea to list the top 10, then under that show the current user.. EG... 10 PlayerName 9999999 ISK 34 MyPlayer 100 ISK Don't have to display the entire list, but just the rank of the current user.
I can probably incorporate that pretty easily. I'll have a look at it once I get some free time allotted. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Bubbles Vuld
Vuld Holdings
0
|
Posted - 2014.03.20 06:53:00 -
[286] - Quote
Is there a quick way of seeing how much you make after taxes? |

Dalden V
Yellow Lounge Industries Blue Dynamics
9
|
Posted - 2014.03.20 07:48:00 -
[287] - Quote
Oiras Isimazu wrote:I meant this link: LeaderboardsCurrent Month Traders# - - User - - Profit 1 - - -Anonymous E - - 32,184,345,735.06 10 - -Anonymous E - - -6,351,599,412.74 Just under #4 Yesterday's Top Traders4 - - -Anonymous E - - 667,981,336.20 5 - - -Abidal - - - - - - - -488,777,537.07
Yes, that's the list I meant.
Current Months' traders is the total profit made since the 1st of the month, and it resets again on the 1st of every month.
Yesterday's top traders is how much profit was made yesterday, on that single day.
Oiras Isimazu wrote: I traded over 500m in 30 days before. Would that have been enough to put me on that list?
No, you need to have made 500M profit in a single day to be on that list, and the next day it will be reset again, so you need to keep making 500M profit per day to stay on it.
|

Jeronica
Tackled In Belt Pasta Syndicate
292
|
Posted - 2014.03.20 17:02:00 -
[288] - Quote
I've coded the leaderboards to highlight your current row, or show what place you're in.
A lot has changed in the backend codebase (due to updating some packages I rely on), and don't want to push without the time to troubleshoot if problems arise, so I'll wait until I return from work. Here's a preview of how it will look using a random member from the leaderboards: http://i.imgur.com/NNUADnT.png
Please let me know what you guys think before I finalize it. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Wafflehead
Hurricane Research
75
|
Posted - 2014.03.20 17:33:00 -
[289] - Quote
Jeronica wrote:I've coded the leaderboards to highlight your current row, or show what place you're in. A lot has changed in the backend codebase (due to updating some packages I rely on), and don't want to push without the time to troubleshoot if problems arise, so I'll wait until I return from work. Here's a preview of how it will look using a random member from the leaderboards: http://i.imgur.com/NNUADnT.pngPlease let me know what you guys think before I finalize it.
Looking good :). |

TheSmokingHertog
TALIBAN EXPRESS
201
|
Posted - 2014.03.21 01:19:00 -
[290] - Quote
Wafflehead wrote:TheSmokingHertog wrote:Can you add another statistic on the leader-board page?
I would like to know my position in the list, maybe you could set up a simple list with your positions, thx.
Would be a good idea to list the top 10, then under that show the current user.. EG... 10 PlayerName 9999999 ISK 34 MyPlayer 100 ISK Don't have to display the entire list, but just the rank of the current user.
This was my idea. |
|

TheSmokingHertog
TALIBAN EXPRESS
201
|
Posted - 2014.03.21 01:22:00 -
[291] - Quote
Jeronica wrote:I've coded the leaderboards to highlight your current row, or show what place you're in.
I assume this is not yet showing in the standard category ;)... will see it when it is.
|

Wafflehead
Hurricane Research
76
|
Posted - 2014.03.21 07:06:00 -
[292] - Quote
TheSmokingHertog wrote:Wafflehead wrote:TheSmokingHertog wrote:Can you add another statistic on the leader-board page?
I would like to know my position in the list, maybe you could set up a simple list with your positions, thx.
Would be a good idea to list the top 10, then under that show the current user.. EG... 10 PlayerName 9999999 ISK 34 MyPlayer 100 ISK Don't have to display the entire list, but just the rank of the current user. This was my idea.
It was, I just added a suggestion how it could easily be displayed without having a huge leaderboard and still look good :-) |

TheSmokingHertog
TALIBAN EXPRESS
201
|
Posted - 2014.03.21 13:25:00 -
[293] - Quote
Wafflehead wrote:TheSmokingHertog wrote:Wafflehead wrote:TheSmokingHertog wrote:Can you add another statistic on the leader-board page?
I would like to know my position in the list, maybe you could set up a simple list with your positions, thx.
Would be a good idea to list the top 10, then under that show the current user.. EG... 10 PlayerName 9999999 ISK 34 MyPlayer 100 ISK Don't have to display the entire list, but just the rank of the current user. This was my idea. It was, I just added a suggestion how it could easily be displayed without having a huge leaderboard and still look good :-)
I thought I explained it not good enough, so, I liked your suggestion, that was meant to happen .... I should EVE forum when awake. Not after work. |

Jeronica
Tackled In Belt Pasta Syndicate
294
|
Posted - 2014.03.21 16:13:00 -
[294] - Quote
Okay, just pushed the changes to the production server for the leaderboards. Here's mine, I'm doing a great job trading! ;) http://i.imgur.com/nGQ1EnU.png
Also, it seems that a cronjob has been starting at the same time for some reason, and saving duplicate stock (it pulls 5k rows, process then saves/sets the rows to processed). I removed the redundant process so shouldn't be occurring any more. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Koniforous
Tauren Transit My Other Laboratory is a Distillery
16
|
Posted - 2014.03.21 16:32:00 -
[295] - Quote
this new feature is so awesome! 5% Interest Rate on all investments. More info: https://forums.eveonline.com/default.aspx?g=posts&t=322582&find=unread |

TheSmokingHertog
TALIBAN EXPRESS
201
|
Posted - 2014.03.21 19:05:00 -
[296] - Quote
Thx, its great, seems I am not that bad after all ;). |

Raano Thorson
Fugazi Incorporated
9
|
Posted - 2014.03.22 09:33:00 -
[297] - Quote
Currently you can adjust stock after something has been added to stock via a buy order. If something is sold that was not purchased via a market order it cannot be tracked for profit. Instances where this occurs is when items are purchased via contract.
Can something be implemented to consider this? Ie. Add x item to stock with the buy price entered.
Right now in order for me to do this I need to sell an item on market, then buy it. Wait for the API to pull then edit the quantity. I forget to do this with some high value items and the profit is therefor not tracked.
I realize this could be exploited, though so could editing qty in stock in general.
Th abiltity to edit stock would also benefit manufacturers tracking their profits. |

TheSmokingHertog
TALIBAN EXPRESS
201
|
Posted - 2014.03.22 12:51:00 -
[298] - Quote
Raano Thorson wrote:Currently you can adjust stock after something has been added to stock via a buy order. If something is sold that was not purchased via a market order it cannot be tracked for profit. Instances where this occurs is when items are purchased via contract.
Can something be implemented to consider this? Ie. Add x item to stock with the buy price entered.
Right now in order for me to do this I need to sell an item on market, then buy it. Wait for the API to pull then edit the quantity. I forget to do this with some high value items and the profit is therefor not tracked.
I realize this could be exploited, though so could editing qty in stock in general.
Th abiltity to edit stock would also benefit manufacturers tracking their profits.
Have several items coming in this way, would like to use this system too.
|

Garric Shadowbane
The Imperial LansDrahd LOADED-DICE
9
|
Posted - 2014.03.22 20:12:00 -
[299] - Quote
I like how the website notifies me of completed orders. But it only lists orders that were bought.
Is there a way to actively show my completed sell orders? |

Rodia Akara
School of Applied Knowledge Caldari State
0
|
Posted - 2014.03.26 19:05:00 -
[300] - Quote
Just to notify you, the subscription takes way too long. It's been 24h and it yet hasn't pulled your API to verify that I paid for Elite.
Apart from that I love your website. |
|

Tweety Bird
Tackled In Belt Pasta Syndicate
142
|
Posted - 2014.03.26 19:39:00 -
[301] - Quote
Rodia Akara wrote:Just to notify you, the subscription takes way too long. It's been 24h and it yet hasn't pulled your API to verify that I paid for Elite.
Apart from that I love your website. API Verification has hit a snag and will be resolved later tonight. I confirmed that your payment went through, and will add the lost time to your sub.
On another note, there are lots of changes coming soon.  |

Jeronica
Tackled In Belt Pasta Syndicate
297
|
Posted - 2014.03.27 04:43:00 -
[302] - Quote
Temporarily patched the subscription issue. I'll have a cleaner system in version 1.1 of the site (coming soon!) EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Wafflehead
Hurricane Research
78
|
Posted - 2014.03.27 11:21:00 -
[303] - Quote
Raano Thorson wrote:Currently you can adjust stock after something has been added to stock via a buy order. If something is sold that was not purchased via a market order it cannot be tracked for profit. Instances where this occurs is when items are purchased via contract.
Can something be implemented to consider this? Ie. Add x item to stock with the buy price entered.
Right now in order for me to do this I need to sell an item on market, then buy it. Wait for the API to pull then edit the quantity. I forget to do this with some high value items and the profit is therefor not tracked.
I realize this could be exploited, though so could editing qty in stock in general.
Th abiltity to edit stock would also benefit manufacturers tracking their profits.
The problem with this is that someone can just 'give' an item to the character being tracked and sell it for X millions which would show a massive profit.
As it is, editing the stock is open to abuse.
The whole idea of this project/site is to track market transactions. Not contracts or deals on the side. Maybe they can introduce a market side and a 'sandbox' side to let people edit and do what they want (pretty pointless).
Having a leader board and ability to edit/add/amend stock is just crazy. |

Rodia Akara
School of Applied Knowledge Caldari State
0
|
Posted - 2014.03.27 12:05:00 -
[304] - Quote
Now there's another problem, the cache doesn't seem to be updated every minute, like it's supposed. |

Tweety Bird
Tackled In Belt Pasta Syndicate
142
|
Posted - 2014.03.27 16:15:00 -
[305] - Quote
Rodia Akara wrote:Now there's another problem, the cache doesn't seem to be updated every minute, like it's supposed. CCP only allows API pulls once every hour, that's the limitation you're seeing. We, or any other third party, can't speed that up. The cache is working as intended. |

Jeronica
Tackled In Belt Pasta Syndicate
297
|
Posted - 2014.03.27 16:36:00 -
[306] - Quote
Wafflehead wrote:Raano Thorson wrote:Currently you can adjust stock after something has been added to stock via a buy order. If something is sold that was not purchased via a market order it cannot be tracked for profit. Instances where this occurs is when items are purchased via contract.
Can something be implemented to consider this? Ie. Add x item to stock with the buy price entered.
Right now in order for me to do this I need to sell an item on market, then buy it. Wait for the API to pull then edit the quantity. I forget to do this with some high value items and the profit is therefor not tracked.
I realize this could be exploited, though so could editing qty in stock in general.
Th abiltity to edit stock would also benefit manufacturers tracking their profits. The problem with this is that someone can just 'give' an item to the character being tracked and sell it for X millions which would show a massive profit. As it is, editing the stock is open to abuse. The whole idea of this project/site is to track market transactions. Not contracts or deals on the side. Maybe they can introduce a market side and a 'sandbox' side to let people edit and do what they want (pretty pointless). Having a leader board and ability to edit/add/amend stock is just crazy.
I've recently decided I am not going to implement any contracts/trading tracking into the site. It's just too open for exploitation and I want the site to be seen as a reliable source of data for investors/traders alike. I'll also be removing the option to adjust stock, instead you can only remove stock by entering a used quantity and It'll remove it for you. Example where that'll be useful: Say you're trading plex, but also buy plex for your accounts. You don't want to have the plex you used as gametime to be used when tracking profits.
As wafflehead said, the purpose of the site has always been to track market trading. I may implement a manufacturing side later on, but if I add it I want it to incorporate all aspects (tracking the mineral input, monitoring manufacturing jobs, etc). EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Abidal Trekt
State War Academy Caldari State
11
|
Posted - 2014.03.27 20:03:00 -
[307] - Quote
Jeronica wrote:Wafflehead wrote:Raano Thorson wrote:Currently you can adjust stock after something has been added to stock via a buy order. If something is sold that was not purchased via a market order it cannot be tracked for profit. Instances where this occurs is when items are purchased via contract.
Can something be implemented to consider this? Ie. Add x item to stock with the buy price entered.
Right now in order for me to do this I need to sell an item on market, then buy it. Wait for the API to pull then edit the quantity. I forget to do this with some high value items and the profit is therefor not tracked.
I realize this could be exploited, though so could editing qty in stock in general.
Th abiltity to edit stock would also benefit manufacturers tracking their profits. The problem with this is that someone can just 'give' an item to the character being tracked and sell it for X millions which would show a massive profit. As it is, editing the stock is open to abuse. The whole idea of this project/site is to track market transactions. Not contracts or deals on the side. Maybe they can introduce a market side and a 'sandbox' side to let people edit and do what they want (pretty pointless). Having a leader board and ability to edit/add/amend stock is just crazy. I've recently decided I am not going to implement any contracts/trading tracking into the site. It's just too open for exploitation and I want the site to be seen as a reliable source of data for investors/traders alike. I'll also be removing the option to adjust stock, instead you can only remove stock by entering a used quantity and It'll remove it for you. Example where that'll be useful: Say you're trading plex, but also buy plex for your accounts. You don't want to have the plex you used as gametime to be used when tracking profits. As wafflehead said, the purpose of the site has always been to track market trading. I may implement a manufacturing side later on, but if I add it I want it to incorporate all aspects (tracking the mineral input, monitoring manufacturing jobs, etc).
As someone who uses this service to track market trading profit solely, and as data for investors, I bloody well agree! |

TheSmokingHertog
TALIBAN EXPRESS
202
|
Posted - 2014.03.27 20:19:00 -
[308] - Quote
Hopefully they will update a crest entrence for contracts, than you would have verified info, not? |

Jeronica
Tackled In Belt Pasta Syndicate
299
|
Posted - 2014.03.27 23:33:00 -
[309] - Quote
TheSmokingHertog wrote:Hopefully they will update a crest entrence for contracts, than you would have verified info, not?
It's not that I can't access the data (you can see contracts in evemon, for example), its just you can create contracts to alts way to easily. Then there's the conflict of different items in a contract, can't just divide the price by the items. At the moment, I want to concentrate on the in/out of buy and sell transactions. I may open up the possibility in the future for contracts/manufacturing support in the future, but if I can't support it 100%, I'd rather not add it. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

TheSmokingHertog
TALIBAN EXPRESS
202
|
Posted - 2014.03.28 14:21:00 -
[310] - Quote
Jeronica wrote:TheSmokingHertog wrote:Hopefully they will update a crest entrence for contracts, than you would have verified info, not? It's not that I can't access the data (you can see contracts in evemon, for example), its just you can create contracts to alts way to easily. Then there's the conflict of different items in a contract, can't just divide the price by the items. At the moment, I want to concentrate on the in/out of buy and sell transactions. I may open up the possibility in the future for contracts/manufacturing support in the future, but if I can't support it 100%, I'd rather not add it.
Aha, good point.
Seen the update on crest market info posted here > link?
|
|

Jeronica
Tackled In Belt Pasta Syndicate
299
|
Posted - 2014.03.28 16:45:00 -
[311] - Quote
TheSmokingHertog wrote:Jeronica wrote:TheSmokingHertog wrote:Hopefully they will update a crest entrence for contracts, than you would have verified info, not? It's not that I can't access the data (you can see contracts in evemon, for example), its just you can create contracts to alts way to easily. Then there's the conflict of different items in a contract, can't just divide the price by the items. At the moment, I want to concentrate on the in/out of buy and sell transactions. I may open up the possibility in the future for contracts/manufacturing support in the future, but if I can't support it 100%, I'd rather not add it. Aha, good point. Seen the update on crest market info posted here > link?
Yes, I've been researching it and am looking into incorporating it into probably 1.1.1. Won't be in 1.1.0. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Jeronica
Tackled In Belt Pasta Syndicate
299
|
Posted - 2014.03.29 05:24:00 -
[312] - Quote
Just moved over R1.1.0.
There are some bugs that I'm aware of right now, these include:
- Can only login when "remember me" is checked.
EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Minerva Bian
MJXB Holdings
8
|
Posted - 2014.03.29 10:13:00 -
[313] - Quote
Something seems broken as far as Today's Profit calculation now. As of 10:10 am my transaction log is showing 3 sales since midnight with a total profit of 111,806,845.51, but the Today's Profit field shows 166,935,263.18. Accountname JX. |

Bubbles Vuld
Vuld Holdings
0
|
Posted - 2014.03.29 14:32:00 -
[314] - Quote
I seem to be unable to change my password. |

Jeronica
Tackled In Belt Pasta Syndicate
299
|
Posted - 2014.03.29 15:25:00 -
[315] - Quote
Minerva Bian wrote:Something seems broken as far as Today's Profit calculation now. As of 10:10 am my transaction log is showing 3 sales since midnight with a total profit of 111,806,845.51, but the Today's Profit field shows 166,935,263.18. Accountname JX.
It entered 4 rows of profit total for 2 rows of transactions, quite odd. It was during the transition phases when I was doing the final testings. Seems to be a very isolated incident. Should be in sync now, but I'll look more into it and see if it's more than this random occurrence.
I've also changed the links in the FAQ to ones that work. Sorry about that. Password reset page is: https://www.eve-mogul.com/forgot-password EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Bubbles Vuld
Vuld Holdings
0
|
Posted - 2014.03.30 07:45:00 -
[316] - Quote
I tried changing my password following that link you posted yet once I click on "change password" nothing happens. |

Jeronica
Tackled In Belt Pasta Syndicate
299
|
Posted - 2014.03.30 16:58:00 -
[317] - Quote
Bubbles Vuld wrote:I tried changing my password following that link you posted yet once I click on "change password" nothing happens.
I've gone through the process of changing my password and am experiencing the same issue as you. I'll investigate further when I get a chance as I'm away from my home for the next few days. Please check your mail when you get the chance. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Abidal Trekt
State War Academy Caldari State
11
|
Posted - 2014.03.31 17:20:00 -
[318] - Quote
Since 1.1.0 "Yesterday's Top Traders" doesn't seem to be populating. Anyone else? |

Luthias Austrene
Drone Orphanage Ethical Carnage
1
|
Posted - 2014.03.31 23:36:00 -
[319] - Quote
Abidal Trekt wrote:Since 1.1.0 "Yesterday's Top Traders" doesn't seem to be populating. Anyone else? ^same, and Current Week's Traders isn't showing either.
Also, the dates on my Last 12 months profits page aren't showing up correctly, some are doubled up, some are missing.
Also, did the number of registered/subbed users actually double in a week, or is this a bug? |

Garric Shadowbane
Caldari Provisions Caldari State
10
|
Posted - 2014.04.01 04:56:00 -
[320] - Quote
Garric Shadowbane wrote:I like how the website notifies me of completed orders. But it only lists orders that were bought.
Is there a way to actively show my completed sell orders?
Can you guys help me out with this? My trade is completely based on sell orders and this would be a huge asset to me.
Thanks. |
|

Wafflehead
Hurricane Research
81
|
Posted - 2014.04.01 08:28:00 -
[321] - Quote
Abidal Trekt wrote:Since 1.1.0 "Yesterday's Top Traders" doesn't seem to be populating. Anyone else?
Also the monthly top traders have gone too. Maybe due to the new month I am not sure? |

Jeronica
Tackled In Belt Pasta Syndicate
299
|
Posted - 2014.04.01 19:51:00 -
[322] - Quote
Wafflehead wrote:Abidal Trekt wrote:Since 1.1.0 "Yesterday's Top Traders" doesn't seem to be populating. Anyone else? Also the monthly top traders have gone too. Maybe due to the new month I am not sure?
My mistake, I moved the git repository folder, and forgot to update the crontab to reflect it. It was still using the "older" code, which now has some namespace issues due to the upgrade.
Everything should be ticking along on that front.
I've just returned from a little vacation, and I'll be researching the password issue asap. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Jeronica
Tackled In Belt Pasta Syndicate
299
|
Posted - 2014.04.01 19:52:00 -
[323] - Quote
Garric Shadowbane wrote:Garric Shadowbane wrote:I like how the website notifies me of completed orders. But it only lists orders that were bought.
Is there a way to actively show my completed sell orders? Can you guys help me out with this? My trade is completely based on sell orders and this would be a huge asset to me. Thanks.
I'll look at that as well. Can you confirm that the sell orders appear in the order list? EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Garric Shadowbane
Caldari Provisions Caldari State
10
|
Posted - 2014.04.02 01:05:00 -
[324] - Quote
Jeronica wrote:Garric Shadowbane wrote:Garric Shadowbane wrote:I like how the website notifies me of completed orders. But it only lists orders that were bought.
Is there a way to actively show my completed sell orders? Can you guys help me out with this? My trade is completely based on sell orders and this would be a huge asset to me. Thanks. I'll look at that as well. Can you confirm that the sell orders appear in the order list?
My sell orders that are still active show fine in the active orders filter; like 358/500 but when I look at the completed orders filter. It only shows stuff that I have purchased straight from the market. If it could notify me when 358/500 goes to 0/500 so i know to replenish that item, it would be fantastic! |

Bubbles Vuld
Vuld Holdings
0
|
Posted - 2014.04.02 05:53:00 -
[325] - Quote
Jeronica wrote:
I've just returned from a little vacation, and I'll be researching the password issue asap.
Password issue for me has been resolved, I was able to reset it and log in without any problems. |

Jeronica
Tackled In Belt Pasta Syndicate
300
|
Posted - 2014.04.02 05:54:00 -
[326] - Quote
Alright guys, I fixed the issues. As I suspected, the auth system I use started encrypting passwords (wasn't doing it before, so I set a filter to encrypt before saving to database). Anyway, it started encrypting the password twice, but when trying to authenticate it wouldn't run the bcrypt twice on the form submission, so it would fail.
So.. everyone should be able to reset passwords/register now. I've tested both and was able to login/register. For compensation, I'll extend everyone's subscription by 5 days (when the issue started) tomorrow evening. I'll send a mail to everyone tomorrow morning as well.
I apologize for the slow response to fixing, I was away for the weekend and had little access to a computer.
@Garric Shadowbane - That's a great idea! I'm sure many people would love to know when all of their orders are complete, or under a certain threshold. I'll work on getting that incorporated asap.
Off to bed now after a long 18 hour day of driving and working. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

TheSmokingHertog
TALIBAN EXPRESS
204
|
Posted - 2014.04.02 16:05:00 -
[327] - Quote
Would you be able to make a table with profits by month, as in JAN / FEB / etc, since I would like to use the monthly total profit to report to my investors. |

Bubbles Vuld
Vuld Holdings
2
|
Posted - 2014.04.03 01:07:00 -
[328] - Quote
TheSmokingHertog wrote:Would you be able to make a table with profits by month, as in JAN / FEB / etc, since I would like to use the monthly total profit to report to my investors.
Doesn't "Past 12 Months" show your total month by month profit? |

Raano Thorson
Fugazi Incorporated
11
|
Posted - 2014.04.03 01:27:00 -
[329] - Quote
Bubbles Vuld wrote:TheSmokingHertog wrote:Would you be able to make a table with profits by month, as in JAN / FEB / etc, since I would like to use the monthly total profit to report to my investors. Doesn't "Past 12 Months" show your total month by month profit?
indeed |

Jeronica
Tackled In Belt Pasta Syndicate
302
|
Posted - 2014.04.03 04:37:00 -
[330] - Quote
Bubbles Vuld wrote:TheSmokingHertog wrote:Would you be able to make a table with profits by month, as in JAN / FEB / etc, since I would like to use the monthly total profit to report to my investors. Doesn't "Past 12 Months" show your total month by month profit?
A table might be easier to look at/copy data from. I'll look at adding it tomorrow morning.
I just added an admin addon to bulk extend subscriptions, and added 5days to everyone's subscription to compensate for login/password issues. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |
|

TheSmokingHertog
TALIBAN EXPRESS
205
|
Posted - 2014.04.04 02:33:00 -
[331] - Quote
Jeronica wrote:Bubbles Vuld wrote:TheSmokingHertog wrote:Would you be able to make a table with profits by month, as in JAN / FEB / etc, since I would like to use the monthly total profit to report to my investors. Doesn't "Past 12 Months" show your total month by month profit? A table might be easier to look at/copy data from. I'll look at adding it tomorrow morning. I just added an admin addon to bulk extend subscriptions, and added 5days to everyone's subscription to compensate for login/password issues.
Nice :D
|

Luthias Austrene
Drone Orphanage Ethical Carnage
1
|
Posted - 2014.04.04 03:51:00 -
[332] - Quote
Thanks for the extension
This isn't an error really, but when you view an items history, there's some weird formatting under the Orders tab. Screenshot. I think the the "Completed Orders" text is too long for the button?
Also, when either "Active Orders" or "Completed Orders" is clicked, it should cancel the other one out.
Like I said, nothing major, maybe just something for a TODO list. |

Jeronica
Tackled In Belt Pasta Syndicate
303
|
Posted - 2014.04.04 05:51:00 -
[333] - Quote
Luthias Austrene wrote:Thanks for the extension This isn't an error really, but when you view an items history, there's some weird formatting under the Orders tab. Screenshot. I think the the "Completed Orders" text is too long for the button? Also, when either "Active Orders" or "Completed Orders" is clicked, it should cancel the other one out. Like I said, nothing major, maybe just something for a TODO list.
Ah yes, I noticed it doing that as well before, thanks for reminding me. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Herzav
Perkone Caldari State
19
|
Posted - 2014.04.05 21:01:00 -
[334] - Quote
So overall, how is eve-mogul? is it worth the monthly sub?
I'm new to trading so 50m is still a huge blow for me but this caught my eye since I don't really have a spreadsheet and after 1 month I could swear I have made less ISK trading than running lvl 1 missions.
|

Abidal Trekt
State War Academy Caldari State
11
|
Posted - 2014.04.05 23:59:00 -
[335] - Quote
Herzav wrote:So overall, how is eve-mogul? is it worth the monthly sub?
I'm new to trading so 50m is still a huge blow for me but this caught my eye since I don't really have a spreadsheet and after 1 month I could swear I have made less ISK trading than running lvl 1 missions.
If you can't afford 50 mil a month, you probably won't benefit from this service (with apologies to Jeronica). |

Jeronica
Tackled In Belt Pasta Syndicate
304
|
Posted - 2014.04.06 21:24:00 -
[336] - Quote
Herzav wrote:So overall, how is eve-mogul? is it worth the monthly sub?
I'm new to trading so 50m is still a huge blow for me but this caught my eye since I don't really have a spreadsheet and after 1 month I could swear I have made less ISK trading than running lvl 1 missions.
There is a 7day trial to see if it'll benefit you. If you do find it useful, but still can't afford 50mil/month throw me a mail and we can work something out. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Wafflehead
Hurricane Research
89
|
Posted - 2014.04.12 17:41:00 -
[337] - Quote
Is there a problem with the updating of transactions?.
My last transaction showing is 15:29:37 This is over 3 hours old?. |

Abidal Trekt
State War Academy Caldari State
20
|
Posted - 2014.04.12 18:41:00 -
[338] - Quote
Wafflehead wrote:Is there a problem with the updating of transactions?.
My last transaction showing is 15:29:37 This is over 3 hours old?.
Getting them from the last hour. |

Wafflehead
Hurricane Research
89
|
Posted - 2014.04.12 19:13:00 -
[339] - Quote
Strange.
My last transaction at time of this post is 17:56:13. So I am still 2 hours behind.. Last profit calc on my transactions was at 16:48:17.
Unless its just my account lol |

Raano Thorson
Sebiestor Tribe Minmatar Republic
13
|
Posted - 2014.04.13 09:24:00 -
[340] - Quote
Whats the chance of a modification to the orders tab to inform the user as to whether it was a buy order or a sell order? Is that possible with the information in the API that is pulled? |
|

Koniforous
Tauren Transit
27
|
Posted - 2014.04.23 16:02:00 -
[341] - Quote
In an account's "Profile" section where it says:
"Time Remaining Your subscription status is valid! Expires: X days To add time to your subscription, send exact intervals in isk of 50,000,000.00 ISK to Tackled In Belt corporation (in alliance Pasta Syndicate.) with the reason code: XXxXXXXXXX."
It would be wonderful if you could make the text "Tackled In Belt corporation" an in-game browser pop-up link to the actual corporation. TAUTX Bank: 12.5% of profits paid to investors monthly. More info: https://forums.eveonline.com/default.aspx?g=posts&t=322582&find=unread |

Nikita Arjar
How to PVP 101
0
|
Posted - 2014.04.24 05:38:00 -
[342] - Quote
How accurate is the profit calculations? They seem way off to me but idk if its because I just started using this today. |

TheSmokingHertog
TALIBAN EXPRESS
220
|
Posted - 2014.04.24 08:41:00 -
[343] - Quote
Nikita Arjar wrote:How accurate is the profit calculations? They seem way off to me but idk if its because I just started using this today.
I dont know about you, but my products have a cycle time from 1 to 4 months, so tracking wont be up to date until that month, and when it is, its not even complete, since contracts are excluded from the system.
Now I think of it... could you add a way that we can add contracts for personal view only, so, don't take them to the leader-boards, that you want to fool yourself shouldn't be a problem, isn't it? |

murph Antollare
Negative-Impact The East India Co.
11
|
Posted - 2014.04.25 01:37:00 -
[344] - Quote
I started using this for my corp today, but it is only showing 5 corp orders when there are a lot more than that. Is this something I need to do to make sure they are imported? |

Jeronica
Tackled In Belt Pasta Syndicate
304
|
Posted - 2014.04.26 17:26:00 -
[345] - Quote
Koniforous wrote:In an account's "Profile" section where it says:
"Time Remaining Your subscription status is valid! Expires: X days To add time to your subscription, send exact intervals in isk of 50,000,000.00 ISK to Tackled In Belt corporation (in alliance Pasta Syndicate.) with the reason code: XXxXXXXXXX."
It would be wonderful if you could make the text "Tackled In Belt corporation" an in-game browser pop-up link to the actual corporation.
I'll have a look at the url system to see how to do this.
@Nikita Arjar Depends on the frequency/volume you trade. If you find yourself buying/selling all your stock over a few days, it'll start to be accurate after maybe a week. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Jeronica
Tackled In Belt Pasta Syndicate
304
|
Posted - 2014.04.29 00:24:00 -
[346] - Quote
R-1.1.3
- Optimized some API pull functions to increase speed.
- Fixed some issues that wasn't allowing orders to be added correctly.
- Added code to the character/corporation queues to prioritize elite over standard/premium members. They will now get top priority when API pulls are initiated.
- Added character/corporation event logging. Currently only logs API pulls, but will be able to add more events.
EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Sophil
Isodyne Research and Production
0
|
Posted - 2014.05.04 06:18:00 -
[347] - Quote
Is there anyway you could fix so that it's possible to turn the page in completed orders? Whenever I try to do that the filter completed orders wears off. I just subscribed for the first time yeasterday. I like it. |

Raano Thorson
Perimeter Defense Systems Templis CALSF
14
|
Posted - 2014.05.04 11:01:00 -
[348] - Quote
Sophil wrote:Is there anyway you could fix so that it's possible to turn the page in completed orders? Whenever I try to do that the filter completed orders wears off. I just subscribed for the first time yeasterday. I like it.
Edit: None of my api:s seems to have been updated since 2014-05-03 20:53:37 (last transaction). Seems to be connected with me upgrading from trail to payed.
No updates here since 21:45 5-3-14 |

Jeronica
Tackled In Belt Pasta Syndicate
304
|
Posted - 2014.05.04 15:12:00 -
[349] - Quote
Fixed a variable issue in the backend for api pulls. Should be getting everyone updated now.
I'll be looking at the orders page, the filters have been giving people issues so I'll work on a fix for that. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Jerex Deka
Imperial Shipment Amarr Empire
22
|
Posted - 2014.05.06 04:23:00 -
[350] - Quote
How often does it pull from your API?
Liking it so far, on trial now, is it possible to test the elite membership before buying? |
|

Jeronica
Tackled In Belt Pasta Syndicate
305
|
Posted - 2014.05.06 06:35:00 -
[351] - Quote
Jerex Deka wrote:How often does it pull from your API?
Liking it so far, on trial now, is it possible to test the elite membership before buying?
Once per hour, as that's the frequency CCP's API cache servers are updated. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Jerex Deka
Imperial Shipment Amarr Empire
22
|
Posted - 2014.05.06 06:50:00 -
[352] - Quote
Jeronica wrote:Jerex Deka wrote:How often does it pull from your API?
Liking it so far, on trial now, is it possible to test the elite membership before buying? Once per hour, as that's the frequency CCP's API cache servers are updated.
Awesome was just curious.
So I just noticed taxes and overall profit percentages popped up outa nowhere. Is there a place to show my net worth by chance, since it calculates it? |

Lar Tadaruwa
State War Academy Caldari State
2
|
Posted - 2014.05.15 01:21:00 -
[353] - Quote
I can finally afford to get on the board. |

Tweety Bird
Tackled In Belt Pasta Syndicate
142
|
Posted - 2014.05.18 15:30:00 -
[354] - Quote
The EVE-Mogul server hardware was upgraded last night. We hope you all see better performance and continue to enjoy the site. I've extended everyone's subscription by one day as a celebration/compensation for the few hours downtime. We have much more planned in the future. Thanks again for your interests and loyalty!
-Tweety |

Lar Tadaruwa
State War Academy Caldari State
10
|
Posted - 2014.05.18 19:02:00 -
[355] - Quote
Finally got my first report but it doesn't me as having any profits. My profit shows as Zero, even though my costs are not applicable in my sales values.
(I only sell loot for which I actually have zero costs, compared to other purchased costs. There are other resources used to gather the loot, of course. But they do not diminish the 100% resale value.) http://community.eveonline.com/news/news-channels EVE Online Billboard News |

Apollo North
HyperTech Exports and Logistics
2
|
Posted - 2014.05.19 00:34:00 -
[356] - Quote
Looks like a great tool. I just signed up for my trial period. I was wondering how i would go about getting multiple wallet divisions imported into the program? |

Jeronica
Tackled In Belt Pasta Syndicate
325
|
Posted - 2014.05.19 00:47:00 -
[357] - Quote
Apollo North wrote:Looks like a great tool. I just signed up for my trial period. I was wondering how i would go about getting multiple wallet divisions imported into the program?
I'm actually finishing up the code to incorporate this. It will be added over the next few days.
I also pushed a change to the transactions page which will later on enable CSV exports. I have also added some more reports for premium members. All new reports will go through elite member testing as well.
I still need to work on the orders page, as well as the corporation divisions noted above. I also have comparing items report being coded down the line, haven't started that yet though.
@Lar Tadaruwa EVE-Mogul has no way of tracking stock you acquire via other means other than buying from market. Loot isn't support, and I don't foresee any time I'll add that feature. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Apollo North
HyperTech Exports and Logistics
2
|
Posted - 2014.05.19 00:52:00 -
[358] - Quote
Jeronica wrote:Apollo North wrote:Looks like a great tool. I just signed up for my trial period. I was wondering how i would go about getting multiple wallet divisions imported into the program? I'm actually finishing up the code to incorporate this. It will be added over the next few days. I also pushed a change to the transactions page which will later on enable CSV exports. I have also added some more reports for premium members. All new reports will go through elite member testing as well. I still need to work on the orders page, as well as the corporation divisions noted above. I also have comparing items report being coded down the line, haven't started that yet though. @Lar Tadaruwa EVE-Mogul has no way of tracking stock you acquire via other means other than buying from market. Loot isn't support, and I don't foresee any time I'll add that feature.
thank you for the timely response. An example of what id be looking for is, lets say that one wallet division is entitled Purchase Orders where i keep my market capital. One division is Sales Income, where all of the sales go to, and then i have one called profit where i skim the top off the capital. I would love to see Eve-Mogul incorporate all three divisions without duplicating transactions when i manually transfer isk around. This is a basic idea of what could be a really strong addition. Thanks for the hard work |

Jeronica
Tackled In Belt Pasta Syndicate
325
|
Posted - 2014.05.19 04:14:00 -
[359] - Quote
Apollo North wrote:Jeronica wrote:Apollo North wrote:Looks like a great tool. I just signed up for my trial period. I was wondering how i would go about getting multiple wallet divisions imported into the program? I'm actually finishing up the code to incorporate this. It will be added over the next few days. I also pushed a change to the transactions page which will later on enable CSV exports. I have also added some more reports for premium members. All new reports will go through elite member testing as well. I still need to work on the orders page, as well as the corporation divisions noted above. I also have comparing items report being coded down the line, haven't started that yet though. @Lar Tadaruwa EVE-Mogul has no way of tracking stock you acquire via other means other than buying from market. Loot isn't support, and I don't foresee any time I'll add that feature. thank you for the timely response. An example of what id be looking for is, lets say that one wallet division is entitled Purchase Orders where i keep my market capital. One division is Sales Income, where all of the sales go to, and then i have one called profit where i skim the top off the capital. I would love to see Eve-Mogul incorporate all three divisions without duplicating transactions when i manually transfer isk around. This is a basic idea of what could be a really strong addition. Thanks for the hard work
The app doesn't necessarily track wallet transfers, it stores them but does not use the data.To clarify how the site distinguishes data, the API keys/characters are simply a way to import the data. The site goes through each api and saves the new data to the user account, so basically all transactions are user based.
It will work the same way with multiple divisions, so it will seamlessly use all of your data as one and calculate accordingly. The only thing it would not track is you withdrawing funds by sending it to your wallet. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Lar Tadaruwa
State War Academy Caldari State
10
|
Posted - 2014.05.19 15:55:00 -
[360] - Quote
Does it work if I make direct sales?
In Filters, Sell Transactions show, but the profit is zero.
EVE Online Billboard News http://community.eveonline.com/news/news-channels
|
|

Jeronica
Tackled In Belt Pasta Syndicate
325
|
Posted - 2014.05.19 16:04:00 -
[361] - Quote
Lar Tadaruwa wrote:Does it work if I make direct sales?
In Filters, Sell Transactions show, but the profit is zero.
As long as there's history of you buying the item, which is required for the site to add the units of stock to your account, then yes. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Lar Tadaruwa
State War Academy Caldari State
10
|
Posted - 2014.05.19 16:10:00 -
[362] - Quote
Jeronica wrote:Lar Tadaruwa wrote:Does it work if I make direct sales?
In Filters, Sell Transactions show, but the profit is zero. As long as there's history of you buying the item, which is required for the site to add the units of stock to your account, then yes. That's why then... At least it keeps track of the amount of money I'm getting, just not the profit without prior purchase.
I guess that works good for station trading.
The way I operate, even EVE Wallet Aware doesn't include my profit. I have to extract the data, from either systems, and calculate it myself from there.
I reviewed how to do station trading but my system includes less efforts. It is generating less profit , exponentially, though.
I should try to test from station trading, but I am aware that I can also lose at it.
EVE Online Billboard News http://community.eveonline.com/news/news-channels
|

Joshua Trader
Black Hole Logistics
7
|
Posted - 2014.05.20 18:27:00 -
[363] - Quote
I have been using this site since around January. Shouldn't be any hesitation here. This site is a must have. |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
327
|
Posted - 2014.05.26 22:54:00 -
[364] - Quote
R-1.1.5
- Extended premium reports.
- Added elite reports, and framework to better extend premium reports
- Changed transactions/orders pages to a better datagrid system.
- Added administrative notification systems to admins manage site more efficiently.
Here's a sample of the new elite graph. Elite Graph Sample
I'll be migrating the older reports to the new datagrid system over time, as it's so much more versatile than a static table. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Luthias Austrene
Drone Orphanage Ethical Carnage
2
|
Posted - 2014.05.31 05:21:00 -
[365] - Quote
Getting some weird output for my 12 Month graph.
Here's a screenshot
As you can see, the months are doubling up occasionally. |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
330
|
Posted - 2014.05.31 15:53:00 -
[366] - Quote
Luthias Austrene wrote:Getting some weird output for my 12 Month graph. Here's a screenshotAs you can see, the months are doubling up occasionally.
That's quite odd. I'll take a look at it Sunday when I get some free time. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Luthias Austrene
Drone Orphanage Ethical Carnage
7
|
Posted - 2014.06.08 02:14:00 -
[367] - Quote
I feel like this has probably been asked before, but is there a way to remove the records of PLEX puchased to add game time?
Since the first one I bought was ~2 months ago, it looks like all my profit calculations are 1 behind. So, since they were a lot cheaper when I bought that first one, when I buy/sell a PLEX now I'm getting shown higher profits than what I'm actually getting. |

TheSmokingHertog
TALIBAN EXPRESS
236
|
Posted - 2014.06.08 04:10:00 -
[368] - Quote
Luthias Austrene wrote:I feel like this has probably been asked before, but is there a way to remove the records of PLEX puchased to add game time?
Since the first one I bought was ~2 months ago, it looks like all my profit calculations are 1 behind. So, since they were a lot cheaper when I bought that first one, when I buy/sell a PLEX now I'm getting shown higher profits than what I'm actually getting.
Cant you buy / sell plex on a non trade registered acct? I do. |

Luthias Austrene
Drone Orphanage Ethical Carnage
7
|
Posted - 2014.06.08 06:38:00 -
[369] - Quote
TheSmokingHertog wrote:Luthias Austrene wrote:I feel like this has probably been asked before, but is there a way to remove the records of PLEX puchased to add game time?
Since the first one I bought was ~2 months ago, it looks like all my profit calculations are 1 behind. So, since they were a lot cheaper when I bought that first one, when I buy/sell a PLEX now I'm getting shown higher profits than what I'm actually getting. Cant you buy / sell plex on a non trade registered acct? I do.
Eeh, I've only got 1 account at the moment.
Are you talking about buying with cash, or with ISK? |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
331
|
Posted - 2014.06.08 07:19:00 -
[370] - Quote
Luthias Austrene wrote:I feel like this has probably been asked before, but is there a way to remove the records of PLEX puchased to add game time?
Since the first one I bought was ~2 months ago, it looks like all my profit calculations are 1 behind. So, since they were a lot cheaper when I bought that first one, when I buy/sell a PLEX now I'm getting shown higher profits than what I'm actually getting.
You can remove stock here: https://www.eve-mogul.com/item/29668/stock EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |
|

TheSmokingHertog
TALIBAN EXPRESS
236
|
Posted - 2014.06.10 16:46:00 -
[371] - Quote
500
Internal Server Error
Something has gone horribly wrong, wait a minute and try again.
the - PROFIT - page. |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
334
|
Posted - 2014.06.10 17:02:00 -
[372] - Quote
TheSmokingHertog wrote:500
Internal Server Error
Something has gone horribly wrong, wait a minute and try again.
the - PROFIT - page.
Should be resolved. There was a .js dependancy that wasn't being included. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Zappity
Stay Frosty. A Band Apart.
1162
|
Posted - 2014.06.14 21:53:00 -
[373] - Quote
Does this do corporations or only single players? Zappity's Adventures for a taste of lowsec. |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
340
|
Posted - 2014.06.15 17:28:00 -
[374] - Quote
Zappity wrote:Does this do corporations or only single players?
It works with both! EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
341
|
Posted - 2014.06.23 22:47:00 -
[375] - Quote
I've added a basic station report system to the profits tab. Elite members should be able to see it.
Here's an example of my over-the-top trading action report, using the date filters.: https://www.eve-mogul.com/img/jeronica_4bAaZ2fC.jpg EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Abidal Trekt
State War Academy Caldari State
36
|
Posted - 2014.06.24 00:24:00 -
[376] - Quote
You really want that Elite sub from me don't you...
Hrrrrrrm... |

Enyah Al'ktar
Birds of Prey Inc
0
|
Posted - 2014.06.24 01:19:00 -
[377] - Quote
Nice ! Something i hoped see since a long time :D |

Sabarian Thraxx
Dominion Mining Group Incorporate
1
|
Posted - 2014.06.25 08:16:00 -
[378] - Quote
I feel really stupid asking this, but what does the "tasks" column mean?
|

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
344
|
Posted - 2014.07.01 15:29:00 -
[379] - Quote
Sabarian Thraxx wrote:I feel really stupid asking this, but what does the "tasks" column mean?
Late response: It's basically just a column I put in so I can add random misc links there. Currently, a transaction will give you a link to the item details.
Some updates: I've done some upgrades to the frontend code to make pages load faster utilizing ajax/api endpoints. I've also move some of the elite features to premium.
My next focus for the next few revisions will be related to the "public reports" system. There hasn't been any updates to the public reports since I first released the site. If there are any features/data you would like to be included, please send me a mail. The new public reports system, I'll integrate more customization options. Similar to how eve's APIs are created, I'll have some permissions to data that you can select per report. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Sabarian Thraxx
Dominion Mining Group Incorporate
2
|
Posted - 2014.07.07 10:06:00 -
[380] - Quote
Hi, for some reaosn as of today the API (I assume) is not pulling my sales on 1 character, although it shows the orders as current?
|
|

Shinda Tenshi
Zebra Corp The Bastion
0
|
Posted - 2014.07.13 12:24:00 -
[381] - Quote
First of all let me congratulate you on something that seems great. Still checking it but will probably sub to it I have started a trial account today and i had one question (maybe i am too lazy though and cant find it myself:P) Is there a way to see contracts/income from contracts? I buy with one character mods and ships,then sell fully fitted ships with another character in contracts. Is there a way to see the profit relation between the two?
Ty in advance for your time. |

Kuri Kurvora
Black VooDoo Asassins The Kadeshi
0
|
Posted - 2014.07.13 20:39:00 -
[382] - Quote
Registered yesterday, but this will be pretty helpful for me. Also going to buy that elite membership before my trial is gone. |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
345
|
Posted - 2014.07.14 00:12:00 -
[383] - Quote
Shinda Tenshi wrote:First of all let me congratulate you on something that seems great. Still checking it but will probably sub to it I have started a trial account today and i had one question (maybe i am too lazy though and cant find it myself:P) Is there a way to see contracts/income from contracts? I buy with one character mods and ships,then sell fully fitted ships with another character in contracts. Is there a way to see the profit relation between the two?
Ty in advance for your time.
Currently, I don't have contract tracking in place yet. I have an idea of how I want to implement it but currently my time is tied up in responsibilities IRL. It is in the task list though!
@Kuri, sounds great! Glad the site could be of use :) EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Elizabeth Norn
Nornir Research
374
|
Posted - 2014.07.14 01:33:00 -
[384] - Quote
Do you mean tracking profit from trading on contracts? That would be wonderful, although I wonder if it is possible. If you need a well stocked list of completed contracts, you're welcome to use my API, just don't try looking through them ingame as it can be rather frustratig. .
|

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
345
|
Posted - 2014.07.14 01:36:00 -
[385] - Quote
Elizabeth Norn wrote:Do you mean tracking profit from trading on contracts? That would be wonderful, although I wonder if it is possible. If you need a well stocked list of completed contracts, you're welcome to use my API, just don't try looking through them ingame as it can be rather frustratig.
There have been a few people who has stated they would like this feature. I have a few hours free now so I'll probably work on it now.
It's mainly for people who buy the modules separately on the market via buy orders, then sell packaged ship contracts fit for alliance doctrines. Is this what you do Elizabeth? EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Elizabeth Norn
Nornir Research
374
|
Posted - 2014.07.14 03:38:00 -
[386] - Quote
I buy and sell itmems, mostly blueprints on contracts. It's a real mess. I don't think you can see research on the blueprints via the API though, huh? There are lots of people who buy and sell fitted ships via contracts so this could be of use to them too. .
|

sir kumquat
Sebiestor Tribe Minmatar Republic
4
|
Posted - 2014.07.14 16:48:00 -
[387] - Quote
Elizabeth Norn wrote:I buy and sell itmems, mostly blueprints on contracts. It's a real mess. I don't think you can see research on the blueprints via the API though, huh? There are lots of people who buy and sell fitted ships via contracts so this could be of use to them too.
Problem with that is applying a price to contract items. Works great if it's just one item in the contract, but after that it's a mess to accurately put a price on everything. Contracts are also open to abuse (private, even alliance contracts could be abused to inflate profit totals). That was the reason why I didn't add it previously, and also the reason why I'm still skeptical of adding that function.
I'll add the code anyway though, see how it pans out and then decide later if it's a good idea to keep it.
I'll be moving houses over the next week as well, not sure when I'll get internet at the new place but I'll try to keep up with the forums. |

Pelagia
Stratton Oakmont Incorporated
0
|
Posted - 2014.07.16 09:20:00 -
[388] - Quote
Just a quick suggestion, wouldn't it be better to allow the 7-day trial to provide the same functionalities as an Elite subscription?
Whilst the standard package is highly useful, there are other services which offer the same functionalities, and more, than that particular subscription, and so it's hard to gauge whether or not the additional features an Elite package provides is worth it without being able to try it out. |

Kuri Kurvora
Black VooDoo Asassins The Kadeshi
3
|
Posted - 2014.07.19 21:54:00 -
[389] - Quote
Elite service bought.
Again, I must repeat myself: A damn nice job you did.
Do you plan to add a function to manually add stock and price of it? (So manufacturing tasks could be handled by this also) Looking for uncollateralized and collateralized loans. |

Wafflehead
Hurricane Research
99
|
Posted - 2014.07.19 23:00:00 -
[390] - Quote
There will be a problem when handling contracts
If the contract is one item then excellent, the price of the contract is the items buy cost. If the contract contains 5 items and costs 3.2B how much did item 2 cost?.
Sure you could work out the profit over the 5 items and apply it to the 'profit' but you wouldn't really know the true profit of each item. |
|

Abidal Trekt
Caldari Provisions Caldari State
37
|
Posted - 2014.07.21 03:55:00 -
[391] - Quote
My two isk on the contract stuff... keep it off of Eve Mogul! I am all for enabling users to have the functionality they need to calculate their profits, but there are too many complications with contracts that make them incompatible with what Eve Mogul accomplishes. Users should take some measure of responsibility for developing their own profit metrics and integrating them with the service that Eve Mogul provides. |

Wafflehead
Hurricane Research
100
|
Posted - 2014.07.21 08:25:00 -
[392] - Quote
Abidal Trekt wrote:My two isk on the contract stuff... keep it off of Eve Mogul! I am all for enabling users to have the functionality they need to calculate their profits, but there are too many complications with contracts that make them incompatible with what Eve Mogul accomplishes. Users should take some measure of responsibility for developing their own profit metrics and integrating them with the service that Eve Mogul provides.
Agreed or as me and Jeronica once discussed having a separate leader-board / stats for people that have contracts enabled.
Pure Trader = sell and buy orders All Round Trader = sell and buy orders + contracts
But I don't see the point honestly. |

Greedy Mutha
Hedion University Amarr Empire
0
|
Posted - 2014.07.22 00:25:00 -
[393] - Quote
not having api pulls and account valid, any ideas? |

General Blowjob
Pandora Developments Boese Onkels
0
|
Posted - 2014.07.22 09:52:00 -
[394] - Quote
i got the message that my api is flagged what that means? |

Kuri Kurvora
Deep Core Mining Inc. Caldari State
3
|
Posted - 2014.07.22 11:41:00 -
[395] - Quote
Just wait for a fix, with today's patch, API has changed ... Looking for uncollateralized and collateralized loans. |

CupCake Kittie
Big Pink Fluffly CupCakes
2
|
Posted - 2014.07.23 08:03:00 -
[396] - Quote
Still not working ?
|

Tweety Bird
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
143
|
Posted - 2014.07.23 11:13:00 -
[397] - Quote
Kuri Kurvora wrote:Just wait for a fix, with today's patch, API has changed ... APIs have been unflagged and everyone should be set. :ccp: Please report back if otherwise.
|

CupCake Kittie
Big Pink Fluffly CupCakes
2
|
Posted - 2014.07.23 17:08:00 -
[398] - Quote
Tweety Bird wrote:Kuri Kurvora wrote:Just wait for a fix, with today's patch, API has changed ... APIs have been unflagged and everyone should be set. :ccp: Please report back if otherwise.
my profits from today and yesterday dont seem to be showing altho any profits from yesterday could be due to the fact my sub run out. but i know i have made profits today but mogul says 0.
After paying to the corp for mogul do i need to update api or somthing ?.
|

Greedy Mutha
Hedion University Amarr Empire
0
|
Posted - 2014.07.23 23:07:00 -
[399] - Quote
I still have nothing and have active elite account. Still flagged. Everything showing as 0. |

Abidal Trekt
Caldari Provisions Caldari State
40
|
Posted - 2014.07.23 23:15:00 -
[400] - Quote
I redid my APIs (they were messy anyways), I'm getting pulls, but no profit data is generating from the orders. |
|

Tweety Bird
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
143
|
Posted - 2014.07.23 23:44:00 -
[401] - Quote
Looking into it. We haven't had much time to dig into what CCP changed that made everything go crazy. It may be a few days, but down time plus a few extra days will be extended on everyone's subscriptions. APIs should not be flagged, if yours is, recreate it with the correct access mask and no expiry. Once everything is restored everything will be backfilled, so don't worry about any profit tracking or stock information not being collected, CCP has a 30 day cache we pull from. |

Abidal Trekt
Caldari Provisions Caldari State
40
|
Posted - 2014.07.23 23:55:00 -
[402] - Quote
Tweety Bird wrote:what CCP changed that made everything go crazy
The answer is 9000. |

Kuri Kurvora
Interstellar Business Society
5
|
Posted - 2014.07.24 00:32:00 -
[403] - Quote
Abidal Trekt wrote:Tweety Bird wrote:what CCP changed that made everything go crazy The answer is 9000.
Nope, I know the universal answer is 42. Looking for uncollateralized and collateralized loans. |

MrCheesy
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
0
|
Posted - 2014.07.24 03:38:00 -
[404] - Quote
Hey guys, Jeronica here.
My main account is unsubbed, and I can't get online on my main computer to plex it right now.
I've looked into the issues, and it looks like the flagged APIs were just temporary while CCP was changing something on their end. Unflagging everyone seemed to work. my quick fix did unflag everyone though (unsub'd people as well, they just can't access their data). I'll get that fixed next week when I finally get internet at my new house.
With the profit data, it looked like the influx of unflagged APIs brought in an overwhelming amount of transactions (think 800 APIs x 1000 transactions). Site had to process what could be 800k extra transactions, which is probably overshooting quite a bit. It was probably closer to 250k. So, our old hardware could only process 1k transactions per cycle before it would run out of memory. When we moved to new hardware (4x the memory, more CPU, etc), I never changed the value of 1k because the site was running smoothly even then. I went ahead and changed the cycle amount to 7500, which still may be a bit modest (due to mysql able to cache more efficiently, and my own cache implementations. Needless to say, it can do 7500 in under 2 minutes quite easily (translates to about 90k transactions per hour). I went ahead and forced the script back to back a few times and we should be caught up now. If people could verify this, I'd greatly appreciate it.
I'll try to get on public wifi more often to check on things, all I've been able to do is talk to Tweety off my phone, and look at database tables on a 4inch cellphone screen.
I went ahead and gave everyone 3 days of subscription time to make up for the downtime/inconvenience.
To anyone who's eve-mailed me, I'm not ignoring you! I can't log in to check the inbox.
Cheers everyone, Jer |

MrCheesy
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
0
|
Posted - 2014.07.24 03:42:00 -
[405] - Quote
Pelagia wrote:Just a quick suggestion, wouldn't it be better to allow the 7-day trial to provide the same functionalities as an Elite subscription?
Whilst the standard package is highly useful, there are other services which offer the same functionalities, and more, than that particular subscription, and so it's hard to gauge whether or not the additional features an Elite package provides is worth it without being able to try it out.
In response to this, I have coded the implementations in my local version of the site. Once I get online Tuesday I'll push the code to production.
|

TheSmokingHertog
TALIBAN EXPRESS
242
|
Posted - 2014.07.26 05:27:00 -
[406] - Quote
PLS make a button in the menu of EVE mogul to this forum thread (idea!) |

Abidal Trekt
Caldari Provisions Caldari State
41
|
Posted - 2014.07.26 17:37:00 -
[407] - Quote
Something's definitely wrong, I'm not making very much isk these days because I'm too lazy to update my orders. Jeronica, fix it please :) |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
348
|
Posted - 2014.07.30 14:16:00 -
[408] - Quote
TheSmokingHertog wrote:PLS make a button in the menu of EVE mogul to this forum thread (idea!)
Done! :)
I've added the code to make new users (trial) with elite access.
Abidal Trekt wrote:Something's definitely wrong, I'm not making very much isk these days because I'm too lazy to update my orders. Jeronica, fix it please :)
I've told my people to get on it :P
Some other changes:
- Added customization to the reports. You can now allow access to certain pages on each report. I've also added a transaction API endpoint that gives you a way to pull your latest transactions if you require. More info can be seen here: https://www.eve-mogul.com/dev
- Removed the influx of unsub'd APIs. Site should be running a lot smoother now (shouldn't have seen any degradation anyway).
- Some of my cache management code has changed, and it will self garbage-collect. Some pages might take a few extra seconds to generate a new .css and .js asset, but will be extremely quick afterwards.
- I added volume to some graphs, may be useful. I'll change the y axis of the profit reports for volume at a later time.
There are some more minor changes I've done, that don't require a bullet point.
Any issues, just give me a poke. I'm resubbed in eve, so I'll be in the chat channel for the morning as well. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Abidal Trekt
Caldari Provisions Caldari State
42
|
Posted - 2014.07.30 17:05:00 -
[409] - Quote
Jeronica wrote: Added customization to the reports. You can now allow access to certain pages on each report. I've also added a transaction API endpoint that gives you a way to pull your latest transactions if you require. More info can be seen here: https://www.eve-mogul.com/dev
Awww hell |

okoolos rimmer
Napkin Nation
62
|
Posted - 2014.07.31 23:21:00 -
[410] - Quote
Ok a new user here. I love your webpage but I have few questions/suggestions:
1) When getting the notification "Order Completed. An order has been completed" could we possibly also see which order that is? Something like.. Order completed : Damage control II blah blah blah.
2) I'd love to have the owner of the order displayed on the order page. Maybe we could even be able to customize which columns we see and their order. Same goes for the transactions page.
3) How about an option to "dismiss" rows in the "completed orders". It's a bit of a hassle trying the figure out last "completed order" that I already took care of.
|
|

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
348
|
Posted - 2014.08.01 03:41:00 -
[411] - Quote
okoolos rimmer wrote:Ok a new user here. I love your webpage but I have few questions/suggestions:
1) When getting the notification "Order Completed. An order has been completed" could we possibly also see which order that is? Something like.. Order completed : Damage control II blah blah blah.
2) I'd love to have the owner of the order displayed on the order page. Maybe we could even be able to customize which columns we see and their order. Same goes for the transactions page.
3) How about an option to "dismiss" rows in the "completed orders". It's a bit of a hassle trying the figure out last "completed order" that I already took care of.
question: are the dates on the "orders" page the date the orders were created or last modified? edit: I figured that one out on my own. Still it would be neat to know when we last modified the order..
Some fantastic ideas, I'll sit down tomorrow and start working on the code. I can already visualize how I want to get some of this suggestions implemented. The thought of using the orders page as a "completed order checklist" never came to me, and I can see how it would be beneficial to a lot of people.
The other two suggestions should be easy as well, and should get it implemented by/during weekend. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Sh0plifter
Underworld Initiative
52
|
Posted - 2014.08.01 04:12:00 -
[412] - Quote
Started using it for a couple of my guys, this is a pretty nice website setup.
Even if it does fund PL. |

okoolos rimmer
Napkin Nation
62
|
Posted - 2014.08.01 05:29:00 -
[413] - Quote
Couple other things:
1) I wouldn't mind having is a bigger range of filters on the orders page. We only have "All" "Type" and "Station". I would add "owner", "quantity remaining" and "region". Quantity remaining could be a range say "<50".
2) Would it be possible to add multiple filters to order page so I can search for multiple criteria. Example: search for "damage control" AND region: "forge" AND quantity <10. Sort of like JeveAssets does it.
Thanks. |

Tweety Bird
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
144
|
Posted - 2014.08.01 21:34:00 -
[414] - Quote
okoolos rimmer wrote:Few other suggestions for the orders page: Excellent suggestions. This is perfect feedback. Thank you. |

okoolos rimmer
Napkin Nation
63
|
Posted - 2014.08.02 02:06:00 -
[415] - Quote
Here's another suggestion for a "premium feature":
1) I select a completed buy order (or maybe even one still in progress).
2) I get table/pie chart breakdown of stations where that order "went".
example: I select a completed order of bought 100 damage controls then I get a breakdown: 50 were sold to me in jita 4 4 25 in Perimeter 10 in uedama 5 in Jan ... ...
Similarly with buy orders.
This would allow one to see which stations are filling your orders in most quantity.
Thanks |

Abidal Trekt
Caldari Provisions Caldari State
43
|
Posted - 2014.08.02 02:47:00 -
[416] - Quote
okoolos rimmer wrote: 10 sold to alt 3 in uedama 5 sold to alt 4 in tama 2 sold to alt 1 in Ostingale 1 sold to alt 2 in Rancer
Oh cool more systems to set up shop. |

Vaako Omaristos
Alaitoc Private Trading Group
4
|
Posted - 2014.08.06 13:55:00 -
[417] - Quote
Is it possible to get an export feature for me to input the data into my excel spreadsheets?
I have also noticed that some character transactions are appearing in the corp transactions even though they are different. |

Sh0plifter
Underworld Initiative
52
|
Posted - 2014.08.06 15:59:00 -
[418] - Quote
Hrm, something I noticed:
I bought 87 of one ship, sold 70 so far. It is valuing on the (Elite) Custom that I have sold all 87 ships at the value of the highest value I sold the other 70 for. Was a 680k difference from high and low so really ignorable for the most part. Not sure if it calculates that into the daily/weekly profit or front page or not. I just noticed I made x-amount for 87 ships, when I still have not sold all 87. |

TheSmokingHertog
TALIBAN EXPRESS
243
|
Posted - 2014.08.06 18:43:00 -
[419] - Quote
okoolos rimmer wrote:Few other suggestions for the orders page:
1) Bigger range of search options. We only have "All" "Type" and "Station". I would love to have "owner", "quantity remaining" and "region" as well. Quantity remaining could be a range say "<50".
...
Thanks.
If you would make a filter range, I need filters for < 500k
So make the filter dynamic, thx.
|

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
349
|
Posted - 2014.08.11 02:10:00 -
[420] - Quote
1) Bigger range of search options. We only have "All" "Type" and "Station". I would love to have "owner", "quantity remaining" and "region" as well. Quantity remaining could be a range say "<50". Added this in 1.1.9. Have many filters added, I don't have the range filter in yet.
2) Multiple search boxes/filters so we can search for multiple criteria? Example: search for "buy order" AND name: "damage control" AND region: "forge" AND quantity:" <10" AND range: "2 jumps". Sort of like JeveAssets does asset filtering. This is already available. Just search for something, then for another thing. It'll filter the criteria as it's added. There is no "or" though, so you can search for "item is this OR this".
3) Column or something that indicates what range the buy order is (station, system, region etc). Maybe that would show up when you use the "buy orders" filter. Option to flter/sort buy orders by their range. Added that in.
4) After I look at my "completed orders" and take care of them I'd prefer the notifications for those orders to clear on their own. Slightly annoying to have to clear the notifications for the orders you already "completed" manually. Not a big deal but hey. I made it so when you look at the orders tab, it clears the orders notifications. If you'd like a more "interactive" experience (ie click on the order on the grid to mark it notified or something), I can add that in later on.
5) Some sort of cutomizable notifications when quantity remaining of an order falls below a certain level. Maybe in a form of a "watchlist" of orders that I want to be notified about when they're low. I magine that one could be difficult to implement. I added some experimental code. Activate the features in the preferences tab. Right now I'm doing a 25% threshold, but I'll customize that number once the feature is tested for functionality.
6) Timer for the next api pull. Might add this in at a later time. May put it in the individual character's tabs
7) An option to get email notification when order expires with an option to set a minimum threshold (ex: don't send an email until 10 orders expire). "Dismissing" a "complete order" should decrease that counter. Email notification should contain order info/owner etc. Still want to add this in. I'll put it in my issues list
8) "View Order Details" could maybe display more information when clicked: - Type of the order (buy or sell) and Range (if buy order). - owner/last modified/margin/volume. - Jita (or another chosen hub) sell/buy price for the item if available. Extra brownie points for an option to "compare" trade hub prices. - days remaining until it expires I've added majority of this. I'll need to add the days until order expires row as well.
As "premium" features go a pie chart/table indicating most active orders would be neat. Maybe with some sort of filter too. Another feature I'd like would be a table/pie chart showing which items have top margins (in the profit section). An option to export orders/completed orders/transactions to excel/google docs etc would be welcome as well (that alone would get me to upgrade my package). I'll add the margin report this week (I have the whole week off). It's something I've wanted to add for quite awhile, yet never got around to it. The csv export is also something I'll work on implementing. The idea of "most active orders" is also an intriguing idea I'll need to play around with.
I hope to have a lot of new features coming into the mix this week!
Thanks.
EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |
|

Alear Montazu
Montazu Mining Corp
0
|
Posted - 2014.08.12 11:14:00 -
[421] - Quote
One of the things I have trouble keeping track of is "what the hell price did I buy that thing for"? On the orders screen, it would be pleasant to have the purchase price(last or average, or weighted average of the past week), so I could stop myself from selling in the 6% profit range and move toward 20%.
Yeah, I'm a noob trader, considering this month I've only made 140M. I'm learning this stuff. |

Squizz Caphinator
Happy Endings
170
|
Posted - 2014.08.13 19:56:00 -
[422] - Quote
I can't be arsed to look through 20 pages to see if this has been asked already...
How do I add stock so that I can see profit on that stock? Let's say I obtained 5,000 knickknacks at a cost of 5m isk total through some means (trade window, contract, looted a wreck, etc.) and then sold that 5k knickknacks for 15m total. That's 10m profit (not counting taxes and fees), however, eve-mogul just shows 0% profit because there is no actual buy history transactions on the item.
I do have an elite account, and I can see where I can remove stock, but no place to add stock  Various projects I enjoy putting my free time into: http://zkillboard.com | http://evewho.com | http://eve-kill.net | http://evechatter.com | http://skillq.net |

Tweety Bird
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
144
|
Posted - 2014.08.14 02:32:00 -
[423] - Quote
Squizz Caphinator wrote:I can't be arsed to look through 20 pages to see if this has been asked already... How do I add stock so that I can see profit on that stock? Let's say I obtained 5,000 knickknacks at a cost of 5m isk total through some means (trade window, contract, looted a wreck, etc.) and then sold that 5k knickknacks for 15m total. That's 10m profit (not counting taxes and fees), however, eve-mogul just shows 0% profit because there is no actual buy history transactions on the item. I do have an elite account, and I can see where I can remove stock, but no place to add stock  Unfortunately, having the ability to directly add stock has potential for abuse. EVE-Mogul strives to provide a trustworthy data source, based off of CCP's API, that can be used to demonstrate profit margins to potential investors. This is a known feature request, and admittedly useful, but we have to provide it in the correct manner. |

Squizz Caphinator
Happy Endings
170
|
Posted - 2014.08.14 04:13:00 -
[424] - Quote
Tweety Bird wrote:Unfortunately, having the ability to directly add stock has potential for abuse. EVE-Mogul strives to provide a trustworthy data source, based off of CCP's API, that can be used to demonstrate profit margins to potential investors. This is a known feature request, and admittedly useful, but we have to provide it in the correct manner.
Is this to keep the leaderboards honest? What if I don't care about my standings? If you allow people to add stock and tell them that they will be exempt from leaderboards if they do, then I'm sure plenty of people would jump on that. Especially if you kept a isk total of stock manually added and profit margin on said stock.
Keep in mind, I could easily game your system (with slight risk) by having an alt put the stock on sale at some obscure station in a not so busy region with a crazy low price and then have my market trader immediately buy that stock at the extremely low price. This is just to tell EveMogul that I have said stock. Then I could move it to Jita to sell and appear to make an obscene amount of profit and top the leaderboards. Not that'd I'd do this, it isn't worth the effort to me - but it's a clear and easy method to step around your limitation of only using CCP's API. Various projects I enjoy putting my free time into: http://zkillboard.com | http://evewho.com | http://eve-kill.net | http://evechatter.com | http://skillq.net |

Tweety Bird
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
144
|
Posted - 2014.08.14 04:43:00 -
[425] - Quote
Squizz Caphinator wrote:Is this to keep the leaderboards honest? What if I don't care about my standings? If you allow people to add stock and tell them that they will be exempt from leaderboards if they do, then I'm sure plenty of people would jump on that. Especially if you kept a isk total of stock manually added and profit margin on said stock.
Keep in mind, I could easily game your system (with slight risk) by having an alt put the stock on sale at some obscure station in a not so busy region with a crazy low price and then have my market trader immediately buy that stock at the extremely low price. This is just to tell EveMogul that I have said stock. Then I could move it to Jita to sell and appear to make an obscene amount of profit and top the leaderboards. Not that'd I'd do this, it isn't worth the effort to me - but it's a clear and easy method to step around your limitation of only using CCP's API. The limitation is put in place for the Reporting Feature and adding stock may be an option in the future. Leaderboards aren't a primary focus, just a fun challenge. Workarounds of established rules are always a possibility with enough motivation, but allowing stocking modification requires no effort, and therefore is not an option at this time.
|

okoolos rimmer
Napkin Nation
68
|
Posted - 2014.08.17 12:22:00 -
[426] - Quote
Love the new additions. Quite a suprise coming back from vacation. Few things:
1) Cleared "completed order notification" when viewing completing orders. A more interactive way of doing that may be better: I looked at my completed orders without doing anything. When I logged to EVE a day later to actually update expired orders I forgot what they actually were and had to go looking at the completed orders and figure out which one was the last one I took care of. (Hard after a 2 week vacation).
2) Completed order notification should contain info whether order expired or was fulfilled.
3) Option to sort orders by expiry date.
4) An option to see more then 20 orders in a single page. Annoying to go through 380 of orders 20 at a time.
cheers. |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
350
|
Posted - 2014.08.17 21:06:00 -
[427] - Quote
okoolos rimmer wrote:Love the new additions. Quite a suprise coming back from vacation. Few things:
1) Cleared "completed order notification" when viewing completing orders. A more interactive way of doing that may be better: I looked at my completed orders without doing anything. When I logged to EVE a day later to actually update expired orders I forgot what they actually were and had to go looking at the completed orders and figure out which one was the last one I took care of. (Hard after a 2 week vacation).
2) Completed order notification should contain info whether order expired or was fulfilled.
3) Option to sort orders by expiry date.
4) An option to see more then 20 orders in a single page. Annoying to go through 380 of orders 20 at a time.
cheers.
1) Added a new system, will remove the auto-clearing of notifications after this is tested and well liked. There's a new button to "archive" an order, removing it from the current display and also setting a different row style to it when displayed. You can filter the archived orders out via the filters dropdown to make things easier.
2) I added the more verbose notification. If someone can verify it's working that would be great. I don't do enough volume trading to reliably test that notification.
3) Added in, filter between issued/expiration date on filters dropdown. I added a toggle because the table would start to become too wide.
4) Changed the default to 50. I may add a custom preference for users for this later on, should be easy to customize. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

okoolos rimmer
Napkin Nation
69
|
Posted - 2014.08.20 15:36:00 -
[428] - Quote
few issues/suggestions for the orders page:
1) Sort by "remaining".
2) Indicator of which filter is selected.
3) Option for a more user friendly format of "expires" date. Instead of "2014/11/12" maybe " 5d 8h 10m". Similarly on the order details tab instead of saying order issued on 2014/06/06 we could also have something like "order issued 23 days ago 5h 6 min ago". Looking it up on the calendar gets tedious. Another solution would be to hover over the date and get "5d 8h 10m" that way.
4) Some sort of a way to search for orders expiring at a certain frame of time. So if for example I'm going away for the weekend and I want to know which orders expire then. Perhaps the calendar date filters we already have could be used?
5) "number of orders displayed" info on top?
6) page/tab/pop up or whatever with a short summary of how many orders each alt has at a glance. Ex: alt 1: 100 buy 50 sell alt 2: 50 buy alt 3: 24 sell.
7) On the order details page when you click order transactions and "tasks" you get item description. Not sure what "task" is supposed to be and getting item info on that is a bit confusing. I would propose that "task" could be changed to "hub price" and it would get item price from a trade hub.
8) option to save filter/search criteria currently selected for quick access. |

Aldur Saken
Prometheus Trading Holdings
0
|
Posted - 2014.08.21 10:31:00 -
[429] - Quote
Any chance you can add Archive transactions so that my profits look right |

Batya Savage
Raion Investment
0
|
Posted - 2014.08.24 08:58:00 -
[430] - Quote
Thanks for the great tool!
I would also like to see a feature that makes possible to add transactions manually. For example if I buy stuff via contracts it would help a lot if that cost could be manually added to the EVE-Mogul. |
|

Malkys en Daire
Malkys INC. Yulai Federation
1
|
Posted - 2014.08.28 13:09:00 -
[431] - Quote
Testing it atm. It's overall a very nice tool.
Two things: My orders don't update, although in API setup I can see that API was pulled multiple times since changing them. To correct my stocks, I canceled a lot of orders and corrected the stocks. Is there a known issue?
+1 for manual change of stocks. For me that is an very important tool, which would saved me hours of work, because when you have a pretty busy trader toon or some more that you migrate to your tool, the stocks will be wrong most of the time because of buy transactions older then one month etc. Also there are several reasons why you will not have a proper buy transaction for stock: contracts and trades from other toons, hangar cleanouts etc.
Keep up the good work! When that order issue can be cleared, I will use this tool in the future.
edit one more thing about stocks:
Would be very handy to access the stocks directly, not only for items from orders or transactions, to keep stocks clean! |

Panteraa
Bermuda Tax Haven
0
|
Posted - 2014.09.21 04:30:00 -
[432] - Quote
I have an elite account. Why do I have to wait 8+ hours for my transactions to update? It is currently 04:30 eve time, and the last item listed in my transaction log is at 20:08 eve time, with dozens of transactions since then.
What gives? |

Tweety Bird
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
145
|
Posted - 2014.09.25 21:27:00 -
[433] - Quote
No. |

Patty Loveless
Minute to Midnight
3
|
Posted - 2014.09.26 16:58:00 -
[434] - Quote
First off, nice tool. Thanks for your time on this.
I have have to agree with pushing for wanting to manually edit stocks (or setting a base-cost if unknown). Understanding the want to limit 'abuse' of this to essentially cook your books, what about simply having a warning on the (public) reports with something like 'Manual Stock Adjustment: +198,223,445.82 ISK' ? I too have stocks that are well over a month old (some are over two years old tbh) I know what my cost was/is on them and like to be able to see those profits included. Please correct me if I'm wrong, but when a price is unknown the profit is 0%, which KILLS the report anyways since I know, for instance, my averaged profit is well above 28% on my goods atm, yet eve-mogul reports 9-10%. Ironically maybe, this issue hurts new users of the platform the most, leading to many who don't investigate to think that eve-mogul is just inaccurate/misleading, trumping your try to make it trusted in the first place.
|

Rumbaldi
Reasonable People Of Sound Mind
3
|
Posted - 2014.09.27 16:41:00 -
[435] - Quote
Will this application simply track the P&L of stuff that I have in a similar way to the old EvE HQ Prism Expenditure and income feature? |

Jeronica
Nex Exercitus Northern Coalition.
351
|
Posted - 2014.10.02 01:23:00 -
[436] - Quote
Rumbaldi wrote:Will this application simply track the P&L of stuff that I have in a similar way to the old EvE HQ Prism Expenditure and income feature?
Not following the questions you're asking, if you're asking if it looks at your expenses and intake and just finds the difference, the answer is no. It tracks buy transactions, stores it as stock, and when you sell an item it uses your recorded stock price.
Quote:I have an elite account. Why do I have to wait 8+ hours for my transactions to update? It is currently 04:30 eve time, and the last item listed in my transaction log is at 20:08 eve time, with dozens of transactions since then.
Please, if you could evemail me your account name I'll have a look.
As far as adding/editing stock, there's enough people wanting it I'll get it added in ASAP. ASAP meaning in probably 2 weeks once I get my other coworker started and my responsibilities have been reduced. With that change, I'll adjust the stock system quite a bit so it's easier for both you and the system to work with. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Koniforous
Tauren Transit
172
|
Posted - 2014.10.04 17:23:00 -
[437] - Quote
Hi Jeronica, on the 26th I paid for 3 months and on the 30th my character API was flagged and I have not been showing any transactions history =( TAUTX: Private Bank and Lending TAUTX: Collateral Liquidation / Discount Items |

Kudos12345
Republic University Minmatar Republic
29
|
Posted - 2014.10.04 20:09:00 -
[438] - Quote
Jeronica wrote:Rumbaldi wrote:Will this application simply track the P&L of stuff that I have in a similar way to the old EvE HQ Prism Expenditure and income feature? Not following the questions you're asking, if you're asking if it looks at your expenses and intake and just finds the difference, the answer is no. It tracks buy transactions, stores it as stock, and when you sell an item it uses your recorded stock price.
So to clarify and there are other people who are unaware how eve-mogul tracks profit is,it stores the original price of the bought item aka "stock" and when the said item is sold at the current market price it calculates the profit (or lack off) which it than adds up giving you the profit value. I hope this is correct, I personally calculate my profit via asset appreciation, my buy orders plus my sell orders plus my liquid isk and if any, stockpiles in my hangar, all at as near to the current market price as practical. Now I can see how this way would be prone to abuse for a public profit web board, as I could value that single piece of trit at a billion isk (although for private use, cheating like this would defeat the purpose of why people fake profits). So an accurate formula as to how eve-mogul calculates profit would be helpful. |

Jeronica
Nex Exercitus Northern Coalition.
351
|
Posted - 2014.10.05 16:32:00 -
[439] - Quote
Kudos12345 wrote:Jeronica wrote:Rumbaldi wrote:Will this application simply track the P&L of stuff that I have in a similar way to the old EvE HQ Prism Expenditure and income feature? Not following the questions you're asking, if you're asking if it looks at your expenses and intake and just finds the difference, the answer is no. It tracks buy transactions, stores it as stock, and when you sell an item it uses your recorded stock price. So to clarify and there are other people who are unaware how eve-mogul tracks profit is,it stores the original price of the bought item aka "stock" and when the said item is sold at the current market price it calculates the profit (or lack off) which it than adds up giving you the profit value. I hope this is correct, I personally calculate my profit via asset appreciation, my buy orders plus my sell orders plus my liquid isk and if any, stockpiles in my hangar, all at as near to the current market price as practical. Now I can see how this way would be prone to abuse for a public profit web board, as I could value that single piece of trit at a billion isk (although for private use, cheating like this would defeat the purpose of why people fake profits). So an accurate formula as to how eve-mogul calculates profit would be helpful.
The formula? ((sell price - buy price) * quantity) - taxes = profit
It seems like CCPs API servers were down for a few hours one day, and everyone's character was flagged. I'll run some code to reactivate everyone's character. EVE-Mogul: https://www.eve-mogul.com CEO/Programmer Trade Profit Tracking Service |

Sasall
Royal Amarr Institute Amarr Empire
0
|
Posted - 2014.10.09 18:40:00 -
[440] - Quote
API Pulls are rly rarely
Last API Pull: 2014-10-09 14:41:23
over 4h and still no new pull ... |
|

Sarah McKnobbo
McKnobbo Universal Traders
166
|
Posted - 2014.10.12 19:16:00 -
[441] - Quote
Am I missing something when looking at the profit graph because my wallet/assets don't tally with the readout? According to them I should be far richer than I am lol.
But still, great work. Very slick and concise for what it needs to do. |

Sarah McKnobbo
McKnobbo Universal Traders
166
|
Posted - 2014.10.12 19:16:28 -
[442] - Quote
Am I missing something when looking at the profit graph because my wallet/assets don't tally with the readout? According to them I should be far richer than I am lol.
But still, great work. Very slick and concise for what it needs to do. |

Mahuran
Disb4nd
0
|
Posted - 2014.10.19 16:28:00 -
[443] - Quote
API Pulls not working anymore? My last one was around 1:30 AM... |

Mahuran
Disb4nd
0
|
Posted - 2014.10.19 16:28:49 -
[444] - Quote
API Pulls not working anymore? My last one was around 1:30 AM... |

B1RD
Oracons Systems Inc
0
|
Posted - 2014.10.20 17:12:00 -
[445] - Quote
i have only had 1 API pull so far today. is something broke?
|

B1RD
Oracons Systems Inc
0
|
Posted - 2014.10.20 17:12:10 -
[446] - Quote
i have only had 1 API pull so far today. is something broke?
|

Betty Business
Perkone Caldari State
0
|
Posted - 2014.11.02 15:50:37 -
[447] - Quote
New user here. The tool looks decent, and I am giving elite a try for a month. Was curious about a few things. Where can I find how much I have lost/spent on Broker Fees and Taxes? I used to use EVE-Neat and it had a monthly chronological overview of my dealings, is there something similar on EVE-Mogul? Maybe I don't have enough data logged with the service yet?
Here is a screenshot of what I'm talking about on EVE-Neat: https://www.dropbox.com/s/499e71ba40oc5zk/Screenshot%202014-10-31%2020.47.01.png?dl=0 |

Mahuran
Disb4nd
0
|
Posted - 2014.11.03 10:51:11 -
[448] - Quote
If I add several APIs from different Chars/Accs, does it all sum up in the profit chart? So if I buy with 1 char from Amarr and then sell it on another char in jita, I will get the profit calculated? |

TheSmokingHertog
TALIBAN EXPRESS
256
|
Posted - 2014.11.03 18:11:35 -
[449] - Quote
Mahuran wrote:If I add several APIs from different Chars/Accs, does it all sum up in the profit chart? So if I buy with 1 char from Amarr and then sell it on another char in jita, I will get the profit calculated?
I think so, seems to do it for me. |

StabHore
Minute to Midnight
0
|
Posted - 2014.11.04 21:26:23 -
[450] - Quote
Don't get me wrong, the tool is nice, but it is very misleading for anyone doing anything more than station trading. For instance, I also supplement my marketeering with both invention/t2 production and buying bpcs/materials and building items for a profit. Also, if you buy stuff through contracts and then sell, there is 0% profit. It would be nice to be able to capture the profits from these types of activities as well. (Setting a base cost on an item for instance)
If you don't have the buy data on an item, okay, but that should mean it gets locked to 0% profit, it should just simply not be included in the profit calculations at all, including being a 0% profit transaction that brings down your average. |
|

Jeronica
Nex Exercitus Northern Coalition.
352
|
Posted - 2014.11.05 16:13:42 -
[451] - Quote
Betty Business wrote:New user here. The tool looks decent, and I am giving elite a try for a month. Was curious about a few things. Where can I find how much I have lost/spent on Broker Fees and Taxes? I used to use EVE-Neat and it had a monthly chronological overview of my dealings, is there something similar on EVE-Mogul? Maybe I don't have enough data logged with the service yet? Here is a screenshot of what I'm talking about on EVE-Neat: https://www.dropbox.com/s/499e71ba40oc5zk/Screenshot%202014-10-31%2020.47.01.png?dl=0
I can add that graph somewhere, I'll get back into coding once I stop working 80 hour weeks :).
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Ssabat Thraxx
Dominion Tenebrarum Reverberation Project
972
|
Posted - 2014.11.21 20:41:57 -
[452] - Quote
Jeronica. thanks for a really really awesome tool!
Im still learning how to use it to my best potential, one thing Im not understanding is why certain transactions which are profitable show as 0 profit or sometimes even a loss, a-la:
http://prntscr.com/58q1gk
Note that 1 toon buys in 1 hub and the other toon sells in a different hub. Does that matter?
\m/ O.o \m/
"You're a freak ..." - Solecist Project
|

Cris Bourne
The Scope Gallente Federation
0
|
Posted - 2014.11.22 09:34:37 -
[453] - Quote
Hi! Can anybody help me make eve-mogul work please! My account is active, it says that my API is in good standing but my profile overview doesn't work. Everything is at 0 isk. My transactions and orders don't show either. I read a lot of good things about "Eve Mogul" but I can't make it work. Can you help me please? Thanks |

TheSmokingHertog
TALIBAN EXPRESS
261
|
Posted - 2014.11.22 20:48:42 -
[454] - Quote
Cris Bourne wrote:Hi! Can anybody help me make eve-mogul work please! My account is active, it says that my API is in good standing but my profile overview doesn't work. Everything is at 0 isk. My transactions and orders don't show either. I read a lot of good things about "Eve Mogul" but I can't make it work. Can you help me please? Thanks
Let it run for a bit, your 'stock' (bougth items) will have to catch up on your sells, if your sell cycle is like a week or a month, take that time to let Mogul get things sorted and then look @ the stats. |

Cris Bourne
The Scope Gallente Federation
0
|
Posted - 2014.11.22 22:04:28 -
[455] - Quote
TheSmokingHertog wrote:Cris Bourne wrote:Hi! Can anybody help me make eve-mogul work please! My account is active, it says that my API is in good standing but my profile overview doesn't work. Everything is at 0 isk. My transactions and orders don't show either. I read a lot of good things about "Eve Mogul" but I can't make it work. Can you help me please? Thanks Let it run for a bit, your 'stock' (bougth items) will have to catch up on your sells, if your sell cycle is like a week or a month, take that time to let Mogul get things sorted and then look @ the stats.
K. Thanks! |

okoolos rimmer
Napkin Nation
83
|
Posted - 2014.11.23 02:20:00 -
[456] - Quote
Mogul doesn't seem to be pulling my market orders. I.e when I go to "orders" tab It doesn't display any orders. Resetting filters doesn't work. |

Tralminia
All Good CO2 Inc.
1
|
Posted - 2014.11.24 01:14:16 -
[457] - Quote
Heya!
I just returned to Eve-Mogul after trying out the 1 month free test in the begining of the year
Problem is, my item stocks are all messed up, cause it stil seems to think I have all those "old" items/orders.
Any quick way I can get rid from all those old values and get a clean reset? Because without this reset it's gonna be some time before it can provide acurate data...
Also, I'm using the Standard Subscription. In order to upgrade to Premium or Elite, do I just need to send out the isk diference, or I need to wait this subscription to end and then start a new one?..
Many thks!
|

Koniforous
Tauren Transit
177
|
Posted - 2014.11.24 05:34:06 -
[458] - Quote
Anyone else having trouble connecting to the website?
TAUTX: Private Bank and Lending
TAUTX: Collateral Liquidation / Discount Items
|

okoolos rimmer
Napkin Nation
83
|
Posted - 2014.11.24 07:59:39 -
[459] - Quote
Same. Website seems to be down. |

JohnathanGalt
Imperial Academy Amarr Empire
61
|
Posted - 2014.11.24 13:20:34 -
[460] - Quote
I have not been able to connect since early yesterday, Just plopped 100m isk in for another couple of months, of course. |
|

Jeronica
Tackled In Belt Psychotic Tendencies.
353
|
Posted - 2014.11.24 15:52:26 -
[461] - Quote
Looking into it!
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

okoolos rimmer
Napkin Nation
83
|
Posted - 2014.11.24 18:44:15 -
[462] - Quote
Site is back up but the orders page problem persists. (look at my comment above) |

JohnathanGalt
Imperial Academy Amarr Empire
61
|
Posted - 2014.11.24 21:33:28 -
[463] - Quote
Still down for me :( |

Esharan
Brave Newbies Inc. Brave Collective
118
|
Posted - 2014.11.25 19:36:48 -
[464] - Quote
lol 50 mil a month.
see ya! |

Jeronica
Tackled In Belt Psychotic Tendencies.
353
|
Posted - 2014.11.25 23:09:13 -
[465] - Quote
JohnathanGalt wrote:Still down for me :(
Hopefully DNS propogates soon enough. Should be 24h by now, is it still down for you?
I'll have a look at the orders page as well rimmer.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

JohnathanGalt
Imperial Academy Amarr Empire
61
|
Posted - 2014.11.26 17:42:21 -
[466] - Quote
I am back up, thanks! |

JohnathanGalt
Imperial Academy Amarr Empire
61
|
Posted - 2014.11.26 17:45:16 -
[467] - Quote
Esharan wrote:lol 50 mil a month.
see ya!
Actually , it is quite the deal. Market trading is at about 2B a month for me, and I am BARELY trying. The visibility you get with this program is awesome, and they have always responded promptly when any problems crop up. |

Jeronica
Tackled In Belt Psychotic Tendencies.
353
|
Posted - 2014.11.28 01:00:56 -
[468] - Quote
So, I've been working on the website a bit these two days while off on holiday. I've been wanting to move to Google's new Material Design concept, and have been at work putting it together.
Some screenshots of some of the common pages you'll see.
Overview Page: http://tackledinbelt.com/img/jer_BHHOqllK.png
Profit Graphs: http://tackledinbelt.com/img/jer_lZ0gLSkA.png
Top Items Page: http://tackledinbelt.com/img/jer_y8BzGdOT.png
Transactions Page: http://tackledinbelt.com/img/jer_x6AmiuEz.png
Orders Page: http://tackledinbelt.com/img/jer_vENMTNU9.png
Notifications Page w/ new completed order: http://tackledinbelt.com/img/jer_YtYmAt8K.png
Market History Page: http://tackledinbelt.com/img/jer_ZjN08YIb.png
Station Overview per Item: http://tackledinbelt.com/img/jer_DpREuI5h.png
Removing stock: http://tackledinbelt.com/img/jer_09Pj3891.png
Order Details (transactions): http://tackledinbelt.com/img/jer_Fj6oCLXK.png
Optimized for mobile as well: http://tackledinbelt.com/img/jer_pMSlYF4X.png
There's still a lot of kinks I need to work out, including some left over from the previous revision. Just looking at some feedback from you guys!
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

okoolos rimmer
Napkin Nation
83
|
Posted - 2014.11.28 01:43:38 -
[469] - Quote
Thanks for fixing my orders page problem. |

okoolos rimmer
Napkin Nation
83
|
Posted - 2014.11.28 10:54:24 -
[470] - Quote
suggestions based on those screenshots
user notifications page:
selectable date format. something in the spirit of "order completed 1 day 5h 10s ago" owner station and order type right in the header so we can see what's complete at a glance.
item profits: margin % for the item
|
|

Jeronica
Tackled In Belt Psychotic Tendencies.
353
|
Posted - 2014.11.30 01:54:39 -
[471] - Quote
okoolos rimmer wrote:suggestions based on those screenshots
Orders Page:
1) Show the owner of the order? Maybe profit/ profit margin so you can tell at a glance what profit each order brings? 2) Ability to add orders to a "watchlist" of some kind? Say if you have 2 or 3 separate watchlists that you can pull up quickly? For example I'd make a "T1 frigate" watchlist so I can check up on relevant orders quickly. 3) ability to blacklist an item from profit considerations. Say I "blacklist" plex or ammo and then any order matching that gets disregarded from profit calculations. 4) when looking at completed/archived orders a different date format would be nice. Something along the lines of "completed 2 days 7 hours 56 minutes ago". 5) Short summary: "100 buy orders 25 sell orders , 10B in buy orders 25B in sell orders 5B in escrow 1B in wallet." You get the idea.
User notifications page:
1) selectable date format. something in the spirit of "order completed 1 day 5h 10s ago" 2) owner, station and order type right in the header would be nice too
item profits: 1) margin % for the item
Station Overview per Item: 1) Show current hub buy and sell price please. Name of the hub as well. Maybe even a link to crest/eve central...
Extra section I'd love to see - "Region Overview per Item" 1) In case of a region or ranged buy order a pie chart breakdown as to which stations filled that order. 2) Ability to select a region and get a breakdown of most profitable items 3) Pie chart showing top stations as buy orders go in the selected region. (sorted by value/volume etc) example: 300 mil worth of stuff bought in jita 250 mil bought in hek etc
Great ideas here! I'll work on getting them implemented over the coming weeks!
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

okoolos rimmer
Napkin Nation
83
|
Posted - 2014.11.30 03:40:21 -
[472] - Quote
1) On the notification page (fulfilled order view details) it tells you the item + range + owner + price. It should also have quantity location and price. ex: jita gecko 25 mil. Similarly when I click order info on the orders page (in the green section). I know it's in the header but it's annoying to go back to see what I'm selling/buying it for.
Orders page:
1) Archive all completed orders not working?
2) checkboxes of some kind in case I want to dismiss bunch of completed orders but I don't want to dismiss them all. Sometimes there are too many to do one by one.
3) Instead of having that tiny blue box to get order details how about you make th whole row or at least the name "clickable"? looking for it on the screen gets old tbh. Or make that box bigger. On the order info page Date format should be changed to issued: "5 days ago" "expires: 45 days". Should tell you total of the order how many sold and how many remaining.
4) Ability to see a custom number of orders per page. Maybe a dropdown menu?
ps. My wife loves the pink. Me not so much. |

JohnathanGalt
Imperial Academy Amarr Empire
61
|
Posted - 2014.12.03 13:40:39 -
[473] - Quote
Please please please please, let me sort tings by the column headers.... As in, if I want to sort my open orders my item name, that would be great. Also, in that orders area, you should add a column for percentage remaining and allow a sort based on that. It would really help me know what to restock. |

okoolos rimmer
Napkin Nation
83
|
Posted - 2014.12.03 20:56:54 -
[474] - Quote
You can sort by headers in the new order UI. % of remaining idea is pretty good though.
Bug: if I search for an item in "orders" the same order is repeated over and over again... example: http://imgur.com/zUt4Qgu |

Scimp
School of Applied Knowledge Caldari State
0
|
Posted - 2014.12.03 23:31:14 -
[475] - Quote
answered my own question |

Herdo Armas
Deep Core Mining Inc. Caldari State
0
|
Posted - 2014.12.04 10:03:18 -
[476] - Quote
Loving this product so far. I have run into a couple problems however.
When viewing a specific item, I am getting several problems.
http://i.imgur.com/lTpbCDS.png
As you can see, all the text is jumbled on the right.
I also noticed on that same page that all my transactions are showing "0" for profits, and the "%" column is blank.
http://i.imgur.com/BVnrAGm.png |

okoolos rimmer
Napkin Nation
83
|
Posted - 2014.12.04 16:10:14 -
[477] - Quote
Just tried it on firefox and other then few visual bugs it seemd to work fine
The % in transactions seems to be working as well.
http://i.imgur.com/CkEpSTO.jpg |

Herdo Armas
Deep Core Mining Inc. Caldari State
0
|
Posted - 2014.12.04 18:35:49 -
[478] - Quote
Thanks for confirming that for me. I will just use Chrome for now.
The transactions section works for me as well. It's when you go to a specific item and click "transactions" that doesn't seem to be working.
For instance:
http://i.imgur.com/CkAgxH4.png
http://i.imgur.com/lW92CE8.png
It's like that on both Firefox and Chrome.
Thanks again.
|

Jeronica
Tackled In Belt Psychotic Tendencies.
353
|
Posted - 2014.12.05 04:42:45 -
[479] - Quote
I'll have a look and see if I can get some cross browser integration working. I switched template frameworks, to a more experimental new version. I kind of figured they would have tested their core functions on multiple browsers and published it, guess not.
Next week I'll have some free time again (back to 12-14 hour days of managing an entire kitchen crew), and get some of these revisions made.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Seppo Koski
0
|
Posted - 2014.12.05 04:50:53 -
[480] - Quote
With transactions the old way was better, different colors for profit (green) and loss (yellow) was very informative. |
|

okoolos rimmer
Napkin Nation
84
|
Posted - 2014.12.07 16:44:54 -
[481] - Quote
For some reason when I try to filter orders from specific station it doesn't work:
http://i.imgur.com/b1EXdEF.jpg
Same situation with any other location.
It also tells me I have 5000 orders no matter what filter I use even though I have nowhere near that number of orders.
http://i.imgur.com/VxDoZXi.jpg |

Ketir Kopor
Black crown federation
0
|
Posted - 2014.12.09 08:44:57 -
[482] - Quote
Greetings!
I have problem with my API key. I have 3 of them attached to my account, and one of them (which belongs to this character) hasn't been refreshed now for 24 hours. I also can't remove the API (got a messeage: unauthorized). The other two pulls just fine. |

Avarus Maximus
Science and Trade Institute Caldari State
0
|
Posted - 2014.12.09 13:15:36 -
[483] - Quote
Hi im liking this tool very much, but i have a question about it.
can eve-mogul sugest a new competitive price and copy it to clipboard when one of my orders have been out-bid?
other tools can do that and i was wondering if this option exists in eve-mogul.
 |

Jeronica
Tackled In Belt Psychotic Tendencies.
356
|
Posted - 2014.12.09 22:40:01 -
[484] - Quote
Avarus Maximus wrote:Hi im liking this tool very much, but i have a question about it. can eve-mogul sugest a new competitive price and copy it to clipboard when one of my orders have been out-bid? other tools can do that and i was wondering if this option exists in eve-mogul. 
That's a great idea! I'll research ways to add a way to be as up-to-date as possible. Might suggest a price that's already an hour old due to delayed market data.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Abidal Trekt
Caldari Provisions Caldari State
48
|
Posted - 2014.12.13 20:36:01 -
[485] - Quote
Hey, quick question.
I got pretty lazy these last few months and some orders expired. I reposted them, but the profit does not seem to calculate when they sell. Does your code have a way of dealing with expired orders? |

Himley
Center for Advanced Studies Gallente Federation
0
|
Posted - 2014.12.14 15:34:20 -
[486] - Quote
Last API pull 10~ hours ago 
Problem for me or server is upset? |

Dysheki
Brave Newbies Inc. Brave Collective
0
|
Posted - 2014.12.14 15:34:21 -
[487] - Quote
Not sure if anyone else is experiencing this but my API keys haven't been pulled since 06:00 eve time. I checked they're all still active and not expired.
Haven't had this happen before. Anyone else?
EDIT: wizard^^^^ within a second of each other haha.
Seems it's not just me then. Hopefully it's fixed soon! |

Jeronica
Tackled In Belt Psychotic Tendencies.
356
|
Posted - 2014.12.14 16:16:54 -
[488] - Quote
Cron service halted for some reason. I'll investigate and see what the issue is. I want to implement worker queues anyway, might be a good time to do so!
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

okoolos rimmer
Napkin Nation
84
|
Posted - 2014.12.14 16:35:53 -
[489] - Quote
In station report we have this :
Volume: 16734834
where volume is just a string of numbers.
Can you change volume to be a bit more easy to read? example: "1,673,452 m3"
Notifications: 1) can we have some sort of visible divider between fulfilled/expired orders from different api pulls. 2) Option to sort by most recent/oldest 3) change the wording from "in 3 hours" to "3 hours ago" 4) make it clear in the header what station/owner/buy/sell (some of this is not clear even if you go to details) 5) Info whether the order was expired/fulfilled/cancelled?
ps. great work
cheers |

Seppo Koski
0
|
Posted - 2014.12.15 18:44:02 -
[490] - Quote
Please, bring back the old theme as an option. New theme is just dreadful. |
|

Herdo Armas
Deep Core Mining Inc. Caldari State
0
|
Posted - 2014.12.15 21:40:19 -
[491] - Quote
Hey I know you get a ton of suggestions all the time but I've got one that I think could be a very simple addition.
Add a filter in "Custom Top Profit" for stations.
One of the best features of eve-mogul is the ability to combine all of your trade alts. I use the top profit to determine which items I should continue to trade in, etc. But because I have multiple trade alts at multiple stations, I need to be able to see top profit items by station.
Adding a filter for stations, similar to the filter by date option would make a world of difference.
Love the product, keep up the great work! |

Koniforous
Tauren Transit
180
|
Posted - 2014.12.19 17:34:28 -
[492] - Quote
I have an ongoing problem. I placed a bulk buy order and am now reselling it through a bulk sell order. When an item is sold it reports a loss, a very large loss, and this is incorrect. The reported loss is not just the negative of the actual gain, but just wildly inaccurate too. The report appears to be using a previous buy orders price but all of that stock was already sold.
TAUTX: Private Bank and Lending
TAUTX: Collateral Liquidation / Discount Items
|

Tweety Bird
Tackled In Belt Psychotic Tendencies.
149
|
Posted - 2014.12.20 02:00:17 -
[493] - Quote
We've noticed quite a few people inputting incorrect descriptions during the process of subscribing. The site is not able to correctly pull your payment and activate your subscription if the payment description isn't accurate. Ensure that your description does not have a tailing period/full stop . . If you have paid and your subscription has not activated, please send Jeronica/Tweety Bird your username.
Example:
fHKerbBJZ.
---Note the extra period. |

Kristen Snowfall
Six Feet Under.
0
|
Posted - 2014.12.20 08:22:56 -
[494] - Quote
I made a payment the other day for Elite .. and it doesn't seem like the payment was processed. I may have put a "." at the end of the reason code when i wasn't supposed to. |

Herdo Armas
Deep Core Mining Inc. Caldari State
0
|
Posted - 2014.12.21 07:45:09 -
[495] - Quote
Also just another quick suggestion. Total bought, sold and total traded daily, weekly, etc rather than just profits. The data is obviously there so I can't imagine this would be very difficult to add.
Thanks again for such a great product! |

okoolos rimmer
Napkin Nation
84
|
Posted - 2014.12.21 16:33:56 -
[496] - Quote
export in notifications seems to be broken:
"Error in exception handler: The stream or file "/var/www/emogul7/app/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied in /var/www/emogul7/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:80"
Can we get a similar export feature in orders? |

Akhwah
Sebiestor Tribe Minmatar Republic
2
|
Posted - 2014.12.24 11:28:33 -
[497] - Quote
does t his track station taxes? |

Koniforous
Tauren Transit
181
|
Posted - 2014.12.24 13:39:00 -
[498] - Quote
Anyone figure out what's been going on with my reports, yet?
TAUTX: Private Bank and Lending
TAUTX: Collateral Liquidation / Discount Items
|

Torn Aele
Republic University Minmatar Republic
0
|
Posted - 2014.12.25 19:23:52 -
[499] - Quote
Just found your tool looks very good. I have added 2 toons to my account and looking at the profit page it's not very accurate. Does the program track items that i buy on 1 toon and contract the other another to sell? or just items bought and sold on the same toon? |

Jeronica
Tackled In Belt Psychotic Tendencies.
359
|
Posted - 2014.12.25 21:54:09 -
[500] - Quote
Torn Aele wrote:Just found your tool looks very good. I have added 2 toons to my account and looking at the profit page it's not very accurate. Does the program track items that i buy on 1 toon and contract the other another to sell? or just items bought and sold on the same toon?
Also comparing a few things
Item Profit Volume xxxxx89,025,786.27 4.00
2014.12.14 15:21xxxxx786,100,000.00 ISK1786,100,000.00 ISKISK 2014.12.10 20:08xxxxx705,974,216.17 ISK1-705,974,216.17 ISKISK 2014.12.05 23:04xxxxx794,999,991.63 ISK1794,999,991.63 ISKISK 2014.12.05 10:19xxxxx705,974,205.36 ISK1-705,974,205.36 ISKISK
Journal shows ~170m profit not including taxes but mogul shows 89m what am i missing?
Yes, it should be ~160-170 mil, the 89mil must be a cached value but shouldn't be that old. Where are you seeing this? The item details page?
I can see the sale transaction for 74230033.83 in profit, it calculated correctly.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|
|

TheSmokingHertog
TALIBAN EXPRESS
275
|
Posted - 2014.12.25 22:16:40 -
[501] - Quote
Would it be possible to have a "standard cost" attached to my product sales that have no cache due them being delivered by contract? I would not mind that they don't show up in the Leaderboards, but my investors would like to see them for sure. |

Torn Aele
Republic University Minmatar Republic
0
|
Posted - 2014.12.25 23:01:26 -
[502] - Quote
Jeronica wrote:Torn Aele wrote:Just found your tool looks very good. I have added 2 toons to my account and looking at the profit page it's not very accurate. Does the program track items that i buy on 1 toon and contract the other another to sell? or just items bought and sold on the same toon?
Also comparing a few things
Item Profit Volume xxxxx89,025,786.27 4.00
2014.12.14 15:21xxxxx786,100,000.00 ISK1786,100,000.00 ISKISK 2014.12.10 20:08xxxxx705,974,216.17 ISK1-705,974,216.17 ISKISK 2014.12.05 23:04xxxxx794,999,991.63 ISK1794,999,991.63 ISKISK 2014.12.05 10:19xxxxx705,974,205.36 ISK1-705,974,205.36 ISKISK
Journal shows ~170m profit not including taxes but mogul shows 89m what am i missing? Yes, it should be ~160-170 mil, the 89mil must be a cached value but shouldn't be that old. Where are you seeing this? The item details page? I can see the sale transaction for 74230033.83 in profit, it calculated correctly.
Its showing correctly now, it was on the overall item page
|

Balador Sethir
Sturmgrenadier Inc Dirt Nap Squad.
0
|
Posted - 2014.12.30 22:30:53 -
[503] - Quote
I had a question about how some of the numbers are calculated for the profit graphs.
Is the profit line just [sale cost] - [purchase cost], or is it [sale cost] - [purchase cost] - [transaction costs]?
The second question is about the taxes line in the profit graph, I find the taxes for a specific day change over time. How are they calculated?
For example, if I look at today, I have a profit line, but my taxes are at 0. At some point today's taxes will start to increase, and at some point it will stop changing, but I can't figure out what is causing that to continue to increase long after the day is over. |

Herdo
The Scope Gallente Federation
3
|
Posted - 2014.12.31 00:31:28 -
[504] - Quote
Balador Sethir wrote:I had a question about how some of the numbers are calculated for the profit graphs.
Is the profit line just [sale cost] - [purchase cost], or is it [sale cost] - [purchase cost] - [transaction costs]?
The second question is about the taxes line in the profit graph, I find the taxes for a specific day change over time. How are they calculated?
For example, if I look at today, I have a profit line, but my taxes are at 0. At some point today's taxes will start to increase, and at some point it will stop changing, but I can't figure out what is causing that to continue to increase long after the day is over.
Not the developer but I think I can answer your first question. EVE-Mogul does not calculate broker fees, so I believe your profit is [sale cost] - [purchase cost] - [taxes].
As for the taxes increasing, I'm not sure. Maybe the taxes are getting applied for the day bought rather than sold. So if I buy an item on Sunday, then sell it today, maybe the taxes are applied to Sunday and not today? That doesn't make a lot of sense, but it's a theory.
Everything seems to be on a delay. I can sell some items for a huge profit and then the next update comes along but the profits won't be included until the following update, or even the update after. Taxes seem to be on an even longer delay, so maybe it's just taking time to "catch up".
|

Jeronica
Tackled In Belt Psychotic Tendencies.
359
|
Posted - 2014.12.31 01:51:59 -
[505] - Quote
Herdo wrote:Balador Sethir wrote:I had a question about how some of the numbers are calculated for the profit graphs.
Is the profit line just [sale cost] - [purchase cost], or is it [sale cost] - [purchase cost] - [transaction costs]?
The second question is about the taxes line in the profit graph, I find the taxes for a specific day change over time. How are they calculated?
For example, if I look at today, I have a profit line, but my taxes are at 0. At some point today's taxes will start to increase, and at some point it will stop changing, but I can't figure out what is causing that to continue to increase long after the day is over. Not the developer but I think I can answer your first question. EVE-Mogul does not calculate broker fees, so I believe your profit is [sale cost] - [purchase cost] - [taxes]. As for the taxes increasing, I'm not sure. Maybe the taxes are getting applied for the day bought rather than sold. So if I buy an item on Sunday, then sell it today, maybe the taxes are applied to Sunday and not today? That doesn't make a lot of sense, but it's a theory. Everything seems to be on a delay. I can sell some items for a huge profit and then the next update comes along but the profits won't be included until the following update, or even the update after. Taxes seem to be on an even longer delay, so maybe it's just taking time to "catch up".
There are delayed cache times for certain things yes. And you're correct, EVE-Mogul doesn't track broker fees either.
As for the taxes going up, while profit isn't, the site tracks taxes for everything. Even if you don't make a profit on an item (with stock or not), you did spend some isk on taxes, which is what the site sees and reports to you.
And the profit line, is pretty much a sum of profit that's calculated which comes from [sell]-[buy]-[taxes].
The hourly graph I believe reports on the hour prior, although "Today's Profit", once the cache has cycled, should report all up to date profits. The break down of timers is this:
Elite Members: 1minute Premium Members: 5minutes Standard Members: 15minutes.
All of that is pretty much the same site-wide time wise.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Jeronica
Tackled In Belt
359
|
Posted - 2015.01.03 10:42:27 -
[506] - Quote
While trying to upgrade mariadb, the server decided to not allow me to install. I have a rollback from yesterday in process, so we won't lose much of any data (if any). New users will have to re-register however.
Taking forever for the backup to restore though, I'll report back in a few hours with it's status.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Tehg Rhind
Atlantic Innovations
12
|
Posted - 2015.01.03 22:48:30 -
[507] - Quote
account activation email is returning a 500 internal server error. Not sure if that's related |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
359
|
Posted - 2015.01.04 20:05:47 -
[508] - Quote
That issue should be fixed now, there was a small typo with the event firing and the listener not catching it. Reset password also received the fix.
I've deployed a new database cluster, which should spread the sql requests across currently 2 servers.
I've already seen an improvement of speed with API pulls, as well as basic browsing during extensive tasks being run in the background. If you care to know which server your data is coming from, you can see it in the footer.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Tehg Rhind
Atlantic Innovations
12
|
Posted - 2015.01.05 03:51:19 -
[509] - Quote
Seems to be working now. Just waiting on the API queue, really excited. Also, I used to fly with you wayyyyyy back in the day. Took me a minute to realize that I recognized your name. You wouldn't know me by this name (on an alt). Anyways, cool to see you doing this now. |

I amAlt
Blitz tech
0
|
Posted - 2015.01.05 16:54:37 -
[510] - Quote
500 Internal when going into transactions. Your server has a problem :)
See link. http://postimg.org/image/zegkt9wgf/ |
|

Esharan
No.Mercy Triumvirate.
119
|
Posted - 2015.01.05 18:38:58 -
[511] - Quote
Please make a simple free version.
Thanks, |

liam overturf
Aideron Robotics
0
|
Posted - 2015.01.07 18:29:35 -
[512] - Quote
This is a dumb question, but what is the correct date format to use in the filters that accept a date? 1-1-2015 and 2015-1-1 don't seem to work. |

Herdo
Radix Financial
4
|
Posted - 2015.01.07 19:03:44 -
[513] - Quote
liam overturf wrote:This is a dumb question, but what is the correct date format to use in the filters that accept a date? 1-1-2015 and 2015-1-1 don't seem to work.
The filters aren't working for me right now either. At least not the "Custom Top Profit" filters. The graph reflects the filter, but the list on the right does not.
Also, the leaderboard seems to be messed up as well. |

Balador Sethir
Sturmgrenadier Inc Dirt Nap Squad.
0
|
Posted - 2015.01.07 19:08:37 -
[514] - Quote
Jeronica wrote:
There are delayed cache times for certain things yes. And you're correct, EVE-Mogul doesn't track broker fees either.
As for the taxes going up, while profit isn't, the site tracks taxes for everything. Even if you don't make a profit on an item (with stock or not), you did spend some isk on taxes, which is what the site sees and reports to you.
And the profit line, is pretty much a sum of profit that's calculated which comes from [sell]-[buy]-[taxes].
The hourly graph I believe reports on the hour prior, although "Today's Profit", once the cache has cycled, should report all up to date profits. The break down of timers is this:
Elite Members: 1minute Premium Members: 5minutes Standard Members: 15minutes.
All of that is pretty much the same site-wide time wise.
Is there any possibility of including the brokers fees in some way in the profit calculations? Taxes represent just over 1/3 of total costs for most of my trades, without the broker fee all the reports and numbers I am getting from this site are so badly distorted as to make them practically useless.
I haven't worked with pulling API data for trades, so I have no idea if what I am asking for is possible or not? I assume there must be some reason broker fees are not included. |

liam overturf
Aideron Robotics
0
|
Posted - 2015.01.07 21:30:58 -
[515] - Quote
Herdo wrote:liam overturf wrote:This is a dumb question, but what is the correct date format to use in the filters that accept a date? 1-1-2015 and 2015-1-1 don't seem to work. The filters aren't working for me right now either. At least not the "Custom Top Profit" filters. The graph reflects the filter, but the list on the right does not. Also, the leaderboard seems to be messed up as well.
What format are you using for dates? I just get an error message that it's an invalid date. |

Herdo
Radix Financial
4
|
Posted - 2015.01.07 23:06:32 -
[516] - Quote
liam overturf wrote:Herdo wrote:liam overturf wrote:This is a dumb question, but what is the correct date format to use in the filters that accept a date? 1-1-2015 and 2015-1-1 don't seem to work. The filters aren't working for me right now either. At least not the "Custom Top Profit" filters. The graph reflects the filter, but the list on the right does not. Also, the leaderboard seems to be messed up as well. What format are you using for dates? I just get an error message that it's an invalid date.
For me, the filters are working in relation to the pie chart, but the list to the right doesn't update anymore. This is when using the "Custom Top Profit" feature. For instance, if I filter it to 1/6/2015 - 1/7/2015 it shows:
Item XXXXX - XB profit.
That would be nice, but it's not accurate. The list doesn't seem to update and always shows my "all time" most profitable items. |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
359
|
Posted - 2015.01.08 15:44:34 -
[517] - Quote
Herdo wrote:liam overturf wrote:Herdo wrote:liam overturf wrote:This is a dumb question, but what is the correct date format to use in the filters that accept a date? 1-1-2015 and 2015-1-1 don't seem to work. The filters aren't working for me right now either. At least not the "Custom Top Profit" filters. The graph reflects the filter, but the list on the right does not. Also, the leaderboard seems to be messed up as well. What format are you using for dates? I just get an error message that it's an invalid date. For me, the filters are working in relation to the pie chart, but the list to the right doesn't update anymore. This is when using the "Custom Top Profit" feature. For instance, if I filter it to 1/6/2015 - 1/7/2015 it shows: Item XXXXX - XB profit. That would be nice, but it's not accurate. The list doesn't seem to update and always shows my "all time" most profitable items.
I'll have a look at this, and the other filters.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Herdo
Radix Financial
4
|
Posted - 2015.01.08 17:18:13 -
[518] - Quote
Jeronica wrote:Herdo wrote:liam overturf wrote:Herdo wrote:liam overturf wrote:This is a dumb question, but what is the correct date format to use in the filters that accept a date? 1-1-2015 and 2015-1-1 don't seem to work. The filters aren't working for me right now either. At least not the "Custom Top Profit" filters. The graph reflects the filter, but the list on the right does not. Also, the leaderboard seems to be messed up as well. What format are you using for dates? I just get an error message that it's an invalid date. For me, the filters are working in relation to the pie chart, but the list to the right doesn't update anymore. This is when using the "Custom Top Profit" feature. For instance, if I filter it to 1/6/2015 - 1/7/2015 it shows: Item XXXXX - XB profit. That would be nice, but it's not accurate. The list doesn't seem to update and always shows my "all time" most profitable items. I'll have a look at this, and the other filters. Looks like it was just appending the new result to the end of the list. I adjust it so it'll clear the current table whenever a filter is applied.
That's exactly what it was doing actually. Thank you Jeronica.  |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
359
|
Posted - 2015.01.08 21:15:59 -
[519] - Quote
Herdo wrote:That's exactly what it was doing actually. Thank you Jeronica. 
No problem!
In spirit of the new year, I'm offering a free months standard subscription to everyone who enters this promo code. 2015_profits
You can enter the code at: https://www.eve-mogul.com/user on the right hand side.
Premium/Elite subs will scale the 30d to 15days/10days respectively. Expires on Jan 15.
If you haven't registered yet, https://www.eve-mogul.com/?promo=2015_profits will add the promo after you register.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Herdo
Radix Financial
4
|
Posted - 2015.01.08 21:21:34 -
[520] - Quote
Jeronica wrote:Herdo wrote:That's exactly what it was doing actually. Thank you Jeronica.  No problem! In spirit of the new year, I'm offering a free months standard subscription to everyone who enters this promo code. 2015_profits You can enter the code at: https://www.eve-mogul.com/user on the right hand side. Premium/Elite subs will scale the 30d to 15days/10days respectively.Expires on Jan 15. If you haven't registered yet, https://www.eve-mogul.com/?promo=2015_profits will add the promo after you register.
Very cool, thanks again.
I am having a small problem trying to add another character API. When I get to the "Select Desired Character" screen, there are no characters listed. All I can see is the "Submit" button.
|
|

Drope Quiz
Science and Trade Institute Caldari State
0
|
Posted - 2015.01.08 21:38:07 -
[521] - Quote
Umm am i suppose i see something here because i can not get past this http://prntscr.com/5q3iit |

Miss Eve2006
New Eden Trading and Production Co.
49
|
Posted - 2015.01.08 21:57:30 -
[522] - Quote
Seem to be a displaybug (lack of padding), which can make buy/profit prices float into one.
Img: http://i.imgur.com/lQ5pxjq.png |

Drope Quiz
Science and Trade Institute Caldari State
0
|
Posted - 2015.01.08 22:07:38 -
[523] - Quote
I really want to use this but i think its bugged for me /: |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
359
|
Posted - 2015.01.08 22:34:48 -
[524] - Quote
Sorry guys about the API addition process. Should be resolved now!
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
359
|
Posted - 2015.01.08 22:40:06 -
[525] - Quote
Added a 5px padding to the left. The condensed classes removed the padding which was there previously.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Drope Quiz
Science and Trade Institute Caldari State
0
|
Posted - 2015.01.08 23:04:07 -
[526] - Quote
Jeronica wrote:Sorry guys about the API addition process. Should be resolved now!
Thank you :D Sooooo muuccchhhh |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
359
|
Posted - 2015.01.09 18:18:43 -
[527] - Quote
No problem!
I have also added EVE SSO to the site, so no more needing to register with an email!
I'll add a button to link your EVE-Online account and current account, so you'll be able to use eve's authentication instead!
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

okoolos rimmer
Napkin Nation
84
|
Posted - 2015.01.09 21:16:30 -
[528] - Quote
Anyone else not getting any fulfilled/expired order notifications? |

okoolos rimmer
Napkin Nation
84
|
Posted - 2015.01.13 20:46:14 -
[529] - Quote
when I "delete selected" in notifications browser displays and blank page and gets stuck there until I reload. |

Herdo
Radix Financial
4
|
Posted - 2015.01.13 21:13:46 -
[530] - Quote
okoolos rimmer wrote:when I "delete selected" in notifications browser displays a blank page and gets stuck there until I reload.
Same here. |
|

okoolos rimmer
Napkin Nation
84
|
Posted - 2015.01.14 08:12:47 -
[531] - Quote
1) Item lookup doesn't seem to be working at all. 2) Order type missing from the "item info" orders section. |

Don Patrick
Science and Trade Institute Caldari State
0
|
Posted - 2015.01.14 13:17:59 -
[532] - Quote
Is there problem with APIs? Last time my API has been pulled is 03:37:57. I am currently on Trial account if that matters, but If I understood correctly it has same priority as Elite. |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
360
|
Posted - 2015.01.14 13:20:28 -
[533] - Quote
Don Patrick wrote:Is there problem with APIs? Last time my API has been pulled is 03:37:57. I am currently on Trial account if that matters, but If I understood correctly it has same priority as Elite.
The backend service halted, and my supervisor service also crashed. I'll investigate why both crashed at the same time. In the meantime I've restarted them. Sorry about that, it'll catch up momentarily!
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Don Patrick
Science and Trade Institute Caldari State
0
|
Posted - 2015.01.14 13:23:08 -
[534] - Quote
No problem! Thanks for quick fix. As a new trader I am still overly excited to see how I made a another million profit and check the site way too often  |

Phenolia Tsukaya
School of Applied Knowledge Caldari State
0
|
Posted - 2015.01.15 01:40:16 -
[535] - Quote
Jeronica wrote:No problem!
I have also added EVE SSO to the site, so no more needing to register with an email!
I'll add a button to link your EVE-Online account and current account, so you'll be able to use eve's authentication instead!
Is that why my new trial account created with the SSO shows has expired when I try to add an API? |

okoolos rimmer
Napkin Nation
84
|
Posted - 2015.01.15 08:28:45 -
[536] - Quote
It's a bit funny but item lookup works for everything except plex. Tried "plex" "p.l.e.x" "pilot" etc
can you find the plex lol? |

Pator Aumer
Pator Tech School Minmatar Republic
0
|
Posted - 2015.01.15 16:23:02 -
[537] - Quote
okoolos rimmer wrote:It's a bit funny but item lookup works for everything except plex. Tried "plex" "p.l.e.x" "pilot" etc
can you find the plex lol?
(plex) works :) |

okoolos rimmer
Napkin Nation
84
|
Posted - 2015.01.15 18:54:46 -
[538] - Quote
Pator Aumer wrote:okoolos rimmer wrote:It's a bit funny but item lookup works for everything except plex. Tried "plex" "p.l.e.x" "pilot" etc
can you find the plex lol? (plex) works :)
That works. Thanks
ps. Anyone getting "Exception in event handler" when loading profits? (Then it disapears). |

Herdo
Radix Financial
4
|
Posted - 2015.01.15 21:45:42 -
[539] - Quote
okoolos rimmer wrote:
ps. Anyone getting "Exception in event handler" when loading profits? (Then it disapears).
I am seeing that as well.
|

JohnathanGalt
Imperial Academy Amarr Empire
63
|
Posted - 2015.01.16 18:27:14 -
[540] - Quote
How does submitting a corporation API work? Will the software track all the profits from all characters in the corporation? Do you still have to add all the character API's? I am going to start a trading corp for just my characters, and am obviously going to have different characters buying and selling, so I am wondering what is the best way to go about using EVE Mogul to determine profits? |
|

okoolos rimmer
Napkin Nation
84
|
Posted - 2015.01.16 21:03:56 -
[541] - Quote
just add your character API's. Not sure about the corp one tbh (never used it). |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
363
|
Posted - 2015.01.17 03:46:50 -
[542] - Quote
JohnathanGalt wrote:How does submitting a corporation API work? Will the software track all the profits from all characters in the corporation? Do you still have to add all the character API's? I am going to start a trading corp for just my characters, and am obviously going to have different characters buying and selling, so I am wondering what is the best way to go about using EVE Mogul to determine profits?
If you're using corp wallet, using 1 division, it'll work seamlessly.
Otherwise, you can add all the characters APIs and it'll work as one trader.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

okoolos rimmer
Napkin Nation
84
|
Posted - 2015.01.19 04:51:13 -
[543] - Quote
Something is up. Since about 21:00 it shows my profit is 0 (on hourly chart). |

Don Patrick
Science and Trade Institute Caldari State
1
|
Posted - 2015.01.19 19:13:45 -
[544] - Quote
Yep. Same here. Last API pull was around 21:00 yesterday. |

TheSmokingHertog
TALIBAN EXPRESS
284
|
Posted - 2015.01.19 20:27:08 -
[545] - Quote
Its updating again. |

okoolos rimmer
Napkin Nation
84
|
Posted - 2015.01.19 20:57:09 -
[546] - Quote
"Error in exception handler." in profits is back. |

Don Patrick
Science and Trade Institute Caldari State
1
|
Posted - 2015.01.20 09:44:10 -
[547] - Quote
That one usually fixes itself by refreshing page for me. |

TheSmokingHertog
TALIBAN EXPRESS
284
|
Posted - 2015.01.20 12:51:55 -
[548] - Quote
Don Patrick wrote:That one usually fixes itself by refreshing page for me.
Same here |

okoolos rimmer
Napkin Nation
84
|
Posted - 2015.01.20 21:03:52 -
[549] - Quote
On the item details page, orders subsection it shows expired orders even with the default "active only" "hide archived" filters. |

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
40
|
Posted - 2015.01.26 18:47:12 -
[550] - Quote
Apologies if this is already covered somewhere else, it's a big thread. I don't seem to see corporate orders on the orders tab. If I place something up for sale as a character, the order appears, but if I put it up as a corporate order, they don't show up. The transactions do appear correctly through on the transactions page, and I did in fact get a notification that an order fully sold out. I just can't get an overview of what is currently for sale.
CEO of Crimson Serpent Syndicate --áwww.crimsonserpent.com
Chairman of Heiian Conglomerate --áwww.heiian.com
Owner of FWC - www.factionwarfare.com
|
|

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
363
|
Posted - 2015.01.27 13:46:10 -
[551] - Quote
Subsparx wrote:Apologies if this is already covered somewhere else, it's a big thread. I don't seem to see corporate orders on the orders tab. If I place something up for sale as a character, the order appears, but if I put it up as a corporate order, they don't show up. The transactions do appear correctly through on the transactions page, and I did in fact get a notification that an order fully sold out. I just can't get an overview of what is currently for sale.
I'll have a look asap. Both computers decided to crash this past weekend after a busy week. Taking a bit to get up and running again.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Synthec
Collapsed Out Overload Everything
13
|
Posted - 2015.01.29 06:54:07 -
[552] - Quote
Maybe a dark theme ? the white is eye killer |

Anhenka
The Cult of Personality DARKNESS.
945
|
Posted - 2015.01.30 01:08:35 -
[553] - Quote
Going to be taking a browse through this later tonight, but for now a question.
I primarily buy in Jita, then move, fit, and sell fully fitted ships on contracts for higher prices elsewhere
Is there any mechanic in here than can track my income from contracts vs isk spent on sell orders, or at least trach each stat individually? |

Zosius
United System's Commonwealth
64
|
Posted - 2015.01.31 22:30:21 -
[554] - Quote
Hi,
would it be possible to select profits per character? |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
363
|
Posted - 2015.02.01 16:45:59 -
[555] - Quote
Anhenka wrote:Going to be taking a browse through this later tonight, but for now a question.
I primarily buy in Jita, then move, fit, and sell fully fitted ships on contracts for higher prices elsewhere
Is there any mechanic in here than can track my income from contracts vs isk spent on sell orders, or at least trach each stat individually?
I've decided not to include contracts in the profit calculations for one reason, too easy to manipulate. I've noticed the trend of using EVE-Mogul has migrated to more personal reasons for users, and not so much as a public profit report system for loans for example.
I may work on getting possibly sell contracts implemented in the future, once I get my computer back up and running.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Rowe Sted
Standalone Corplex
0
|
Posted - 2015.02.04 20:55:11 -
[556] - Quote
I've noticed that my "All Time" profit listed on the Profit Overview page is higher than my All Time profit listed on the Leaderboards.
This first appeared perhaps a year ago when I renewed my Eve Mogul subscription after having been inactive for several months. Something had probably changed during my inactivity because my API keys weren't working even though they were active. So I made new API keys and deleted the old ones.
Ever since then the All Time profit on my Profit Overview has included those profits that I got before being inactive and before changing API keys. The leaderboards All Time profit however seems to only includes those profits I have made after changing API keys (obviously I have no way of knowing exactly which profits that are included)
The Profit Overview has the correct number since it includes all profits all the way from the original account creation, whereas the Leaderboards number does not include profits from before the API key change.
I don't care about the leaderboards (obviously since I've waited a year to mention it) but I find it interesting that the numbers are different. Perhaps you find it interesting too?  |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
363
|
Posted - 2015.02.05 01:50:21 -
[557] - Quote
Rowe Sted wrote:I've noticed that my " All Time" profit listed on the Profit Overview page is higher than my All Time profit listed on the Leaderboards. This first appeared perhaps a year ago when I renewed my Eve Mogul subscription after having been inactive for several months. Something had probably changed during my inactivity because my API keys weren't working even though they were active. So I made new API keys and deleted the old ones. Ever since then the All Time profit on my Profit Overview has included those profits that I got before being inactive and before changing API keys. The leaderboards All Time profit however seems to only includes those profits I have made after changing API keys (obviously I have no way of knowing exactly which profits that are included) The Profit Overview has the correct number since it includes all profits all the way from the original account creation, whereas the Leaderboards number does not include profits from before the API key change. I don't care about the leaderboards (obviously since I've waited a year to mention it) but I find it interesting that the numbers are different. Perhaps you find it interesting too? 
It could possibly be because the leaderboards only calc the total profit from the time I went public (being Jan 9 2014).
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Rowe Sted
Standalone Corplex
0
|
Posted - 2015.02.06 17:57:48 -
[558] - Quote
Jeronica wrote:It could possibly be because the leaderboards only calc the total profit from the time I went public (being Jan 9 2014). That's probably why then! Thanks for clearing that up! |

Don Patrick
Science and Trade Institute Caldari State
1
|
Posted - 2015.02.06 22:15:21 -
[559] - Quote
Has anyone else noticed problem with stocks?
I currently have only 3 items left on one order which are active. Eve-mogul shows these 3 orders as active. The problem is that Eve-Mogul also says I have 8 of this item in stock when in reality I only have those 3 which are in active order.
I checked assets, nothing there, I haven't lost them to gankers as I only trade in 1 station.
It's not API pull problem ether. Last time I sold or bought this item was 2015-02-05. Oldest in stock is from 2015-01-29 according to Eve mogul and my API has been pulled normally today. |

I am providence
Viziam Amarr Empire
8
|
Posted - 2015.02.08 13:31:30 -
[560] - Quote
Anybody else got issues with updating the data ? Last Update was about 7 pm last evening. I subscribed today (worked fine), did i broke something on my way to the checkstand ? :>
(Anyway: i like graphs... therefore i like your site, keep up the good work)
My Blog (german): http://theevevirus.wordpress.com/
Trader, Producer and a terrible wannabee-PvP-hero.
|
|

I am providence
Viziam Amarr Empire
21
|
Posted - 2015.02.09 10:09:28 -
[561] - Quote
Nevermind, works now.
My Blog (german): http://theevevirus.wordpress.com/
Trader, Producer and a terrible wannabee-PvP-hero.
|

Artemis Oramara
Nightmare Unending LLC Universal Consortium
0
|
Posted - 2015.02.10 20:38:25 -
[562] - Quote
I think you should add a average cost basis on the Item Page. Under the stock tab, it says how much you bought and at what price, but having an average number would be nice. I want to be able to make sure my current selling price is above my average cost basis for that item. Having profit numbers on the transaction page being based upon average cost basis would be nice as well.
It would also be nice to have an account reset button. I stopped trading on my character for a while, and trades I made during that period are affecting my total numbers, and it would be nice to be able to reset everything back to zero.
Love the website otherwise.
Science has no consideration for ultimate purposes.
|

Cyrus Aurilen
Just Testing Your Skills
0
|
Posted - 2015.02.15 15:24:30 -
[563] - Quote
Don Patrick wrote:Has anyone else noticed problem with stocks?
I currently have only 3 items left on one order which are active. Eve-mogul shows these 3 orders as active. The problem is that Eve-Mogul also says I have 8 of this item in stock when in reality I only have those 3 which are in active order.
I checked assets, nothing there, I haven't lost them to gankers as I only trade in 1 station.
It's not API pull problem ether. Last time I sold or bought this item was 2015-02-05. Oldest in stock is from 2015-01-29 according to Eve mogul and my API has been pulled normally today.
Yep, same problem. Eve-mogul says I have multiple items in stock but I don't. Messes up the daily/monthly/all time overview for me. :( |

Asagi Eclair
Licentia Ex Vereor Phoebe Freeport Republic
0
|
Posted - 2015.02.26 17:14:56 -
[564] - Quote
Hello Jeronica,
Awesome job on EVE mogul, but I have a problem/issue. One of the stations I'm trading in appears as blank. I see the transactions, but blank on station.
It is true that the said station is actually an outpost in nullsec, and since this is my first such endeavour there might be issues I'm not aware of... |

Jeronica
Tackled In Belt xXPlease Pandemic Citizens Reloaded Alliance.Xx
367
|
Posted - 2015.03.01 17:18:48 -
[565] - Quote
Asagi Eclair wrote:Hello Jeronica,
Awesome job on EVE mogul, but I have a problem/issue. One of the stations I'm trading in appears as blank. I see the transactions, but blank on station.
It is true that the said station is actually an outpost in nullsec, and since this is my first such endeavour there might be issues I'm not aware of...
CCP's static dumps are incomplete when it comes to stations, even stations that are 2+ years old. If you can evemail me the station name/system, I'll add it manually.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Duchess Tjaden
Old Spice Syndicate Intrepid Crossing
5
|
Posted - 2015.03.02 19:10:16 -
[566] - Quote
I was using login via my EVE account and it worked fine till yesterday. Now I canGÇÖt login. I created a new account if that helps but in order to add my API, you need to delete my original account. Thanks. |

Held der Finsternis
Honourable Space Men of Highsec
73
|
Posted - 2015.03.03 06:33:35 -
[567] - Quote
I may be in the market for this, but I'd likely have teams of traders. Is it 150m per trader character or can we work out something alliance/corp-wide for various alts or is that per "person"?
Supreme Commander of Highsec
heroesofhighsec.com
save Highsec from James 315, the New Order, and CODE.
|

Hel O'Ween
Men On A Mission
108
|
Posted - 2015.03.03 17:29:47 -
[568] - Quote
Jeronica wrote:Asagi Eclair wrote:Hello Jeronica,
Awesome job on EVE mogul, but I have a problem/issue. One of the stations I'm trading in appears as blank. I see the transactions, but blank on station.
It is true that the said station is actually an outpost in nullsec, and since this is my first such endeavour there might be issues I'm not aware of... CCP's static dumps are incomplete when it comes to stations, even stations that are 2+ years old. If you can evemail me the station name/system, I'll add it manually.
You are aware that you need to grab player build outposts fomr the API, right? https://neweden-dev.com/EVE/ConquerableStationList
EVEWalletAware - an offline wallet manager.
|

Jeronica
Nex Exercitus Northern Coalition.
372
|
Posted - 2015.03.05 16:25:45 -
[569] - Quote
Held der Finsternis wrote:I may be in the market for this, but I'd likely have teams of traders. Is it 150m per trader character or can we work out something alliance/corp-wide for various alts or is that per "person"?
Its per account. APIs/Characters are just data sources.
@Hel, that makes sense! Never seen that before. I'll work on coding that in for unknown stations.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Lum Pia
Republic Military School Minmatar Republic
0
|
Posted - 2015.03.06 15:12:11 -
[570] - Quote
Hey EVE-Mogul team -
Your SSL cert expired.
Might want to renew that quickly. If you need help ping me. |
|

Hel O'Ween
Men On A Mission
109
|
Posted - 2015.03.06 17:19:42 -
[571] - Quote
Jeronica wrote:@Hel, that makes sense! Never seen that before. I'll work on coding that in for unknown stations.
This API end point has been around since the release of the API, though "Conquerable Station" doesn't immediatly come to mind, if someone's looking for API about "ouposts" or "stations". 
EVEWalletAware - an offline wallet manager.
|

TheSmokingHertog
TALIBAN EXPRESS
297
|
Posted - 2015.03.08 05:43:43 -
[572] - Quote
Hel O'Ween wrote:Jeronica wrote:@Hel, that makes sense! Never seen that before. I'll work on coding that in for unknown stations. This API end point has been around since the release of the API, though "Conquerable Station" doesn't immediatly come to mind, if someone's looking for API about "ouposts" or "stations". 
EVE is full of things you just have to know.... remember DEVs telling us players never see eachother exact skill level and we had a whole window in fleet that defied that ;)... |

Jeronica
Nex Exercitus Northern Coalition.
376
|
Posted - 2015.03.08 17:29:33 -
[573] - Quote
Lum Pia wrote:Hey EVE-Mogul team -
Your SSL cert expired.
Might want to renew that quickly. If you need help ping me.
I applied for a new one 4-5 days ago. Still havent received my new one from namecheap..
Just have some patience :)
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Princess Saskia
Hyperfleet Industries
3767
|
Posted - 2015.03.10 09:07:14 -
[574] - Quote
GÖÑ
-áGÖÑ-á
|

Proton Power
Evolution Northern Coalition.
25
|
Posted - 2015.03.11 19:27:21 -
[575] - Quote
Is there a way to see average buy price? |

Jeronica
Nex Exercitus Northern Coalition.
376
|
Posted - 2015.03.11 19:35:00 -
[576] - Quote
Proton Power wrote:Is there a way to see average buy price?
In what sense, for your purchases or the market average price.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

El'sid
Republic Military School Minmatar Republic
0
|
Posted - 2015.03.11 20:50:57 -
[577] - Quote
I am trying to ignore a bowhead transaction. It is coming up as ignored, but the tratransaction still affects profit. Email is [email protected]
Thanks! |

Cynthia Sinn
The Scope Gallente Federation
2
|
Posted - 2015.03.11 22:25:53 -
[578] - Quote
Could it be possible to manually ad buy prices on certain items?
I recently bought 40 ships trough contracts and when I sell them now I see 0 profit but I actually make 4 mil profit per ship
Cynthia Sinn Bishop and Inquisitor of the holy flock of Scope |

Proton Power
Evolution Northern Coalition.
25
|
Posted - 2015.03.12 19:50:03 -
[579] - Quote
Jeronica wrote:Proton Power wrote:Is there a way to see average buy price? In what sense, for your purchases or the market average price.
My purchases; I trade in about 20 diff goods; but very large bulk and prices change over time; I would like to know what my average buy price of my leftover stock is. |

Jeronica
Nex Exercitus Northern Coalition.
379
|
Posted - 2015.03.13 03:23:13 -
[580] - Quote
Proton Power wrote:Jeronica wrote:Proton Power wrote:Is there a way to see average buy price? In what sense, for your purchases or the market average price. My purchases; I trade in about 20 diff goods; but very large bulk and prices change over time; I would like to know what my average buy price of my leftover stock is.
Sure, I can work that in!
Also, the SSL cert has finally been reissued. Shouldn't have any issues now.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|
|

El'sid
Republic Military School Minmatar Republic
0
|
Posted - 2015.03.13 04:49:20 -
[581] - Quote
El'sid wrote:I am trying to ignore a bowhead transaction. It is coming up as ignored, but the tratransaction still affects profit. Email is [email protected]Thanks!
Any update?
Thanks! |

Held der Finsternis
Honourable Space Men of Highsec Heroes of Highsec Alliance
81
|
Posted - 2015.03.13 06:30:12 -
[582] - Quote
Has anyone had any issues with trades placed on behalf of a corp? My character trades are showing fine (which are all personal skill-related) and all orders (on behalf of corp) are showing, but none of my transactions or profit are showing on behalf of corp. I will be adding numerous characters over time, but for ease of hauling will keep all trades on behalf of corp. Trading only started a few days ago, so it's not like there are years of transactions it's trying to pull. I'm on an elite trial right now and will be upgrading to paid status in the next few days, assuming everything works as expected.
Thanks.
Supreme Commander of Highsec
heroesofhighsec.com
save Highsec from James 315, the New Order, and CODE.
|

Jeronica
Nex Exercitus Northern Coalition.
379
|
Posted - 2015.03.13 12:42:54 -
[583] - Quote
Held der Finsternis wrote:Has anyone had any issues with trades placed on behalf of a corp? My character trades are showing fine (which are all personal skill-related) and all orders (on behalf of corp) are showing, but none of my transactions or profit are showing on behalf of corp. I will be adding numerous characters over time, but for ease of hauling will keep all trades on behalf of corp. Trading only started a few days ago, so it's not like there are years of transactions it's trying to pull. I'm on an elite trial right now and will be upgrading to paid status in the next few days, assuming everything works as expected.
Thanks.
On transaction, you may need to hit the "corporation" tab to load corporate transactions. This is the only way I could combine both char/corp transactions without a heavy sql load/joining/ resource intensive merge arrays.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Ava's Bank
Bank of Avatharian
0
|
Posted - 2015.03.13 19:04:06 -
[584] - Quote
I seem to be having an issue where it's confusing transactions from two different stations on the same item. I'm flipping the same item in both amarr and jita.
There's a large discrepancy in prices between the two stations; The sell price in Amarr is actually lower than the buy price in Jita. However, I still make a 40% profit in Amarr because the buy price is also much lower. However, the tool thinks I am selling the item for less than I bought it for, not recognizing that it's in a totally different place. Right now it's telling me I'm taking a 2% loss.
EDIT: Here's a picture: http://i.imgur.com/ORZNOLZ.jpg
Further down there are my buy orders in jita for ~100k, which is what's causing the confusion. |

Held der Finsternis
Honourable Space Men of Highsec Heroes of Highsec Alliance
82
|
Posted - 2015.03.14 20:54:39 -
[585] - Quote
Jeronica wrote:Held der Finsternis wrote:Has anyone had any issues with trades placed on behalf of a corp? My character trades are showing fine (which are all personal skill-related) and all orders (on behalf of corp) are showing, but none of my transactions or profit are showing on behalf of corp. I will be adding numerous characters over time, but for ease of hauling will keep all trades on behalf of corp. Trading only started a few days ago, so it's not like there are years of transactions it's trying to pull. I'm on an elite trial right now and will be upgrading to paid status in the next few days, assuming everything works as expected.
Thanks. On transaction, you may need to hit the "corporation" tab to load corporate transactions. This is the only way I could combine both char/corp transactions without a heavy sql load/joining/ resource intensive merge arrays.
I think the root problem is choosing the wrong wallet.
I chose the "mercenary" choice thinking this was meant as the "master" wallet. Looking in corp, it looks like there are 7 including the master as #1. Princess Saskia suggested I changed the corp api to full, so I did that and on the new api chose wallet 1. However, the manage API's screen shows very limited info and I have no idea if it took the changes until I see the next api pull. The wrong wallet choice would explain things though.
For my purposes, I need to see more than just a realized gain and loss. I need to see asset values as well, since I will end each month with lots of tradeable inventory on hand, and I'm keeping track for shareholders more than for myself. Once I can get Eve-Mogul to show what it should, I'll probably use a combination of some sort of asset valuation tool (to value all assets in various stations at Jita bid prices) and some manual calculations for isk + escrow to represent the isk on hand.
I tried out Evernus as well, but it was less helpful than I hoped. Ultimately, long term, I think we'll have to get together and create a web-based API tool that does everything anyone could want in a highly customizable configuration.
Supreme Commander of Highsec
heroesofhighsec.com
save Highsec from James 315, the New Order, and CODE.
|

Mariela Crendraven
Excentric Scientists
0
|
Posted - 2015.03.23 19:29:32 -
[586] - Quote
I've some problems with api-pulls since two days. Yesterday eve mogul just pulled every 2-3 hours, today was the last pull at 07:56.
Something wrong with the api-system? |

Rowe Sted
Standalone Corplex
0
|
Posted - 2015.03.30 04:28:30 -
[587] - Quote
Mariela Crendraven wrote:I've some problems with api-pulls since two days. Yesterday eve mogul just pulled every 2-3 hours, today was the last pull at 07:56.
Something wrong with the api-system?
Same here, last API pull was at 2015-03-22 06:22:25 and both my keys are flagged so no pulls are happening. But the API keys are still valid and have not been changed. |

Jeronica
Nex Exercitus Northern Coalition.
380
|
Posted - 2015.03.30 14:38:42 -
[588] - Quote
Rowe Sted wrote:Mariela Crendraven wrote:I've some problems with api-pulls since two days. Yesterday eve mogul just pulled every 2-3 hours, today was the last pull at 07:56.
Something wrong with the api-system? Same here, last API pull was at 2015-03-22 06:22:25 and both my keys are flagged so no pulls are happening. But the API keys are still valid and have not been changed. I looked at the limited log and it basically says that a number of sequential API pulls have failed on the 22nd of March, and then the API keys were flagged. So the API servers might have been unavailable at the time or similar, and probably you have coded in that X number of sequential fails will trigger a flag. Updating the API keys to new ones solved the problem and forced a new pull, but it would be nice to have something like a manual "try again" button for when this happens, so that I could have made the server try to use those old still working API keys again.
Thats a good point. Whenever CCPs servers were down a few days a go some of my APIs were flagged as well. I'll add a button to "retry" the API.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

TheSmokingHertog
TALIBAN EXPRESS
301
|
Posted - 2015.03.30 18:42:33 -
[589] - Quote
Jeronica wrote:Rowe Sted wrote:Mariela Crendraven wrote:I've some problems with api-pulls since two days. Yesterday eve mogul just pulled every 2-3 hours, today was the last pull at 07:56.
Something wrong with the api-system? Same here, last API pull was at 2015-03-22 06:22:25 and both my keys are flagged so no pulls are happening. But the API keys are still valid and have not been changed. I looked at the limited log and it basically says that a number of sequential API pulls have failed on the 22nd of March, and then the API keys were flagged. So the API servers might have been unavailable at the time or similar, and probably you have coded in that X number of sequential fails will trigger a flag. Updating the API keys to new ones solved the problem and forced a new pull, but it would be nice to have something like a manual "try again" button for when this happens, so that I could have made the server try to use those old still working API keys again. Thats a good point. Whenever CCPs servers were down a few days a go some of my APIs were flagged as well. I'll add a button to "retry" the API.
Thx, 4 flagged api's |

Jeronica
Nex Exercitus Northern Coalition.
381
|
Posted - 2015.04.01 17:11:31 -
[590] - Quote
I have it coded on the new frontend server, I'll work on moving the DNS settings to the new server soon.
If you don't use SSO, as CCP won't authenticate if the application callback url isn't what's stored, you can use: https://dev.eve-mogul.com/
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|
|

Jeronica
Nex Exercitus Northern Coalition.
381
|
Posted - 2015.04.03 23:05:41 -
[591] - Quote
Site will be down for the next hour or two, depending how long it takes to migrate the database to my new backend server.
Sorry for the interruption in service, I'll compensate everyone's subscription accordingly!
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Jeronica
Nex Exercitus Northern Coalition.
381
|
Posted - 2015.04.04 02:16:25 -
[592] - Quote
Site should be back up!
I changed the dns to my new frontend server, so the website might not load right away. Should propagate world-wide over the next 6-12 hours.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

TheSmokingHertog
TALIBAN EXPRESS
301
|
Posted - 2015.04.04 04:39:46 -
[593] - Quote
Jeronica wrote:Site should be back up!
I changed the dns to my new frontend server, so the website might not load right away. Should propagate world-wide over the next 6-12 hours.
Site is backup, but Graphs do not load. |

devil-may-care
Tax Haven MCMLXXXVIII
0
|
Posted - 2015.04.04 05:40:15 -
[594] - Quote
I decided to give the site a try, but it seems totally inaccurate and useless since it won't pull more than a month old transactions, and thus all my old stock won't show any profits.
If I were to keep using it, will it eventually be able to show profits on more than a month old stock? I have really slow turnover. |

Jeronica
Nex Exercitus Northern Coalition.
381
|
Posted - 2015.04.04 06:03:26 -
[595] - Quote
TheSmokingHertog wrote:Jeronica wrote:Site should be back up!
I changed the dns to my new frontend server, so the website might not load right away. Should propagate world-wide over the next 6-12 hours. Site is backup, but Graphs do not load.
Have a try now. Had to add a cross site header between the blank/www. Should all work now.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Sma Zakalwe
Zetetic Ammunition and Kinetic Supplies
1
|
Posted - 2015.04.05 09:24:44 -
[596] - Quote
I've tried two separate API keys, including the predfined one, but don't seem to be getting any data pulled/refreshed? It says last API pull was "1970-01-01 00:00:00"
Any ideas? |

Jeronica
Nex Exercitus Northern Coalition.
381
|
Posted - 2015.04.05 10:14:41 -
[597] - Quote
Sma Zakalwe wrote:I've tried two separate API keys, including the predfined one, but don't seem to be getting any data pulled/refreshed? It says last API pull was "1970-01-01 00:00:00"
Any ideas?
Backend's service stopped, I've restarted it and should be pulling now.
It's a new environment, so not all the failsafes I had before need to be re-implemented. I'll keep up with it and it shouldnt happen again.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Rowe Sted
Standalone Corplex
0
|
Posted - 2015.04.06 11:23:16 -
[598] - Quote
The site currently does not display the top menu for me in any browser, since 2-4 days ago. On mobile the top left burger menu was there a few days ago but is now replaced by a placeholder so menu functionality does not appear on mobile either. I can still navigate the site by manually editing the URL.
Top Menu Missing, sub menu scrambled
In the image above another display oriented problem is showcased which has been present since the move to more "material" design. The sub menus on several pages have overlapping words. In this case "Custom Top Profit" overlaps with Station Report.
Another display problem that I have encountered since material redesign is with table layouts. You are using a table column width that automatically scales with content. When you scroll down a page, Transactions for example, you automatically load and add more rows to the bottom of the table which creates an endless scrolldown effect, which is good. But new rows that are added might/will contain values with different length, so the whole table will readjust column width again. This happens every time new rows are added.
Let's say you have one page with only buy transactions. The profit will be 0,00 for all those rows. Then you scroll down and get new rows with high profit sell orders. Now the whole table must adjust its column widths. In many cases this will also force other columns such as the station name and the item name to line break, going from for example one line of text to two or three lines of text, and since that text must fit within the same cell the table will also readjust its row heights, which makes the table readjust itself in height too, making rows jump around for a bit before the table settles on one auto adjustment and goes still again. Perhaps a fix could be to use fixed values for at least some columns such as Profit and Price and only let other columns scale automatically with cell contents. |

Zandor Ormand
Iconoclasm. Important Internet Spaceship League
0
|
Posted - 2015.04.06 12:59:13 -
[599] - Quote
I logged on using SSO and the app is not recording any profits, orders, or anything. Is this because I used the program several months ago and input my API instead? |

Jeronica
Nex Exercitus Northern Coalition.
381
|
Posted - 2015.04.06 14:29:11 -
[600] - Quote
Zandor Ormand wrote:I logged on using SSO and the app is not recording any profits, orders, or anything. Is this because I used the program several months ago and input my API instead?
You need to enter in API info, if they're flagged then you must re-enter them.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|
|

Jeronica
Nex Exercitus Northern Coalition.
381
|
Posted - 2015.04.06 14:39:31 -
[601] - Quote
Rowe Sted wrote:The site currently does not display the top menu for me in any browser, since 2-4 days ago. On mobile the top left burger menu was there a few days ago but is now replaced by a placeholder so menu functionality does not appear on mobile either. I can still navigate the site by manually editing the URL. Top Menu Missing, sub menu scrambledIn the image above another display oriented problem is showcased which has been present since the move to more "material" design. The sub menus on several pages have overlapping words. In this case "Custom Top Profit" overlaps with Station Report. Another display problem that I have encountered since material redesign is with table layouts. You are using a table column width that automatically scales with content. When you scroll down a page, Transactions for example, you automatically load and add more rows to the bottom of the table which creates an endless scrolldown effect, which is good. But new rows that are added might/will contain values with different length, so the whole table will readjust column width again. This happens every time new rows are added. Let's say you have one page with only buy transactions. The profit will be 0,00 for all those rows. Then you scroll down and get new rows with high profit sell orders. Now the whole table must adjust its column widths. In many cases this will also force other columns such as the station name and the item name to line break, going from for example one line of text to two or three lines of text, and since that text must fit within the same cell the table will also readjust its row heights, which makes the table readjust itself in height too, making rows jump around for a bit before the table settles on one auto adjustment and goes still again. Perhaps a fix could be to use fixed values for at least some columns such as Profit and Price and only let other columns scale automatically with cell contents.EDIT: That wouldn't actually be a fix since other columns might vary a lot too. Not sure about a fix. Of course the problem with table scaling is less prominent the wider the browser window is, but as long as at least one cell has to scale in width/height the whole table must readjust. EDIT2: The disappearing top menu is width related too, just discovered that if I increase the browser window width the top menu becomes visible. The CSS class "hide-on-med-and-down" is the culprit, it hides the top menu for mobile devices but is based on width only. For mobile devices an alternative burger menu is displayed, but on desktop you end up with no top menu if the browser window width is too narrow.
I've adjusted some of the CSS classes on the navbar to help with this. There are still some overlapping in the navbar between what seems like 600px and 992px. I need to fix some of those query classes to better handle the number of items in the bar.
I'll also look into the tabs issue that happens when the window size is smaller, and come up with some solutions for that.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

JohnathanGalt
Northern Sky Industries
63
|
Posted - 2015.04.06 16:10:37 -
[602] - Quote
The graph function is not working for me as well, and as this is the only way you can see past days profits (no tables or other way to see this data), I am basically dead in the water for daily totals. Anyone have a workaround or an ETA on when graphs will be working again? |

Jeronica
Nex Exercitus Northern Coalition.
381
|
Posted - 2015.04.06 16:23:51 -
[603] - Quote
JohnathanGalt wrote:The graph function is not working for me as well, and as this is the only way you can see past days profits (no tables or other way to see this data), I am basically dead in the water for daily totals. Anyone have a workaround or an ETA on when graphs will be working again? I've just tested the graphs in IE, firefox and chrome.
Can you convo me ingame so we can figure out why yours isn't working?
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

JohnathanGalt
Northern Sky Industries
63
|
Posted - 2015.04.06 16:48:55 -
[604] - Quote
Unfortunately, I do not have access to my client right now. I used to be able to access the graph on my work computer, but now it looks like it is just loading and loading. Does it use any plugins that it did not before? My work has restrictions on what plugins we can add to our browsers. |

Jeronica
Nex Exercitus Northern Coalition.
381
|
Posted - 2015.04.07 12:39:23 -
[605] - Quote
JohnathanGalt wrote:Unfortunately, I do not have access to my client right now. I used to be able to access the graph on my work computer, but now it looks like it is just loading and loading. Does it use any plugins that it did not before? My work has restrictions on what plugins we can add to our browsers.
There should be no new plugins. Have you tried it at home yet?
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Zandor Ormand
Iconoclasm. Important Internet Spaceship League
0
|
Posted - 2015.04.07 13:18:37 -
[606] - Quote
I got my account to work now, but I too have an issue with the graphs. They appear to be loading, but never fully load. |

JohnathanGalt
Northern Sky Industries
63
|
Posted - 2015.04.07 14:55:17 -
[607] - Quote
Jeronica wrote:JohnathanGalt wrote:Unfortunately, I do not have access to my client right now. I used to be able to access the graph on my work computer, but now it looks like it is just loading and loading. Does it use any plugins that it did not before? My work has restrictions on what plugins we can add to our browsers. There should be no new plugins. Have you tried it at home yet?
Just tried it on my IPhone 6, and have the same issue, just appears to endlessly load. Maybe it is something account specific? It is funny because my reports tab kicks out a report with the info, but not the graphs under profits. Weird. |

Zosius
TunDraGon Gate Camp Theory
64
|
Posted - 2015.04.07 21:36:28 -
[608] - Quote
have the same issue with never finishing loading graph...
http://cloakybastard.blogspot.com
|

Zandor Ormand
Iconoclasm. Important Internet Spaceship League
0
|
Posted - 2015.04.11 14:06:01 -
[609] - Quote
Bump @ loading graph issue |

lancemate
Hax. Wrecked.
0
|
Posted - 2015.04.11 21:55:30 -
[610] - Quote
edit - issue resolved just after i posted. |
|

The Real Dethmourne
A Delicious Cake
0
|
Posted - 2015.04.11 22:52:36 -
[611] - Quote
I seem to be having issues putting an API key into the system. I registered/logged in via the eve oauth tool; is that my issue? Please advise. Using Firefox to access, but had the same issue on Chrome. |

Jeronica
Nex Exercitus Northern Coalition.
381
|
Posted - 2015.04.11 23:58:24 -
[612] - Quote
Zandor Ormand wrote:Bump @ loading graph issue
Can you convo me ingame so we can look at reproducing this error?
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Orontes Ovasi
Reikoku Pandemic Legion
19
|
Posted - 2015.04.13 16:27:34 -
[613] - Quote
I endorse this service. Jeronica and his Customer Support team (tweety and Ralyn) are super helpful and nice! |

IMustashU AQuestion
State War Academy Caldari State
3
|
Posted - 2015.04.20 19:30:40 -
[614] - Quote
I also have the loading graph issue. On both chrome and Firefox on win7 x64 |

IMustashU AQuestion
State War Academy Caldari State
3
|
Posted - 2015.04.20 19:49:41 -
[615] - Quote
I have checked the chrome js console and it is showing a 500 (Internal Server Error) geting https://www.eve-mogul.com/profits/month in frontend.evemogulmaterial.scripts.1571f335d79bce7ca46370832f0ae973_1428328199.js on line 581 |

Jeronica
Nex Exercitus Northern Coalition.
382
|
Posted - 2015.04.20 22:06:50 -
[616] - Quote
IMustashU AQuestion wrote:I have checked the chrome js console and it is showing a 500 (Internal Server Error) geting https://www.eve-mogul.com/profits/month in frontend.evemogulmaterial.scripts.1571f335d79bce7ca46370832f0ae973_1428328199.js on line 581
I'll have a look when I return home. Hopefully wednesday or thursday.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Jeronica
Nex Exercitus Northern Coalition.
382
|
Posted - 2015.04.20 23:44:42 -
[617] - Quote
Jeronica wrote:IMustashU AQuestion wrote:I have checked the chrome js console and it is showing a 500 (Internal Server Error) geting https://www.eve-mogul.com/profits/month in frontend.evemogulmaterial.scripts.1571f335d79bce7ca46370832f0ae973_1428328199.js on line 581 I'll have a look when I return home. Hopefully wednesday or thursday.
Scratch that, found the issue. Should be resolved now.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

IMustashU AQuestion
State War Academy Caldari State
3
|
Posted - 2015.04.21 00:20:38 -
[618] - Quote
Jeronica wrote:Scratch that, found the issue. Should be resolved now.
Yep seems to be resolved but now past 30 day graph is showing 12 month graph. |

Rita Jita
Rita Jita Universal
1907
|
Posted - 2015.04.21 23:37:42 -
[619] - Quote
Hi, trying to get all my data up on the leaderboard but not sure why, but alot of my transactions don't show a buy price, giving 0 profits, and also i can't seem to make my corp name visible on the leaderboard.
any idea's ?
Founder of the "Haulers Channel"
Come Check It Out
https://forums.eveonline.com/default.aspx?g=posts&t=176309
|

Jeronica
Nex Exercitus Northern Coalition.
382
|
Posted - 2015.04.22 01:54:09 -
[620] - Quote
Rita Jita wrote:Hi, trying to get all my data up on the leaderboard but not sure why, but alot of my transactions don't show a buy price, giving 0 profits, and also i can't seem to make my corp name visible on the leaderboard.
any idea's ?
The name on the leaderboards is your profile name, editable here: https://eve-mogul.com/user
Also, please make sure your preferences has anonymous set to off.
As far as your transactions not showing a buy price, do you mean they're not giving profits? The site usually takes about a week, depending on your trading volume, to generate your stock to assign prices to items. I'm adding a system currently to allow adding stock with a custom price but isn't implemented yet.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|
|

Jeronica
Nex Exercitus Northern Coalition.
382
|
Posted - 2015.04.22 01:55:36 -
[621] - Quote
IMustashU AQuestion wrote:Jeronica wrote:Scratch that, found the issue. Should be resolved now. Yep seems to be resolved but now past 30 day graph is showing 12 month graph.
Looking into this. I'll get a patch up when I return home hopefully tomorrow (list of to-do things relating to many things is piling up, lol).
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Rita Jita
Rita Jita Universal
1907
|
Posted - 2015.04.22 02:04:37 -
[622] - Quote
Ok, i try changing the public information section, but when i hit submit it just disapears
Founder of the "Haulers Channel"
Come Check It Out
https://forums.eveonline.com/default.aspx?g=posts&t=176309
|

Rita Jita
Rita Jita Universal
1907
|
Posted - 2015.04.22 02:20:29 -
[623] - Quote
tryed both serveral time, it just blinks and my input disapears
i'm quite computer savy tbh, its buggy and i've ran out of idea's lol
Founder of the "Haulers Channel"
Come Check It Out
https://forums.eveonline.com/default.aspx?g=posts&t=176309
|

Jeronica
Nex Exercitus Northern Coalition.
382
|
Posted - 2015.04.22 02:24:05 -
[624] - Quote
Rita Jita wrote:tryed both serveral time, it just blinks and my input disapears
i'm quite computer savy tbh, its buggy and i've ran out of idea's lol
Changed your account for you. Kind of odd, I've changed it 4 times just now for my own account. I'll ask around and see if others are having issues.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Rita Jita
Rita Jita Universal
1907
|
Posted - 2015.04.22 02:30:32 -
[625] - Quote
thank you very much, had a few UI errors tbh but got past most of them.
main ones being the login screen, the input feilds don't link up
http://i.imgur.com/9YUz9eG.png
and also the notifications window UI is out of alignment
http://i.imgur.com/8mSqzPU.png
cheers for changing my name though : )
Founder of the "Haulers Channel"
Come Check It Out
https://forums.eveonline.com/default.aspx?g=posts&t=176309
|

Jeronica
Nex Exercitus Northern Coalition.
382
|
Posted - 2015.04.22 02:36:06 -
[626] - Quote
Odd, I thought I fixed that notifications page glitch. Can you see if it's fixed now?
And the fields technically are linked up, but the remember me checkbox isn't showing for some reason. I'll have a look tomorrow or Thursday and fix the login page.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Rita Jita
Rita Jita Universal
1907
|
Posted - 2015.04.22 02:53:40 -
[627] - Quote
alrighty, the notifications page is still the same at time of writting (yes i refreshed : ))
Founder of the "Haulers Channel"
Come Check It Out
https://forums.eveonline.com/default.aspx?g=posts&t=176309
|

IMustashU AQuestion
State War Academy Caldari State
3
|
Posted - 2015.04.22 20:54:40 -
[628] - Quote
When i try to change my name on https://www.eve-mogul.com/user it dose's not change. |

okoolos rimmer
Napkin Nation
85
|
Posted - 2015.04.23 20:14:59 -
[629] - Quote
Anyone else has trouble loading "overall items" and "past 30 days items" ? Doesn't load for me no matter how long I wait. |

Rita Jita
Rita Jita Universal
1907
|
Posted - 2015.04.25 03:48:05 -
[630] - Quote
Quote:As far as your transactions not showing a buy price, do you mean they're not giving profits? The site usually takes about a week, depending on your trading volume, to generate your stock to assign prices to items. I'm adding a system currently to allow adding stock with a custom price but isn't implemented yet.
Is there anyways you can have a look at my account, because i get the feeling its never going to catch up with my volume of trade. currently paying max subscription, but the profit projections are miles below my actual profits.
http://i.imgur.com/FFlzxZf.png
this is my personal wallet tracking tool, using eve api. you can see the difference : )
Founder of the "Haulers Channel"
Come Check It Out
https://forums.eveonline.com/default.aspx?g=posts&t=176309
|
|

Jeronica
Nex Exercitus Northern Coalition.
382
|
Posted - 2015.04.25 05:11:33 -
[631] - Quote
Rita Jita wrote:Quote:As far as your transactions not showing a buy price, do you mean they're not giving profits? The site usually takes about a week, depending on your trading volume, to generate your stock to assign prices to items. I'm adding a system currently to allow adding stock with a custom price but isn't implemented yet. Is there anyways you can have a look at my account, because i get the feeling its never going to catch up with my volume of trade. currently paying max subscription, but the profit projections are miles below my actual profits. http://i.imgur.com/FFlzxZf.png
this is my personal wallet tracking tool, using eve api. you can see the difference : )
It should eventually catch up, depending on if you do more than 2560 transactions per hour ;).
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Jeronica
Nex Exercitus Northern Coalition.
382
|
Posted - 2015.04.25 17:02:59 -
[632] - Quote
So, recently I've been working with a few active Mogul users to start development on a new section of the site called the "hangar".
The name is kind of a misnomer, in the sense that it's not a list of your ingame assets, instead of what the site knows you have.
Here's a screenshot of my hangar: http://liveleaq.com/img/jer_vntdbTIU.jpg
What's included with the new update is a tagging system, and I'm currently working on the details page for each item. I welcome everyone to try it out, send me evemails with bugs/ideas/features you can think of.
-Jer
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Xentarus Maximus
Das Raumfahrer Syndikat The Volition Cult
1
|
Posted - 2015.04.26 12:22:23 -
[633] - Quote
the register/sigin function dont work for me.... or you check the signups manuelly? thanks. |

Jeronica
Nex Exercitus Northern Coalition.
382
|
Posted - 2015.04.26 15:12:15 -
[634] - Quote
I was just able to register/activate successfully with both SSO and email. Can you be a bit more descriptive on the issue you're having?
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Xentarus Maximus
Das Raumfahrer Syndikat The Volition Cult
1
|
Posted - 2015.04.26 18:50:17 -
[635] - Quote
i write email and password and password again in the fields, click create an account and the site reloaded after clickling with my information. nothing changes,... no email on my account. sign in dont work with my informations...
tested it with up to date firefox and ie browser.
i found your error: your script dont accept/don't work with .de (german) mail adress ending. i tested it with .com and i become the message
Sign up
Your account has been created.
However, this website requires account activation, an activation key has been sent to the e-mail address you provided.
Please check your e-mail for further information.
can you fix it or i must create a .com adress? |

Xentarus Maximus
Das Raumfahrer Syndikat The Volition Cult
1
|
Posted - 2015.04.26 18:52:52 -
[636] - Quote
i write email and password and password again in the fields, click create an account and the site reloaded after clickling with my information. nothing changes,... no email on my account. sign in dont work with my informations...
tested it with up to date firefox and ie browser.
edit:
i found your error: your script dont accept/don't work with .de (german) mail adress ending. i tested it with .com and i become the message
Sign up
Your account has been created.
However, this website requires account activation, an activation key has been sent to the e-mail address you provided.
Please check your e-mail for further information.
can you fix it or i must create a .com adress? |

Nameless Hermit
Unnamed Hermitage
0
|
Posted - 2015.04.27 02:36:59 -
[637] - Quote
If we stage in Amarr, is there a way to switch the price to Amarr price instead of always using jita? |

okoolos rimmer
Napkin Nation
85
|
Posted - 2015.04.27 19:18:12 -
[638] - Quote
My requests:
1) Scenario: I select a bunch of tags in hangar bay . Then I click an item for details. Now I want to go back. The only way to do that is clicking "my hangar bay" which erases current tag selection.
2) Ability to select a different trade hub.
3) Custom GLOBAL throttle number to see more items on the page. (Yeah I know I can change it in the address bar)
4) Hangar bay selection count. i.e "selected 4/15 items". Similarly "isk: 14656/800000". If no item is selected I still want to know how many items are displayed and their total value. (Similar to the way inventory works).
5) Ability to see what tags each item has just by looking at them in the hangar bay. Maybe another column or "hover over info" ?
6) Remove "tagged items" from profit overview.
7) Ability to change station for "crest data"
8) Ability to see which items have NO tags.
9) Relevant order and profit margin information in item details.
cheers. |

Zahara Cody
Imperial Corrections Service.
170
|
Posted - 2015.04.27 19:24:44 -
[639] - Quote
10) Wash the dishes, take out trash, do the laundry, mow the yard
simple |

Jeronica
Nex Exercitus Northern Coalition.
382
|
Posted - 2015.04.28 11:24:24 -
[640] - Quote
Xentarus Maximus wrote:i write email and password and password again in the fields, click create an account and the site reloaded after clickling with my information. nothing changes,... no email on my account. sign in dont work with my informations...
tested it with up to date firefox and ie browser.
edit:
i found your error: your script dont accept/don't work with .de (german) mail adress ending. i tested it with .com and i become the message
Sign up
Your account has been created.
However, this website requires account activation, an activation key has been sent to the e-mail address you provided.
Please check your e-mail for further information.
can you fix it or i must create a .com adress?
Can you PM me your email and I'll change it to .de and activate it. I'll also look into why its not letting you register with a .de address (we have 90 people already registered with .de).
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|
|

Jeronica
Nex Exercitus Northern Coalition.
382
|
Posted - 2015.04.28 14:15:16 -
[641] - Quote
In celebration of successful patch day, I've made a promo code for everyone to use: "skins". Free 14 standard days for everyone!
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Nameless Hermit
Unnamed Hermitage
0
|
Posted - 2015.04.30 11:45:46 -
[642] - Quote
Jeronica wrote:In celebration of successful patch day, I've made a promo code for everyone to use: "skins". Free 14 standard days for everyone! Is there a away to stage the base of operation in Amarr and use Amarr prices? |

Jeronica
Nex Exercitus Northern Coalition.
383
|
Posted - 2015.04.30 13:08:43 -
[643] - Quote
Nameless Hermit wrote:Jeronica wrote:In celebration of successful patch day, I've made a promo code for everyone to use: "skins". Free 14 standard days for everyone! Is there a away to stage the base of operation in Amarr and use Amarr prices?
User selectable trade hub is on the list of additions I'll be adding.
Will have it added soon!
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Jeronica
Nex Exercitus Northern Coalition.
383
|
Posted - 2015.05.03 03:14:10 -
[644] - Quote
I've converted all your old special edition ships to skins!
What does this mean? I looked up the old ships with "Edition" in their names, looked up their relevant skin and ship and gave you stock accordingly.
The breakdown goes:
Ship Price = current Jita buy price Skin Price = Pre-patch stock price - ship price
For a real example: Stock Price: 220,000,000.00 Stock Name: Thorax Inner Zone Shipping Edition Give Ship Stock: Thorax Ship price: 10,270,000.57 Give Skin Name: Thorax Inner Zone Shipping SKIN (Permanent) Skin price: 209,729,999.43
What does this mean? In reality, it says you bought the skin for 209mil (this person lost ~100mil as of this post).
Another example: Stock Price: 8,999,999.00 Stock Name: Punisher Kador Edition Give Ship Stock: Punisher: 597 Ship price: 400,800.29 Give Skin Name: Punisher Kador SKIN (Permanent) Skin price: 8,599,198.71
This person made ~25mil, current skin is selling for 34mil and acquired it for ~8.5mil
This felt like the easiest/fairest way to convert and calculate the conversion. If you have any questions, feel free to mail me.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Evey Justice
Native Freshfood Minmatar Republic
0
|
Posted - 2015.05.05 05:56:46 -
[645] - Quote
Hi Jeronica,
Just wanted to quickly say that the text on the item history page (where it lists the buy/sell transactions for an item) is white for some reason, you can only read it if you highlight it first. Thanks love the site.
|

okoolos rimmer
Napkin Nation
86
|
Posted - 2015.05.09 07:16:34 -
[646] - Quote
Couple requests for hangar item details:
1) Can we get item's "average cost"?
Right now it lists all stacks with associated costs which doesn't really tell me much. If for example I have two stacks : one for 100 isk and another for 1 mil isk. If I decide to sell the 100 isk one for 200 isk it may seem like I'm making a profit when in reality I'm taking a huge loss. I end up calculating average cost every single time using a calculator. That "average cost" should also be displayed in hangar main dock where all the items are listed. (Could simply be another column).
2) Item details tells me the "all time profit" for the item. I'd prefer "last month" or ideally a user selectable period.
cheers. |

Rajib Habib
Order Collective Gentlemen's.Club
0
|
Posted - 2015.05.11 02:57:39 -
[647] - Quote
I had been using the 7 day trial for less than 24 hours and then I logged back in and there was no api information and was unlinked with my eve account. When I tried to redo everything it said that account was already used?
What should I do
also where are the costs associated with the different levels of subscription?
|

okoolos rimmer
Napkin Nation
86
|
Posted - 2015.05.11 09:18:39 -
[648] - Quote
Rajib Habib wrote:I had been using the 7 day trial for less than 24 hours and then I logged back in and there was no api information and was unlinked with my eve account. When I tried to redo everything it said that account was already used?
What should I do
also where are the costs associated with the different levels of subscription?
My suggestion is to pm jeronica to get your account sorted out. As for costs the subscription plans are on the main page (50,100,150 mil/month I think) |

Thalos Elongus
30plus Fidelas Constans
19
|
Posted - 2015.05.15 09:29:22 -
[649] - Quote
Hi
I tried it, but i am missing the option to at least auto price crafted wares at a "Sell to jita buy order" price (or make it buy/sell and let the user pick)
All my crafted wares would need manual tending in order to set them up properly. this is getting quite annoying. I know you will have a hard time getting the real cost for the items i crafted, but the jita price is a good base to start from.
And also for some items i am not that interested in all the "stacks" - for example trit. How about a flag to automatically merge all stock into a single stock item for some items? |

okoolos rimmer
Napkin Nation
87
|
Posted - 2015.05.15 20:23:59 -
[650] - Quote
Thalos Elongus wrote:Hi
I tried it, but i am missing the option to at least auto price crafted wares at a "Sell to jita buy order" price (or make it buy/sell and let the user pick)
All my crafted wares would need manual tending in order to set them up properly. this is getting quite annoying. I know you will have a hard time getting the real cost for the items i crafted, but the jita price is a good base to start from.
And also for some items i am not that interested in all the "stacks" - for example trit. How about a flag to automatically merge all stock into a single stock item for some items?
Mogul keeps track of how much you pay for items and then calculates profit off that. It does not work as manufactured items go (yet). As a manufacturer I tend to look at my profits as a general indicator of by how much is my net worth increasing.
|
|

Anomander Rekt
LYNtards Mining Guild
0
|
Posted - 2015.05.16 16:19:53 -
[651] - Quote
Rajib Habib wrote:I had been using the 7 day trial for less than 24 hours and then I logged back in and there was no api information and was unlinked with my eve account. When I tried to redo everything it said that account was already used?
What should I do
also where are the costs associated with the different levels of subscription?
I have the exact same problem. I can't log into my station trader alt's account even after switching characters on the login screen, it instantly uses my main... |

Rita Jita
Rita Jita Universal
1914
|
Posted - 2015.05.27 00:32:25 -
[652] - Quote
ever considered doing prizes for top spot ?
or some kind of incentive ?
Founder of the "Haulers Channel"
Come Check It Out
|

Thalos Elongus
30plus Fidelas Constans
19
|
Posted - 2015.06.03 11:47:10 -
[653] - Quote
okoolos rimmer wrote:Thalos Elongus wrote:Hi
I tried it, but i am missing the option to at least auto price crafted wares at a "Sell to jita buy order" price (or make it buy/sell and let the user pick)
All my crafted wares would need manual tending in order to set them up properly. this is getting quite annoying. I know you will have a hard time getting the real cost for the items i crafted, but the jita price is a good base to start from.
And also for some items i am not that interested in all the "stacks" - for example trit. How about a flag to automatically merge all stock into a single stock item for some items? Mogul keeps track of how much you pay for items and then calculates profit off that. It does not work as manufactured items go (yet). As a manufacturer I tend to look at my profits as a general indicator of by how much is my net worth increasing.
I never "pay" for the items. But they should be "worth" at least "Jita sell"
Currently i have several billions a month that dont show up as a "profit" and mess up the average profit from items that I imported into my system
|

Elizabeth Norn
Nornir Research Create Alliance
594
|
Posted - 2015.06.03 12:06:36 -
[654] - Quote
Rita Jita wrote:ever considered doing prizes for top spot ?
or some kind of incentive ?
Haha, isn't making the most money incentive enough?
.
|

Dr J Watson
Suddenly Sales Suddenly Spaceships.
0
|
Posted - 2015.06.05 19:01:51 -
[655] - Quote
Hi,
I'm Currently unable to add a Corporation Key to the site. It simply displays this "There was an issue processing your API. Perhaps it's already saved?"
Any way to fix it as i just payed a Month of Usages and i'd like to get trading trough my Corporation ;)
Thank you in Advance. |

Jeronica
Habitual Euthanasia Pandemic Legion
385
|
Posted - 2015.06.09 03:13:01 -
[656] - Quote
Dr J Watson wrote:Hi,
I'm Currently unable to add a Corporation Key to the site. It simply displays this "There was an issue processing your API. Perhaps it's already saved?"
Any way to fix it as i just payed a Month of Usages and i'd like to get trading trough my Corporation ;)
Thank you in Advance.
Have a try now, I removed the corp from the database.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Dr J Watson
Suddenly Sales Suddenly Spaceships.
0
|
Posted - 2015.06.09 15:29:04 -
[657] - Quote
Worked :)
Thank you very much. |

Darion Maken
Deep Core Mining Inc. Caldari State
0
|
Posted - 2015.06.09 20:52:22 -
[658] - Quote
Hello - I started using the trial version about two days ago and I have some questions.
1. I buy the same items in different hubs. Then sometimes resell right there, and sometimes haul to a different spot. How does EVE Mogul assign a cost basis for this? Average it all together? Or try to keep track of origin and the cost basis for the sale?
2. Pulls of transactions (but not orders) on the trial version seem to have an hour delay. Is this one of the main differences to incent upgrade to premium or elite? What delay could I expect on those?
3. Profit % is calculated how? I'm assuming this truly is the profit percentage (net profit / cost) as opposed to profit margin (net profit / revenue).
4. Besides doing the math myself - is there a way to see the total value of a transaction in that tab? Right now it has the per item price and total profit. Can be confusing until you factor in the volumes.
5. Last question is a general trading - what tools do you use to help trade? I'm currently using Evernus. And considering purchasing Regnars spreadsheets. Any recommendations?
I'm off to a slow start - takes a while to build up inventory (any hints?). Started this last weekend and now up to 250M a day profit for yesterday and today. Would like to see that closer to a half billion though. We'll see - I started EVE a month ago and am finding this to be the most complex MMORG I've played. Having fun though.
Darion |

Thalos Elongus
30plus Fidelas Constans
21
|
Posted - 2015.06.10 14:41:28 -
[659] - Quote
Darion Maken wrote:Hello - I started using the trial version about two days ago and I have some questions.
1. I buy the same items in different hubs. Then sometimes resell right there, and sometimes haul to a different spot. How does EVE Mogul assign a cost basis for this? Average it all together? Or try to keep track of origin and the cost basis for the sale?
FIFO - First in First Out
2. Pulls of transactions (but not orders) on the trial version seem to have an hour delay. Is this one of the main differences to incent upgrade to premium or elite? What delay could I expect on those?
The delay is caused by Eve. The data is cached and will only update once it expiers
3. Profit % is calculated how? I'm assuming this truly is the profit percentage (net profit / cost) as opposed to profit margin (net profit / revenue).
ASAIK its also considering tax
4. Besides doing the math myself - is there a way to see the total value of a transaction in that tab? Right now it has the per item price and total profit. Can be confusing until you factor in the volumes.
Not that i know of
5. Last question is a general trading - what tools do you use to help trade? I'm currently using Evernus. And considering purchasing Regnars spreadsheets. Any recommendations?
Excel
I'm off to a slow start - takes a while to build up inventory (any hints?). Started this last weekend and now up to 250M a day profit for yesterday and today. Would like to see that closer to a half billion though. We'll see - I started EVE a month ago and am finding this to be the most complex MMORG I've played. Having fun though.
Check your items with a short shelf life, this will optimize your profits. Selling 100M worth of stuff for 10% daily beats selling 100M worth of stuff for 15% in a week
Darion
|

Don Patrick
Brave Newbies Inc. Brave Collective
1
|
Posted - 2015.06.10 19:41:01 -
[660] - Quote
I re-subscribed for 50 mil few days ago. Then I decided I would like to have top sold items past 30 days and tried if I could upgrade to 100 mil just by giving more money and choosing Premium from Subscription Status.
I guess eve-mogul API checker isn't that smart. It also didn't add more time to my standard subscription. Is there way to fix this and make my subscription Premium one middle of Standard subscription period? |
|

Poxs62
StarTrucks Prometheus Allegiance
3
|
Posted - 2015.06.15 11:03:54 -
[661] - Quote
Can i say loving the work you done here :)
But a quick question have just been playing with your site for 48hours on the trial
Can you confirm what level of subscription is the trial based on? Is it the basic, adv or elite?
Also i know im being tight, but if i upgrade mid trial do i still get my freebies lol :) |

Jita Joker
Jokers Joke Corporation
0
|
Posted - 2015.06.17 07:39:35 -
[662] - Quote
i'm trading with my corp (bad idea? if yes - why?)
i don't see any profits
also https://www.eve-mogul.com/user/notifications seems broken on firefox messages are on the right side of the Delete all button |

Poxs62
StarTrucks Prometheus Allegiance
3
|
Posted - 2015.06.18 20:32:57 -
[663] - Quote
ok it seems that evemogul has stopped pulling my data
http://gyazo.com/965aa8e89850c296bba4673c5dd4350d
is the last pull that i have had. tried sitting in teh public channel and nothing happening, any news/support etc |

Sam Watt
Faugh an Beallach
1
|
Posted - 2015.06.19 00:31:03 -
[664] - Quote
Any new promo codes ? |

Don Patrick
Brave Newbies Inc. Brave Collective
1
|
Posted - 2015.06.21 20:24:01 -
[665] - Quote
Does Custom Top Profit work for anyone?
When I go to page, it loads my all time top list, but I had really good day today, and I want to see what were my top items today. When I put any date filter, nothing happens. Load bar keeps scrolling, but it scrolls even when I do not enter any filters.
http://puu.sh/ixALo/aafde3c2e6.png |

okoolos rimmer
Napkin Nation
88
|
Posted - 2015.06.22 00:24:37 -
[666] - Quote
No top profit never really worked. Luckily jeronica just changed things on the back end and fix is in the works. |

Jeronica
Habitual Euthanasia Pandemic Legion
385
|
Posted - 2015.06.22 03:50:23 -
[667] - Quote
Moved servers recently. Haven't yet enabled SSL on that server yet so you may need to navigate to http://www.eve-mogul.com.
If that doesn't work and you still get connection refused, try clearing browser cache.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Anna Cusack
A Universe With No Boundaries
0
|
Posted - 2015.06.22 12:40:00 -
[668] - Quote
Hi,
the Custom Top Profits doesn't seem to be working, after selecting two dates, it keeps running without displaying anything new |

Poxs62
StarTrucks Prometheus Allegiance
3
|
Posted - 2015.06.22 15:03:20 -
[669] - Quote
Am i right in assuming you have taken the site down to do your upgrades? just getting the 503 :(
cheers |

Jeronica
Habitual Euthanasia Pandemic Legion
385
|
Posted - 2015.06.23 11:46:47 -
[670] - Quote
Poxs62 wrote:Am i right in assuming you have taken the site down to do your upgrades? just getting the 503 :(
cheers
Tyring to get the site from http://www.eve-mogul.com and https://www.eve-mogul.com should be working now, let me know if you get any more issues.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|
|

Poxs62
StarTrucks Prometheus Allegiance
3
|
Posted - 2015.06.23 12:00:17 -
[671] - Quote
http://gyazo.com/39b77317d22aa0efdc469bb106d8d59f
failing on the https :)
but another problem i have had is my api seems to be locking every 48-72 hours, it stopped pulling again today @ about 0430 - Have reimported it before downtime and as of yet it still hasn't pulled any data?
Had it before and had to remake a new API, any ideas? |

Don Patrick
Brave Newbies Inc. Brave Collective
1
|
Posted - 2015.06.23 14:19:49 -
[672] - Quote
Poxs62 wrote:http://gyazo.com/39b77317d22aa0efdc469bb106d8d59f
failing on the https :)
but another problem i have had is my api seems to be locking every 48-72 hours, it stopped pulling again today @ about 0430 - Have reimported it before downtime and as of yet it still hasn't pulled any data?
Had it before and had to remake a new API, any ideas?
Last time my API is pulled is 04:28:09. Seems like it is not just your account or API. |

Poxs62
StarTrucks Prometheus Allegiance
3
|
Posted - 2015.06.23 14:35:32 -
[673] - Quote
Don Patrick wrote:Poxs62 wrote:http://gyazo.com/39b77317d22aa0efdc469bb106d8d59f
failing on the https :)
but another problem i have had is my api seems to be locking every 48-72 hours, it stopped pulling again today @ about 0430 - Have reimported it before downtime and as of yet it still hasn't pulled any data?
Had it before and had to remake a new API, any ideas? Last time my API is pulled is 04:28:09. Seems like it is not just your account or API.
aye i have even re-added 2 new apis one was set to not expire and the most recent a 12month expiry left them both for at least 90minutes and neither has pulled... clearly a problem :( |

Pornogeros
Pornogeros A.E.
0
|
Posted - 2015.06.23 14:56:07 -
[674] - Quote
Jeronica wrote:Poxs62 wrote:Am i right in assuming you have taken the site down to do your upgrades? just getting the 503 :(
cheers Tyring to get the site from http://www.eve-mogul.com and https://www.eve-mogul.com should be working now, let me know if you get any more issues.
I can't even get to the site 2 days now. Right this moment none of the above works for me. |

Pornogeros
Pornogeros A.E.
0
|
Posted - 2015.06.23 15:51:32 -
[675] - Quote
The http version seems ok now. I hope for https too. |

Jeronica
Habitual Euthanasia Pandemic Legion
385
|
Posted - 2015.06.24 00:48:12 -
[676] - Quote
I fixed the API sequence. Somehow the profit calc function got flooded onto the queue (many thousand jobs) and was holding it up and not letting API process. My supervisor process should check for a queued job before adding a new one now.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Sievegirl MacFlyscreen
Snipertech Extraction and Engineering
0
|
Posted - 2015.06.28 11:18:38 -
[677] - Quote
Hi The cache problem seems to have caused an error with my the isk I sent for a subscription to Tackled in Belt with the correct key. The website timed out during this process. I am subscribing under this character. Can you look into the problem for me or do you need more info? |

Nutbolt
Avalon Project Shadow Rock Alliance
94
|
Posted - 2015.06.29 06:58:55 -
[678] - Quote
Still cannot access the site via HTTPS. Being a paranoid person who works in Information Security, pretty please get this working again :) Thanks
Join Avalon Project Today!
|

okoolos rimmer
Napkin Nation
97
|
Posted - 2015.07.02 14:03:29 -
[679] - Quote
website is down. My poor e-peen! |

okoolos rimmer
Napkin Nation
100
|
Posted - 2015.07.04 15:18:02 -
[680] - Quote
CCP changed CREST from http to https and now CREST viewer is not working. |
|

Jeronica
Habitual Euthanasia Pandemic Legion
386
|
Posted - 2015.07.04 16:37:22 -
[681] - Quote
Made that change just now, thanks rimmer!
New promo code for July 4th!: USAUSA
Enjoy your 4th guys if you're American, otherwise enjoy your normal day :)
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Barrak
Wormhole Engineers Greater Realms
131
|
Posted - 2015.07.06 14:15:57 -
[682] - Quote
Hi,
Your site/app was recommended to me from another thread.
I'm seeking a little help in setting up.
I have three traders currently. One buyer and two sellers. All are in the same corporation, thus I was trying to setup a corporation login as all the trades they make (buying and selling) are through the corp.
However I can only seem to setup individuals. Is this correct or can I set up a corp?
Regards
Barrak |

Jeronica
Habitual Euthanasia Pandemic Legion
386
|
Posted - 2015.07.06 15:17:36 -
[683] - Quote
Barrak wrote:Hi,
Your site/app was recommended to me from another thread.
I'm seeking a little help in setting up.
I have three traders currently. One buyer and two sellers. All are in the same corporation, thus I was trying to setup a corporation login as all the trades they make (buying and selling) are through the corp.
However I can only seem to setup individuals. Is this correct or can I set up a corp?
Regards
Barrak
You can add a corporation key in the add API section. I haven't personally tested it recently but I've had others sign up and got their corp added.
Make sure you select the correct division, the name might now match (need to look and fix that), but the order should be correct (Division 0, 1, 2, etc).
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Darion Maken
Deep Core Mining Inc. Caldari State
2
|
Posted - 2015.07.13 17:03:31 -
[684] - Quote
Ok - been trading for a little over a month and have been doing well. But running into a couple of glitches.
1. Inventory management. I use spreadsheets and find the longest, pain in the butt job is to update my inventory to decide buys and/or transfer of stock from other hubs. I have sell orders with quantities that need to have inventory at that station added to it. Across 50 products and multiple characters - it has become a chore. Any thought to adding basic inv management to EVEmogul? If not - does anyone have a tool they can recommend?
2. I've started purchasing stock directly from manufacturers (contracts) and someday soon hope to make some of it myself. EVE Mogul doesn't have transactions for these events (near as I can tell). This messes up my item and station profit graphs. I realize allowing people to self add purchase transactions could be rife with problems (ie: leaderboards can be manipulated). But perhaps we could have two sets of books. One that uses self reported purchases / manufacturing but the leader boards are only done using EVE transactions? I don't care about the leaderboards - I'm anonymous in there anyway. But I do use the reports to tune my transaction mix. And they are rapidly becoming useless.
If not self added transactions - perhaps an addition of a 'revenue' graph? That could be a proxy for the above?
Darion |

Anna Cusack
A Universe With No Boundaries
0
|
Posted - 2015.07.14 13:45:15 -
[685] - Quote
Hi, it's been a week now that when I try to log on using this account and when I select this character it logs me on another character (situated on another account) on eve-mogul
(probably made a mistake once between siggy and eve mogul with the eve login) now I just can't log on  |

Jeronica
Habitual Euthanasia Pandemic Legion
387
|
Posted - 2015.07.14 14:45:51 -
[686] - Quote
Darion Maken wrote:Ok - been trading for a little over a month and have been doing well. But running into a couple of glitches.
1. Inventory management. I use spreadsheets and find the longest, pain in the butt job is to update my inventory to decide buys and/or transfer of stock from other hubs. I have sell orders with quantities that need to have inventory at that station added to it. Across 50 products and multiple characters - it has become a chore. Any thought to adding basic inv management to EVEmogul? If not - does anyone have a tool they can recommend?
I've thought about adding the API end points to track inventory, just havent gone down that path yet until im completely satisfied with mogul's primary function(s). Ive been talking to some users and adding an "origin" location for a stock item is something I may add in the future. Is this what you had in mind? Or inventory management in the sense that you want it to track between stations.
Quote:
2. I've started purchasing stock directly from manufacturers (contracts) and someday soon hope to make some of it myself. EVE Mogul doesn't have transactions for these events (near as I can tell). This messes up my item and station profit graphs. I realize allowing people to self add purchase transactions could be rife with problems (ie: leaderboards can be manipulated). But perhaps we could have two sets of books. One that uses self reported purchases / manufacturing but the leader boards are only done using EVE transactions? I don't care about the leaderboards - I'm anonymous in there anyway. But I do use the reports to tune my transaction mix. And they are rapidly becoming useless.
If not self added transactions - perhaps an addition of a 'revenue' graph? That could be a proxy for the above?
Darion
I've actually allowed custom stock to be added pretty easily (may make it easier via copy/paste contract listings where you enter your own price). You can add stock by navigating to the item in the hangar and clicking "add stock".
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Jeronica
Habitual Euthanasia Pandemic Legion
387
|
Posted - 2015.07.14 14:56:26 -
[687] - Quote
Anna Cusack wrote:Hi, it's been a week now that when I try to log on using this account and when I select this character it logs me on another character (situated on another account) on eve-mogul (probably made a mistake once between siggy and eve mogul with the eve login) now I just can't log on 
If you can evemail me your characters, I'll have a look at the login connection.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Darion Maken
Deep Core Mining Inc. Caldari State
2
|
Posted - 2015.07.14 21:22:21 -
[688] - Quote
Jeronica wrote: I've thought about adding the API end points to track inventory, just havent gone down that path yet until im completely satisfied with mogul's primary function(s). Ive been talking to some users and adding an "origin" location for a stock item is something I may add in the future. Is this what you had in mind? Or inventory management in the sense that you want it to track between stations.
Bottom line is I keep a number of days of stock in my various hubs. Some of the stock as sell orders - some in inventory waiting to be listed. When I want to restock the hub - it's a pain going through all my items by sell order and by inventory to then figure out what needs to be restocked. A tool that says - you have 57 of A, 22 of B, 347 of C, etc by hub by character would be perfect. Even if it was just by character that would be fine. Make sense? EVE Mogul does list out the sell orders by characters. That's positive. Then I have to go into EVE (or Evernus) to get my inventory. Add them up and make decisions.
Darion
|

okoolos rimmer
Napkin Nation
111
|
Posted - 2015.07.16 00:51:41 -
[689] - Quote
For what's it worth mogul hangar lists your inventory. You can even tag several different items with tags for quick access. There are few bugs and problems (like not giving you total weighted average cost) but those are minor issues.
|

Jeronica
Habitual Euthanasia Pandemic Legion
389
|
Posted - 2015.07.17 17:37:58 -
[690] - Quote
I'm aware of the service issue. Don't worry, the backend server is still running and processing API pulls. I'll be able to look at the frontend containers later today after work.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|
|

okoolos rimmer
Napkin Nation
111
|
Posted - 2015.07.18 17:58:13 -
[691] - Quote
It's dead Jim! |

Nyataki Meally
Caldari Provisions Caldari State
0
|
Posted - 2015.07.19 16:51:50 -
[692] - Quote
Its down, again ;( |

okoolos rimmer
Napkin Nation
114
|
Posted - 2015.07.19 22:23:01 -
[693] - Quote
Yeah he fixed it and apparently found the underlaying problem (Hopefully. Something to do with stacking too many lunch boxes err containers) |

Touffik Isayeki
EvE Pour Les Nuls Echoes of Nowhere
0
|
Posted - 2015.07.22 15:59:19 -
[694] - Quote
I haven't been able to access to eve-mogul for the last 3 days. I always get an error 503.
Mogul is kill ? |

okoolos rimmer
Napkin Nation
116
|
Posted - 2015.07.22 16:35:40 -
[695] - Quote
Touffik Isayeki wrote:I haven't been able to access to eve-mogul for the last 3 days. I always get an error 503.
Mogul is kill ?
Working. Try http instead of https. Although there were couple downtimes.
|

Jeronica
Habitual Euthanasia Pandemic Legion
389
|
Posted - 2015.07.23 20:32:39 -
[696] - Quote
okoolos rimmer wrote:Touffik Isayeki wrote:I haven't been able to access to eve-mogul for the last 3 days. I always get an error 503.
Mogul is kill ? Working. Try http instead of https. Although there were couple downtimes.
Yeah, I'll work on getting the https set up correctly. Been having an issue passing through the authentication between the proxy and web containers.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Charlie Drake
Wholesale Transportation Diversified Investments
2
|
Posted - 2015.07.27 17:14:40 -
[697] - Quote
I'm sure I'm not imagining this but wasn't there a % of profit under http://www.eve-mogul.com/transactions
See screenshot: http://imgur.com/aqTFepG
its been gone for a few days for me. |

Jeronica
Habitual Euthanasia Pandemic Legion
389
|
Posted - 2015.07.31 04:34:21 -
[698] - Quote
Must be a feature permission that went haywire. Did you change your subscription type recently?
Also, added a promo code for everyone to help offset the site outages and to show my appreciation: "profit" without quotes. Tell your friends/fellow traders who use mogul :)
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Darion Maken
Deep Core Mining Inc. Caldari State
3
|
Posted - 2015.07.31 13:05:36 -
[699] - Quote
Jeronkca,
Thank you for the 'profit' code but more importantly, thank you for providing this service. I find I use it consistently and it has helped me make ISK and enjoy EVE more.
Darion |

Charlie Drake
Wholesale Transportation Diversified Investments
3
|
Posted - 2015.07.31 22:12:39 -
[700] - Quote
Jeronica wrote:Must be a feature permission that went haywire. Did you change your subscription type recently? Also, added a promo code for everyone to help offset the site outages and to show my appreciation: "profit" without quotes. Tell your friends/fellow traders who use mogul :)
Hmm, yeah that makes sense I was on the trial and then upgraded to elite after using the trial for about 2 days, the timing fits with when it dissapeared. |
|

Jeronica
Habitual Euthanasia Pandemic Legion
391
|
Posted - 2015.08.05 05:08:03 -
[701] - Quote
Charlie Drake wrote:Jeronica wrote:Must be a feature permission that went haywire. Did you change your subscription type recently? Also, added a promo code for everyone to help offset the site outages and to show my appreciation: "profit" without quotes. Tell your friends/fellow traders who use mogul :) This will be fixed in the next revision. Hmm, yeah that makes sense I was on the trial and then upgraded to elite after using the trial for about 2 days, the timing fits with when it dissapeared.
I'm moving to a new set of servers that will be a lot more reliable than the previous set. It'll all be on google cloud. Should help with the uptime and allow me to push more updates quicker (new production workflow).
Site may say 500 error until I get it completed (should be done by tomorrow, database is taking a long time to import).
One thing I did change with the site, is I've changed the API pulls to be account based (so all your data will be pulled at once, and all profit will be generated at that instant). I'll add some events to force a pull (say if you add a character). This will also allow me to reliably create more cache layers for people when new data's available.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

CGD
404 Not Fun
0
|
Posted - 2015.08.06 11:06:20 -
[702] - Quote
Is it terribly slow just for me? |

JohnathanGalt
Northern Sky Industries
63
|
Posted - 2015.08.06 12:57:28 -
[703] - Quote
i am getting 502 Bad Gateway again.....the site has basically been unusable for the past week... Is there any timeline on getting this done? I mean I have been a happy customer for over a year, but if this continues, I might have to explore other options, and trust me, I REALLY don't want to have to do that. Thanks! |

CGD
404 Not Fun
0
|
Posted - 2015.08.06 13:56:19 -
[704] - Quote
JohnathanGalt wrote:i am getting 502 Bad Gateway again.....the site has basically been unusable for the past week... Is there any timeline on getting this done? I mean I have been a happy customer for over a year, but if this continues, I might have to explore other options, and trust me, I REALLY don't want to have to do that. Thanks!
Same as me... most of the times it's not working and the platform is great... i feel i'm loging my premium days for nothing... :( |

D Rack
Southern Cross Incorporated Flying Dangerous
0
|
Posted - 2015.08.06 21:06:32 -
[705] - Quote
The system seems to think that my characters have orders still on the market that have been completed. The orders tab shows that I have orders for items and that an amount of the item is still on the market, but they have been depleted for some time. It may be a regular bug or could be tied to one of my characters purchasing an item that another character had on the market or from itself. It is a problem since I rely on the orders completion notification to bring new items to the station to replace orders. Some help with my account would be greatly appreciated. |

Jeronica
Habitual Euthanasia Pandemic Legion
391
|
Posted - 2015.08.08 15:27:27 -
[706] - Quote
I really apologize guys, google cloud didnt pan out to what I thought it would. I redeployed back to my own servers (using the exact same images google cloud did) and it's running fine.
I urge everyone to use the promo code: profit for 30 free days (will be a valid code for the next few months)
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Poxs62
StarTrucks Prometheus Allegiance
3
|
Posted - 2015.08.09 21:26:07 -
[707] - Quote
Jeronica wrote:I really apologize guys, google cloud didnt pan out to what I thought it would. I redeployed back to my own servers (using the exact same images google cloud did) and it's running fine.
I urge everyone to use the promo code: profit for 30 free days (will be a valid code for the next few months)
hey, problem is cannot log into site as 503 bad gateway when trying to use eve sso |

Jeronica
Habitual Euthanasia Pandemic Legion
391
|
Posted - 2015.08.10 21:13:17 -
[708] - Quote
Poxs62 wrote:Jeronica wrote:I really apologize guys, google cloud didnt pan out to what I thought it would. I redeployed back to my own servers (using the exact same images google cloud did) and it's running fine.
I urge everyone to use the promo code: profit for 30 free days (will be a valid code for the next few months) hey, problem is cannot log into site as 503 bad gateway when trying to use eve sso
SSO issues should be resolved now :)
I've also added a new permission to the site, the ability to show your profit overview on your profile page. This will be useful for people creating bond/loan requests and being able to display their profit history. Example: https://www.eve-mogul.com/profile/1
This is by no means 100% accurate, as the site's moved toward a more personalized configuration (with the ability to adjust stock/prices and the upcoming changes to parsing contracts/creating sell orders). Good for a general overview for people who actually want to perform better.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Hedge Fox
Leverage Investments
48
|
Posted - 2015.08.12 18:47:52 -
[709] - Quote
Its been a while since I've tried using EVE Mogul. Previously, I had a manual account with this character.
Recently, I tried using my API EVE credentials to log in. When I try to add the API of this character, it says "Character already saved" and then it doesn't add the API key.
How do I go about using EVE Mogul with API Login and add a new API key for a character previously used on a different account? |

Jeronica
Habitual Euthanasia Pandemic Legion
391
|
Posted - 2015.08.12 22:55:02 -
[710] - Quote
Hedge Fox wrote:Its been a while since I've tried using EVE Mogul. Previously, I had a manual account with this character.
Recently, I tried using my API EVE credentials to log in. When I try to add the API of this character, it says "Character already saved" and then it doesn't add the API key.
How do I go about using EVE Mogul with API Login and add a new API key for a character previously used on a different account?
Mail me the characters you want to use and the new account you're using (email or character you logged in with).
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|
|

Nouva MacGyver
MacGyver Communications
4
|
Posted - 2015.08.17 01:00:18 -
[711] - Quote
Hi Jeronica,
Using Eve Online to login. Site seems to keep logging me in with another character on the same account although this one was selected during authorisation. Any solution? Already had a saved API for this character. |

Jeronica
Habitual Euthanasia Pandemic Legion
391
|
Posted - 2015.08.17 16:27:54 -
[712] - Quote
Nouva MacGyver wrote:Hi Jeronica,
Using Eve Online to login. Site seems to keep logging me in with another character on the same account although this one was selected during authorisation. Any solution? Already had a saved API for this character.
I'll have a look. Please evemail me with all characters/accounts you're associated with and what you want your primary account to be. I'll also end up re-doing the current eve-online login to handle these issues.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Rapha XX
CFOA Mining and Logistics Division Caldari Fleet and Operations Academy
0
|
Posted - 2015.08.20 05:04:05 -
[713] - Quote
Hey Jeronica!
As I am sure you are super busy I was just curious what I had to do to update my account. Sent the isk to your corp with the code specified in order to upgrade my account and keep getting "Your subscription is not valid" error. Am I doing something wrong? Thanks!
-Rapha XX |

D Rack
Southern Cross Incorporated Flying Dangerous
0
|
Posted - 2015.08.20 17:00:48 -
[714] - Quote
Hey Jeronica,
My account still thinks I have more orders open then I do. It thinks I have 469 open orders when my combined characters only have 279 total orders available. Some help with the account would be great. |

okoolos rimmer
Napkin Nation
123
|
Posted - 2015.08.22 02:27:19 -
[715] - Quote
D Rack wrote: Hey Jeronica,
My account still thinks I have more orders open then I do. It thinks I have 469 open orders when my combined characters only have 279 total orders available. Some help with the account would be great.
Yeah that's mogul back. Seems to display duplicate orders. |

Oskar3 Suisse
Toxic Endeavours The Gallows Alliance
0
|
Posted - 2015.08.22 09:44:10 -
[716] - Quote
hi, i'm not getting any info pulled in, no orders or even my hangar info its been 1- 1,5 hrs.... is there any known issues going on?
|

Anna Cusack
Technoir Dynamics
0
|
Posted - 2015.08.22 11:50:53 -
[717] - Quote
Jeronica wrote:Anna Cusack wrote:Hi, it's been a week now that when I try to log on using this account and when I select this character it logs me on another character (situated on another account) on eve-mogul (probably made a mistake once between siggy and eve mogul with the eve login) now I just can't log on  If you can evemail me your characters, I'll have a look at the login connection.
Hi, I sent the evemail a while ago, and it stil doesn't work |

Philip Ogtaulmolfi
We are not bad. Just unlucky The Bastion
17
|
Posted - 2015.08.26 08:47:26 -
[718] - Quote
Hi, all. Are there any plans to allow merging the data of two characters? I trade be between to system and have a different character in each of them to manage the orders.
Thx |

JitaGodess
500 Percent Markup Triumvirate.
5
|
Posted - 2015.08.27 23:17:41 -
[719] - Quote
Hello.
Firstly, great app! Really enjoying using it.
Few questions.
Firstly, my transactions list always seem to be 2+ hours behind eve time, Is there a way to reduce this? Also, The profit overview doesn't seem to update all that regularly, again, any fix?
Also, i have noticed that the profit on an item is slightly out, and i believe it is because Mogul isn't using the correct stock. i.e.
Item a: bought one at one price, then some more at a cheaper price. Sold the ones i got cheaper, but for more than the ones i bought which were expensive, however mogul is using the more expensive stock as the buy price thus giving only a small percentage profit. If that is comprehensive, is there a way to adjust that?
Also i was thinking about upgrading to the middle 100mila month option. Currently on trial. would i just need to pay 50mil to upgrade?
thanks |

Philip Ogtaulmolfi
We are not bad. Just unlucky The Bastion
17
|
Posted - 2015.08.28 06:11:50 -
[720] - Quote
Hi, Jeronica. One of my API is stuck since yesterday. No error that I can see.
Last API Pull:2015-08-27 16:48:34 Status:API is in good standing
Thx. |
|

Philip Ogtaulmolfi
We are not bad. Just unlucky The Bastion
17
|
Posted - 2015.08.28 22:29:21 -
[721] - Quote
Also, every time I receive new transactions, the last one or two hours are missing.
Thx. |

Jeronica
Habitual Euthanasia Pandemic Legion
392
|
Posted - 2015.08.29 14:15:24 -
[722] - Quote
@JitaGodess
JitaGodess wrote:Hello.
Firstly, great app! Really enjoying using it.
Few questions.
Firstly, my transactions list always seem to be 2+ hours behind eve time, Is there a way to reduce this? Also, The profit overview doesn't seem to update all that regularly, again, any fix?
This may be because I moved the api pulls to account based. Now it pulls all the apis you have at once, and some may not be sync'd cache wise. Make sure you are using a dedicated API so Mogul can trigger the pulls in a way that it always grabs the latest data as the cache is cleared.
Quote: Also, i have noticed that the profit on an item is slightly out, and i believe it is because Mogul isn't using the correct stock. i.e.
Item a: bought one at one price, then some more at a cheaper price. Sold the ones i got cheaper, but for more than the ones i bought which were expensive, however mogul is using the more expensive stock as the buy price thus giving only a small percentage profit. If that is comprehensive, is there a way to adjust that?
That's by design. If you don't want to use a certain price point, you need to remove the stock from the site via item details in hangar. It uses a first in first out method, even if the price is higher than your other stock, as it's a more accurate way of calculating profit.
Quote: Also i was thinking about upgrading to the middle 100mila month option. Currently on trial. would i just need to pay 50mil to upgrade?
thanks
I actually highly suggest you stay with the trial, as it's got the same features as Elite while its in place. If you want to upgrade, you can easily just change the level in your account and it will scale your subscription accordingly.
@Philip Ogtaulmolfi The api returning a wrong cache time is often times CCP's api giving me wrong data. I only record there what CCP's api gives me, so some error on their part return a cache time of 8-28. If it is a full day, it should actually be returning an error. I'll have a look and see if I can diagnose the issue and if I can figure out how to work around it.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Philip Ogtaulmolfi
We are not bad. Just unlucky The Bastion
18
|
Posted - 2015.08.30 14:55:37 -
[723] - Quote
Thx, Jeronica.
Certainly, there is something wrong on CCP's part. Now is the other character in the account, that has a cache timer for the journal for tomorrow, blocking the updates.
API Pull initiated at: 2015-08-30 12:24:02 Starting transaction pull at: 2015-08-30 12:24:03 Starting journals pull at: 2015-08-30 12:24:05 Starting orders pull at: 2015-08-30 12:24:05 Cache Timers transactions : 2015-08-30 12:32:24 journal : 2015-08-31 12:24:05 orders : 2015-08-30 13:21:06 API pull completed at: 2015-08-30 12:24:13 |

Philip Ogtaulmolfi
We are not bad. Just unlucky The Bastion
18
|
Posted - 2015.08.31 15:44:11 -
[724] - Quote
Also, with the problem of some transactions not showing, all that took place in the hour before the pull are missing.
API Pull initiated at: 2015-08-31 14:49:06 Starting transaction pull at: 2015-08-31 14:49:07 Starting journals pull at: 2015-08-31 14:49:12 Starting orders pull at: 2015-08-31 14:49:16 Cache Timers transactions : 2015-08-31 15:16:08 journal : 2015-08-31 15:16:12 orders : 2015-08-31 15:46:16 API pull completed at: 2015-08-31 14:49:20
Transaction in EVE Mogul
Zydrine1732015-08-31 13:37:08 Isogen1812 2015-08-31 13:36:58 Inherent Implants 'Squire' Power Grid Management EG-60312015-08-31 13:04:34
Transactions in My Wallet
2015.08.31 14:33Caldari Navy Wasp 2015.08.31 14:21Caldari Navy Scourge Cruise Missile 2015.08.31 14:08Zydrine 2015.08.31 14:08Isogen 2015.08.31 13:37Zydrine 2015.08.31 13:36Isogen 2015.08.31 13:04Inherent Implants 'Squire' Power Grid Management EG-603
All the transactions after 13:37 are missing. |

Jimmy CC
Deep Core Mining Inc. Caldari State
0
|
Posted - 2015.09.02 11:01:59 -
[725] - Quote
I sent 150m 3 days ago thinking I was paying for Elite and instead it gave me 90 days of Basic. I have now seen that I needed to change that on the page.
Just this one time could you please change my 90 days Basic to 30 days Elite? In future I will avoid making this mistake, I've learned the hard way so I won't be forgetting to easy. |

Philip Ogtaulmolfi
We are not bad. Just unlucky The Bastion
18
|
Posted - 2015.09.02 13:56:01 -
[726] - Quote
Jimmy CC wrote:I sent 150m 3 days ago thinking I was paying for Elite and instead it gave me 90 days of Basic. I have now seen that I needed to change that on the page.
Just this one time could you please change my 90 days Basic to 30 days Elite? In future I will avoid making this mistake, I've learned the hard way so I won't be forgetting to easy.
You can do it yourself in your profile webpage. Just remember to save it. The remaining days will adjust automatically. |

Darion Maken
Deep Core Mining Inc. Caldari State
7
|
Posted - 2015.09.04 18:12:20 -
[727] - Quote
Jeronica,
Just realized I deleted one of my characters APIs a couple of days ago (knew I deleted it, didn't think Mogul used that one). I fixed a few minutes ago. Curious about how Mogul will approach this. Are the transactions gone? Or does it pull the 2 days of missed items and integrate? Or something in between. Thanks and great tool!!!
Darion |

Jeronica
Habitual Euthanasia Pandemic Legion
393
|
Posted - 2015.09.12 04:24:39 -
[728] - Quote
Darion Maken wrote:Jeronica,
Just realized I deleted one of my characters APIs a couple of days ago (knew I deleted it, didn't think Mogul used that one). I fixed a few minutes ago. Curious about how Mogul will approach this. Are the transactions gone? Or does it pull the 2 days of missed items and integrate? Or something in between. Thanks and great tool!!!
Darion
Sorry, been out of pocket for most of the past week. As for a deleted API, all your previous data will stay there. The data in the 2 days may now all show up, but chances are it will. CCP has a max limit of 2500 transactions, so as long as your daily trade counts are around 1k/day it'll pick them all up.
Thanks for the kind words :) I plan on working on some of the code this weekend.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

littlesisx
Imperial Shipment Amarr Empire
0
|
Posted - 2015.09.13 08:18:14 -
[729] - Quote
Hi Jeronica,
I signed up recently for a trial and I really like it, great work.
I started with a standard account. Two days after the trial start I switched the account to premium. Then reading the forum I noticed you gave out a promo code a couple of months ago so I applied that as well. It extended the period (still have 10 days left on premium), but the station breakdown stats eventually disappeared so the account seems to run as standard right now.
Any idea how to get them back?
I plan to stay and pay subs, but I'd like to have the station breakdowns.
Cheers and really good work:-) |

Jeronica
Habitual Euthanasia Pandemic Legion
393
|
Posted - 2015.09.13 15:26:46 -
[730] - Quote
littlesisx wrote:Hi Jeronica,
I signed up recently for a trial and I really like it, great work.
I started with a standard account. Two days after the trial start I switched the account to premium. Then reading the forum I noticed you gave out a promo code a couple of months ago so I applied that as well. It extended the period (still have 10 days left on premium), but the station breakdown stats eventually disappeared so the account seems to run as standard right now.
Any idea how to get them back?
I plan to stay and pay subs, but I'd like to have the station breakdowns.
Cheers and really good work:-)
I'll have a look and see! The trial should give you the "elite package" for its duration.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|
|

Gilbaron
Free-Space-Ranger Northern Coalition.
1818
|
Posted - 2015.09.28 05:58:10 -
[731] - Quote
missile scripts show up as unknown in transactions and profit breakdown
i also don't have daily, weekly and monthly profits in the overview. alltime doesn't include anything between my last and current subscription
https://gyazo.com/e3f2a8fbf11d3010fcde29777673bae5
breakdown works fine though
|

Mary Lane
Bearded BattleBears I N F A M O U S
0
|
Posted - 2015.10.04 01:33:33 -
[732] - Quote
Which types of transactions does this software use to determine profit/loss %? |

Sundial Hakaari
Filthy Peasants
5
|
Posted - 2015.10.04 14:32:41 -
[733] - Quote
Mary Lane wrote:Which types of transactions does this software use to determine profit/loss %?
Curious of this as well, some of my items that are turning a 10-20% profit from buy to sell are being market as in the red. |

okoolos rimmer
Napkin Nation
124
|
Posted - 2015.10.05 06:23:09 -
[734] - Quote
Sundial Hakaari wrote:Mary Lane wrote:Which types of transactions does this software use to determine profit/loss %? Curious of this as well, some of my items that are turning a 10-20% profit from buy to sell are being market as in the red.
it looks at your sell transaction finds and substracts corresponsing buy transaction and taxes = profit. If it can't find the buy transaction and stock has not been manually added the sell transaction is ignored.
Jeronica has been planning to do something similar with contracts and improve manually adding stock for a while but nothing came of it yet. |

Mary Lane
Bearded BattleBears I N F A M O U S
0
|
Posted - 2015.10.05 18:45:53 -
[735] - Quote
Does the same apply to buy orders? So if I buy modules to fit up a ship, will those count in the profit calculations?
okoolos rimmer wrote:Sundial Hakaari wrote:Mary Lane wrote:Which types of transactions does this software use to determine profit/loss %? Curious of this as well, some of my items that are turning a 10-20% profit from buy to sell are being market as in the red. it looks at your sell transaction finds and substracts corresponsing buy transaction and taxes = profit. If it can't find the buy transaction and stock has not been manually added the sell transaction is ignored. Jeronica has been planning to do something similar with contracts and improve manually adding stock for a while but nothing came of it yet.
|

Elizabeth Norn
Nornir Research Create Alliance
700
|
Posted - 2015.10.05 19:43:20 -
[736] - Quote
Every time you buy an item through the market it is added to EVE-Mogul's Hangar, if you equip it to a ship or dispose of it in another way it will still be in the hangar. When an item is sold the oldest entry in the hangar is used to calculate profit and then removed. This can affect profit calculations if an item is not purchased for resale, but not removed from the hangar. If the price of the item goes down by the next time you buy and sell the it due to EVE-Mogul using first in, first out for profit calculation it will appear as if you made less profit than you did on that particular trade.
WTS ME 10 TE 20 BPOs & BPO Packs
WTS Collectible Large Rigged Small/Medium Ships
|

PJ Johnes
Virgo Industries
3
|
Posted - 2015.10.07 10:09:11 -
[737] - Quote
Unless im the only one having some problems the last update seems to have f*ed up some stuff on the site. 1. Profit Reports - overview never loads to display the profit 2. Time graphs - past 24hrs, 7days, 30days and 12 months all disply a 30-day scale. 3. Custom Top Profit shows nothing 4. Station report shows nothing 5. my "public" reports shows nothing
my specs: Chrome version: 45.0.2454.101 (up to date) running on Win 7 64bit. Eve-Mogul Elite user
//PJ |

Gilbaron
Free-Space-Ranger Northern Coalition.
1825
|
Posted - 2015.10.07 12:40:03 -
[738] - Quote
confirming i have the same problems |

Elizabeth Norn
Nornir Research Create Alliance
702
|
Posted - 2015.10.07 15:06:12 -
[739] - Quote
Jeronica is working on the profit page at the moment. You'll notice it looks a little shinier and the engine will be put back in eventually .
WTS ME 10 TE 20 BPOs & BPO Packs
WTS Collectible Large Rigged Small/Medium Ships
|

Jeronica
Habitual Euthanasia Pandemic Legion
394
|
Posted - 2015.10.08 04:01:02 -
[740] - Quote
Yes, that page should be fixed now. Everyone should now be seeing the new reports pages as well. Let me know of any bugs/issues that appear.
So far, the profit/unit doesn't seem to be accurate, so I'm having a look at that.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|
|

Gilbaron
Free-Space-Ranger Northern Coalition.
1826
|
Posted - 2015.10.08 08:53:22 -
[741] - Quote
24hrs and 7 days is working fine, but i don't get a graph for 30 days and 12 months |

PJ Johnes
Virgo Industries
3
|
Posted - 2015.10.09 09:48:01 -
[742] - Quote
Gilbaron wrote:24hrs and 7 days is working fine, but i don't get a graph for 30 days and 12 months
Same here, also i dont have anything under "Other reports", so no station or custom one.
|

JohnathanGalt
Northern Sky Industries
63
|
Posted - 2015.10.20 13:28:41 -
[743] - Quote
I don't seem to be able to connect at all, is the site down? |

Dextrome Thorphan
Intrepid Crossing
135
|
Posted - 2015.10.20 16:00:56 -
[744] - Quote
JohnathanGalt wrote:I don't seem to be able to connect at all, is the site down? seems like it |

Tidus Myers
S.T.A.R. Investments
0
|
Posted - 2015.10.20 16:22:45 -
[745] - Quote
Yes it is down    |

Jeronica
Habitual Euthanasia Pandemic Legion
394
|
Posted - 2015.10.20 20:50:06 -
[746] - Quote
Sorry about that guys, Linode did a datacenter wide update last night and it wiped my cluster store out. Had to rebuild my node cluster (thankfully fairly easy) but should be pulling apis now.
I'm also going to look at the 30d/12month graphs as well pretty odd since its the exact same code just different time variables. I've been fairly busy lately and haven't been able to devote much time sadly.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Tidus Myers
S.T.A.R. Investments
0
|
Posted - 2015.10.21 10:35:48 -
[747] - Quote
Is the site down again?  |

Steijn
Quay Industries
1010
|
Posted - 2015.10.21 10:58:36 -
[748] - Quote
yea but this time we get a "Whoops, looks like something went wrong." msg |

Jeronica
Habitual Euthanasia Pandemic Legion
394
|
Posted - 2015.10.21 12:46:32 -
[749] - Quote
Back to normal! 2nd run of linode's reboots took down my backend server, and the iptables rules didnt persist.. Fixed that issue now.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Tidus Myers
S.T.A.R. Investments
0
|
Posted - 2015.10.22 19:23:04 -
[750] - Quote
site down again? 
getting a "Error in exception handler." msg |
|

Peta Smith
The Scope Gallente Federation
0
|
Posted - 2015.10.29 06:01:24 -
[751] - Quote
I purchased the trade char from the Bazaar and it's already registered on Mogul... when I try to add the api it says "character already subscribed".. how to fix? thnx |

Jeronica
Habitual Euthanasia Pandemic Legion
401
|
Posted - 2015.10.29 13:21:28 -
[752] - Quote
Peta Smith wrote:I purchased a trade char from the Bazaar and it's already registered on Mogul... when I try to add the api it says "character already saved".. how to fix? thnx
Send me an evemail with the character name and I can remove the character from the database in between flights this weekend.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Jimmy CC
Deep Core Mining Inc. Caldari State
0
|
Posted - 2015.10.31 01:27:45 -
[753] - Quote
Since the site changed a few weeks ago, the '30 days' profit graph and the '12 months' profit graph both do not work. The axes load but no graph. |

Tidus Myers
S.T.A.R. Investments
1
|
Posted - 2015.10.31 13:04:47 -
[754] - Quote
Jimmy CC wrote:Since the site changed a few weeks ago, the '30 days' profit graph and the '12 months' profit graph both do not work. The axes load but no graph. ^^^^ this  |

Jimmy CC
Deep Core Mining Inc. Caldari State
0
|
Posted - 2015.11.01 09:41:55 -
[755] - Quote
Sometimes the 7 day one doesn't load either. It's a pain because otherwise I have to go through the transaction history and copy it into excel and my transaction history is HUGE. It only started since the website changed so maybe there's something in the new code?
ALSO, I somehow managed to log in as an alt on the same account. Search for a 150m donation from this character timestamp 2015.10.31 00:55:08 but with the reason code for an alt. This was meant to be a subscription fee for this character.
Thank you |

Jeronica
Habitual Euthanasia Pandemic Legion
401
|
Posted - 2015.11.01 15:19:37 -
[756] - Quote
I'm aware of the issue with the axis, I'll look at it when I land tonight.
I'll also see if I can adjust your subscription while waiting for my plane, airport wifi is kind of spotty at the moment.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Darion Maken
Deep Core Mining Inc. Caldari State
10
|
Posted - 2015.11.04 13:00:10 -
[757] - Quote
I had all my API's rejected by Mogul yesterday. Went into Mogul and reset - now the API pulls are working. Leader board is getting updated. But not my profit overview. Can this be fixed? Character name Darion. |

Steijn
Quay Industries
1025
|
Posted - 2015.11.06 10:23:18 -
[758] - Quote
My API expired because i didnt realise i hadnt ticked the no expiry box. Now when i try to add a new one to Mogul it does absolutely nothing when i press the submit button. |

Stilgar Teg
Trading Dead
0
|
Posted - 2015.11.06 21:18:24 -
[759] - Quote
I'm trying your webapp so far. Sadly it wont register Profits/Wallet or anything like that...even tho on the API LOG it seems everything perfect. |

Jeronica
Habitual Euthanasia Pandemic Legion
405
|
Posted - 2015.11.07 05:40:01 -
[760] - Quote
Steijn wrote:My API expired because i didnt realise i hadnt ticked the no expiry box. Now when i try to add a new one to Mogul it does absolutely nothing when i press the submit button.
Is this a character or corporation you're trying to add?
I've also fixed the 30d/12month graphs to work now, and everyone should see it working. If you dont send me an evemail.
@Jimmy CC I'm 95% sure I fixed your issue while I was traveling, but a lot has happened between then and now and I'm just confirming I got you sorted. Send me an evemail if I haven't.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|
|

Jimmy CC
Deep Core Mining Inc. Caldari State
0
|
Posted - 2015.11.07 13:41:10 -
[761] - Quote
The 30d and 12m graphs are working perfectly thank you!
Questions:
1. Are broker fees and transaction taxes both definitely included in all profit calculations for sure?
2. Is profit calculated based on transaction history?
Thank you |

Jeronica
Habitual Euthanasia Pandemic Legion
405
|
Posted - 2015.11.07 14:20:38 -
[762] - Quote
Jimmy CC wrote:The 30d and 12m graphs are working perfectly thank you!
Questions:
1. Are broker fees and transaction taxes both definitely included in all profit calculations for sure?
2. Is profit calculated based on transaction history?
Thank you
Broker fees, no. Transaction taxes are taken into account though.
Basically, only the taxes/fees that are generated when the transaction takes place (you can look in the journal after selling/buying something to see what I mean).
Profit is based off of stock (which can be entered via buy transactions, or adding stock manually).
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Traider Jane
Bits and Bobs
0
|
Posted - 2015.11.10 04:12:58 -
[763] - Quote
I think I have found a bug.
I have just logged in with this character. I had previously done the 7 day trial with her, just before I finished the trial I deleted the api key.
Her name is up on the top right next to the logout and when I try to add her I get the message "Character already saved" and wont let me add her api key.
I can add/remove others from the account but this is my trade character so they don't help much.
Any ideas? |

Gilbaron
Free-Space-Ranger Northern Coalition.
1849
|
Posted - 2015.11.10 19:31:29 -
[764] - Quote
I have a question about your fifo logic.
Is it separate for each registered character? Or do you simply combine all registered wallets? |

Traider Jane
Bits and Bobs
0
|
Posted - 2015.11.11 04:24:24 -
[765] - Quote
Gilbaron wrote:Is it separate for each registered character? Or do you simply combine all registered wallets?
The steps;-
1. Log into a account on mogul with no api key in it.
2. The account says 'Traider Jane' up by the logout button.
3. I add the api key.
4. It asks me to select a character I select 'Traider Jane' .
5. It says "Character already saved"
|

Jeronica
Habitual Euthanasia Pandemic Legion
405
|
Posted - 2015.11.11 23:21:14 -
[766] - Quote
Traider Jane wrote:Gilbaron wrote:Is it separate for each registered character? Or do you simply combine all registered wallets? The steps;- 1. Log into a account on mogul with no api key in it. 2. The account says 'Traider Jane' up by the logout button. 3. I add the api key. 4. It asks me to select a character I select 'Traider Jane' . 5. It says "Character already saved"
I've removed that character from the database, you're free to re-add it.
Did you purchase this character recently by any chance?
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Jeronica
Habitual Euthanasia Pandemic Legion
405
|
Posted - 2015.11.11 23:22:32 -
[767] - Quote
Gilbaron wrote:I have a question about your fifo logic.
Is it separate for each registered character? Or do you simply combine all registered wallets?
It's account based stock.
Basically, any buy transaction that happens on any character gets converted to a unit of stock specific to your Mogul account. Then any sell transaction on any character will look for your account's stock and act accordingly.
Also, I've gotten a lot of headway on Mogulv3, you can track my progress here: https://bitbucket.org/jeronica-admin/eve_mogul/wiki/Home
Some key features I'll be adding in:
- Contracts!
- Broker fees will be included
- New reporting pages
- Selectable hub, which is used when you have no stock and sell an item.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Traider Jane
Bits and Bobs
0
|
Posted - 2015.11.12 02:41:47 -
[768] - Quote
Jeronica wrote:I've removed that character from the database, you're free to re-add it.
Did you purchase this character recently by any chance?
No but I did have her on the system previously but I deleted here key before my trial ran out.
Seems to be working now, thanks. |

Rita Jita
Rita Jita Universal
1994
|
Posted - 2015.11.12 20:42:57 -
[769] - Quote
So been having some ongoing issues, had api flag quite often, when this happens I have to read my api, there is no backdating so keep loosing large chunks of profit showing.
After the last flag I remade my api key, atm the only info being pulled is buy items, in other words my profit for the last 4 days has been 0
Can you look into my account please as there is some kinda of ongoing issue that is becoming very frustrating as my api works fine with every other program
Cheers
Founder of the "Haulers Channel"
Come Check It Out
|

Jimmy CC
Deep Core Mining Inc. Caldari State
0
|
Posted - 2015.11.13 17:19:50 -
[770] - Quote
Rita Jita wrote:So been having some ongoing issues, had api flag quite often, when this happens I have to renew my api, there is no backdating so i keep loosing large chunks of data
After the last flag I remade my api key, atm the only info being pulled is buy items, in other words my profit for the last 4 days has been 0
Can you look into my account please as there is some kinda of ongoing issue that is becoming very frustrating as my api works fine with every other program
Cheers
I have the answer to your question, but in return I want to know your "Rita's profits >Billion a Day" secret. I kind of assume it's hotspot trading in the Amarr regions? |
|

Gilbaron
Free-Space-Ranger Northern Coalition.
1852
|
Posted - 2015.11.13 18:06:47 -
[771] - Quote
http://evewho.com/corp/Rita+Jita+Universal
the character names do give some things away
you might also find these names if you try and sell some popular items to region-wide buyorders in many places
|

Arisha Moon
Imperial Academy Amarr Empire
0
|
Posted - 2015.11.14 20:01:43 -
[772] - Quote
Hi, i have the same problem:
#764 - 2015-11-11 23:21:14 UTC | Like Traider Jane wrote: Gilbaron wrote: Is it separate for each registered character? Or do you simply combine all registered wallets?
The steps;-
1. Log into a account on mogul with no api key in it.
2. The account says 'Traider Jane' up by the logout button.
3. I add the api key.
4. It asks me to select a character I select 'Traider Jane' .
5. It says "Character already saved"
My Name is "Arisha Moon" |

Jimmy CC
Deep Core Mining Inc. Caldari State
0
|
Posted - 2015.11.14 23:30:43 -
[773] - Quote
Suggestions
1. PLEASE PLEASE PLEASE! Having access to a (column 1 = day & date), (column 2 = profit on that day) table, in addition to the graph. I like to do things like linear regression analysis and I'm trying to learn how to do the same with functions with a non-constant derivative (i.e. my rate of profit appears to be accelerating hence I have to assume the function can be modeled as a polynomial of order at least 2)
2. (1) with adjustable time period (similar to the 'period' utility on the 'transactions' page) and integrated statistics, e.g. the r value would be an indicator of the consistent or erratic nature with which you can delivery daily profit, the r value would indicate an accelerating or deccelerating profit rate etc. |

Rita Jita
Rita Jita Universal
1994
|
Posted - 2015.11.15 03:08:05 -
[774] - Quote
Gilbaron wrote:http://evewho.com/corp/Rita+Jita+Universal
the character names do give some things away
you might also find these names if you try and sell some popular items to region-wide buyorders in many places
yup, one day universal jita will be up and running 100%
https://forums.eveonline.com/default.aspx?g=posts&t=58242&find=unread
doing this gave me the idea of having buy orders everywhere for jita prices, removing the need for api data, and allowing anyone to just right click sell.
once i have maxed out all regions i'll match jita, until then it's just a building game for me : )
Founder of the "Haulers Channel"
Come Check It Out
|

Jimmy CC
Deep Core Mining Inc. Caldari State
0
|
Posted - 2015.11.15 19:51:53 -
[775] - Quote
On the "profit over last 24h / 7d / 30d / 12m'" pages, the quantity values are all wrong, I think they are ~1/2 of what they should be. |

Slivo
Beehive Surveillance La Division Bleue
22
|
Posted - 2015.11.16 12:07:34 -
[776] - Quote
Any chance to get more time report like today, last x weeks ? Will the custom report feature come back at some point ?
EveHQ Development Team
Follow us on http://evehq.co | Twitter | Facebook
|

Arisha Moon
Imperial Academy Amarr Empire
0
|
Posted - 2015.11.16 19:58:46 -
[777] - Quote
its a joke... 3 days later and still no support for this service? its not possible to add an api, because the system says it always linked. as i wrote before |

Jeronica
Habitual Euthanasia Pandemic Legion
405
|
Posted - 2015.11.16 21:37:56 -
[778] - Quote
Sorry guys, had a rough weekend IRL. I'm more apt to responding to eve-mails as well, as the gate/forum UI isnt the best at notifications of new forum posts.
@Arish Moon, I see the character saved already, did you try to do this previously? I see the account was made on the 13'th with that character saved. Try signing in via SSO and it will be there.
@Jimmy CC, if the values are wrong, it's because the site doesnt have 100% the data yet. Over time it'll become more and more accurate because it'll track all of your buy/sell transactions. I'll keep in mind a way to display your past profit histories (I have this all saved, already). If you'd like, I can do a mysql dump with your profit data. Evemail me if you can.
@Slivo, I'm adding more reports with my new version of the site. Custom reports is something I plan on updating as well.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Arisha Moon
Imperial Academy Amarr Empire
0
|
Posted - 2015.11.17 01:20:06 -
[779] - Quote
1. Log into a account on mogul with no api key in it.
2. The account says 'Traider Jane' up by the logout button.
3. I add the api key.
4. It asks me to select a character I select 'Traider Jane' .
5. It says "Character already saved"
My Name is "Arisha Moon"
look i logged off and logged in and there is no characters from me. What do you mean with SSO? how does it work?
can you delete the complete character and i will set it up again. because its curios. first day worked all fine and on the next day my avatar picture was deleted and my account.
is there a way to use the service for real money not only for isk? |

Jeronica
Habitual Euthanasia Pandemic Legion
405
|
Posted - 2015.11.17 02:09:58 -
[780] - Quote
Arisha Moon wrote: 1. Log into a account on mogul with no api key in it.
2. The account says 'Traider Jane' up by the logout button.
3. I add the api key.
4. It asks me to select a character I select 'Traider Jane' .
5. It says "Character already saved"
My Name is "Arisha Moon"
look i logged off and logged in and there is no characters from me. What do you mean with SSO? how does it work?
can you delete the complete character and i will set it up again. because its curios. first day worked all fine and on the next day my avatar picture was deleted and my account.
is there a way to use the service for real money not only for isk?
It wasn't deleted, you might have signed into the site using another character and it relinked your character. Try logging out, then back in using the EVE-Online method and your character will be there.
Regarding real money, no I don't plan on charging any real money for the site.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|
|

Arisha Moon
Imperial Academy Amarr Empire
0
|
Posted - 2015.11.17 02:38:51 -
[781] - Quote
Jeronica wrote:Arisha Moon wrote: 1. Log into a account on mogul with no api key in it.
2. The account says 'Traider Jane' up by the logout button.
3. I add the api key.
4. It asks me to select a character I select 'Traider Jane' .
5. It says "Character already saved"
My Name is "Arisha Moon"
look i logged off and logged in and there is no characters from me. What do you mean with SSO? how does it work?
can you delete the complete character and i will set it up again. because its curios. first day worked all fine and on the next day my avatar picture was deleted and my account.
is there a way to use the service for real money not only for isk? It wasn't deleted, you might have signed into the site using another character and it relinked your character. Try logging out, then back in using the EVE-Online method and your character will be there. Regarding real money, no I don't plan on charging any real money for the site.
OK now it worked with your method. thanks |

Jeronica
Habitual Euthanasia Pandemic Legion
405
|
Posted - 2015.11.17 04:34:55 -
[782] - Quote
Arisha Moon wrote:Jeronica wrote:Arisha Moon wrote: 1. Log into a account on mogul with no api key in it.
2. The account says 'Traider Jane' up by the logout button.
3. I add the api key.
4. It asks me to select a character I select 'Traider Jane' .
5. It says "Character already saved"
My Name is "Arisha Moon"
look i logged off and logged in and there is no characters from me. What do you mean with SSO? how does it work?
can you delete the complete character and i will set it up again. because its curios. first day worked all fine and on the next day my avatar picture was deleted and my account.
is there a way to use the service for real money not only for isk? It wasn't deleted, you might have signed into the site using another character and it relinked your character. Try logging out, then back in using the EVE-Online method and your character will be there. Regarding real money, no I don't plan on charging any real money for the site. OK now it worked with your method. thanks
Good to hear :)
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Arisha Moon
Imperial Academy Amarr Empire
1
|
Posted - 2015.11.17 11:12:57 -
[783] - Quote
Report Keys do not work as they should i think,
i have created one and trying to look what it show, but it shows nothing :-)
http://www.eve-mogul.com/reports/profile/925/wh16NdMV6AyWzlDf4XqbjneBHOrE68et
here it shows me only a broken picture:
https://i.gyazo.com/df2ceee0ecde42af47098b24019c9022.png |

Kopano Ratele
Bearded BattleBears I N F A M O U S
0
|
Posted - 2015.11.17 23:22:43 -
[784] - Quote
Can NEAT show you all time overall profit? Everything looks like it only tracks back 31 days. |

Kopano Ratele
Bearded BattleBears I N F A M O U S
0
|
Posted - 2015.11.17 23:33:04 -
[785] - Quote
Can I clear transaction history from an account so I can start over with it? |

Jimmy CC
Deep Core Mining Inc. Caldari State
0
|
Posted - 2015.11.18 15:02:59 -
[786] - Quote
The 30 days and 12 months aren't working again, sorry to be a pain.
Hope your IRL situation gets better soon! |

Jeronica
Habitual Euthanasia Pandemic Legion
405
|
Posted - 2015.11.20 23:00:37 -
[787] - Quote
Kopano Ratele wrote:Can I clear transaction history from an account so I can start over with it?
Sure, I've cleared that data for you.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Garrett Osinov
Center for Advanced Studies Gallente Federation
21
|
Posted - 2015.11.22 20:05:29 -
[788] - Quote
Unfortunately doesnt import anything |

Arisha Moon
Imperial Academy Amarr Empire
1
|
Posted - 2015.11.22 23:46:05 -
[789] - Quote
is here any update to that issue?
|

Jeronica
Habitual Euthanasia Pandemic Legion
405
|
Posted - 2015.11.24 02:34:48 -
[790] - Quote
Arisha Moon wrote:is here any update to that issue?
Reports have been deprecated due to not being used for the past few months. I don't plan on editing the current reports as I'm building a new Mogul which will have a better implementation of a public reporting feature.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|
|

Slivo
Beehive Surveillance La Division Bleue
22
|
Posted - 2015.11.25 10:55:53 -
[791] - Quote
Jimmy CC wrote:The 30 days and 12 months aren't working again, sorry to be a pain. Same there :'(
EveHQ Development Team
Follow us on EveHQ.co | Twitter | Facebook
|

Jimmy CC
Deep Core Mining Inc. Caldari State
0
|
Posted - 2015.11.26 20:45:52 -
[792] - Quote
On the page accessed by: "profits" tab > overview
I am interested to know the period of time used to calculate the "Profit Margin".
Is it overall or some fixed recent time period such as 7 days, 30 days, etc. ?
Sorry if I have already asked this before. |

Jimmy CC
Deep Core Mining Inc. Caldari State
0
|
Posted - 2015.11.27 23:49:13 -
[793] - Quote
Another profit margin question. Letting s = sell price and b = buy price, which of the following is it? Mr brother is training to become an accountant and brought this to my attention.
1. The percentage mark-up made on the buy price, i.e. (s/b - 1)/100
2. The percentage of the sell price that is profit, i.e. ((s-b)/s)/100
Example of 1) I buy at 100, sell at 150, 150/100 = 1.5 so the profit margin = +50%
Example of 2) I buy at 100, sell at 150, profit = 50, 50/150 = 0.33, so the profit margin = +33% |

Odav Klaskion
Viziam Amarr Empire
0
|
Posted - 2015.11.28 00:56:10 -
[794] - Quote
I'm running Firefox 42.0 and whenever I open the hangar, it just keeps refreshing the page in an endless loop. |

Jeronica
Habitual Euthanasia Pandemic Legion
405
|
Posted - 2015.11.28 06:08:49 -
[795] - Quote
Jimmy CC wrote:Another profit margin question. Letting s = sell price and b = buy price, which of the following is it? Mr brother is training to become an accountant and brought this to my attention.
1. The percentage mark-up made on the buy price, i.e. (s/b - 1)/100
2. The percentage of the sell price that is profit, i.e. ((s-b)/s)/100
Example of 1) I buy at 100, sell at 150, 150/100 = 1.5 so the profit margin = +50%
Example of 2) I buy at 100, sell at 150, profit = 50, 50/150 = 0.33, so the profit margin = +33%
Regarding the margin timeframe, it's the lifetime %.
I'll have to look up the exact formula I use again, but I'm pretty sure I use a ((s-b)/b)/100 formula. So profit / cost / 100.
I think its more of a profit percentage than margin, but I'm no accountant.
I'll get the exact formula in the morning.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Jimmy CC
Deep Core Mining Inc. Caldari State
0
|
Posted - 2015.11.29 22:45:13 -
[796] - Quote
Thank you!
Any change of getting the 30 day and 12 month graphs back soon? They were faulty a while ago but you fixed them and now it looks like the exact same problem has come back... I think.
Thanks for the clarity on that formula!
J C.C.
Son of C.C. and V.V. |

Kopano Ratele
Bearded BattleBears I N F A M O U S
0
|
Posted - 2015.12.01 06:48:46 -
[797] - Quote
Thank you!
Jeronica wrote:Kopano Ratele wrote:Can I clear transaction history from an account so I can start over with it? Sure, I've cleared that data for you.
|

Kopano Ratele
Bearded BattleBears I N F A M O U S
0
|
Posted - 2015.12.01 06:54:11 -
[798] - Quote
Why does Mogul show a very different amount of profit from what NEAT shows?
Mogul does take into account broker fees and transaction tax yes? |

Jimmy CC
Deep Core Mining Inc. Caldari State
0
|
Posted - 2015.12.08 14:28:00 -
[799] - Quote
Kopano Ratele wrote:Why does Mogul show a very different amount of profit from what NEAT shows?
Mogul does take into account broker fees and transaction tax yes?
I don't know much about NEAT (but thank you for pointing it oot to me buddy!) but I've already asked this question and EVE-Mogul does include the transaction tax and does not include broker fees.
I can offer a solution to your problem using EVE Mentat. You can search "broker fee" in the "journal" tab and adjust the time period accordingly.
This isn't quite accurate because broker fees in any time period may not necessarily be from the transactions which made you profit in the same time period, but over longer periods this probably balances out. I find that broker fees take 5-10% of my EVE-Mogul profit. |

Kopano Ratele
Bearded BattleBears I N F A M O U S
0
|
Posted - 2015.12.12 20:02:14 -
[800] - Quote
Good to know thanks.
Are there any plans to have Mogul take broker fee into account? Why does it not?
Are there plans to have Mogul include the broker fee in the future?
Jimmy CC wrote:Kopano Ratele wrote:Why does Mogul show a very different amount of profit from what NEAT shows?
Mogul does take into account broker fees and transaction tax yes? I don't know much about NEAT (but thank you for pointing it oot to me buddy!) but I've already asked this question and EVE-Mogul does include the transaction tax and does not include broker fees. I can offer a solution to your problem using EVE Mentat. You can search "broker fee" in the "journal" tab and adjust the time period accordingly. This isn't quite accurate because broker fees in any time period may not necessarily be from the transactions which made you profit in the same time period, but over longer periods this probably balances out. I find that broker fees take 5-10% of my EVE-Mogul profit.
|
|

FIGHT ME M8
House Dimir
0
|
Posted - 2015.12.13 04:30:22 -
[801] - Quote
Is the "add API" function broken? Been trying throughout the day, every time I push the button, absolutely nothing happens. |

Jeronica
Habitual Euthanasia Pandemic Legion
406
|
Posted - 2015.12.14 13:11:55 -
[802] - Quote
Kopano Ratele wrote:Good to know thanks. Are there any plans to have Mogul take broker fee into account? Why does it not? Just curious as it seems like a pretty important thing for a service like Mogul... Jimmy CC wrote:Kopano Ratele wrote:Why does Mogul show a very different amount of profit from what NEAT shows?
Mogul does take into account broker fees and transaction tax yes? I don't know much about NEAT (but thank you for pointing it oot to me buddy!) but I've already asked this question and EVE-Mogul does include the transaction tax and does not include broker fees. I can offer a solution to your problem using EVE Mentat. You can search "broker fee" in the "journal" tab and adjust the time period accordingly. This isn't quite accurate because broker fees in any time period may not necessarily be from the transactions which made you profit in the same time period, but over longer periods this probably balances out. I find that broker fees take 5-10% of my EVE-Mogul profit.
Yes there are plans, I'm currently working on the next revision of eve-mogul that will use skills to calculate taxes (and in that sense broker fees).
Also, I've resolved the add api issue. Cloudflare was doing some weird things to my javascript files disabled a certain feature and it's working again.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Sheeth Athonille
Rabid Dogz Mining The Bastion
62
|
Posted - 2015.12.15 09:43:16 -
[803] - Quote
For the past day or so whenever I try to get onto the site all I get is a page saying "Whoops, looks like something went wrong." Any idea what that might be? |

Crom Domison
Row Row Fight the Power Test Alliance Please Ignore
2
|
Posted - 2015.12.15 10:37:31 -
[804] - Quote
I've been having the same issues. |

Jeronica
Habitual Euthanasia Pandemic Legion
406
|
Posted - 2015.12.15 13:47:01 -
[805] - Quote
Iptables on my database server has decided to blacklist my frontend servers for some reason. I've restored the correct ruleset and site's back up and running.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Stilgar Teg
Trading Dead
0
|
Posted - 2015.12.17 14:29:55 -
[806] - Quote
How long does it usually take to the system to update from a Trial account to a Premium one?.
Regards
PS: Just did it a few min ago and i'm just curious. |

Rykker Bow
The Scope
195
|
Posted - 2015.12.17 15:03:29 -
[807] - Quote
My experiences has always been quick. Always under 8 hours (I guess we can let Jeronica sleep now and then) and usually much much faster. AFAIK, there are other people who can do certain things for the site as well and that may be one of them. Good news is that it will pull previous API info to its limit and include that.
The Mjolnir Bloc - Lowsec PvP for the sophisticated -
The Mjolnir Bloc Killboards
|

Stilgar Teg
Trading Dead
0
|
Posted - 2015.12.17 15:56:52 -
[808] - Quote
It seems the sub Upgrade has been made (really nice). Sadly my Corp API hasn't been working for the past 24 hours (Toons API is working perfect).
Anyone else with this issue?. |

Jeronica
Habitual Euthanasia Pandemic Legion
406
|
Posted - 2015.12.18 22:26:00 -
[809] - Quote
Stilgar Teg wrote:It seems the sub Upgrade has been made (really nice). Sadly my Corp API hasn't been working for the past 24 hours (Toons API is working perfect).
Anyone else with this issue?.
Looks like a cache issue error. CCP's api has been consistently getting worse with these, happens once or twice a week to someone's account. Basically, I follow CCP's cache times, and if they get an error then its a 24hour timer. I then don't pull for 24 hours to follow their restrictions. If it happens I usually just force the pull anyway manually and it returns to normal.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Delta Shahni
Growth Incorporated
0
|
Posted - 2015.12.22 21:35:27 -
[810] - Quote
Is anyone not able to see there transactions, I keep getting no results? |
|

Landokai
Garoun Investment Bank Gallente Federation
0
|
Posted - 2015.12.26 17:39:28 -
[811] - Quote
I have a question, and an issue.
When brokers fees are implemented, will they take into account skills and standings?
Also, I'm going to lean towards you being busy because it's the holidays - I did attempt to upgrade with the ISK and reason code sent, however no upgrade is being reflected in my account.
Edit: It's been 2 days |

Jeronica
Habitual Euthanasia Pandemic Legion
407
|
Posted - 2015.12.27 14:32:51 -
[812] - Quote
Landokai wrote:I have a question, and an issue.
When brokers fees are implemented, will they take into account skills and standings?
Also, I'm going to lean towards you being busy because it's the holidays - I did attempt to upgrade with the ISK and reason code sent, however no upgrade is being reflected in my account.
Edit: It's been 2 days
I'll have a look at subscriptions.
As far as the broker fee, yes skills and standings will be used for character transactions.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Iria Ahrens
Space Perverts and Forum Pirates
502
|
Posted - 2015.12.31 16:43:32 -
[813] - Quote
I've been trying this out for a few days and I like the concept, but it seems to not work.
I use the log-in with eve function, select my character. A couple days ago people were telling me I shouldn't use the same API as with Evernus, so I changed it using the predefined key. After that everything stopped working. But I waited a couple days now for everything to update and it hasn't.
My orders did not populate at all yesterday. Today it shows two orders out of 270.
I got a notification for Heavy Ghoul Energy Siphon but when I clicked on it I get an exception error page. Which is the same thing that happens if I click on either order in my "Active" orders.
My choice of pronouns is based on your avatar. Even if I know what is behind the avatar.
|

Rykker Bow
The Scope
202
|
Posted - 2015.12.31 18:02:43 -
[814] - Quote
It's been down for a couple days for many of us. I believe Jeronica is on holidays and I'm sure will be fixed asap once he sees it in the next day or so.
Stay stronk...it'll be back up soon!
The Mjolnir Bloc - Lowsec PvP for the sophisticated -
The Mjolnir Bloc Killboards
|

Senirab Olacar
Viziam Amarr Empire
1
|
Posted - 2016.01.02 15:08:18 -
[815] - Quote
Rykker Bow wrote:It's been down for a couple days for many of us. I believe Jeronica is on holidays and I'm sure will be fixed asap once he sees it in the next day or so.
There was no warning of a problem when I signed up. Can my new sub be changed to start when the site is available? |

GTX 333
The Scope Gallente Federation
0
|
Posted - 2016.01.03 10:55:10 -
[816] - Quote
Hello
The past day 30 I have created a new test account. I followed the instructions (api with the correct mask...), but four days after not having data.
What happens?
Thanks |

Iria Ahrens
Space Perverts and Forum Pirates
536
|
Posted - 2016.01.04 21:35:42 -
[817] - Quote
Ok, I'm about to give up on Eve-mogul but not quite yet.
Problems. 1. My orders are not updated. I have over 250 and it shows 18. 2. On the front page it says "Sign up for 30 day trial" but I got a notification that my trial period is up. FAQ says the trial period is only seven days. So I'm a bit miffed to get this notification, that my trial has expired when so much of the site is non functional, and because I signed up expecting a 30 day trial. 3. Hanger. If it doesn't work, remove the link entirely until it at least somewhat works. Clicking it makes the page endlessly refresh and can cause a crash. 4. Profits. It has shown the same exact numbers for the last week even though I have orders firing off all week. 0 0 0 all time 12m I can see the all time not changing since by wallet has been decreasing, but my daily should have popped up.
My choice of pronouns is based on your avatar. Even if I know what is behind the avatar.
|

Knitram Relik
Running With Railguns
7
|
Posted - 2016.01.04 22:54:42 -
[818] - Quote
Been 24 hours with no API pull. Wassup? |

Jerry T Pepridge
Meta Game Analysis and Investment INC.
558
|
Posted - 2016.01.05 04:08:52 -
[819] - Quote
Still can't work out why people are paying for this when Free trackers are out there. |

Sansa Riraille
Tarata-Tapioco
0
|
Posted - 2016.01.06 10:33:55 -
[820] - Quote
Hi. The site continually makes an error in my character selection. I want to log in with my trader, and he logs with my main. Any ideas on how to solve the problem? |
|

Amanda Rekenwhith
CODE - Industrial Compliance Division
45
|
Posted - 2016.01.06 10:44:22 -
[821] - Quote
Jerry T Pepridge wrote:Still can't work out why people are paying for this when Free trackers are out there.
Such as...?
For dessert we're offering humble pie. -áWould you like some after you're done eating crow?
|

Chekov Nikahd
Viziam Amarr Empire
0
|
Posted - 2016.01.07 02:22:13 -
[822] - Quote
I used a promocode to get a free month of eve-mogul, and so far my API has yet to update from over a year ago.
Are there API issues or something? Sucks that it had to happen just when I went to try it out again. |

XRont
Ethereal Corporation
0
|
Posted - 2016.01.11 15:35:16 -
[823] - Quote
Also made a account to test this site out. No updates at all. API Pull shows that the last time it ran was in 1970...
Guess other people are having this issue... |

Arcus Maximus
The Meridian Conclave Brothers of Tangra
0
|
Posted - 2016.01.11 17:02:28 -
[824] - Quote
I'm having the same API issues, no pull in the last few days. |

Jeronica
Habitual Euthanasia Pandemic Legion
408
|
Posted - 2016.01.13 02:33:11 -
[825] - Quote
Hey guys, I'm sorry about all the issues that are appearing for certain people. Unfortunately I'm extremely busy in real life engagements/responsibilities to be able to figure out what exactly is going wrong.
I'm a bit behind on my beta of the new software as well, I'm hoping to get it back to getting some productive coding done, but I just can't devote the coding time for hobby projects at the moment.
I'll keep poking when I get free time, but I'm just unable to diagnose the current bugs.
Once I get a fix deployed, I'll make sure I make a post here, and will probably send a mail to the EVE-Mogul mailing list (currently not very utilized).
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Slivo
Beehive Surveillance La Division Bleue
22
|
Posted - 2016.01.13 08:37:57 -
[826] - Quote
Jeronica wrote:Hey guys, I'm sorry about all the issues that are appearing for certain people. Unfortunately I'm extremely busy in real life engagements/responsibilities to be able to figure out what exactly is going wrong.
I'm a bit behind on my beta of the new software as well, I'm hoping to get it back to getting some productive coding done, but I just can't devote the coding time for hobby projects at the moment.
I'll keep poking when I get free time, but I'm just unable to diagnose the current bugs.
Once I get a fix deployed, I'll make sure I make a post here, and will probably send a mail to the EVE-Mogul mailing list (currently not very utilized).
As eve-mogul is a paid service, you may think about getting some help from someone to keep the tool bug-free when you cannot be available. Even if it mean you have to share a part of your ISK income.
EveHQ Development Team
Follow us on EveHQ.co | Twitter | Facebook
|

Darkwing Fiftytwo
Northstar Cabal Tactical Narcotics Team
0
|
Posted - 2016.01.13 16:47:05 -
[827] - Quote
Having same issues.
Thx
DW
|

Jerry T Pepridge
Meta Game Analysis and Investment INC.
598
|
Posted - 2016.01.14 01:17:45 -
[828] - Quote
Slivo wrote: As eve-mogul is a paid service, you may think about getting some help from someone to keep the tool bug-free when you cannot be available. Even if it mean you have to share a part of your ISK income.
or you simply switch to the free one with the same functionality. |

Slivo
Beehive Surveillance La Division Bleue
22
|
Posted - 2016.01.14 09:20:59 -
[829] - Quote
Jerry T Pepridge wrote:or you simply switch to the free one with the same functionality.
Feel free to share if you found a serious alternative :)
EveHQ Development Team
Follow us on EveHQ.co | Twitter | Facebook
|

Darkwing Fiftytwo
Northstar Cabal Tactical Narcotics Team
0
|
Posted - 2016.01.14 14:34:58 -
[830] - Quote
Hey Guys, So the site finally did its first round of transaction downloads. Curious how far does it go back? I know they all arent there and its not the end of the work but just wanted to know.
Thx
DW |
|

Darkwing Fiftytwo
Northstar Cabal Tactical Narcotics Team
0
|
Posted - 2016.01.14 15:46:40 -
[831] - Quote
Also sorry some of the Hangar items are out of data, I am guessing it could take a few rounds of API pulls to get 100% of my historical data in? |

okoolos rimmer
Napkin Nation
130
|
Posted - 2016.01.16 10:05:16 -
[832] - Quote
Darkwing Fiftytwo wrote:Hey Guys, So the site finally did its first round of transaction downloads. Curious how far does it go back? I know they all arent there and its not the end of the work but just wanted to know.
Thx
DW
Mogul pulls back 3 months of transactions. |

Fin Udan
School of Applied Knowledge Caldari State
3
|
Posted - 2016.01.16 11:05:19 -
[833] - Quote
I've created an account but can't get anything meaningful to happen so far.
When I go to api keys it says I have no api key installed even though i have previously done so.
When I try to reinstall api key it asks for character name and when I give this character name it says 'already saved'
I seem to be in an infinite loop. Any ideas? |

Nadine Jones
Holes with Worms
17
|
Posted - 2016.01.18 19:35:25 -
[834] - Quote
Same problem. Created an account yesterday. Last API pull 1970-01-01 00:00:00 |

Fin Udan
School of Applied Knowledge Caldari State
3
|
Posted - 2016.01.19 11:25:26 -
[835] - Quote
When I 1st opened an account I didn't realise that you had to load a predefined api key and I tried to load an ordinary api key
The app didn't register the api key but saved my character. I am now unable to load a correct predefined api key because I am told that 'this character is already saved'
I have loaded a correct predefined api key for my alt Military Attache and that correctly registered and I can now see my alt in Eve Mogul.
It's a very serious flaw in this app that it saves a character despite an incorrect api being loaded, even more serious that you can't remove a saved character.
I have evemailed Jeronica asking for Fin Udan to be removed from the database but so far no response. |

Elizabeth Norn
Nornir Research
805
|
Posted - 2016.01.19 12:05:33 -
[836] - Quote
Fin Udan wrote:When I 1st opened an account I didn't realise that you had to load a predefined api key and I tried to load an ordinary api key
The app didn't register the api key but saved my character. I am now unable to load a correct predefined api key because I am told that 'this character is already saved'
I have loaded a correct predefined api key for my alt Military Attache and that correctly registered and I can now see my alt in Eve Mogul.
It's a very serious flaw in this app that it saves a character despite an incorrect api being loaded, even more serious that you can't remove a saved character.
I have evemailed Jeronica asking for Fin Udan to be removed from the database but so far no response.
When you first opened an account, how did you do that? If you log into that same account then you should be able to add the new API key to it.
WTS ME 10 TE 20 BPOs & BPO Packs
WTS Collectible Large Rigged Small/Medium Ships
|

Fin Udan
School of Applied Knowledge Caldari State
3
|
Posted - 2016.01.19 14:21:58 -
[837] - Quote
Elizabeth Norn wrote:[
When you first opened an account, how did you do that? If you log into that same account then you should be able to add the new API key to it.
When I opened the account I loaded an api key which wasn't predefined.(The fact you need to load a predefined api key to make it work could be clearer). The api key wasn't registered but my character was saved. When I now try to load a correct predefined api key I just get the message 'character already saved' I can't see this supposed 'saved' character and when I try to do stuff it says 'you have no api key installed' I can see no way of removing this 'saved' character to be able to reinstall with a correct predefined api key
I have loaded a predefined api key for my alt. This correctly registered and I can see my alt in Eve Mogul. |

Kaivar Lancer
Placid Peace Corps
711
|
Posted - 2016.01.19 16:36:44 -
[838] - Quote
WTH, you traders are comfortable sharing your trade secrets with Pandemic Legion? |

Fin Udan
School of Applied Knowledge Caldari State
3
|
Posted - 2016.01.19 19:01:37 -
[839] - Quote
Fin Udan wrote:Elizabeth Norn wrote:[
When you first opened an account, how did you do that? If you log into that same account then you should be able to add the new API key to it. When I opened the account I loaded an api key which wasn't predefined.(The fact you need to load a predefined api key to make it work could be clearer). The api key wasn't registered but my character was saved. When I now try to load a correct predefined api key I just get the message 'character already saved' I can't see this supposed 'saved' character and when I try to do stuff it says 'you have no api key installed' I can see no way of removing this 'saved' character to be able to reinstall with a correct predefined api key I have loaded a predefined api key for my alt. This correctly registered and I can see my alt in Eve Mogul.
Jeronica kindly removed me from the database and then Eve Mogul registered me using the key that I registered my alt with.
I can now see both my characters in Eve Mogul and I'm looking forward to my 1st api pull
Many thanks Jeronica  |

Fin Udan
School of Applied Knowledge Caldari State
3
|
Posted - 2016.01.21 07:34:28 -
[840] - Quote
I'm now receiving api pulls and I'm currently listed as 59th on the weekly leaderboard and 89th on the monthly leaderboard.
However I am still listed as anonymous despite enabling the make public function.
I assume this is because I am still on the free trial so my question is this : what is the minimum paid subscription I can take out to ensure that I am publicly listed on the leaderboard ?
Thanks in advance. |
|

Moloney
Mass Effect Enterprises
187
|
Posted - 2016.01.26 23:29:16 -
[841] - Quote
Hi,
Same issue as listed by others.
I have added an API key using the Predefined button. I did set it to never expire.
The site verified my key and I selected my Character.
It is about 6 hours later and nothing has updated. Last pull listed as 1970.
Is this an outdated application? (No longer functional??) |

Vickers Secretary
Weyland Inc.
0
|
Posted - 2016.01.27 14:23:50 -
[842] - Quote
For me as well. I'm waiting since a few days and nothing happened. Just deleted my keys and gave up upon this. |

Aemi Hirl
Rolling Trailblazers
0
|
Posted - 2016.01.29 11:35:28 -
[843] - Quote
It is working, it took about 3-4 days from when i added the API keys to the first pull. |

Beghemoth
Pandemic Horde Inc. Pandemic Horde
0
|
Posted - 2016.01.30 03:34:08 -
[844] - Quote
So, I've been playing with this (It's shiny!), and noticed something odd. I got back in ~7-10 days ago, and started market trading again, it took 2-3 days for the first API pull, and once it kicked it didn't grab anything back from the 5-7 day old market transactions. Is there any way to get it to import these? It's not super-critical, just throwing off my profit calculations, as they're showing 0% profit. |

Jeronica
Habitual Euthanasia Pandemic Legion
410
|
Posted - 2016.02.02 21:43:46 -
[845] - Quote
Yes, I've been researching why its been taking so long. I've tried just about everything I can think of, from clearing the entire cache database to clearing the queues.
I've got a new version of Mogul coming out soon, which should address those issues and will be an overall better experience.
Also, just an FYI, crest servers are encountering some issues: https://i.imgur.com/goqzBKI.png I suspect some weird things are going to happen.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Martin Gregor
Kriegsmarinewerft Goonswarm Federation
6
|
Posted - 2016.02.03 08:28:47 -
[846] - Quote
Hi, I'm testing your service since about a week now. What am I doing wrong that it always shows zero profits on everything?
The site lists me all orders correctly, all transactions are ok and it notifies me when something is out of stock. It shows sell and buy transactions in the hangar section for specific items. But still the profit is at zero, everywhere. I'm buying via corp wallet and selling with privat char wallets - is this an issue? |

Miss Butane
Science and Trade Institute Caldari State
0
|
Posted - 2016.02.05 03:45:11 -
[847] - Quote
Good thing it offers a free trail... signed up for it 3 days ago now and still no API pull similar to others says something along the lines of last pull 1970 lol. If this was a free service sure w/e it is what it is. But this person wants isk for it, lol what a joke cannot even pull a basic API. I will continue using my spreadsheet much more reliable.
Cheers, |

Empress Sarum
Imperial Academy Amarr Empire
0
|
Posted - 2016.02.08 01:26:11 -
[848] - Quote
Just signed up for the trial... I am experiencing the same issues most people have reported recently, the API is not pulling. (It's been over 12 hours).
Hope you get it resolved soon, I really want to give this a shot and subscribe! you definitely deserve some isk for all this hard work! If these issues persist can you extend the trial period for users that signed up - but could not properly use your service?
Thanks! |

Pornogeros
Pornogeros A.E.
0
|
Posted - 2016.02.08 07:59:13 -
[849] - Quote
Same problem here. Old account and i got back 3 days ago. I even created a new api. I guess i can wait 1-2 more days. |

Album Song
Republic University Minmatar Republic
0
|
Posted - 2016.02.09 02:15:25 -
[850] - Quote
Hi
Once again the 30 day and 12 month profit graphs aren't working.
Hope you can fix it soon,
Robbie Williams - Millenium |
|

KUMAR OK
Perkone Caldari State
3
|
Posted - 2016.02.10 13:37:14 -
[851] - Quote
Hi, many months ago I resubscribed to Mogul and you may or may not remember in the market channel I requested that a certain tool/feature should be available on the smaller subscription tier, which was seeing how much ISK every individual item made I'm pretty sure.
You actually responded which was cool and said you had no problem moving that feature down, you said it needed to clear cache or something like 24 hours until it would show up properly but it ended up never showing up for me and I kinda forgot about mogul then because I really like that feature and is the main reason I wanted to try to use it again.
Can you confirm features for the different tiers and if that is changed now? |

Arlyn Nightblade
24th Imperial Crusade Amarr Empire
2
|
Posted - 2016.02.12 15:10:51 -
[852] - Quote
It's been 5 days now and still no pull on the API key.
Any suggestions on what to try? Should I just wait until you resolve the issues? should I try to remove/add a new API? etc?
I'd like to subscribe once its working, many thanks! |

Dr J Watson
Suddenly Sales Suddenly Spaceships.
0
|
Posted - 2016.02.13 12:38:33 -
[853] - Quote
Hi,
For 2 days now I can see in transactions that there have been API pulls, but all profits are displayed as 0.
I have used your services for about a year now but never had this kind of issue before. Only delay in API pulls.
I hope this will be fixed soon. |

Gorki Irvam
Drungor Investments
0
|
Posted - 2016.02.13 19:57:06 -
[854] - Quote
Can you add something like last api pull time? It would be great help for me.
Also maybe implement notification api from html5? For fullfilled orders and so :) https://developer.mozilla.org/cs/docs/Web/API/notification
Thank you!
> Imma formin cos I wanna
|

Dr J Watson
Suddenly Sales Suddenly Spaceships.
0
|
Posted - 2016.02.13 21:19:29 -
[855] - Quote
There is already a display for last API pull time. If you go to your account and to API keys, there it will display pull time on every API you have added. |

Crash 888
TRINTEX
0
|
Posted - 2016.02.18 19:51:33 -
[856] - Quote
Having the same problems as others. Old account reactivated and new api's input, but no API pull yet for 3 days. |

Amarr ismyhome
Prometheus Holdings Inc. Prometheus Allegiance
7
|
Posted - 2016.02.20 16:09:57 -
[857] - Quote
+1 to it not working for me as well. even created new api and still no first pull (only renewed today grrr) |

Tsuya
What The Hel
14
|
Posted - 2016.02.20 16:52:15 -
[858] - Quote
Mine finally started working, took over a week to do the first API pull. |

Dr J Watson
Suddenly Sales Suddenly Spaceships.
0
|
Posted - 2016.02.23 18:09:09 -
[859] - Quote
About 2 weeks have passed now without me being able to see any profit. http://i.imgur.com/vww9WXT.png As you can see in this image, there is API pulls being done. I can see that as well in transactions. All profit is removed and just displays as 0 on everything. Also nothing is displayed at the 30 day profit graph even if it did before. Getting some updates and information about the situation would be nice to be kept up to date on this situation. Thank you in advance. |

Poxs62
StarTrucks Prometheus Allegiance
12
|
Posted - 2016.02.23 18:34:16 -
[860] - Quote
Amarr ismyhome wrote:+1 to it not working for me as well. even created new api and still no first pull (only renewed today grrr)
was moi, been 3 days since isk been sent and nothing , not even an api pull, any news what is going on, or have i just flushed isk down the sink? 
Used to have no problems with the site :(
|
|

Arcus Maximus
The Meridian Conclave Brothers of Tangra
0
|
Posted - 2016.02.23 20:33:48 -
[861] - Quote
Running into the same issue with no profit showing. |

Inazuma Sweet
Angeles Descarnados HISPANIA.
0
|
Posted - 2016.02.23 22:49:59 -
[862] - Quote
created account 48h ago and not pull api, re-created the key and waiting for pulling  |

Fenris Hakaari
ETANOL Corporation Circle-Of-Two
3
|
Posted - 2016.02.25 13:33:38 -
[863] - Quote
Same here. Api pull doesnt work since i started trial. Bit disappointing. Looks like will have to stick to evernus (although mogul would be handy to be ablr to check while at work). |

Poxs62
StarTrucks Prometheus Allegiance
13
|
Posted - 2016.02.25 18:12:00 -
[864] - Quote
Just wondering has the dev gone awol from game , nothing in this post no updates or anything since the 2nd
Personally i resubbed on the 20th and since then not a single api pull, so should the dev still be running site hoping for time refund on our accounts that are active
If the dev has gone awol will be a shame as for me this is best site of its kind :() |

Mad Vemane
Woot Woot 101
1
|
Posted - 2016.02.25 18:55:54 -
[865] - Quote
Everything works fine (almost) on my side! The profit of the items usually shows up one pull later (The pull at 4 will put the profit on the transactions pulled at 2) |

Crash 888
TRINTEX
0
|
Posted - 2016.02.26 01:26:04 -
[866] - Quote
Update: my api's worked after 10 days.   |

Nero Farway
Selectivity
36
|
Posted - 2016.02.26 13:58:50 -
[867] - Quote
I re-subbed a few days ago. The Subscription was processed yet there was not a single API pul for the API I provided. I also had to try several times until the API got accepted by the system because of several errors randomly occurring on the site. The Site itself seems to be a bit unresponsive and laggy, yet I wanted to test it again (it's been 1 year since I tested it last time).
The day after I realized it doesn't seem to work, I wrote an eve mail to Jeronica, which is yet to be answered.
I have not seen Jeronica online, I have not received an answer to my eve mail, There was no update in this thread for quite a while, there is nothing regarding this issue on the website and it seems like several people have this problem.
As far as I know, scamming for out of game services is not allowed. (Source: https://forums.eveonline.com/default.aspx?g=posts&t=437047&find=unread)
Also, in this post ( https://forums.eveonline.com/default.aspx?g=posts&m=174820#post174820 ) , Lelouch clearly says: "do not accept payment for the service unless youGÇÿre ready to start providing it within a few hours." On eve Mogul, I chose the elite subscription and was asked to transfer 150m ISK, which was processed. Because payment was accepted, the service should have been provided a few hours after I paid.
Now it's not like I have a problem with it taking one or two days due to some problems, but since not only me, but also nobody else seems to receive any replies or offers of a refund due to the service not working, I will petition this if I do not hear back from jeronica or someone else associated with the website within 3 days from now.
Nevertheless, I still hope this can get resolved without problems rather quick. |

Fenris Hakaari
ETANOL Corporation Circle-Of-Two
3
|
Posted - 2016.02.26 19:51:31 -
[868] - Quote
Same feelings here. Transferred money to have medium tier option and somehow this api it can pull. Not much of pissed off but disappointed. On the bright side i have found quite good tool to replace (http://www.evetrademaster.com/) so Eve Mogul wont see eve 1 isk more from me. |

Mad Vemane
Woot Woot 101
1
|
Posted - 2016.02.29 19:28:50 -
[869] - Quote
Well my API have been flagging and wont pull even if I have 56 days of sub left...
anyone has an alternative that shows when orders are done? Only feature I really want :P |

Nero Farway
Selectivity
37
|
Posted - 2016.03.01 10:09:23 -
[870] - Quote
Mad Vemane wrote:Well my API have been flagging and wont pull even if I have 56 days of sub left...  anyone has an alternative that shows when orders are done? Only feature I really want :P
Same here, some error again.... I did reset it and is shows "in good standing" again. Then I deleted it and made a new one.
Also, I saw Jeronica ingame a few days ago, but my EveMail to him/her regarding the issue has not been answered.
If it doesn't pull until DT (in ~1 hour), I will petition this as an illegal "out of game service" scam and hope things will happen. Maybe it's more effective if others who have apparently been scammed as well join me on this. |
|

Iria Ahrens
Space Perverts and Forum Pirates
797
|
Posted - 2016.03.01 21:54:00 -
[871] - Quote
Is Eve Mogul LIFO? I keep on getting negative profit indications in transactions when I'm pretty sure I put that specific module on my ship and don't want it to count towards my profits/losses.
I noticed that I can add stock/remove stock but this seems to only work going forward, I can't retroactively adjust a transaction that got miscalculated, or am I overlooking the function?
At this point i don't really care much, but I'm trying to get a grip on all the functionality that is available. I went ahead and did a remove stock of two modules I bought at market because I needed it then, and planned to keep it on the ship until it got blown up anyway,
I think it would be nice if we could click a "do not count" box in transactions for items we do not intend to sell. Right now the process of clicking on each module, and going through the multi-window process, which has a considerable delay per window, is overly time consuming.
My choice of pronouns is based on your avatar. Even if I know what is behind the avatar.
|

Marseillefrog
Blueprint Mania
19
|
Posted - 2016.03.03 14:10:38 -
[872] - Quote
Hi question,
I starting using eve-mogul the other day and am having trouble adding a new api for one characters. I input it and then deleted it because it was wrong and then added a different one and now it tells me "character api already exists" even though I deleted it. What am I missing? |

Fin Udan
School of Applied Knowledge Caldari State
4
|
Posted - 2016.03.03 18:17:21 -
[873] - Quote
Marseillefrog wrote:Hi question,
I starting using eve-mogul the other day and am having trouble adding a new api for one characters. I input it and then deleted it because it was wrong and then added a different one and now it tells me "character api already exists" even though I deleted it. What am I missing?
You need to contact Jeronica and ask to be removed from the database and then you need to add a predefined api. This isn't particularly intuitive and I hope Jeronica will provide clearer instructions in the new beta to which I would very much like an invite  |

Jeronica
Habitual Euthanasia Pandemic Legion
411
|
Posted - 2016.03.09 23:08:03 -
[874] - Quote
o/ all.
I apologize for the miscommunication, I haven't been logging into the forums at all recently. I've been semi AFK from development the past few weeks because my company is ramping up in workload over the next 2 months and I'm trying to get ready.
I do have a beta, it's still fairly closed and things probably will break from time to time. If you're interested, I suggest getting my attention in tweetfleet slack in scc-lounge. I try to be active there, bit easier from work that way. Rest assured, anyone who's had issues will be more than compensated in the new version (which I'm hoping to get done this month, dev time allowed). The beta's almost production ready, I just have a few more things I want to add prior. So, if you're interested in trying out the potentially volatile beta site (I may clear data from now and then, although I haven't in 3 weeks or so) give me a shout through slack or eve-mail (less responsive there).
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Nero Farway
Selectivity
38
|
Posted - 2016.03.21 16:40:12 -
[875] - Quote
This thing still doesn't work. API is being pulled but overall profit and profit per transaction for every single transaction is exactly 0%. The Transactions show correctly, the profit calculation is just not done. It worked correctly for maybe 1 week then is didn't again. Bot Evemails, the one that I sent ~3 weeks ago and another one I sent ~1 week ago directly to Jeronica remained unanswered. I did petition this (because, as I write above, scamming for out of game services is not allowed) already but the petition is still unanswered. Hope something will happen here. It's not about the site not working, it's about completely ignoring customers.
At this point I definitely demand a full refund and will not stop until something happened here. |

Dr J Watson
Suddenly Sales Suddenly Spaceships.
0
|
Posted - 2016.03.31 22:24:36 -
[876] - Quote
Still experiencing the same issues with profit being displayed as 0% on everything. Can we get an update on when this issue will be solved? This have been going on for too long without any change. |

Nero Farway
Selectivity
38
|
Posted - 2016.04.01 13:22:59 -
[877] - Quote
Dr J Watson wrote:Still experiencing the same issues with profit being displayed as 0% on everything. Can we get an update on when this issue will be solved? This have been going on for too long without any change.
Same here. As said before, scams for out of game services are not allowed. I ask everyone having this problem to petition this. Unfortunately, my petition still has not been answered. If it doesn't get answered within a few days, I will send a letter to CCP via traditional mail. |

Dr J Watson
Suddenly Sales Suddenly Spaceships.
0
|
Posted - 2016.04.01 13:50:14 -
[878] - Quote
Nero Farway wrote:Dr J Watson wrote:Still experiencing the same issues with profit being displayed as 0% on everything. Can we get an update on when this issue will be solved? This have been going on for too long without any change. Same here. As said before, scams for out of game services are not allowed. I ask everyone having this problem to petition this. Unfortunately, my petition still has not been answered. If it doesn't get answered within a few days, I will send a letter to CCP via traditional mail.
I have been using Eve Mogul for nearly a year now without issues until these last 2 months. Which really have been breaking my trust to the service. |

Abidal Trekt
Pandemic Horde Inc. Pandemic Horde
50
|
Posted - 2016.04.06 14:08:45 -
[879] - Quote
o7 Jero. I let my account expire about a year ago, and resubbed a few days ago. Readded APIs, but no pulls yet. Is this the normal wait time for Standard sub pulls nowadays or is something fishy? |

Nai Tra
Omniplex Trading
1
|
Posted - 2016.04.07 07:16:15 -
[880] - Quote
Paid for elite, hasnt worked for a week with a single API pull. everything still sitting at 0isk across the board.
sent an evemail a few days ago asking for a refund but haven't heard back.
oh well, the other competing service is free and does similar functionality though guess it's still in beta so *shrug* |
|

Auriel Yatolila
House Yatolila Trading Corporation
0
|
Posted - 2016.04.11 09:32:56 -
[881] - Quote
the api hasn't pulled for me either, but i can also understand that real life does take precedence. I look forward to trying the new version of eve-mogul when it comes out |

Raano Thorson
Sebiestor Tribe Minmatar Republic
23
|
Posted - 2016.04.15 02:49:20 -
[882] - Quote
Working for anyone at all? I used this in my marketing infancy to share with investors how their investments are going. I hoped to use it for my personal use and plugged in for the elite.
I won't try to raise the scam flag. I get it. Real life. I have one too! That;s why I took off last round.
anyways, no API pulls since I left the game in 2014. Hoping to see how I am doing. |

Jimmy CC
Deep Core Mining Inc. Caldari State
0
|
Posted - 2016.04.17 15:09:22 -
[883] - Quote
It's working fine for me but AGAIN the 30 day and 12 month graphs aren't working and haven't been for months now.
Please fix this soon! |

Tharivol Sabezan
Hedion University Amarr Empire
0
|
Posted - 2016.04.18 13:37:52 -
[884] - Quote
Used to use eve-mogul a lot, then quit EVE for about a year or so. Just got back on, re-upped with eve-mogul and still hasn't done an API pull 4 days later. I even deleted the old keys and created new one's...nothing. Not happy about flushing 100M ISK down the drain, but even worse, this tool is super useful when it's working and without it my trading alt has a sucky time of it. 
Please fix it!! |

aruchra
Bimasakti Incorporated
1
|
Posted - 2016.04.18 15:02:41 -
[885] - Quote
why mogul didnt pull my api data ?? pls double check |

Sanadras Riahn
This Nightmare
63
|
Posted - 2016.04.19 15:36:19 -
[886] - Quote
Good morning! Just wanted to add my voice to those who appear to be having API pull issues. Granted, I've only created this API key as of about an hour and a half ago, but the FAQ mentioned it should pull in about 10 minutes.
Tradition defines and shapes a person, but should be evaluated frequently; far too often does Tradition no longer help, but hobble a person and stunt their growth.-áEspecially a Capsuleer.
|

Murderdem Alduin
Dreddit Test Alliance Please Ignore
0
|
Posted - 2016.04.20 18:10:52 -
[887] - Quote
tried again after adding api keys after a few hours and nothing |

Serrah Serrain
PSAX CAP US Clockwork AM
0
|
Posted - 2016.04.21 03:52:29 -
[888] - Quote
Getting "Character Already Saved" every time I try to add API. |

Jeronica
Habitual Euthanasia Pandemic Legion
419
|
Posted - 2016.04.22 23:53:16 -
[889] - Quote
Hi all,
This weekend I'll be moving the beta to live, things should be a lot smoother and features added in a quicker fashion! I haven't touched much of the code of the current site (because this new version took a lot of dev time).
I'll have things up and running I propose on Saturday the 23rd, Sunday evening at the latest. I've also kicked some extra servers and reset some queues on the old site to get you all working, so far everything is reporting that APIs are being pulled (I had 700 APIs not pulling, I got it reduced down to about 100 at any given time waiting to be processed).
What I think was happening is that APIs weren't finishing in a timely matter, so they'd requeue (parameters were "last queued < 1h ago"). So the queue was being overloaded with people's APIs who were already queued which resulted in the old behavior where people would get pulled (eventually) after everyone else's API got pulled who were duplicated. So a n+1 issue arose which inhibited the new users from getting a timely pull (they'd be put behind thousands of APIs, again which were duplicated). I fixed this once before by clearing the queue and letting things start from scratch which worked to a certain degree for a couple weeks. I did this again this morning as well, and as I said earlier looks like things have been pulling for newer users.
With that said, I feel the current beta is approaching ready status and with a bit more bug hunting and feature polishing I'll have it ready for you guys. Currently I'm proposing to migrate only profit data, not the billions of transactions stored already. This will result in a cleaner transition for everyone from old to new site.
Of course, there will be free subs all around when we migrate. Prices will also be going down slightly for elite users, and premium will no longer be an option. There will also be a free tier which will be a limited views of reports.
Again, I apologize for any issues with the API. It's been a known issue to me for a while now but I've been pulled elsewhere and it's hard to find dev time or EVE time (just look at my killboard lol). I'll work my best to resolve any issues/concerns/complaints that people have.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Cahto Tambo
Science and Trade Institute Caldari State
0
|
Posted - 2016.04.26 20:08:03 -
[890] - Quote
I'm having API issues. My API keys are becoming flagged as soon as I reset them. I've tried creating new keys and they also become flagged immediately. This has been going on for a few days now and I have been unable to view any reports. |
|

Jeronica
Habitual Euthanasia Pandemic Legion
423
|
Posted - 2016.04.26 20:53:01 -
[891] - Quote
Cahto Tambo wrote:I'm having API issues. My API keys are becoming flagged as soon as I reset them. I've tried creating new keys and they also become flagged immediately. This has been going on for a few days now and I have been unable to view any reports.
You'll need to make sure the access is correct. I'm making the access masks more fluid, and they wont flag the entire API if orders pull gets cut off for example.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Cahto Tambo
Science and Trade Institute Caldari State
0
|
Posted - 2016.04.27 00:35:01 -
[892] - Quote
Jeronica wrote:Cahto Tambo wrote:I'm having API issues. My API keys are becoming flagged as soon as I reset them. I've tried creating new keys and they also become flagged immediately. This has been going on for a few days now and I have been unable to view any reports. You'll need to make sure the access is correct. I'm making the access masks more fluid, and they wont flag the entire API if orders pull gets cut off for example.
I normally use the predefined button. Just tried using full access and it is still showing up as flagged immediately.
|

Jeronica
Habitual Euthanasia Pandemic Legion
423
|
Posted - 2016.04.27 00:48:04 -
[893] - Quote
Cahto Tambo wrote:Jeronica wrote:Cahto Tambo wrote:I'm having API issues. My API keys are becoming flagged as soon as I reset them. I've tried creating new keys and they also become flagged immediately. This has been going on for a few days now and I have been unable to view any reports. You'll need to make sure the access is correct. I'm making the access masks more fluid, and they wont flag the entire API if orders pull gets cut off for example. I normally use the predefined button. Just tried using full access and it is still showing up as flagged immediately.
Are you selecting it as a corp or character?
Also is this on beta or the older site?
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Cahto Tambo
Science and Trade Institute Caldari State
0
|
Posted - 2016.04.27 00:57:38 -
[894] - Quote
Jeronica wrote:Cahto Tambo wrote:Jeronica wrote:Cahto Tambo wrote:I'm having API issues. My API keys are becoming flagged as soon as I reset them. I've tried creating new keys and they also become flagged immediately. This has been going on for a few days now and I have been unable to view any reports. You'll need to make sure the access is correct. I'm making the access masks more fluid, and they wont flag the entire API if orders pull gets cut off for example. I normally use the predefined button. Just tried using full access and it is still showing up as flagged immediately. Are you selecting it as a corp or character? Also is this on beta or the older site?
Character. This is on beta, i guess i should have mentioned that :)
I managed to get a pull out of it just now but it still has them all listed as flagged. |

Jeronica
Habitual Euthanasia Pandemic Legion
426
|
Posted - 2016.04.27 01:16:43 -
[895] - Quote
Cahto Tambo wrote:Jeronica wrote:Cahto Tambo wrote:Jeronica wrote:Cahto Tambo wrote:I'm having API issues. My API keys are becoming flagged as soon as I reset them. I've tried creating new keys and they also become flagged immediately. This has been going on for a few days now and I have been unable to view any reports. You'll need to make sure the access is correct. I'm making the access masks more fluid, and they wont flag the entire API if orders pull gets cut off for example. I normally use the predefined button. Just tried using full access and it is still showing up as flagged immediately. Are you selecting it as a corp or character? Also is this on beta or the older site? Character. This is on beta, i guess i should have mentioned that :) I managed to get a pull out of it just now but it still has them all listed as flagged.
I've been playing a LOT with it the past few hours. After a few hours if it's still not working we'll look at it again. I think I got majority of issues fixed though.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Cahto Tambo
Science and Trade Institute Caldari State
0
|
Posted - 2016.04.27 21:55:52 -
[896] - Quote
Jeronica wrote: I've been playing a LOT with it the past few hours. After a few hours if it's still not working we'll look at it again. I think I got majority of issues fixed though.
Everything is working today :) |

Jeronica
Habitual Euthanasia Pandemic Legion
426
|
Posted - 2016.04.28 13:27:40 -
[897] - Quote
Cahto Tambo wrote:Jeronica wrote: I've been playing a LOT with it the past few hours. After a few hours if it's still not working we'll look at it again. I think I got majority of issues fixed though.
Everything is working today :) Perfect!
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Fin Udan
School of Applied Knowledge Caldari State
19
|
Posted - 2016.04.28 14:44:04 -
[898] - Quote
Jeronica wrote:Cahto Tambo wrote:Jeronica wrote: I've been playing a LOT with it the past few hours. After a few hours if it's still not working we'll look at it again. I think I got majority of issues fixed though.
Everything is working today :) Perfect!
Are you intending to import the database from Eve Mogul1 into EveMogul2?
I trade Eve Mogul
|

Iria Ahrens
Space Perverts and Forum Pirates
919
|
Posted - 2016.04.29 01:25:53 -
[899] - Quote
Hey Jeronica.
In the beta, Is there any way to either speed up the auto-search when entering an item name, or do an eve-central style search after hitting enter with a few letters or a couple words? I have to type very slow or the search fails, I often type out the entire name correct, then have to backspace through the name and start again typing really s l o w l y
Maybe one way to speed up the search is to download the catalog in a stylesheet or something. So the auto-search just compares to a local .cs file, this will also reduce server load and delay.
ALSO,
Please implement the function to right-click and select open in new tab/new window. There are so many situations where I want to compare different items stock etc or d
My choice of pronouns is based on your avatar. Even if I know what is behind the avatar.
|

Jeronica
Habitual Euthanasia Pandemic Legion
427
|
Posted - 2016.04.29 14:29:26 -
[900] - Quote
Iria Ahrens wrote:Hey Jeronica.
In the beta, Is there any way to either speed up the auto-search when entering an item name, or do an eve-central style search after hitting enter with a few letters or a couple words? I have to type very slow or the search fails, I often type out the entire name correct, then have to backspace through the name and start again typing really s l o w l y
Maybe one way to speed up the search is to download the catalog in a stylesheet or something. So the auto-search just compares to a local .cs file, this will also reduce server load and delay.
ALSO,
Please implement the function to right-click and select open in new tab/new window. There are so many situations where I want to compare different items stock etc or d
I've pushed a change for the item search box, should be better now. I'll look into having a right click option there! Right now it's mainly based on javascript click events, not actual hrefs but I'll see what I can do!
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|
|

Jeronica
Habitual Euthanasia Pandemic Legion
427
|
Posted - 2016.04.29 14:40:58 -
[901] - Quote
Fin Udan wrote:Jeronica wrote:Cahto Tambo wrote:Jeronica wrote: I've been playing a LOT with it the past few hours. After a few hours if it's still not working we'll look at it again. I think I got majority of issues fixed though.
Everything is working today :) Perfect! Are you intending to import the database from Eve Mogul1 into EveMogul2?
I'm planning on migrating the profit table, and stock table.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Jimmy CC
Deep Core Mining Inc. Caldari State
0
|
Posted - 2016.04.29 18:06:01 -
[902] - Quote
Hi
So I'm still not having any API issues at all! I feel kinda left out.
The only bug bear I do have is this 30 day and 12 month graph issue, these haven't worked in months!
It's not like I need these graphs, but I really like having them available.
Also, are you looking to introduce downloadable day-by-day profit spreadsheets, e.g.:
Col 1: Date Col 2: Profit Col 3... margin, cash flows, etc
? This way we could do Excel shizzles.
Thank you,
Jimmy CC |

Jeronica
Habitual Euthanasia Pandemic Legion
427
|
Posted - 2016.04.29 18:23:43 -
[903] - Quote
Jimmy CC wrote:Hi
So I'm still not having any API issues at all! I feel kinda left out.
The only bug bear I do have is this 30 day and 12 month graph issue, these haven't worked in months!
It's not like I need these graphs, but I really like having them available.
Also, are you looking to introduce downloadable day-by-day profit spreadsheets, e.g.:
Col 1: Date Col 2: Profit Col 3... margin, cash flows, etc
? This way we could do Excel shizzles.
Thank you,
Jimmy CC
That is something I'll be wanting to do with export/api keys (if you want to import from mogul to excel). This will be expanded on later.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Iria Ahrens
Space Perverts and Forum Pirates
919
|
Posted - 2016.04.29 19:21:04 -
[904] - Quote
Jeronica wrote:Iria Ahrens wrote:Hey Jeronica.
In the beta, Is there any way to either speed up the auto-search when entering an item name, or do an eve-central style search after hitting enter with a few letters or a couple words? I have to type very slow or the search fails, I often type out the entire name correct, then have to backspace through the name and start again typing really s l o w l y
Maybe one way to speed up the search is to download the catalog in a stylesheet or something. So the auto-search just compares to a local .cs file, this will also reduce server load and delay.
ALSO,
Please implement the function to right-click and select open in new tab/new window. There are so many situations where I want to compare different items stock etc or d I've pushed a change for the item search box, should be better now. I'll look into having a right click option there! Right now it's mainly based on javascript click events, not actual hrefs but I'll see what I can do!
Thank you again as always.
My choice of pronouns is based on your avatar. Even if I know what is behind the avatar.
|

Nero Farway
Selectivity
38
|
Posted - 2016.05.04 15:52:41 -
[905] - Quote
Alright I tried this again because Jeronica, you seem to be more active and answer ppl now. I paid for the sub and it changed to valid. However, my old API keys didn't show up.
I tried adding a new one but when I select my character, it says "Character already saved" and doesn't save the API. So I cannot add an API for my character atm. |

Jimmy CC
Deep Core Mining Inc. Caldari State
0
|
Posted - 2016.05.04 16:31:49 -
[906] - Quote
Nero Farway wrote:Alright I tried this again because Jeronica, you seem to be more active and answer ppl now. I paid for the sub and it changed to valid. However, my old API keys didn't show up.
I tried adding a new one but when I select my character, it says "Character already saved" and doesn't save the API. So I cannot add an API for my character atm.
The API problem is getting sorted out, in an earlier post she explains (the avatar is clearly female) that in the coming months the beta will be released, to compensate users for continuity errors and inconvenience during the transition. Be strong brother, this is easily worthwhile. |

Jimmy CC
Deep Core Mining Inc. Caldari State
0
|
Posted - 2016.05.04 16:49:23 -
[907] - Quote
I have already mentioned this, but since Citadel I notice that my eve-mogul profits are unrealistically high, so I would like to urge you to incorporate brokers' fees. |

Jeronica
Habitual Euthanasia Pandemic Legion
427
|
Posted - 2016.05.04 18:38:58 -
[908] - Quote
Yes, the new site implements broker fees and is actually now in open beta!
You should be able to sign up at https://trade.eve-mogul.com
You will need to recreate API keys (needs more scopes, standings etc). I will get the code in to migrate subscription/profit/stock data over as well.
I was on the SCC-Lounge video cast last weekend to go over a few things about the new mogul: https://www.youtube.com/watch?v=e2PxpFP3WWQ
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Nero Farway
Selectivity
38
|
Posted - 2016.05.07 19:06:08 -
[909] - Quote
In beta, I cannot change my preferences. I wanna change default market hub and wanna participate in the leaderboard but when I click save it doesnt do anything. I tried with opera and then with firefox, both not working. |

Camelia Arton
Forte.
0
|
Posted - 2016.05.08 10:04:33 -
[910] - Quote
Jeronica wrote:I will get the code in to migrate subscription/profit/stock data over as well. Hi Jeronica!
how do you envision the above mentioned migration for email based login? I noticed that you didn't migrate the login table so I can't login to my account in the beta with the credentials from the old site - my question is, how should I create my account on the new site so you can link those accounts (new-old) for profits/subscription/stock migration? Is it going to be email based (so I should use the same email for creating of the new account) or API based? (you will migrate data based on the character linked from the API regardless of the actual login?)
Thanks a lot! |
|

Jeronica
Habitual Euthanasia Pandemic Legion
429
|
Posted - 2016.05.08 13:33:36 -
[911] - Quote
Camelia Arton wrote:Jeronica wrote:I will get the code in to migrate subscription/profit/stock data over as well. Hi Jeronica! how do you envision the above mentioned migration for email based login? I noticed that you didn't migrate the login table so I can't login to my account in the beta with the credentials from the old site - my question is, how should I create my account on the new site so you can link those accounts (new-old) for profits/subscription/stock migration? Is it going to be email based (so I should use the same email for creating of the new account) or API based? (you will migrate data based on the character linked from the API regardless of the actual login?) Thanks a lot!
Hi! I'm finalizing the import system today, it will use the "wallet" code from the old site. You'll need to log in via SSO with the character you want to be your public face. From there, I'll have a button to "import" your data by entering your old wallet code. After, you'll need to re-enter new APIs, as there are different access requirements.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Nero Farway
Selectivity
38
|
Posted - 2016.05.08 18:58:12 -
[912] - Quote
Hey Jeronica,
I don't know if my post above has been ignored, but maybe I didn't get an answer because technically I didn't ask a question. So I'll rephrase:
The leaderboard says "You're not participating in the leaderboards! ". How can I participate in the leaderboard? The save button on the preference page does not work (neither with opera nor with firefox). Is there a working way to participate in the leaderboard? If not, when will this be fixed?
|

Jeronica
Habitual Euthanasia Pandemic Legion
429
|
Posted - 2016.05.08 20:44:47 -
[913] - Quote
Nero Farway wrote:Hey Jeronica,
I don't know if my post above has been ignored, but maybe I didn't get an answer because technically I didn't ask a question. So I'll rephrase:
The leaderboard says "You're not participating in the leaderboards! ". How can I participate in the leaderboard? The save button on the preference page does not work (neither with opera nor with firefox). Is there a working way to participate in the leaderboard? If not, when will this be fixed?
Having a look now, sorry about that!
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Hijinked
24th Imperial Crusade Amarr Empire
0
|
Posted - 2016.05.12 16:14:22 -
[914] - Quote
This morning I subscribed to the trial and then extended 30 days with the elite package. Has my trial turned into an elite level subscription or does that only start after 30 days? Could you upgrade me to elite level immediately if not? Thanks. |

Isaac Schwartz
Caldari State Venture Capital
40
|
Posted - 2016.05.13 09:29:54 -
[915] - Quote
Hey Jerionica,
I sent 150M to Tackled in Belt for the non-beta site, then found this thread so I've also sent to Mogul Holdings, if possible it would be appreciated if the 150M could be moved instead to the beta site balance also :) |

Storm Princess
Ministry of War Amarr Empire
0
|
Posted - 2016.05.14 10:09:54 -
[916] - Quote
Hi,
I have quite the same problem as fellow above. Sent 150M for Tackled In Belt and now found out about new app. How is it gonna be? These two sites will be running simultanously? And if I want to use a new one too I have to pay for both?
Thx in advance for clarifying this for me. |

Cenisha
All Good CO2 Inc.
0
|
Posted - 2016.05.19 12:46:17 -
[917] - Quote
I been trying out the new EVE-Mogul V3 but I'm running into a few problems in contracts management.
- No matter if I chose "Active Contracts" or "Innactive Contracts" it shows always the same exact list.
- Contracts are sorted by they Issued date and I cannot change the order they are presented.
Can you clarify If I'm doing something wrong or is there are some edges that still need to be trimmed?
I'm personally very interested on sorting completed ontracts by their finished date, in order to take notice on freshly finished contracts!
Many thks!
|

Jeronica
Habitual Euthanasia Pandemic Legion
432
|
Posted - 2016.05.23 21:15:30 -
[918] - Quote
Cenisha wrote:I been trying out the new EVE-Mogul V3 but I'm running into a few problems in contracts management.
- No matter if I chose "Active Contracts" or "Innactive Contracts" it shows always the same exact list.
- Contracts are sorted by they Issued date and I cannot change the order they are presented.
Can you clarify If I'm doing something wrong or is there are some edges that still need to be trimmed?
I'm personally very interested on sorting completed ontracts by their finished date, in order to take notice on freshly finished contracts!
Many thks!
I'll work on contracts this week! Still some bugs working their way to the surface I need to iron out. Sorting by finished/issue date will be something I'll be adding for sure.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Zazi Mazh
Science and Trade Institute Caldari State
0
|
Posted - 2016.05.27 08:31:39 -
[919] - Quote
Are the multicharacter transactions working properly?
I bought some stuff in one place on character 1, shipped it to Jita and traded it to character 2, who then sold it on the market. Both transactions show up in the log, but no profit is shown. |

Poman Peigns
Pandemic Horde Inc. Pandemic Horde
0
|
Posted - 2016.05.31 00:35:40 -
[920] - Quote
This looks awesome, I look forward to seeing what comes next. |
|

T Rowe Price
T Rowe Price Financial
3
|
Posted - 2016.06.02 00:20:44 -
[921] - Quote
This is a really good tool. I like how you can setup portfolios. I had a little hiccup with a deposit and Jeronica got me sorted out really fast. I highly recommend eve-mogul. |

Cenisha
All Good CO2 Inc.
0
|
Posted - 2016.06.02 21:05:23 -
[922] - Quote
Heya
Noticed you fixed the contracts issues, but I still have some messed up results.
My corporation contracts completed after the 15th May or so do not show up... I already deleted the Corp API, made new ones from 2 different accounts, but still the same result.
Am I doing something wrong or is some more tweak needed?
Thks!
|

Jeronica
Habitual Euthanasia Pandemic Legion
432
|
Posted - 2016.06.09 23:07:18 -
[923] - Quote
Zazi Mazh wrote:Are the multicharacter transactions working properly?
I bought some stuff in one place on character 1, shipped it to Jita and traded it to character 2, who then sold it on the market. Both transactions show up in the log, but no profit is shown.
It is, depending on the order the characters are pulled it might disregard it. I do have a 6h buffer period for transactions missing data before they're processed which should allow any other APIs to pull.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Vann Getten
Unicorn Herders
0
|
Posted - 2016.06.19 17:48:09 -
[924] - Quote
It looks like I'm having a similar problem. Buy orders on one character that are filled then sold by another character aren't being properly calculated.
For the record, said buy orders are coming from corporation buy orders, if that makes a difference.
I can PM you examples if you want to look at it yourself and see if I might be missing something. |

Jeronica
Habitual Euthanasia Pandemic Legion
432
|
Posted - 2016.06.20 19:12:52 -
[925] - Quote
Vann Getten wrote:It looks like I'm having a similar problem. Buy orders on one character that are filled then sold by another character aren't being properly calculated.
For the record, said buy orders are coming from corporation buy orders, if that makes a difference.
I can PM you examples if you want to look at it yourself and see if I might be missing something.
EDIT: It fixed itself a few pulls later. Seems to be working again.
Good to hear. Should have no difference pulling from corp or character, they're just input sources.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Vann Getten
Unicorn Herders
0
|
Posted - 2016.06.22 00:11:14 -
[926] - Quote
Is there an option to ignore a transaction? I've had multiple instances where it detected a transaction that either wasn't correct (eg, linking a buy/sell pair incorrectly) or transaction that were done significantly separated in time and not intended to be profit-driven (eg, 'I need a mach' 'oops, my alliance disbanded' 'I need to sell a mach') |

Cynical Komercisto
Science and Trade Institute Caldari State
0
|
Posted - 2016.06.26 03:58:18 -
[927] - Quote
Is there a way to remove a transaction from the profit calculations after it has been completed? Due to me buying an over priced item for personal use earlier but it is affecting my profit calculation for when I am normally trading it. |

Jeronica
Habitual Euthanasia Pandemic Legion
432
|
Posted - 2016.07.15 19:14:09 -
[928] - Quote
Cynical Komercisto wrote:Is there a way to remove a transaction from the profit calculations after it has been completed? Due to me buying an over priced item for personal use earlier but it is affecting my profit calculation for when I am normally trading it.
I'll eventually add a "write off" system, that'll remove the profit from your records. I'll have something on this done over the next week or two.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Malwadas Evotori
Umbra Technology
1
|
Posted - 2016.07.28 18:10:20 -
[929] - Quote
hey, awesome tool there! was wondering if the tax is correctly calculate when i set range buy orders from a citadel with 0% tax and sell in jita afterwards for regular tax? |

sjw7
Caldari Provisions Caldari State
0
|
Posted - 2016.07.30 04:55:06 -
[930] - Quote
Hi
I have been using EveMogul for a few weeks and think its really good. I have come across a problem that I cannot seem to figure out thought.
When I trade at a citadel that has 0% tax the tax calculation on eve mogul seems to get mixed up. Here is an example
Buy order for skill injector at Citadel buy price - 586,061,020 brokers fee - (0%) 100
Order was fulfilled at the citadel and sell order put up at same citadel sell price 602,898,987 Brokers fee - (0%) 100 Sales tax - (1%) - 6,028,989
Ingame Profit 10,808,778
However eve mogul thinks that I made a -17,492,075 loss on the item and that I paid 35,540,497 in tax on. Its early morning so my brain hasn't started working properly yet but am I missing something?
Before now I have set up buy orders from a citadel and sold in jita but a few items I buy and sell in the citadel itself and these are causing the problem as the tax calculation is going a bit crazy.
I am sure its something I have done but cannot figure out what it is.
If anyone can help it would be much appreciated.
cheers
sj |
|

sjw7
Caldari Provisions Caldari State
0
|
Posted - 2016.08.03 05:49:40 -
[931] - Quote
I know what was happening now. I hadn't updated the broker fee percentage in the eve-mogul website preferences to reflect the citadel rate.
unfortunately even though I can edit the rate it will not save it and always goes back to the default rate. |

Jeronica
Habitual Euthanasia Pandemic Legion
435
|
Posted - 2016.08.04 16:11:31 -
[932] - Quote
sjw7 wrote:Hi
I have been using EveMogul for a few weeks and think its really good. I have come across a problem that I cannot seem to figure out thought.
When I trade at a citadel that has 0% tax the tax calculation on eve mogul seems to get mixed up. Here is an example
Buy order for skill injector at Citadel buy price - 586,061,020 brokers fee - (0%) 100
Order was fulfilled at the citadel and sell order put up at same citadel sell price 602,898,987 Brokers fee - (0%) 100 Sales tax - (1%) - 6,028,989
Ingame Profit 10,808,778
However eve mogul thinks that I made a -17,492,075 loss on the item and that I paid 35,540,497 in tax on. Its early morning so my brain hasn't started working properly yet but am I missing something?
Before now I have set up buy orders from a citadel and sold in jita but a few items I buy and sell in the citadel itself and these are causing the problem as the tax calculation is going a bit crazy.
I am sure its something I have done but cannot figure out what it is.
If anyone can help it would be much appreciated.
cheers
sj
You already found your answer, but yes trading in citadels is kind of glitchy and there is no way for mogul to know at this time what your broker fee rate is so I've decided to have it inputed by the user.
I plan on having more documentation made up later, which should cover this.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

HollyRenea
Viziam Amarr Empire
0
|
Posted - 2016.08.11 19:59:06 -
[933] - Quote
Is Eve mogul working? I just subbed as a trader, put in pre-created api, saw pulls but no updates. Also I tried to upgrade to tycoon from trader and it says I don't have enough in my account when I have 51m available. I just redid my api to see if there is any impact. |

Jeronica
Habitual Euthanasia Pandemic Legion
435
|
Posted - 2016.08.19 16:29:30 -
[934] - Quote
HollyRenea wrote:Is Eve mogul working? I just subbed as a trader, put in pre-created api, saw pulls but no updates. Also I tried to upgrade to tycoon from trader and it says I don't have enough in my account when I have 51m available. I just redid my api to see if there is any impact.
Thing should be working. Make sure you have the correct view selected when you're looking at your transactions/etc. I see the API has been pulling, so you should be getting history pulled in.
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|

Aurilen Isu
Extramordinary
3
|
Posted - 2016.08.19 22:44:27 -
[935] - Quote
Eve Mogul doesn't appear to work for me when I click the trade tab I get this
http://imgur.com/a/1Q1AY |

Balador Sethir
Sturmgrenadier Inc Digital Vendetta
0
|
Posted - 2016.09.12 20:50:20 -
[936] - Quote
Would it be possible to get reports based on actual journal data rather than estimates of fees?
Right now, as I understand it, profits are calculated by taking the [sale price] - ( [the buy price] + [sales tax] + [estimate of all the brokers fees] ).
I would really like it if I could get a daily report that is just [sale price] - [buy price] [sales tax paid that day] [broker's fee paid that day] [any other money in or out that day]
|

Sheeth Athonille
Rabid Dogz Mining The Bastion
149
|
Posted - 2016.10.20 08:21:30 -
[937] - Quote
I remember in the old version it used to show you were you ranked on the leaderboards even if you weren't in the top 10. I always personally enjoyed this as it gave me an idea of how well I'm doing relative to other people. Any particular reason v2 doesn't have this? Would love to see it implemented again  |

Gnea Crassua
Cow and Pony Kebab Factory Civil War Survivors
0
|
Posted - 2016.10.20 20:57:50 -
[938] - Quote
Mogul hasn't pulled any transactions since 04:27:33 yesterday for me.
Also thanks. |

Stolen ID
Sebiestor Tribe Minmatar Republic
0
|
Posted - 2016.10.20 22:23:17 -
[939] - Quote
Gnea Crassua wrote:Mogul hasn't pulled any transactions since 04:27:33 yesterday for me.
Also thanks.
Having the same problem |

William Redford
Desert Sun Industries
0
|
Posted - 2016.10.22 13:34:44 -
[940] - Quote
Exactly the same for me, also great service otherwise! |
|

Jeronica
Habitual Euthanasia Pandemic Legion
435
|
Posted - 2016.10.27 15:35:52 -
[941] - Quote
Issues should have cleared up. I'm fairly certain we were affected by the global DNS attack, which caused a few outages for many services not just Mogul.
I can also look into showing your rank in the leaderboard, regardless if you aren't in top 10. I left it out in this version because of the way my caching layer is set up, but I can definitely tweak it to include it if it's requested!
EVE-Mogul: https://www.eve-mogul.com
CEO/Programmer
Trade Profit Tracking Service
|
|
|
|
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 30 .. 32 :: [one page] |