mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
17 lines
505 B
Plaintext
17 lines
505 B
Plaintext
# Your module name here
|
|
#
|
|
# Goal: Goal of module
|
|
# Version: 1.0
|
|
# Author: Copyright 2008 - Author name here
|
|
# Licence: GPL
|
|
# Install: Just unpack content of module package in Dolibarr directory.
|
|
# Setup: Go on Dolibarr setup - modules to enable module.
|
|
#
|
|
# Files in module
|
|
htdocs/mymodule/core/modules/modMyModule.class.php
|
|
htdocs/mymodule/core/triggers/interface_mymodule.class.php
|
|
htdocs/mymodule/page1.php
|
|
htdocs/mymodule/page2.php
|
|
htdocs/mymodule/sql/script1.sql
|
|
htdocs/mymodule/sql/script2.sql
|