-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bookkeeping.php
114 lines (111 loc) · 5.51 KB
/
Bookkeeping.php
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html>
<!-- Mirrored from demos.pixelatethemes.com/financepro-2/Demo_5/busniess-growth.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 20 Dec 2017 09:55:14 GMT -->
<head>
<meta charset="UTF-8">
<title>CT || Bookkeeping</title>
<!-- mobile responsive meta-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="plugins/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="plugins/fncp-icon/style.css">
<link rel="stylesheet" href="plugins/Stroke-Gap-Icons-Webfont/style.css">
<link rel="stylesheet" href="plugins/animate.min.css">
<link rel="stylesheet" href="plugins/owl.carousel-2/assets/owl.carousel.css">
<link rel="stylesheet" href="plugins/owl.carousel-2/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="plugins/bootstrap-select/dist/css/bootstrap-select.min.css">
<!-- main stylesheet-->
<link rel="stylesheet" href="css/stellarnav.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/space.css">
<link rel="stylesheet" href="css/custom.css">
</head>
<body class="style-home-page3 header3-inn">
<div class="bg-header3-inn">
<?php include("Header.php"); ?>
<section class="inner-banner">
<div class="thm-container">
<div class="row">
<div class="col-md-6">
<div class="page-title">
<h3>Bookkeeping</h3>
</div>
</div>
<div class="col-md-6">
<div class="bread-cumb">
<div class="thm-container">
<ul class="list-inline">
<li><a href="index.php">Home</a></li>
<li><a href="#"><span>Services</span></a></li>
<li><span>Bookkeeping</span></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<section class="page with-sidebar left blog-page sec-pad service-single-page">
<div class="thm-container">
<div class="row">
<?php include ("leftMenu.php")?>
<div class="col-md-8">
<div class="left-box">
<div class="single-service-box ">
<div class="img-box"><img src="images/single-service-1.png" alt="Awesome Image"></div>
<!-- /.img-box-->
<div class="sec-title">
<h2>Bookkeeping</h2>
<div class="decor-line"></div>
</div>
<p>Get your income tax returns filed right and on time with Dymas Services Ltd. in Calgary, Alberta.
<br>
How difficult can it be to file your own personal tax return?
</p>
<div class="about-company-history mt-10">
<ul class="list-box">
<li>salaries and paycheques: weekly, bi-weekly, bi-monthly or monthly payroll
</li>
<li>paystubs emailed directly to your employees
</li>
<li>We provide bookkeeping services onsite at your office or home.</li>
<li>payroll deductions and contributions; monthly source deduction preparation
</li>
<li>record of employment (ROE) – online filing
</li>
<li>Worker’s Compensation forms WSIB remittance
</li>
<li>CRA payroll remittance.
</li>
<li>T4 and T4A, T5018 and any other T-slip preparation
</li>
</ul>
</div>
<p class="mt-10 mb-10">So whether you need payroll as part of the bookkeeping service or as a
stand-alone service, we are here to help you.</p>
</div>
<!-- /.single-service-box-->
</div>
</div>
<a href="#" class="bn- btn-danger thm-button mt-30 text-center service-btn"> Read More <i class="fa fa-arrow-right"></i></a>
</div>
</div>
</section>
<?php include("Footer.php") ?>
<!-- helper js-->
<script src="plugins/jquery.min.js"></script>
<script src="plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="plugins/owl.carousel-2/owl.carousel.min.js"></script>
<script src="plugins/jquery.mixitup.min.js"></script>
<script src="plugins/bootstrap-select/dist/js/bootstrap-select.min.js"></script>
<script src="plugins/waypoints.min.js"></script>
<script src="plugins/jquery.counterup.min.js"></script>
<script src="js/stellarnav.js"></script>
<script type="text/javascript" src="js/modernizr.min.js"></script>
<script src="js/uikit.min.js"></script>
<script src="js/theme.js"></script>
</body>
<!-- Mirrored from demos.pixelatethemes.com/financepro-2/Demo_5/busniess-growth.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 20 Dec 2017 09:55:18 GMT -->
</html>