Sample of file to build modules more complete
This commit is contained in:
parent
7077d668a0
commit
7469a57e65
@ -1,3 +1,13 @@
|
||||
# Your module name here
|
||||
#
|
||||
# Goal: Goal of module
|
||||
# Version: 1.0
|
||||
# Author: Copyright 2008 - Author name here
|
||||
# Licence: Not yet defined
|
||||
# Install: Just unpack content of module package in Dolibarr directory.
|
||||
# Setup: Go on Dolibarr setup - modules page to enable module.
|
||||
#
|
||||
# Files in module
|
||||
htdocs/includes/modules/modMyModule.class.php
|
||||
htdocs/includes/triggers/interface_mymodule.class.php
|
||||
htdocs/mymodule/page1.php
|
||||
|
||||
Loading…
Reference in New Issue
Block a user