Promotions

  • Advanced Professional Gantt Dolibarr

    Would you like to see your project evolve in an efficient and structured way? The Gantt Professional Advanced Module allows you to manage all your projects in one place, without the need to use Gantt Project. We believe that you can effectively manage your projects with the right tools in place, and the Gantt Professional Advanced Module is one of them.

    360.00 €  ( 720€ )
  • Medical Center

    DoliMed is a module to manage a medical center. Patients, consultations, alerts, documents, ...

    67.20 €  (84€)

New products

  • Detailed Sage Accounting Module

    The Detailed Sage Accounting Module from NextGestion is a fully comprehensive accounting solution, designed to meet the highest professional standards. Inspired by the logic and structure of Sage software, it enables centralized, precise financial management, ensuring traceability, transparency, and efficient decision-making.

    588.00 €
  • Communications

    This module allows you to create scheduled communications that will be displayed to users upon login.

    60.00 €

AXS4ALL

c9532d20230201100742

This module is intended to be a "POC" (Proof of Concept") or Quistart for developpers (only) to build a responsive webapp beside a Dolibarr install. It integrates bootstrap5, a js plugin to scan QR/barcodes, photo and draw app (and code to send to Dolibarr)

  • Author Vincent MAURY
  • Module version 1.0
  • Release date 02/01/2023
  • Compatibility Dolibarr 11.0.0 - 16.0.3
  • Last update 01/02/2025 04:50 PM

More info

# AXS4ALL, POC DOL MOB

This module is intended to be a "POC" (Proof of Concept") or Quistart for developpers (only) to build a responsive webapp beside a Dolibarr install.

It integrates bootstrap5, a js plugin to scan QR/barcodes, photo and draw app (and code to send to Dolibarr)

** It's not usable in a production environment, it's not secured, keep in mind it's a prototype **

I'ts mainly intended to be used with a smartphone or tablett (even if it's also working on computer).

It has been tested with Firefow Mobile and Chrome Mobile

## Installation

Installation is made like a classic Dolibarr module, download and dezip, rename the folder **axs4all**, copy it in htdocs/custom and activate the module.

I strongly advise to add another subdomain in your install like mobdol.mydomain.com that points directly to dol_instal_folder/htdocs/custom/axs4all/www

And you've to activate and force https if you want to use the QR/Barcode scanner

## short description


I tried to respect "KISS", Keep It Stupid Simple ... as possible

It integrates
- bootstrap 5.2.1
- jquery 3.6.1 (I continue to prefer - maybe because I'm too lazy - jquery syntax to classic javascript query syntax)
- authentification thru dolibarr auth system
- dynamic lists without hugly JS, using wich is filled by ajax with dolibarr values : see www/assets/datalist_utils.js, which call www/includes/ajaxDataList.php.
For the moment, it can retrieve only project, product and user list
*NB* : the datalist doesn't run ok (not implemented) on Firefox Mobile
- a fantastic [js plugin to scan QR/barcodes](https://blog.minhazav.dev/research/html5-qrcode.html), thanks a lot to [Minhaz](https://blog.minhazav.dev/), Senior Software Engineer at Google
- a page to directly take photo from the smartphone, or upload existing photos on the phone to dolibarr (in the demo, photos are uploaded in a project document section)
Thanks a lot to [Bensonruan](https://github.com/bensonruan/webcam-easy)
- a page to draw (for example to let sign a doc by a customer) and send to dolibarr
Thanks a lot to cnbilgin https://github.com/cnbilgin/jquery-drawpad, and https://github.com/cnbilgin/jquery-drawpad

As this plugin is free, there is no support. But if you want me to developp a custom thing using it, I'm available ;-)


## Démo


- Classic Dolibarr https://dolibarr-cur.dlcube.com
- Responsive webapp : https://dolmob.dlcube.com

Auth :
- user : demo
- passwd : demodemodemo

## Source Code

https://github.com/vmaury/pocdolmob