Alex

From UG

(Difference between revisions)
Jump to: navigation, search
(F 27 Apr)
(July 12 Fri)
 
(20 intermediate revisions not shown)
Line 1: Line 1:
[[Category:Proj Plans]]
[[Category:Proj Plans]]
-
== Current Work ==
+
== March ==
-
* 0002237: [SmartPhone App] ............. <proj parent>
+
=== 20 ===
-
* 0002515: [Estim P&L / Accruals] .......<parent>
+
-
== Code Reviews ==
+
* Estimation module
 +
* E0 to Bill To Party link
-
* [https://dev-kuchma.jaguarfreight.com/repos/ repos]
+
== April ==
-
=== Acc ===
+
=== 16 ===
-
* tblCurrency
+
* 0004126: KPI Menu v2 
-
*  
+
** spec updated and final
-
==== tbl Currency ====
+
* 0004130: speed up loading of the Client homepage
 +
** put on hold
-
<pre>
+
* SOW 71 Drilldowns v 3
 +
** updated and incomplete
-
-- Table "tblCurrency" DDL
+
* 4125 // SOW 72 Import old Load records
 +
** created with spec, in Dev/QA
-
CREATE TABLE `tblCurrency` (
+
* 0004131: [DR/KPI] Output list from drill down functionality for download to excel
-
  `Id` int(10) NOT NULL AUTO_INCREMENT,
+
** spec .....
-
  `Name` varchar(50) NOT NULL,
+
-
  `Abbreviation` varchar(3) NOT NULL,
+
-
  `IsMain` tinyint(1) NOT NULL DEFAULT '0',
+
-
  PRIMARY KEY (`Id`)
+
-
) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=latin1 COMMENT='InnoDB free: 9216 kB';
+
-
DELIMITER ;;
+
* 0003988: Gross KG; Containers count; CBM count; Chargeable Weight count
-
CREATE TRIGGER `tblCurrency_after_ins_tr` AFTER INSERT ON `tblCurrency` FOR EACH ROW BEGIN
+
** spec ....
-
    INSERT INTO `tblCurrencyExchangeRate` (FromCurrencyId, ToCurrencyId, OfficeId)
+
-
    SELECT NEW.Id, `tblCurrency`.Id, `tblOffice`.Id
+
-
        FROM tblCurrency, tblOffice
+
-
        WHERE NOT `tblCurrency`.Id=NEW.Id;
+
-
    INSERT INTO `tblCurrencyExchangeRate` (FromCurrencyId, ToCurrencyId, OfficeId)
+
-
    SELECT `tblCurrency`.Id, NEW.Id, `tblOffice`.Id
+
-
        FROM tblCurrency, tblOffice
+
-
        WHERE NOT `tblCurrency`.Id=NEW.Id;
+
-
END;;
+
-
DELIMITER ;
+
-
</pre>
+
* 0003994: Cost per: 1/chargeable weight, 2/container, 3/CBM
 +
** mantis/spec .....
-
<pre>
+
* 0004140: Add include/exclude Fuel switch
-
+--------------+-------------+------+-----+---------+----------------+
+
** new task / spec draft
-
| Field        | Type        | Null | Key | Default | Extra          |
+
-
+--------------+-------------+------+-----+---------+----------------+
+
-
| Id          | int(10)    | NO  | PRI | NULL    | auto_increment |
+
-
| Name        | varchar(50) | NO  |    | NULL    |                |
+
-
| Abbreviation | varchar(3)  | NO  |    | NULL    |                |
+
-
| IsMain      | tinyint(1)  | NO  |    | 0      |                |
+
-
+--------------+-------------+------+-----+---------+----------------+
+
-
4 rows in set
+
-
</pre>
+
-
== SVN updates ==
+
== May ==
-
== Weekly Reports ==
+
=== may 6 ===
-
Related: 0002610: {Alex} ........... <mh report>
+
-
=== 2012 w16 ===
+
* 0004149: Sales Invoice v2
-
==== Mon 16 Apr ====
+
** spec update
-
==== Tue 17 Apr ====
+
* 0004126: KPI Menu v2
 +
** spec update
-
==== W 18 Apr ====
+
=== May 10 ===
-
* '''GM Split'''  - 1h
+
* SOW 2 TMS charges should populate Est tab automatically // mant: 4062
-
** SIT, etc
+
** question about Bill To link
-
* '''Estim GM''' - 5h
+
* SOW 5 Sales Invoice v2 // mantis: 4149
-
** completely rewriting SOW: more clear/ simple approach, etc
+
** posted feedbacks
-
* '''Mobile App''' - 0h
+
=== Week of May 20 - 26 ===
-
* '''Meetings/Misc''' - 2h
+
==== May 20 Mon ====
-
** ihelp - helping AG to cover for Denise, etc
+
-
** weekly Perry's meeting
+
-
** meeting w/ Marc
+
-
** discussing code management w/ Perry
+
-
'''TOTAL''': 8 hours
+
Spec/mantis updates:
 +
--------------------
-
=== 2012 w17 ===
+
0004182: Generic KPI framework and PPV project for Global Sourcing group at Arden
-
* GM Split
+
0004150: Changes to Arrival Notices pdfs
-
* Est GM
+
-
* Mobile
+
-
* Misc
+
-
==== M 23 Apr ====
+
0004128: Drilldowns v3
-
* GM Split
+
-
* Est GM
+
-
* Mobile
+
-
* Misc
+
-
==== Tu 24 Apr ====
+
-
* GM Split
+
-
* Est GM
+
-
* Mobile
+
-
* Misc
+
-
** meeting with Denise
+
-
** https issue
+
-
==== W 25 Apr ====
 
-
* GM Split
 
-
* Est GM
 
-
* Mobile
 
-
* Misc
 
-
==== Th 26 Apr ====
 
-
* GM Split
 
-
* Est GM
 
-
* Mobile
 
-
* Misc
 
-
==== F 27 Apr ====
 
-
* GM Split
 
-
* Est GM
 
-
* Mobile
 
-
* Misc
 
-
== Misc ==
+
New mantises:
 +
-------------
-
=== SVN addr etc ===
+
0004184: Dbl click on a CT record in any list in the CT2 (Client and Internal) system should open that record in a new browser tab
 +
==== May 21 Tue ====
-
Reply Reply to all Forward Close Help
+
'''KPI''':
-
You replied on 12/27/2011 2:25 PM.
+
0004182: Generic KPI framework and PPV project for Global Sourcing group at Arden
-
Follow up
+
-
From: Vlad Spichek [v.spichek@elcosol.com] Sent: Tue 12/27/2011 2:16 PM
+
-
To: Alex Dobrovolsky
+
-
Cc:
+
-
Subject: Fwd: Re: SVN relocation
+
-
Attachments:
+
-
View As Web Page
+
 +
0004164: KPI functionality for Expedited Shipment Approval Feature
-
-------- Original Message --------
+
0003993: 1/ Departed to Arrived(Air and Ocean only); 2/ OTIP; 3/ Approved to Cargo Due
-
Subject: Re: SVN relocation
+
-
Date: Sat, 05 Mar 2011 22:59:40 -0800
+
-
From: Vlad Spichek <vspichek@gmail.com>
+
-
To: Konstantin Ushakov <ushakovk@mail.ru>, a.pivniak@gmail.com, Gurzov@gmail.com, Roman.Lakhno@gmail.com, andriy.koltsov@gmail.com, mihail.tymoshenko@gmail.com, Alex Dobrovolsky <alex@jaguarfreight.com>
+
-
Hi,
+
'''ASN''':
-
Correction:
+
0004079: Expedited Shipment Approval Feature
-
To be able to use TortoiseSVN from outside the office, slightly different setting is needed:
+
-
In the "TortoiseSVN Setting -> Networks -> SSH"
+
-
SSH client should be set to
+
-
<"C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe" -P 8822 -l username -pw password>
+
-
Note the port number needs to be specified explicitly.
+
'''Etc:'''
-
Regards,
+
== July ==
-
Vlad
+
-
On 03/01/2011 12:47 AM, Vlad Spichek wrote:
+
=== July 12 Fri ===
-
Hi,
+
-
Please be informed that SVN repository will be moved to the Kiev office by the morning of Wednesday, March 2nd.
+
SIT:
-
Please consider committing your work to the existing repository at the end of Tuesday, March 1st. This will greatly reduce possibility of complications.
+
* pass // 0004005: (Ops) Some Client Companies do not appear in the Create Shipment tab
-
 
+
* pass // 0004217: [DR/KPI] change: Add "cargo due date" as output to a scheduled "previous day" report
-
There will be changes to the way repository is accessed. Unfortunately the transition isn't seamless.
+
* pass // 0004225: Bug: xls download from CT list does not include all tabs (Client app, Planner role)
-
 
+
* pass // 0004209: Change precision logic for Lead Times KPI: only one digit after dot
-
1. Server address will change. Unfortunately the Kiev office doesn't run any naming scheme which could allow for uniform access from inside and outside of the office.
+
* pass // 0004204: Remove 3 KPIs from this release
-
Server's internal address is 192.168.0.2, server's external address is 82.207.113.107 (aka kuchma.jaguarfreight.com). If you have suggestions of a name for the server other than <kuchma>, please let me know, it's not too late to change it.
+
* pass // 0004060: Changes to main menu values on one tab/KPI class should propagate to other tabs
-
2. The protocol used to access the repository will change to "svn+ssh://". The full URL then will look like
+
* pass // 0004198: Average line for bottom chart in non Volumes KPI redefined
-
 
+
-
<svn+ssh://kostya@192.168.0.2:8822/srv/repos/cybertrax/trunk/...>
+
-
 
+
-
 
+
-
svn+ssh://kostya@82.207.113.107:8822/srv/repos/cybertrax/trunk/
+
-
 
+
-
 
+
-
<kostya> will need to be changed to your name. For access from outside the office <192.168.0.2> will need to be changed  to <82.207.113.107> or <kuchma.jaguarfreight.com>. If needed </trunk/> will be replaced to specification of tag or branch you are interested in.
+
-
3. Authentication will be done by SSH, against standard Linux password database and/or SSH public key. I have created standard Linux accounts for everyone on the server, and assigned initial passwords, at the earliest convenience, please, changes them to your individual secret combination.
+
-
 
+
-
* To change your Linux password. For this you need to have Putty SSH client, it can be downloaded from <http://www.chiark.greenend.org.uk/~sgtatham/putty/>, no installation is required. Please open SSH connection to the server (using port 8822). After you get to the Linux command line enter <passwd>, enter your old password, then, twice your desired new password.
+
-
* As is TortoiseSVN will as for a password each time you do anything with the repository. To remove this inconvenience there are two ways:
+
-
1) To hardcode the password in TortoiseSVN configuration. This is not the preferable way, but very easy to start. From the pop-up menu of the File Manager, select TortoiseSVN Setting -> Networks -> SSH and set ssh client to TortoisePlink.exe, which comes together with TortoiseSVN (It is usually in <C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe>). You can add two additional arguments after TortoisePlink.exe to avoid entering your username and password everytime: <C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe -l username -pw password>
+
-
 
+
-
2) To use SSH open key authentication, follow one of these manuals:
+
-
<http://www.noah.org/wiki/Tortoise_SVN_with_PuTTY>
+
-
<http://www.ualberta.ca/CNS/RESEARCH/LinuxClusters/pka-putty.html>
+
-
<http://www.mono-project.com/Putty_and_TortoiseSvn>
+
-
 
+
-
On Wednesday I'll be checking my email and Skype more often to help resolve any troubles you might have.
+
-
Don't hesitate to contact me if you have any questions/suggestions.
+
-
 
+
-
PS together with Linux passwords, please change also Samba passwords using "smbpasswd".
+
-
 
+
-
Regards,
+
-
Vlad
+

Current revision as of 01:57, 13 July 2013


Contents

[edit] March

[edit] 20

  • Estimation module
  • E0 to Bill To Party link

[edit] April

[edit] 16

  • 0004126: KPI Menu v2
    • spec updated and final
  • 0004130: speed up loading of the Client homepage
    • put on hold
  • SOW 71 Drilldowns v 3
    • updated and incomplete
  • 4125 // SOW 72 Import old Load records
    • created with spec, in Dev/QA
  • 0004131: [DR/KPI] Output list from drill down functionality for download to excel
    • spec .....
  • 0003988: Gross KG; Containers count; CBM count; Chargeable Weight count
    • spec ....
  • 0003994: Cost per: 1/chargeable weight, 2/container, 3/CBM
    • mantis/spec .....
  • 0004140: Add include/exclude Fuel switch
    • new task / spec draft

[edit] May

[edit] may 6

  • 0004149: Sales Invoice v2
    • spec update
  • 0004126: KPI Menu v2
    • spec update

[edit] May 10

  • SOW 2 TMS charges should populate Est tab automatically // mant: 4062
    • question about Bill To link
  • SOW 5 Sales Invoice v2 // mantis: 4149
    • posted feedbacks

[edit] Week of May 20 - 26

[edit] May 20 Mon

Spec/mantis updates:


0004182: Generic KPI framework and PPV project for Global Sourcing group at Arden

0004150: Changes to Arrival Notices pdfs

0004128: Drilldowns v3


New mantises:


0004184: Dbl click on a CT record in any list in the CT2 (Client and Internal) system should open that record in a new browser tab

[edit] May 21 Tue

KPI:

0004182: Generic KPI framework and PPV project for Global Sourcing group at Arden

0004164: KPI functionality for Expedited Shipment Approval Feature

0003993: 1/ Departed to Arrived(Air and Ocean only); 2/ OTIP; 3/ Approved to Cargo Due

ASN:

0004079: Expedited Shipment Approval Feature

Etc:

[edit] July

[edit] July 12 Fri

SIT:

  • pass // 0004005: (Ops) Some Client Companies do not appear in the Create Shipment tab
  • pass // 0004217: [DR/KPI] change: Add "cargo due date" as output to a scheduled "previous day" report
  • pass // 0004225: Bug: xls download from CT list does not include all tabs (Client app, Planner role)
  • pass // 0004209: Change precision logic for Lead Times KPI: only one digit after dot
  • pass // 0004204: Remove 3 KPIs from this release
  • pass // 0004060: Changes to main menu values on one tab/KPI class should propagate to other tabs
  • pass // 0004198: Average line for bottom chart in non Volumes KPI redefined
Personal tools