update
This commit is contained in:
parent
e5ee95fe81
commit
89204cd65b
2
build.sh
2
build.sh
@ -1 +1 @@
|
||||
pandoc -s -c css/combined.css paul_trowbridge.md -o pt.html
|
||||
pandoc -s -c css/markdown.css paul_trowbridge.md -o pt.html
|
||||
|
@ -232,3 +232,16 @@ pre {
|
||||
.vscode-dark td {
|
||||
border-color: rgba(255, 255, 255, 0.18);
|
||||
}
|
||||
|
||||
/* Default margin */
|
||||
.my-element {
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
/* Media query for smaller screens */
|
||||
@media (max-width: 768px) {
|
||||
.my-element {
|
||||
margin: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -14,11 +14,11 @@ $300 million manufacturer of horticultural containers owned by Wingate Partners
|
||||
|
||||
**Cost Manager** _2012 - 2019_
|
||||
|
||||
* Setup New Accounting Processes Post Acquisition
|
||||
* Setup New Accounting Processes, Complete Month End Accounting
|
||||
* Build in-house financial consolidation logic
|
||||
* Transfer Pricing and all intercompany accounting & elims
|
||||
* Transfer Pricing and all intercompany accounting & eliminations
|
||||
* Rec and Roll-forward L/T balance sheet items (revolver, term loans, intangibles, promissory notes, OCI, equity)
|
||||
* Bank recs, 401k, payroll
|
||||
* Bank recs, 401k reconciliations, payroll confuguration and reconciliations
|
||||
* Accounting for mixed asset/stock acquisition
|
||||
* Forecast Capabilities and Turn-Around
|
||||
* Develop planning framework and program for quick ground up detail sales plan from sales team
|
||||
|
8
pt.html
8
pt.html
@ -13,7 +13,7 @@
|
||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||
ul.task-list{list-style: none;}
|
||||
</style>
|
||||
<link rel="stylesheet" href="css/combined.css" />
|
||||
<link rel="stylesheet" href="css/markdown.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="paul-trowbridge">Paul Trowbridge</h1>
|
||||
@ -29,12 +29,12 @@
|
||||
</ul>
|
||||
<p><strong>Cost Manager</strong> <em>2012 - 2019</em></p>
|
||||
<ul>
|
||||
<li>Setup New Accounting Processes Post Acquisition
|
||||
<li>Setup New Accounting Processes, Complete Month End Accounting
|
||||
<ul>
|
||||
<li>Build in-house financial consolidation logic</li>
|
||||
<li>Transfer Pricing and all intercompany accounting & elims</li>
|
||||
<li>Transfer Pricing and all intercompany accounting & eliminations</li>
|
||||
<li>Rec and Roll-forward L/T balance sheet items (revolver, term loans, intangibles, promissory notes, OCI, equity)</li>
|
||||
<li>Bank recs, 401k, payroll</li>
|
||||
<li>Bank recs, 401k reconciliations, payroll confuguration and reconciliations</li>
|
||||
<li>Accounting for mixed asset/stock acquisition</li>
|
||||
</ul></li>
|
||||
<li>Forecast Capabilities and Turn-Around
|
||||
|
Loading…
Reference in New Issue
Block a user