Sales Activity Log

Sales Activity Log
Sales Activity Logs (reports)

Database –
***Sales representatives, create account and add information for service provider.
***Sales rep works for a company who monitors all his entries and activity.
***Company – may have multiple sales reps of which they like to run activity reports, view
event calendars of each of the reps and may even add / edit or delete items on the reps calendar.
***Service provider verifies his account, then can schedule an event with his sales representative.

Pretty simple

This script will create a working data base for reps and companies / allowing service providers to view and schedule an event directly to a reps schedule so other service providers can view (new availability but not details) of each rep eliminating over scheduling or scheduling conflicts. This is also useful for Companies of the Rep to view their calendar and workload.

Each Rep May win a service provider and no other rep with his company may input or view the service providers information this then become the Reps Account and for no one else other than his company. Rep can view all of his own calendar and details. Rep can view all of the service providers events in list form but not details unless he is the rep for that event.

Each Company that the Rep works for may have, track, watch, edit multiple reps and reps calendar of availability and underlying accounts of activity. Companies want many statistics of the rep to view trends of activity and workload.

Service provider is given an account by the initial rep of a company for the purpose of scheduling that rep and that companies goods or services. Another rep from a different company may also invite the service provider to schedule and use his good or services on that reps / company calendar. Each Calendar is company specific and company private. The service providers can view each calendar of the rep and company that has invited them but Companies can only view their own reps.
This allows the service provider to have access to many reps and companies (expandable)

Please view attached PDF for category information and logic

WARNING – Place holder bids or Automatic bids will be reported as abuse and you will be banned from bidding on our projects and may be banned from SL.

Must be available M-F business hours U.S. east coast time.

Must be available during business hours (see above) for daily on MSN during the project (((NO EXCEPTIONS)))

All work will be done on our server – no exceptions

Do not cut and past ANY previous example of links that do not relate to this type of project.

Payment – No exceptions

1/3 at 50% point and balance upon completion.

½ of initial payment will be escrow-ed immediately.

We reserve the right without obligations to pay ahead of schedule based on good performance and or strong efforts. We understand and believe people deserve payment for dedicated or strong work ethic.

Please read our reviews, We don’t play games and we pay very well. However payment are our on our terms and will NOT Alter.

Most important – Please read Carefully:
This project has a 30 day deadline if this is not something you can focus on and complete within the deadline then do not place a bid.

We are eager to find the right person for this project.

Good luck and please read the attachment carefully before placing your bid.

Facebook Api/fanpage

Facebook Api/fanpage
Dear Freelancers,

We require a script in PHP which grabs all comments and feeds from a Facebook FAN page,

An example fan page is:
http://www.facebook.com/Dominos

Everything that a fan can post to a page needs to be collected, including:

– Wall-posts
– Status comments
– Photo comments
– Fan photos
– Fan photo captions
– Any type of feed comments

From this script we must be able to delete any of these posts – obviously you will need to use the Facebook API and get permissions from the fan page owner to do this. So for testing create your own fan page and allow access.

If you can not use the official Facebook API please use alternative methods.

NO timewasters please, only bid if you can complete this work.

Thanks

Need Advice Which Crm 2 Use

Need Advice Which Crm 2 Use
I have a specific requirement. I am looking for a PHP and Mysql document management system that has –
1) User registration/ Account management
2) Document Management features –
a) Uploading files with extra fields such as description and tags
b) Sorting of files into folders and sub folders(not physical)
c) Indexing for search and Listing of files
d) Complete search including contents of uploaded documents
3) Scalable (must be able to handle thousands of files)

I just need a suggestion or online links if possible as to what is the best option. I already looked into various dms systems but didnt like any so far. I will pick and pay $10 to the best PM i like after 1 week. If all the responses are poor i will cancel the project after 1 week. My next project will include the customization of selected crm

Shopping Cart Cms Page Builder

Shopping Cart Cms Page Builder
Read .doc and place a bid on the project, below is just a summary…

I had a cms built like this similar on one of my other sites already, but I need it to be able to either look like a shopping cart and not function or look like a product information site. Its basically an admin/cms that makes building the adsense/affiliate sites easier so I can build a lot more.

Summary:

1.Build CMS admin that will build and add real categories and pages on any domain or sub domain in domain root.

2.Can be built with options to either make it look like a real shopping cart with affiliate button url or just an information site with categories etc..

3.Create, add or delete real pages using specified extension with no mod re write. Allow for page name, and meta data on the fly.

Summary is general, details are outlined in the attached complete_job_description.doc

Software/script Installs

Software/script Installs
We are looking for a few people who can install a script/software onto our customers websites.

It is no more difficult than installing WordPress, and takes between 5 and 10 minutes.

We are not yet sure of the demand for the installation service, but will need people on standby in the case of high demand.

You must:

Have previous experience and good feedback

Be able to communicate with the customer, providing them with login details and all necessary information.

We will provide you with a videos to show you how the install is done. We are also wiling to pay a standard rate of $5 per install.

Please title your reply Script Install – so that I know you have read al the criteria.

Regards

David

Change Snitz To Vbulletin

Change Snitz To Vbulletin
This project is about making a full migration from a modified snitz forum with an access database to a vBulletin forum with a mySQL database. The project will involve converting the access database to mySQL and then making it functional with the vBulletin forum software.

Two very important issues:
1) The content of the access database is in the Greek language
and 2) The forum topic urls (in .asp) are already indexed by search engines. Changing to vBulletin will convert them to .php thus losing their indexed position online. This issue must be addressed in some way, either by some type of permanent redirect or some other way.

Restaurant Web Design

Restaurant Web Design
we invite proposals for interior & brand design of a new concept restaurant

We will provide u photos and basic floor plan of site. However, if u feel u can work it on long distance – we dont mind – as long as u have good understanding of UK marketplace!

The site was formally a private hospital and our client wishes to transform into a modern chic city shisha lounge bar (that will serve limited amount of food). The site is based near the university district and is currently surrounded by other clubs, nightclubs, bars, restarants, etc..

As3 Urlloader Upload Progress

As3 Urlloader Upload Progress
This is the problem I faced:

in my project, I am generating a .zip file putting some byteArray objects together and I wanted to use URLLoader to upload the runtime generated file to server. The file is usually big and I needed a ProgressEvent handeler to show the uploaded bytes…

All seemed fine when I was testing it locally, but when I put it on the server I noticed that the ProgressEvent does not work for the URLLoader class and this is not a mistake by me because I later understood that this is a bug already issued in adobe bug lists.

so, I need a way around this… This is the flash code:

[code]
var variables:URLVariables = new URLVariables();
// variables includes the data for the runtime generated zip

var request:URLRequest = new URLRequest(url);
request.method = URLRequestMethod.POST;
request.data = variables;

var backVars:URLLoader = new URLLoader();
backVars.dataFormat = URLLoaderDataFormat.VARIABLES;
backVars.addEventListener(ProgressEvent.PROGRESS, onProgress);
backVars.addEventListener(Event.COMPLETE, onRespond);
backVars.load(request);

private function onProgress(e:ProgressEvent):void
{
// is never called! a bug from adobe unfortunaitly.
}
[/code]

before I post the project here, I tried some Googling and I think the best solution is to use php >> APC_UPLOAD_PROGRESS >> which is available in php 5.2.5

I found this artical here: http://www.ibm.com/developerworks/library/os-php-v525/index.html

it seems to be working fine with sending the upload progress info to JavaScript… so I thought, if it is sending the data to JS, it will be possible to send it to my flash project also, right?

This is what I want from you:

Put a simple flash file together, create some dummy byteArray in it (you may use the adobe jpg encoder to generate a jpg in the runtime and save it in a byteArray) and then try uploading the file…

Although I talked about the php solution, but you don’t have to go with that, if you have a better/easier solutions, please do feel free to go with it.

All I want is to be able to make my upload dispatch the live status of the file being uploaded.

I think the project description is so clear, so please do NOT hit the pmb with demos of your projects 🙂 I don’t have time to see them and I will ignore your whole post. just talk about how you can help me with this frustrating issue.

Thanks,
Hadi

P.S please don’t place strange high prices, I’m a programmer myself and this is something easy and fast if you know how to treat it. think posetive >> if I found you creative, I’d offer you to work with us on our software we’re putting together.

Create Facebook App

Create Facebook App
I am looking to have a Facebook app built. What I would like is an app that acts like this…

1. Facebook user clicks on a button to join the “birthday club”. I am hoping this button graphic can be changed for each of my clients. They will all want it to say something different. I will do the graphics work, I just need a way to tell the app where the image is located on the web server.

2. A customer will then be asked to enter their birthday using a dropdown menu for month and a separate dropdown menu for day. Can this be done, or would it just pull their birthday from their profile? What are the pros and cons of these two methods?

3. In the backend, I would need to be able to set up what will be sent to the members of the birthday club. Each time I use this for a customer, I need to be able to customize the message just for them to include their company logo and custom message. I will do all of the design work. I am happy to either create an HTML email or create a single graphic that includes the birthday message. Whichever is easier is fine with me.

4. A Facebook message should be sent to the customer prior to their birthday. I would like to be able to tell the system how many days in advance to send the notification. It will probably be 7-10 days before, but it may not always be the same for every one of my customers. Some businesses may want to send it only a few days before.

5. Ideally I would like the option of a second message being sent. But this would need to be something I could turn off if one of my customers only wants one email. Again, if it’s possible I would like to be able to set somehow the number of days before their birthday to send this.

This would be the ideal scenario for how this app would work. Please let me know your thoughts on whether there are any areas that could be done differently than I described to make it easier/faster/cheaper to code.

Thanks!
Jennifer

Ebook E-commerce Site With Drm

Ebook E-commerce Site With Drm
Hi,
I need an e-commerce site to sale EBooks with copyright protection (Adobe DRM, PDF or EPUB). The Ebooks can be read with Acrobat Reader, Adobe Digital Editions and Ebook readers with DRM support;

I need :
1. Installation of Adobe Content Server;
2. Web site to sale Ebooks – download after payment (Paypal, Moneybookers, Epay.bg (local Bulgarian payment module));
3. Admin site where I can manage products, orders, customers and etc.
4. Step by step procedure how to convert PDF to EPUB with DRM
5. All you can suggest that will make the site better:)

If you made someting like this before – please send me a link.
If you have any questions – please mail me.

Tell-a-friend Cript Changes

Tell-a-friend Cript Changes
This script, http://festivalnet.com/tell-a-friend/tell_a_friend.php needs to have image verification added. I would also like to make changes to the email that gets sent so that it is less likely to be seen as spam. I need an email sending expert to advise on what to add or remove in the headers and in the body to improve deliver-ability.

That is it, pretty easy job provided you know about best practices for sending email.

Web Page Scrubber

Web Page Scrubber
Please view the documents attached. These are HTML pages that need to be ‘scrubbed’.

The idea is to have a webpage that allows me to input the unscrubbed1.html document and return the result to the same window. There is no need to store as scrubbed1.html. That document is only there so that you have an idea of what needs to be done.

Details:
UnScrubbed1.html – This is how the documents will always be formatted. We basically want to combine the span tags where the styles are the same so that it looks proper and condenses the HTML coding.

Result: The result should allow me to select any portion of the text and return the HTML code behind it. The purpose is so that I can paste this information into another application – so the ability to do this is critical.

New Webhosting Site

New Webhosting Site
I like to design a webhosting website, with approx 12-15 pages. The design should be fresh and professional. Also for billing we are going to use whmcs system ( whmcs.com ) so you need to integrate the new layout you created in the whmcs system.
also integrate the layout and install a help desk support system ( free script ).

All this should be completed in max 15 days. The upper limit is 15 days.

Cheap rates and fast work. Serious bidders only please.

The webhosting site to be designed can be cloned from a different site if you want i can provide the url of the site to clone but the layout should be new for this project which you have to design.