sales force software?

Discussion in 'General Marketing' started by niyoc382, Jan 28, 2022.

  1. #1
    Does anyone know of any software which accompanies multiple sales reps and a sales manager?


    I have been slowly building up my own database with MySQL and PHP but I need more and have run out of time. Thus I am probably going to scratch the whole idea and just adopt some "off the shelf" program.


    I'd like a system that allows an administrative assistant to enter in new leads as they come in. The sales manager can assign the leads to a specific sales rep. The sales rep can print the lead details and add notes to the lead, as well as update the status of the lead. "Pending, dead or sold". Also very important is reporting the sale date.


    The reason I started writing my own database is that I never found what I needed off the shelf... Any ideas?
     
    niyoc382, Jan 28, 2022 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,946
    Likes Received:
    4,565
    Best Answers:
    124
    Trophy Points:
    665
    #2
    You're looking for Customer Relationship Management software (CRM). There used to be one called Sugar CRM. Once you get the keywords right you'll find there are loads of options. Is Zoho still going? Some will be hosted, some will be scripts, some will be expensive, some will fit in with your budget. Take a look at lots of them, there will be one that fits with your requirements.
     
    sarahk, Jan 28, 2022 IP
  3. Kerry Watson

    Kerry Watson Banned

    Messages:
    52
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    18
    #3
    You can use Microsoft SQL Server instead of MySQL. Microsoft SQL Server is one of the market's most established, popular, and consistent rivals.
     
    Kerry Watson, Jan 29, 2022 IP
  4. sarahk

    sarahk iTamer Staff

    Messages:
    28,946
    Likes Received:
    4,565
    Best Answers:
    124
    Trophy Points:
    665
    #4
    except that SQL server is not a CRM solution, it's just a database platform. I imagine @niyoc382 would be happy to change if the right CRM product required it but it's not an answer in itself.
     
    sarahk, Jan 29, 2022 IP
  5. jrbiz

    jrbiz Acclaimed Member

    Messages:
    6,227
    Likes Received:
    2,700
    Best Answers:
    2
    Trophy Points:
    570
    #5
    Here is a list of CRM software that I have used over the years: Goldmine, ACT!, SalesForce, SugarCRM, Copper CRM, HubSpot CRM, Highrise CRM and FreshWorks. They all have pluses and minuses and the cost range among this group varies greatly. One or two of these may no longer be around, btw.
     
    jrbiz, Jan 29, 2022 IP
  6. VortexAlpha

    VortexAlpha Member

    Messages:
    287
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    48
    #6
    Sales Force is perfect for this as it organizes the data in a great way, but you could also use Microsoft SQL or something similar that would be quite as good for your needs.
     
    VortexAlpha, Jan 31, 2022 IP
  7. sarahk

    sarahk iTamer Staff

    Messages:
    28,946
    Likes Received:
    4,565
    Best Answers:
    124
    Trophy Points:
    665
    #7
    Are Salesforce and Microsoft SQL even comparable?
    One is a fully-fledged system, the other is a blank canvas, right?
     
    sarahk, Jan 31, 2022 IP
  8. salab

    salab Active Member

    Messages:
    76
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    93
    #8
    They’re not comparable at all. Salesforce is a ready CRM with roles, pipelines, reporting and permissions out of the box, SQL Server is just storage and you still have to build everything around it. If you already ran out of time once, going “DB + custom app” again will put you in the same place. For setups like you describe, any basic CRM works, the real difference is how much customization vs time you want to burn. I’ve seen smaller teams go with lighter CRMs or even niche tools like epiccrm.eu when Salesforce felt like overkill.
     
    salab, Jan 13, 2026 IP
  9. VladislovasBartulis

    VladislovasBartulis Greenhorn

    Messages:
    75
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    23
    #9
    Classic story. Don’t reinvent the wheel — take a look at ready-made CRMs like Odoo, Zoho CRM, or even SuiteCRM. They already have all of this: leads, assignment to sales reps, statuses, notes, and sale dates. Customizing them is usually faster than building everything from scratch in PHP, and way less stressful
     
    VladislovasBartulis, Jan 27, 2026 IP
  10. Alex_Zenattica

    Alex_Zenattica Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #10
    i was in a similar situation a while back. We started with a custom PHP/MySQL setup but eventually switched to a basic CRM because it handled lead assignment and status tracking without us having to build features ourselves. If you’re mainly trying to save time, it might be worth looking at CRMs in general rather than writing more code — most of them already support the “assistant manager rep” flow
     
    Alex_Zenattica, Jan 27, 2026 IP