-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
2,217 additions
and
528 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.project | ||
.settings/* | ||
.buildpath | ||
/nbproject | ||
/nbproject | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Abricot - Changelog | ||
|
||
## [3.0.0] - 2019-03-06 | ||
### FIXED | ||
- Dolibarr 9.x compatiblity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
Noyau ATM pour modules spécifiques | ||
==================== | ||
Le module doit s'appeler abricot dans votre répertoire custom ou htdocs | ||
Le module doit s'appeler abricot dans votre répertoire `htdocs/custom/` ou `htdocs/` | ||
|
||
Forkable sur Github : https://github.com/ATM-Consulting/dolibarr_module_abricot | ||
|
||
----- | ||
|
||
ATM core for specific modules | ||
==================== | ||
The module must be called `abricot` in your `htdocs/custom/` or `htdocs/` directory | ||
|
||
Fork on Github: https://github.com/ATM-Consulting/dolibarr_module_abricot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "atm-consulting/abricot", | ||
"description": "Collection of specific ATM functions and classes", | ||
"type": "dolibarr-module", | ||
"license": "GPL-3.0+", | ||
"authors": [ | ||
{ | ||
"name": "ATM Consulting", | ||
"email": "[email protected]", | ||
"homepage": "https://www.atm-consulting.fr" | ||
} | ||
], | ||
"support": { | ||
"email": "[email protected]", | ||
"issues": "https://github.com/ATM-Consulting/dolibarr_module_abricot/issues", | ||
"source": "https://github.com/ATM-Consulting/dolibarr_module_abricot" | ||
}, | ||
"require": { | ||
"composer/installers": "~1.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.