-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
314 lines (284 loc) · 13.3 KB
/
Copy pathhelp.html
File metadata and controls
314 lines (284 loc) · 13.3 KB
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Poppins Font -->
<link href="/assets/cdn/Font/poppins.css" rel="stylesheet">
<!-- Inter Font -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<!-- Google Font: Space Grotesk -->
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&display=swap" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/cdn/bootstrap-toggle/css/bootstrap-toggle.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/help.css" rel="stylesheet">
<link href="assets/css/help-responsive.css" rel="stylesheet">
<title>Help | Online Invoice Generator</title>
</head>
<body>
<!-- Header Section -->
<header id="header"></header>
<!-- header -->
<div class="header-gradient-bg row">
<div class="col-sm-0 col-md-0 col-lg-1">
</div>
<div class="col-sm-12 col-md-12 col-lg-10">
<h1 class="header-heading" data-i18n="help.page_heading">Quick Help for Creating Invoices</h1>
<!-- <p class="header-sub-heading" data-i18n="help.page_sub_title">Create professional invoices quickly and easily.</p> -->
</div>
</div>
<!-- end header -->
<div class="container" data-i18n-html="help.help_page">
<p class="header-sub-heading-page">Follow the steps below to generate your invoices.</p>
<div class="row m-1">
<!-- Step 1 -->
<div class="step-box-first col-lg-8 col-md-8 col-sm-12">
<h5><span>Step 1: </span>Select Currency</h5>
<p><strong>Choose Currency Symbol:</strong> First, select the currency symbol relevant to your business
(e.g., $, €, £).</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-0 arrow-hide-on-mobile">
<div class="arrow-first">
<div class="arrow-line-first">
<div class="arrow-head-left-first"></div>
<div class="arrow-head-right-first"></div>
</div>
</div>
</div>
<div class="arrow-container">
<i class="fa-solid fa-arrow-down arrow-belove-step"></i>
</div>
<!-- Step 2 -->
<div class="col-lg-2 col-md-2 col-sm-0">
</div>
<div class="col-lg-2 col-md-2 col-sm-0 arrow-hide-on-mobile">
<div class="arrow-second">
<div class="arrow-line-second">
<div class="arrow-head-left-second"></div>
<div class="arrow-head-right-second"></div>
</div>
</div>
</div>
<div class="step-box-second col-lg-8 col-md-8 col-sm-12">
<h5><span>Step 2: </span>Select Currency</h5>
<p><strong>Select Template Type:</strong> Choose the template that suits your needs:</p>
<ul>
<li>Quantity</li>
<li>Hour</li>
<li>Amount Only</li>
</ul>
<p><strong>Pick Invoice Template Color:</strong> Select a color for your invoice template to personalize
your document.</p>
</div>
<div class="arrow-container">
<i class="fa-solid fa-arrow-down arrow-belove-step"></i>
</div>
<!-- Step 3 -->
<div class="step-box-first col-lg-8 col-md-8 col-sm-12">
<h5><span>Step 3: </span>Add Header Information</h5>
<p><strong>Add Logo:</strong> Upload your business logo for branding.</p>
<p><strong>Enter Business Information:</strong> Fill in the following details:</p>
<ul>
<li>Business Name</li>
<li>Email</li>
<li>Address</li>
<li>Phone Number</li>
<li>Business Number</li>
<li>Website</li>
<li>Owner Name</li>
</ul>
</div>
<div class="col-lg-4 col-md-4 col-sm-0 arrow-hide-on-mobile">
<div class="arrow-first">
<div class="arrow-line-first">
<div class="arrow-head-left-first"></div>
<div class="arrow-head-right-first"></div>
</div>
</div>
</div>
<div class="arrow-container">
<i class="fa-solid fa-arrow-down arrow-belove-step"></i>
</div>
<!-- Step 4 -->
<div class="col-lg-2 col-md-2 col-sm-0">
</div>
<div class="col-lg-2 col-md-2 col-sm-0 arrow-hide-on-mobile">
<div class="arrow-second">
<div class="arrow-line-second">
<div class="arrow-head-left-second"></div>
<div class="arrow-head-right-second"></div>
</div>
</div>
</div>
<div class="step-box-second col-lg-8 col-md-8 col-sm-12">
<h5><span>Step 4: </span>Client Information</h5>
<p><strong>Add Client Details:</strong> Enter the following information for your client:</p>
<ul>
<li>Client Name</li>
<li>Email</li>
<li>Address</li>
<li>Phone Number</li>
<li>Mobile Number</li>
<li>Fax Number</li>
</ul>
</div>
<div class="arrow-container">
<i class="fa-solid fa-arrow-down arrow-belove-step"></i>
</div>
<!-- Step 5 -->
<div class="step-box-first col-lg-8 col-md-8 col-sm-12">
<h5><span>Step 5: </span>Invoice Details</h5>
<p><strong>Invoice Information:</strong> Fill in:</p>
<ul>
<li>Invoice Number</li>
<li>Select Date</li>
<li>Terms (select the relevant terms)</li>
<li>Due Date</li>
</ul>
</div>
<div class="col-lg-4 col-md-4 col-sm-0 arrow-hide-on-mobile">
<div class="arrow-first">
<div class="arrow-line-first">
<div class="arrow-head-left-first"></div>
<div class="arrow-head-right-first"></div>
</div>
</div>
</div>
<div class="arrow-container">
<i class="fa-solid fa-arrow-down arrow-belove-step"></i>
</div>
<!-- Step 6 -->
<div class="col-lg-2 col-md-2 col-sm-0">
</div>
<div class="col-lg-2 col-md-2 col-sm-0 arrow-hide-on-mobile">
<div class="arrow-second">
<div class="arrow-line-second">
<div class="arrow-head-left-second"></div>
<div class="arrow-head-right-second"></div>
</div>
</div>
</div>
<div class="step-box-second col-lg-8 col-md-8 col-sm-12">
<h5><span>Step 6: </span>Add Products/Services</h5>
<p><strong>Add Product/Service Details:</strong> Enter the necessary details for your products/services:
</p>
<ul>
<li>Quantity, Hours, or Amount</li>
</ul>
</div>
<div class="arrow-container">
<i class="fa-solid fa-arrow-down arrow-belove-step"></i>
</div>
<!-- Step 7 -->
<div class="step-box-first col-lg-8 col-md-8 col-sm-12">
<h5><span>Step 7: </span>Financial Summary</h5>
<p><strong>Financial Overview:</strong> Review the following calculations:</p>
<ul>
<li>Subtotal</li>
<li>Discount</li>
<li>Shipping Charges</li>
<li>Tax</li>
<li>Amount Paid</li>
</ul>
</div>
<div class="col-lg-4 col-md-4 col-sm-0 arrow-hide-on-mobile">
<div class="arrow-first">
<div class="arrow-line-first">
<div class="arrow-head-left-first"></div>
<div class="arrow-head-right-first"></div>
</div>
</div>
</div>
<div class="arrow-container">
<i class="fa-solid fa-arrow-down arrow-belove-step"></i>
</div>
<!-- Step 8 -->
<div class="col-lg-2 col-md-2 col-sm-0 ">
</div>
<div class="col-lg-2 col-md-2 col-sm-0 arrow-hide-on-mobile">
<div class="arrow-second">
<div class="arrow-line-second">
<div class="arrow-head-left-second"></div>
<div class="arrow-head-right-second"></div>
</div>
</div>
</div>
<div class="step-box-second col-lg-8 col-md-8 col-sm-12">
<h5><span>Step 8: </span>Notes and Terms</h5>
<p><strong>Additional Information:</strong> Include any notes or terms you wish to communicate.</p>
</div>
<div class="arrow-container">
<i class="fa-solid fa-arrow-down arrow-belove-step"></i>
</div>
<!-- Step 9 -->
<div class="step-box-first col-lg-8 col-md-8 col-sm-12">
<h5><span>Step 9: </span>Bank Details</h5>
<p><strong>Enter Bank Information:</strong> Provide your bank details for payments.</p>
<p><strong>Add UPI Information:</strong> Include your UPI details for direct payments.</p>
<p><strong>Generate QR Code:</strong> This will create a QR code for easy scanning.</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-0 arrow-hide-on-mobile">
<div class="arrow-first">
<div class="arrow-line-first">
<div class="arrow-head-left-first"></div>
<div class="arrow-head-right-first"></div>
</div>
</div>
</div>
<div class="arrow-container">
<i class="fa-solid fa-arrow-down arrow-belove-step"></i>
</div>
<!-- Step 10 -->
<div class="col-lg-2 col-md-2 col-sm-0">
</div>
<div class="col-lg-2 col-md-2 col-sm-0 arrow-hide-on-mobile">
<div class="arrow-second">
<div class="arrow-line-second">
<div class="arrow-head-left-second"></div>
<div class="arrow-head-right-second"></div>
</div>
</div>
</div>
<div class="step-box-second col-lg-8 col-md-8 col-sm-12">
<h5><span>Step 10: </span>Upload Signature</h5>
<p><strong>Authorized Signatory:</strong> Upload an image of your authorized signatory to authenticate
the
invoice.</p>
</div>
</div>
<div class="card p-4 m-1">
<div class="step">
<h2>Final Step: Download and Send</h2>
<p><strong>Download Invoice:</strong> Click the "Download PDF" button to save your invoice.</p>
<p><strong>Email Functionality:</strong> An email function is available to send the invoice directly to
your
client.</p>
</div>
<div class="step-desc">
<h2>Tips for Using the Generator:</h2>
<ul>
<li>Ensure all information is accurate before downloading the invoice.</li>
<li>Keep your logo and client details updated for consistent branding.</li>
<li>Utilize the email feature to save time when sending invoices.</li>
</ul>
<p>If you have any questions or need assistance, feel free to reach out to our support team!</p>
</div>
</div>
</div>
<!-- Footer Section -->
<div id="footer"></div>
<button id="backToTop">
<i class="fas fa-chevron-up"></i>
</button>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<script src="assets/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
<script src="assets/js/popper.min.js" crossorigin="anonymous"></script>
<script src="assets/js/jquery.js" crossorigin="anonymous"></script>
<script src="/assets/cdn/bootstrap-toggle/js/bootstrap-toggle.min.js"></script>
<script src="assets/js/js.js" crossorigin="anonymous"></script>
<script src="assets/js/help.js" crossorigin="anonymous"></script>
<script src="/assets/js/lang.js" crossorigin="anonymous" defer></script>
<script src="/assets/js/loading-spinner.js" crossorigin="anonymous" ></script>
</body>
</html>