2008-01-26 18:53:18 +01:00
|
|
|
# Your module name here
|
|
|
|
|
#
|
|
|
|
|
# Goal: Goal of module
|
|
|
|
|
# Version: 1.0
|
|
|
|
|
# Author: Copyright 2008 - Author name here
|
2012-01-31 20:32:26 +01:00
|
|
|
# Licence: GPL
|
2008-01-26 18:53:18 +01:00
|
|
|
# Install: Just unpack content of module package in Dolibarr directory.
|
2012-01-31 20:32:26 +01:00
|
|
|
# Setup: Go on Dolibarr setup - modules to enable module.
|
2008-01-26 18:53:18 +01:00
|
|
|
#
|
|
|
|
|
# Files in module
|
2012-01-31 20:32:26 +01:00
|
|
|
htdocs/mymodule/core/modules/modMyModule.class.php
|
|
|
|
|
htdocs/mymodule/core/triggers/interface_mymodule.class.php
|
2006-05-13 14:19:31 +02:00
|
|
|
htdocs/mymodule/page1.php
|
|
|
|
|
htdocs/mymodule/page2.php
|
2009-10-07 20:17:55 +02:00
|
|
|
htdocs/mymodule/sql/script1.sql
|
2025-01-05 14:28:07 +01:00
|
|
|
htdocs/mymodule/sql/script2.sql
|