Merge branch 'develop' into fix_multicompany_compatibility2
This commit is contained in:
commit
9fd9b0cfa0
25
.github/workflows/code_quality.yml
vendored
Normal file
25
.github/workflows/code_quality.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
name: Qodana
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 20 * * *"
|
||||||
|
workflow_dispatch:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
|
# push:
|
||||||
|
# branches:
|
||||||
|
# - develop
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
qodana:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 1
|
||||||
|
#php-version: '7.1'
|
||||||
|
- name: 'Qodana Scan'
|
||||||
|
uses: JetBrains/qodana-action@v2022.3.4
|
||||||
|
#with:
|
||||||
|
# php-version: '7.1'
|
||||||
|
env:
|
||||||
|
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
||||||
38
.github/workflows/doxygen-gh-pages.yml.disabled
vendored
Normal file
38
.github/workflows/doxygen-gh-pages.yml.disabled
vendored
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
# See syntax file on https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
|
||||||
|
name: Doxygen
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 15 * * *"
|
||||||
|
workflow_dispatch:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Build
|
||||||
|
uses: DenverCoder1/doxygen-github-pages-action@v1.2.0
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
branch: gh-pages
|
||||||
|
folder: build/html
|
||||||
|
config_file: build/doxygen/dolibarr-doxygen.doxyfile
|
||||||
|
|
||||||
|
# - name: Deploy
|
||||||
|
# uses: JamesIves/github-pages-deploy-action@v4
|
||||||
|
# with:
|
||||||
|
# branch: gh-pages
|
||||||
|
# folder: build/html # The folder the action should deploy.
|
||||||
|
# target-folder: docs/html2
|
||||||
|
|
||||||
|
#jobs:
|
||||||
|
# doxygen:
|
||||||
|
# runs-on: ubuntu-latest
|
||||||
|
# steps:
|
||||||
|
# - name: 'Doxygen'
|
||||||
|
# uses: mattnotmitt/doxygen-action@1.9.5
|
||||||
|
# with:
|
||||||
|
# doxyfile-path: build/doxygen
|
||||||
@ -4,6 +4,9 @@ name: "Exakat analysis"
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 20 * * *"
|
- cron: "0 20 * * *"
|
||||||
|
workflow_dispatch:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@ -13,6 +16,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 1
|
||||||
- name: Exakat
|
- name: Exakat
|
||||||
uses: docker://exakat/exakat-ga
|
uses: docker://exakat/exakat-ga
|
||||||
with:
|
with:
|
||||||
5
.github/workflows/stale-issues-safe.yml
vendored
5
.github/workflows/stale-issues-safe.yml
vendored
@ -6,9 +6,14 @@ on:
|
|||||||
- cron: "0 21 * * *"
|
- cron: "0 21 * * *"
|
||||||
issue_comment:
|
issue_comment:
|
||||||
types: [created]
|
types: [created]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions: {} # none
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: Dolibarr/stale@staleunstale
|
- uses: Dolibarr/stale@staleunstale
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -14,11 +14,11 @@ default.properties
|
|||||||
/.pydevproject
|
/.pydevproject
|
||||||
/.vscode
|
/.vscode
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea
|
|
||||||
*.iml
|
*.iml
|
||||||
*.orig
|
*.orig
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
/dolibarr_genesis.mp4
|
/dolibarr_genesis.mp4
|
||||||
|
.phpunit.result.cache
|
||||||
# Log files
|
# Log files
|
||||||
dolibarr_install.log
|
dolibarr_install.log
|
||||||
upgrade.log
|
upgrade.log
|
||||||
|
|||||||
5
.idea/php.xml
Normal file
5
.idea/php.xml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="7.0">
|
||||||
|
<component name="PhpProjectSharedConfiguration" php_language_level="7.0" />
|
||||||
|
</project>
|
||||||
|
|
||||||
162
.scrutinizer.yml
162
.scrutinizer.yml
@ -6,22 +6,26 @@ build:
|
|||||||
analysis:
|
analysis:
|
||||||
tests:
|
tests:
|
||||||
override:
|
override:
|
||||||
- php-scrutinizer-run
|
- command: php-scrutinizer-run
|
||||||
|
idle_timeout: 8000
|
||||||
|
#- php-scrutinizer-run --sub-project-dir=htdocs/admin
|
||||||
|
|
||||||
imports:
|
imports:
|
||||||
- javascript
|
|
||||||
- php
|
- php
|
||||||
|
|
||||||
filter:
|
filter:
|
||||||
excluded_paths:
|
excluded_paths:
|
||||||
- build/*
|
- build/
|
||||||
- dev/*
|
- dev/
|
||||||
- doc/*
|
- doc/
|
||||||
- documents/*
|
- documents/
|
||||||
- node_modules/*
|
- node_modules/
|
||||||
- test/*
|
- test/
|
||||||
dependency_paths:
|
- htdocs/custom/
|
||||||
- htdocs/includes/*
|
- htdocs/includes/
|
||||||
|
- htdocs/install/doctemplates/
|
||||||
|
#dependency_paths:
|
||||||
|
# - htdocs/includes/
|
||||||
paths:
|
paths:
|
||||||
- htdocs/*
|
- htdocs/*
|
||||||
- scripts/*
|
- scripts/*
|
||||||
@ -32,19 +36,23 @@ tools:
|
|||||||
enabled: true
|
enabled: true
|
||||||
extensions:
|
extensions:
|
||||||
- php
|
- php
|
||||||
dependency_paths:
|
#dependency_paths:
|
||||||
- htdocs/includes/
|
# - htdocs/includes/
|
||||||
filter:
|
filter:
|
||||||
excluded_paths:
|
excluded_paths:
|
||||||
- build/*
|
- build/
|
||||||
- dev/*
|
- dev/
|
||||||
- doc/*
|
- doc/
|
||||||
- test/*
|
- documents/
|
||||||
- htdocs/includes/*
|
- htdocs/custom/
|
||||||
|
- htdocs/includes/
|
||||||
|
- htdocs/install/doctemplates/
|
||||||
- htdocs/core/class/lessc.class.php
|
- htdocs/core/class/lessc.class.php
|
||||||
|
- node_modules/
|
||||||
|
- test/
|
||||||
paths:
|
paths:
|
||||||
- htdocs/
|
- htdocs/*
|
||||||
- scripts/
|
- scripts/*
|
||||||
config:
|
config:
|
||||||
parameter_reference_check:
|
parameter_reference_check:
|
||||||
enabled: true
|
enabled: true
|
||||||
@ -153,67 +161,73 @@ tools:
|
|||||||
# To use specific config for a specific path, use path_configs: (see example on page https://scrutinizer-ci.com/docs/configuration/tool_config_structure)
|
# To use specific config for a specific path, use path_configs: (see example on page https://scrutinizer-ci.com/docs/configuration/tool_config_structure)
|
||||||
|
|
||||||
# php_depend
|
# php_depend
|
||||||
php_pdepend:
|
#php_pdepend:
|
||||||
enabled: false
|
# enabled: false
|
||||||
configuration_file: null
|
# configuration_file: null
|
||||||
suffixes:
|
# suffixes:
|
||||||
- php
|
# - php
|
||||||
excluded_dirs: { }
|
# excluded_dirs: { }
|
||||||
filter:
|
# filter:
|
||||||
excluded_paths:
|
# excluded_paths:
|
||||||
- 'build/*'
|
# - 'build/*'
|
||||||
- 'dev/*'
|
# - 'dev/*'
|
||||||
- 'doc/*'
|
# - 'doc/*'
|
||||||
- 'test/*'
|
# - 'test/*'
|
||||||
- 'htdocs/includes/*'
|
# - 'htdocs/includes/*'
|
||||||
paths: { }
|
# paths: { }
|
||||||
|
|
||||||
# change tracking
|
# change tracking
|
||||||
php_changetracking:
|
#php_changetracking:
|
||||||
enabled: false
|
# enabled: false
|
||||||
bug_patterns:
|
# bug_patterns:
|
||||||
- '\bfix(?:es|ed)?\b'
|
# - '\bfix(?:es|ed)?\b'
|
||||||
feature_patterns:
|
# feature_patterns:
|
||||||
- '\badd(?:s|ed)?\b'
|
# - '\badd(?:s|ed)?\b'
|
||||||
- '\bimplement(?:s|ed)?\b'
|
# - '\bimplement(?:s|ed)?\b'
|
||||||
filter:
|
# filter:
|
||||||
excluded_paths:
|
# excluded_paths:
|
||||||
- 'build/*'
|
# - 'build/*'
|
||||||
- 'dev/*'
|
# - 'dev/*'
|
||||||
- 'doc/*'
|
# - 'doc/*'
|
||||||
- 'test/*'
|
# - 'documents/*'
|
||||||
- 'htdocs/includes/*'
|
# - 'htdocs/includes/*'
|
||||||
paths: { }
|
# - 'node_modules/*'
|
||||||
|
# - 'test/*'
|
||||||
|
# paths: { }
|
||||||
|
|
||||||
# Similar code detection
|
# Similar code detection
|
||||||
php_sim:
|
#php_sim:
|
||||||
enabled: false
|
# enabled: false
|
||||||
min_mass: 30
|
# min_mass: 30
|
||||||
filter:
|
# filter:
|
||||||
excluded_paths:
|
# excluded_paths:
|
||||||
- 'build/*'
|
# - 'build/*'
|
||||||
- 'dev/*'
|
# - 'dev/*'
|
||||||
- 'doc/*'
|
# - 'doc/*'
|
||||||
- 'test/*'
|
# - 'documents/*'
|
||||||
- 'htdocs/includes/*'
|
# - 'htdocs/includes/*'
|
||||||
paths: { }
|
# - 'node_modules/*'
|
||||||
|
# - 'test/*'
|
||||||
|
# paths: { }
|
||||||
|
|
||||||
# Coding-Style / Bug Detection
|
# Coding-Style / Bug Detection
|
||||||
js_hint:
|
#js_hint:
|
||||||
enabled: false
|
# enabled: false
|
||||||
use_native_config: true
|
# use_native_config: true
|
||||||
extensions:
|
# extensions:
|
||||||
- js
|
# - js
|
||||||
filter:
|
# filter:
|
||||||
excluded_paths:
|
# excluded_paths:
|
||||||
- 'build/*'
|
# - 'build/*'
|
||||||
- 'dev/*'
|
# - 'dev/*'
|
||||||
- 'doc/*'
|
# - 'doc/*'
|
||||||
- 'test/*'
|
# - 'documents/*'
|
||||||
- 'htdocs/includes/*'
|
# - 'htdocs/includes/*'
|
||||||
paths: { }
|
# - 'node_modules/*'
|
||||||
config: { }
|
# - 'test/*'
|
||||||
path_configs: { }
|
# paths: { }
|
||||||
|
# config: { }
|
||||||
|
# path_configs: { }
|
||||||
|
|
||||||
|
|
||||||
before_commands: { }
|
before_commands: { }
|
||||||
|
|||||||
117
.travis.yml
117
.travis.yml
@ -2,10 +2,9 @@
|
|||||||
# from Dolibarr GitHub repository.
|
# from Dolibarr GitHub repository.
|
||||||
# For syntax, see https://docs.travis-ci.com/user/languages/php/
|
# For syntax, see https://docs.travis-ci.com/user/languages/php/
|
||||||
|
|
||||||
# We use dist: xenial to have php 5.6+ available
|
# We use dist: bionic = 18.04
|
||||||
os: linux
|
os: linux
|
||||||
dist: xenial
|
dist: bionic
|
||||||
#dist: bionic
|
|
||||||
|
|
||||||
language: php
|
language: php
|
||||||
|
|
||||||
@ -18,21 +17,42 @@ services:
|
|||||||
- mysql
|
- mysql
|
||||||
- postgresql
|
- postgresql
|
||||||
|
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- |
|
||||||
|
echo "Add ondrej PPA"
|
||||||
|
sudo add-apt-repository -y ppa:ondrej/php
|
||||||
|
sudo apt-get update
|
||||||
|
echo "Disabling Xdebug for composer"
|
||||||
|
export PHP_VERSION_NAME=$(phpenv version-name)
|
||||||
|
echo $PHP_VERSION_NAME
|
||||||
|
ls ~/.phpenv/versions/$PHP_VERSION_NAME/etc/conf.d/
|
||||||
|
cp ~/.phpenv/versions/$PHP_VERSION_NAME/etc/conf.d/xdebug.ini /tmp/xdebug.ini
|
||||||
|
phpenv config-rm xdebug.ini
|
||||||
|
phpenv rehash
|
||||||
|
echo
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
# Force postgresql to 9.4 (the oldest availablable on xenial)
|
# Force postgresql version
|
||||||
postgresql: '9.4'
|
postgresql: '10'
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
# To use the last version of pgloader, we add repo of postgresql with a name available in http://apt.postgresql.org/pub/repos/apt/
|
- sourceline: 'ppa:ondrej/php'
|
||||||
- pgdg-xenial
|
|
||||||
packages:
|
packages:
|
||||||
# We need a webserver to test the webservices
|
# We need a webserver to test the webservices
|
||||||
# Let's install Apache with.
|
# Let's install Apache with.
|
||||||
- apache2
|
- apache2
|
||||||
# mod_php is not supported by Travis. Add fcgi. We install FPM later on.
|
|
||||||
- libapache2-mod-fastcgi
|
|
||||||
# We need pgloader for import mysql database into pgsql
|
# We need pgloader for import mysql database into pgsql
|
||||||
- pgloader
|
- pgloader
|
||||||
|
- php
|
||||||
|
- php7.1-pgsql
|
||||||
|
- php7.1-mysqli
|
||||||
|
- php7.1-xml
|
||||||
|
- php7.1-intl
|
||||||
|
- php8.1-pgsql
|
||||||
|
- php8.1-mysqli
|
||||||
|
- php8.1-xml
|
||||||
|
- php8.1-intl
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
@ -44,20 +64,20 @@ jobs:
|
|||||||
#allow_failures:
|
#allow_failures:
|
||||||
#- php: nightly
|
#- php: nightly
|
||||||
include:
|
include:
|
||||||
- stage: PHP 5.6-7.4
|
- stage: PHP 7.0-8.1
|
||||||
if: type = push
|
if: type = push
|
||||||
php: '5.6'
|
php: '7.1'
|
||||||
env: DB=postgresql
|
env: DB=postgresql
|
||||||
- stage: PHP 5.6-7.4
|
- stage: PHP 7.0-8.1
|
||||||
if: type = pull_request OR type = push
|
if: type = pull_request OR type = push
|
||||||
php: '7.4.22'
|
php: '8.1'
|
||||||
env: DB=mysql
|
env: DB=mysql
|
||||||
- stage: PHP Dev
|
- stage: PHP Dev
|
||||||
if: type = push AND branch = develop
|
if: type = push AND branch = develop
|
||||||
php: nightly
|
php: nightly
|
||||||
env: DB=mysql
|
env: DB=mysql
|
||||||
- stage: PHP Dev
|
- stage: PHP Dev
|
||||||
if: type = push AND branch = 15.0
|
if: type = push AND branch = 17.0
|
||||||
php: nightly
|
php: nightly
|
||||||
env: DB=mysql
|
env: DB=mysql
|
||||||
|
|
||||||
@ -72,43 +92,31 @@ notifications:
|
|||||||
on_failure: always
|
on_failure: always
|
||||||
use_notice: true
|
use_notice: true
|
||||||
|
|
||||||
before_install:
|
|
||||||
- |
|
|
||||||
echo "Disabling Xdebug for composer"
|
|
||||||
export PHP_VERSION_NAME=$(phpenv version-name)
|
|
||||||
cp ~/.phpenv/versions/$PHP_VERSION_NAME/etc/conf.d/xdebug.ini /tmp/xdebug.ini
|
|
||||||
phpenv config-rm xdebug.ini
|
|
||||||
echo
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
echo "Updating Composer (version 2.5 is bugged and generate phpunit error Exception: Serialization of 'Closure' is not allowed)"
|
echo "Updating Composer config"
|
||||||
|
composer -V
|
||||||
#rm $TRAVIS_BUILD_DIR/composer.json
|
#rm $TRAVIS_BUILD_DIR/composer.json
|
||||||
#rm $TRAVIS_BUILD_DIR/composer.lock
|
#rm $TRAVIS_BUILD_DIR/composer.lock
|
||||||
composer -V
|
|
||||||
composer self-update 2.4.4
|
|
||||||
#composer -n init
|
#composer -n init
|
||||||
#composer -n config vendor-dir htdocs/includes
|
#composer -n config vendor-dir htdocs/includes
|
||||||
composer -n config -g vendor-dir htdocs/includes
|
composer -n config -g vendor-dir htdocs/includes
|
||||||
echo
|
echo
|
||||||
|
|
||||||
- |
|
- |
|
||||||
echo "Installing Composer dependencies - PHP Unit, Parallel Lint, PHP CodeSniffer, PHP Vardump check - for $TRAVIS_PHP_VERSION"
|
echo "Update Composer version and Install tools - PHP Unit, Parallel Lint, PHP CodeSniffer, PHP Vardump check - for $TRAVIS_PHP_VERSION"
|
||||||
if [ "$TRAVIS_PHP_VERSION" = '5.6' ]; then
|
echo "(version 2.5 is bugged and generate phpunit error Exception: Serialization of 'Closure' is not allowed)"
|
||||||
composer -n require phpunit/phpunit ^5 \
|
|
||||||
php-parallel-lint/php-parallel-lint ^1 \
|
|
||||||
php-parallel-lint/php-console-highlighter ^0 \
|
|
||||||
php-parallel-lint/php-var-dump-check ~0.4 \
|
|
||||||
squizlabs/php_codesniffer ^3
|
|
||||||
fi
|
|
||||||
if [ "$TRAVIS_PHP_VERSION" = '7.0' ] || [ "$TRAVIS_PHP_VERSION" = '7.1' ] || [ "$TRAVIS_PHP_VERSION" = '7.2' ]; then
|
if [ "$TRAVIS_PHP_VERSION" = '7.0' ] || [ "$TRAVIS_PHP_VERSION" = '7.1' ] || [ "$TRAVIS_PHP_VERSION" = '7.2' ]; then
|
||||||
|
composer self-update 2.2.18
|
||||||
composer -n require phpunit/phpunit ^6 \
|
composer -n require phpunit/phpunit ^6 \
|
||||||
php-parallel-lint/php-parallel-lint ^1 \
|
php-parallel-lint/php-parallel-lint ^1 \
|
||||||
php-parallel-lint/php-console-highlighter ^0 \
|
php-parallel-lint/php-console-highlighter ^0 \
|
||||||
php-parallel-lint/php-var-dump-check ~0.4 \
|
php-parallel-lint/php-var-dump-check ~0.4 \
|
||||||
squizlabs/php_codesniffer ^3
|
squizlabs/php_codesniffer ^3
|
||||||
fi
|
fi
|
||||||
if [ "$TRAVIS_PHP_VERSION" = '7.3' ] || [ "$TRAVIS_PHP_VERSION" = '7.4' ] || [ "$TRAVIS_PHP_VERSION" = '7.4.22' ]; then
|
if [ "$TRAVIS_PHP_VERSION" = '7.3' ] || [ "$TRAVIS_PHP_VERSION" = '7.4' ]; then
|
||||||
|
composer self-update 2.2.18
|
||||||
composer -n require phpunit/phpunit ^7 \
|
composer -n require phpunit/phpunit ^7 \
|
||||||
php-parallel-lint/php-parallel-lint ^1.2 \
|
php-parallel-lint/php-parallel-lint ^1.2 \
|
||||||
php-parallel-lint/php-console-highlighter ^0 \
|
php-parallel-lint/php-console-highlighter ^0 \
|
||||||
@ -116,13 +124,16 @@ install:
|
|||||||
squizlabs/php_codesniffer ^3
|
squizlabs/php_codesniffer ^3
|
||||||
fi
|
fi
|
||||||
# phpunit 9 is required for php 8
|
# phpunit 9 is required for php 8
|
||||||
if [ "$TRAVIS_PHP_VERSION" = 'nightly' ]; then
|
if [ "$TRAVIS_PHP_VERSION" = '8.0' ] || [ "$TRAVIS_PHP_VERSION" = '8.1' ] || [ "$TRAVIS_PHP_VERSION" = 'nightly' ]; then
|
||||||
composer -n require --ignore-platform-reqs phpunit/phpunit ^7 \
|
composer self-update 2.4.4
|
||||||
|
composer -n require --ignore-platform-reqs phpunit/phpunit ^8 \
|
||||||
php-parallel-lint/php-parallel-lint ^1.2 \
|
php-parallel-lint/php-parallel-lint ^1.2 \
|
||||||
php-parallel-lint/php-console-highlighter ^0 \
|
php-parallel-lint/php-console-highlighter ^0 \
|
||||||
php-parallel-lint/php-var-dump-check ~0.4 \
|
php-parallel-lint/php-var-dump-check ~0.4 \
|
||||||
squizlabs/php_codesniffer ^3
|
squizlabs/php_codesniffer ^3
|
||||||
fi
|
fi
|
||||||
|
# Remove non expected files
|
||||||
|
rm -fr /home/travis/build/Dolibarr/dolibarr/htdocs/includes/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js
|
||||||
echo
|
echo
|
||||||
|
|
||||||
- |
|
- |
|
||||||
@ -246,17 +257,22 @@ before_script:
|
|||||||
|
|
||||||
|
|
||||||
- echo "Setting up Apache + FPM"
|
- echo "Setting up Apache + FPM"
|
||||||
|
# setup link for php legacy
|
||||||
|
- sudo ln -s ~/.phpenv/versions/$(phpenv version-name)/bin/php /bin/php
|
||||||
|
# install apache web server
|
||||||
|
- sudo apt-get install apache2 php-fpm php-mysql php-pgsql php-gd php-ldap php-xml php-mbstring libapache2-mod-php
|
||||||
# enable php-fpm
|
# enable php-fpm
|
||||||
- sudo cp ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf.default ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf
|
- sudo cp ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf.default ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf
|
||||||
- |
|
- |
|
||||||
if [ "$TRAVIS_PHP_VERSION" = '7.0' ] || [ "$TRAVIS_PHP_VERSION" = '7.1' ] || [ "$TRAVIS_PHP_VERSION" = '7.2' ] || [ "$TRAVIS_PHP_VERSION" = '7.3' ] || [ "$TRAVIS_PHP_VERSION" = '7.4' ] || [ "$TRAVIS_PHP_VERSION" = '7.4.22' ] || [ "$TRAVIS_PHP_VERSION" = 'nightly' ]; then
|
if [ "$TRAVIS_PHP_VERSION" = '7.0' ] || [ "$TRAVIS_PHP_VERSION" = '7.1' ] || [ "$TRAVIS_PHP_VERSION" = '7.2' ] || [ "$TRAVIS_PHP_VERSION" = '7.3' ] || [ "$TRAVIS_PHP_VERSION" = '7.4' ] || [ "$TRAVIS_PHP_VERSION" = '8.0' ] || [ "$TRAVIS_PHP_VERSION" = '8.1' ] || [ "$TRAVIS_PHP_VERSION" = 'nightly' ]; then
|
||||||
# Copy the included pool
|
# Copy the included pool
|
||||||
sudo cp ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.d/www.conf.default ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.d/www.conf
|
sudo cp ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.d/www.conf.default ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.d/www.conf
|
||||||
fi
|
fi
|
||||||
- sudo a2enmod rewrite actions fastcgi alias
|
- sudo a2enmod proxy_fcgi rewrite setenvif cgi alias
|
||||||
- echo "cgi.fix_pathinfo = 1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
- echo "cgi.fix_pathinfo = 1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||||
- sudo sed -i -e "s,www-data,travis,g" /etc/apache2/envvars
|
- sudo sed -i -e "s,www-data,travis,g" /etc/apache2/envvars
|
||||||
- sudo chown -R travis:travis /var/lib/apache2/fastcgi
|
#- sudo chown -R travis:travis /var/lib/apache2/fastcgi
|
||||||
|
# start php-fpm
|
||||||
- ~/.phpenv/versions/$(phpenv version-name)/sbin/php-fpm
|
- ~/.phpenv/versions/$(phpenv version-name)/sbin/php-fpm
|
||||||
# configure apache virtual hosts
|
# configure apache virtual hosts
|
||||||
- sudo cp -f build/travis-ci/apache.conf /etc/apache2/sites-available/000-default.conf
|
- sudo cp -f build/travis-ci/apache.conf /etc/apache2/sites-available/000-default.conf
|
||||||
@ -284,12 +300,12 @@ script:
|
|||||||
set -e
|
set -e
|
||||||
#parallel-lint --exclude htdocs/includes --blame .
|
#parallel-lint --exclude htdocs/includes --blame .
|
||||||
# Exclusions are defined in the ruleset.xml file
|
# Exclusions are defined in the ruleset.xml file
|
||||||
if [ "$TRAVIS_PHP_VERSION" = "7.4.22" ]; then
|
if [ "$TRAVIS_PHP_VERSION" = "8.1" ]; then
|
||||||
parallel-lint -e php --exclude dev/tools/test/namespacemig --exclude htdocs/includes/composer --exclude htdocs/includes/myclabs --exclude htdocs/includes/phpspec --exclude dev/initdata/dbf/includes \
|
parallel-lint -e php --exclude dev/tools/test/namespacemig --exclude htdocs/includes/composer --exclude htdocs/includes/myclabs --exclude htdocs/includes/phpspec --exclude dev/initdata/dbf/includes \
|
||||||
--exclude htdocs/includes/sabre --exclude htdocs/includes/phpoffice/PhpSpreadsheet --exclude htdocs/includes/sebastian \
|
--exclude htdocs/includes/sabre --exclude htdocs/includes/phpoffice/PhpSpreadsheet --exclude htdocs/includes/sebastian \
|
||||||
--exclude htdocs/includes/squizlabs/php_codesniffer --exclude htdocs/includes/jakub-onderka --exclude htdocs/includes/php-parallel-lint --exclude htdocs/includes/symfony \
|
--exclude htdocs/includes/squizlabs/php_codesniffer --exclude htdocs/includes/jakub-onderka --exclude htdocs/includes/php-parallel-lint --exclude htdocs/includes/symfony \
|
||||||
--exclude htdocs/includes/mike42/escpos-php/example --exclude htdocs/includes/maximebf \
|
--exclude htdocs/includes/mike42/escpos-php/example --exclude htdocs/includes/maximebf \
|
||||||
--exclude htdocs/includes/phpunit/ --exclude htdocs/includes/tecnickcom/tcpdf/include/barcodes --exclude htdocs/includes/webmozart --blame .
|
--exclude htdocs/includes/phpunit/ --exclude htdocs/includes/tecnickcom/tcpdf/include/barcodes --exclude htdocs/includes/webmozart --exclude htdocs/includes/webklex --blame .
|
||||||
fi
|
fi
|
||||||
set +e
|
set +e
|
||||||
echo
|
echo
|
||||||
@ -299,7 +315,7 @@ script:
|
|||||||
# Ensure we catch errors
|
# Ensure we catch errors
|
||||||
set -e
|
set -e
|
||||||
# Exclusions are defined in the ruleset.xml file
|
# Exclusions are defined in the ruleset.xml file
|
||||||
if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_PHP_VERSION" = "7.4.22" ]; then
|
if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_PHP_VERSION" = "8.1" ]; then
|
||||||
phpcs -s -p -d memory_limit=-1 --extensions=php --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 --runtime-set ignore_warnings_on_exit true .;
|
phpcs -s -p -d memory_limit=-1 --extensions=php --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 --runtime-set ignore_warnings_on_exit true .;
|
||||||
fi
|
fi
|
||||||
set +e
|
set +e
|
||||||
@ -310,7 +326,7 @@ script:
|
|||||||
# Ensure we catch errors
|
# Ensure we catch errors
|
||||||
set -e
|
set -e
|
||||||
# Exclusions are defined in the ruleset.xml file
|
# Exclusions are defined in the ruleset.xml file
|
||||||
if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_PHP_VERSION" = "7.4.22" ]; then
|
if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_PHP_VERSION" = "8.1" ]; then
|
||||||
var-dump-check --extensions php --tracy --exclude htdocs/includes --exclude test/ --exclude htdocs/public/test/ --exclude htdocs/core/lib/functions.lib.php .
|
var-dump-check --extensions php --tracy --exclude htdocs/includes --exclude test/ --exclude htdocs/public/test/ --exclude htdocs/core/lib/functions.lib.php .
|
||||||
fi
|
fi
|
||||||
set +e
|
set +e
|
||||||
@ -436,6 +452,12 @@ script:
|
|||||||
php upgrade.php 15.0.0 16.0.0 ignoredbversion > $TRAVIS_BUILD_DIR/upgrade15001600.log
|
php upgrade.php 15.0.0 16.0.0 ignoredbversion > $TRAVIS_BUILD_DIR/upgrade15001600.log
|
||||||
php upgrade2.php 15.0.0 16.0.0 > $TRAVIS_BUILD_DIR/upgrade15001600-2.log
|
php upgrade2.php 15.0.0 16.0.0 > $TRAVIS_BUILD_DIR/upgrade15001600-2.log
|
||||||
php step5.php 15.0.0 16.0.0 > $TRAVIS_BUILD_DIR/upgrade15001600-3.log
|
php step5.php 15.0.0 16.0.0 > $TRAVIS_BUILD_DIR/upgrade15001600-3.log
|
||||||
|
php upgrade.php 16.0.0 17.0.0 ignoredbversion > $TRAVIS_BUILD_DIR/upgrade16001700.log
|
||||||
|
php upgrade2.php 16.0.0 17.0.0 > $TRAVIS_BUILD_DIR/upgrade16001700-2.log
|
||||||
|
php step5.php 16.0.0 17.0.0 > $TRAVIS_BUILD_DIR/upgrade16001700-3.log
|
||||||
|
php upgrade.php 17.0.0 18.0.0 ignoredbversion > $TRAVIS_BUILD_DIR/upgrade17001800.log
|
||||||
|
php upgrade2.php 17.0.0 18.0.0 > $TRAVIS_BUILD_DIR/upgrade17001800-2.log
|
||||||
|
php step5.php 17.0.0 18.0.0 > $TRAVIS_BUILD_DIR/upgrade17001800-3.log
|
||||||
ls -alrt $TRAVIS_BUILD_DIR/
|
ls -alrt $TRAVIS_BUILD_DIR/
|
||||||
|
|
||||||
- |
|
- |
|
||||||
@ -468,6 +490,9 @@ after_script:
|
|||||||
ls $TRAVIS_BUILD_DIR/documents
|
ls $TRAVIS_BUILD_DIR/documents
|
||||||
#cat $TRAVIS_BUILD_DIR/documents/dolibarr.log
|
#cat $TRAVIS_BUILD_DIR/documents/dolibarr.log
|
||||||
sudo tail -n 50 $TRAVIS_BUILD_DIR/documents/dolibarr.log
|
sudo tail -n 50 $TRAVIS_BUILD_DIR/documents/dolibarr.log
|
||||||
|
echo "After script - Output last lines of apache error.log"
|
||||||
|
sudo ls /var/log/apache2
|
||||||
|
sudo tail -n 50 /var/log/apache2/travis_error_log
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- |
|
- |
|
||||||
@ -476,16 +501,16 @@ after_success:
|
|||||||
after_failure:
|
after_failure:
|
||||||
- |
|
- |
|
||||||
echo Failure detected, so we show samples of log to help diagnose
|
echo Failure detected, so we show samples of log to help diagnose
|
||||||
# This part of code is executed only if previous command that fails are enclosed with set +e
|
# This part of code is executed only if the command that fails are enclosed with set +e
|
||||||
# Upgrade log files
|
# Show upgrade log files
|
||||||
for ficlog in `ls $TRAVIS_BUILD_DIR/*.log`
|
for ficlog in `ls $TRAVIS_BUILD_DIR/*.log`
|
||||||
do
|
do
|
||||||
echo "Debugging informations for file $ficlog"
|
echo "Debugging informations for file $ficlog"
|
||||||
#cat $ficlog
|
#cat $ficlog
|
||||||
done
|
done
|
||||||
# Apache log file
|
# Show Apache log file
|
||||||
echo "Debugging informations for file apache error.log"
|
echo "Debugging informations for file apache error.log"
|
||||||
sudo cat /var/log/apache2/travis_error_log
|
sudo tail -n 50 /var/log/apache2/travis_error_log
|
||||||
if [ "$DEBUG" = true ]; then
|
if [ "$DEBUG" = true ]; then
|
||||||
# Dolibarr log file
|
# Dolibarr log file
|
||||||
echo "Debugging informations for file dolibarr.log (latest 50 lines)"
|
echo "Debugging informations for file dolibarr.log (latest 50 lines)"
|
||||||
|
|||||||
296
.tx/config
296
.tx/config
@ -1,436 +1,442 @@
|
|||||||
[main]
|
[main]
|
||||||
host = https://www.transifex.com
|
host = https://www.transifex.com
|
||||||
lang_map = uz: uz_UZ, sw: sw_SW, sr@latin: sr_RS
|
lang_map = uz: uz_UZ, sw: sw_SW, sr@latin: sr_RS
|
||||||
|
|
||||||
[dolibarr.accountancy]
|
[o:dolibarr-association:p:dolibarr:r:accountancy]
|
||||||
file_filter = htdocs/langs/<lang>/accountancy.lang
|
file_filter = htdocs/langs/<lang>/accountancy.lang
|
||||||
source_file = htdocs/langs/en_US/accountancy.lang
|
source_file = htdocs/langs/en_US/accountancy.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.admin]
|
[o:dolibarr-association:p:dolibarr:r:admin]
|
||||||
file_filter = htdocs/langs/<lang>/admin.lang
|
file_filter = htdocs/langs/<lang>/admin.lang
|
||||||
source_file = htdocs/langs/en_US/admin.lang
|
source_file = htdocs/langs/en_US/admin.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.agenda]
|
[o:dolibarr-association:p:dolibarr:r:agenda]
|
||||||
file_filter = htdocs/langs/<lang>/agenda.lang
|
file_filter = htdocs/langs/<lang>/agenda.lang
|
||||||
source_file = htdocs/langs/en_US/agenda.lang
|
source_file = htdocs/langs/en_US/agenda.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.assets]
|
[o:dolibarr-association:p:dolibarr:r:assets]
|
||||||
file_filter = htdocs/langs/<lang>/assets.lang
|
file_filter = htdocs/langs/<lang>/assets.lang
|
||||||
source_file = htdocs/langs/en_US/assets.lang
|
source_file = htdocs/langs/en_US/assets.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.banks]
|
[o:dolibarr-association:p:dolibarr:r:banks]
|
||||||
file_filter = htdocs/langs/<lang>/banks.lang
|
file_filter = htdocs/langs/<lang>/banks.lang
|
||||||
source_file = htdocs/langs/en_US/banks.lang
|
source_file = htdocs/langs/en_US/banks.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.bills]
|
[o:dolibarr-association:p:dolibarr:r:bills]
|
||||||
file_filter = htdocs/langs/<lang>/bills.lang
|
file_filter = htdocs/langs/<lang>/bills.lang
|
||||||
source_file = htdocs/langs/en_US/bills.lang
|
source_file = htdocs/langs/en_US/bills.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.blockedlog]
|
[o:dolibarr-association:p:dolibarr:r:blockedlog]
|
||||||
file_filter = htdocs/langs/<lang>/blockedlog.lang
|
file_filter = htdocs/langs/<lang>/blockedlog.lang
|
||||||
source_file = htdocs/langs/en_US/blockedlog.lang
|
source_file = htdocs/langs/en_US/blockedlog.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.bookmarks]
|
[o:dolibarr-association:p:dolibarr:r:bookmarks]
|
||||||
file_filter = htdocs/langs/<lang>/bookmarks.lang
|
file_filter = htdocs/langs/<lang>/bookmarks.lang
|
||||||
source_file = htdocs/langs/en_US/bookmarks.lang
|
source_file = htdocs/langs/en_US/bookmarks.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.boxes]
|
[o:dolibarr-association:p:dolibarr:r:boxes]
|
||||||
file_filter = htdocs/langs/<lang>/boxes.lang
|
file_filter = htdocs/langs/<lang>/boxes.lang
|
||||||
source_file = htdocs/langs/en_US/boxes.lang
|
source_file = htdocs/langs/en_US/boxes.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.cashdesk]
|
[o:dolibarr-association:p:dolibarr:r:cashdesk]
|
||||||
file_filter = htdocs/langs/<lang>/cashdesk.lang
|
file_filter = htdocs/langs/<lang>/cashdesk.lang
|
||||||
source_file = htdocs/langs/en_US/cashdesk.lang
|
source_file = htdocs/langs/en_US/cashdesk.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.categories]
|
[o:dolibarr-association:p:dolibarr:r:categories]
|
||||||
file_filter = htdocs/langs/<lang>/categories.lang
|
file_filter = htdocs/langs/<lang>/categories.lang
|
||||||
source_file = htdocs/langs/en_US/categories.lang
|
source_file = htdocs/langs/en_US/categories.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.commercial]
|
[o:dolibarr-association:p:dolibarr:r:commercial]
|
||||||
file_filter = htdocs/langs/<lang>/commercial.lang
|
file_filter = htdocs/langs/<lang>/commercial.lang
|
||||||
source_file = htdocs/langs/en_US/commercial.lang
|
source_file = htdocs/langs/en_US/commercial.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.companies]
|
[o:dolibarr-association:p:dolibarr:r:companies]
|
||||||
file_filter = htdocs/langs/<lang>/companies.lang
|
file_filter = htdocs/langs/<lang>/companies.lang
|
||||||
source_file = htdocs/langs/en_US/companies.lang
|
source_file = htdocs/langs/en_US/companies.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.compta]
|
[o:dolibarr-association:p:dolibarr:r:compta]
|
||||||
file_filter = htdocs/langs/<lang>/compta.lang
|
file_filter = htdocs/langs/<lang>/compta.lang
|
||||||
source_file = htdocs/langs/en_US/compta.lang
|
source_file = htdocs/langs/en_US/compta.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.contracts]
|
[o:dolibarr-association:p:dolibarr:r:contracts]
|
||||||
file_filter = htdocs/langs/<lang>/contracts.lang
|
file_filter = htdocs/langs/<lang>/contracts.lang
|
||||||
source_file = htdocs/langs/en_US/contracts.lang
|
source_file = htdocs/langs/en_US/contracts.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.cron]
|
[o:dolibarr-association:p:dolibarr:r:cron]
|
||||||
file_filter = htdocs/langs/<lang>/cron.lang
|
file_filter = htdocs/langs/<lang>/cron.lang
|
||||||
source_file = htdocs/langs/en_US/cron.lang
|
source_file = htdocs/langs/en_US/cron.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.deliveries]
|
[o:dolibarr-association:p:dolibarr:r:datapolicy]
|
||||||
|
file_filter = htdocs/langs/<lang>/datapolicy.lang
|
||||||
|
source_file = htdocs/langs/en_US/datapolicy.lang
|
||||||
|
source_lang = en_US
|
||||||
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
|
[o:dolibarr-association:p:dolibarr:r:deliveries]
|
||||||
file_filter = htdocs/langs/<lang>/deliveries.lang
|
file_filter = htdocs/langs/<lang>/deliveries.lang
|
||||||
source_file = htdocs/langs/en_US/deliveries.lang
|
source_file = htdocs/langs/en_US/deliveries.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.dict]
|
[o:dolibarr-association:p:dolibarr:r:dict]
|
||||||
file_filter = htdocs/langs/<lang>/dict.lang
|
file_filter = htdocs/langs/<lang>/dict.lang
|
||||||
source_file = htdocs/langs/en_US/dict.lang
|
source_file = htdocs/langs/en_US/dict.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.donations]
|
[o:dolibarr-association:p:dolibarr:r:donations]
|
||||||
file_filter = htdocs/langs/<lang>/donations.lang
|
file_filter = htdocs/langs/<lang>/donations.lang
|
||||||
source_file = htdocs/langs/en_US/donations.lang
|
source_file = htdocs/langs/en_US/donations.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.ecm]
|
[o:dolibarr-association:p:dolibarr:r:ecm]
|
||||||
file_filter = htdocs/langs/<lang>/ecm.lang
|
file_filter = htdocs/langs/<lang>/ecm.lang
|
||||||
source_file = htdocs/langs/en_US/ecm.lang
|
source_file = htdocs/langs/en_US/ecm.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.errors]
|
[o:dolibarr-association:p:dolibarr:r:errors]
|
||||||
file_filter = htdocs/langs/<lang>/errors.lang
|
file_filter = htdocs/langs/<lang>/errors.lang
|
||||||
source_file = htdocs/langs/en_US/errors.lang
|
source_file = htdocs/langs/en_US/errors.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.eventorganization]
|
[o:dolibarr-association:p:dolibarr:r:eventorganization]
|
||||||
file_filter = htdocs/langs/<lang>/eventorganization.lang
|
file_filter = htdocs/langs/<lang>/eventorganization.lang
|
||||||
source_file = htdocs/langs/en_US/eventorganization.lang
|
source_file = htdocs/langs/en_US/eventorganization.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.exports]
|
[o:dolibarr-association:p:dolibarr:r:exports]
|
||||||
file_filter = htdocs/langs/<lang>/exports.lang
|
file_filter = htdocs/langs/<lang>/exports.lang
|
||||||
source_file = htdocs/langs/en_US/exports.lang
|
source_file = htdocs/langs/en_US/exports.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.help]
|
[o:dolibarr-association:p:dolibarr:r:help]
|
||||||
file_filter = htdocs/langs/<lang>/help.lang
|
file_filter = htdocs/langs/<lang>/help.lang
|
||||||
source_file = htdocs/langs/en_US/help.lang
|
source_file = htdocs/langs/en_US/help.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.holiday]
|
[o:dolibarr-association:p:dolibarr:r:holiday]
|
||||||
file_filter = htdocs/langs/<lang>/holiday.lang
|
file_filter = htdocs/langs/<lang>/holiday.lang
|
||||||
source_file = htdocs/langs/en_US/holiday.lang
|
source_file = htdocs/langs/en_US/holiday.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.hrm]
|
[o:dolibarr-association:p:dolibarr:r:hrm]
|
||||||
file_filter = htdocs/langs/<lang>/hrm.lang
|
file_filter = htdocs/langs/<lang>/hrm.lang
|
||||||
source_file = htdocs/langs/en_US/hrm.lang
|
source_file = htdocs/langs/en_US/hrm.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.install]
|
[o:dolibarr-association:p:dolibarr:r:install]
|
||||||
file_filter = htdocs/langs/<lang>/install.lang
|
file_filter = htdocs/langs/<lang>/install.lang
|
||||||
source_file = htdocs/langs/en_US/install.lang
|
source_file = htdocs/langs/en_US/install.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.interventions]
|
[o:dolibarr-association:p:dolibarr:r:interventions]
|
||||||
file_filter = htdocs/langs/<lang>/interventions.lang
|
file_filter = htdocs/langs/<lang>/interventions.lang
|
||||||
source_file = htdocs/langs/en_US/interventions.lang
|
source_file = htdocs/langs/en_US/interventions.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.intracommreport]
|
[o:dolibarr-association:p:dolibarr:r:intracommreport]
|
||||||
file_filter = htdocs/langs/<lang>/intracommreport.lang
|
file_filter = htdocs/langs/<lang>/intracommreport.lang
|
||||||
source_file = htdocs/langs/en_US/intracommreport.lang
|
source_file = htdocs/langs/en_US/intracommreport.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.knowledgemanagement]
|
[o:dolibarr-association:p:dolibarr:r:knowledgemanagement]
|
||||||
file_filter = htdocs/langs/<lang>/knowledgemanagement.lang
|
file_filter = htdocs/langs/<lang>/knowledgemanagement.lang
|
||||||
source_file = htdocs/langs/en_US/knowledgemanagement.lang
|
source_file = htdocs/langs/en_US/knowledgemanagement.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.languages-not-res]
|
[o:dolibarr-association:p:dolibarr:r:languages-not-res]
|
||||||
file_filter = htdocs/langs/<lang>/languages.lang
|
file_filter = htdocs/langs/<lang>/languages.lang
|
||||||
source_file = htdocs/langs/en_US/languages.lang
|
source_file = htdocs/langs/en_US/languages.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.ldap]
|
[o:dolibarr-association:p:dolibarr:r:ldap]
|
||||||
file_filter = htdocs/langs/<lang>/ldap.lang
|
file_filter = htdocs/langs/<lang>/ldap.lang
|
||||||
source_file = htdocs/langs/en_US/ldap.lang
|
source_file = htdocs/langs/en_US/ldap.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.link]
|
[o:dolibarr-association:p:dolibarr:r:link]
|
||||||
file_filter = htdocs/langs/<lang>/link.lang
|
file_filter = htdocs/langs/<lang>/link.lang
|
||||||
source_file = htdocs/langs/en_US/link.lang
|
source_file = htdocs/langs/en_US/link.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.loan]
|
[o:dolibarr-association:p:dolibarr:r:loan]
|
||||||
file_filter = htdocs/langs/<lang>/loan.lang
|
file_filter = htdocs/langs/<lang>/loan.lang
|
||||||
source_file = htdocs/langs/en_US/loan.lang
|
source_file = htdocs/langs/en_US/loan.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.mailmanspip]
|
[o:dolibarr-association:p:dolibarr:r:mailmanspip]
|
||||||
file_filter = htdocs/langs/<lang>/mailmanspip.lang
|
file_filter = htdocs/langs/<lang>/mailmanspip.lang
|
||||||
source_file = htdocs/langs/en_US/mailmanspip.lang
|
source_file = htdocs/langs/en_US/mailmanspip.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.mails]
|
[o:dolibarr-association:p:dolibarr:r:mails]
|
||||||
file_filter = htdocs/langs/<lang>/mails.lang
|
file_filter = htdocs/langs/<lang>/mails.lang
|
||||||
source_file = htdocs/langs/en_US/mails.lang
|
source_file = htdocs/langs/en_US/mails.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.main]
|
[o:dolibarr-association:p:dolibarr:r:main]
|
||||||
file_filter = htdocs/langs/<lang>/main.lang
|
file_filter = htdocs/langs/<lang>/main.lang
|
||||||
source_file = htdocs/langs/en_US/main.lang
|
source_file = htdocs/langs/en_US/main.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.margins]
|
[o:dolibarr-association:p:dolibarr:r:margins]
|
||||||
file_filter = htdocs/langs/<lang>/margins.lang
|
file_filter = htdocs/langs/<lang>/margins.lang
|
||||||
source_file = htdocs/langs/en_US/margins.lang
|
source_file = htdocs/langs/en_US/margins.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.members]
|
[o:dolibarr-association:p:dolibarr:r:members]
|
||||||
file_filter = htdocs/langs/<lang>/members.lang
|
file_filter = htdocs/langs/<lang>/members.lang
|
||||||
source_file = htdocs/langs/en_US/members.lang
|
source_file = htdocs/langs/en_US/members.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.modulebuilder]
|
[o:dolibarr-association:p:dolibarr:r:modulebuilder]
|
||||||
file_filter = htdocs/langs/<lang>/modulebuilder.lang
|
file_filter = htdocs/langs/<lang>/modulebuilder.lang
|
||||||
source_file = htdocs/langs/en_US/modulebuilder.lang
|
source_file = htdocs/langs/en_US/modulebuilder.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.mrp]
|
[o:dolibarr-association:p:dolibarr:r:mrp]
|
||||||
file_filter = htdocs/langs/<lang>/mrp.lang
|
file_filter = htdocs/langs/<lang>/mrp.lang
|
||||||
source_file = htdocs/langs/en_US/mrp.lang
|
source_file = htdocs/langs/en_US/mrp.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.multicurrency]
|
[o:dolibarr-association:p:dolibarr:r:multicurrency]
|
||||||
file_filter = htdocs/langs/<lang>/multicurrency.lang
|
file_filter = htdocs/langs/<lang>/multicurrency.lang
|
||||||
source_file = htdocs/langs/en_US/multicurrency.lang
|
source_file = htdocs/langs/en_US/multicurrency.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.oauth]
|
[o:dolibarr-association:p:dolibarr:r:oauth]
|
||||||
file_filter = htdocs/langs/<lang>/oauth.lang
|
file_filter = htdocs/langs/<lang>/oauth.lang
|
||||||
source_file = htdocs/langs/en_US/oauth.lang
|
source_file = htdocs/langs/en_US/oauth.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.opensurvey]
|
[o:dolibarr-association:p:dolibarr:r:opensurvey]
|
||||||
file_filter = htdocs/langs/<lang>/opensurvey.lang
|
file_filter = htdocs/langs/<lang>/opensurvey.lang
|
||||||
source_file = htdocs/langs/en_US/opensurvey.lang
|
source_file = htdocs/langs/en_US/opensurvey.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.orders]
|
[o:dolibarr-association:p:dolibarr:r:orders]
|
||||||
file_filter = htdocs/langs/<lang>/orders.lang
|
file_filter = htdocs/langs/<lang>/orders.lang
|
||||||
source_file = htdocs/langs/en_US/orders.lang
|
source_file = htdocs/langs/en_US/orders.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.other]
|
[o:dolibarr-association:p:dolibarr:r:other]
|
||||||
file_filter = htdocs/langs/<lang>/other.lang
|
file_filter = htdocs/langs/<lang>/other.lang
|
||||||
source_file = htdocs/langs/en_US/other.lang
|
source_file = htdocs/langs/en_US/other.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.partnership]
|
[o:dolibarr-association:p:dolibarr:r:partnership]
|
||||||
file_filter = htdocs/langs/<lang>/partnership.lang
|
file_filter = htdocs/langs/<lang>/partnership.lang
|
||||||
source_file = htdocs/langs/en_US/partnership.lang
|
source_file = htdocs/langs/en_US/partnership.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.paybox]
|
[o:dolibarr-association:p:dolibarr:r:paybox]
|
||||||
file_filter = htdocs/langs/<lang>/paybox.lang
|
file_filter = htdocs/langs/<lang>/paybox.lang
|
||||||
source_file = htdocs/langs/en_US/paybox.lang
|
source_file = htdocs/langs/en_US/paybox.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.paypal]
|
[o:dolibarr-association:p:dolibarr:r:paypal]
|
||||||
file_filter = htdocs/langs/<lang>/paypal.lang
|
file_filter = htdocs/langs/<lang>/paypal.lang
|
||||||
source_file = htdocs/langs/en_US/paypal.lang
|
source_file = htdocs/langs/en_US/paypal.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.printing]
|
[o:dolibarr-association:p:dolibarr:r:printing]
|
||||||
file_filter = htdocs/langs/<lang>/printing.lang
|
file_filter = htdocs/langs/<lang>/printing.lang
|
||||||
source_file = htdocs/langs/en_US/printing.lang
|
source_file = htdocs/langs/en_US/printing.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.productbatch]
|
[o:dolibarr-association:p:dolibarr:r:productbatch]
|
||||||
file_filter = htdocs/langs/<lang>/productbatch.lang
|
file_filter = htdocs/langs/<lang>/productbatch.lang
|
||||||
source_file = htdocs/langs/en_US/productbatch.lang
|
source_file = htdocs/langs/en_US/productbatch.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.products]
|
[o:dolibarr-association:p:dolibarr:r:products]
|
||||||
file_filter = htdocs/langs/<lang>/products.lang
|
file_filter = htdocs/langs/<lang>/products.lang
|
||||||
source_file = htdocs/langs/en_US/products.lang
|
source_file = htdocs/langs/en_US/products.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.projects]
|
[o:dolibarr-association:p:dolibarr:r:projects]
|
||||||
file_filter = htdocs/langs/<lang>/projects.lang
|
file_filter = htdocs/langs/<lang>/projects.lang
|
||||||
source_file = htdocs/langs/en_US/projects.lang
|
source_file = htdocs/langs/en_US/projects.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.propal]
|
[o:dolibarr-association:p:dolibarr:r:propal]
|
||||||
file_filter = htdocs/langs/<lang>/propal.lang
|
file_filter = htdocs/langs/<lang>/propal.lang
|
||||||
source_file = htdocs/langs/en_US/propal.lang
|
source_file = htdocs/langs/en_US/propal.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.receiptprinter]
|
[o:dolibarr-association:p:dolibarr:r:receiptprinter]
|
||||||
file_filter = htdocs/langs/<lang>/receiptprinter.lang
|
file_filter = htdocs/langs/<lang>/receiptprinter.lang
|
||||||
source_file = htdocs/langs/en_US/receiptprinter.lang
|
source_file = htdocs/langs/en_US/receiptprinter.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.receptions]
|
[o:dolibarr-association:p:dolibarr:r:receptions]
|
||||||
file_filter = htdocs/langs/<lang>/receptions.lang
|
file_filter = htdocs/langs/<lang>/receptions.lang
|
||||||
source_file = htdocs/langs/en_US/receptions.lang
|
source_file = htdocs/langs/en_US/receptions.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.recruitment]
|
[o:dolibarr-association:p:dolibarr:r:recruitment]
|
||||||
file_filter = htdocs/langs/<lang>/recruitment.lang
|
file_filter = htdocs/langs/<lang>/recruitment.lang
|
||||||
source_file = htdocs/langs/en_US/recruitment.lang
|
source_file = htdocs/langs/en_US/recruitment.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.resource]
|
[o:dolibarr-association:p:dolibarr:r:resource]
|
||||||
file_filter = htdocs/langs/<lang>/resource.lang
|
file_filter = htdocs/langs/<lang>/resource.lang
|
||||||
source_file = htdocs/langs/en_US/resource.lang
|
source_file = htdocs/langs/en_US/resource.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.salaries]
|
[o:dolibarr-association:p:dolibarr:r:salaries]
|
||||||
file_filter = htdocs/langs/<lang>/salaries.lang
|
file_filter = htdocs/langs/<lang>/salaries.lang
|
||||||
source_file = htdocs/langs/en_US/salaries.lang
|
source_file = htdocs/langs/en_US/salaries.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.sendings]
|
[o:dolibarr-association:p:dolibarr:r:sendings]
|
||||||
file_filter = htdocs/langs/<lang>/sendings.lang
|
file_filter = htdocs/langs/<lang>/sendings.lang
|
||||||
source_file = htdocs/langs/en_US/sendings.lang
|
source_file = htdocs/langs/en_US/sendings.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.sms]
|
[o:dolibarr-association:p:dolibarr:r:sms]
|
||||||
file_filter = htdocs/langs/<lang>/sms.lang
|
file_filter = htdocs/langs/<lang>/sms.lang
|
||||||
source_file = htdocs/langs/en_US/sms.lang
|
source_file = htdocs/langs/en_US/sms.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.stocks]
|
[o:dolibarr-association:p:dolibarr:r:stocks]
|
||||||
file_filter = htdocs/langs/<lang>/stocks.lang
|
file_filter = htdocs/langs/<lang>/stocks.lang
|
||||||
source_file = htdocs/langs/en_US/stocks.lang
|
source_file = htdocs/langs/en_US/stocks.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.stripe]
|
[o:dolibarr-association:p:dolibarr:r:stripe]
|
||||||
file_filter = htdocs/langs/<lang>/stripe.lang
|
file_filter = htdocs/langs/<lang>/stripe.lang
|
||||||
source_file = htdocs/langs/en_US/stripe.lang
|
source_file = htdocs/langs/en_US/stripe.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.supplier_proposal]
|
[o:dolibarr-association:p:dolibarr:r:supplier_proposal]
|
||||||
file_filter = htdocs/langs/<lang>/supplier_proposal.lang
|
file_filter = htdocs/langs/<lang>/supplier_proposal.lang
|
||||||
source_file = htdocs/langs/en_US/supplier_proposal.lang
|
source_file = htdocs/langs/en_US/supplier_proposal.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.suppliers]
|
[o:dolibarr-association:p:dolibarr:r:suppliers]
|
||||||
file_filter = htdocs/langs/<lang>/suppliers.lang
|
file_filter = htdocs/langs/<lang>/suppliers.lang
|
||||||
source_file = htdocs/langs/en_US/suppliers.lang
|
source_file = htdocs/langs/en_US/suppliers.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.ticket]
|
[o:dolibarr-association:p:dolibarr:r:ticket]
|
||||||
file_filter = htdocs/langs/<lang>/ticket.lang
|
file_filter = htdocs/langs/<lang>/ticket.lang
|
||||||
source_file = htdocs/langs/en_US/ticket.lang
|
source_file = htdocs/langs/en_US/ticket.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.trips]
|
[o:dolibarr-association:p:dolibarr:r:trips]
|
||||||
file_filter = htdocs/langs/<lang>/trips.lang
|
file_filter = htdocs/langs/<lang>/trips.lang
|
||||||
source_file = htdocs/langs/en_US/trips.lang
|
source_file = htdocs/langs/en_US/trips.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.users]
|
[o:dolibarr-association:p:dolibarr:r:users]
|
||||||
file_filter = htdocs/langs/<lang>/users.lang
|
file_filter = htdocs/langs/<lang>/users.lang
|
||||||
source_file = htdocs/langs/en_US/users.lang
|
source_file = htdocs/langs/en_US/users.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.website]
|
[o:dolibarr-association:p:dolibarr:r:website]
|
||||||
file_filter = htdocs/langs/<lang>/website.lang
|
file_filter = htdocs/langs/<lang>/website.lang
|
||||||
source_file = htdocs/langs/en_US/website.lang
|
source_file = htdocs/langs/en_US/website.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.withdrawals]
|
[o:dolibarr-association:p:dolibarr:r:withdrawals]
|
||||||
file_filter = htdocs/langs/<lang>/withdrawals.lang
|
file_filter = htdocs/langs/<lang>/withdrawals.lang
|
||||||
source_file = htdocs/langs/en_US/withdrawals.lang
|
source_file = htdocs/langs/en_US/withdrawals.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.workflow]
|
[o:dolibarr-association:p:dolibarr:r:workflow]
|
||||||
file_filter = htdocs/langs/<lang>/workflow.lang
|
file_filter = htdocs/langs/<lang>/workflow.lang
|
||||||
source_file = htdocs/langs/en_US/workflow.lang
|
source_file = htdocs/langs/en_US/workflow.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
[dolibarr.zapier]
|
[o:dolibarr-association:p:dolibarr:r:zapier]
|
||||||
file_filter = htdocs/langs/<lang>/zapier.lang
|
file_filter = htdocs/langs/<lang>/zapier.lang
|
||||||
source_file = htdocs/langs/en_US/zapier.lang
|
source_file = htdocs/langs/en_US/zapier.lang
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
type = MOZILLAPROPERTIES
|
type = MOZILLAPROPERTIES
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,6 @@ Licence of dependencies of third-party components used by Dolibarr (all compatib
|
|||||||
Component Version License GPL Compatible Usage
|
Component Version License GPL Compatible Usage
|
||||||
-------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------
|
||||||
PHP libraries:
|
PHP libraries:
|
||||||
ADOdb-Date 0.36 Modified BSD License Yes Date convertion (not into rpm package)
|
|
||||||
EvalMath 1.0 BSD Yes Safe math expressions evaluation
|
EvalMath 1.0 BSD Yes Safe math expressions evaluation
|
||||||
Escpos-php 2.2 MIT License Yes Thermal receipt printer library, for use with ESC/POS compatible printers
|
Escpos-php 2.2 MIT License Yes Thermal receipt printer library, for use with ESC/POS compatible printers
|
||||||
GeoIP2 0.2.0 Apache License 2.0 Yes Lib to make geoip convert
|
GeoIP2 0.2.0 Apache License 2.0 Yes Lib to make geoip convert
|
||||||
@ -33,8 +32,9 @@ PEAR Mail_MIME 1.8.9 BSD Yes
|
|||||||
ParseDown 1.6 MIT License Yes Markdown parser
|
ParseDown 1.6 MIT License Yes Markdown parser
|
||||||
PCLZip 2.8.4 LGPL-3+ Yes Library to zip/unzip files
|
PCLZip 2.8.4 LGPL-3+ Yes Library to zip/unzip files
|
||||||
PHPDebugBar 1.15.1 MIT License Yes Used only by the module "debugbar" for developers
|
PHPDebugBar 1.15.1 MIT License Yes Used only by the module "debugbar" for developers
|
||||||
|
PHP-Imap 2.7.2 MIT License Yes Library to use IMAP with OAuth
|
||||||
PHPSpreadSheet 1.8.2 LGPL-2.1+ Yes Read/Write XLS files, read ODS files
|
PHPSpreadSheet 1.8.2 LGPL-2.1+ Yes Read/Write XLS files, read ODS files
|
||||||
php-iban 4.1 LGPL-3+ Yes Parse and validate IBAN (and IIBAN) bank account information in PHP
|
php-iban 4.1.1 LGPL-3+ Yes Parse and validate IBAN (and IIBAN) bank account information in PHP
|
||||||
PHPoAuthLib 0.8.2 MIT License Yes Library to provide oauth1 and oauth2 to different service
|
PHPoAuthLib 0.8.2 MIT License Yes Library to provide oauth1 and oauth2 to different service
|
||||||
PHPPrintIPP 1.3 GPL-2+ Yes Library to send print IPP requests
|
PHPPrintIPP 1.3 GPL-2+ Yes Library to send print IPP requests
|
||||||
PSR/Logs 1.0 MIT License Yes Library for logs (used by DebugBar)
|
PSR/Logs 1.0 MIT License Yes Library for logs (used by DebugBar)
|
||||||
@ -52,7 +52,7 @@ Ace 1.4.14 BSD Yes
|
|||||||
ChartJS 3.7.1 MIT License Yes JS library for graph
|
ChartJS 3.7.1 MIT License Yes JS library for graph
|
||||||
CKEditor 4.18 LGPL-2.1+ Yes Editor WYSIWYG
|
CKEditor 4.18 LGPL-2.1+ Yes Editor WYSIWYG
|
||||||
jQuery 3.6.0 MIT License Yes JS library
|
jQuery 3.6.0 MIT License Yes JS library
|
||||||
jQuery UI 1.13.1 GPL and MIT License Yes JS library plugin UI
|
jQuery UI 1.13.2 GPL and MIT License Yes JS library plugin UI
|
||||||
jQuery select2 4.0.13 GPL and Apache License Yes JS library plugin for sexier multiselect. Warning: 4.0.6+ create troubles without patching css
|
jQuery select2 4.0.13 GPL and Apache License Yes JS library plugin for sexier multiselect. Warning: 4.0.6+ create troubles without patching css
|
||||||
jQuery blockUI 2.70.0 GPL and MIT License Yes JS library plugin blockUI (to use ajax popups)
|
jQuery blockUI 2.70.0 GPL and MIT License Yes JS library plugin blockUI (to use ajax popups)
|
||||||
jQuery Colorpicker 1.1 MIT License Yes JS library for color picker for a defined list of colors
|
jQuery Colorpicker 1.1 MIT License Yes JS library for color picker for a defined list of colors
|
||||||
|
|||||||
428
ChangeLog
428
ChangeLog
@ -3,26 +3,274 @@ English Dolibarr ChangeLog
|
|||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
***** ChangeLog for 18.0.0 compared to 17.0.0 *****
|
||||||
|
|
||||||
|
NEW: PHP 8.2 compatibility:
|
||||||
|
|
||||||
|
|
||||||
|
WARNING:
|
||||||
|
|
||||||
|
Following changes may create regressions for some external modules, but were necessary to make Dolibarr better:
|
||||||
|
* The deprecated method "escapeunderscore()" of database handlers has been removed. You must use "escapeforlike()" instead.
|
||||||
|
* The method "nb_expedition()" has been renamed into "countNbOfShipments()"
|
||||||
|
* Revert default type of hooks. Default is now 'addreplace' hooks (and exception become 'output' hooks, that become deprecated).
|
||||||
|
* Deprecated property libelle removed from entrepot class.
|
||||||
|
* The type 'text' in ->fields property dos not accept html content anymore. Use the type 'html' for that.
|
||||||
|
|
||||||
|
|
||||||
|
***** ChangeLog for 17.0.0 compared to 16.0.0 *****
|
||||||
|
|
||||||
|
For users:
|
||||||
|
---------------
|
||||||
|
|
||||||
|
NEW: Minimal PHP version is now PHP 7.0 instead of PHP 5.6
|
||||||
|
NEW: #19680 Add option PRODUCT_ALLOW_EXTERNAL_DOWNLOAD to automatically have uploaded files shared publicly by a link
|
||||||
|
NEW: #20650 can move the checkbox column on left (experimental option MAIN_CHECKBOX_LEFT_COLUMN)
|
||||||
|
NEW: #21000 Added columns 'alias_name' on project, supplier invoice, supplier order, supplier proposals and task list
|
||||||
|
NEW: #21780 Add pid field to Cronjob class and store PID on job execution
|
||||||
|
NEW: #21395 Added option for dark theme mode in display - color and theme
|
||||||
|
NEW: #21397 added option to auto define barcode numbers for third-parties in barcode module setup
|
||||||
|
NEW: #21399 add image for event_array
|
||||||
|
NEW: #21442 Enhancement of module builder init
|
||||||
|
NEW: #21654 add bank account number used on invoices for debit
|
||||||
|
NEW: #22048 added notes to productlot module
|
||||||
|
NEW: #22298 Bank - Add salaries & vat in the tab of planned entries of a bank account
|
||||||
|
NEW: #22328 OAuth admin
|
||||||
|
NEW: #22424 online signature for contracts
|
||||||
|
NEW: #22500 member module set up made easier
|
||||||
|
NEW: #22527 projects and thirdparties can be viewed as conversation ("Message" view), like events/agenda.
|
||||||
|
NEW: #22546 can now set user supervisors using mass action in htdocs/user
|
||||||
|
NEW: #22594 can chose if VAT ID is unique or not for third parties
|
||||||
|
NEW: #22622 all partnerships displayed on tab partnership of a thirdparty and member
|
||||||
|
NEW: #22676 massaction for updating product prices
|
||||||
|
NEW: #22735 massaction to affect users on projects
|
||||||
|
NEW: #25594 can chose if VAT ID is unique or not for third parties
|
||||||
|
NEW: #4482 adding js to hide/show advanced option on the export data page
|
||||||
|
|
||||||
|
NEW: Add a constant to disallow modification of the product reference.
|
||||||
|
NEW: add attached file in presend email form of thirdparty card
|
||||||
|
NEW: Add a way to enter LICENSE file content in property of website
|
||||||
|
NEW: Add employment anniversary in birthday box
|
||||||
|
NEW: Add hidden option MAIN_EMAIL_SUPPORT_ACK to restore Email ack checkbox (feature abandonned by mailers)
|
||||||
|
NEW: Add link to create an element from the category page
|
||||||
|
NEW: Add max size send for "backup and link to mail" option
|
||||||
|
NEW: Add method httponly_accessforbidden()
|
||||||
|
NEW: Add more advices into the Setup security page
|
||||||
|
NEW: Add new global variable for keeping the previous signature information on proposale (case of reopen a proposale)
|
||||||
|
NEW: Add option --force on CLI cron_run_jobs.php
|
||||||
|
NEW: Add option "Show price on the generated documents for receptions"
|
||||||
|
NEW: Manage VAT on all lines on purchases cycle
|
||||||
|
NEW: parent company column and filter in invoice and order list
|
||||||
|
NEW: private and public note columns on user, thirdparty and contact lists
|
||||||
|
NEW: Public counters feature
|
||||||
|
NEW: Save one click to select on delivery ack, on emails.
|
||||||
|
NEW: scheduled job to send unpaid invoice reminder can now use the cc and bcc from email template
|
||||||
|
NEW: can substitue project title in mail template
|
||||||
|
NEW: The purge of files can purge only if older than a number of seconds
|
||||||
|
NEW: Update ActionComm type_code on email message ticket
|
||||||
|
NEW: Add the target to select attendees of event for emailings
|
||||||
|
NEW: add redirect on action confirm addconsumedline and addproduceline
|
||||||
|
NEW: Add the referrer-policy to "same-origin" by default on all public pages.
|
||||||
|
NEW: Add trigger to record the event of sending an email from a project #20912
|
||||||
|
NEW: Allow download link option in module configuration (propal, order, invoice, supplier proposal)
|
||||||
|
NEW: Can enter the unit price including the VAT
|
||||||
|
NEW: Can invoice task time per different services
|
||||||
|
NEW: Can set a commercial discount by entering amount including VAT
|
||||||
|
NEW: Can set start and end dates and comment on button "Activate all services"
|
||||||
|
NEW: show date delivery planned on orders linked to company and product
|
||||||
|
NEW: filter on reception dates (from / to) in cheque paiement card
|
||||||
|
|
||||||
|
NEW: Accountancy - add a graphic option to enable lettering function - FPC21
|
||||||
|
NEW: Accountancy - add a way to clean some words when you generate thirdparty accounting account
|
||||||
|
NEW: Accountancy - added an option during export to export or not the lettering FPC21
|
||||||
|
NEW: Accountancy - Invoice export : add accounting affectation
|
||||||
|
NEW: Accountancy - Manage supplier deposit with specific account
|
||||||
|
NEW: Accountancy - Model Digitaria - Add a way to clean some words when you generate thirdparty accounting account FPC22
|
||||||
|
NEW: Agenda - start a simple support of recurrent events on agenda
|
||||||
|
NEW: Bank - add salaries & VAT in tab planned entries
|
||||||
|
NEW: Bank - on a bank reconciled line, we can modify the bank receipt
|
||||||
|
NEW: Contracts - add a method doAutoRenewContracts that can be used as a cron task
|
||||||
|
NEW: Contracts - default template of contract is not mandatory
|
||||||
|
NEW: Contracts - Manage Position (Rank) on Contract Lines
|
||||||
|
NEW: EMail - can copy/paste images into emails sent
|
||||||
|
NEW: EMail - can edit label of an emailing even once sent
|
||||||
|
NEW: EMail - can join several files by default on email form
|
||||||
|
NEW: EMail - can send an email on scheduled job error
|
||||||
|
NEW: EMail - on a form to send an email, we show all emails of all contacts of object
|
||||||
|
NEW: EMail - add the SMTP header References on ticket email created by email
|
||||||
|
NEW: EMail - add substitution key __SENDEREMAIL_SIGNATURE__
|
||||||
|
NEW: EMail - experimental SMTP using PhpImap allowing OAuth2 authentication (need to add option MAIN_IMAP_USE_PHPIMAP)
|
||||||
|
NEW: EMail-Collector - add IMAP port setting
|
||||||
|
NEW: EMail-Collector - add a button "Test collect"
|
||||||
|
NEW: Event-Organization - add date event (!= date project) and location on event organization
|
||||||
|
NEW: Expedition - add objectLink on expedition
|
||||||
|
NEW: Export - Add " as enclosure by default for CSV export. Keep removing CR/LF.
|
||||||
|
NEW: Extrafields - add badge in admin extrafields setup
|
||||||
|
NEW: Extrafields - can edit property css, cssview, csslist on extrafields
|
||||||
|
NEW: Extrafields - default values in extrafields are not more limited to 255 char.
|
||||||
|
NEW: Extrafields - field price with currency
|
||||||
|
NEW: Extrafields - support IP type to store IP addresses
|
||||||
|
NEW: Finance - VAT - Admin - Add information on deadline day for submission of VAT declaration
|
||||||
|
NEW: Interventions - enable online signature for interventions
|
||||||
|
NEW: Invoice - add french mention on PDF when VAT debit option is on
|
||||||
|
NEW: Members - default_lang for members
|
||||||
|
NEW: Members - table of membership types
|
||||||
|
NEW: Members - add free membership amounts at the membership type level
|
||||||
|
NEW: OAuth - possibility to select scopes with checkbox for OAuth tokens
|
||||||
|
NEW: OAuth - saved token of OAUTH module are now encrypted into llx_oauth_token
|
||||||
|
NEW: Orders - resize parent company column in order list
|
||||||
|
NEW: Products - Categories - label on products categories filter
|
||||||
|
NEW: Products - Supplier price - autofill default supplier VAT
|
||||||
|
NEW: Products - Supplier price - can sort and preselected best supplier price
|
||||||
|
NEW: Projects - add author on list
|
||||||
|
NEW: Projects - add thirdparty column to the time list (projet/tasks/time.php)
|
||||||
|
NEW: Proposals - show delivery mode on PDF for proposals
|
||||||
|
NEW: Proposals - skip accept/refuse process for proposals (option PROPAL_SKIP_ACCEPT_REFUSE)
|
||||||
|
NEW: Reception - add a from/to on search on date field
|
||||||
|
NEW: Stock - page for mass stock transfer can be used with no source stock
|
||||||
|
NEW: Stock - product categories filter on inventory list
|
||||||
|
NEW: Stock - show product label on inventory
|
||||||
|
NEW: Stock - manage virtual stock at a future date
|
||||||
|
NEW: Stock Inventory - add filter "Product subject to lot/Serial" in stock per lot/serial
|
||||||
|
NEW: Stock Inventory - can use products categories to make inventory
|
||||||
|
NEW: Supplier Order List - add column private and public note
|
||||||
|
NEW: TakePOS - add margin infos to TakePOS invoice lines
|
||||||
|
NEW: TakePOS - add price to product box in TakePOS
|
||||||
|
NEW: TakePOS - add setup parameters, can setup terminal name
|
||||||
|
NEW: TakePOS - different product list on smartphone
|
||||||
|
NEW: TakePOS - display currency in TakePOS menu
|
||||||
|
NEW: TakePOS - Header Scroll in TakePOS
|
||||||
|
NEW: TakePOS - Receipt preview in TakePOS setup
|
||||||
|
NEW: TakePOS - support of Stripe Terminal with TakePOS
|
||||||
|
NEW: Thirdparty - manage no email with thirdparties (better for GDPR)
|
||||||
|
NEW: Thirdparty - set thirdparty type with company modify trigger
|
||||||
|
NEW: Tickets - change filter type on tickets list into a multiselect combo
|
||||||
|
NEW: Tickets - add oldcopy to Ticket so triggers intercepting TICKET_MODIFY have access to old values of the updated properties
|
||||||
|
NEW: Website - can delete a whole website if disabled
|
||||||
|
NEW: Website - can remove a website template
|
||||||
|
NEW: Website - can set header "Strict-Transport-Security" in web sites.
|
||||||
|
NEW: Website - can switch status of website and page from the website toolbar
|
||||||
|
NEW: Website - Templates of websites are now directories and not zip into core repo
|
||||||
|
NEW: Website - add 4 other templates in website module
|
||||||
|
|
||||||
|
General:
|
||||||
|
NEW: Actions: Bulk action to remove a category in list/search website pages
|
||||||
|
NEW: Cronjobs: can set a monthly frequency (or multiple) in cron tasks
|
||||||
|
NEW: Database: Encrypt all sensitive constants in llx_const
|
||||||
|
NEW: Database: Add performance index (name for company and contact) and llx_bank_url(url_id)
|
||||||
|
NEW: Database: Introduce dolEncrypt and dolDecrypt to be able to encrypt data in db
|
||||||
|
NEW: GUI: If we select another view list mode, we keep it
|
||||||
|
NEW: GUI: the link "add to bookmark" is always on top in the bookmark popup
|
||||||
|
NEW: GUI: Picto for shared link is clickable
|
||||||
|
NEW: GUI: add picto property on sub-module for password generation
|
||||||
|
NEW: GUI: show also scheduled task never finished in scheduled task widget
|
||||||
|
NEW: GUI: show badge with number of extrafields in setup
|
||||||
|
NEW: GUI: show category tree in sellist and chkbxlst for common object
|
||||||
|
NEW: GUI: show picto and color into combo for selection of tags
|
||||||
|
NEW: GUI: show sell-by and eat-by dates only if not empty
|
||||||
|
NEW: GUI: show SellBy/EatBy dates for each batch product in shipment card
|
||||||
|
NEW: GUI/Permissions: expand/collapse permissions on user permission page
|
||||||
|
NEW: Permissions: add a new advanced permission "read price"
|
||||||
|
NEW: Print: add show "Sales rep" option for PDF
|
||||||
|
NEW: Security: add fail2ban rules examples to limit access to /public pages
|
||||||
|
|
||||||
|
Option / Const for System:
|
||||||
|
NEW: FICHINTER_ALLOW_EXTERNAL_DOWNLOAD
|
||||||
|
NEW: MAIN_CHECKBOX_LEFT_COLUMN
|
||||||
|
NEW: MAIN_EMAIL_SUPPORT_ACK
|
||||||
|
NEW: MAIN_IMAP_USE_PHPIMAP
|
||||||
|
NEW: MAIN_SEARCH_CATEGORY_PRODUCT_ON_LISTS - const to show category customer filter
|
||||||
|
NEW: PRODUCT_ALLOW_EXTERNAL_DOWNLOAD
|
||||||
|
NEW: PRODUCTBATCH_SHOW_WAREHOUSE_ON_SHIPMENT - showing warehouse on PDF
|
||||||
|
NEW: PRODUIT_DESC_IN_FORM accept - desktop only or +smartphone
|
||||||
|
NEW: PROPAL_BYPASS_VALIDATED_STATUS
|
||||||
|
NEW: PROPAL_NEW_AS_SIGNED
|
||||||
|
NEW: PROPAL_SKIP_ACCEPT_REFUSE
|
||||||
|
NEW: TIMESPENT_ALWAYS_UPDATE_THM - when it's on we always check current thm of user to update it in task time line
|
||||||
|
|
||||||
|
Localisation:
|
||||||
|
NEW: adding JAPAN Chart-of-Account and regions/departments
|
||||||
|
NEW: adding NIF verification for Algeria
|
||||||
|
|
||||||
|
Modules
|
||||||
|
NEW: Experimental module Asset
|
||||||
|
NEW: Init module bookcal
|
||||||
|
NEW: Make module WebservicesClient deprecated. Use module WebHook instead.
|
||||||
|
|
||||||
|
|
||||||
|
For developers or integrators:
|
||||||
|
------------------------------
|
||||||
|
|
||||||
|
NEW: ModuleBuilder can generate code of class from an existing SQL table
|
||||||
|
NEW: #20912 Add trigger to record the event of sending an email from a project
|
||||||
|
NEW: #21750 Added "Get lines and Post lines from BOM" at the REST Service
|
||||||
|
NEW: #22370 Modulebuilder supports 'alwayseditable' (like extrafields)
|
||||||
|
NEW: conf->global->SYSLOG_FILE_ONEPERSESSION accept a string
|
||||||
|
NEW: All ajax pages have now a top_httphead()
|
||||||
|
|
||||||
|
API:
|
||||||
|
NEW: Add API for the partnership module
|
||||||
|
NEW: Add "Get lines and Post lines from BOM" in the API
|
||||||
|
NEW: translate for contact type API, setup/ticket API, shipping method API
|
||||||
|
NEW: support multilang in Civilities API
|
||||||
|
|
||||||
|
Hooks:
|
||||||
|
NEW: Actioncomm - add new hooks for actioncomm
|
||||||
|
NEW: Actioncomm - hook formConfirm on actioncomm card
|
||||||
|
NEW: Agenda - hook on agenda pages
|
||||||
|
NEW: Help - hook "changeHelpURL" to modify target of the help button
|
||||||
|
NEW: Product - add hook to show virtual stock details on product stock card
|
||||||
|
NEW: Product - add hook to modify supplier product html select
|
||||||
|
NEW: TakePOS - add hook to complete payment in TakePOS
|
||||||
|
|
||||||
|
|
||||||
|
NEW: Removed completely the need for the library adodbtime
|
||||||
|
NEW: Replace fk_categories_product with categories_product in inventory
|
||||||
|
NEW: Rewrite of SQL request. Removed the join on category (for filter on categ), replaced with a EXISTS/NOT
|
||||||
|
|
||||||
|
|
||||||
|
WARNING:
|
||||||
|
|
||||||
|
Following changes may create regressions for some external modules, but were necessary to make Dolibarr better:
|
||||||
|
* Minimal PHP version is now PHP 7.0 instead of PHP 5.6
|
||||||
|
* The signature of method getNomUrl() of class ProductFournisseur has been modified to match the signature of method Product
|
||||||
|
* Trigger ORDER_SUPPLIER_DISPATCH is removed, use ORDER_SUPPLIER_RECEIVE and/or LINEORDER_SUPPLIER_DISPATCH instead.
|
||||||
|
* All functions fetch_all() have been set to deprecated for naming consitency, use fetchAll() instead.
|
||||||
|
* Code standardization: '$user->rights->propale' is now '$user->rights->propal' everywhere.
|
||||||
|
* Deprecated method set_billed() on shipment and reception class has been removed. Use setBilled() instead.
|
||||||
|
* Tables llx_prelevement_facture and llx_prelevement_facture_demande have been renamed into llx_prelevement and llx_prelevement_demande.
|
||||||
|
* Rename MAIN_LIST_ALLOW_NOTES into MAIN_LIST_HIDE_NOTES and rename MAIN_LIST_ALLOW_PRIVATE_NOTES into MAIN_LIST_HIDE_PRIVATE_NOTES
|
||||||
|
* Rename the substitution for "project label" instead of "project title" in substitution variables
|
||||||
|
* You must use "$objectoffield" to manipulate the current object inside the formulare of computed custom extrafields instead of $obj/$object.
|
||||||
|
* Making a global search is sending the parameter using always the name search_all (instead of sometimes sall and search_all)
|
||||||
|
* The property $url_last_version must be public if defined into module descriptor files;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
***** ChangeLog for 16.0.4 compared to 16.0.3 *****
|
***** ChangeLog for 16.0.4 compared to 16.0.3 *****
|
||||||
|
|
||||||
FIX: Amount of localtax1 and 2 not correctly save on purchase order (the rate was saved instead)
|
FIX: Amount of localtax1 and 2 not correctly save on purchase order (the rate was saved instead)
|
||||||
FIX: #20415
|
FIX: #20415
|
||||||
FIX: #21280 FIX: #23008
|
FIX: #21280
|
||||||
FIX: #22271
|
FIX: #22271
|
||||||
FIX: #22524
|
FIX: #22524
|
||||||
FIX: #22837
|
FIX: #22837
|
||||||
FIX: #22964
|
FIX: #22964
|
||||||
|
FIX: #23008
|
||||||
FIX: #23012
|
FIX: #23012
|
||||||
FIX: #23019 Impossible to add task times to an existing draft invoice
|
FIX: #23019 Impossible to add task times to an existing draft invoice
|
||||||
FIX: #23072
|
FIX: #23072
|
||||||
|
FIX: #23075
|
||||||
FIX: #23087
|
FIX: #23087
|
||||||
FIX: #23115 FIX: #23116
|
FIX: #23115
|
||||||
|
FIX: #23116
|
||||||
|
FIX: #23117
|
||||||
FIX: #23281
|
FIX: #23281
|
||||||
FIX: #23420 : wrong check on $search_categ value causing FATAL ERROR
|
FIX: #23420 : wrong check on $search_categ value causing FATAL ERROR
|
||||||
FIX: Accountancy - Quadra export
|
FIX: Accountancy - Quadra export
|
||||||
FIX: add border left on image product when conf activated
|
FIX: add border left on image product when conf activated
|
||||||
FIX: Add missing token when deleting template inn order_supplier admin menu
|
FIX: Add missing token when deleting template inn order_supplier admin menu
|
||||||
FIX: Amount of localtax1 and 2 not correctly save on purchase order (the
|
|
||||||
FIX: API access for deactivated users
|
FIX: API access for deactivated users
|
||||||
FIX: bad selection of barcode numbering module
|
FIX: bad selection of barcode numbering module
|
||||||
FIX: Can't see all time spent by all user
|
FIX: Can't see all time spent by all user
|
||||||
@ -33,8 +281,6 @@ FIX: Empty FormSetup emailTemplate type IF empty fieldvalue
|
|||||||
FIX: Errors Handling for CreateFrom Hooks
|
FIX: Errors Handling for CreateFrom Hooks
|
||||||
FIX: error with dol_banner_tab, ref is needed
|
FIX: error with dol_banner_tab, ref is needed
|
||||||
FIX: ExpenseReport card was not reloaded after addline
|
FIX: ExpenseReport card was not reloaded after addline
|
||||||
FIX: #23075
|
|
||||||
FIX: #23117
|
|
||||||
FIX: get multicurrency infos of propal when create order from propal with "WORKFLOW_PROPAL_AUTOCREATE_ORDER" conf
|
FIX: get multicurrency infos of propal when create order from propal with "WORKFLOW_PROPAL_AUTOCREATE_ORDER" conf
|
||||||
FIX: Give predictable order to inventory lines
|
FIX: Give predictable order to inventory lines
|
||||||
FIX: include class multicurrency
|
FIX: include class multicurrency
|
||||||
@ -42,7 +288,6 @@ FIX: methods declaration (backport fix 67b9a7dc07d708231d12b5e58800334d4a01ef98)
|
|||||||
FIX: multicurrency_tx and not currency_tx
|
FIX: multicurrency_tx and not currency_tx
|
||||||
FIX: on public ticket list, only the page 1 was accessible. Other pages were 404 error.
|
FIX: on public ticket list, only the page 1 was accessible. Other pages were 404 error.
|
||||||
FIX: PGSQL Integer type does not have a free lenght
|
FIX: PGSQL Integer type does not have a free lenght
|
||||||
FIX: PGSQL Int type does not have a free lenght
|
|
||||||
FIX: Product list in setup.php in new Module
|
FIX: Product list in setup.php in new Module
|
||||||
FIX: propal and order stats broken on Tag+User(retricted customer list)
|
FIX: propal and order stats broken on Tag+User(retricted customer list)
|
||||||
FIX: saving of numbering module for jobs
|
FIX: saving of numbering module for jobs
|
||||||
@ -51,7 +296,6 @@ FIX: travis
|
|||||||
FIX: wrong check on $search_categ value causing fatal error
|
FIX: wrong check on $search_categ value causing fatal error
|
||||||
FIX: wrong stock list with multicompany and without stock sharing
|
FIX: wrong stock list with multicompany and without stock sharing
|
||||||
|
|
||||||
|
|
||||||
***** ChangeLog for 16.0.3 compared to 16.0.2 *****
|
***** ChangeLog for 16.0.3 compared to 16.0.2 *****
|
||||||
|
|
||||||
FIX: $sign is useless
|
FIX: $sign is useless
|
||||||
@ -208,118 +452,115 @@ NEW: PHP 8.0 and 8.1 compatibility:
|
|||||||
log files (depending on your PHP setup). Removal of all PHP warnings on server side is planned for v17.
|
log files (depending on your PHP setup). Removal of all PHP warnings on server side is planned for v17.
|
||||||
NEW: Support for recurring purchase invoices.
|
NEW: Support for recurring purchase invoices.
|
||||||
NEW: #20292 Include German public holidays
|
NEW: #20292 Include German public holidays
|
||||||
NEW: Can show ZATCA QRCode on PDFs
|
NEW: Can show ZATCA QR-Code on PDFs
|
||||||
NEW: Can show Swiss QR Code on PDFs
|
NEW: Can show Swiss QR-Code on PDFs
|
||||||
NEW: #17123 added ExtraFields for Stock Mouvement
|
NEW: #17123 added ExtraFields for Stock Mouvement
|
||||||
NEW: #20609 : new massaction to assign a sale representatives on a selection of thirdparties
|
NEW: #20609 new massaction to assign a sale representatives on a selection of thirdparties
|
||||||
NEW: #20653 edit discount pourcentage for all lines in one shot
|
NEW: #20653 edit discount pourcentage for all lines in one shot
|
||||||
NEW: Accept 'auto' for ref of object on import of purchase order/proposal
|
NEW: Accept 'auto' for ref of object on import of purchase order/proposal
|
||||||
NEW: Accountancy - Add more filters and info on page to bind accounting accounts
|
NEW: Accountancy - Add more filters and info on page to bind accounting accounts
|
||||||
NEW: Accountancy - Add subledger account when we generate a transaction with a deposit invoice
|
NEW: Accountancy - Add subledger account when generate a transaction with a deposit invoice
|
||||||
NEW: Accountancy - Add a massaction to preselect an account (customer and supplier list)
|
NEW: Accountancy - Add a massaction to preselect an account (customer and supplier list)
|
||||||
|
NEW: Accountancy - Add hidden feature for accounting reconciliation
|
||||||
NEW: ACE Editor is restored at same cursor position after a save.
|
NEW: ACE Editor is restored at same cursor position after a save.
|
||||||
NEW: Add "addMoreActionsButtons" hook to subscription form
|
NEW: Add "addMoreActionsButtons" hook to subscription form
|
||||||
NEW: Add an option in GUI to show a Quick add button into top menu bar
|
NEW: Add an option in GUI to show a Quick add button into top menu bar
|
||||||
NEW: Module Recruitment - Add a public page with all list of open job positions.
|
|
||||||
NEW: Module Recruitment - Add a tab with list of application on the jobposition file.
|
|
||||||
NEW: Add a workflow to auto link contract on a ticket
|
NEW: Add a workflow to auto link contract on a ticket
|
||||||
NEW: Add column date of Signature on proposal list
|
|
||||||
NEW: Add column template invoice in invoice list
|
NEW: Add column template invoice in invoice list
|
||||||
NEW: Add column "Total HT" to products array on document creation card
|
NEW: Add column "Total HT" to products array on document creation card
|
||||||
NEW: ADD configuration for text color of button action
|
NEW: Add configuration for text color of button action
|
||||||
NEW: Add constant to hide categories in TakePos
|
|
||||||
NEW: Add constant to show category description in TakePos
|
|
||||||
NEW: Add constant to show only the products in stock in TakePos
|
|
||||||
NEW: Add entity filter in exports
|
|
||||||
NEW: Show the event block on recurring invoices #20870
|
NEW: Show the event block on recurring invoices #20870
|
||||||
NEW: Add filter "opportunity status" on statistics of projects.
|
|
||||||
NEW: Add firstname, lastname and max number of attendees for module "Event Organization"
|
NEW: Add firstname, lastname and max number of attendees for module "Event Organization"
|
||||||
NEW: add margin info in proposal and order list
|
NEW: Add margin info in proposal and order list
|
||||||
NEW: Add massaction "Edit Extrafield" for Product
|
|
||||||
NEW: Add more fields to detect duplicate during import of thirdparties
|
NEW: Add more fields to detect duplicate during import of thirdparties
|
||||||
NEW: Add option to foce delivery on email for purchase order receipt to yes
|
NEW: Add option to foce delivery on email for purchase order receipt to yes
|
||||||
NEW: Add param boder table for md theme
|
|
||||||
NEW: Add param color button action
|
|
||||||
NEW: Add possibility to create contract from invoice
|
NEW: Add possibility to create contract from invoice
|
||||||
NEW: Add possibility with constant MAIN_LOGIN_BADCHARUNAUTHORIZED to define bad character unauthorized into login name
|
NEW: Add possibility with constant MAIN_LOGIN_BADCHARUNAUTHORIZED to define bad character unauthorized into login name
|
||||||
NEW: Add private and public notes on tax files.
|
NEW: Add private and public notes on tax files
|
||||||
NEW: Add status "Obsolete" to KM articles
|
|
||||||
NEW: Add substitutions "user numbers"
|
NEW: Add substitutions "user numbers"
|
||||||
NEW: Add the possibility to add sub-BOMs to BOM
|
|
||||||
NEW: allow a ticket to be automatically marked as read when created from backend.
|
|
||||||
NEW: allow cut&paste as real numeric value to excel
|
NEW: allow cut&paste as real numeric value to excel
|
||||||
NEW: A public form to send a message and create a lead is available
|
NEW: A public form to send a message and create a lead is available
|
||||||
NEW: automatically set totally received status in reception
|
NEW: automatically set totally received status in reception
|
||||||
NEW: Auto set invoice paid when adding credit not and remain to pay is 0
|
NEW: Auto set invoice paid when adding credit not and remain to pay is 0
|
||||||
NEW: Availibility dictionnary has a new column unit and number
|
NEW: Backup tool has an "lowmemory" option for mysqldump on large database
|
||||||
NEW: barcode rule to insert product in takepos
|
|
||||||
NEW: Can change value of AWP during the inventory
|
|
||||||
NEW: Can enter price with tax for predefined products on purchase objects
|
NEW: Can enter price with tax for predefined products on purchase objects
|
||||||
NEW: Can filter on a thirdparty on product statistics
|
|
||||||
NEW: Can removed doc templates from setup page of thirdparty
|
NEW: Can removed doc templates from setup page of thirdparty
|
||||||
NEW: Can set the parent company during the creation of thirdparty (action=add of societe/card.php)
|
|
||||||
NEW: Can use ! to make a search that exclude a string
|
NEW: Can use ! to make a search that exclude a string
|
||||||
NEW: Change in theme colors does not need to use the refresh button
|
|
||||||
NEW: clean values and amount in FEC import
|
NEW: clean values and amount in FEC import
|
||||||
NEW: const MAIL_MASS_ACTION_ADD_LAST_IF_MAIN_DOC_NOT_FOUND for mailing mass action
|
NEW: const MAIL_MASS_ACTION_ADD_LAST_IF_MAIN_DOC_NOT_FOUND for mailing mass action
|
||||||
NEW: Contact filter project list
|
NEW: Contact filter project list
|
||||||
NEW: Create contract from invoice
|
NEW: Create contract from invoice
|
||||||
NEW: create third-party with contact if not found on public ticket
|
NEW: Database: Can store the session into database (instead of beeing managed by PHP)
|
||||||
|
NEW: Database: Some core tables are created only at module activation
|
||||||
NEW: Default value for MAIN_SECURITY_CSRF_WITH_TOKEN is now 2 (GET are also protected agains CSRF attacks)
|
NEW: Default value for MAIN_SECURITY_CSRF_WITH_TOKEN is now 2 (GET are also protected agains CSRF attacks)
|
||||||
NEW: deposit payment terms: add field into dictionary admin page to define default percentage of deposit.
|
NEW: deposit payment terms: add field into dictionary admin page to define default percentage of deposit.
|
||||||
NEW: Dictionaries - add possibility to manage countries in EEC
|
NEW: Dictionaries - add possibility to manage countries in EEC
|
||||||
NEW: display errors in a message box after generating documents
|
NEW: Dictionaries - Availibility dictionnary has a new column unit and number
|
||||||
NEW: Display physical and virtual stock of the products when creating OF from a BOM
|
NEW: Display errors in a message box after generating documents
|
||||||
NEW: Display product ref in "Object link" product tab for BOM
|
|
||||||
NEW: Enhance the import. Can use 'auto' for the ref (import of orders)
|
NEW: Enhance the import. Can use 'auto' for the ref (import of orders)
|
||||||
NEW: Events on Proposal to Return to Draft
|
NEW: Events on Proposal to Return to Draft
|
||||||
|
NEW: Exports - add entity filter in exports
|
||||||
NEW: Page to list expense report payments
|
NEW: Page to list expense report payments
|
||||||
NEW: JS inventory autocalc input
|
NEW: JS inventory autocalc input
|
||||||
NEW: language support for more emailing target selectors
|
NEW: language support for more emailing target selectors
|
||||||
NEW: leave requests: add field into type dictionary to block request if balance is negative
|
NEW: leave requests: add field into type dictionary to block request if balance is negative
|
||||||
NEW: MAIN_MAIL_AUTOCOPY_TO can accept several email and special keys
|
|
||||||
NEW: MAIN_SEARCH_CAT_OR_BY_DEFAULT const for search by category
|
|
||||||
NEW: Mass action "Close shipments"
|
NEW: Mass action "Close shipments"
|
||||||
NEW: Module website now supports the multicompany module
|
NEW: Module BOM - add tabs for nets BOM
|
||||||
NEW: More mode for THEME_TOPMENU_DISABLE_IMAGE (2, 3, ...)
|
NEW: Module BOM - add the possibility to add sub-BOMs to BOM
|
||||||
|
NEW: Module Recruitment - Add a public page with list of all open job positions.
|
||||||
|
NEW: Module Recruitment - Add a tab with list of application on the jobposition file.
|
||||||
NEW: Add option to move checkbox column as first column on Thirdparty list (only few screens)
|
NEW: Add option to move checkbox column as first column on Thirdparty list (only few screens)
|
||||||
NEW: Add tabs for nets Bom
|
|
||||||
NEW: on redirect of page in website module, GET parameters are kept.
|
|
||||||
NEW: optional display warning icons on ticket list
|
|
||||||
NEW: option to default check "notify tier at creation" in ticket module
|
|
||||||
NEW: option update prices on proposal cloning
|
|
||||||
NEW: payment conditions enabling semi-automatic deposit creation (Issue #18439)
|
NEW: payment conditions enabling semi-automatic deposit creation (Issue #18439)
|
||||||
NEW: possibility to consume multiple batch
|
NEW: possibility to consume multiple batch
|
||||||
NEW: Reverse movement product consumption
|
NEW: Reverse movement product consumption
|
||||||
NEW: Send email to the supplier order contact
|
NEW: Send email to the supplier order contact
|
||||||
NEW: New permission to report time on timesheet.
|
NEW: add permission to report time on timesheet
|
||||||
|
NEW: Knowledge Management - add status "Obsolete" to KM articles
|
||||||
|
NEW: MRP - split consumption line on MO
|
||||||
|
NEW: MRP - display physical and virtual stock of the products when creating OF from a BOM
|
||||||
|
NEW: MRP - display product ref in "Object link" product tab for BOM
|
||||||
|
NEW: Orders - support user_modif in order
|
||||||
|
NEW: Products - add massaction "Edit Extrafield" for Product
|
||||||
|
NEW: Products - List - add thumbnail field in product list
|
||||||
|
NEW: Products - Statistics - can filter on a thirdparty
|
||||||
|
NEW: Projects - add filter "opportunity status" on statistics of projects.
|
||||||
|
NEW: Proposals - option update prices on proposal cloning
|
||||||
|
NEW: Proposals - List - add column date of Signature on proposal list
|
||||||
NEW: SEPA XML - option to place payment Type Info at Credit transfer Transaction level
|
NEW: SEPA XML - option to place payment Type Info at Credit transfer Transaction level
|
||||||
NEW: Show number of votes into the label of tab "Results" of a survey
|
NEW: Stocks - stock filter in reassort lists
|
||||||
NEW: Show product reference in Takepos
|
NEW: Stocks - stock limit in stock export CSV
|
||||||
NEW: Some core tables are created only at module activation
|
NEW: Stocks - Inventory - can change value of AWP during the inventory
|
||||||
NEW: split consumption line on MO
|
|
||||||
NEW: stock filter in reassort lists
|
|
||||||
NEW: stock limit in stock export CSV
|
|
||||||
NEW: Sub-bom are availables
|
|
||||||
NEW: Supplier order - Show ref supplier of reception in linked object block
|
NEW: Supplier order - Show ref supplier of reception in linked object block
|
||||||
NEW: support user_modif in order
|
NEW: Surveys - Show number of votes into the label of tab "Results" of a survey
|
||||||
NEW: TakePos - pagination on search results
|
NEW: TakePOS - barcode rule to insert product in TakePOS
|
||||||
NEW: The backup tools has an "lowmemory" option for mysqldump on large database
|
NEW: TakePOS - pagination on search results
|
||||||
|
NEW: TakePOS - show product reference
|
||||||
|
NEW: TakePOS - add constant to hide categories
|
||||||
|
NEW: TakePOS - add constant to show category description
|
||||||
|
NEW: TakePOS - add constant to show only the products in stock
|
||||||
|
NEW: Themes - add param color button action
|
||||||
|
NEW: Themes - Change in theme colors does not need to use the refresh button
|
||||||
|
NEW: Themes - more modes for THEME_TOPMENU_DISABLE_IMAGE (2, 3, ...)
|
||||||
|
NEW: Themes - MD - add param border table for md theme
|
||||||
|
NEW: Third-Parties - add rules "customer accountancy code" is mandatory to validate invoice
|
||||||
|
NEW: Third-Parties - can set the parent company during the creation of thirdparty (action=add of societe/card.php)
|
||||||
|
NEW: Tickets - allow a Ticket to be automatically marked as read when created from backend
|
||||||
|
NEW: Tickets - create Third-party with contact if not found on public ticket
|
||||||
|
NEW: Tickets - option to default check "notify tier at creation"
|
||||||
|
NEW: Tickets - Trigger: allow to automatically send messages on new tickets
|
||||||
|
NEW: Tickets - optional display warning icons on ticket list
|
||||||
|
NEW: Websites Module - supports now the multicompany module
|
||||||
|
NEW: Websites Module - on redirect of page in website module, GET parameters are kept.
|
||||||
NEW: The 'reposition' class works on ajax constantonoff that make redirects
|
NEW: The 'reposition' class works on ajax constantonoff that make redirects
|
||||||
NEW: Thirdparty - Add rules "customer accountancy code" is mandatory to validate invoice
|
|
||||||
NEW: thumbnail field in product list
|
|
||||||
NEW: total mark rate in list
|
NEW: total mark rate in list
|
||||||
NEW: uncheck "send message" by default on a ticket when private messages has been checked
|
NEW: uncheck "send message" by default on a ticket when private messages has been checked
|
||||||
NEW: VAT Report by month - Show detail by rate and also by code
|
NEW: VAT Report by month - Show detail by rate and also by code
|
||||||
NEW: Ticket triggers: allow to automatically send messages on new tickets
|
|
||||||
NEW: Accountancy - Add hidden feature for accounting reconciliation
|
|
||||||
NEW: Can store the session into database (instead of beeing managed by PHP)
|
|
||||||
NEW: Added MMK currency (Myanmar Kyat)
|
NEW: Added MMK currency (Myanmar Kyat)
|
||||||
NEW: On a form to send an email, we show all emails of contacts of object
|
NEW: On a form to send an email, we show all emails of contacts of object
|
||||||
|
|
||||||
Modules
|
Modules state
|
||||||
NEW: Module Partnership Management
|
NEW: Module Partnership Management - stable
|
||||||
NEW: Module Event Organization Management
|
NEW: Module Event Organization Management - stable
|
||||||
|
|
||||||
|
|
||||||
For developers or integrators:
|
For developers or integrators:
|
||||||
@ -327,48 +568,46 @@ For developers or integrators:
|
|||||||
NEW: dol_uncompress() supports more extensions (.gz, .bz2, .zstd). Only .zip was supported before.
|
NEW: dol_uncompress() supports more extensions (.gz, .bz2, .zstd). Only .zip was supported before.
|
||||||
NEW: Implement a generic method for Kaban views
|
NEW: Implement a generic method for Kaban views
|
||||||
NEW: Upgrade chartjs library to 3.7.1
|
NEW: Upgrade chartjs library to 3.7.1
|
||||||
NEW: update rank line is possible on API for customer invoices, sales orders and supplier invoice
|
|
||||||
NEW: stripe element with more gateways
|
NEW: stripe element with more gateways
|
||||||
NEW: solde() function evolution to be able to get solde until a chosen date
|
NEW: solde() function evolution to be able to get solde until a chosen date
|
||||||
NEW: Suggest a way to run upgrade per entities.
|
NEW: Suggest a way to run upgrade per entities.
|
||||||
NEW: Support html content for multiselect component.
|
NEW: Support html content for multiselect component.
|
||||||
NEW: ModuleBuilder - Add tabs view in module builder
|
NEW: ModuleBuilder - Add tabs view in module builder
|
||||||
NEW: ModuleBuilder - More feature that can be modifed after module generation
|
NEW: ModuleBuilder - More feature that can be modifed after module generation
|
||||||
NEW: Hook getNomUrl available everywhere in tooltip of ref links
|
|
||||||
NEW: Identification of tr is possible with by attribute data-id on some pages
|
NEW: Identification of tr is possible with by attribute data-id on some pages
|
||||||
NEW: Import with select boxes V2
|
NEW: Import with select boxes V2
|
||||||
NEW: Can update rank of invoice, proposal and order lines with API update
|
|
||||||
NEW: Can use current entity filter on 'chkbxlst'
|
NEW: Can use current entity filter on 'chkbxlst'
|
||||||
NEW: Creation of the function select_bom() used to display bom select list
|
NEW: Creation of the function select_bom() used to display bom select list
|
||||||
NEW: add printFieldListWhere hook in product reassort card
|
|
||||||
NEW: Add trigger and event on completely received status change
|
NEW: Add trigger and event on completely received status change
|
||||||
NEW: Add utility function send backup by mail
|
NEW: Add utility function send backup by mail
|
||||||
NEW: add WordPress OAuth to save a token (not SSO)
|
NEW: add WordPress OAuth to save a token (not SSO)
|
||||||
NEW: A module can embed a sql script run at each Dolibarr upgrade
|
NEW: A module can embed a SQL script run at each Dolibarr upgrade
|
||||||
NEW: API Proposals - Add POST lines
|
|
||||||
NEW: API REST filter states by country
|
|
||||||
NEW: Add option INVOICEREC_SET_AUTOFILL_DATE_START/END
|
|
||||||
NEW: Add option MAIN_API_DEBUG to save API logs into a file
|
|
||||||
NEW: Add param to keep the robot=index meta tag on public pages
|
NEW: Add param to keep the robot=index meta tag on public pages
|
||||||
NEW: Add method hintindex() in database handlers.
|
NEW: Add method hintindex() in database handlers.
|
||||||
NEW: add modifications for new function "$db->prefix()"
|
NEW: add modifications for new function "$db->prefix()"
|
||||||
NEW: addMoreActionsButtonsList hook for button in list
|
NEW: addMoreActionsButtonsList hook for button in list
|
||||||
NEW: Add API to get a template invoice
|
|
||||||
NEW: Standardize a lot of code.
|
NEW: Standardize a lot of code.
|
||||||
NEW: #20736 Allow extrafields SQL filters on REST API product lookup
|
|
||||||
NEW: #19294 implement detailed timespent in task of project API
|
|
||||||
NEW: Add a protection into PHPunit to avoid to forget a var_dump
|
NEW: Add a protection into PHPunit to avoid to forget a var_dump
|
||||||
|
|
||||||
|
|
||||||
|
API:
|
||||||
|
NEW: API Proposals - Add POST lines
|
||||||
|
NEW: API REST filter states by country
|
||||||
|
NEW: Add API to get a template invoice
|
||||||
NEW: Add datem and type parameters to API to create movements
|
NEW: Add datem and type parameters to API to create movements
|
||||||
NEW: Add hidden option on contract PDF line to hide qty and price
|
NEW: #19294 implement detailed timespent in task of project API
|
||||||
NEW: Option MAIL_MASS_ACTION_ADD_LAST_IF_MAIN_DOC_NOT_FOUND to send last document in mass mailing action
|
NEW: #20736 Allow extrafields SQL filters on REST API product lookup
|
||||||
|
NEW: Can update rank of invoice, proposal and order lines with API update
|
||||||
|
NEW: update rank line is possible on API for customer invoices, sales orders and supplier invoice
|
||||||
|
NEW: Add option MAIN_API_DEBUG to save API logs into a file
|
||||||
|
|
||||||
|
Hooks:
|
||||||
|
NEW: Hook getNomUrl available everywhere in tooltip of ref links
|
||||||
NEW: Add hooks: selectContactListWhere hook, selectThirdpartyListWhere hook
|
NEW: Add hooks: selectContactListWhere hook, selectThirdpartyListWhere hook
|
||||||
NEW: TakePos - add hooks complete product display
|
|
||||||
NEW: TakePos - add hooks for cart display
|
|
||||||
NEW: TakePos - add hooks to complete ajax return array
|
|
||||||
NEW: Add hook before the public ticket list
|
NEW: Add hook before the public ticket list
|
||||||
NEW: Add hook doaction in takepos invoice
|
NEW: Add hook for Notif
|
||||||
NEW: Add Hook for Notif
|
|
||||||
NEW: Add hook for more buttons
|
NEW: Add hook for more buttons
|
||||||
|
NEW: add hook printFieldListWhere in product ressort card
|
||||||
NEW: Add hook printFieldListWhere in "show_contacts" function
|
NEW: Add hook printFieldListWhere in "show_contacts" function
|
||||||
NEW: Add hook printFieldWhere in load_state_board function
|
NEW: Add hook printFieldWhere in load_state_board function
|
||||||
NEW: Add hooks contact tab badge and hooks parameter for avoid conflicts
|
NEW: Add hooks contact tab badge and hooks parameter for avoid conflicts
|
||||||
@ -380,7 +619,20 @@ NEW: Add hooks on project task time page
|
|||||||
NEW: Add hooks on salaries and sociales card
|
NEW: Add hooks on salaries and sociales card
|
||||||
NEW: Add hooks select product list and select thirdparty list function
|
NEW: Add hooks select product list and select thirdparty list function
|
||||||
NEW: Add hook to getSellPrice function
|
NEW: Add hook to getSellPrice function
|
||||||
|
NEW: TakePos - add hooks complete product display
|
||||||
|
NEW: TakePos - add hooks for cart display
|
||||||
|
NEW: TakePos - add hooks to complete ajax return array
|
||||||
|
NEW: TakePOS - add hook doaction in TakePOS invoice
|
||||||
|
|
||||||
|
Config Options:
|
||||||
|
NEW: Add hidden option on contract PDF line to hide qty and price
|
||||||
|
NEW: Option MAIL_MASS_ACTION_ADD_LAST_IF_MAIN_DOC_NOT_FOUND to send last document in mass mailing action
|
||||||
|
NEW: Option MAIN_API_DEBUG to save API logs into a file
|
||||||
|
NEW: Option MAIN_MAIL_AUTOCOPY_TO can accept several email and special keys
|
||||||
|
NEW: Option MAIN_SEARCH_CAT_OR_BY_DEFAULT const for search by category
|
||||||
|
NEW: Option INVOICEREC_SET_AUTOFILL_DATE_START/END
|
||||||
|
|
||||||
|
WARNING:
|
||||||
|
|
||||||
Following changes may create regressions for some external modules, but were necessary to make Dolibarr better:
|
Following changes may create regressions for some external modules, but were necessary to make Dolibarr better:
|
||||||
* There is a new specific permission to be allowed to enter timesheets. If you use timesheet, don't forget to give the new permission (disable and
|
* There is a new specific permission to be allowed to enter timesheets. If you use timesheet, don't forget to give the new permission (disable and
|
||||||
@ -408,10 +660,8 @@ FIX: #18704
|
|||||||
FIX: #20444
|
FIX: #20444
|
||||||
FIX: #20448 missing preg_replace for vat rate when adding a free line
|
FIX: #20448 missing preg_replace for vat rate when adding a free line
|
||||||
FIX: #20476 migration postgresql 13.0.x to 14.0.x packaging type
|
FIX: #20476 migration postgresql 13.0.x to 14.0.x packaging type
|
||||||
FIX: #20487 missing letter D in constant THIRDPARTIES_DISABLE_RELATED_…
|
|
||||||
FIX: #20487 missing letter D in constant THIRDPARTIES_DISABLE_RELATED_OBJECT_TAB
|
FIX: #20487 missing letter D in constant THIRDPARTIES_DISABLE_RELATED_OBJECT_TAB
|
||||||
FIX: #20527 Accountancy - Unbalanced entry proposed when an employee are declared on a social contribution
|
FIX: #20527 Accountancy - Unbalanced entry proposed when an employee are declared on a social contribution
|
||||||
FIX: #20527 Accountancy Unbalanced entry proposed when an employee are declared on social contribution
|
|
||||||
FIX: #20621 signature online with proposal with n page.
|
FIX: #20621 signature online with proposal with n page.
|
||||||
FIX: #20696
|
FIX: #20696
|
||||||
FIX: #20828
|
FIX: #20828
|
||||||
@ -447,7 +697,7 @@ FIX: fourn/commande/card.php Added "$object" parameter to $formfile->showdocumen
|
|||||||
FIX: french traductions for payment methods
|
FIX: french traductions for payment methods
|
||||||
FIX: hook for dol_format_address
|
FIX: hook for dol_format_address
|
||||||
FIX: Index page for "Sales" give wrong URL link to Intervention
|
FIX: Index page for "Sales" give wrong URL link to Intervention
|
||||||
FIX: issue Dolibarr#21495 for v15
|
FIX: issue Dolibarr #21495 for v15
|
||||||
FIX: label and get_substitutionarray_each_var_object on ODT generation
|
FIX: label and get_substitutionarray_each_var_object on ODT generation
|
||||||
FIX: load product stock in inventory lines
|
FIX: load product stock in inventory lines
|
||||||
FIX: missing morecss for multiselectarray
|
FIX: missing morecss for multiselectarray
|
||||||
@ -756,6 +1006,8 @@ NEW: make it easier to set the `keyword`, `keywords` and `description` attribute
|
|||||||
NEW: Experimental feature to manage user sessions in database
|
NEW: Experimental feature to manage user sessions in database
|
||||||
|
|
||||||
|
|
||||||
|
WARNING:
|
||||||
|
|
||||||
Following changes may create regressions for some external modules, but were necessary to make Dolibarr better:
|
Following changes may create regressions for some external modules, but were necessary to make Dolibarr better:
|
||||||
* ALL EXTERNAL MODULES THAT WERE NOT CORRECTLY DEVELOPPED WILL NOT WORK ON V15 (All modules that forgot to manage the security token field
|
* ALL EXTERNAL MODULES THAT WERE NOT CORRECTLY DEVELOPPED WILL NOT WORK ON V15 (All modules that forgot to manage the security token field
|
||||||
into forms will be broken. The security token field is expected since Dolibarr v9 but a lot of external modules did not implement it).
|
into forms will be broken. The security token field is expected since Dolibarr v9 but a lot of external modules did not implement it).
|
||||||
|
|||||||
@ -56,6 +56,10 @@ Vous pouvez aussi utiliser un serveur Web et une base de données prise en charg
|
|||||||
|
|
||||||
Pour mettre à jour Dolibarr depuis une vieille version vers celle ci:
|
Pour mettre à jour Dolibarr depuis une vieille version vers celle ci:
|
||||||
|
|
||||||
|
- Faites une sauvegarde de votre instance [voir ce tutorial](https://wiki.dolibarr.org/index.php/Installation_-_Upgrade#Upgrade_Dolibarr)
|
||||||
|
|
||||||
|
- Vérifiez que la nouvelle version est compatible avec la version PHP de votre serveur [voir PHP support](https://wiki.dolibarr.org/index.php/Releases).
|
||||||
|
|
||||||
- Ecrasez les vieux fichiers dans le vieux répertoire 'dolibarr' par les fichiers
|
- Ecrasez les vieux fichiers dans le vieux répertoire 'dolibarr' par les fichiers
|
||||||
fournis dans ce nouveau package.
|
fournis dans ce nouveau package.
|
||||||
|
|
||||||
|
|||||||
13
SECURITY.md
13
SECURITY.md
@ -6,9 +6,8 @@ This file contains some policies about the security reports on Dolibarr ERP CRM
|
|||||||
|
|
||||||
| Version | Supported |
|
| Version | Supported |
|
||||||
| ---------- | ---------------------- |
|
| ---------- | ---------------------- |
|
||||||
| <= 15.0.0 | :x: |
|
| <= 16.0.2 | :x: |
|
||||||
| >= 15.0.1+ | :white_check_mark: except CSRF attacks|
|
| >= 16.0.3 | :white_check_mark: |
|
||||||
| >= 16.0.0 | :white_check_mark: |
|
|
||||||
| >= develop | :white_check_mark: |
|
| >= develop | :white_check_mark: |
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
@ -54,16 +53,17 @@ ONLY vulnerabilities discovered, when the following setup on test platform is us
|
|||||||
* $dolibarr_nocsrfcheck must be kept to the value 0 into conf.php (this is the default value)
|
* $dolibarr_nocsrfcheck must be kept to the value 0 into conf.php (this is the default value)
|
||||||
* $dolibarr_main_force_https must be set to something else than 0.
|
* $dolibarr_main_force_https must be set to something else than 0.
|
||||||
* The constant MAIN_SECURITY_CSRF_WITH_TOKEN must be set to 3 into backoffice menu Home - Setup - Other (this protection should be set to 3 soon by default)
|
* The constant MAIN_SECURITY_CSRF_WITH_TOKEN must be set to 3 into backoffice menu Home - Setup - Other (this protection should be set to 3 soon by default)
|
||||||
* The module DebugBar and ModuleBuilder must NOT be enabled (by default, these modules are not enabled. They are developer tools)
|
|
||||||
* ONLY security reports on modules provided by default and with the "stable" status are valid (troubles into "experimental", "developement" or external modules are not valid vulnerabilities).
|
* ONLY security reports on modules provided by default and with the "stable" status are valid (troubles into "experimental", "developement" or external modules are not valid vulnerabilities).
|
||||||
* The root of web server must link to htdocs and the documents directory must be outside of the web server root (this is the default when using the default installer but may differs with external installer).
|
* The root of web server must link to htdocs and the documents directory must be outside of the web server root (this is the default when using the default installer but may differs with external installer).
|
||||||
* The web server setup must be done so that only the documents directory is in write mode. The root directory called htdocs must be read-only.
|
* The web server setup must be done so that only the documents directory is in write mode. The root directory called htdocs must be read-only.
|
||||||
* CSRF attacks are accepted but double check that you have set MAIN_SECURITY_CSRF_WITH_TOKEN to value 3.
|
* CSRF attacks are accepted but double check that you have set MAIN_SECURITY_CSRF_WITH_TOKEN to value 3.
|
||||||
|
* The module DebugBar and ModuleBuilder must NOT be enabled (by default, these modules are not enabled. They are developer tools)
|
||||||
* Ability for a high level user to edit web site pages into the CMS by including HTML or Javascript is an expected feature. Vulnerabilities into the website module are validated only if HTML or Javascript injection can be done by a non allowed user.
|
* Ability for a high level user to edit web site pages into the CMS by including HTML or Javascript is an expected feature. Vulnerabilities into the website module are validated only if HTML or Javascript injection can be done by a non allowed user.
|
||||||
|
* Fail2ban rules for rate limit on the login page,password forgotten page and all public pages (/public/*) must be installed as recommendend into the section "About - Admin tools - Section Access limits and mitigation".
|
||||||
|
|
||||||
Scope is the web application (back office) and the APIs.
|
Scope is the web application (back office) and the APIs.
|
||||||
|
|
||||||
## Qualifying vulnerabilities for reporting
|
## Example of vulnerabilities Qualified for reporting.
|
||||||
|
|
||||||
* Remote code execution (RCE)
|
* Remote code execution (RCE)
|
||||||
* Local files access and manipulation (LFI, RFI, XXE, SSRF, XSPA)
|
* Local files access and manipulation (LFI, RFI, XXE, SSRF, XSPA)
|
||||||
@ -79,7 +79,7 @@ Scope is the web application (back office) and the APIs.
|
|||||||
* Software version disclosure (for non admin users only)
|
* Software version disclosure (for non admin users only)
|
||||||
* Stack traces or path disclosure (for non admin users only)
|
* Stack traces or path disclosure (for non admin users only)
|
||||||
|
|
||||||
## Non-qualifying vulnerabilities for reporting
|
## Example of vulnerabilities non Non-qualified for reporting.
|
||||||
|
|
||||||
* "Self" XSS
|
* "Self" XSS
|
||||||
* SSL/TLS best practices
|
* SSL/TLS best practices
|
||||||
@ -96,3 +96,4 @@ Scope is the web application (back office) and the APIs.
|
|||||||
* Software version or private IP disclosure when logged user is admin
|
* Software version or private IP disclosure when logged user is admin
|
||||||
* Stack traces or path disclosure when logged user is admin
|
* Stack traces or path disclosure when logged user is admin
|
||||||
* Any vulnerabilities due to a configuration different than the one defined into chapter "Scope for qualified vulnerabilities".
|
* Any vulnerabilities due to a configuration different than the one defined into chapter "Scope for qualified vulnerabilities".
|
||||||
|
* Brute force attacks on login page, password forgotten page or any public pages (/public/*) are not qualified if the fail2ban recommended fail2ban rules were not installed.
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
7
|
10
|
||||||
@ -19,7 +19,6 @@ Depends: libapache2-mod-php5 | libapache2-mod-php5filter | php5-cgi | php5-fpm |
|
|||||||
php-pear, php-mail-mime,
|
php-pear, php-mail-mime,
|
||||||
# php-tcpdf,
|
# php-tcpdf,
|
||||||
# libfpdf-tpl-php, php-fpdf,
|
# libfpdf-tpl-php, php-fpdf,
|
||||||
# libphp-adodb,
|
|
||||||
# libnusoap-php,
|
# libnusoap-php,
|
||||||
# libphp-pclzip,
|
# libphp-pclzip,
|
||||||
# Required javascript libraries
|
# Required javascript libraries
|
||||||
|
|||||||
@ -61,31 +61,6 @@ License: GPL-3+
|
|||||||
|
|
||||||
------------------------------------------------------------
|
------------------------------------------------------------
|
||||||
|
|
||||||
Files: htdocs/includes/adodbtime/*
|
|
||||||
Copyright: 2003-2005, John Lim
|
|
||||||
unknown, jackbbs
|
|
||||||
License: BSD-3-Clause
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
|
||||||
modification, are permitted provided that the following conditions
|
|
||||||
are met:
|
|
||||||
.
|
|
||||||
Redistributions of source code must retain the above copyright notice,
|
|
||||||
this list of conditions and the following disclaimer.
|
|
||||||
.
|
|
||||||
Redistributions in binary form must reproduce the above copyright notice,
|
|
||||||
this list of conditions and the following disclaimer in the documentation
|
|
||||||
and/or other materials provided with the distribution.
|
|
||||||
.
|
|
||||||
Neither the name of the John Lim nor the names of its contributors may be
|
|
||||||
used to endorse or promote products derived from this software without
|
|
||||||
specific prior written permission.
|
|
||||||
Comment:
|
|
||||||
Those files are not shipped in the binary package since we use
|
|
||||||
the library as packaged in "libphp-adodb".
|
|
||||||
|
|
||||||
|
|
||||||
------------------------------------------------------------
|
|
||||||
|
|
||||||
Files: htdocs/includes/ckeditor/*
|
Files: htdocs/includes/ckeditor/*
|
||||||
Copyright: 2003-2012 CKSource - Frederico Knabben
|
Copyright: 2003-2012 CKSource - Frederico Knabben
|
||||||
License: GPL-2+
|
License: GPL-2+
|
||||||
|
|||||||
@ -146,7 +146,6 @@ case "$1" in
|
|||||||
#else
|
#else
|
||||||
# File already exist. We add params not found.
|
# File already exist. We add params not found.
|
||||||
#echo Add new params to overwrite path to use shared libraries/fonts
|
#echo Add new params to overwrite path to use shared libraries/fonts
|
||||||
#grep -q -c "dolibarr_lib_ADODB_PATH" $config || [ ! -d "/usr/share/php/adodb" ] || echo "<?php \$dolibarr_lib_ADODB_PATH='/usr/share/php/adodb'; ?>" >> $config
|
|
||||||
##grep -q -c "dolibarr_lib_GEOIP_PATH" $config || echo "<?php \$dolibarr_lib_GEOIP_PATH=''; ?>" >> $config
|
##grep -q -c "dolibarr_lib_GEOIP_PATH" $config || echo "<?php \$dolibarr_lib_GEOIP_PATH=''; ?>" >> $config
|
||||||
#grep -q -c "dolibarr_lib_NUSOAP_PATH" $config || [ ! -d "/usr/share/php/nusoap" ] || echo "<?php \$dolibarr_lib_NUSOAP_PATH='/usr/share/php/nusoap'; ?>" >> $config
|
#grep -q -c "dolibarr_lib_NUSOAP_PATH" $config || [ ! -d "/usr/share/php/nusoap" ] || echo "<?php \$dolibarr_lib_NUSOAP_PATH='/usr/share/php/nusoap'; ?>" >> $config
|
||||||
#grep -q -c "dolibarr_lib_ODTPHP_PATHTOPCLZIP" $config || [ ! -d "/usr/share/php/libphp-pclzip" ] || echo "<?php \$dolibarr_lib_ODTPHP_PATHTOPCLZIP='/usr/share/php/libphp-pclzip'; ?>" >> $config
|
#grep -q -c "dolibarr_lib_ODTPHP_PATHTOPCLZIP" $config || [ ! -d "/usr/share/php/libphp-pclzip" ] || echo "<?php \$dolibarr_lib_ODTPHP_PATHTOPCLZIP='/usr/share/php/libphp-pclzip'; ?>" >> $config
|
||||||
|
|||||||
@ -31,7 +31,6 @@ $force_install_distrib='debian';
|
|||||||
// - not removed from package (see rm in rules file),
|
// - not removed from package (see rm in rules file),
|
||||||
// - declared into dependencies (see Depends in control file)
|
// - declared into dependencies (see Depends in control file)
|
||||||
//$force_dolibarr_lib_TCPDF_PATH='';
|
//$force_dolibarr_lib_TCPDF_PATH='';
|
||||||
//$force_dolibarr_lib_ADODB_PATH='/usr/share/php/adodb';
|
|
||||||
//$force_dolibarr_lib_GEOIP_PATH='';
|
//$force_dolibarr_lib_GEOIP_PATH='';
|
||||||
//$force_dolibarr_lib_NUSOAP_PATH='/usr/share/php/nusoap';
|
//$force_dolibarr_lib_NUSOAP_PATH='/usr/share/php/nusoap';
|
||||||
//$force_dolibarr_lib_ODTPHP_PATHTOPCLZIP='/usr/share/php/libphp-pclzip';
|
//$force_dolibarr_lib_ODTPHP_PATHTOPCLZIP='/usr/share/php/libphp-pclzip';
|
||||||
|
|||||||
@ -89,7 +89,6 @@ override_dh_install:
|
|||||||
rm -fr build/zip
|
rm -fr build/zip
|
||||||
|
|
||||||
# clean from all PHP embedded libraries (we use package dependencies instead)
|
# clean from all PHP embedded libraries (we use package dependencies instead)
|
||||||
# rm -fr htdocs/includes/adodbtime
|
|
||||||
# rm -fr htdocs/includes/geoip
|
# rm -fr htdocs/includes/geoip
|
||||||
# rm -fr htdocs/includes/nusoap
|
# rm -fr htdocs/includes/nusoap
|
||||||
# rm -fr htdocs/includes/odtphp/zip/pclzip
|
# rm -fr htdocs/includes/odtphp/zip/pclzip
|
||||||
|
|||||||
@ -1,2 +0,0 @@
|
|||||||
htdocs/install/doctemplates/websites/website_template-corporate.zip
|
|
||||||
htdocs/install/doctemplates/websites/website_template-stellar.zip
|
|
||||||
@ -1,4 +1,4 @@
|
|||||||
FROM php:7.3-apache
|
FROM php:8.1-apache-bullseye
|
||||||
|
|
||||||
ENV PHP_INI_DATE_TIMEZONE 'UTC'
|
ENV PHP_INI_DATE_TIMEZONE 'UTC'
|
||||||
ENV PHP_INI_MEMORY_LIMIT 256M
|
ENV PHP_INI_MEMORY_LIMIT 256M
|
||||||
@ -25,7 +25,7 @@ RUN apt-get update -y \
|
|||||||
mailutils \
|
mailutils \
|
||||||
&& apt-get autoremove -y \
|
&& apt-get autoremove -y \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
|
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
|
||||||
&& docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip \
|
&& docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip \
|
||||||
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
|
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
|
||||||
&& docker-php-ext-install -j$(nproc) ldap && \
|
&& docker-php-ext-install -j$(nproc) ldap && \
|
||||||
|
|||||||
@ -34,6 +34,8 @@ services:
|
|||||||
build: .
|
build: .
|
||||||
environment:
|
environment:
|
||||||
HOST_USER_ID: $HOST_USER_ID
|
HOST_USER_ID: $HOST_USER_ID
|
||||||
|
PHP_INI_DATE_TIMEZONE: $PHP_INI_DATE_TIMEZONE
|
||||||
|
PHP_INI_MEMORY_LIMIT: $PHP_INI_MEMORY_LIMIT
|
||||||
volumes:
|
volumes:
|
||||||
- ../../htdocs:/var/www/html/
|
- ../../htdocs:/var/www/html/
|
||||||
- ../../documents:/var/documents
|
- ../../documents:/var/documents
|
||||||
|
|||||||
@ -15,10 +15,10 @@ fi
|
|||||||
echo "[docker-run] => Set Permission to www-data for /var/documents"
|
echo "[docker-run] => Set Permission to www-data for /var/documents"
|
||||||
chown -R www-data:www-data /var/documents
|
chown -R www-data:www-data /var/documents
|
||||||
|
|
||||||
if [ ! -f /usr/local/etc/php/php.ini ]; then
|
echo "[docker-run] => update ${PHP_INI_DIR}/conf.d/dolibarr-php.ini"
|
||||||
cat <<EOF > /usr/local/etc/php/php.ini
|
cat <<EOF > ${PHP_INI_DIR}/conf.d/dolibarr-php.ini
|
||||||
date.timezone = $PHP_INI_DATE_TIMEZONE
|
date.timezone = ${PHP_INI_DATE_TIMEZONE:-UTC}
|
||||||
|
memory_limit = ${PHP_INI_MEMORY_LIMIT:-256M}
|
||||||
EOF
|
EOF
|
||||||
fi
|
|
||||||
|
|
||||||
exec apache2-foreground
|
exec apache2-foreground
|
||||||
|
|||||||
@ -11,38 +11,38 @@ LaunchProgram=Launch %1
|
|||||||
AssocFileExtension=&Associate %1 with the %2 file extension
|
AssocFileExtension=&Associate %1 with the %2 file extension
|
||||||
AssocingFileExtension=Associating %1 with the %2 file extension...
|
AssocingFileExtension=Associating %1 with the %2 file extension...
|
||||||
|
|
||||||
YouWillInstallDoliWamp=You will install DoliWamp (so Dolibarr + all required third party software like Apache, Mysql and PHP) on your computer.
|
YouWillInstallDoliWamp=You will install DoliWamp (so Dolibarr plus all required third-party software like Apache, MySQL and PHP) on your computer.
|
||||||
ThisAssistantInstallOrUpgrade=WARNING: Using an ERP CRM installed on a local computer can be dangerous: if your computer break down, you can lose all your data. Do this if you are ready to manage backup yourself seriously. If not, use an installation in Saas instead (see https://saas.dolibarr.org).
|
ThisAssistantInstallOrUpgrade=WARNING: Using an ERP CRM installed on a local computer can be dangerous: if your computer breaks down, you can lose all your data. Do this if you are ready to manage backups yourself seriously. If not, use an installation in SaaS instead (see https://saas.dolibarr.org).
|
||||||
IfYouHaveTechnicalKnowledge=Moreover, if you have technical knowledges and want to manage your Apache, Mysql and PHP yourself, you should not use this assistant and make a manual installation of Dolibarr on your existing server with Apache, Mysql and PHP.
|
IfYouHaveTechnicalKnowledge=Moreover, if you have technical knowledge and want to manage Apache, MySQL and PHP yourself, you should not use this assistant and instead make a manual installation of Dolibarr on your existing server with Apache, MySQL and PHP.
|
||||||
ButIfYouLook=But if you look for an automatic setup on your local computer, you''re on the good way...
|
ButIfYouLook=But if you are looking for an automatic setup on your local computer, you're on the right path...
|
||||||
DoYouWantToStart=Do you want to start installation process ?
|
DoYouWantToStart=Do you want to start the installation process?
|
||||||
|
|
||||||
TechnicalParameters=Technical parameters
|
TechnicalParameters=Technical parameters
|
||||||
IfFirstInstall=If first install, please specify some technical parameters. If you don't understand, are not sure, or are doing an upgrade, just leave the default values.
|
IfFirstInstall=If this is the first install, please specify some technical parameters. If you don't understand, are not sure, or are doing an upgrade, just keep the default values.
|
||||||
|
|
||||||
; WARNING !!! STRINGS HERE MUST BE LOWER THAN 60 CHARACTERS
|
; WARNING !!! STRINGS HERE MUST BE LOWER THAN 60 CHARACTERS
|
||||||
SMTPServer=SMTP server (your own or ISP SMTP server, first install only) :
|
SMTPServer=SMTP server (your own or ISP SMTP server, first install only):
|
||||||
ApachePort=Apache port (first install only, common choice is 80) :
|
ApachePort=Apache port (first install only, common choice is 80):
|
||||||
MySqlPort=MySql port (first install only, common choice is 3306) :
|
MySqlPort=MySQL port (first install only, common choice is 3306):
|
||||||
MySqlPassword=MySql server and database password you want for root (first install only):
|
MySqlPassword=MySQL server and database password you want for root (first install only):
|
||||||
|
|
||||||
FailedToDeleteLock=Failed to delete the file %1/www/dolibarr/install.lock. You can ignore warning but you may have to remove it manually later when asked. Click OK to continue...
|
FailedToDeleteLock=Failed to delete the file %1/www/dolibarr/install.lock. You can ignore this warning but you may have to remove the file manually later when asked. Click OK to continue...
|
||||||
|
|
||||||
PortAlreadyInUse=Port %1 seems to be already in use. You should cancel to go back and choose another value for %2 port. Cancel choice and choose another value ?
|
PortAlreadyInUse=Port %1 seems to already be in use. You should cancel to go back and choose another value for %2 port. Cancel choice and choose another value?
|
||||||
|
|
||||||
FirefoxDetected=Firefox has been detected on your computer. Would you like to use it as the default browser for Dolibarr ?
|
FirefoxDetected=Firefox has been detected on your computer. Would you like to use it as the default browser for Dolibarr?
|
||||||
ChromeDetected=Chrome has been detected on your computer. Would you like to use it as the default browser for Dolibarr ?
|
ChromeDetected=Chrome has been detected on your computer. Would you like to use it as the default browser for Dolibarr?
|
||||||
MicrosoftEdgeDetected=Microsoft Edge has been detected on your computer. Would you like to use it as the default browser for Dolibarr ?
|
MicrosoftEdgeDetected=Microsoft Edge has been detected on your computer. Would you like to use it as the default browser for Dolibarr?
|
||||||
ChooseDefaultBrowser=Please choose your default browser (iexplore.exe, firefox.exe, chrome.exe, MicrosoftEdge.exe...). If you are not sure, just click Open :
|
ChooseDefaultBrowser=Please choose your default browser (iexplore.exe, firefox.exe, chrome.exe, MicrosoftEdge.exe...). If you are not sure, just click Open:
|
||||||
|
|
||||||
LaunchNow=Launch Dolibarr now
|
LaunchNow=Launch Dolibarr now
|
||||||
|
|
||||||
ProgramHasBeenRemoved=Dolibarr program files have been removed. However, all your data files are still in directory %1. You must remove this directory manually for a complete uninstall.
|
ProgramHasBeenRemoved=Dolibarr's program files have been removed. However, all your data files are still in directory %1. You must remove this directory manually for a complete uninstall.
|
||||||
|
|
||||||
DoliWampWillStartApacheMysql=DoliWamp installer will now start or restart Apache and Mysql, this may last from several seconds to one minute after this confirmation. Start to install or upgrade the web and database server required by Dolibarr ?
|
DoliWampWillStartApacheMysql=DoliWamp installer will now start or restart Apache and MySQL. This may take from several seconds to one minute. Start to install or upgrade the web and database server required by Dolibarr?
|
||||||
|
|
||||||
OldVersionFoundAndMoveInNew=An old database version has been found and moved to be used by new Dolibarr version
|
OldVersionFoundAndMoveInNew=An old database version has been found and moved to be used by the new Dolibarr version
|
||||||
OldVersionFoundButFailedToMoveInNew=An old database version has been found but could not be moved to be used with new Dolibarr version
|
OldVersionFoundButFailedToMoveInNew=An old database version has been found but could not be moved to be used with the new Dolibarr version
|
||||||
|
|
||||||
DLLMissing=Your Windows installation is missing The "Micrsoft Visual C++ Redistributable for Visual Studio 2012" component. Please install the 32-bit version (vcredist_x86.exe) first (you can find it at https://www.microsoft.com/en-us/download/) and restart DoliWamp installation/upgrade after.
|
DLLMissing=Your Windows installation is missing the "Microsoft Visual C++ Redistributable for Visual Studio 2012" component. Please install the 32-bit version (vcredist_x86.exe) first (you can find it at https://www.microsoft.com/en-us/download/) and restart DoliWamp installation/upgrade after.
|
||||||
ContinueAnyway=Continue anyway (install process may fails without this prerequisite)
|
ContinueAnyway=Continue anyway (install process may fail without this prerequisite)
|
||||||
|
|||||||
@ -9,3 +9,5 @@ The build of .exe files need to have some windows executable files already insta
|
|||||||
|
|
||||||
If you have technical knowledge in web administration and plan to share your server instance (Apache, Mysql or PHP) with other projects than Dolibarr or want to use Dolibarr other components (PostgreSQL), you should not use this assistant and make a manual installation of Dolibarr on your existing server by downloading the standard package (.tgz or .zip file).
|
If you have technical knowledge in web administration and plan to share your server instance (Apache, Mysql or PHP) with other projects than Dolibarr or want to use Dolibarr other components (PostgreSQL), you should not use this assistant and make a manual installation of Dolibarr on your existing server by downloading the standard package (.tgz or .zip file).
|
||||||
|
|
||||||
|
|
||||||
|
!!! See file ../makepack-howto.txt
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/* !!! DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!! */
|
/* !!! DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!! */
|
||||||
|
|
||||||
// vim: expandtab sw=4 ts=4 sts=4:
|
// vim: expandtab sw=4 ts=4 sts=4:
|
||||||
|
|||||||
@ -46,6 +46,7 @@ require_once DOL_DOCUMENT_ROOT."/core/lib/files.lib.php";
|
|||||||
|
|
||||||
$includecustom=0;
|
$includecustom=0;
|
||||||
$includeconstants=array();
|
$includeconstants=array();
|
||||||
|
$buildzip=0;
|
||||||
|
|
||||||
if (empty($argv[1])) {
|
if (empty($argv[1])) {
|
||||||
print "Usage: ".$script_file." release=autostable|auto[-mybuild]|x.y.z[-mybuild] [includecustom=1] [includeconstant=CC:MY_CONF_NAME:value] [buildzip=1]\n";
|
print "Usage: ".$script_file." release=autostable|auto[-mybuild]|x.y.z[-mybuild] [includecustom=1] [includeconstant=CC:MY_CONF_NAME:value] [buildzip=1]\n";
|
||||||
@ -55,14 +56,27 @@ if (empty($argv[1])) {
|
|||||||
|
|
||||||
|
|
||||||
$i=0;
|
$i=0;
|
||||||
|
$result=array();
|
||||||
while ($i < $argc) {
|
while ($i < $argc) {
|
||||||
if (! empty($argv[$i])) {
|
if (!empty($argv[$i])) {
|
||||||
parse_str($argv[$i]); // set all params $release, $includecustom, $includeconstant, $buildzip ...
|
parse_str($argv[$i], $result); // set all params $release, $includecustom, $includeconstant, $buildzip ...
|
||||||
}
|
}
|
||||||
if (preg_match('/includeconstant=/', $argv[$i])) {
|
if (!empty($result["release"])) {
|
||||||
$tmp=explode(':', $includeconstant, 3); // $includeconstant has been set with previous parse_str()
|
$release = $result["release"];
|
||||||
|
}
|
||||||
|
if (!empty($result["includecustom"])) {
|
||||||
|
$includecustom = $result["includecustom"];
|
||||||
|
}
|
||||||
|
if (!empty($result["includeconstant"])) {
|
||||||
|
$includeconstants[$i] = $result["includeconstant"];
|
||||||
|
}
|
||||||
|
if (!empty($result["buildzip"])) {
|
||||||
|
$buildzip=1;
|
||||||
|
}
|
||||||
|
if (preg_match('/includeconstant=/', strval($argv[$i]))) {
|
||||||
|
$tmp=explode(':', $result['includeconstant'], 3); // $includeconstant has been set with previous parse_str()
|
||||||
if (count($tmp) != 3) {
|
if (count($tmp) != 3) {
|
||||||
print "Error: Bad parameter includeconstant=".$includeconstant."\n";
|
print "Error: Bad parameter includeconstant=".$result['includeconstant'] ."\n";
|
||||||
exit -1;
|
exit -1;
|
||||||
}
|
}
|
||||||
$includeconstants[$tmp[0]][$tmp[1]] = $tmp[2];
|
$includeconstants[$tmp[0]][$tmp[1]] = $tmp[2];
|
||||||
@ -71,7 +85,7 @@ while ($i < $argc) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (empty($release)) {
|
if (empty($release)) {
|
||||||
print "Error: Missing release paramater\n";
|
print "Error: Missing release parameter\n";
|
||||||
print "Usage: ".$script_file." release=autostable|auto[-mybuild]|x.y.z[-mybuild] [includecustom=1] [includeconstant=CC:MY_CONF_NAME:value]\n";
|
print "Usage: ".$script_file." release=autostable|auto[-mybuild]|x.y.z[-mybuild] [includecustom=1] [includeconstant=CC:MY_CONF_NAME:value]\n";
|
||||||
exit -1;
|
exit -1;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -524,12 +524,13 @@ if ($nboftargetok) {
|
|||||||
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/ansible`;
|
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/ansible`;
|
||||||
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/codesniffer`;
|
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/codesniffer`;
|
||||||
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/codetemplates`;
|
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/codetemplates`;
|
||||||
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/dbmodel`;
|
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/examples/ldap`;
|
||||||
|
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/examples/zapier`;
|
||||||
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/initdata`;
|
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/initdata`;
|
||||||
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/initdemo`;
|
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/initdemo`;
|
||||||
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/iso-normes`;
|
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/resources/dbmodel`;
|
||||||
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/ldap`;
|
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/resources/iso-normes`;
|
||||||
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/licence`;
|
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/resources/licence`;
|
||||||
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/mail`;
|
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/mail`;
|
||||||
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/multitail`;
|
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/multitail`;
|
||||||
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/phpcheckstyle`;
|
$ret=`rm -fr $BUILDROOT/$PROJECT/dev/phpcheckstyle`;
|
||||||
|
|||||||
@ -293,6 +293,7 @@ foreach my $PROJECT (@PROJECTLIST) {
|
|||||||
}
|
}
|
||||||
print "Clean $BUILDROOT\n";
|
print "Clean $BUILDROOT\n";
|
||||||
$ret=`rm -fr $BUILDROOT/$PROJECTLC/.cache`;
|
$ret=`rm -fr $BUILDROOT/$PROJECTLC/.cache`;
|
||||||
|
$ret=`rm -fr $BUILDROOT/$PROJECTLC/.git`;
|
||||||
$ret=`rm -fr $BUILDROOT/$PROJECTLC/.project`;
|
$ret=`rm -fr $BUILDROOT/$PROJECTLC/.project`;
|
||||||
$ret=`rm -fr $BUILDROOT/$PROJECTLC/.settings`;
|
$ret=`rm -fr $BUILDROOT/$PROJECTLC/.settings`;
|
||||||
$ret=`rm -fr $BUILDROOT/$PROJECTLC/index.php`;
|
$ret=`rm -fr $BUILDROOT/$PROJECTLC/index.php`;
|
||||||
|
|||||||
@ -8,13 +8,13 @@ of Dolibarr. There is a chapter for BETA version and a chapter for RELEASE versi
|
|||||||
Prerequisites to build tgz, debian and rpm packages:
|
Prerequisites to build tgz, debian and rpm packages:
|
||||||
> apt-get install perl tar dpkg dpatch p7zip-full rpm zip php-cli
|
> apt-get install perl tar dpkg dpatch p7zip-full rpm zip php-cli
|
||||||
|
|
||||||
Prerequisites to build autoexe DoliWamp package:
|
Prerequisites to build autoexe DoliWamp package from Linux (solution seems broken since Ubuntu 20.04):
|
||||||
> apt-get install wine q4wine
|
> apt-get install wine q4wine
|
||||||
> Launch "wine cmd" to check a drive Z: pointing to / exists.
|
> Launch "wine cmd" to check a drive Z: pointing to / exists.
|
||||||
> Install InnoSetup
|
> Install InnoSetup
|
||||||
For example by running isetup-5.5.8.exe (https://www.jrsoftware.org) https://files.jrsoftware.org/is/5/
|
For example by running isetup-5.5.8.exe (https://www.jrsoftware.org) https://files.jrsoftware.org/is/5/
|
||||||
> Install WampServer into "C:\wamp64" to have Apache, PHP and MariaDB
|
> Install WampServer into "C:\wamp64" to have Apache, PHP and MariaDB
|
||||||
For example by running wampserver3.2.0_x64.exe (https://www.wampserver.com).
|
For example by running wampserver3.2.6_x64.exe (https://www.wampserver.com).
|
||||||
See file build/exe/doliwamp.iss to know the doliwamp version currently setup.
|
See file build/exe/doliwamp.iss to know the doliwamp version currently setup.
|
||||||
> Add path to ISCC into PATH windows var:
|
> Add path to ISCC into PATH windows var:
|
||||||
Launch wine cmd, then regedit and add entry int HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment\PATH
|
Launch wine cmd, then regedit and add entry int HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment\PATH
|
||||||
@ -25,9 +25,21 @@ Prerequisites to build autoexe DoliWamp package:
|
|||||||
|
|
||||||
***** Prerequisites For Windows *****
|
***** Prerequisites For Windows *****
|
||||||
|
|
||||||
Install Perl
|
Prerequisites to build autoexe DoliWamp package from Windows:
|
||||||
Install WampServer-3.2.*-64.exe
|
|
||||||
isetup-5.5.8.exe
|
> Install Perl for Windwos (https://strawberryperl.com/)
|
||||||
|
> Install isetup-5.5.8.exe (https://www.jrsoftware.org)
|
||||||
|
> Install WampServer-3.2.*-64.exe (Apache 2.4.51, PHP 7.3.33, MariaDB 10.6.5 for example. Version must match the values found into doliwamp.iss)
|
||||||
|
> Install GIT for Windows (https://git-scm.com/ => You must choose option "Add Git bash profile", "Git commit as-is")
|
||||||
|
> Install Dolibarr verions:
|
||||||
|
git clone https://github.com/dolibarr/dolibarr
|
||||||
|
|
||||||
|
> Add the path of PHP (C:\wamp64\bin\php\php7.3.33) and InnoSetup (C:\Program Files (x86)\Inno Setup 5) into the %PATH% of Windows.
|
||||||
|
|
||||||
|
> Create a config file c:\dolibarr\dolibarr\htdocs\conf\conf.php with content
|
||||||
|
<?php
|
||||||
|
$dolibarr_main_document_root="c:\dolibarr\dolibarr\htdocs";
|
||||||
|
$dolibarr_main_url_root='http://localhost';
|
||||||
|
|
||||||
|
|
||||||
***** Actions to do a BETA *****
|
***** Actions to do a BETA *****
|
||||||
|
|||||||
@ -25,7 +25,7 @@ BuildArch: noarch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Requires: httpd, php >= 5.3.0, php-cli, php-gd, php-ldap, php-imap, php-mysqli, php-adodb, php-nusoap, dejavu-sans-fonts
|
Requires: httpd, php >= 5.3.0, php-cli, php-gd, php-ldap, php-imap, php-mysqli, php-nusoap, dejavu-sans-fonts
|
||||||
Requires: mysql-server, mysql
|
Requires: mysql-server, mysql
|
||||||
#BuildRequires: desktop-file-utils
|
#BuildRequires: desktop-file-utils
|
||||||
|
|
||||||
@ -104,7 +104,6 @@ cui hai bisogno ed essere facile da usare.
|
|||||||
%{__cp} -pr htdocs $RPM_BUILD_ROOT%{_datadir}/%{name}
|
%{__cp} -pr htdocs $RPM_BUILD_ROOT%{_datadir}/%{name}
|
||||||
%{__cp} -pr scripts $RPM_BUILD_ROOT%{_datadir}/%{name}
|
%{__cp} -pr scripts $RPM_BUILD_ROOT%{_datadir}/%{name}
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/htdocs/includes/ckeditor/_source
|
%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/htdocs/includes/ckeditor/_source
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/htdocs/includes/adodbtime
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/htdocs/includes/nusoap
|
%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/htdocs/includes/nusoap
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/htdocs/includes/fonts
|
%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/htdocs/includes/fonts
|
||||||
|
|
||||||
@ -165,6 +164,7 @@ done >>%{name}.lang
|
|||||||
%_datadir/dolibarr/htdocs/barcode
|
%_datadir/dolibarr/htdocs/barcode
|
||||||
%_datadir/dolibarr/htdocs/blockedlog
|
%_datadir/dolibarr/htdocs/blockedlog
|
||||||
%_datadir/dolibarr/htdocs/bookmarks
|
%_datadir/dolibarr/htdocs/bookmarks
|
||||||
|
%_datadir/dolibarr/htdocs/bookcal
|
||||||
%_datadir/dolibarr/htdocs/bom
|
%_datadir/dolibarr/htdocs/bom
|
||||||
%_datadir/dolibarr/htdocs/categories
|
%_datadir/dolibarr/htdocs/categories
|
||||||
%_datadir/dolibarr/htdocs/collab
|
%_datadir/dolibarr/htdocs/collab
|
||||||
@ -274,7 +274,6 @@ if [ -s $config ] && grep -q "File generated by" $config
|
|||||||
then
|
then
|
||||||
# File already exist. We add params not found.
|
# File already exist. We add params not found.
|
||||||
echo Add new params to overwrite path to use shared libraries/fonts
|
echo Add new params to overwrite path to use shared libraries/fonts
|
||||||
grep -q -c "dolibarr_lib_ADODB_PATH" $config || [ ! -d "/usr/share/php/adodb" ] || echo "<?php \$dolibarr_lib_ADODB_PATH='/usr/share/php/adodb'; ?>" >> $config
|
|
||||||
grep -q -c "dolibarr_lib_FPDI_PATH" $config || [ ! -d "/usr/share/php/fpdi" ] || echo "<?php \$dolibarr_lib_FPDI_PATH='/usr/share/php/fpdi'; ?>" >> $config
|
grep -q -c "dolibarr_lib_FPDI_PATH" $config || [ ! -d "/usr/share/php/fpdi" ] || echo "<?php \$dolibarr_lib_FPDI_PATH='/usr/share/php/fpdi'; ?>" >> $config
|
||||||
#grep -q -c "dolibarr_lib_GEOIP_PATH" $config || echo "<?php \$dolibarr_lib_GEOIP_PATH=''; ?>" >> $config
|
#grep -q -c "dolibarr_lib_GEOIP_PATH" $config || echo "<?php \$dolibarr_lib_GEOIP_PATH=''; ?>" >> $config
|
||||||
grep -q -c "dolibarr_lib_NUSOAP_PATH" $config || [ ! -d "/usr/share/php/nusoap" ] || echo "<?php \$dolibarr_lib_NUSOAP_PATH='/usr/share/php/nusoap'; ?>" >> $config
|
grep -q -c "dolibarr_lib_NUSOAP_PATH" $config || [ ! -d "/usr/share/php/nusoap" ] || echo "<?php \$dolibarr_lib_NUSOAP_PATH='/usr/share/php/nusoap'; ?>" >> $config
|
||||||
|
|||||||
@ -46,7 +46,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
|
|
||||||
%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
|
%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Requires: httpd, php >= 5.3.0, php-cli, php-gd, php-ldap, php-imap, php-mysqli, php-adodb, php-nusoap, dejavu-sans-fonts, php-mbstring, php-xml
|
Requires: httpd, php >= 5.3.0, php-cli, php-gd, php-ldap, php-imap, php-mysqli, php-nusoap, dejavu-sans-fonts, php-mbstring, php-xml
|
||||||
Requires: mysql-server, mysql
|
Requires: mysql-server, mysql
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
%else
|
%else
|
||||||
@ -169,7 +169,6 @@ cui hai bisogno ed essere facile da usare.
|
|||||||
%{__cp} -pr scripts $RPM_BUILD_ROOT%{_datadir}/%{name}
|
%{__cp} -pr scripts $RPM_BUILD_ROOT%{_datadir}/%{name}
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/htdocs/includes/ckeditor/_source
|
%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/htdocs/includes/ckeditor/_source
|
||||||
%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
|
%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/htdocs/includes/adodbtime
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/htdocs/includes/nusoap
|
%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/htdocs/includes/nusoap
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/htdocs/includes/fonts
|
%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/htdocs/includes/fonts
|
||||||
%else
|
%else
|
||||||
@ -246,6 +245,7 @@ done >>%{name}.lang
|
|||||||
%_datadir/dolibarr/htdocs/barcode
|
%_datadir/dolibarr/htdocs/barcode
|
||||||
%_datadir/dolibarr/htdocs/blockedlog
|
%_datadir/dolibarr/htdocs/blockedlog
|
||||||
%_datadir/dolibarr/htdocs/bookmarks
|
%_datadir/dolibarr/htdocs/bookmarks
|
||||||
|
%_datadir/dolibarr/htdocs/bookcal
|
||||||
%_datadir/dolibarr/htdocs/bom
|
%_datadir/dolibarr/htdocs/bom
|
||||||
%_datadir/dolibarr/htdocs/categories
|
%_datadir/dolibarr/htdocs/categories
|
||||||
%_datadir/dolibarr/htdocs/collab
|
%_datadir/dolibarr/htdocs/collab
|
||||||
@ -425,7 +425,6 @@ if [ -s $config ] && grep -q "File generated by" $config
|
|||||||
then
|
then
|
||||||
# File already exist. We add params not found.
|
# File already exist. We add params not found.
|
||||||
echo Add new params to overwrite path to use shared libraries/fonts
|
echo Add new params to overwrite path to use shared libraries/fonts
|
||||||
grep -q -c "dolibarr_lib_ADODB_PATH" $config || [ ! -d "/usr/share/php/adodb" ] || echo "<?php \$dolibarr_lib_ADODB_PATH='/usr/share/php/adodb'; ?>" >> $config
|
|
||||||
grep -q -c "dolibarr_lib_FPDI_PATH" $config || [ ! -d "/usr/share/php/fpdi" ] || echo "<?php \$dolibarr_lib_FPDI_PATH='/usr/share/php/fpdi'; ?>" >> $config
|
grep -q -c "dolibarr_lib_FPDI_PATH" $config || [ ! -d "/usr/share/php/fpdi" ] || echo "<?php \$dolibarr_lib_FPDI_PATH='/usr/share/php/fpdi'; ?>" >> $config
|
||||||
#grep -q -c "dolibarr_lib_GEOIP_PATH" $config || echo "<?php \$dolibarr_lib_GEOIP_PATH=''; ?>" >> $config
|
#grep -q -c "dolibarr_lib_GEOIP_PATH" $config || echo "<?php \$dolibarr_lib_GEOIP_PATH=''; ?>" >> $config
|
||||||
grep -q -c "dolibarr_lib_NUSOAP_PATH" $config || [ ! -d "/usr/share/php/nusoap" ] || echo "<?php \$dolibarr_lib_NUSOAP_PATH='/usr/share/php/nusoap'; ?>" >> $config
|
grep -q -c "dolibarr_lib_NUSOAP_PATH" $config || [ ! -d "/usr/share/php/nusoap" ] || echo "<?php \$dolibarr_lib_NUSOAP_PATH='/usr/share/php/nusoap'; ?>" >> $config
|
||||||
|
|||||||
@ -162,6 +162,7 @@ done >>%{name}.lang
|
|||||||
%_datadir/dolibarr/htdocs/barcode
|
%_datadir/dolibarr/htdocs/barcode
|
||||||
%_datadir/dolibarr/htdocs/blockedlog
|
%_datadir/dolibarr/htdocs/blockedlog
|
||||||
%_datadir/dolibarr/htdocs/bookmarks
|
%_datadir/dolibarr/htdocs/bookmarks
|
||||||
|
%_datadir/dolibarr/htdocs/bookcal
|
||||||
%_datadir/dolibarr/htdocs/bom
|
%_datadir/dolibarr/htdocs/bom
|
||||||
%_datadir/dolibarr/htdocs/categories
|
%_datadir/dolibarr/htdocs/categories
|
||||||
%_datadir/dolibarr/htdocs/collab
|
%_datadir/dolibarr/htdocs/collab
|
||||||
@ -271,7 +272,6 @@ if [ -s $config ] && grep -q "File generated by" $config
|
|||||||
then
|
then
|
||||||
# File already exist. We add params not found.
|
# File already exist. We add params not found.
|
||||||
echo Add new params to overwrite path to use shared libraries/fonts
|
echo Add new params to overwrite path to use shared libraries/fonts
|
||||||
grep -q -c "dolibarr_lib_ADODB_PATH" $config || [ ! -d "/usr/share/php/adodb" ] || echo "<?php \$dolibarr_lib_ADODB_PATH='/usr/share/php/adodb'; ?>" >> $config
|
|
||||||
grep -q -c "dolibarr_lib_FPDI_PATH" $config || [ ! -d "/usr/share/php/fpdi" ] || echo "<?php \$dolibarr_lib_FPDI_PATH='/usr/share/php/fpdi'; ?>" >> $config
|
grep -q -c "dolibarr_lib_FPDI_PATH" $config || [ ! -d "/usr/share/php/fpdi" ] || echo "<?php \$dolibarr_lib_FPDI_PATH='/usr/share/php/fpdi'; ?>" >> $config
|
||||||
#grep -q -c "dolibarr_lib_GEOIP_PATH" $config || echo "<?php \$dolibarr_lib_GEOIP_PATH=''; ?>" >> $config
|
#grep -q -c "dolibarr_lib_GEOIP_PATH" $config || echo "<?php \$dolibarr_lib_GEOIP_PATH=''; ?>" >> $config
|
||||||
grep -q -c "dolibarr_lib_NUSOAP_PATH" $config || [ ! -d "/usr/share/php/nusoap" ] || echo "<?php \$dolibarr_lib_NUSOAP_PATH='/usr/share/php/nusoap'; ?>" >> $config
|
grep -q -c "dolibarr_lib_NUSOAP_PATH" $config || [ ! -d "/usr/share/php/nusoap" ] || echo "<?php \$dolibarr_lib_NUSOAP_PATH='/usr/share/php/nusoap'; ?>" >> $config
|
||||||
|
|||||||
@ -67,7 +67,7 @@ Programmo web, progettato per poter fornire solo ciò di
|
|||||||
cui hai bisogno ed essere facile da usare.
|
cui hai bisogno ed essere facile da usare.
|
||||||
|
|
||||||
|
|
||||||
#---- prep
|
#---- prepo
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0 -b .patch
|
%patch0 -p0 -b .patch
|
||||||
@ -172,6 +172,7 @@ done >>%{name}.lang
|
|||||||
%_datadir/dolibarr/htdocs/barcode
|
%_datadir/dolibarr/htdocs/barcode
|
||||||
%_datadir/dolibarr/htdocs/blockedlog
|
%_datadir/dolibarr/htdocs/blockedlog
|
||||||
%_datadir/dolibarr/htdocs/bookmarks
|
%_datadir/dolibarr/htdocs/bookmarks
|
||||||
|
%_datadir/dolibarr/htdocs/bookcal
|
||||||
%_datadir/dolibarr/htdocs/bom
|
%_datadir/dolibarr/htdocs/bom
|
||||||
%_datadir/dolibarr/htdocs/categories
|
%_datadir/dolibarr/htdocs/categories
|
||||||
%_datadir/dolibarr/htdocs/collab
|
%_datadir/dolibarr/htdocs/collab
|
||||||
@ -281,7 +282,6 @@ if [ -s $config ] && grep -q "File generated by" $config
|
|||||||
then
|
then
|
||||||
# File already exist. We add params not found.
|
# File already exist. We add params not found.
|
||||||
echo Add new params to overwrite path to use shared libraries/fonts
|
echo Add new params to overwrite path to use shared libraries/fonts
|
||||||
grep -q -c "dolibarr_lib_ADODB_PATH" $config || [ ! -d "/usr/share/php/adodb" ] || echo "<?php \$dolibarr_lib_ADODB_PATH='/usr/share/php/adodb'; ?>" >> $config
|
|
||||||
grep -q -c "dolibarr_lib_FPDI_PATH" $config || [ ! -d "/usr/share/php/fpdi" ] || echo "<?php \$dolibarr_lib_FPDI_PATH='/usr/share/php/fpdi'; ?>" >> $config
|
grep -q -c "dolibarr_lib_FPDI_PATH" $config || [ ! -d "/usr/share/php/fpdi" ] || echo "<?php \$dolibarr_lib_FPDI_PATH='/usr/share/php/fpdi'; ?>" >> $config
|
||||||
#grep -q -c "dolibarr_lib_GEOIP_PATH" $config || echo "<?php \$dolibarr_lib_GEOIP_PATH=''; ?>" >> $config
|
#grep -q -c "dolibarr_lib_GEOIP_PATH" $config || echo "<?php \$dolibarr_lib_GEOIP_PATH=''; ?>" >> $config
|
||||||
grep -q -c "dolibarr_lib_NUSOAP_PATH" $config || [ ! -d "/usr/share/php/nusoap" ] || echo "<?php \$dolibarr_lib_NUSOAP_PATH='/usr/share/php/nusoap'; ?>" >> $config
|
grep -q -c "dolibarr_lib_NUSOAP_PATH" $config || [ ! -d "/usr/share/php/nusoap" ] || echo "<?php \$dolibarr_lib_NUSOAP_PATH='/usr/share/php/nusoap'; ?>" >> $config
|
||||||
|
|||||||
@ -20,7 +20,6 @@ $force_install_lockinstall='444';
|
|||||||
$force_install_distrib='rpmfedora';
|
$force_install_distrib='rpmfedora';
|
||||||
|
|
||||||
// Value to overwrite path to use shared libraries/fonts instead of embedded one
|
// Value to overwrite path to use shared libraries/fonts instead of embedded one
|
||||||
$force_dolibarr_lib_ADODB_PATH='/usr/share/php/adodb';
|
|
||||||
//$force_dolibarr_lib_FPDI_PATH='/usr/share/php/fpdi';
|
//$force_dolibarr_lib_FPDI_PATH='/usr/share/php/fpdi';
|
||||||
//$force_dolibarr_lib_GEOIP_PATH='';
|
//$force_dolibarr_lib_GEOIP_PATH='';
|
||||||
$force_dolibarr_lib_NUSOAP_PATH='/usr/share/php/nusoap';
|
$force_dolibarr_lib_NUSOAP_PATH='/usr/share/php/nusoap';
|
||||||
|
|||||||
@ -20,7 +20,6 @@ $force_install_lockinstall='444';
|
|||||||
$force_install_distrib='rpmmandriva';
|
$force_install_distrib='rpmmandriva';
|
||||||
|
|
||||||
// Value to overwrite path to use shared libraries/fonts instead of embedded one
|
// Value to overwrite path to use shared libraries/fonts instead of embedded one
|
||||||
$force_dolibarr_lib_ADODB_PATH='/usr/share/php/adodb';
|
|
||||||
//$force_dolibarr_lib_FPDI_PATH='/usr/share/php/fpdi';
|
//$force_dolibarr_lib_FPDI_PATH='/usr/share/php/fpdi';
|
||||||
//$force_dolibarr_lib_GEOIP_PATH='';
|
//$force_dolibarr_lib_GEOIP_PATH='';
|
||||||
$force_dolibarr_lib_NUSOAP_PATH='/usr/share/php/nusoap';
|
$force_dolibarr_lib_NUSOAP_PATH='/usr/share/php/nusoap';
|
||||||
|
|||||||
@ -20,7 +20,6 @@ $force_install_lockinstall='444';
|
|||||||
$force_install_distrib='rpmopensuse';
|
$force_install_distrib='rpmopensuse';
|
||||||
|
|
||||||
// Value to overwrite path to use shared libraries/fonts instead of embedded one
|
// Value to overwrite path to use shared libraries/fonts instead of embedded one
|
||||||
//$force_dolibarr_lib_ADODB_PATH='/usr/share/php/adodb';
|
|
||||||
//$force_dolibarr_lib_FPDI_PATH='/usr/share/php/fpdi';
|
//$force_dolibarr_lib_FPDI_PATH='/usr/share/php/fpdi';
|
||||||
//$force_dolibarr_lib_GEOIP_PATH='';
|
//$force_dolibarr_lib_GEOIP_PATH='';
|
||||||
//$force_dolibarr_lib_NUSOAP_PATH='/usr/share/php/nusoap';
|
//$force_dolibarr_lib_NUSOAP_PATH='/usr/share/php/nusoap';
|
||||||
|
|||||||
@ -1,15 +1,17 @@
|
|||||||
*~
|
*~
|
||||||
.#*
|
.#*
|
||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
.scrutinizer.yml
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
build/exe
|
build/exe
|
||||||
build/html
|
build/html
|
||||||
dev/dbmodel
|
dev/examples/zapier
|
||||||
dev/fpdf
|
|
||||||
dev/initdemo
|
dev/initdemo
|
||||||
dev/initdata
|
dev/initdata
|
||||||
dev/iso-normes
|
dev/resources/dbmodel
|
||||||
dev/licence
|
dev/resources/iso-normes
|
||||||
dev/load
|
dev/resources/licence
|
||||||
htdocs/conf/conf.php
|
htdocs/conf/conf.php
|
||||||
htdocs/conf/conf.php.mysql
|
htdocs/conf/conf.php.mysql
|
||||||
htdocs/conf/conf.php.old
|
htdocs/conf/conf.php.old
|
||||||
|
|||||||
@ -209,6 +209,11 @@ with
|
|||||||
with
|
with
|
||||||
foreach ($value[1] as $k => $v) {
|
foreach ($value[1] as $k => $v) {
|
||||||
|
|
||||||
|
* Fix by replacing
|
||||||
|
if ($res[0] == PDF_TYPE_OBJECT)
|
||||||
|
with
|
||||||
|
if (isset($res[0]) && $res[0] == PDF_TYPE_OBJECT)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
JSGANTT:
|
JSGANTT:
|
||||||
@ -283,6 +288,9 @@ RESTLER:
|
|||||||
|
|
||||||
elseif (count($value) && isset($value[0]) && is_numeric($value[0]))
|
elseif (count($value) && isset($value[0]) && is_numeric($value[0]))
|
||||||
|
|
||||||
|
* Add CommentParser.php line 406 & 407 to remove a warning on api request in php 8.1
|
||||||
|
empty($value[0]) ? null :
|
||||||
|
empty($value[1]) ? null :
|
||||||
|
|
||||||
+With swagger 2 provided into /explorer:
|
+With swagger 2 provided into /explorer:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|||||||
@ -1,28 +1,29 @@
|
|||||||
# ldapsearch_sample1.txt
|
# ldapsearch_sample1.txt
|
||||||
# ldapsearch is into package ldap-utils on debian.
|
# ldapsearch is into package ldap-utils on debian.
|
||||||
#
|
#
|
||||||
# Use this sample to search into a ldap
|
# Use this samples to test a ldap_bind or to make a search into a ldap
|
||||||
#
|
#
|
||||||
|
|
||||||
# Anonymous access
|
# Anonymous access
|
||||||
# ldapsearch -h hostname -p 389
|
# ldapsearch -h hostname -p 389
|
||||||
#
|
#
|
||||||
# Login access (using a Bind DN)
|
# Login access (using a Bind DN)
|
||||||
# ldapsearch -h hostname -p 389 -z 0 -D "uid=root,cn=users,dc=ldap,dc=test,dc=local" -w password
|
# Such access must succeed to use LDAP as login module.
|
||||||
# ldapsearch -H ldap://hostname:389 -z 0 -D "uid=root,cn=users,dc=ldap,dc=test,dc=local" -w password
|
# ldapsearch -h hostname -p 389 -z 0 -D "uid=root,cn=users,dc=ldap,dc=test,dc=local" -w password
|
||||||
# ldapsearch -d1 -H ldap://hostname:389 -x -z 0 -D "uid=root,cn=users,dc=ldap,dc=test,dc=local" -w password
|
# ldapsearch -H ldap://hostname:389 -z 0 -D "uid=root,cn=users,dc=ldap,dc=test,dc=local" -w password
|
||||||
# ldapsearch -H ldap://hostname:389 -z 0 -D "uid=root,cn=users,dc=ldap,dc=test,dc=local" -w password
|
# ldapsearch -d1 -H ldap://hostname:389 -x -z 0 -D "uid=root,cn=users,dc=ldap,dc=test,dc=local" -w password
|
||||||
|
# ldapsearch -H ldap://hostname:389 -z 0 -D "uid=root,cn=users,dc=ldap,dc=test,dc=local" -w password
|
||||||
#
|
#
|
||||||
# Login access in SSL (using a Bind DN)
|
# Login access in SSL (using a Bind DN)
|
||||||
# ldapsearch -H ldaps://hostnamme:636 -z 0 -D "uid=root,cn=users,dc=ldap,dc=test,dc=local" -w password -b "cn=users,dc=ldap,dc=test,dc=local
|
# ldapsearch -H ldaps://hostnamme:636 -z 0 -D "uid=root,cn=users,dc=ldap,dc=test,dc=local" -w password -b "cn=users,dc=ldap,dc=test,dc=local"
|
||||||
# If it fails, you may try to use "hostname" that is real name of certificate.
|
# If it fails, you may try to use "hostname" that is real name of certificate.
|
||||||
# You must also check that /etc/ldap/ldap.conf contains the line TLS_CACERT /etc/ssl/certs/ca-certificates.crt
|
# You must also check that /etc/ldap/ldap.conf contains the line TLS_CACERT /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
# What to search
|
# What to search
|
||||||
# ldapsearch -h hostname -p 389 -x -D "uid=root,cn=users,dc=ldap,dc=test,dc=local" -w password -b "cn=users,dc=ldap,dc=test,dc=local"
|
# ldapsearch -h hostname -p 389 -x -D "uid=root,cn=users,dc=ldap,dc=test,dc=local" -w password -b "cn=users,dc=ldap,dc=test,dc=local"
|
||||||
# ldapsearch -h hostname -p 389 -x -D "cn=manager,o=somecompany.com" -w password -b "ou=people,dc=teclib,dc=infra"
|
# ldapsearch -h hostname -p 389 -x -D "cn=manager,o=somecompany.com" -w password -b "ou=people,dc=teclib,dc=infra"
|
||||||
# ldapsearch -h hostname -p 389 -x -D "cn=manager,o=somecompany.com" -w password -b "o=somecompany.com" "(objectclass=*)"
|
# ldapsearch -h hostname -p 389 -x -D "cn=manager,o=somecompany.com" -w password -b "o=somecompany.com" "(objectclass=*)"
|
||||||
#
|
#
|
||||||
# Example to test a ldap search:
|
# Example to test a ldap search:
|
||||||
# ldapsearch -h hostname -p 389 -x -z 5 -b 'OU=Collaborateurs,OU=Utilisateurs,OU=MyCompany,DC=bocal,DC=lan' -D 'CN=UserAdmin,OU=Informatique,OU=Utilisateurs,OU=MyCompany,DC=bocal,DC=lan' -w password
|
# ldapsearch -h hostname -p 389 -x -z 5 -b 'OU=Collaborateurs,OU=Utilisateurs,OU=MyCompany,DC=bocal,DC=lan' -D 'CN=UserAdmin,OU=Informatique,OU=Utilisateurs,OU=MyCompany,DC=bocal,DC=lan' -w password
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,7 @@ const subscribeHook = (z, bundle) => {
|
|||||||
action: bundle.inputData.action
|
action: bundle.inputData.action
|
||||||
};
|
};
|
||||||
|
|
||||||
const url = bundle.authData.url + '/api/index.php/zapierapi/hook';
|
const url = bundle.authData.url + '/api/index.php/zapier/hook';
|
||||||
|
|
||||||
// You can build requests and our client will helpfully inject all the variables
|
// You can build requests and our client will helpfully inject all the variables
|
||||||
// you need to complete. You can also register middleware to control this.
|
// you need to complete. You can also register middleware to control this.
|
||||||
@ -32,7 +32,7 @@ const unsubscribeHook = (z, bundle) => {
|
|||||||
// You can build requests and our client will helpfully inject all the variables
|
// You can build requests and our client will helpfully inject all the variables
|
||||||
// you need to complete. You can also register middleware to control this.
|
// you need to complete. You can also register middleware to control this.
|
||||||
const options = {
|
const options = {
|
||||||
url: bundle.authData.url + '/api/index.php/zapierapi/hook/' + bundle.subscribeData.id,
|
url: bundle.authData.url + '/api/index.php/zapier/hook/' + bundle.subscribeData.id,
|
||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -84,7 +84,7 @@ const getFallbackRealAction = (z, bundle) => {
|
|||||||
// // For the test poll, you should get some real data, to aid the setup process.
|
// // For the test poll, you should get some real data, to aid the setup process.
|
||||||
// const module = bundle.inputData.module;
|
// const module = bundle.inputData.module;
|
||||||
// const options = {
|
// const options = {
|
||||||
// url: bundle.authData.url + '/api/index.php/zapierapi/getactionschoices/actions',
|
// url: bundle.authData.url + '/api/index.php/zapier/getactionschoices/actions',
|
||||||
// };
|
// };
|
||||||
|
|
||||||
// return z.request(options).then((response) => JSON.parse(response.content));
|
// return z.request(options).then((response) => JSON.parse(response.content));
|
||||||
|
|||||||
@ -10,7 +10,7 @@ const subscribeHook = (z, bundle) => {
|
|||||||
action: bundle.inputData.action
|
action: bundle.inputData.action
|
||||||
};
|
};
|
||||||
|
|
||||||
const url = bundle.authData.url + '/api/index.php/zapierapi/hook';
|
const url = bundle.authData.url + '/api/index.php/zapier/hook';
|
||||||
|
|
||||||
// You can build requests and our client will helpfully inject all the variables
|
// You can build requests and our client will helpfully inject all the variables
|
||||||
// you need to complete. You can also register middleware to control this.
|
// you need to complete. You can also register middleware to control this.
|
||||||
@ -32,7 +32,7 @@ const unsubscribeHook = (z, bundle) => {
|
|||||||
// You can build requests and our client will helpfully inject all the variables
|
// You can build requests and our client will helpfully inject all the variables
|
||||||
// you need to complete. You can also register middleware to control this.
|
// you need to complete. You can also register middleware to control this.
|
||||||
const options = {
|
const options = {
|
||||||
url: bundle.authData.url + '/api/index.php/zapierapi/hook/' + bundle.subscribeData.id,
|
url: bundle.authData.url + '/api/index.php/zapier/hook/' + bundle.subscribeData.id,
|
||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -76,7 +76,7 @@ const getFallbackRealContact = (z, bundle) => {
|
|||||||
// const getModulesChoices = (z/*, bundle*/) => {
|
// const getModulesChoices = (z/*, bundle*/) => {
|
||||||
// // For the test poll, you should get some real data, to aid the setup process.
|
// // For the test poll, you should get some real data, to aid the setup process.
|
||||||
// const options = {
|
// const options = {
|
||||||
// url: bundle.authData.url + '/api/index.php/zapierapi/getmoduleschoices',
|
// url: bundle.authData.url + '/api/index.php/zapier/getmoduleschoices',
|
||||||
// };
|
// };
|
||||||
|
|
||||||
// return z.request(options).then((response) => JSON.parse(response.content));
|
// return z.request(options).then((response) => JSON.parse(response.content));
|
||||||
@ -94,7 +94,7 @@ const getFallbackRealContact = (z, bundle) => {
|
|||||||
// // For the test poll, you should get some real data, to aid the setup process.
|
// // For the test poll, you should get some real data, to aid the setup process.
|
||||||
// const module = bundle.inputData.module;
|
// const module = bundle.inputData.module;
|
||||||
// const options = {
|
// const options = {
|
||||||
// url: url: bundle.authData.url + '/api/index.php/zapierapi/getactionschoices/thirparty`,
|
// url: url: bundle.authData.url + '/api/index.php/zapier/getactionschoices/thirparty`,
|
||||||
// };
|
// };
|
||||||
|
|
||||||
// return z.request(options).then((response) => JSON.parse(response.content));
|
// return z.request(options).then((response) => JSON.parse(response.content));
|
||||||
|
|||||||
@ -10,7 +10,7 @@ const subscribeHook = (z, bundle) => {
|
|||||||
action: bundle.inputData.action
|
action: bundle.inputData.action
|
||||||
};
|
};
|
||||||
|
|
||||||
const url = bundle.authData.url + '/api/index.php/zapierapi/hook';
|
const url = bundle.authData.url + '/api/index.php/zapier/hook';
|
||||||
|
|
||||||
// You can build requests and our client will helpfully inject all the variables
|
// You can build requests and our client will helpfully inject all the variables
|
||||||
// you need to complete. You can also register middleware to control this.
|
// you need to complete. You can also register middleware to control this.
|
||||||
@ -32,7 +32,7 @@ const unsubscribeHook = (z, bundle) => {
|
|||||||
// You can build requests and our client will helpfully inject all the variables
|
// You can build requests and our client will helpfully inject all the variables
|
||||||
// you need to complete. You can also register middleware to control this.
|
// you need to complete. You can also register middleware to control this.
|
||||||
const options = {
|
const options = {
|
||||||
url: bundle.authData.url + '/api/index.php/zapierapi/hook/' + bundle.subscribeData.id,
|
url: bundle.authData.url + '/api/index.php/zapier/hook/' + bundle.subscribeData.id,
|
||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -76,7 +76,7 @@ const getFallbackRealMember = (z, bundle) => {
|
|||||||
// const getModulesChoices = (z/*, bundle*/) => {
|
// const getModulesChoices = (z/*, bundle*/) => {
|
||||||
// // For the test poll, you should get some real data, to aid the setup process.
|
// // For the test poll, you should get some real data, to aid the setup process.
|
||||||
// const options = {
|
// const options = {
|
||||||
// url: bundle.authData.url + '/api/index.php/zapierapi/getmoduleschoices',
|
// url: bundle.authData.url + '/api/index.php/zapier/getmoduleschoices',
|
||||||
// };
|
// };
|
||||||
|
|
||||||
// return z.request(options).then((response) => JSON.parse(response.content));
|
// return z.request(options).then((response) => JSON.parse(response.content));
|
||||||
@ -94,7 +94,7 @@ const getFallbackRealMember = (z, bundle) => {
|
|||||||
// // For the test poll, you should get some real data, to aid the setup process.
|
// // For the test poll, you should get some real data, to aid the setup process.
|
||||||
// const module = bundle.inputData.module;
|
// const module = bundle.inputData.module;
|
||||||
// const options = {
|
// const options = {
|
||||||
// url: url: bundle.authData.url + '/api/index.php/zapierapi/getactionschoices/thirparty`,
|
// url: url: bundle.authData.url + '/api/index.php/zapier/getactionschoices/thirparty`,
|
||||||
// };
|
// };
|
||||||
|
|
||||||
// return z.request(options).then((response) => JSON.parse(response.content));
|
// return z.request(options).then((response) => JSON.parse(response.content));
|
||||||
|
|||||||
@ -10,7 +10,7 @@ const subscribeHook = (z, bundle) => {
|
|||||||
action: bundle.inputData.action
|
action: bundle.inputData.action
|
||||||
};
|
};
|
||||||
|
|
||||||
const url = bundle.authData.url + '/api/index.php/zapierapi/hook';
|
const url = bundle.authData.url + '/api/index.php/zapier/hook';
|
||||||
|
|
||||||
// You can build requests and our client will helpfully inject all the variables
|
// You can build requests and our client will helpfully inject all the variables
|
||||||
// you need to complete. You can also register middleware to control this.
|
// you need to complete. You can also register middleware to control this.
|
||||||
@ -32,7 +32,7 @@ const unsubscribeHook = (z, bundle) => {
|
|||||||
// You can build requests and our client will helpfully inject all the variables
|
// You can build requests and our client will helpfully inject all the variables
|
||||||
// you need to complete. You can also register middleware to control this.
|
// you need to complete. You can also register middleware to control this.
|
||||||
const options = {
|
const options = {
|
||||||
url: bundle.authData.url + '/api/index.php/zapierapi/hook/' + bundle.subscribeData.id,
|
url: bundle.authData.url + '/api/index.php/zapier/hook/' + bundle.subscribeData.id,
|
||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -74,7 +74,7 @@ const getFallbackRealOrder = (z, bundle) => {
|
|||||||
// // For the test poll, you should get some real data, to aid the setup process.
|
// // For the test poll, you should get some real data, to aid the setup process.
|
||||||
// const module = bundle.inputData.module;
|
// const module = bundle.inputData.module;
|
||||||
// const options = {
|
// const options = {
|
||||||
// url: bundle.authData.url + '/api/index.php/zapierapi/getactionschoices/orders',
|
// url: bundle.authData.url + '/api/index.php/zapier/getactionschoices/orders',
|
||||||
// };
|
// };
|
||||||
|
|
||||||
// return z.request(options).then((response) => JSON.parse(response.content));
|
// return z.request(options).then((response) => JSON.parse(response.content));
|
||||||
|
|||||||
@ -10,7 +10,7 @@ const subscribeHook = (z, bundle) => {
|
|||||||
action: bundle.inputData.action
|
action: bundle.inputData.action
|
||||||
};
|
};
|
||||||
|
|
||||||
const url = bundle.authData.url + '/api/index.php/zapierapi/hook';
|
const url = bundle.authData.url + '/api/index.php/zapier/hook';
|
||||||
|
|
||||||
// You can build requests and our client will helpfully inject all the variables
|
// You can build requests and our client will helpfully inject all the variables
|
||||||
// you need to complete. You can also register middleware to control this.
|
// you need to complete. You can also register middleware to control this.
|
||||||
@ -32,7 +32,7 @@ const unsubscribeHook = (z, bundle) => {
|
|||||||
// You can build requests and our client will helpfully inject all the variables
|
// You can build requests and our client will helpfully inject all the variables
|
||||||
// you need to complete. You can also register middleware to control this.
|
// you need to complete. You can also register middleware to control this.
|
||||||
const options = {
|
const options = {
|
||||||
url: bundle.authData.url + '/api/index.php/zapierapi/hook/' + bundle.subscribeData.id,
|
url: bundle.authData.url + '/api/index.php/zapier/hook/' + bundle.subscribeData.id,
|
||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -83,7 +83,7 @@ const getFallbackRealThirdparty = (z, bundle) => {
|
|||||||
// const getModulesChoices = (z/*, bundle*/) => {
|
// const getModulesChoices = (z/*, bundle*/) => {
|
||||||
// // For the test poll, you should get some real data, to aid the setup process.
|
// // For the test poll, you should get some real data, to aid the setup process.
|
||||||
// const options = {
|
// const options = {
|
||||||
// url: bundle.authData.url + '/api/index.php/zapierapi/getmoduleschoices',
|
// url: bundle.authData.url + '/api/index.php/zapier/getmoduleschoices',
|
||||||
// };
|
// };
|
||||||
|
|
||||||
// return z.request(options).then((response) => JSON.parse(response.content));
|
// return z.request(options).then((response) => JSON.parse(response.content));
|
||||||
@ -102,7 +102,7 @@ const getFallbackRealThirdparty = (z, bundle) => {
|
|||||||
// // For the test poll, you should get some real data, to aid the setup process.
|
// // For the test poll, you should get some real data, to aid the setup process.
|
||||||
// const module = bundle.inputData.module;
|
// const module = bundle.inputData.module;
|
||||||
// const options = {
|
// const options = {
|
||||||
// url: url: bundle.authData.url + '/api/index.php/zapierapi/getactionschoices/thirparty`,
|
// url: url: bundle.authData.url + '/api/index.php/zapier/getactionschoices/thirparty`,
|
||||||
// };
|
// };
|
||||||
|
|
||||||
// return z.request(options).then((response) => JSON.parse(response.content));
|
// return z.request(options).then((response) => JSON.parse(response.content));
|
||||||
|
|||||||
@ -10,7 +10,7 @@ const subscribeHook = (z, bundle) => {
|
|||||||
action: bundle.inputData.action
|
action: bundle.inputData.action
|
||||||
};
|
};
|
||||||
|
|
||||||
const url = bundle.authData.url + '/api/index.php/zapierapi/hook';
|
const url = bundle.authData.url + '/api/index.php/zapier/hook';
|
||||||
|
|
||||||
// You can build requests and our client will helpfully inject all the variables
|
// You can build requests and our client will helpfully inject all the variables
|
||||||
// you need to complete. You can also register middleware to control this.
|
// you need to complete. You can also register middleware to control this.
|
||||||
@ -32,7 +32,7 @@ const unsubscribeHook = (z, bundle) => {
|
|||||||
// You can build requests and our client will helpfully inject all the variables
|
// You can build requests and our client will helpfully inject all the variables
|
||||||
// you need to complete. You can also register middleware to control this.
|
// you need to complete. You can also register middleware to control this.
|
||||||
const options = {
|
const options = {
|
||||||
url: bundle.authData.url + '/api/index.php/zapierapi/hook/' + bundle.subscribeData.id,
|
url: bundle.authData.url + '/api/index.php/zapier/hook/' + bundle.subscribeData.id,
|
||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -76,7 +76,7 @@ const getFallbackRealTicket = (z, bundle) => {
|
|||||||
// const getModulesChoices = (z/*, bundle*/) => {
|
// const getModulesChoices = (z/*, bundle*/) => {
|
||||||
// // For the test poll, you should get some real data, to aid the setup process.
|
// // For the test poll, you should get some real data, to aid the setup process.
|
||||||
// const options = {
|
// const options = {
|
||||||
// url: bundle.authData.url + '/api/index.php/zapierapi/getmoduleschoices',
|
// url: bundle.authData.url + '/api/index.php/zapier/getmoduleschoices',
|
||||||
// };
|
// };
|
||||||
|
|
||||||
// return z.request(options).then((response) => JSON.parse(response.content));
|
// return z.request(options).then((response) => JSON.parse(response.content));
|
||||||
@ -97,7 +97,7 @@ const getFallbackRealTicket = (z, bundle) => {
|
|||||||
// // For the test poll, you should get some real data, to aid the setup process.
|
// // For the test poll, you should get some real data, to aid the setup process.
|
||||||
// const module = bundle.inputData.module;
|
// const module = bundle.inputData.module;
|
||||||
// const options = {
|
// const options = {
|
||||||
// url: url: bundle.authData.url + '/api/index.php/zapierapi/getactionschoices/thirparty`,
|
// url: url: bundle.authData.url + '/api/index.php/zapier/getactionschoices/thirparty`,
|
||||||
// };
|
// };
|
||||||
|
|
||||||
// return z.request(options).then((response) => JSON.parse(response.content));
|
// return z.request(options).then((response) => JSON.parse(response.content));
|
||||||
|
|||||||
@ -10,7 +10,7 @@ const subscribeHook = (z, bundle) => {
|
|||||||
action: bundle.inputData.action
|
action: bundle.inputData.action
|
||||||
};
|
};
|
||||||
|
|
||||||
const url = bundle.authData.url + '/api/index.php/zapierapi/hook';
|
const url = bundle.authData.url + '/api/index.php/zapier/hook';
|
||||||
|
|
||||||
// You can build requests and our client will helpfully inject all the variables
|
// You can build requests and our client will helpfully inject all the variables
|
||||||
// you need to complete. You can also register middleware to control this.
|
// you need to complete. You can also register middleware to control this.
|
||||||
@ -32,7 +32,7 @@ const unsubscribeHook = (z, bundle) => {
|
|||||||
// You can build requests and our client will helpfully inject all the variables
|
// You can build requests and our client will helpfully inject all the variables
|
||||||
// you need to complete. You can also register middleware to control this.
|
// you need to complete. You can also register middleware to control this.
|
||||||
const options = {
|
const options = {
|
||||||
url: bundle.authData.url + '/api/index.php/zapierapi/hook/' + bundle.subscribeData.id,
|
url: bundle.authData.url + '/api/index.php/zapier/hook/' + bundle.subscribeData.id,
|
||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -73,7 +73,7 @@ const getFallbackRealUser = (z, bundle) => {
|
|||||||
// const getModulesChoices = (z/*, bundle*/) => {
|
// const getModulesChoices = (z/*, bundle*/) => {
|
||||||
// // For the test poll, you should get some real data, to aid the setup process.
|
// // For the test poll, you should get some real data, to aid the setup process.
|
||||||
// const options = {
|
// const options = {
|
||||||
// url: bundle.authData.url + '/api/index.php/zapierapi/getmoduleschoices',
|
// url: bundle.authData.url + '/api/index.php/zapier/getmoduleschoices',
|
||||||
// };
|
// };
|
||||||
|
|
||||||
// return z.request(options).then((response) => JSON.parse(response.content));
|
// return z.request(options).then((response) => JSON.parse(response.content));
|
||||||
@ -93,7 +93,7 @@ const getFallbackRealUser = (z, bundle) => {
|
|||||||
// // For the test poll, you should get some real data, to aid the setup process.
|
// // For the test poll, you should get some real data, to aid the setup process.
|
||||||
// const module = bundle.inputData.module;
|
// const module = bundle.inputData.module;
|
||||||
// const options = {
|
// const options = {
|
||||||
// url: url: bundle.authData.url + '/api/index.php/zapierapi/getactionschoices/thirparty`,
|
// url: url: bundle.authData.url + '/api/index.php/zapier/getactionschoices/thirparty`,
|
||||||
// };
|
// };
|
||||||
|
|
||||||
// return z.request(options).then((response) => JSON.parse(response.content));
|
// return z.request(options).then((response) => JSON.parse(response.content));
|
||||||
|
|||||||
@ -152,7 +152,7 @@ $user->rights->propal->creer=1;
|
|||||||
$user->rights->propal->propal_advance->validate=1;
|
$user->rights->propal->propal_advance->validate=1;
|
||||||
|
|
||||||
|
|
||||||
if (! empty($conf->global->PROPALE_ADDON) && is_readable(DOL_DOCUMENT_ROOT ."/core/modules/propale/".$conf->global->PROPALE_ADDON.".php")) {
|
if (!empty($conf->global->PROPALE_ADDON) && is_readable(DOL_DOCUMENT_ROOT ."/core/modules/propale/".$conf->global->PROPALE_ADDON.".php")) {
|
||||||
require_once DOL_DOCUMENT_ROOT ."/core/modules/propale/".$conf->global->PROPALE_ADDON.".php";
|
require_once DOL_DOCUMENT_ROOT ."/core/modules/propale/".$conf->global->PROPALE_ADDON.".php";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -218,7 +218,7 @@ if ($date == 'all') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Replace database handler
|
// Replace database handler
|
||||||
if (! empty($argv[4])) {
|
if (!empty($argv[4])) {
|
||||||
$db->close();
|
$db->close();
|
||||||
unset($db);
|
unset($db);
|
||||||
$db=getDoliDBInstance($argv[4], $argv[5], $argv[6], $argv[7], $argv[8], $argv[9]);
|
$db=getDoliDBInstance($argv[4], $argv[5], $argv[6], $argv[7], $argv[8], $argv[9]);
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -12,3 +12,11 @@ Le client règle rapidement et on lui accorde un escompte de 3% (120 € * 3% =
|
|||||||
411xxx 3,60 € TTC
|
411xxx 3,60 € TTC
|
||||||
|
|
||||||
Et ça marche à l’inverse avec un fournisseur sauf que l’on est en 775000 au lieu de 665000 pour escompte obtenus.
|
Et ça marche à l’inverse avec un fournisseur sauf que l’on est en 775000 au lieu de 665000 pour escompte obtenus.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Un compte comptable de Tiers vente = Acount Receivable
|
||||||
|
Un compte comptable de Tiers achat = Acount Payable
|
||||||
|
|
||||||
|
|
||||||
BIN
dev/resources/iso-normes/banking/iban_registry_0.pdf
Normal file
BIN
dev/resources/iso-normes/banking/iban_registry_0.pdf
Normal file
Binary file not shown.
@ -22,8 +22,7 @@ https://www.tecklenborgh.com/post/ksa-zatca-publishes-guide-on-how-to-develop-a-
|
|||||||
Method to encode/decode ZATCA string is available in test/phpunit/BarcodeTest.php
|
Method to encode/decode ZATCA string is available in test/phpunit/BarcodeTest.php
|
||||||
|
|
||||||
|
|
||||||
* FOR QR-Bill in switzerland
|
* FOR QR-Bill in switzerland - Facture-QR
|
||||||
----------------------------
|
|
||||||
Syntax of QR Code - See file ig-qr-bill-v2.2-fr.pdf (more doc on https://www.swiss-qr-invoice.org/downloads/)
|
Syntax of QR Code - See file ig-qr-bill-v2.2-fr.pdf (more doc on https://www.swiss-qr-invoice.org/downloads/)
|
||||||
Syntax of complentary field named "structured information of invoice S1": https://www.swiss-qr-invoice.org/downloads/qr-bill-s1-syntax-fr.pdf
|
Syntax of complentary field named "structured information of invoice S1": https://www.swiss-qr-invoice.org/downloads/qr-bill-s1-syntax-fr.pdf
|
||||||
To test/validate: https://www.swiss-qr-invoice.org/validator/
|
To test/validate: https://www.swiss-qr-invoice.org/validator/
|
||||||
|
|||||||
@ -10,8 +10,7 @@ Signification des chiffres.
|
|||||||
- 1 chiffre pour la somme de controle
|
- 1 chiffre pour la somme de controle
|
||||||
|
|
||||||
Cette regle subit de nombreuses entorses pour ameliorer l'usage des chiffres disponibles.
|
Cette regle subit de nombreuses entorses pour ameliorer l'usage des chiffres disponibles.
|
||||||
Voici la liste des codes pays ou systeme :
|
Voici la liste des codes pays ou systeme, les préfixes qui ne sont pas explicitement mentionnés sont réservés par GS1 :
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
EN
|
EN
|
||||||
@ -25,105 +24,139 @@ Meaning of the numbers:
|
|||||||
|
|
||||||
This rule has been twisted many times to improve the use of the available numbers.
|
This rule has been twisted many times to improve the use of the available numbers.
|
||||||
|
|
||||||
Here is the list of country codes or system:
|
Here is the list of country codes or system, prefixes not explicitly listed are reserved by GS1:
|
||||||
|
|
||||||
|
|
||||||
List
|
List (https://www.gs1.org/prefixes)
|
||||||
====
|
===================================
|
||||||
|
|
||||||
00 - 13 UCC (U.S.A / États-Unis & Canada)
|
0000000 Flag for internal numbering / Codification interne en magasin
|
||||||
20 - 29 Flag for internal numbering / Codification interne en magasin
|
00001–01999 GS1 US (U.S.A / États-Unis & Canada)
|
||||||
30 - 37 GENCOD-EAN France
|
020-029 Restricted / Restreint
|
||||||
380 BCCI (Bulgaria)
|
030-039 GS1 US (U.S.A / États-Unis & Canada)
|
||||||
383 SANA (Slovenia)
|
040-049 Flag for internal numbering / Codification interne en magasin
|
||||||
385 CRO-EAN (Croatia)
|
050-059 GS1 US (U.S.A / États-Unis & Canada)
|
||||||
387 EAN-BIH (Bosnia-Herzegovina)
|
060-139 GS1 US (U.S.A / États-Unis & Canada)
|
||||||
400-440 CCG (DE/Germany/Allemagne)
|
300-379 GS1 France
|
||||||
45 + 49 Distribution Code Center - DCC (Japan)
|
380 GS1 Bulgaria
|
||||||
460-469 UNISCAN - EAN Russia (Federation de Russie)
|
383 GS1 Slovenija
|
||||||
471 CAN Taiwan
|
385 GS1 Croatia
|
||||||
474 EAN Estonia
|
387 GS1 BIH (Bosnia-Herzegovina)
|
||||||
475 EAN Latvia
|
389 GS1 Montenegro
|
||||||
476 EAN Azerbaijan
|
400-440 GS1 Germany
|
||||||
477 EAN Lithuania
|
450-459 GS1 Japan
|
||||||
478 EAN Uzbekistan
|
460-469 GS1 Russia
|
||||||
479 EAN Sri Lanka
|
470 GS1 Kyrgyzstan
|
||||||
480 PANC Philippines
|
471 GS1 Chinese Taipei
|
||||||
481 EAN Belarus
|
474 GS1 Estonia
|
||||||
482 EAN Ukraine
|
475 GS1 Latvia
|
||||||
484 EAN Moldova
|
476 GS1 Azerbaijan
|
||||||
485 EAN Armenia
|
477 GS1 Lithuania
|
||||||
486 EAN Georgia
|
478 GS1 Uzbekistan
|
||||||
487 EAN Kazakhstan
|
479 GS1 Sri Lanka
|
||||||
489 HKANA Hong Kong
|
480 GS1 Philippines
|
||||||
50 E Centre UK - United Kingdom
|
481 GS1 Belarus
|
||||||
520 HELLCAN-EAN HELLAS - Greece
|
482 GS1 Ukraine
|
||||||
528 EAN Lebanon
|
483 GS1 Turkmenistan
|
||||||
529 EAN Cyprus
|
484 GS1 Moldova
|
||||||
531 EAN-MAC (FYR Macedonia)
|
485 GS1 Armenia
|
||||||
535 EAN Malta
|
486 GS1 Georgia
|
||||||
539 EAN Ireland
|
487 GS1 Kazakstan
|
||||||
54 ICODIF/EAN Belgium & Luxembourg
|
488 GS1 Tajikistan
|
||||||
560 CODIPOR (Portugal)
|
489 GS1 Hong Kong, China
|
||||||
569 EAN Iceland/Islande
|
490-499 GS1 Japan
|
||||||
57 EAN Denmark
|
500-509 GS1 UK
|
||||||
590 EAN Poland
|
520-521 GS1 Association Greece
|
||||||
594 EAN Romania
|
528 GS1 Lebanon
|
||||||
599 H.A.P.M.H. (Hungary)
|
529 GS1 Cyprus
|
||||||
600-601 EAN South Africa
|
530 GS1 Albania
|
||||||
609 EAN Mauritius Island
|
531 GS1 Macedonia
|
||||||
611 EAN Morocco
|
535 GS1 Malta
|
||||||
613 EAN Algeria
|
539 GS1 Ireland
|
||||||
619 Tunicode (Tunisia)
|
540-549 GS1 Belgium & Luxembourg
|
||||||
621 EAN Syria
|
560 GS1 Portugal
|
||||||
622 EAN Egypt
|
569 GS1 Iceland
|
||||||
625 EAN Jordan/Jordanie
|
570-579 GS1 Denmark
|
||||||
626 EAN Iran
|
590 GS1 Poland
|
||||||
628 EAN Saudi Arabia
|
594 GS1 Romania
|
||||||
64 EAN Finland
|
599 GS1 Hungary
|
||||||
690-693 ANCC - Article Numbering Centre of China
|
600-601 GS1 South Africa
|
||||||
70 EAN Norge (Norvege)
|
603 GS1 Ghana
|
||||||
729 Israeli Bar Code Association - EAN Israel
|
604 GS1 Senegal
|
||||||
73 EAN Suede
|
607 GS1 Oman
|
||||||
740 EAN Guatemala
|
608 GS1 Bahrain
|
||||||
741 EAN El Salvador
|
609 GS1 Mauritius
|
||||||
742 ICCC (Honduras)
|
611 GS1 Morocco
|
||||||
743 EAN Nicaragua
|
613 GS1 Algeria
|
||||||
744 EAN Costa Rica Panama
|
615 GS1 Nigeria
|
||||||
746 746 EAN Republique Dominicaine
|
616 GS1 Kenya
|
||||||
750 AMECE (Mexique)
|
617 GS1 Cameroon
|
||||||
759 EAN Venezuela
|
618 GS1 Côte d'Ivoire
|
||||||
76 EAN (Schweiz, Suisse, Svizzera)
|
619 GS1 Tunisia
|
||||||
770 IAC (Colombie)
|
620 GS1 Tanzania
|
||||||
773 EAN Uruguay
|
621 GS1 Syria
|
||||||
775 APC - EAN Peru (Perou)
|
622 GS1 Egypt
|
||||||
777 EAN Bolivie
|
624 GS1 Libya
|
||||||
779 CODIGO - EAN Argentine
|
625 GS1 Jordan
|
||||||
780 EAN Chili
|
626 GS1 Iran
|
||||||
784 EAN Paraguay
|
627 GS1 Kuwait
|
||||||
786 ECOP (Equateur)
|
628 GS1 Saudi Arabia
|
||||||
789 EAN Bresil
|
629 GS1 Emirates
|
||||||
80 - 83 INDICOD (Italy)
|
630 GS1 Qatar
|
||||||
84 AECOC (Espagne)
|
631 GS1 Namibia
|
||||||
850 Camera de Comercio de la Republica de Cuba (Cuba)
|
640-649 GS1 Finland
|
||||||
858 EAN Slovaquie
|
690-699 GS1 China
|
||||||
859 EAN Republique Tcheque
|
700-709 GS1 Norway
|
||||||
860 EAN YU (Yougoslavie)
|
729 GS1 Israel
|
||||||
867 EAN DPR Korea (Coree du Nord)
|
730-739 GS1 Sweden
|
||||||
869 Union of Chambers of Commerce of Turkey (Turquie)
|
740 GS1 Guatemala
|
||||||
87 EAN Nederland (Hollande)
|
741 GS1 El Salvador
|
||||||
880 EAN Korea (Coree du Sud)
|
742 GS1 Honduras
|
||||||
885 EAN Thailande
|
743 GS1 Nicaragua
|
||||||
888 SANC (Singapour)
|
744 GS1 Costa Rica
|
||||||
890 EAN Inde
|
745 GS1 Panama
|
||||||
893 EAN Vietnam
|
746 GS1 Republica Dominicana
|
||||||
899 EAN Indonesie
|
750 GS1 Mexico
|
||||||
90 - 91 EAN Autriche
|
754-755 GS1 Canada
|
||||||
93 EAN Australie
|
759 GS1 Venezuela
|
||||||
94 EAN Nouvelle Zelande
|
760-769 GS1 Schweiz, Suisse, Svizzera
|
||||||
955 Malaysian Article Numbering Council (MANC) - Malaisie
|
770-771 GS1 Colombia
|
||||||
977 Publications sirielles (ISSN)
|
773 GS1 Uruguay
|
||||||
978 - 979 Livres (ISBN)
|
775 GS1 Peru
|
||||||
980 Refus de remboursement
|
777 GS1 Bolivia
|
||||||
981 - 982 Coupons (monnaie courante)
|
778-779 GS1 Argentina
|
||||||
99 Coupons
|
780 GS1 Chile
|
||||||
|
784 GS1 Paraguay
|
||||||
|
786 GS1 Ecuador
|
||||||
|
789-790 GS1 Brasil
|
||||||
|
800-839 GS1 Italy
|
||||||
|
840-849 GS1 Spain
|
||||||
|
850 GS1 Cuba
|
||||||
|
858 GS1 Slovakia
|
||||||
|
859 GS1 Czech
|
||||||
|
860 GS1 Serbia
|
||||||
|
865 GS1 Mongolia
|
||||||
|
867 GS1 North Korea
|
||||||
|
868-869 GS1 Türkiye
|
||||||
|
870-879 GS1 Netherlands
|
||||||
|
880 GS1 South Korea
|
||||||
|
883 GS1 Myanmar
|
||||||
|
884 GS1 Cambodia
|
||||||
|
885 GS1 Thailand
|
||||||
|
888 GS1 Singapore
|
||||||
|
890 GS1 India
|
||||||
|
893 GS1 Vietnam
|
||||||
|
896 GS1 Pakistan
|
||||||
|
899 GS1 Indonesia
|
||||||
|
900-919 GS1 Austria
|
||||||
|
930-939 GS1 Australia
|
||||||
|
940-949 GS1 New Zealand
|
||||||
|
950 GS1 Global Office
|
||||||
|
955 GS1 Malaysia
|
||||||
|
958 GS1 Macao, China
|
||||||
|
960-969 Global Office - GTIN-8
|
||||||
|
977 Serial publications / Publications en série (ISSN)
|
||||||
|
978-979 Bookland / Livres (ISBN)
|
||||||
|
980 Refund receipts / Remboursements
|
||||||
|
981-983 GS1 Coupons
|
||||||
|
99 GS1 Coupons
|
||||||
|
|||||||
@ -4008,7 +4008,7 @@ f
|
|||||||
»Û5Là+ld | |||||||