dolibarr/dev/initdata
Frédéric FRANCE 74806473ab
fix cti (#29842)
* fix cti odt asset

* comment unused code in template

* phpdoc

* fix unreachable code

* fix unreachable code

* fix not falsy
2024-06-05 14:55:07 +02:00
..
generate-invoice.php Fix with php-cs-fixer 2023-12-04 11:21:01 +01:00
generate-order.php Qual: Spelling outside htdocs (#27448) 2024-01-12 17:14:13 +01:00
generate-product.php Fix with php-cs-fixer 2023-12-04 11:21:01 +01:00
generate-proposal.php Enhance rector cleaning code 2023-12-26 22:28:07 +01:00
generate-thirdparty.php Qual: Spelling outside htdocs (#27448) 2024-01-12 17:14:13 +01:00
import-products.php Fix with php-cs-fixer 2023-12-04 11:21:01 +01:00
import-thirdparties.php Qual: Spelling outside htdocs (#27448) 2024-01-12 17:14:13 +01:00
import-users.php fix cti (#29842) 2024-06-05 14:55:07 +02:00
purge-data.php Fix bad table name 2023-12-14 00:23:00 +01:00
README Qual: Clean up (spelling/shellcheck) initdemo/initdata files (#28195) 2024-02-16 13:09:40 +01:00

README
------

Scripts in this directory can be used to load massive data or purge data of a database instance.
WARNING: Some of these scripts may permanently delete data.

To initialize data for a demo, use the tools in dev/initdemo instead.