Hey all.
All updates will be in this first post!
Bugs wishes etc are welcome.
THERE ARE NO KeyLogers Adware Spyware and etc.
Here we go one more time
.
Language: VB.NET
Database: Access 2003 (No password. Used to be portable and easy backups)
Source code: Not available
License: Freeware (some donated EFD would be great

)
Requirements: .NET Framework 2.0 (can be downloaded
there)
Screenshots:
there
Release: 1.0.1.0
Features/tips etc ...
1) Item manager
- Create any categories you want with any stackable items you want with price %
- Set they default buy price and unit value for 1pcs
2) Buy items
- Select category, select item, set amount and price, add to buy list. Data in buy list can be edited and rows deleted. After completed your buy list press Finalize deal. Great to use when buy ores/enmatters etc in street to calculate final pay value.
3) Sell items
- The same as buy items, but there you sell items. In additional you see price you paid (markup) and see you profit. Fee/tax also can be entered(auctions/shops) to see more correct profit/lose

Data in grid CAN NOT be edited, but can be removed. Edit feature not available because to make less chance you enter sales amount more then you have in stock.
4) Current stock
- Shows your current stock for any category. Also you can see Projected value (average sales price from your sales on item) and Projected Profit (Projected value – Paid value).
5) Trade stats
- Get data for any period, any group or item. (to select item, select group first). In bottom you can see totals for all your buyins and all sales for selected period/group ....
- In this form you can cancel also buyins and sales. To do ite just right click on row you want delete (buyins or sales) and deal will be canceled. After record is deleted AverageBuyPrice is recalculated by taking your amount in stock and last buyins you have for deleted item.
6) Warnings
- You can create warning messages for each item and for 2 type of actions: Buy, Sell. It works like: When you open Buy form and there is warning defined for your selected item then it is displayed. I suggest use one warning for each acition type for one item. If you have defined 4 warnings for action type Sell on some ore and when you will sell this ore you will have 4 warning in row, so better is to merge all warnings in one

, but you can do as you like.
Some other tips:
To make
EU Trader portable, you can copy it in USB Flash drive and take with you anywhere, just make sure that file DB.mdb is not read only marked and computers you use have .NET Framework 2.0 installed.
To make back-up of you databases, then just make copy of DB.mdb and store somewhere.
EU Trader looks for DB.mdb file in folder DB near it.
Average buy price is calculated as follows:
AvgBuyPrice=((AmountInStock*CurrentAvgBuyPrice)+(B uyAmount*BuyPrice))/(AmountInStock+BuyAmount).
There is not just average but your current stock with price and buy amount with price is taked in option to get correct buy price!
Download: EU_Trader_1.0.1.0_bin.rar
Software update 1.0.2.0
Fixes/BUGS
- Error message when selling item. Occurs when item is not selected. When selecting group first item was appearing in selection dropdown, but was not bind and by adding to sale list amount value was NULL, so now corrected.
- Removed few columns at ItemManager (TT Value and amount in stock, because you can see it in CurrentStock
New functions
- Sale item form. 2 buttons near Fee value box, A – calculates auction value, and S- calculates shop value. (Calculations have some mistake still

, could track
MA % decreasing)
- Trade stats – fast period selections (today, yesterday, this week, last week, this month, last month, This year).
- Items have DefaulSalesPrice field now. After update it`s will be set you default buy price + 6%
- Current stock. Each item have projected fee, sales value(from default Sale sPrice) and projected profit.
New features
- Extract current stock (group you have selected) and can be used to post on forum. Better is to set font Courier New, because all symbols are same width. You can use also Code box, but it can be to small to fit all data nicely! (Default Sales Price used!)
Download:
EU_Trader_1.0.1.0_bin.rar
Notes for those who have 1.0.2.0
Database in this archive is empty, to keep you old database with data, replace your EU_Trader.exe with one from archive. After first run you will get message
"Database change set 1.0.2.0 applied", then all is OK. Just for some safety make copy of you DB.mdb in DB folder.