mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-26 11:21:27 +01:00
16 lines
515 B
Plaintext
16 lines
515 B
Plaintext
# 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
|
|
htdocs/mymodule/page2.php
|
|
htdocs/mysql/mymodule/script1.sql
|
|
htdocs/mysql/mymodule/script2.sql |