mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-25 02:03:23 +01:00
27 lines
401 B
Plaintext
27 lines
401 B
Plaintext
# Your module name here
|
|
#
|
|
# Goal: Goal of module
|
|
# Version: <version>
|
|
# Author: Copyright <year> - <name of author>
|
|
# License: GPLv3
|
|
# Install: Just unpack content of module package in Dolibarr directory.
|
|
# Setup: Go on Dolibarr setup - modules to enable module.
|
|
#
|
|
# Files in module
|
|
index.php
|
|
mypage.php
|
|
admin/
|
|
class/
|
|
COPYING
|
|
core/
|
|
css/
|
|
doc/
|
|
img/
|
|
js/
|
|
langs/
|
|
lib/
|
|
scripts/
|
|
sql/
|
|
vendor/
|
|
README.md
|