Search Results for "business intelligence php source code" - Page 3

Showing 235 open source projects for "business intelligence php source code"

View related business solutions
  • Field Sales+ for MS Dynamics 365 and Salesforce Icon
    Field Sales+ for MS Dynamics 365 and Salesforce

    Maximize your sales performance on the go.

    Bring Dynamics 365 and Salesforce wherever you go with Resco’s solution. With powerful offline features and reliable data syncing, your team can access CRM data on mobile devices anytime, anywhere. This saves time, cuts errors, and speeds up customer visits.
    Learn More
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
    Learn More
  • 1
    demua

    demua

    delicious forum code

    delicious forum code for business.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    proreports

    proreports

    Simple Reporting System

    ProReports is simple reporting system designed to generate reports in popular office formats - PDF, XLS, RTF, HTML, TXT, XML, JSON, CSV, PNG, GIF. These reports are generated based on the definition in the internal database system. ProReports supports jrxml (JasperReport) format. This type of report templates can be prepared in external editor, such as iReport. Also user can prepare report in internal format of ProReports (simple Visual Programming Language mixed with PHP5 and JAVA or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    P12PHP is a PHP library and examples that are intended to facilitate developers with the integration of departmental applications with the Payment Gateway of the Basque Administration. Opensource code distributed under Apache 2.0 license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Omnipay

    Omnipay

    A framework agnostic, multi-gateway payment processing library

    Omnipay is a payment processing library for PHP. It has been designed based on ideas from Active Merchant, plus experience implementing dozens of gateways for CI Merchant. It has a clear and consistent API, is fully unit tested, and even comes with an example application to get you started. You can learn one API and use it in multiple projects using different payment gateways. If you need to change payment gateways you won’t need to rewrite your code. Most official PHP payment gateway...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Data management solutions for confident marketing Icon
    Data management solutions for confident marketing

    For companies wanting a complete Data Management solution that is native to Salesforce

    Verify, deduplicate, manipulate, and assign records automatically to keep your CRM data accurate, complete, and ready for business.
    Learn More
  • 5

    Canteen Calandreta

    Tool to manage canteen, nursery and events registrations of a school.

    This software, developed by the Muret's Calandreta allow to manage canteen and nursery registrations of children of a school (for instance, a Calandreta, bilingual school in Occitania in the South of France). The daily order is send by mail with the number of meals with and without pork for children and teachers. Then, it allow to generate monthly bills of families and record payments. More over, this software allow to manage organization of events (description, dates, registrations,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    TemaTres: controlled vocabulary server

    TemaTres: controlled vocabulary server

    Manage, Publish and Share Ontologies, Taxonomies, Thesauri, Glossaries

    Web application for management formal representations of knowledge, thesauri, taxonomies and multilingual vocabularies / Aplicación para la gestión de representaciones formales del conocimiento, tesauros, taxonomías, vocabularios multilingües. For the latest version of code: https://github.com/tematres/TemaTres-Vocabulary-Server
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Zen Cart E-Commerce Shopping Cart

    Zen Cart E-Commerce Shopping Cart

    Zen Cart® is a free full-featured self-hosted e-commerce application

    Zen Cart® is a PHP e-commerce shopping cart program. Built on a foundation of osCommerce GPL code, Zen Cart® is an easy-to-setup and run online store. Zen Cart® is for selling online. Zen Cart® is completely customizable ecommerce. Zen Cart® runs from your own webserver, which means you are fully in control of all its features and capabilities.
    Downloads: 40 This Week
    Last Update:
    See Project
  • 8
    commit-autosuggestions

    commit-autosuggestions

    A tool that AI automatically recommends commit messages

    This is implementation of CommitBERT: Commit Message Generation Using Pre-Trained Programming Language Model. CommitBERT is accepted in ACL workshop : NLP4Prog. Have you ever hesitated to write a commit message? Now get a commit message from Artificial Intelligence! CodeBERT: A Pre-Trained Model for Programming and Natural Languages introduces a pre-trained model in a combination of Program Language and Natural Language(PL-NL). It also introduces the problem of converting code into natural...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Easy!Appointments - WordPress Plugin

    Easy!Appointments - WordPress Plugin

    Add appointment bookings to your WordPress site

    Leverage your conversion rates by integrating the booking form directly in your WordPress pages. Customers will never have to leave your website for booking an appointment. Take advantage of the scheduling power of Easy!Appointment which will run smoothly with your WordPress installation. Include the booking form in your pages with the [easyappointments] shortcode. Install and activate the plugin and navigate to Settings, Easy!Appointments menu of the WordPress admin section. Create a new...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Outbound sales software Icon
    Outbound sales software

    Unified cloud-based platform for dialing, emailing, appointment scheduling, lead management and much more.

    Adversus is an outbound dialing solution that helps you streamline your call strategies, automate manual processes, and provide valuable insights to improve your outbound workflows and efficiency.
    Learn More
  • 10
    How to Make More Money

    How to Make More Money

    How Programmers Can Earn Pocket Money Elegantly, Version 2.0

    This repository is more a motivational or planning resource than traditional software: it collects strategies, frameworks, essays, external links, and tips about income diversification and wealth building. It is organized into topical segments—such as passive income, side hustles, financial instruments, learning methods, and mindset changes—along with recommended reading and toolkits. The intention is to guide individuals in thinking systematically about generating revenue streams, avoiding...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    BotMan

    BotMan

    A framework agnostic PHP library to build chat bots

    Write your chatbot logic once and connect it to one of the available messaging services, including Amazon Alexa, Facebook Messenger, Slack, Telegram or even your own Website. BotMan is framework agnostic, which means you can use it in your existing codebase, whatever framework you might use. Starting a new chatbot project? BotMan Studio is a Laravel 5.5 boiler project to get you started in no time! BotMan is all about having an expressive, yet powerful syntax that allows you to focus on the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Symfony EventDispatcher Contracts

    Symfony EventDispatcher Contracts

    A set of event dispatcher abstractions extracted out of Symfony comps

    Symfony Event Dispatcher Contracts is a set of standardized interfaces and classes for handling event-driven programming in Symfony applications. It defines how events are dispatched and how listeners are registered, providing a flexible system for building modular and decoupled code. By following the event-driven pattern, developers can trigger specific actions when events occur, making applications more dynamic and scalable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    barbershop

    barbershop

    Php barbershop booking and admin system for mobile phone operation

    Barbershop V5.0 is a web-based system that allows online customers to make reservations against a server-based appointment book. The system includes a supporting configuration page that allows shop management to specify staff-working patterns and to block out staff and bank holidays etc. Though it expects customers to make bookings online and pay for them upfront using Paypal, the support page also allows the shop management to take unpaid bookings from telephone enquirers. The software is...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    KwaMoja

    KwaMoja

    Out of Africa comes KwaMoja. A fresh start for webERP!

    KwaMoja is designed to help you manage your business in a more efficient and profitable manner. It combines your book keeping needs with all the tools to plan your inventory purchases. It will let you know when your factory needs to start manufacturing parts in order to keep up with orders. It will help you better manage your cash flow. All these and more will help your business become more efficient, and greater efficiency will equal greater profits. KwaMoja is a fork of the once...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    An advanced but user friendly PHP/MySQL based shopping cart system with support for selling digital products, physical products and access to protected membership areas of a website. Includes tons of useful features for online commerce, such as: auctions, penny auctions, affiliate marketing, support for over 60 payment gateways, multi language, multi currency, discounts, loyalty bonuses, shipping calculation, sales tax calculation and much more.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Nwicode CMS App Builder

    Nwicode CMS App Builder

    Mobile app Builder without coding

    The NWICODE CMS project, an open source mobile app Builder, was launched in beta testing in 2019. Since 2016, the platform has only been offered as a cloud-based solution for creating mobile applications. Our goal Not a month goes by without the launch of new platforms and mobile app designers on the market. All these platforms with DRAG&DROP and ready-made features. These solutions are very standardized and do not allow you to develop and control your application. We eliminate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    TCPDF - PHP class for PDF

    TCPDF - PHP class for PDF

    PHP class for PDF

    TCPDF is a PHP class for generating PDF documents without requiring external extensions. TCPDF Supports UTF-8, Unicode, RTL languages, XHTML, Javascript, digital signatures, barcodes and much more. IMPORTANT: This version will be soon marked as deprecated and replaced by a new version currently under development: https://github.com/tecnickcom/tc-lib-pdf
    Leader badge
    Downloads: 348 This Week
    Last Update:
    See Project
  • 18
    FreeVRS (Free Vehicle Routing Solutions) is a Free and Open Source application to solve Vehicle Routing Problems (VRP) using different heuristic approaches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    mobile recharge software

    mobile recharge software

    We Developed Responsive Admin Dashboard, User Dashboard, Frontend

    Recharge Software with Mobile Recharge, DTH Recharge, Money Transfer, Master Distributor, Distributor, Retailer, API User. School Software, MLM Software, Shopping Portal etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    S.A.F.E. Open Source Microfinance Suite

    S.A.F.E. Open Source Microfinance Suite

    Open Source Microfinance Suite

    S.A.F.E. is a "Open Source Microfinance Suite" created for help to the operational needs from the Microfinance institutions, developer with Web 2.0 technologies. english demo: https://english.sipakal.com Español : https://demo.sipakal.com ¿Como Instalar? : http://goo.gl/9ILv8X Default User: root Default Password: root Docker : https://hub.docker.com/r/sipakal/safeosms Source Code : https://github.com/patadejaguar/safeosms
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    EcoSol

    EcoSol

    Sistema de economia solidária

    EcoSol é um sistema base para empreendimentos de economia solidária. O sistema é composto por um módulo administrativo, que é executado no servidor, e um módulo Web. O módulo administrativo fornece a interface para o gerenciamento e consulta de empreendimentos, movimentações, itens e usuários. O módulo Web é um aplicativo mobile que permite aos usuários consultarem seus históricos de movimentação, assim como os itens disponíveis para troca. Projeto de iniciação científica financiado pela...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    NASH OS

    NASH OS

    Nash Operating System for Modern Ecommerce

    The all-built-in-one, automatic, ready-to-go out-of-box, easy-to-use state-of-the-art, and really awesome NASH OS! Over 25,000+ flexible features and controls and all scalable!! The most powerful solution ever built to instantly deliver new heights of online ecommerce enterprise to you.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    CapAnalysis

    CapAnalysis

    PCAP from another point of view

    CapAnalysis is a web visual tool for information security specialists, system administrators and everyone who needs to analyze large amounts of captured network traffic. Analyze TCP and UDP streams Support multible datasets Perform deep packet inspection Support filtering capability Source Code: https://github.com/xplico/CapAnalysis
    Downloads: 28 This Week
    Last Update:
    See Project
  • 24

    XGAP - XML Generator of APplications

    XGAP is a PHP web application generator

    XGAP stands for "Xml - Generador de APlicaciones". The primary goal of XGAP is to assist the programmer in the repetitive and common coding tasks. That's why XGAP concentrates more in specifying an application than in programming it. You program a web application using XGAP by creating a set of XML files that describe it. Those XML files are taken by the generator and the PHP files are created by means of XSLT sheets. XGAP was born in 2003 at the UNICEN University as a tool for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    zencart-italia

    zencart-italia

    Distribuzione e localizzazione E-commerce Zen Cart Italia

    Italian localization for Zen Cart, a PHP e-commerce sw. Built on a foundation of OScommerce GPL code, it provides an easy-to-setup and run online store. Localizzazione italiana di Zen Cart, software gratuito (GPL) per creazione e gestione di show room o di e-commerce online.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB