Tous les journaux publics
Aller à la navigation
Aller à la recherche
Affichage combiné de tous les journaux disponibles sur Documentations Patas-monkey. Vous pouvez personnaliser l’affichage en sélectionnant le type de journal, le nom d’utilisateur ou la page concernée (ces deux derniers étant sensibles à la casse).
- 15 janvier 2025 à 14:50 Liam discussion contributions a créé la page Translations:MyList/45/en (Page créée avec « 300px Result displayed for the example opposite for contacts |} »)
- 15 janvier 2025 à 14:49 Liam discussion contributions a créé la page Translations:MyList/44/en (Page créée avec « {| class="wikitable" |- style="vertical-align:top;" | 600px Example of entering a clickable field for contacts | ::Name of the class of the element to make clickable: <code>Invoice:</code> ::Path of the file defining the class: <code>/compta/invoice/class/invoice.class.php</code> ::Name of the table: <code>:invoice</code> ::Field to display: <code>field_name</code> ::Parameter to indicate in the configuration of the my... »)
- 15 janvier 2025 à 14:49 Liam discussion contributions a créé la page Translations:MyList/43/en (Page créée avec « Feeding this field requires knowledge of the tables and the organization of the classes of the different elements of Dolibarr. Some examples of parameter formation: * 1st case: list from a table Table: <code>c_typent</code> (without the prefix) Key: <code>id</code> Label: <code>libelle</code> Parameter to indicate in the configuration of the myList field: <code>c_typent:id:libelle</code> * 2nd case: make the list results clickable »)
- 15 janvier 2025 à 14:49 Liam discussion contributions a créé la page Translations:MyList/42/en (Page créée avec « It allows you to make it clickable and/or filterable by drop-down list. »)
- 15 janvier 2025 à 14:49 Liam discussion contributions a créé la page Translations:MyList/41/en (Page créée avec « ====Field Setting==== This feature is related to the setting of key type fields (<code>rowid</code> and <code>fk_xxx</code>) for list fields of type text, list and status. »)
- 15 janvier 2025 à 14:49 Liam discussion contributions a créé la page Translations:MyList/40/en (Page créée avec « * Field Totalization: Will display a table with the totals of the fields for which the feature has been enabled. * Field Average: Will display a table with the averages of the fields for which the feature has been enabled. »)
- 15 janvier 2025 à 14:48 Liam discussion contributions a créé la page Translations:MyList/39/en (Page créée avec « {{Note|The fields below only apply to price or number type fields.|warn}} »)
- 15 janvier 2025 à 14:48 Liam discussion contributions a créé la page Translations:MyList/38/en (Page créée avec « depending on the type of fields created, other fields may appear for modification. »)
- 15 janvier 2025 à 14:48 Liam discussion contributions a créé la page Translations:MyList/37/en (Page créée avec « * Text: displays the field in text format * Price: displays a number using the precision format defined in Dolibarr * Percentage: displays a number as a percentage * Date: displays a date in "day" format * Duration: displays the numeric value in time format (e.g. the value 7200 will be displayed as 2:00) * Boolean: displays a yes or no in the cell of the line * Status/State: corresponds to the format of the statuses of the elements (be careful, this type re... »)
- 15 janvier 2025 à 14:48 Liam discussion contributions a créé la page Translations:MyList/36/en (Page créée avec « ====List of possible types==== »)
- 15 janvier 2025 à 14:47 Liam discussion contributions a créé la page Translations:MyList/35/en (Page créée avec « ===List fields=== From the list screen, it is possible to create fields, click on the New field button or the (+) icon at the end of the title: {| class="wikitable" |- style="vertical-align:top;" | 600px | * Field name: name of the field as it is present in the Dolibarr tables * Alias: this is the alias of the field in the database sense. This alias is not mandatory * Name: column title displayed in the list * Width: the width entere... »)
- 15 janvier 2025 à 14:47 Liam discussion contributions a créé la page Translations:MyList/34/en (Page créée avec « ==Example of creating a simple list== ===Creation page=== For the example, let's create a list of products and services displaying their selling price, cost and PMP, accessible from the main Products/Services menu: {| class="wikitable" |- style="vertical-align:top;" | 600px | Open the page for creating a new list and enter the data opposite, then complete the first step of creating the list by clicking on the '''Create''' b... »)
- 15 janvier 2025 à 14:47 Liam discussion contributions a créé la page Translations:MyList/33/en (Page créée avec « It is possible to create multiple custom fields by separating them with ''':''' |} »)
- 15 janvier 2025 à 14:46 Liam discussion contributions a créé la page Translations:MyList/32/en (Page créée avec « If the language file is not placed in the Dolibarr core folder, you must add <code>@modulename</code> to it. |- | Author |- | CSV Export | conditions the display of a CSV export button for the list result |- | Printable document | select here the orientation of the PDF that will be proposed to you by default to generate the results of your lists. {{Note|Note: To be able to select the documents, they must have been activated in the module configuration}} |- | Tabl... »)
- 15 janvier 2025 à 14:46 Liam discussion contributions a créé la page Translations:MyList/31/en (Page créée avec « Just add one or more language file names separated by a # »)
- 15 janvier 2025 à 14:46 Liam discussion contributions a créé la page Translations:MyList/30/en (Page créée avec « To identify the authorization you want to use, a tip is to go to the configuration file of the module managing this authorization. |- | Language file | in order to make the variable names more explicit when entering them and the column headers on the tables, it is possible to use the translation files. »)
- 15 janvier 2025 à 14:46 Liam discussion contributions a créé la page Translations:MyList/29/en (Page créée avec « For example, to allow access only to users with read access to commercial proposals, you must enter <code>$user->rights->propale->read</code>. »)
- 15 janvier 2025 à 14:46 Liam discussion contributions a créé la page Translations:MyList/28/en (Page créée avec « Generally, the authorizations are defined as follows: <code>$user->rights->element->right</code> where element corresponds to a Dolibarr module (quote, order, project, etc.) and right to authorization on the module (read, write, configure, etc.). »)
- 15 janvier 2025 à 14:45 Liam discussion contributions a créé la page Translations:MyList/27/en (Page créée avec « To make the link between the myList and the selected element, you must use the #ID# constant which will transmit the value to the query to filter the data. |- | Authorizations | Dolibarr natively has advanced features to manage access rights to its menus. It is possible to use this field to enter an authorization condition to access the content of the page if the condition is not respected, the menu will be grayed out. »)
- 15 janvier 2025 à 14:45 Liam discussion contributions a créé la page Translations:MyList/26/en (Page créée avec « 600px |- | Tab in item | List results can be displayed in a tab added to the cards of the item selected in this list (third parties, products, projects, third party and product categories) and filtered to only display results related to itself. »)
- 15 janvier 2025 à 14:45 Liam discussion contributions a créé la page Translations:MyList/25/en (Page créée avec « <code>...htdocs/societe/index.php?leftmenu=thirdparties</code> »)
- 15 janvier 2025 à 14:44 Liam discussion contributions a créé la page Translations:MyList/24/en (Page créée avec « Example of a secondary menu: »)
- 15 janvier 2025 à 14:44 Liam discussion contributions a créé la page Translations:MyList/23/en (Page créée avec « <code>...htdocs/company/index.php?mainmenu=companies&leftmenu=</code> »)
- 15 janvier 2025 à 14:43 Liam discussion contributions a créé la page Translations:MyList/22/en (Page créée avec « Example of the third party main menu: »)
- 15 janvier 2025 à 14:43 Liam discussion contributions a créé la page Translations:MyList/21/en (Page créée avec « The values to be entered here are present in the menu URLs: »)
- 15 janvier 2025 à 14:43 Liam discussion contributions a créé la page Translations:MyList/20/en (Page créée avec « {| class="wikitable" | style="vertical-align:top;width:15%;" | Label | the label will be displayed as the title of the list display page. |- | Description | a text presenting the list |- | Menu title | the title will be displayed in the Dolibarr menus as a link to the list |- | style="vertical-align:top;| Main menu and Secondary menu | to determine the location of the list in the Dolibarr menus, it is necessary to indicate them by filling in the fields with their... »)
- 15 janvier 2025 à 14:42 Liam discussion contributions a créé la page Translations:MyList/18/en (Page créée avec « ==Creating a list== Open the list creation page from the menu link '''Patas-M Tools > Mylist > New list''': »)
- 15 janvier 2025 à 14:42 Liam discussion contributions a créé la page Translations:MyList/17/en (Page créée avec « ==Getting started== The features of myList are accessible from the main menu tab Patas-M Tools. The features of MyListMore are added to those of MyList when creating new lists. Your secondary menu then presents the following menu entries: {| class="wikitable" |- style="vertical-align:top;" | file:mylist_Menusecondaire.png | *myList: the main entry '''myList''' allows you to display all the lists defined in your environment (even if they are not active). By cl... »)
- 15 janvier 2025 à 14:41 Liam discussion contributions a créé la page Translations:MyList/16/en (Page créée avec « *Default permissions {| class="wikitable" | 600px | style="vertical-align:top;" | The default permissions (Home > Configuration > Security > Default permissions), granted to any user created after the installation of the module, if he is not added to a group, are the following |} »)
- 15 janvier 2025 à 14:41 Liam discussion contributions a créé la page Translations:MyList/15/en (Page créée avec « *User and group permissions {| class="wikitable" | 600px | style="vertical-align:top;" | Access to the module's features can be restricted to users and groups, from their profile then Permissions tab, according to the permissions |} »)
- 15 janvier 2025 à 14:41 Liam discussion contributions a créé la page Translations:MyList/14/en (Page créée avec « ===Permissions=== Access to the module's features can be restricted to existing users and groups or those created after the module's installation. Click on the – to add a permission. A granted permission is symbolized by a green check mark (file:tick.png ). »)
- 15 janvier 2025 à 14:40 Liam discussion contributions a créé la page Translations:MyList/13/en (Page créée avec « https://www.youtube.com/watch?v=1ZKnTFTGxfM »)
- 15 janvier 2025 à 14:40 Liam discussion contributions a créé la page Translations:MyList/12/en (Page créée avec « You will finally be able to activate the editions and choose the one used by default in the '''edition generation table'''. |} »)
- 15 janvier 2025 à 14:40 Liam discussion contributions a créé la page Translations:MyList/11/en (Page créée avec « Enabling export will allow the extraction of data present in the lists in CSV format for later reprocessing. »)
- 15 janvier 2025 à 14:40 Liam discussion contributions a créé la page Translations:MyList/10/en (Page créée avec « {| class="wikitable" | 600px | style="vertical-align:top;" | »)
- 15 janvier 2025 à 14:36 Liam discussion contributions a créé la page Translations:MyList/9/en (Page créée avec « The myList module configuration page contains the settings provided by myListMore. Mylistmore therefore does not require any specific settings. »)
- 15 janvier 2025 à 14:36 Liam discussion contributions a créé la page Translations:MyList/8/en (Page créée avec « ==Configuration of the module features== ===Configuration=== The module configuration is done from the modules administration page accessible via the menus '''Home > Configuration > Modules''' by clicking on the icon file:doli-setup.png or file:doli-setup-old.png at the end of the line. »)
- 15 janvier 2025 à 14:36 Liam discussion contributions a créé la page Translations:MyList/7/en (Page créée avec « myList also includes two new field types that allow the display of a tooltip of additional field values from a list or dictionaries. »)
- 15 janvier 2025 à 14:36 Liam discussion contributions a créé la page Translations:MyList/6/en (Page créée avec « myList also includes: {| class="wikitable" |- style="vertical-align:top;" | 600px | Sums and averages of the calculated fields of myList on screen and on edition |- style="vertical-align:top;" | 600px | PDF editions |} »)
- 15 janvier 2025 à 14:33 Liam discussion contributions a créé la page Translations:MyList/5/en (Page créée avec « MyList comes with three list import files to inspire you to create your own lists: contacts to call back, list of unpaid invoices and turnover. »)
- 15 janvier 2025 à 14:33 Liam discussion contributions a créé la page MyList/en (Page créée avec « From the custom lists, different actions can be performed from additional processing requests (deletion, update, etc.). »)
- 15 janvier 2025 à 14:33 Liam discussion contributions a créé la page Translations:MyList/3/en (Page créée avec « From the custom lists, different actions can be performed from additional processing requests (deletion, update, etc.). »)
- 15 janvier 2025 à 14:33 Liam discussion contributions a créé la page Translations:MyList/1/en (Page créée avec « The myList Module allows you to create your own custom lists from the information contained in your database and make them accessible from the Dolibarr menus. The information is retrieved by SQL query. »)