Quantcast
Channel: Dolibarr Forum :: Recent Topics
Viewing all 2984 articles
Browse latest View live

Wrong code in macroReplace function - by: merill

$
0
0
Hi all.

I have been observing that new versions of dolibarr include a deprecated, non-functional, version of function macroReplace so that macro replacement in odt documents may fail. As the creator of the code I have submitted this onto the github time ago but, as I am not very used to that platform, I am not probably doing it well because there are several versions now where this code does not appear and the old one is still being pushed to everyone.

So I use this, I know, un-natural mechanism and place to let know all dolibarr users (and creators too) that this is the right code, the one that is working with no problems right now in my system, and the one that adapts to the directions that Laurent told me to follow to match the new versions functions namespace.

The function is in /htdocs/includes/odtphp/Segment.php just in case you want to have a look at it.

Hope it will be useful to anyone.


Shipping Module Problem. - by: zani87

$
0
0
Hi, and sorry for my English, i have o problem with the shipment module, ( possible after an update- don't know when).
So now when i try to access List on shipment get the following error.
I haven't any shipment that i want to keep can i reset the module to default?
on fresh install everything is ok but when i load my database the error reapear..

Dolibarr has detected a technical error.
This information can be useful for diagnostic purposes (you can set option $dolibarr_main_prod to '1' to remove such notices):
Date: 20190118070605
Dolibarr: 8.0.4
Level of features: 0
PHP: 5.5.12
Server: Apache/2.4.9 (Win32) PHP/5.5.12
OS: Windows NT STORAGE 6.2 build 9200 (Windows 8 Business Edition) i586
UserAgent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

Requested URL: /dolibarr/expedition/list.php?leftmenu=sendings
Referer: http://storage:8888/dolibarr/product/index.php?mainmenu=products&leftmenu=
Menu manager: eldy_menu.php

Database type manager: mysqli
Latest database access request error: SELECT e.rowid, e.ref, e.ref_customer, e.date_expedition as date_expedition, e.date_delivery as date_livraison, l.date_delivery as date_reception, e.fk_statut, e.billed, s.rowid as socid, s.nom as name, s.town, s.zip, s.fk_pays, s.client, s.code_client, typent.code as typent_code, state.code_departement as state_code, state.nom as state_name, e.date_creation as date_creation, e.tms as date_update FROM llx_expedition as e LEFT JOIN llx_societe as s ON s.rowid = e.fk_soc LEFT JOIN llx_c_country as country on (country.rowid = s.fk_pays) LEFT JOIN llx_c_typent as typent on (typent.id = s.fk_typent) LEFT JOIN llx_c_departements as state on (state.rowid = s.fk_departement) LEFT JOIN llx_element_element as ee ON e.rowid = ee.fk_source AND ee.sourcetype = 'shipping' AND ee.targettype = 'delivery' LEFT JOIN llx_livraison as l ON l.rowid = ee.fk_target WHERE e.entity IN (1) ORDER BY e.ref DESC LIMIT 26
Return code for latest database access request error: DB_ERROR_NOSUCHFIELD

Thanks
Information for latest database access request error: Unknown column 'e.billed' in 'field list'

How can i add Numbers to Words in invoice? - by: sbahjaoui

$
0
0
Hi,
Please i need your help inorder to add numbers to words on invoice pdf.
I used module Numbers_Words-0.16.1 on my version 8.0.4 but doesn't works (even if i put it on folder custom) the module doesn't appear in modules.
There is other solution to add functions php directly to dolibarr?
Thank you

About old Substitution key __CONTACTCIVNAME__ - by: Richardmax

$
0
0
From ChangeLog:
The substitution key __CONTACTCIVNAME__ is no longer present (8.0.3), it has been replaced by __CONTACT_NAME_{TYPE}__ where {TYPE} is contact type code (BILLING, SHIPPING, CUSTOMER, ... see contact type dictionnary).

For email template usage:

PROPOSAL: (show contact name linked to proposal)


Show:


Same for INVOICE email template use:

I hope it's useful for someone

:whistle:

Step2.php gives 500 Internal Server Error - by: mcharudatta

$
0
0
Hello, I am trying to install Dolibarr on my Windows hosting. I have copied all the files to the server as mentioned in this article: "https://wiki.dolibarr.org/index.php/Installation_-_Upgrade#On_a_mutualized_Web_Hosting_Provider_.28with_restricted_access.29"

The installation starts successfully. However, after the end of step1.php and just when step2.php is accessed, I get the 500 Internal server error. The same thing successfully works on the localhost system. So, I have set the max_execution_time to 90000 in the PHP settings file. Also, the same setting is done in the step2.php file. However, I am unable to resolve the error. The solution is really required so that I can use this application.
[File Attachment: dolibarr_step2_error.png]

How to link customer order to supplier order - by: ccchelen

$
0
0
Hello,

I am currently running V8 and looking for a way to link a customer order to a supplier order. I see that I can add a new attribute on the order form with the type "link to an object" but I don't exactly know how to set it up?

Has anyone been able to make it work? If so, can you please share the howto?

Thank you!

Remove disabled users from agenda lists and others - by: guirot

$
0
0
Hello Community!!!

Using Dolibarr since 2 years. Wonderful!!!

However, we have had different users using the system, and now most of them are disabled.

When planning, for example, anything in my agenda, I have always listed all the users, active or not active. I know there is a "Delete" buttom to remove the user, but as soon as there are activities in the user it can not be delete...

Anyone know how to avoid have listed the disabled users??

My current version: 8.0.4

Thanks!

Product notes to supplier order line - by: kouzen128k

$
0
0
DOLIBARR ENVIRONMENT
- Version: [8.0.4]
- Operating System: [Windows 10 64bit]
- Web Server: [Apache/2.4.9 ]
- PHP: [(Win32) PHP/5.5.12]
- Database: [MySQL or MariaDB 5.0.45-community-nt]
- URL(s): [commande/card.php?action=create&leftmenu=orders_suppliers]

Hello,

I am currently running V8 and looking for a way to link some of the product field to a supplier order line , i wish to add this on the supplier order line I had added on the Complementary Attributes (order lines) I have tried the selet from table and value product:note:rowid::rowid=$ID$ but it seems to be the $ID$ is giving 0

Has anyone been able to make it work? If so, can you please share the howto?

Thank you!

Quotation & Invoice numbering: Count per customer - by: Jens

$
0
0
Hello,
I have a question in regards to the numbering of quotes and invoices.
When creating new quotes or invoices they are given a number. I am using the Saphir module to give the number based on a mask in the "format number_customercode", "{000}_{ccccc}".

Currently, the numbers go up continuesly, so e.g. I create a quote for customer 11111 and its name is set to "001_11111". Then I create a quote for customer 22222 and its name is set to "002_22222".
Instead I would like it to also start at 1 per customer and count up individually per customer.

Is this currently possible in 8.0.4 with on board tools, or is there a plugin/module I can use?

Thank you in advance!

Best regards
Jens

How to build a webform in Dolibarr to Collect Data - by: mogul1914

$
0
0
Do anyone have experience of creating a web form in Dolibarr that can be used on an external webpage? I would like to be able to import my prospect data right from a web form on my website directly without any additional steps. Thanks for all the help in advance!! B)

Tax/BTW on orders and invoices - by: adminstefan

$
0
0
Hi,
Is there a way to hide the 'excl. TAX' on the orders and invoices PDFs?
Thanks

Hallo,
Is er een manier om de 'excl. BTW' te verbergen op de bestellingen en facturen PDFs?
Bedankt

Installation - by: Nyirendas

$
0
0
Hello
I have Installed Dolibarr 7.0.3 on the desktop now i want to configure it to my hosting account but it has a pre-filled information for Dolibarr hosting and it has no option to change. What do I do?
[File Attachment: Dolibarr.png]

customizing pdf into small or medium invoice - by: manso

$
0
0
hello every one i need help to customize invoice pdf in to small or medium size , because my client are complaining about my invoice is to big
, i try to use many pdf standard but it not okay ,please help Dolibarr vision 8.0.3

Bill of Materials - by: Gagger

$
0
0
Hello, how i can to print bill of materials? I see that i can only print a product card generated pdf, somebody know how to do that?

How to set stock account to be decrease? - by: benlimanto

$
0
0
Hello, I'm quite confused with dolibar flow of customer order. I tried to make one, and use advance accounting. When an shipment created, it's not creating any journal in dolibarr accounting module, which is strange. After the invoice paid, the journal that created is only 4, invoice, for bank, and one for the income, but never touch stock account, that means the stock account in accounting module never decreased. How to set it to the right one so the stock account/journal decreased? Thanks *sorry for bad english*

see both account below.
[File Attachment: sell.jpg]

[File Attachment: bank.jpg]

Please anyone could help me. Thanks.
*eg, I tried to find dolibarr representative in Indonesia, but I can't find one, I hope someone in the comunity could help me. Thanks.

Accounting Excel export problem - by: nazeer

$
0
0
Hi, team

Using 8.0.4 version at the moment.
In accounting module exporting ledger or account balance are not exporting exactly what we seen in the report.
How to control or edit the exporting fields?
There should be a way to format exporting file as per requirement by accountant.
desperately looking for answers.
tq.

Adding a variable to the lines on the order form - by: ccchelen

$
0
0
Hello everyone,

I have been trying to figure out how I can add a variable to a product line so that I can input different values when creating an order. For example, let's say I make custom sized boxes. When creating an order, I would like to be able to set the dimensions of the box like below:

Description

PN101 - BOX
Custom sized box
Length: <input field>
Width: <input field>
Height: <input field>

I have tried various things but nothing allows me to dynamically input a value during order creation.

Thank you for your help!

Email module should support icons on subject line - by: Mis_tral

$
0
0
The email module should support entering icons/emojis, or at least UTF-encoded characters on the subject line. For marketing purposes. A simple copy-paste of emojis would be preferable from the user's point of view. Many email programs do support this feature.

How to make related company multiple in agenda ? - by: ChoY

$
0
0
I search a solution on how to modify the field "Related company" in a multiple choice filed on create "Create an event" (comm/action/card.php)
The current solution only list related contacts from the chosen company - this limit the listing if related companies/persons of an event t just one company - but in real life you have often more than just one company related to an event. That's why I search urgently a solution for a multiple choice on the field "related company"
Thanks for help!

Upgrade 7 to 8 i am in stopping email in out. - by: Garrucciu

$
0
0
Hi

I have upgraded my dollibar 7 to dollibar 8.
Upgrade is ok and no problem.
now i have problem com email in out .
new request in setup email are:

MAIN_MAIL_EMAIL_DKIM_ENABLED Sì
MAIN_MAIL_EMAIL_DKIM_DOMAIN
MAIN_MAIL_EMAIL_DKIM_SELECTOR
MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY

Parse error: syntax error, unexpected '?' in C:\dolibarr\www\dolibarr\htdocs\includes\swiftmailer\lib\classes\Swift\Mime\SimpleMessage.php on line 496

what i must put in this request ?
URGENT i am in stopping email in out.

Thank you for your help

Roberto
Viewing all 2984 articles
Browse latest View live