Does it take too much time for your desk jobs like data entry, calculation, preparing presentation, searching required information and preparing reports, sending emails, status and notifications etc? Why don’t we automate most of those tasks and save our time?
You can do things in minutes instead of days using proper automations. Even you can do many things without spending a single second! Yes, you heard it right. Let’s have a consultation session and find out the opportunities for automation with all Microsoft office and google products in your organization.
Md. Jahurul Islam Excel Automation Consultant (3rd percentile in international test) [email protected] 10 years experience in Planning and IE B.Sc. (BUET)
https://www.wafilife.com/mukhtasar-kitabut-tawhid/dp/403497?fbclid=IwAR03gKTg84kKjqmSN7Hja1Jiy6eZfq_BixjyzimKpVhEIuvCs2dBqwksHQ4 উপড়ের লিঙ্ক এর মোট করে নিচের লিঙ্ক টা ফরমেট করতে হবে https://hadisquran.com/sahih-ibn-khuzaymah/
2
https://hadisquran.com/সহীহ-ইবনে-খুজাইমা-pdf/ এই লিঙ্ক এর টেক্সট ঠিক করতে হবে
3
সহিহ মুসলিম সকল লিঙ্কের ইন্টারনাল লিঙ্ক ঠিক আছে কি না দেখতে হবে। এবং ইন্টারনাল লিঙ্ক করতে হবে
https://hadisquran.com/কিতাবুল-ফিতনা/ হাদিস ফরমেট করতে হবে
131
131
12
https://hadisquran.com/sunan-ad-darimi/ দারিমি শরিফ কপি করতে হবে unicode copy and suchipotro scan korte hobe boibazar.com/book/sunan-aad-daremi-hadish-shorif
13
https://hadisquran.com/musnad-imam-ahmad/ কপি করতে হবে
14
https://hadisquran.com/fiqh-al-akbar/ = wafilife.com/al-fikhul-akbar/dp/19469 = এখান থেকে সুচি টেক্সট গুলো কপি করতে হবে
15
Quran Shrarif er 5000 internal link korte hobe
16
Quran Sharif er 114 tu sura pdf to unicode korte hobe
Customer Relationship Management CRM – Open Source
Are you getting leads each day? That’s a great start. But are you following up? You could be missing out on sales. CRM helps you to keep those relationships managed, increasing your revenues.
CRM Overview
Contacts: Every interaction you have with your customers, leads and other stakeholders
Companies: If you are selling to lot of companies you may have multiple contacts on that Company. See all your contacts under a company and never lose track again.
Segments: Segments are powerful way to split groups of contacts from your contact list
Quote: In Quote user can fill in the key details like contact name and quote value, you can then choose which template it should populate.
Tag: When your contact list is big, tags really help you filter your communication. Send an email to everyone based on tag
Feature of CRM
100% Web Version
CRM Integration with Business Website
CRM Integration with Mobile Apps
Download apps from Google Play store and App Store
Benefits of CRM
All contacts in one place owned by company as well as employee
See your latest/oldest contacts at a glance
Contact them and work them towards becoming a customer/dealer/buyer
Never lose lead and customer list.
Easy to manage
Easy to action e.g. Closed, Reject etc.
Protect duplicate data entries
Service and Maintenance
Sales Funnel
CRM
Role
CRM Admin (Full CRM Permission)
CRM Mail Manager
CRM Contact
CRM Contact Manager
CRM Transaction Manager
Invoice Manager
CRM Quote Manager
Contacts
Y
Y
Y
Y
Companies
Y
Y
Y
Quotes
Y
Y
Y
Quote Templates
Y
Y
Y
Invoice
Y
Y
N
Transaction
Y
Y
N
Task Scheduler
Y
Y
Y
Segment
Y
Y
Y
Y
Y
Core Module
Y
N
N
N
N
Forms
Y
N
N
N
N
N
N
Extensions
Y
N
N
N
N
N
N
System Assistant
Y
N
N
N
N
N
N
CRM Setting
Y
N
N
N
N
N
N
Resource
Y
N
N
N
N
N
N
Jetpack CRM Admin (Full CRM Permission)
Role
C r m A d m i n
M a i l M a n a g e r
Q u o t e M a n a g e r
C o n t a c t M a n a g e r
T r a n s a c t i o n Ma na ger
I n v o i c e M a n a g e r
C o n t a c t
Contact View
Y
Y
Y
Y
Y
Y
x
Contact Entry
Y
Y
Y
Y
Y
Y
x
Contact Edit (Other)
Y
Y
Y
Contact Delete
Y
Y
Y
Y
Y
Y
x
Company Entry
Y
Y
Y
Y
Y
x
Company View
Y
Y
Y
Y
Y
x
Company Edit (Other)
X
Company Delete
Y
Y
Y
Y
Y
x
Add Tag
Y
Y
Y
Y
Y
x
Delete Tag
Y
Y
Y
Y
x
Assign To
Y
x
x
x
x
Assign Company
Y
N
Y
x
Add Quote
Y
Y
Y
Y
x
Delete Quote
Y
Y
Y
Y
x
Add Task
Y
Y
Y
Y
x
Update Own Task
Y
Y
x
Y
x
Update Other Task
Y
x
x
Y
x
Delete Own Task
Y
x
Y
Y
x
Add Segment
Y
Y
Y
Y
x
Delete Segment
Y
Y
Y
Y
x
Add Alias
Y
Y
Y
x
Add Logs Contact
Y
Y
Y
x
Update Logs Own Contact
Y
Y
x
Add Form
Y
x
x
x
Add Invoice
Y
Y
Y
x
Delete Invoice
Y
Y
Y
x
Contact Import
Y
x
x
x
Contact Export
Y
x
x
x
x
Transaction Export
Y
x
Help Topics Links
Help Topics
Links
Jetpack Shortcodes
jetpack.com/support/shortcode-embeds
Jetpack Contact Form
After Installing and configuring Jetpack Contact Form you can add contact from by clicking + Add Block option. Now a in Block of right sidebar you will be asked to connect “CRM Integration” by installing “Jetpack CRM Plugin”. In addition you will also asked to add “Newsletter Connection” in same place by “Add email permission request”. You also asked to install “Creative Mail Plugin” for email campaign.
Finally paste lineheight_p in ADDITIONAL CSS CLASS(ES)
How to Change Font Size, Color, Background of a specific letter
In WordPress, if you want to change the font size of a specific letter, you would typically use a combination of HTML and CSS.
Here’s a step-by-step process:
Identify the Letter in the Content:
Wrap the specific letter in a span tag.
<span class="special-letter">A</span>pple
This would target the letter “A” in the word “Apple”.
Styling the Letter:
Add custom CSS to style the wrapped letter. There are several ways to add custom CSS in WordPress, one of the most common methods is via the Customizer. Go to Appearance > Customize > Additional CSS and add:
.special-letter {
font-size: 30px; /* Adjust to your desired size */
color: red; /* Adjust to your desired font color */
font-weight: bold; /* Makes the letter bold */
background-color: yellow; /* Adjust to your desired background color */
padding: 2px; /* Optional: add some space around the letter */
}
The padding property is optional, but it can give some space around the letter, making the background color more evident.