11-28-2015, 06:05 PM
Looking good. A few comments:
- you need to respect the structure. look at the modules we have (https://github.com/tsolucio/coreBOSEmployee):
modules/yourmodule/{your module files, with manifest.xml}
cron
templates
manifest.xml
composer.json
- put a license on your files. The ones you copy from coreBOS must be VPL, but the new ones you create can be whatever you want, but put a license: tell the world what conditions they can use this code under
- change ModuleFile.js to ExactOnline.js
- complete your manifest.xml
- keep asking... :-)
- you need to respect the structure. look at the modules we have (https://github.com/tsolucio/coreBOSEmployee):
modules/yourmodule/{your module files, with manifest.xml}
cron
templates
manifest.xml
composer.json
- put a license on your files. The ones you copy from coreBOS must be VPL, but the new ones you create can be whatever you want, but put a license: tell the world what conditions they can use this code under
- change ModuleFile.js to ExactOnline.js
- complete your manifest.xml
- keep asking... :-)
Joe
TSolucio
TSolucio