internship: go to sleep
BIN
images/filebrowser.png
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
images/guquanjiegou.png
Normal file
|
After Width: | Height: | Size: 307 KiB |
BIN
images/haiyoulogo.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
images/logo.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
images/oil.jpg
Normal file
|
After Width: | Height: | Size: 224 KiB |
BIN
images/paper.jpg
Normal file
|
After Width: | Height: | Size: 454 KiB |
BIN
images/report.png
Normal file
|
After Width: | Height: | Size: 118 KiB |
241
index.html
@@ -1,48 +1,207 @@
|
||||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
||||
/>
|
||||
|
||||
<title>reveal.js</title>
|
||||
<title>reveal.js</title>
|
||||
|
||||
<link rel="stylesheet" href="dist/reset.css">
|
||||
<link rel="stylesheet" href="dist/reveal.css">
|
||||
<link rel="stylesheet" href="dist/theme/black.css">
|
||||
<link rel="stylesheet" href="dist/reset.css" />
|
||||
<link rel="stylesheet" href="dist/reveal.css" />
|
||||
<link rel="stylesheet" href="dist/theme/serif.css" />
|
||||
|
||||
<!-- Theme used for syntax highlighted code -->
|
||||
<link rel="stylesheet" href="plugin/highlight/monokai.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="reveal">
|
||||
<div class="slides">
|
||||
<section>Slide 1</section>
|
||||
<section>Slide 2
|
||||
<aside class="notes">
|
||||
<p>Some notes</p>
|
||||
</aside>
|
||||
<p>Some slide text</p>
|
||||
<aside class="notes">
|
||||
<p>and some more notes</p>
|
||||
</aside>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Theme used for syntax highlighted code -->
|
||||
<link rel="stylesheet" href="plugin/highlight/monokai.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="reveal">
|
||||
<div class="slides">
|
||||
<section data-markdown>
|
||||

|
||||
|
||||
<script src="dist/reveal.js"></script>
|
||||
<script src="plugin/notes/notes.js"></script>
|
||||
<script src="plugin/markdown/markdown.js"></script>
|
||||
<script src="plugin/highlight/highlight.js"></script>
|
||||
<script>
|
||||
// More info about initialization & config:
|
||||
// - https://revealjs.com/initialization/
|
||||
// - https://revealjs.com/config/
|
||||
Reveal.initialize({
|
||||
hash: true,
|
||||
### Accounting Internship Report
|
||||
|
||||
// Learn about plugins: https://revealjs.com/plugins/
|
||||
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
- Author: CHEN Yongyuan (Walter)
|
||||
- Report date: 2022-11-09
|
||||
|
||||
Note:
|
||||
My name is Walter.
|
||||
|
||||
First of all, I am very happy that I can share my accounting internship experience here.
|
||||
|
||||
During last summer holiday, I took an internship at Grant Thornton.
|
||||
</section>
|
||||
<section data-markdown>
|
||||
### Agenda
|
||||
|
||||
1. About the accounting internship
|
||||
2. Details of the internship project
|
||||
3. Key lessons learned
|
||||
4. Suggestion
|
||||
</section>
|
||||
<section>
|
||||
<section
|
||||
data-background-image="./images/haiyoulogo.png"
|
||||
data-background-size="contain"
|
||||
data-background-opacity="0.139"
|
||||
>
|
||||
<h3>Accounting Internship Overview</h3>
|
||||
<ul>
|
||||
<li class="fragment">
|
||||
🏠 Company: China National Offshore Oil Corp
|
||||
(<b>CNOOC Guangdong Sales Co. Ltd</b>)
|
||||
</li>
|
||||
<aside class="notes">
|
||||
<p>
|
||||
The company we audited was CNOOC which this is a huge group coporation.
|
||||
Our team is focusing on the CNOOC Guangdong sales company.
|
||||
</p>
|
||||
</aside>
|
||||
<li class="fragment">👨 Supervisor: FU Kaijun</li>
|
||||
<aside class="notes">
|
||||
<p>
|
||||
My supervisor, also our team leader, is FU kaijun.
|
||||
</p>
|
||||
</aside>
|
||||
<li class="fragment">👕 Role: Audit assistant of Guangdong audit team</li>
|
||||
<aside class="notes">
|
||||
<p>
|
||||
My role in the audit team is audit assistant.
|
||||
I assist the team to do some of the audit substantive procedures.
|
||||
Also, I check for errors in the subsidiary's financial reports and parent's consolidated financial statements.
|
||||
Then I summarize my work into audit working paper.
|
||||
</p>
|
||||
</aside>
|
||||
<li class="fragment">🌍 Location: Guangdong area (Zhanjiang, Zhuhai, Jiangmen, and Guangzhou)</li>
|
||||
<aside class="notes">
|
||||
<p>
|
||||
There are many subsidiaries in Guangdong, and our team is mainly responsible for (these places).
|
||||
and finally, we returned to the parent company in Guangzhou to do the work related to consolidated financial statements.
|
||||
</p>
|
||||
</aside>
|
||||
</ul>
|
||||
<p class="fragment" style="text-align: left;">
|
||||
My job is to do
|
||||
<span class="fragment highlight-red">substantive procedures</span>,
|
||||
<span class="fragment highlight-green">prepare audit working paper</span>,
|
||||
and <span class="fragment highlight-blue">write programs</span> to reduce repetitive work.
|
||||
</p>
|
||||
</section>
|
||||
<section data-background-image="./images/guquanjiegou.png" data-background-size="contain">
|
||||
<aside class="notes">
|
||||
This is the equity strcture.
|
||||
Our team is focusing on the CNOOC Guangdong sales company which has more than 27 subsidiaries.
|
||||
</aside>
|
||||
</section>
|
||||
<section data-background-image="./images/oil.jpg" data-background-size="contain">
|
||||
<aside class="notes">
|
||||
We go to each subsidiary's gas station to check fixed assets and merchandise inventory.
|
||||
</aside>
|
||||
</section>
|
||||
<section data-background-image="./images/paper.jpg" data-background-size="contain">
|
||||
<aside class="notes">
|
||||
In this photo, we use sampling method to get a checklist, and then we go to the office to look for the corresponding accounting documents according to the checklist.
|
||||
</aside>
|
||||
</section>
|
||||
<section data-background-image="./images/report.png" data-background-size="contain">
|
||||
<aside class="notes">
|
||||
And another of my job, which is probably why I got hired, is to write a computer program to automatically transfer some data from excel to word report.
|
||||
Because during the interview they asked my lots of question about the PDF and excel processing.
|
||||
</aside>
|
||||
</section>
|
||||
</section>
|
||||
<section>
|
||||
<section data-markdown data-auto-animate>
|
||||
### Key Lessons Learned
|
||||
|
||||
> If there is anything unsure, be sure to ask.
|
||||
|
||||
Notes:
|
||||
Although I had not taken any auditing course when I start the internship, I still manage to learn some basic concept before I went to workplace. During the internship, I learned a lot, not just accounting and auditing knowledge such as consolidated financial statement. Also include work etiquette, communication methods, etc.
|
||||
|
||||
The first lessons I learned, also the first thing my supervisor told my in the work, is if there anything unsure, be sure to ask.
|
||||
|
||||
Our audit schedule is very tight. We spent most of our time in reviewing and correcting errors in financial statements. After we audit the subsidiaries individual financial statement, then we will review the consolidated financial statement. At the same time, we will also prepare audit papers. So that means if there are errors in subsidiary's statement, but found it during the consolidated process, that means we need to go back to readjust the consolidated statement and audit worksheet. This will not only slow down the entire audit project, but also add extra workload to other team members.
|
||||
</section>
|
||||
<section data-markdown data-auto-animate>
|
||||
### Key Lessons Learned
|
||||
|
||||
> Don't work hard, work smart!
|
||||
|
||||
Notes:
|
||||
The difference between work hard and work smart is how much time you spend in completing tasks. Hard work tends to be when someone spends a great amout of time completing many things, while smart work is when they spend more time to find the right way to complete right things.
|
||||
|
||||
A very typically example during my internship is. Once we use scanner to scan hundreds of documents and needed to rename those file in certain order. On of my co-worker said "Okey, just give me one hour I will rename them one by one". However the correct way to do that is simply select all files, and press F2 then you can rename all files at once.
|
||||
|
||||
At that time I didn't know that F2 is the shortcut to rename files, but I am sure there must be some way to do this task quickly, so I spent two minutes seaerching on Baidu, and spend one minute to complete the task.
|
||||
|
||||
In general, if you find yourself doing a very repetitive task, there may be a smater way to accomplish the task. Never stop learning new knowledge.
|
||||
</section>
|
||||
</section>
|
||||
<section>
|
||||
<section data-markdown>
|
||||
## Suggestion
|
||||
</section>
|
||||
<section data-markdown>
|
||||
## For the Company
|
||||
|
||||
> Information Island: Data in system that has no external connectivity.
|
||||
|
||||
- Can't sync/compare data between systems
|
||||
- Require manually input data
|
||||
- Involve more errors
|
||||
- Increase complexity
|
||||
|
||||
Invest on developing a all-in-one solution system or pipeline between system, and traning employee to use the system.
|
||||
|
||||
Notes:
|
||||
|
||||
SAP, 久其报表,海油卡
|
||||
</section>
|
||||
<section data-markdown>
|
||||
## For the Accounting Program
|
||||
|
||||
- Set a file naming standard
|
||||
- Instead of something like `Water final ver.2 (1).docx`
|
||||
- Set a version control system for the files
|
||||
- Automate repetitive tasks
|
||||
</section>
|
||||
<section>
|
||||
<h2>For Future Accounting Interns</h2>
|
||||
<ul>
|
||||
<li class="fragment">Get an accounting certification</li>
|
||||
<li class="fragment">Be familiar with Chinese tax & laws</li>
|
||||
<li class="fragment">Learn a programming language (Recommend: <code>Python</code>)</li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Thank you</h1>
|
||||
<p>for listining</p>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="dist/reveal.js"></script>
|
||||
<script src="plugin/notes/notes.js"></script>
|
||||
<script src="plugin/markdown/markdown.js"></script>
|
||||
<script src="plugin/highlight/highlight.js"></script>
|
||||
<script src="plugin/zoom/zoom.js"></script>
|
||||
<script>
|
||||
// More info about initialization & config:
|
||||
// - https://revealjs.com/initialization/
|
||||
// - https://revealjs.com/config/
|
||||
Reveal.initialize({
|
||||
hash: true,
|
||||
width: 1920,
|
||||
height: 1080,
|
||||
|
||||
// Learn about plugins: https://revealjs.com/plugins/
|
||||
plugins: [RevealMarkdown, RevealHighlight, RevealNotes, RevealZoom],
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||