-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (53 loc) · 2.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en" dir="ltr">
<div class="container">
<div class="TopPane">
<h1>Robert G Eklund III</h1>
<h2>Resume</h2>
</div>
<div class="NavPane">
<p>Nav</p>
</div>
<div class="MidPane">
<h1>Financial Analyst</h1>
<h2>RI Services Austin</h2>
<ul>
<li>Assist with controllership of companies grossing ~20 Million.</li>
<li>Liaison between the company and external auditors.</li>
<li>Develop and implement procedures to reconcile accounts.</li>
<li>Develop and implement controls for Inventory.</li>
<li>Provide recommended financial statement Adjustments.</li>
<li>Work with various ERP and ERM applications.</li>
</ul>
<h1>Tax Associate</h1>
<h2>Gindler, Chappell, Morrison & CO. P.C.</h2>
<ul>
<li>Audited Oil and Gas, Government Single Audit (OMB A-133), and Manufacturing industries.</li>
<li>Effective time management and communication using Microsoft Office Suite product.</li>
<li>Tested controls using 2013 COSO frameworks, along with walkthroughs and test of details.</li>
<li>Completed a first year SOX audit requiring additional audit procedures.</li>
</ul>
<h1>Audit Associate</h1>
<h2>KPMG</h2>
<ul>
<li>Audited Oil and Gas, Government Single Audit (OMB A-133), and Manufacturing industries.</li>
<li>Effective time management and communication using Microsoft Office Suite product.</li>
<li>Tested controls using 2013 COSO frameworks, along with walkthroughs and test of details.</li>
<li>Completed a first year SOX audit requiring additional audit procedures.</li>
</ul>
<h1>Budget Analyst III</h1>
<h2>Texas Parks & Wildlife</h2>
<ul>
<li>Audited Oil and Gas, Government Single Audit (OMB A-133), and Manufacturing industries.</li>
<li>Effective time management and communication using Microsoft Office Suite product.</li>
<li>Tested controls using 2013 COSO frameworks, along with walkthroughs and test of details.</li>
<li>Completed a first year SOX audit requiring additional audit procedures.</li></div>
</div>
<head>
<meta charset="utf-8">
<title>Robert Eklund Resume</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
</body>
</html>