[go: up one dir, main page]

Showing 104 open source projects for "customer"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Poweradmin
    Poweradmin is a web-based DNS administration tool for PowerDNS server. The interface has full support for most of the features of PowerDNS. It has full support for all zone types, for supermasters, full support for IPv6 and multi-language support.
    Leader badge">
    Downloads: 21 This Week
    Last Update:
    See Project
  • 2
    myColex is a complete museum management and collection documentation system with longterm archiving capabilities based on Apache/PHP and mySQL. Manage your object inventories, events, pictures, addresses e.g. with your browser.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    AnyMeal

    AnyMeal

    Recipe database software

    AnyMeal is a free and open source recipe management software developed using SQLite3, Qt5, Flex, Recode, NSIS, and Googletest. It can manage a cookbook with more than 250,000 MealMaster recipes, thereby allowing to import, export, search, display, edit, and print them. AnyMeal is available for GNU/Linux and Microsoft Windows. For new releases please visit https://wedesoft.github.io/anymeal/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Open Source Data Quality and Profiling

    Open Source Data Quality and Profiling

    World's first open source data quality & data preparation project

    This project is dedicated to open source data quality and data preparation solutions. Data Quality includes profiling, filtering, governance, similarity check, data enrichment alteration, real time alerting, basket analysis, bubble chart Warehouse validation, single customer view etc. defined by Strategy. This tool is developing high performance integrated data management platform which will seamlessly do Data Integration, Data Profiling, Data Quality, Data Preparation, Dummy Data Creation...
    Downloads: 3 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 5
    DatacenterManager

    DatacenterManager

    UNIX Performance Monitoring / Trend Analysis Java Software

    Remotely Inventory and Poll UNIX servers in seconds. (without installing extra software on your servers, just by SSH communication plain old UNIX commands).https://sites.google.com/site/ronuitzaandam/ Your entire datacenter can be automatically inventoried by supplying hostname, username & password for each server, either “one by one” or via an automated CSV host-list import file. This software goes great with other UNIX software like WinSCP and Putty etc !!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Free invoicing software for small business, it's a simple system utilizing LibreOffice or OpenOffice Calc with macros. It allows a salesperson to take an order quickly and save a nice looking invoice. Brought to you by FossFolks - http://www.fossfolks.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Adele

    Adhoc Data Exploration - Live & Easy

    Adele was developed to simplify the daily work with data. Use it as a swiss knife to fill the gap between your work with spreadsheet application like MS Excel and enterprise servers like SAP ERP. Specialized tools like Rapid Miner, KNIME or similiary stuff should not be replaced. But Adele is designed for business people working with spreadsheet applications to analyse their data. There are many technical concepts in an easier way included. For example realtime OLAP, transformations,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CID is a client information database for Laser Therapy Clinics who treat addictions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    mycorecms

    mycorecms

    CMS/CRM/DBMS Site Generator

    MyCoreCMS is a lightweight jQuery driven CMS designed to easily build dynamic relational databases. With MyCoreCMS you can build something as simple as a forum to as complex as a customer relationship management tool tailored to your specific needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 10
    A 'Defect' Tracking System. This aims at providing a user friendly interface for users to track the 'defects' encountered while developing a software. Created using PHP, JGraph, JavaScript and MySQL RDBMS on Linux Platform with Apache.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A web-based maintenance management system for water and wastewater networks. Allows to store customer complaints and issue workorder sheets. Rather than using street names, maps and landmarks are used for navigation.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    Demo Gear Database

    MySQL/PHP demo gear tracking database used to track eval inventory

    This database front-end is used for tracking the location of demo gear as it moves from sales offices to customers. Demo gear is often shared with team members of a company and shipped all over the world. This database helps track the current location of the gear and shows the chronological history of the items' whereabouts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    citrusdb is the open source customer care and billing software that can be used in many service industries, internet service, subscriptions, consulting, and telecommunications. Provides CRM, Ticketing, Invoicing, and Credit Card Batches.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    doPersistence

    Data persistence with one line of code.

    doPersistence is a C# dll that persists any object to any database. Will save directly to tables with dynamic Sql or it will map to stored procedures (store, load, delete, list). For single objects add a class attribute: [Persistable("Customer", "CustomerId", true)] public class Customer { ... For list objects, inherit from a generic list: public class CustomerList : PersistentList<Customer> Bulk storage is extremely fast with data pagination available on loads. ~10,000 objects...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    spunQ has moved with all informations and downloads to spunq.com. please get all informations there. the new version spunQ1.3 is not available via berlios. downloads are available here and on spunq.com/download
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Dieses Projekt beschäftigt sich mit der Erstellung eines Gambas-basierten Kundenverwaltungssystem für die GNU/Linux Plattform. Gambas ist als RAD-Tool mit MySQL-Unterstützung gut geeignet schnelle Ergebnisse zu erzielen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Staffing Pro
    This software is an Open Source alternative to logging client / candidate data pertaining to staffing agencies. It will allow for a fast, web-based alternative for small to mid sized agencies. Currently, this project is under development and continued planning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JavaMyJpa provides a generic webbased Interface for all deployed Java Persistence Entities and Datasources with minimal configuration requirements. Entities can be created, deleted and searched by NamedQueries, custom queries or by entity-field-vals.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    It is a CRM Suite for SMEs (Small and Medium Enterprise) comprising observation, privacy preservation, prediction and strategic analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    OTRS eXternalDB
    eXcentia's OpenSource OTRS package for external database connection from the agent interface. It adds SQL Box functionality in order to query external datasources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    netWORKS
    Environment to develop the Open Source netWORKS Project. - More information at networks.information-works.de
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    dynamic generated web2.0 screens to manage back-end data. supports access security, work-flow, rules engine, data conversion and CRUD (create, review, update, delete) against databases such as ORACLE, DB2, MS SQL SERVER, MYSQL and their JDBC Drivers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Contact and Event Management System
    Contact and Event Management System
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Catálogo de monedas de cualquier época. Admite imágenes. Incluye los campos más relevantes. Se ampliará a Sellos y Billetes
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    This is a project to make a web-based diabetes diary, logging blood sugar, medicine, excercise, and other info for both home based devices and WAP (mobile phones, PDAs, etc.), plus adding the options for customer alarms via SMS and/or e-mail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next