mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Qual: Files are organised differently and README files are put in directory to explain goal of its contents.
This commit is contained in:
parent
7ebf31e739
commit
1d0bea3b68
3
dev/fpdf/README
Normal file
3
dev/fpdf/README
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
README (english)
|
||||
--------------------------------
|
||||
This directory contains tools to build your own font files that can be used for PDF generation.
|
||||
|
|
@ -1,3 +1,9 @@
|
|||
README (french)
|
||||
--------------------------------
|
||||
Ce repertoire contient des outils qui permettent de creer vos propres polices qui peuvent etre utilisées*
|
||||
pour la generation des PDF par exemple.
|
||||
|
||||
|
||||
## Convertisseur de Polices TrueType pour FPDF ##
|
||||
|
||||
cette version de makefont a été modifié pour fonctionner en ligne de commande avec la version cliente de PHP.
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
README (french)
|
||||
--------------------------------
|
||||
Placer ici les fichiers AFM, PFB ou TTF selon les besoins
|
||||
4
dev/ldap/README
Normal file
4
dev/ldap/README
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
README (english)
|
||||
--------------------------------
|
||||
This directory contains some sample files to test ldap command on command line.
|
||||
They are used to help developmement and debugging of Dolibarr LDAP features.
|
||||
3
dev/load/README
Normal file
3
dev/load/README
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
README (english)
|
||||
--------------------------------
|
||||
This directory contains scripts that can be used to load data test.
|
||||
4
dev/load/README-FR
Normal file
4
dev/load/README-FR
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
README (french)
|
||||
--------------------------------
|
||||
Ce repertoire contient des scripts qui peuvent utilisé pour charger en base des données de tests
|
||||
générés automatiquement.
|
||||
21
dev/skeletons/README
Normal file
21
dev/skeletons/README
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
README (english)
|
||||
--------------------------------
|
||||
This directory contains PHP script samples that can be used to start a development on Dolibarr.
|
||||
|
||||
skeleton_script.php:
|
||||
Is a sample you can use as an example if you need to build a script to run on command line
|
||||
|
||||
skeleton_page.php:
|
||||
Is a sample you can use as an example if you need to build an HTML page to include in Dolibarr GUI.
|
||||
|
||||
skeleton_class.class.php:
|
||||
Is a sample you can use as an example if you need to build a class file to access a new table
|
||||
required by a Dolibarr development.
|
||||
However it is better to run the script build_class_from_table.php that accept a table name as a
|
||||
parameter and will used table description in database and the skeleton_class.class.php file to
|
||||
generate full code for your class file.
|
||||
After running this script, the class to access your table (insert a record, update, delete and select)
|
||||
is directly finished and can be used by your business code. No more coding for accesser on table
|
||||
is needed with this script as the file is completely generated once.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user