From db75e9a488c8c07fff3d1ed6156e12965c4c0ec2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 23 Aug 2009 17:08:00 +0100 Subject: [PATCH] Reorder columns; rename "suggested" to "planned" --- yarrg/web/routetrade | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/yarrg/web/routetrade b/yarrg/web/routetrade index 97359a9..3e024e1 100644 --- a/yarrg/web/routetrade +++ b/yarrg/web/routetrade @@ -47,18 +47,6 @@ 16:40 columns should be sortable with the small arrows as before -16:51 YPP interfaces have price then qty. You have qty then price. This - is confusing! -16:51 the max column ordering is OK -16:51 (alo profit and suggested are OK) -16:52 Err, you want qty on the left in those two but on the right in - collect and deliver ? -16:53 Yes (price and capital are not the same thing) -16:53 OK -16:53 for max the order in which you want to think about it is 'I need to - buy ten of them and that will cost me $total price) -16:54 s/)/'/ - 16:46 Also trading plan not functional but I guess you know that :-) Also: @@ -199,7 +187,7 @@ if ($qa->{ShowStalls}) { } $addcols->({ Text => 1 }, qw(commodname)); $addcols->({}, - qw( org_qty org_price dst_qty dst_price + qw( org_price org_qty dst_price dst_qty Margin unitprofit MaxQty MaxCapital MaxProfit )); @@ -452,7 +440,7 @@ $addcols->({ Total => 0 }, qw( Profit Max % if ($optimise) { -Suggested +Planned % } @@ -460,10 +448,10 @@ $addcols->({ Total => 0 }, qw( Island <% $cdstall %> Island <% $cdstall %> Commodity -Qty Price Qty Price +Qty Margin Unit Qty -- 2.30.2