-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New: add configuration to choose if holiday are updated at the end of…
… month (#29438) * New setting for holiday updates * FIX: holidays accounting at the end of taken month: log consumption for every request + update translations * FIX: holidays accounting at the end of taken month: update conf name * FIX: holidays accounting at the end of taken month: refactor monthly cron update * FIX: holidays accounting at the end of taken month: update conf translation * FIX: holidays accounting at the end of taken month: initialize holiday array + delete duplicate code * New setting for holiday updates * FIX: holidays accounting at the end of taken month: log consumption for every request + update translations * FIX: holidays accounting at the end of taken month: update conf name * FIX: holidays accounting at the end of taken month: refactor monthly cron update * FIX: holidays accounting at the end of taken month: update conf translation * FIX: holidays accounting at the end of taken month: initialize holiday array + delete duplicate code * FIX: holidays accounting at the end of taken month: clean code * FIX: holidays accounting at the end of taken month: empty now used on variables * FIX: holidays accounting at the end of taken month: resolve not casted var in sql request * FIX: holidays accounting at the end of taken month: now using only dolibarr functions * FIX: holidays accounting at the end of taken month: fix php-stan and rework casting to int * FIX: holidays accounting at the end of taken month: fix php-stan and rework casting to int (2) --------- Co-authored-by: Laurent Destailleur <[email protected]> Co-authored-by: Yannis Hoareau <[email protected]>
- Loading branch information
1 parent
8c74ff6
commit 42089e3
Showing
5 changed files
with
131 additions
and
26 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
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
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