From 7469a57e6534d5ae533376d4a23629fd954ef3b8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 26 Jan 2008 17:53:18 +0000 Subject: [PATCH] Sample of file to build modules more complete --- build/makepack-dolibarrmodule.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build/makepack-dolibarrmodule.conf b/build/makepack-dolibarrmodule.conf index faed7808b40..42655c85744 100644 --- a/build/makepack-dolibarrmodule.conf +++ b/build/makepack-dolibarrmodule.conf @@ -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