Translations:Factory/104/en

De Documentations Patas-monkey
Aller à la navigation Aller à la recherche

Error Message Following Installation

If the production order and document numbering templates are not enabled in the module configuration, the following error message will be displayed:

[[file:]]

Enable the numbering and document templates, and everything will return to normal.

Work Order References Not Incrementing

Following a Factory update from version 1.4.4 and earlier to version 1.5.0 and later, you may encounter errors in work order numbering. To correct these errors, run the following query on your database:

UPDATE llx_factory SET ref = concat( SUBSTRING(ref,1,7),'0', SUBSTRING(ref,8)) WHERE length(ref)=11 This operation will add the missing 0 to the old work order references. If any work orders have incorrect numbering, you will need to modify it manually.