Showing 27 open source projects for "quotes"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 1
    bookdown

    bookdown

    Authoring Books and Technical Documents with R Markdown

    ...Generate printer-ready books and ebooks from R Markdown documents. A markup language easier to learn than LaTeX, and to write elements such as section headers, lists, quotes, figures, tables, and citations. Multiple choices of output formats: PDF, LaTeX, HTML, EPUB, and Word. Possibility of including dynamic graphics and interactive applications (HTML widgets and Shiny apps) Support for languages other than R, including C/C++, Python, and SQL, etc. LaTeX equations, theorems, and proofs work for all output formats. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    eslint-config

    eslint-config

    Anthony's ESLint config presets

    Anthony's ESLint config presets. Auto fix for formatting (aimed to be used standalone without Prettier). Designed to work with TypeScript, Vue out-of-box. Lint also for json, yaml, markdown. Sorted imports, dangling commas for cleaner commit diff. Reasonable defaults, best practices, only one-line of config.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    reveal.js

    reveal.js

    The HTML Presentation Framework

    reveal.js is a framework for creating beautiful interactive presentations using HTML. It comes with a wide range of features, including nested slides, auto-sliding, touch navigation, Markdown support, PDF export, speaker notes, theming and more. It also comes with a JavaScript API that allows you to control various other options, and a list of plugins that can be used to extend reveal.js further. reveal.js currently offers full support for any recently released version of the following...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    PDF Maker for Vtiger CRM

    PDF Maker for Vtiger CRM

    Advanced PDF Generator for Vtiger CRM

    PDF Maker for Vtiger CRM is a powerful and professional PDF generator extension that allows you to create fully customizable business documents directly from your CRM. Generate Quotes, Sales Orders, Invoices, Purchase Orders, Contracts, Proposals and other CRM documents with advanced template management. Key benefits: - CK Editor template editor - Dynamic fields and conditions - Multi-language support - Custom layouts and branding - Automatic PDF generation - Email integration - Barcode and QR code support Compatible with Vtiger CRM 7.x and 8.x. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 5
    SuiteCRM

    SuiteCRM

    The multi-award winning SuiteCRM is the world's best open source CRM.

    SuiteCRM, developed and maintained by SuiteCRM Ltd, is the world’s most popular open-source CRM solution. With nearly 2 million downloads and an estimated 5 million users globally, it is the go-to choice for businesses seeking flexibility without compromise. As a fully open-source platform, SuiteCRM allows organisations to scale and customise modules to fit their unique workflows. Whether deployed on-premise, as a SaaS solution, or in a private cloud, it ensures total data sovereignty and...
    Leader badge
    Downloads: 125 This Week
    Last Update:
    See Project
  • 6
    Vtiger CRM

    Vtiger CRM

    An enterprise-class CRM and more!

    Vtiger CRM enables sales, support, and marketing teams to organize and collaborate to measurably improve customer experiences and business outcomes. Vtiger CRM also includes email, inventory, project management, and other tools, providing a complete the business management suite. Download Vtiger CRM here or sign up for a free 15-day free trial of the cloud-based application with free updates and support at https://www.vtiger.com/
    Leader badge
    Downloads: 631 This Week
    Last Update:
    See Project
  • 7
    EspoCRM - Open Source CRM

    EspoCRM - Open Source CRM

    Moving in the right direction together!

    EspoCRM software is that it’s fully customizable. We strive to create a solution that fits different business and industry needs, without having to rely on a “one size fits all” approach or make you spend a fortune on customization. Demo: https://www.espocrm.com/demo/ Installation: https://docs.espocrm.com/administration/installation/ Customer relationship management (CRM) software is developing every day due to ever-changing global business environment and rapid advances in...
    Downloads: 50 This Week
    Last Update:
    See Project
  • 8
    WebEditorWeb

    WebEditorWeb

    Code editor in single HTML file

    Code editor written in a single HTML file that runs on the browser tab. There is no need to install, download a single file and run anywhere. To change the initial configuration, edit the wew.html file in the last lines. * WebEditorWeb use CodeMirror components in code editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    WideW - WebIDEWeb

    WideW - WebIDEWeb

    Web IDE in single HTML file

    IDE written in a single HTML file that runs on the browser tab. There is no need to install, download a single file and run anywhere. To change the initial configuration, edit the widew.html file in the last lines. * Widew use CodeMirror components in code editor. URLs: https://soluc.org/widew https://widew.sourceforge.io
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10
    accountill

    accountill

    Fullstack open source Invoicing application made with MongoDB

    ...A full stack invoicing application made using the MERN stack (MongoDB, Express, React & Nodejs), specially designed for freelancers and small businesses, but can be used for almost any type of business need. With this application, you can send beautiful invoices, receipts, estimates, quotes, bills etc to your clients. Jump right off the Live App and start sending invoice or download the entire Source code and run it on your server. This project is something I've been working on in my free time so I cannot be sure that everything will work out correctly. But I'll appreciate you if can report any issue. Send invoices, receipts, estimates, quotations and bills via email. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    HTM

    HTM

    JSX alternative using standard tagged templates, with compiler support

    ...The syntax you write when using HTM is as close as possible to JSX. htm actually takes the JSX-style syntax a couple steps further! No transpiler necessary. HTML's optional quotes: <div class=foo>. Component end-tags: <${Footer}>footer content<//>. Syntax highlighting and language support via the lit-html VSCode extension and vim-jsx-pretty plugin. Multiple root element (fragments): <div /><div />. Support for HTML-style comments: <div><!-- comment --></div>. htm is published to npm, and accessible via the unpkg.com CDN. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Text Typesetting

    Text Typesetting

    Concise guide to better typography and formatting practices

    ...It collects rules of spacing, punctuation, emphasis, and layout that improve readability, especially in documents mixing multiple languages or code. The repository focuses on consistent micro-typography—such as when to use non-breaking spaces, how to place punctuation around quotes, and how to format lists and headings. Examples show the before/after impact of small adjustments, making the guidance practical rather than theoretical. Because the recommendations are tooling-agnostic, they apply to Markdown, HTML, slides, and printed PDFs alike. It’s a handy checklist for authors who want cleaner, more professional documents without becoming typography experts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SMART markItUp

    SMART markItUp

    completa el editor de posts y temas en Taringa! (Release 10/01/2019)

    Agrega los menus y opciones faltantes al editor de posts/temas en Taringa!. NOTA: La extension no es "perfectamente" funcional, se recomienda editar un post (o tema) en la vista avanzada y nunca simple.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    cg-invoice

    cg-invoice

    Invoice and office utilities program for customer managment

    cg-invoice is a HTML5, Bootstrap, PDO simple yet productive way to write invoices and then retrieve the client data in more than one way. Invoicing invoices from anywhere online. View table or you can reprint the invoice as it was originally written. Business management for quotes or estimates. Contacts and vendors listing tabs for easy search. Office or personal tools to track customers, inventory, mailing lists, company phone numbers with a scheduler calendar included. Scripts written for MySQL and phpMyAdmin to run on an Apache type host/server. Easy install instructions included. Lots of customization options for your personal company branding. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    WebSlides

    WebSlides

    Create HTML presentations in seconds

    ...Permalinks: go to a specific slide. Autoslide, click to nav. Simple CSS alignments. Put content wherever you want (vertical centering...) 40+ components: background images/videos, quotes, cards, covers. Flexible blocks with auto-fill and equal height. Fonts: Roboto, Maitree (Serif), and San Francisco. Vertical rhythm (use multiples of 8).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    X2CRM

    X2CRM

    X2CRM - Workflow, Sales, Marketing, Workflow, Custom Apps, PHP, MySQL

    ...X2CRM Key Features Workflow Designer Mobile Apps Web and Facebook Lead Capture Forms Lead Nurturing, Scoring and Intelligent Routing Contact Activity Management Sales Process Work-flow Engine Email Correspondence Product and Sales Quotes User Profile Pages and Activity Streams Field Security, Roles and Sales Teams Visual Form Editor for Admins Reporting Dashboard iPad and Mobile Device Apps X2Studio, an administrative tool, allows developers to create and share new application modules without any programming knowledge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Y.V.S-Bot

    A Discord BOT using Discord.js

    The BOT is used in our Discord server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    AvalonJs

    AvalonJs

    An elegant efficient express mvvm framework

    ...If there is a large table or list on the page, other frames will get stuck when the browser loads the page (white screen), while avalon is much smoother. Avalon 2.1.5 supports back-end rendering. The attribute value must be enclosed in double quotes, the label name must be lowercase, and the label must be closed (normally closed, or self-closed). Components, in the case of compatibility with IE6-8, components must use wbr, xmp as containers. If the component name does not serve as a label name, it does not need to start with ms-. The binding attribute is recommended to be defined by short instructions, that is, ms-if can be changed to "if". ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    vteddy

    vteddy

    Business webmail modular application with mobile client

    The most complete Business Webmail with Mobile client application for companies of all sizes. All the core functions for business like calendaring and integrated webmail, plus the capability of converting emails into business objects such as: quotes, invoices, marketing stuff, customer requests, project management and more. A simple way to have a unique flow of information from email request from customers to invoices!
You only have to choose which modules you want to activate and is done!
Built with PHP, loves MySQL but runs also on SQL Server and Oracle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Logical

    Hierarchical Quoting System

    This program allows for the creation of quotes based on building up different layers. Starting from resources, equipment and stock BOM (Bill Of Materials) lines can be created. These then come together to form BOM's which form a SOW (Statement Of Work). SOW's can then be turned into a quote which can be printed and stored for later use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ZaK is a property management system for hotel and bed and breakfast. It's developed with python (twisted) and html5 (jquery and web sql database). It allows to manage rooms, reservations and quotes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Online Random Quote
    Random Quote displays a Random Quote from a database of User-Defined Quotes. Very quick and simple to use, and you can easily change the style, appearance and content at any time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Quoters Choice is a quote database (aka Quote Management System) like bash.org. Most likely you may use it to collect quotes from school, work, friends etc. The front-end is XHTML-compliant and uses CSS for styling. The backend is written in PHP/MySQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Coordina2 agenda is a collaborative website interface software which allows companies personal (or any group of people) to coordinate using forums, quotes, events, files... creating a virtual working environment that help to obtain the best performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    AssetsSoSimple is a web based asset and purchasing management system, to track assets (barcode), parts, employees, ip addresses, requests for quotes and purchase orders (PDF enabled preview), timesheets (based on import from other DB or on manual ent
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB