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
2
votes
1 answer

Display query result with PHP and MySQL

I'm learning this new langage PHP in order to develop modules from this software : Dolibarr It's the first time I'm using PHP and I don't overcome to display query result in my view. I would like to know if I wrote something wrong in my script…
Essex
  • 6,042
  • 11
  • 67
  • 139
1
vote
3 answers

Dolibarr Table Foreign Key Relationship

I just installed Dolibarr by running the code under /htdocs/install/index.php. The software installed fine. It is up and running. I was trying to trace foreign key relationship within a table, specifically llx societe, by using…
Y.Lu
  • 51
  • 4
1
vote
2 answers

Any default APIs in Dolibarr for creating sales order records?

Dolibarr has a module for restful APIs. The API explorer seems to show all the CRUD tasks for each module like orders, stock and customer. But to CREATE a record, the sample VALUE for the POST method shows as: { "request_data": [ "string" …
piranhas
  • 11
  • 3
0
votes
0 answers

API Dolibarr : Bad Request: Invalid value specified for `request_data`

With the help of the dolibarr swagger I generated the client code in rust with openAPI. I end up with a method with the following signature to add a member: pub async fn create_members(configuration: &configuration::Configuration,…
tyler
  • 13
  • 6
0
votes
0 answers

How can I connect my Spring app to an Enterprise Resource Planning like Dolibarr?

I would like to create a REST API where the authentification is managed by an ERP but I would like to protect the routes of my Spring app too. The dolibarr has an endpoint for login which needs a mail and a password and returns an API key. How can I…
Tokoro-San
  • 37
  • 1
  • 7
0
votes
0 answers

laragon localhost web authentification

i am a new user off laragon, i'm trying install dolibarr using "http://localhost/dolibarr/htdocs/install" path but my web browser always ask me to authentificate. but i don't know the login and the pwd. i think i have activite the authentification…
0
votes
1 answer

How to customize product card on Dolibarr?

I'm trying to use dolibarr and I'm having some troubles with product's card. I would like to split some informations on the card. For now I have two tables on the card, but I would like to put some informations of the second table in a third one. I…
jeff
  • 35
  • 6
0
votes
0 answers

Bitnami Dolibarr stack not opening after upgrade to Mac OS Ventura

I am using Bitnami Dolibarr for 1 year now. But after upgrading to Mac OS Ventura 6-7 days back, this app is not opening. Whenever I double click the app icon on MacBook it bounces in dock once and then stops and nothing happens. I have 1 more…
0
votes
0 answers

Move custom created/hooked control button to internal object

When using Dolibarr hooks is it possible to place generated button (for example the “Get Identifier”) next to the field “Identifier” we created? If so, how would I do it since right now I am using the formObjectOptions hook and it executes before…
0
votes
0 answers

php postgres misinterpretation

The php code is bellow. $cc='create table mydataI(net) as VALUES (-20.12::double precision)'; $db->query($cc) or die('


pos02:'.$db->lasterror.'
'.nl2br($cc)); The error is as follows: pos02:ERROR: 42601: syntax error at or near…
George Kourtis
  • 2,381
  • 3
  • 18
  • 28
0
votes
1 answer

How to develop a module in dolibarr 13.0.1

I'm a Student and I'm doing my project of my final year to graduate. They ask me to develop a module of currency conversion in dolibarr 13.0.1 on ubuntu LST 20.04 but I didn't find any documentation helps me to know how to do that. Can anyone help…
0
votes
0 answers

Dolibarr Projects Module: DB_ERROR_42803

Long story Short: I launched an EC2 instance on AWS to run Dolibarr v13, running PostgreSQL 12.4 on RDS, and Dolibarr itself on Ubuntu 20.04 LTS. All DIY, not Bitnami’s AMI. Once I started setting up modules on the web app's console, I got…
0
votes
1 answer

how to insert into another table with a trigger?

anas01_notesanas01_propalI will explain better because I was not very clear. I have 2 tables, the anas01_notes table in which there is a note_value field and another "visibility" field. The 2nd table which is anas01_propal has a field which is…
Anascode
  • 1
  • 1
0
votes
1 answer

Problems importing Dolibarr 6 database to Dolibarr 12

We have two Dolibarr in operation in two different domains. One of them has a version 6.0 and another with a clean installation 12.0. Performing the installation I was able to bring all the content to version 12 from an export-import of the…
dcr
  • 11
  • 2
0
votes
1 answer

Dolibarr and nginx configuration - api REST doesn't work

Dolibarr version : 10.0.3 - api documentation : https://wiki.dolibarr.org/index.php/Module_Web_Services_API_REST_(developer). I can't find anything about the configuration of nginx in the dolibarr documentation. But it seems to be a nginx…
djo
  • 71
  • 1
  • 3
1
2