Write the reason you're deleting this FAQ
In the world of freelance being busy is great and having multiple projects to manage is much more of a blessing than a curse, but that doesn’t make it any easier when there are deadlines, client expectations and budgets involved.
Here are some tips on how to manage multiple orders based on my experience:
1) PRIORITY
Every buyer wants to feel that they’re a priority. It’s important to be very genuine on how much their business means to you, but there are points where you may need to put certain priorities above others. All buyers are equally important and so are their orders but in your work flow you want to give yourself the freedom to prioritize what you want, when you want, in order to meet each buyer’s needs.
2) CREATE A CHECKLIST
To complete multiple orders, create a checklist, it is a great way to stay organized and can be the very thing that keeps you sane while also giving you a sense of satisfaction when completing orders. A checklist is a GREAT way to visualize your order’s goals and is also a very good way to see progress when a order is dragging on. You can also use checklists from a day to day perspective. For example, today, I’m working on order A, wrapping up order C and doing administrative work for 1 hour in the afternoon, etc. Even a simple outline style checklist of the day has helped me tremendously.
3) REALISTIC ABOUT DEADLINES
It’s better to set realistic then to over promise and under achieve and there’s nothing better than if possible, setting a longer deadline and being able to surprise the buyer a week early or something of the sort. It’s also very important to balance deadlines in the world of creative work. Work like Graphic and web design are creative services which means every buyer is different depending on the needs of the buyer. These are also orders that don’t have set guidelines or instructions, so creative work can take longer or shorter than similar orders. There are times where I’ve been uninspired on a order for days or weeks, then all of the sudden, inspiration hits and that’s when the order can get done quickly.
4) DELEGATE THE WORK
You may get to a point where you simply cannot take on any more work. Mentally, physically, emotionally you just cannot add on to the pile of work you already have. At the same time, you don’t want to turn away work because you may lose a potential buyer or job for good. I recommend delegating the work. This can be challenging in itself because in order to delegate you have to work with other people, assign tasks, manage other’s workflow, etc which can seem like more work. But if you can surround yourself with some talented individuals who are affordable and can represent you well, it’ll go a long way. The big lesson here…don’t be greedy! It’s very easy to want to take on a whole order by yourself and take 100% of the profit. But if doing that means you’re pushing other orders aside, getting more work backed up and stressing yourself out even more, it’s not worth it. I’d rather complete 10 orders a month and sub some of the work out if need be than to take everything on myself and keep 100% while only completed 3 or 4 orders.
I hope that helps you to manage your work flow with multiple orders.

Are you sure you want to delete this post?
2) CREATE A CHECKLISTYeah checklists are great and so very useful! They really help you to get things done! I have a small notebook next to my computer on my desk where I work and every day, usually, I'll write down the things that I need to do that day and then cross them off as they are done. And with that checklist, I do get a lot more done than without it. Usually I'll make a "mental checklist" and just try to storm my way through all the things I need to do that day. Whether it's working on my orders a freelancer on here. Or working on posts and stuff for here or just working on my own sites too. But I don't seem to get as much done with a mental checklist sometimes and there's times when I'm dillying and dallying around in between jobs and not sure what to do next!

[quote][b]2) CREATE A CHECKLIST[/b][/quote]Yeah checklists are great and so very useful! They really help you to get things done! I have a small notebook next to my computer on my desk where I work and every day, usually, I'll write down the things that I need to do that day and then cross them off as they are done. And with that checklist, I do get a lot more done than without it. Usually I'll make a "[b]mental checklist[/b]" and just try to storm my way through all the things I need to do that day. Whether it's working on my orders a freelancer on here. Or working on posts and stuff for here or just working on my own sites too. But I don't seem to get as much done with a mental checklist sometimes and there's times when I'm dillying and dallying around in between jobs and not sure what to do next!
When that happens, I whop out my notebook, put pen to paper and literally write down the things I need to do in order of priority. And a tip for doing that I can give is, don't prioritize the small things first simply because they are easier to do. If possible, try to prioritize the biggest things first, the things that take the most amount of time and effort to get done. That way, those big things are out the way and the smaller things can be done relatively quickly anyway. :)
Me delegate work? Never! :P
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| SELECT * FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='22348' | 1 | SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid
FROM `questions` as q
JOIN categories_faq as c ON q.catid=c.CATID
WHERE (q.status=1 OR
(q.status=2 AND userid='')
)
AND q.quesid='22348' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='541270' | 1 | SELECT * FROM seoclerks.members WHERE USERID='541270' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=541270 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=541270 | /opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() () |
| SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=22348 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faq as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=22348
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='22348' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc | 1 | SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered,
b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b
WHERE a.quesid='22348' AND a.userid=b.USERID and b.status='1' AND a.status=1
ORDER BY a.combined_votes DESC, a.date_answered asc | /opt/clerks-staging/docroot/viewfaq.php 1245 () () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=116576 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=116576
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=116581 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=116581
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=116591 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=116591
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=125239 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=125239
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=132827 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=132827
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=132768 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=132768
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=138517 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=138517
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='22348' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='22348' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='22348' AND status='1' AND (question like '%Tips manage multiple orders freelancers%' OR question like '%Tips%' OR question like '%manage%' OR question like '%multiple%' OR question like '%orders%' OR question like '%freelancers%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='22348' AND status='1'
AND (question like '%Tips manage multiple orders freelancers%' OR question like '%Tips%' OR question like '%manage%' OR question like '%multiple%' OR question like '%orders%' OR question like '%freelancers%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='2470' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2470' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='3263' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3263' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1303' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1303' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='10775' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='10775' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='2429' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2429' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=22348%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE script='/opt/clerks-staging/docroot/viewfaq.php'
AND querystring LIKE '%id=22348%'
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='322073.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='322073.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='272.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='272.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='589438.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='589438.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='617077.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='617077.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
| Avg Time | Count | SQL | Max | Min |
keen2write
I like to make notes and cross off what I have done . Great post and will take note of the things you have mentioned on this discussion. Yeah it can be a "headach" having to much to do lol at times. The check lists is what I do and also make short notes in my writing pad I always have at hand near me with a pen. I like to make notes and cross off what I have done .
Are you sure you want to delete this post?