Questions tagged [dolibarr]

Open source, free software modular package written in PHP for small and medium companies, foundations or freelancers. It includes different features for enterprise resource planning (ERP) and customer relationship management (CRM) but also other features for different activities.

24 questions
0
votes
1 answer

Asterisk - Macro not available

I need some help here. I try to configure dolibarr's plugin "Calling" on my asterisk. I need to configure my extensions.conf so that all incoming calls on my asterisk return information to my dolibarr in order to have call notifications... When I…
Kahji
  • 1
  • 2
0
votes
1 answer

How do I add stocks of a product in Dolibarr

Lets say I have a product A. CASE A This product is manufactured internally. Lets say I manufactured 10 units. How do I add that to stock? Per documentation what I got looks like I have to select the product and go to "Stock" tab, and use the…
user1771823
  • 139
  • 1
  • 13
0
votes
0 answers

HTML entities into mysql request (Dolibarr)

To do a dev into the ERP Dolibarr, I need to make some requests to the mysql database. One of it cannot work properly cause some characters are replaced by html entities (EDIT): Here's my request: SELECT MIN(rang) FROM dolibarr.llx_propaldet WHERE…
Lily
  • 36
  • 6
0
votes
2 answers

None data saved with PHP form submitting

The context : I'm using php langage in order to develop a new module on Dolibarr software and I need your help because I don't overcome to solve my issue since 2 days. The process : I created a very simple php form with only 2 fields : lastname…
Essex
  • 6,042
  • 11
  • 67
  • 139
0
votes
2 answers

Dolibarr software doesn't find my file

I'm looking to create Forms in Dolibarr software but apparently he doesn't find the file card.php. The software is installed in /var/www/html/dolibarr I have a left menu which looks like this…
Essex
  • 6,042
  • 11
  • 67
  • 139
0
votes
1 answer

changing ckeditor toolbar config does not affect in dolibarr ERP

As you know Dolibarr is a great ERP system written in PHP and MySQL. It uses CKeditor as text editor. Now I want add some options to it's toolbar. There is a dolibarr_details defined in htdocs\theme\eldy\ckeditor\config.js (like Below) that used…
Ahmad Badpey
  • 6,348
  • 16
  • 93
  • 159
-1
votes
2 answers

Search words in html text in mysql field description without plain text

I'm modifying code in dolibarr and i went through a problem with the search in desciption of products with WYSIG editor (recording html text). The search of description containing several words doesn't work after a (maybe all tags) or at the very…
cilies38
  • 69
  • 1
  • 8
-1
votes
1 answer

Soap Api Integration in Android

Is there anyone knows how to create third party user, Invoice, Order and user login in Dolibarr using SOAP api?
Sandip
  • 293
  • 3
  • 17
-1
votes
1 answer

Display loop over PHP/MySQL query in array

I'm learning PHP in order to develop some modules into my software Dolibarr and I would like to know How I can loop over my query result and display each row in my array. This is my script : /* * View */ $query = "SELECT u.lastname as nom,…
Essex
  • 6,042
  • 11
  • 67
  • 139
1
2