Merge branch 'develop' of https://github.com/Dolibarr/dolibarr.git into
dev_fix5353 Conflicts: htdocs/core/modules/mailings/advthirdparties.modules.php
This commit is contained in:
commit
afb924043f
@ -1,6 +1,6 @@
|
|||||||
Alias /dolibarr "WAMPROOT/www/dolibarr/htdocs/"
|
Alias /dolibarr "WAMPROOT/www/dolibarr/htdocs/"
|
||||||
|
|
||||||
# NOTE:
|
# NOTE FOR APACHE 2.2:
|
||||||
# To restrict access to dolibarr from outside set lines
|
# To restrict access to dolibarr from outside set lines
|
||||||
#
|
#
|
||||||
# Order Deny,Allow
|
# Order Deny,Allow
|
||||||
@ -12,10 +12,21 @@ Alias /dolibarr "WAMPROOT/www/dolibarr/htdocs/"
|
|||||||
# Order Allow,Deny
|
# Order Allow,Deny
|
||||||
# Allow from all
|
# Allow from all
|
||||||
#
|
#
|
||||||
|
# NOTE FOR APACHE 2.3:
|
||||||
|
# To restrict access to dolibarr from outside set lines
|
||||||
|
#
|
||||||
|
# <RequireAny>
|
||||||
|
# Require ip 127.0.0.1
|
||||||
|
# Require host localhost
|
||||||
|
# <RequireAny>
|
||||||
|
#
|
||||||
|
# instead of
|
||||||
|
#
|
||||||
|
# Require all granted
|
||||||
|
#
|
||||||
|
|
||||||
<Directory "WAMPROOT/www/dolibarr/htdocs/">
|
<Directory "WAMPROOT/www/dolibarr/htdocs/">
|
||||||
Options Indexes FollowSymLinks MultiViews
|
Options Indexes FollowSymLinks MultiViews
|
||||||
AllowOverride all
|
AllowOverride all
|
||||||
Order Allow,Deny
|
Require all granted
|
||||||
Allow from all
|
|
||||||
</Directory>
|
</Directory>
|
||||||
@ -101,7 +101,7 @@ Source: "build\exe\doliwamp\UsedPort.exe"; DestDir: "{app}\"; Flags: ignoreversi
|
|||||||
; Put here path of Wampserver applications
|
; Put here path of Wampserver applications
|
||||||
; Value OK: apache 2.2.6, php 5.2.5 (5.2.11, 5.3.0 and 5.3.1 fails if php_exif, php_pgsql, php_zip is on), mysql 5.0.45 or 5.1.36
|
; Value OK: apache 2.2.6, php 5.2.5 (5.2.11, 5.3.0 and 5.3.1 fails if php_exif, php_pgsql, php_zip is on), mysql 5.0.45 or 5.1.36
|
||||||
; Value OK: apache 2.2.11, php 5.3.0 (if no php_exif, php_pgsql, php_zip), mysql 5.0.45 or 5.1.36
|
; Value OK: apache 2.2.11, php 5.3.0 (if no php_exif, php_pgsql, php_zip), mysql 5.0.45 or 5.1.36
|
||||||
; Value ???: apache 2.4.19, php 5.5.12, mysql 5.6.17
|
; Value ???: apache 2.4.19, php 5.5.12, mysql 5.6.17 (wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-32b.exe)
|
||||||
Source: "C:\Program Files\Wamp\apps\phpmyadmin4.1.14\*.*"; DestDir: "{app}\apps\phpmyadmin4.1.14"; Flags: ignoreversion recursesubdirs; Excludes: "config.inc.php,wampserver.conf,*.log,*_log,darkblue_orange"
|
Source: "C:\Program Files\Wamp\apps\phpmyadmin4.1.14\*.*"; DestDir: "{app}\apps\phpmyadmin4.1.14"; Flags: ignoreversion recursesubdirs; Excludes: "config.inc.php,wampserver.conf,*.log,*_log,darkblue_orange"
|
||||||
Source: "C:\Program Files\Wamp\bin\apache\apache2.4.9\*.*"; DestDir: "{app}\bin\apache\apache2.4.9"; Flags: ignoreversion recursesubdirs; Excludes: "php.ini,httpd.conf,wampserver.conf,*.log,*_log"
|
Source: "C:\Program Files\Wamp\bin\apache\apache2.4.9\*.*"; DestDir: "{app}\bin\apache\apache2.4.9"; Flags: ignoreversion recursesubdirs; Excludes: "php.ini,httpd.conf,wampserver.conf,*.log,*_log"
|
||||||
Source: "C:\Program Files\Wamp\bin\php\php5.5.12\*.*"; DestDir: "{app}\bin\php\php5.5.12"; Flags: ignoreversion recursesubdirs; Excludes: "php.ini,phpForApache.ini,wampserver.conf,*.log,*_log"
|
Source: "C:\Program Files\Wamp\bin\php\php5.5.12\*.*"; DestDir: "{app}\bin\php\php5.5.12"; Flags: ignoreversion recursesubdirs; Excludes: "php.ini,phpForApache.ini,wampserver.conf,*.log,*_log"
|
||||||
@ -119,8 +119,8 @@ Source: "build\exe\doliwamp\phpmyadmin.conf.install"; DestDir: "{app}\alias"; Fl
|
|||||||
Source: "build\exe\doliwamp\dolibarr.conf.install"; DestDir: "{app}\alias"; Flags: ignoreversion;
|
Source: "build\exe\doliwamp\dolibarr.conf.install"; DestDir: "{app}\alias"; Flags: ignoreversion;
|
||||||
Source: "build\exe\doliwamp\config.inc.php.install"; DestDir: "{app}\apps\phpmyadmin4.1.14"; Flags: ignoreversion;
|
Source: "build\exe\doliwamp\config.inc.php.install"; DestDir: "{app}\apps\phpmyadmin4.1.14"; Flags: ignoreversion;
|
||||||
Source: "build\exe\doliwamp\httpd.conf.install"; DestDir: "{app}\bin\apache\apache2.4.9\conf"; Flags: ignoreversion;
|
Source: "build\exe\doliwamp\httpd.conf.install"; DestDir: "{app}\bin\apache\apache2.4.9\conf"; Flags: ignoreversion;
|
||||||
Source: "build\exe\doliwamp\my.ini.install"; DestDir: "{app}\bin\mysql\mysql5.5.12"; Flags: ignoreversion;
|
Source: "build\exe\doliwamp\my.ini.install"; DestDir: "{app}\bin\mysql\mysql5.6.17"; Flags: ignoreversion;
|
||||||
Source: "build\exe\doliwamp\php.ini.install"; DestDir: "{app}\bin\php\php5.6.17"; Flags: ignoreversion;
|
Source: "build\exe\doliwamp\php.ini.install"; DestDir: "{app}\bin\php\php5.5.12"; Flags: ignoreversion;
|
||||||
Source: "build\exe\doliwamp\index.php.install"; DestDir: "{app}\www"; Flags: ignoreversion;
|
Source: "build\exe\doliwamp\index.php.install"; DestDir: "{app}\www"; Flags: ignoreversion;
|
||||||
Source: "build\exe\doliwamp\install.forced.php.install"; DestDir: "{app}\www\dolibarr\htdocs\install"; Flags: ignoreversion;
|
Source: "build\exe\doliwamp\install.forced.php.install"; DestDir: "{app}\www\dolibarr\htdocs\install"; Flags: ignoreversion;
|
||||||
Source: "build\exe\doliwamp\openssl.conf"; DestDir: "{app}"; Flags: ignoreversion;
|
Source: "build\exe\doliwamp\openssl.conf"; DestDir: "{app}"; Flags: ignoreversion;
|
||||||
@ -338,11 +338,11 @@ begin
|
|||||||
// Test if VC11Redist has been installed
|
// Test if VC11Redist has been installed
|
||||||
//----------------------------------------------
|
//----------------------------------------------
|
||||||
|
|
||||||
if not FileExists ('c:/windows/system32/msvcr70.dll') and not FileExists ('c:/windows/sysWOW64/msvcr70.dll') and not FileExists ('c:/winnt/system32/msvcr70.dll') and not FileExists ('c:/winnt/sysWOW64/msvcr70.dll') then
|
if not FileExists ('c:/windows/system32/msvcr110.dll') and not FileExists ('c:/windows/sysWOW64/msvcr110.dll') and not FileExists ('c:/winnt/system32/msvcr110.dll') and not FileExists ('c:/winnt/sysWOW64/msvcr110.dll') then
|
||||||
begin
|
begin
|
||||||
// TODO Copy file or ask to install package ?
|
// TODO Copy file or ask to install package ?
|
||||||
//CustomMessage('YouWillInstallDoliWamp')+#13#13
|
//CustomMessage('YouWillInstallDoliWamp')+#13#13
|
||||||
MsgBox('The package vcredist_x64.exe or vcredist_86.exe must have been installed first. It seems it is not. Please install it first from <a href="http://ccc">http://www.microsoft.com/en-us/download/details.aspx?id=30679</a> then restart DoliWamp installation/upgrade.',mbInformation,MB_OK);
|
MsgBox('The package vcredist_x86.exe must have been installed first. It seems it is not. Please install it first from <a href="http://ccc">http://www.microsoft.com/en-us/download/details.aspx?id=30679</a> then restart DoliWamp installation/upgrade.',mbInformation,MB_OK);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
@ -675,7 +675,7 @@ begin
|
|||||||
//installDir et version de php
|
//installDir et version de php
|
||||||
StringChangeEx (srcContents, 'WAMPROOT', pathWithSlashes, True);
|
StringChangeEx (srcContents, 'WAMPROOT', pathWithSlashes, True);
|
||||||
StringChangeEx (srcContents, 'WAMPMYSQLPORT', myport, True);
|
StringChangeEx (srcContents, 'WAMPMYSQLPORT', myport, True);
|
||||||
StringChangeEx (srcContents, 'WAMPMYSQLVERSION', myport, True);
|
StringChangeEx (srcContents, 'WAMPMYSQLVERSION', mysqlVersion, True);
|
||||||
|
|
||||||
SaveStringToFile(destFile,srcContents, False);
|
SaveStringToFile(destFile,srcContents, False);
|
||||||
end
|
end
|
||||||
@ -749,6 +749,7 @@ begin
|
|||||||
LoadStringFromFile (srcFile, srcContents);
|
LoadStringFromFile (srcFile, srcContents);
|
||||||
|
|
||||||
//version de apache et mysql
|
//version de apache et mysql
|
||||||
|
StringChangeEx (srcContents, 'WAMPROOT', pathWithSlashes, True);
|
||||||
StringChangeEx (srcContents, 'WAMPMYSQLVERSION', mysqlVersion, True);
|
StringChangeEx (srcContents, 'WAMPMYSQLVERSION', mysqlVersion, True);
|
||||||
StringChangeEx (srcContents, 'WAMPAPACHEVERSION', apacheVersion, True);
|
StringChangeEx (srcContents, 'WAMPAPACHEVERSION', apacheVersion, True);
|
||||||
|
|
||||||
@ -757,27 +758,6 @@ begin
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
//----------------------------------------------
|
|
||||||
// Create file install_services_auto.bat (always)
|
|
||||||
//----------------------------------------------
|
|
||||||
|
|
||||||
destFile := pathWithSlashes+'/install_services_auto.bat';
|
|
||||||
srcFile := pathWithSlashes+'/install_services_auto.bat.install';
|
|
||||||
|
|
||||||
if FileExists (srcFile) then
|
|
||||||
begin
|
|
||||||
LoadStringFromFile (srcFile, srcContents);
|
|
||||||
|
|
||||||
//version de apache et mysql
|
|
||||||
StringChangeEx (srcContents, 'WAMPMYSQLVERSION', mysqlVersion, True);
|
|
||||||
StringChangeEx (srcContents, 'WAMPAPACHEVERSION', apacheVersion, True);
|
|
||||||
|
|
||||||
SaveStringToFile(destFile,srcContents, False);
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//----------------------------------------------
|
//----------------------------------------------
|
||||||
// Create file uninstall_services.bat (always)
|
// Create file uninstall_services.bat (always)
|
||||||
//----------------------------------------------
|
//----------------------------------------------
|
||||||
@ -790,6 +770,7 @@ begin
|
|||||||
LoadStringFromFile (srcFile, srcContents);
|
LoadStringFromFile (srcFile, srcContents);
|
||||||
|
|
||||||
//version de apache et mysql
|
//version de apache et mysql
|
||||||
|
StringChangeEx (srcContents, 'WAMPROOT', pathWithSlashes, True);
|
||||||
StringChangeEx (srcContents, 'WAMPMYSQLVERSION', mysqlVersion, True);
|
StringChangeEx (srcContents, 'WAMPMYSQLVERSION', mysqlVersion, True);
|
||||||
StringChangeEx (srcContents, 'WAMPAPACHEVERSION', apacheVersion, True);
|
StringChangeEx (srcContents, 'WAMPAPACHEVERSION', apacheVersion, True);
|
||||||
|
|
||||||
@ -978,7 +959,6 @@ end;
|
|||||||
procedure DeinitializeSetup();
|
procedure DeinitializeSetup();
|
||||||
begin
|
begin
|
||||||
// DeleteFile(path+'\install_services.bat');
|
// DeleteFile(path+'\install_services.bat');
|
||||||
// DeleteFile(path+'\install_services_auto.bat');
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -66,19 +66,23 @@ Listen WAMPAPACHEPORT
|
|||||||
#
|
#
|
||||||
LoadModule actions_module modules/mod_actions.so
|
LoadModule actions_module modules/mod_actions.so
|
||||||
LoadModule alias_module modules/mod_alias.so
|
LoadModule alias_module modules/mod_alias.so
|
||||||
|
LoadModule allowmethods_module modules/mod_allowmethods.so
|
||||||
LoadModule asis_module modules/mod_asis.so
|
LoadModule asis_module modules/mod_asis.so
|
||||||
LoadModule auth_basic_module modules/mod_auth_basic.so
|
LoadModule auth_basic_module modules/mod_auth_basic.so
|
||||||
#LoadModule auth_digest_module modules/mod_auth_digest.so
|
#LoadModule auth_digest_module modules/mod_auth_digest.so
|
||||||
#LoadModule authn_anon_module modules/mod_authn_anon.so
|
#LoadModule authn_anon_module modules/mod_authn_anon.so
|
||||||
#LoadModule authn_dbm_module modules/mod_authn_dbm.so
|
#LoadModule authn_dbm_module modules/mod_authn_dbm.so
|
||||||
LoadModule authn_default_module modules/mod_authn_default.so
|
|
||||||
LoadModule authn_file_module modules/mod_authn_file.so
|
LoadModule authn_file_module modules/mod_authn_file.so
|
||||||
|
LoadModule authz_core_module modules/mod_authz_core.so
|
||||||
#LoadModule authz_dbm_module modules/mod_authz_dbm.so
|
#LoadModule authz_dbm_module modules/mod_authz_dbm.so
|
||||||
LoadModule authz_default_module modules/mod_authz_default.so
|
#LoadModule authz_default_module modules/mod_authz_default.so
|
||||||
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
|
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
|
||||||
LoadModule authz_host_module modules/mod_authz_host.so
|
LoadModule authz_host_module modules/mod_authz_host.so
|
||||||
LoadModule authz_user_module modules/mod_authz_user.so
|
LoadModule authz_user_module modules/mod_authz_user.so
|
||||||
LoadModule autoindex_module modules/mod_autoindex.so
|
LoadModule autoindex_module modules/mod_autoindex.so
|
||||||
|
LoadModule buffer_module modules/mod_buffer.so
|
||||||
|
LoadModule cache_module modules/mod_cache.so
|
||||||
|
LoadModule cache_disk_module modules/mod_cache_disk.so
|
||||||
#LoadModule cern_meta_module modules/mod_cern_meta.so
|
#LoadModule cern_meta_module modules/mod_cern_meta.so
|
||||||
LoadModule cgi_module modules/mod_cgi.so
|
LoadModule cgi_module modules/mod_cgi.so
|
||||||
#LoadModule dav_module modules/mod_dav.so
|
#LoadModule dav_module modules/mod_dav.so
|
||||||
@ -96,23 +100,23 @@ LoadModule isapi_module modules/mod_isapi.so
|
|||||||
LoadModule log_config_module modules/mod_log_config.so
|
LoadModule log_config_module modules/mod_log_config.so
|
||||||
LoadModule mime_module modules/mod_mime.so
|
LoadModule mime_module modules/mod_mime.so
|
||||||
#LoadModule mime_magic_module modules/mod_mime_magic.so
|
#LoadModule mime_magic_module modules/mod_mime_magic.so
|
||||||
|
LoadModule negotiation_module modules/mod_negotiation.so
|
||||||
#LoadModule proxy_module modules/mod_proxy.so
|
#LoadModule proxy_module modules/mod_proxy.so
|
||||||
#LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
|
#LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
|
||||||
#LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
|
#LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
|
||||||
#LoadModule proxy_connect_module modules/mod_proxy_connect.so
|
#LoadModule proxy_connect_module modules/mod_proxy_connect.so
|
||||||
#LoadModule proxy_http_module modules/mod_proxy_http.so
|
#LoadModule proxy_http_module modules/mod_proxy_http.so
|
||||||
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
|
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
|
||||||
LoadModule negotiation_module modules/mod_negotiation.so
|
|
||||||
LoadModule rewrite_module modules/mod_rewrite.so
|
LoadModule rewrite_module modules/mod_rewrite.so
|
||||||
LoadModule setenvif_module modules/mod_setenvif.so
|
LoadModule setenvif_module modules/mod_setenvif.so
|
||||||
#LoadModule speling_module modules/mod_speling.so
|
#LoadModule speling_module modules/mod_speling.so
|
||||||
|
#LoadModule ssl_module modules/mod_ssl.so
|
||||||
LoadModule status_module modules/mod_status.so
|
LoadModule status_module modules/mod_status.so
|
||||||
#LoadModule unique_id_module modules/mod_unique_id.so
|
#LoadModule unique_id_module modules/mod_unique_id.so
|
||||||
LoadModule userdir_module modules/mod_userdir.so
|
LoadModule userdir_module modules/mod_userdir.so
|
||||||
#LoadModule usertrack_module modules/mod_usertrack.so
|
#LoadModule usertrack_module modules/mod_usertrack.so
|
||||||
LoadModule vhost_alias_module modules/mod_vhost_alias.so
|
LoadModule vhost_alias_module modules/mod_vhost_alias.so
|
||||||
#LoadModule ssl_module modules/mod_ssl.so
|
LoadModule php5_module "WAMPROOT/bin/php/phpWAMPPHPVERSION/php5apache2_4.dll"
|
||||||
LoadModule php5_module "WAMPROOT/bin/php/phpWAMPPHPVERSION/php5apache2_2.dll"
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# ExtendedStatus controls whether Apache will generate "full" status
|
# ExtendedStatus controls whether Apache will generate "full" status
|
||||||
@ -123,9 +127,9 @@ ExtendedStatus On
|
|||||||
|
|
||||||
<Location /server-status>
|
<Location /server-status>
|
||||||
SetHandler server-status
|
SetHandler server-status
|
||||||
Order Deny,Allow
|
Require local
|
||||||
Deny from all
|
#Require ip 1.2.3.4
|
||||||
Allow from localhost, 127.0.0.1
|
#Require host 1.2.3.4
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
|
|
||||||
@ -211,9 +215,7 @@ KeepAliveTimeout 30
|
|||||||
<Directory />
|
<Directory />
|
||||||
Options FollowSymLinks
|
Options FollowSymLinks
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Order deny,allow
|
Require all denied
|
||||||
Deny from all
|
|
||||||
Satisfy all
|
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -253,9 +255,10 @@ KeepAliveTimeout 30
|
|||||||
# Controls who can get stuff from this server.
|
# Controls who can get stuff from this server.
|
||||||
#
|
#
|
||||||
# onlineoffline tag - don't remove
|
# onlineoffline tag - don't remove
|
||||||
Order Deny,Allow
|
<RequireAny>
|
||||||
Deny from all
|
Require ip 127.0.0.1
|
||||||
Allow from 127.0.0.1
|
Require host localhost
|
||||||
|
</RequireAny>
|
||||||
|
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
@ -272,8 +275,7 @@ KeepAliveTimeout 30
|
|||||||
# viewed by Web clients.
|
# viewed by Web clients.
|
||||||
#
|
#
|
||||||
<FilesMatch "^\.ht">
|
<FilesMatch "^\.ht">
|
||||||
Order allow,deny
|
Require all denied
|
||||||
Deny from all
|
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -359,8 +361,7 @@ LogLevel warn
|
|||||||
<Directory "cgi-bin">
|
<Directory "cgi-bin">
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Options None
|
Options None
|
||||||
Order allow,deny
|
Require all granted
|
||||||
Allow from all
|
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -410,7 +411,7 @@ LogLevel warn
|
|||||||
# keep browsers from trying to display binary files as though they are
|
# keep browsers from trying to display binary files as though they are
|
||||||
# text.
|
# text.
|
||||||
#
|
#
|
||||||
DefaultType text/plain
|
#DefaultType text/plain
|
||||||
|
|
||||||
<IfModule mime_module>
|
<IfModule mime_module>
|
||||||
#
|
#
|
||||||
|
|||||||
@ -8,14 +8,18 @@ echo ---- Execute install_services.bat >> doliwamp.log 2>>&1
|
|||||||
REM NET STOP doliwampapache
|
REM NET STOP doliwampapache
|
||||||
REM NET STOP doliwampmysqld
|
REM NET STOP doliwampmysqld
|
||||||
|
|
||||||
|
cd "WAMPROOT"
|
||||||
|
|
||||||
REM Apache x.x
|
REM Apache x.x
|
||||||
.\bin\apache\apacheWAMPAPACHEVERSION\bin\httpd.exe -k install -n doliwampapache
|
.\bin\apache\apacheWAMPAPACHEVERSION\bin\httpd.exe -k install -n doliwampapache
|
||||||
REM reg add HKLM\SYSTEM\CurrentControlSet\Services\doliwampapache /V Start /t REG_DWORD /d 3 /f
|
REM reg add HKLM\SYSTEM\CurrentControlSet\Services\doliwampapache /V Start /t REG_DWORD /d 3 /f
|
||||||
|
|
||||||
REM Mysql 5.0-
|
REM Mysql 5.0-
|
||||||
REM .\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysqld-nt.exe --install-manual doliwampmysqld
|
REM .\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysqld-nt.exe --install-manual doliwampmysqld
|
||||||
.\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysqld-nt.exe --install doliwampmysqld
|
REM .\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysqld-nt.exe --install doliwampmysqld
|
||||||
REM Mysql 5.1+
|
REM Mysql 5.1+
|
||||||
REM .\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysqld.exe --install doliwampmysqld
|
.\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysqld.exe --install doliwampmysqld
|
||||||
|
|
||||||
echo ---- End script >> doliwamp.log 2>>&1
|
echo ---- End script >> doliwamp.log 2>>&1
|
||||||
|
|
||||||
|
REM pause
|
||||||
|
|||||||
@ -77,10 +77,6 @@ log-error=WAMPROOT/logs/mysql.log
|
|||||||
#Path to the database root
|
#Path to the database root
|
||||||
datadir=WAMPROOT/bin/mysql/data
|
datadir=WAMPROOT/bin/mysql/data
|
||||||
|
|
||||||
# The default character set that will be used when a new schema or table is
|
|
||||||
# created and no character set is defined
|
|
||||||
default-character-set=latin1
|
|
||||||
|
|
||||||
# The default storage engine that will be used when create new tables when
|
# The default storage engine that will be used when create new tables when
|
||||||
default-storage-engine=INNODB
|
default-storage-engine=INNODB
|
||||||
|
|
||||||
@ -101,13 +97,6 @@ max_connections=255
|
|||||||
# slowdown instead of a performance improvement.
|
# slowdown instead of a performance improvement.
|
||||||
query_cache_size=8M
|
query_cache_size=8M
|
||||||
|
|
||||||
# The number of open tables for all threads. Increasing this value
|
|
||||||
# increases the number of file descriptors that mysqld requires.
|
|
||||||
# Therefore you have to make sure to set the amount of open files
|
|
||||||
# allowed to at least 4096 in the variable "open-files-limit" in
|
|
||||||
# section [mysqld_safe]
|
|
||||||
table_cache=510
|
|
||||||
|
|
||||||
# Maximum size for internal (in-memory) temporary tables. If a table
|
# Maximum size for internal (in-memory) temporary tables. If a table
|
||||||
# grows larger than this value, it is automatically converted to disk
|
# grows larger than this value, it is automatically converted to disk
|
||||||
# based table This limitation is for a single table. There can be many
|
# based table This limitation is for a single table. There can be many
|
||||||
@ -125,18 +114,6 @@ thread_cache_size=12
|
|||||||
|
|
||||||
#*** MyISAM Specific options
|
#*** MyISAM Specific options
|
||||||
|
|
||||||
# The maximum size of the temporary file MySQL is allowed to use while
|
|
||||||
# recreating the index (during REPAIR, ALTER TABLE or LOAD DATA INFILE.
|
|
||||||
# If the file-size would be bigger than this, the index will be created
|
|
||||||
# through the key cache (which is slower).
|
|
||||||
myisam_max_sort_file_size=100G
|
|
||||||
|
|
||||||
# If the temporary file used for fast index creation would be bigger
|
|
||||||
# than using the key cache by the amount specified here, then prefer the
|
|
||||||
# key cache method. This is mainly used to force long character keys in
|
|
||||||
# large tables to use the slower key cache method to create the index.
|
|
||||||
myisam_max_extra_sort_file_size=100G
|
|
||||||
|
|
||||||
# If the temporary file used for fast index creation would be bigger
|
# If the temporary file used for fast index creation would be bigger
|
||||||
# than using the key cache by the amount specified here, then prefer the
|
# than using the key cache by the amount specified here, then prefer the
|
||||||
# key cache method. This is mainly used to force long character keys in
|
# key cache method. This is mainly used to force long character keys in
|
||||||
@ -170,13 +147,6 @@ sort_buffer_size=203K
|
|||||||
# and speed up some things.
|
# and speed up some things.
|
||||||
#skip-innodb
|
#skip-innodb
|
||||||
|
|
||||||
# Additional memory pool that is used by InnoDB to store metadata
|
|
||||||
# information. If InnoDB requires more memory for this purpose it will
|
|
||||||
# start to allocate it from the OS. As this is fast enough on most
|
|
||||||
# recent operating systems, you normally do not need to change this
|
|
||||||
# value. SHOW INNODB STATUS will display the current amount used.
|
|
||||||
innodb_additional_mem_pool_size=2M
|
|
||||||
|
|
||||||
# If set to 1, InnoDB will flush (fsync) the transaction logs to the
|
# If set to 1, InnoDB will flush (fsync) the transaction logs to the
|
||||||
# disk at each commit, which offers full ACID behavior. If you are
|
# disk at each commit, which offers full ACID behavior. If you are
|
||||||
# willing to compromise this safety, and you are running small
|
# willing to compromise this safety, and you are running small
|
||||||
@ -234,10 +204,6 @@ log-error=WAMPROOT/logs/mysql.log
|
|||||||
#Path to the database root
|
#Path to the database root
|
||||||
datadir=WAMPROOT/bin/mysql/data
|
datadir=WAMPROOT/bin/mysql/data
|
||||||
|
|
||||||
# The default character set that will be used when a new schema or table is
|
|
||||||
# created and no character set is defined
|
|
||||||
default-character-set=latin1
|
|
||||||
|
|
||||||
# The default storage engine that will be used when create new tables when
|
# The default storage engine that will be used when create new tables when
|
||||||
default-storage-engine=INNODB
|
default-storage-engine=INNODB
|
||||||
|
|
||||||
@ -258,13 +224,6 @@ max_connections=255
|
|||||||
# slowdown instead of a performance improvement.
|
# slowdown instead of a performance improvement.
|
||||||
query_cache_size=8M
|
query_cache_size=8M
|
||||||
|
|
||||||
# The number of open tables for all threads. Increasing this value
|
|
||||||
# increases the number of file descriptors that mysqld requires.
|
|
||||||
# Therefore you have to make sure to set the amount of open files
|
|
||||||
# allowed to at least 4096 in the variable "open-files-limit" in
|
|
||||||
# section [mysqld_safe]
|
|
||||||
table_cache=510
|
|
||||||
|
|
||||||
# Maximum size for internal (in-memory) temporary tables. If a table
|
# Maximum size for internal (in-memory) temporary tables. If a table
|
||||||
# grows larger than this value, it is automatically converted to disk
|
# grows larger than this value, it is automatically converted to disk
|
||||||
# based table This limitation is for a single table. There can be many
|
# based table This limitation is for a single table. There can be many
|
||||||
@ -282,18 +241,6 @@ thread_cache_size=12
|
|||||||
|
|
||||||
#*** MyISAM Specific options
|
#*** MyISAM Specific options
|
||||||
|
|
||||||
# The maximum size of the temporary file MySQL is allowed to use while
|
|
||||||
# recreating the index (during REPAIR, ALTER TABLE or LOAD DATA INFILE.
|
|
||||||
# If the file-size would be bigger than this, the index will be created
|
|
||||||
# through the key cache (which is slower).
|
|
||||||
myisam_max_sort_file_size=100G
|
|
||||||
|
|
||||||
# If the temporary file used for fast index creation would be bigger
|
|
||||||
# than using the key cache by the amount specified here, then prefer the
|
|
||||||
# key cache method. This is mainly used to force long character keys in
|
|
||||||
# large tables to use the slower key cache method to create the index.
|
|
||||||
myisam_max_extra_sort_file_size=100G
|
|
||||||
|
|
||||||
# If the temporary file used for fast index creation would be bigger
|
# If the temporary file used for fast index creation would be bigger
|
||||||
# than using the key cache by the amount specified here, then prefer the
|
# than using the key cache by the amount specified here, then prefer the
|
||||||
# key cache method. This is mainly used to force long character keys in
|
# key cache method. This is mainly used to force long character keys in
|
||||||
@ -327,13 +274,6 @@ sort_buffer_size=203K
|
|||||||
# and speed up some things.
|
# and speed up some things.
|
||||||
#skip-innodb
|
#skip-innodb
|
||||||
|
|
||||||
# Additional memory pool that is used by InnoDB to store metadata
|
|
||||||
# information. If InnoDB requires more memory for this purpose it will
|
|
||||||
# start to allocate it from the OS. As this is fast enough on most
|
|
||||||
# recent operating systems, you normally do not need to change this
|
|
||||||
# value. SHOW INNODB STATUS will display the current amount used.
|
|
||||||
innodb_additional_mem_pool_size=2M
|
|
||||||
|
|
||||||
# If set to 1, InnoDB will flush (fsync) the transaction logs to the
|
# If set to 1, InnoDB will flush (fsync) the transaction logs to the
|
||||||
# disk at each commit, which offers full ACID behavior. If you are
|
# disk at each commit, which offers full ACID behavior. If you are
|
||||||
# willing to compromise this safety, and you are running small
|
# willing to compromise this safety, and you are running small
|
||||||
|
|||||||
@ -1,22 +1,35 @@
|
|||||||
Alias /phpmyadmin "WAMPROOT/apps/phpmyadminWAMPPHPMYADMINVERSION/"
|
Alias /phpmyadmin "WAMPROOT/apps/phpmyadminWAMPPHPMYADMINVERSION/"
|
||||||
|
|
||||||
# to give access to phpmyadmin from outside
|
# NOTE FOR APACHE 2.2:
|
||||||
# replace the lines
|
# To grant access to dolibarr from outside set lines
|
||||||
#
|
#
|
||||||
# Order Deny,Allow
|
# Order Allow,Deny
|
||||||
|
# Allow from all
|
||||||
|
#
|
||||||
|
# instead of
|
||||||
|
#
|
||||||
|
# Order Deny,Allow
|
||||||
# Deny from all
|
# Deny from all
|
||||||
# Allow from 127.0.0.1
|
# Allow from 127.0.0.1
|
||||||
#
|
#
|
||||||
# by
|
# NOTE FOR APACHE 2.3:
|
||||||
|
# To grant access to dolibarr from outside set lines
|
||||||
#
|
#
|
||||||
# Order Allow,Deny
|
# Require all granted
|
||||||
# Allow from all
|
#
|
||||||
|
# instead of
|
||||||
|
#
|
||||||
|
# <RequireAny>
|
||||||
|
# Require ip 127.0.0.1
|
||||||
|
# Require host localhost
|
||||||
|
# <RequireAny>
|
||||||
#
|
#
|
||||||
|
|
||||||
<Directory "WAMPROOT/apps/phpmyadminWAMPPHPMYADMINVERSION/">
|
<Directory "WAMPROOT/apps/phpmyadminWAMPPHPMYADMINVERSION/">
|
||||||
Options Indexes FollowSymLinks MultiViews
|
Options Indexes FollowSymLinks MultiViews
|
||||||
AllowOverride all
|
AllowOverride all
|
||||||
Order Deny,Allow
|
<RequireAny>
|
||||||
Deny from all
|
Require ip 127.0.0.1
|
||||||
Allow from 127.0.0.1
|
Require host localhost
|
||||||
|
</RequireAny>
|
||||||
</Directory>
|
</Directory>
|
||||||
@ -10,9 +10,11 @@ NET START doliwampapache >> doliwamp.log 2>>&1
|
|||||||
echo NET START doliwampmysqld >> doliwamp.log 2>>&1
|
echo NET START doliwampmysqld >> doliwamp.log 2>>&1
|
||||||
NET START doliwampmysqld >> doliwamp.log 2>>&1
|
NET START doliwampmysqld >> doliwamp.log 2>>&1
|
||||||
|
|
||||||
|
REM You can also check logs into c:/dolibarr/logs if start fails
|
||||||
|
|
||||||
echo Please wait...
|
echo Please wait...
|
||||||
echo ---- End script >> doliwamp.log 2>>&1
|
echo ---- End script >> doliwamp.log 2>>&1
|
||||||
|
|
||||||
REM sleep is not a Windows commande
|
REM sleep is not a Windows commande
|
||||||
REM sleep 1
|
REM sleep 2
|
||||||
ping 1.1.1.1 -n 1 -w 1000 > nul
|
ping 127.0.0.1 -n 2 -w 1000 > nul
|
||||||
|
|||||||
@ -12,6 +12,7 @@ start WAMPROOT\bin\apache\apacheWAMPAPACHEVERSION\bin\httpd.exe -f conf\httpd.co
|
|||||||
echo
|
echo
|
||||||
|
|
||||||
echo Running Mysql as user process (this process does not return so we use "start")
|
echo Running Mysql as user process (this process does not return so we use "start")
|
||||||
start WAMPROOT\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysqld-nt.exe --defaults-file=WAMPROOT\bin\mysql\mysqlWAMPMYSQLVERSION\my.ini --console
|
REM start WAMPROOT\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysqld-nt.exe --defaults-file=WAMPROOT\bin\mysql\mysqlWAMPMYSQLVERSION\my.ini --console
|
||||||
|
start WAMPROOT\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysqld.exe --defaults-file=WAMPROOT\bin\mysql\mysqlWAMPMYSQLVERSION\my.ini --console
|
||||||
|
|
||||||
pause
|
pause
|
||||||
@ -15,4 +15,6 @@ echo ---- End script >> doliwamp.log 2>>&1
|
|||||||
|
|
||||||
REM sleep is not a Windows command
|
REM sleep is not a Windows command
|
||||||
REM sleep 1
|
REM sleep 1
|
||||||
ping 1.1.1.1 -n 1 -w 1000 > nul
|
ping 1.1.1.1 -n 1 -w 1000 > nul
|
||||||
|
|
||||||
|
REM pause
|
||||||
|
|||||||
@ -3,10 +3,19 @@ REM --------------------------------------------------------
|
|||||||
REM This script install Apache and Mysql DoliWamp services
|
REM This script install Apache and Mysql DoliWamp services
|
||||||
REM --------------------------------------------------------
|
REM --------------------------------------------------------
|
||||||
|
|
||||||
|
cd "WAMPROOT"
|
||||||
|
|
||||||
echo ---- Execute uninstall_services.bat >> doliwamp.log 2>>&1
|
echo ---- Execute uninstall_services.bat >> doliwamp.log 2>>&1
|
||||||
NET STOP doliwampapache
|
NET STOP doliwampapache
|
||||||
.\bin\apache\apacheWAMPAPACHEVERSION\bin\httpd.exe -k uninstall -n doliwampapache
|
.\bin\apache\apacheWAMPAPACHEVERSION\bin\httpd.exe -k uninstall -n doliwampapache
|
||||||
|
|
||||||
NET STOP doliwampmysqld
|
NET STOP doliwampmysqld
|
||||||
.\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysqld-nt.exe --remove doliwampmysqld
|
REM Mysql 5.0-
|
||||||
|
REM .\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysqld-nt.exe --remove doliwampmysqld
|
||||||
|
REM Mysql 5.1+
|
||||||
|
.\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysqld.exe --remove doliwampmysqld
|
||||||
|
|
||||||
REM wampmanager.exe -quit -id={doliwampserver}
|
REM wampmanager.exe -quit -id={doliwampserver}
|
||||||
echo ---- End script >> doliwamp.log 2>>&1
|
echo ---- End script >> doliwamp.log 2>>&1
|
||||||
|
|
||||||
|
REM pause
|
||||||
|
|||||||
@ -1,195 +1,195 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<PADGEN_PML>
|
<PADGEN_PML>
|
||||||
<AppVerInfo>PADGen 3.1.1.47</AppVerInfo>
|
<AppVerInfo>PADGen 3.1.1.47</AppVerInfo>
|
||||||
<CompanyName />
|
<CompanyName />
|
||||||
<Program_Info>
|
<Program_Info>
|
||||||
<Program_Name>DoliWamp</Program_Name>
|
<Program_Name>DoliWamp</Program_Name>
|
||||||
<Program_Version>3.5.0</Program_Version>
|
<Program_Version>3.5.0</Program_Version>
|
||||||
<Program_Release_Month>01</Program_Release_Month>
|
<Program_Release_Month>01</Program_Release_Month>
|
||||||
<Program_Release_Day>01</Program_Release_Day>
|
<Program_Release_Day>01</Program_Release_Day>
|
||||||
<Program_Release_Year>2014</Program_Release_Year>
|
<Program_Release_Year>2014</Program_Release_Year>
|
||||||
<Program_Cost_Dollars />
|
<Program_Cost_Dollars />
|
||||||
<Program_Cost_Other_Code />
|
<Program_Cost_Other_Code />
|
||||||
<Program_Cost_Other />
|
<Program_Cost_Other />
|
||||||
<Program_Type>Freeware</Program_Type>
|
<Program_Type>Freeware</Program_Type>
|
||||||
<Program_Release_Status>Major Update</Program_Release_Status>
|
<Program_Release_Status>Major Update</Program_Release_Status>
|
||||||
<Program_Install_Support>Install and Uninstall</Program_Install_Support>
|
<Program_Install_Support>Install and Uninstall</Program_Install_Support>
|
||||||
<Program_OS_Support>Win2000,Win7 x32,Win7 x64,Win98,WinOther,WinServer,WinVista,WinVista x64,WinXP,Other</Program_OS_Support>
|
<Program_OS_Support>Win2000,Win7 x32,Win7 x64,Win98,WinOther,WinServer,WinVista,WinVista x64,WinXP,Other</Program_OS_Support>
|
||||||
<Program_Language>English,Arabic,Catalan,Chinese,Dutch,Finnish,French,German,Icelandic,Italian,Norwegian,Polish,Portuguese,Romanian,Russian,Slovenian,Spanish,Swedish,Turkish</Program_Language>
|
<Program_Language>English,Arabic,Catalan,Chinese,Dutch,Finnish,French,German,Icelandic,Italian,Norwegian,Polish,Portuguese,Romanian,Russian,Slovenian,Spanish,Swedish,Turkish</Program_Language>
|
||||||
<Program_Change_Info>http://www.dolibarr.org</Program_Change_Info>
|
<Program_Change_Info>http://www.dolibarr.org</Program_Change_Info>
|
||||||
<Program_Specific_Category>Business</Program_Specific_Category>
|
<Program_Specific_Category>Business</Program_Specific_Category>
|
||||||
<Program_Category_Class>Business::Accounting & Finance</Program_Category_Class>
|
<Program_Category_Class>Business::Accounting & Finance</Program_Category_Class>
|
||||||
<Program_System_Requirements>None</Program_System_Requirements>
|
<Program_System_Requirements>None</Program_System_Requirements>
|
||||||
<File_Info>
|
<File_Info>
|
||||||
<File_Size_Bytes>26048004</File_Size_Bytes>
|
<File_Size_Bytes>26048004</File_Size_Bytes>
|
||||||
<File_Size_K>25437</File_Size_K>
|
<File_Size_K>25437</File_Size_K>
|
||||||
<File_Size_MB>24.84</File_Size_MB>
|
<File_Size_MB>24.84</File_Size_MB>
|
||||||
</File_Info>
|
</File_Info>
|
||||||
<Expire_Info>
|
<Expire_Info>
|
||||||
<Has_Expire_Info>N</Has_Expire_Info>
|
<Has_Expire_Info>N</Has_Expire_Info>
|
||||||
<Expire_Count />
|
<Expire_Count />
|
||||||
<Expire_Based_On>Days</Expire_Based_On>
|
<Expire_Based_On>Days</Expire_Based_On>
|
||||||
<Expire_Other_Info />
|
<Expire_Other_Info />
|
||||||
<Expire_Month />
|
<Expire_Month />
|
||||||
<Expire_Day />
|
<Expire_Day />
|
||||||
<Expire_Year />
|
<Expire_Year />
|
||||||
</Expire_Info>
|
</Expire_Info>
|
||||||
</Program_Info>
|
</Program_Info>
|
||||||
<Program_Descriptions>
|
<Program_Descriptions>
|
||||||
<English>
|
<English>
|
||||||
<Keywords>doliwamp, dolibarr, erp, crm, invoices, commercial proposals, orders, accounting, stock, products, agenda, bank, business, company, foundation, management</Keywords>
|
<Keywords>doliwamp, dolibarr, erp, crm, invoices, commercial proposals, orders, accounting, stock, products, agenda, bank, business, company, foundation, management</Keywords>
|
||||||
<Char_Desc_45>DoliWamp, Dolibarr ERP/CRM for Windows</Char_Desc_45>
|
<Char_Desc_45>DoliWamp, Dolibarr ERP/CRM for Windows</Char_Desc_45>
|
||||||
<Char_Desc_80>DoliWamp, the easy to use Dolibarr for Windows to manage your company,foundation</Char_Desc_80>
|
<Char_Desc_80>DoliWamp, the easy to use Dolibarr for Windows to manage your company,foundation</Char_Desc_80>
|
||||||
<Char_Desc_250>DoliWamp is the Dolibarr ERP/CRM for Windows, the easy to use open source software to manage your activity (invoices, customers, suppliers, contracts, agenda, emailings...) and any other things a small or mid-sized business or a foundation needs.</Char_Desc_250>
|
<Char_Desc_250>DoliWamp is the Dolibarr ERP/CRM for Windows, the easy to use open source software to manage your activity (invoices, customers, suppliers, contracts, agenda, emailings...) and any other things a small or mid-sized business or a foundation needs.</Char_Desc_250>
|
||||||
<Char_Desc_450>DoliWamp is the Dolibarr ERP/CRM autoinstaller for Windows users with no technical knowledge to install Dolibarr and all its prerequisites (Apache, Mysql, PHP) with just one auto-exe file. Dolibarr ERP/CRM is a software package built by modules addition (you enable only features you need), to manage small or mid-sized businesses, freelancers or foundations.</Char_Desc_450>
|
<Char_Desc_450>DoliWamp is the Dolibarr ERP/CRM autoinstaller for Windows users with no technical knowledge to install Dolibarr and all its prerequisites (Apache, Mysql, PHP) with just one auto-exe file. Dolibarr ERP/CRM is a software package built by modules addition (you enable only features you need), to manage small or mid-sized businesses, freelancers or foundations.</Char_Desc_450>
|
||||||
<Char_Desc_2000>DoliWamp is the Dolibarr ERP/CRM for Windows. Dolibarr ERP & CRM is a software built by modules addition (you enable only features you need), to manage small or mid-sized businesses, freelancers or foundations (You can manage or follow contacts, invoices, orders, commercial proposals, products, stock management, agenda, mass emailings, members of a foundation, bank accounts...). Based on a WAMP, MAMP or LAMP server (Apache, Mysql, PHP for all Operating Systems), you can install it as a standalone program or use it from anywhere with any web browser. Dolibarr is an OpenSource project. It differs from other ERP or CRM softwares (like OpenAguila, OpenBravo, OpenERP, Neogia, Compiere, etc) because everything was made to be more simple: Simple to install, Simple to use, Simple to develop.
|
<Char_Desc_2000>DoliWamp is the Dolibarr ERP/CRM for Windows. Dolibarr ERP & CRM is a software built by modules addition (you enable only features you need), to manage small or mid-sized businesses, freelancers or foundations (You can manage or follow contacts, invoices, orders, commercial proposals, products, stock management, agenda, mass emailings, members of a foundation, bank accounts...). Based on a WAMP, MAMP or LAMP server (Apache, Mysql, PHP for all Operating Systems), you can install it as a standalone program or use it from anywhere with any web browser. Dolibarr is an OpenSource project. It differs from other ERP or CRM softwares (like OpenAguila, OpenBravo, OpenERP, Neogia, Compiere, etc) because everything was made to be more simple: Simple to install, Simple to use, Simple to develop.
|
||||||
DoliWamp is the auto-installer for Windows users with no technical knowledge to install Dolibarr ERP/CRM and all its prerequisites (Apache, Mysql, PHP) with just one auto-exe file.</Char_Desc_2000>
|
DoliWamp is the auto-installer for Windows users with no technical knowledge to install Dolibarr ERP/CRM and all its prerequisites (Apache, Mysql, PHP) with just one auto-exe file.</Char_Desc_2000>
|
||||||
</English>
|
</English>
|
||||||
<French>
|
<French>
|
||||||
<Keywords>doliwamp, dolibarr, erp, crm, factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations, entreprises, PME, TPE</Keywords>
|
<Keywords>doliwamp, dolibarr, erp, crm, factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations, entreprises, PME, TPE</Keywords>
|
||||||
<Char_Desc_45>DoliWamp, Dolibarr ERP/CRM pour Windows</Char_Desc_45>
|
<Char_Desc_45>DoliWamp, Dolibarr ERP/CRM pour Windows</Char_Desc_45>
|
||||||
<Char_Desc_80>DoliWamp, la distribution de Dolibarr pour gérer votre entreprise ou association</Char_Desc_80>
|
<Char_Desc_80>DoliWamp, la distribution de Dolibarr pour gérer votre entreprise ou association</Char_Desc_80>
|
||||||
<Char_Desc_250>DoliWamp est la version spécialisée pour Windows de Dolibarr ERP-CRM, le logiciel simple et OpenSource pour gérer votre activité (factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations)</Char_Desc_250>
|
<Char_Desc_250>DoliWamp est la version spécialisée pour Windows de Dolibarr ERP-CRM, le logiciel simple et OpenSource pour gérer votre activité (factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations)</Char_Desc_250>
|
||||||
<Char_Desc_450>DoliWamp est la version spécialisée pour Windows de Dolibarr ERP-CRM, le logiciel simple et OpenSource pour gérer votre activité (factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations)</Char_Desc_450>
|
<Char_Desc_450>DoliWamp est la version spécialisée pour Windows de Dolibarr ERP-CRM, le logiciel simple et OpenSource pour gérer votre activité (factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations)</Char_Desc_450>
|
||||||
<Char_Desc_2000>DoliWamp est la version spécialisée pour Windows de Dolibarr ERP-CRM, le logiciel simple et OpenSource pour gérer votre activité (factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations)</Char_Desc_2000>
|
<Char_Desc_2000>DoliWamp est la version spécialisée pour Windows de Dolibarr ERP-CRM, le logiciel simple et OpenSource pour gérer votre activité (factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations)</Char_Desc_2000>
|
||||||
</French>
|
</French>
|
||||||
<Italian>
|
<Italian>
|
||||||
<Keywords>doliwamp, dolibarr, erp, crm, gestionale, medie imprese, fondazioni</Keywords>
|
<Keywords>doliwamp, dolibarr, erp, crm, gestionale, medie imprese, fondazioni</Keywords>
|
||||||
<Char_Desc_45>DoliWamp, Dolibarr ERP/CRM per Windows</Char_Desc_45>
|
<Char_Desc_45>DoliWamp, Dolibarr ERP/CRM per Windows</Char_Desc_45>
|
||||||
<Char_Desc_80>Gestionale open source e gratuito per piccole e medie imprese, fondazioni</Char_Desc_80>
|
<Char_Desc_80>Gestionale open source e gratuito per piccole e medie imprese, fondazioni</Char_Desc_80>
|
||||||
<Char_Desc_250>Dolibarr è un a gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività.</Char_Desc_250>
|
<Char_Desc_250>Dolibarr è un a gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività.</Char_Desc_250>
|
||||||
<Char_Desc_450>Dolibarr è un programma gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività. Dolibar è progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare.</Char_Desc_450>
|
<Char_Desc_450>Dolibarr è un programma gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività. Dolibar è progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare.</Char_Desc_450>
|
||||||
<Char_Desc_2000>Dolibarr è un programma gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività. Dolibar è progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare. Dolibar è completamente web-based, progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare.</Char_Desc_2000>
|
<Char_Desc_2000>Dolibarr è un programma gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività. Dolibar è progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare. Dolibar è completamente web-based, progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare.</Char_Desc_2000>
|
||||||
</Italian>
|
</Italian>
|
||||||
</Program_Descriptions>
|
</Program_Descriptions>
|
||||||
<Web_Info>
|
<Web_Info>
|
||||||
<Application_URLs>
|
<Application_URLs>
|
||||||
<Application_Info_URL>http://www.nltechno.com/pages/dolibarrwinbin.php</Application_Info_URL>
|
<Application_Info_URL>http://www.nltechno.com/pages/dolibarrwinbin.php</Application_Info_URL>
|
||||||
<Application_Order_URL>http://www.nltechno.com/pages/dolibarrwinbin.php</Application_Order_URL>
|
<Application_Order_URL>http://www.nltechno.com/pages/dolibarrwinbin.php</Application_Order_URL>
|
||||||
<Application_Screenshot_URL>http://www.dolibarr.org/images/dolibarr_screenshot1.png</Application_Screenshot_URL>
|
<Application_Screenshot_URL>http://www.dolibarr.org/images/dolibarr_screenshot1.png</Application_Screenshot_URL>
|
||||||
<Application_Icon_URL>http://www.dolibarr.org/images/dolibarr.gif</Application_Icon_URL>
|
<Application_Icon_URL>http://www.dolibarr.org/images/dolibarr.gif</Application_Icon_URL>
|
||||||
<Application_XML_File_URL>http://www.dolibarr.org/files/pad_doliwamp.xml</Application_XML_File_URL>
|
<Application_XML_File_URL>http://www.dolibarr.org/files/pad_doliwamp.xml</Application_XML_File_URL>
|
||||||
</Application_URLs>
|
</Application_URLs>
|
||||||
<Download_URLs>
|
<Download_URLs>
|
||||||
<Primary_Download_URL>http://www.dolibarr.org/files/doliwamp.exe</Primary_Download_URL>
|
<Primary_Download_URL>http://www.dolibarr.org/files/doliwamp.exe</Primary_Download_URL>
|
||||||
<Secondary_Download_URL>http://www.dolibarr.org/files/doliwamp.exe</Secondary_Download_URL>
|
<Secondary_Download_URL>http://www.dolibarr.org/files/doliwamp.exe</Secondary_Download_URL>
|
||||||
<Additional_Download_URL_1 />
|
<Additional_Download_URL_1 />
|
||||||
<Additional_Download_URL_2 />
|
<Additional_Download_URL_2 />
|
||||||
</Download_URLs>
|
</Download_URLs>
|
||||||
</Web_Info>
|
</Web_Info>
|
||||||
<Permissions>
|
<Permissions>
|
||||||
<Distribution_Permissions>GNU GPL</Distribution_Permissions>
|
<Distribution_Permissions>GNU GPL</Distribution_Permissions>
|
||||||
<EULA>GNU GPL</EULA>
|
<EULA>GNU GPL</EULA>
|
||||||
</Permissions>
|
</Permissions>
|
||||||
<Affiliates>
|
<Affiliates>
|
||||||
<Affiliates_FORM>Y</Affiliates_FORM>
|
<Affiliates_FORM>Y</Affiliates_FORM>
|
||||||
<Affiliates_VERSION>1.4</Affiliates_VERSION>
|
<Affiliates_VERSION>1.4</Affiliates_VERSION>
|
||||||
<Affiliates_URL>http://pad.asp-software.org/extensions/Affiliates.htm</Affiliates_URL>
|
<Affiliates_URL>http://pad.asp-software.org/extensions/Affiliates.htm</Affiliates_URL>
|
||||||
<Affiliates_Information_Page />
|
<Affiliates_Information_Page />
|
||||||
<Affiliates_Avangate_Order_Page />
|
<Affiliates_Avangate_Order_Page />
|
||||||
<Affiliates_Avangate_Vendor_ID />
|
<Affiliates_Avangate_Vendor_ID />
|
||||||
<Affiliates_Avangate_Product_ID />
|
<Affiliates_Avangate_Product_ID />
|
||||||
<Affiliates_Avangate_Maximum_Commission_Rate />
|
<Affiliates_Avangate_Maximum_Commission_Rate />
|
||||||
<Affiliates_BMTMicro_Order_Page />
|
<Affiliates_BMTMicro_Order_Page />
|
||||||
<Affiliates_BMTMicro_Vendor_ID />
|
<Affiliates_BMTMicro_Vendor_ID />
|
||||||
<Affiliates_BMTMicro_Product_ID />
|
<Affiliates_BMTMicro_Product_ID />
|
||||||
<Affiliates_BMTMicro_Maximum_Commission_Rate />
|
<Affiliates_BMTMicro_Maximum_Commission_Rate />
|
||||||
<Affiliates_Cleverbridge_Order_Page />
|
<Affiliates_Cleverbridge_Order_Page />
|
||||||
<Affiliates_Cleverbridge_Vendor_ID />
|
<Affiliates_Cleverbridge_Vendor_ID />
|
||||||
<Affiliates_Cleverbridge_Product_ID />
|
<Affiliates_Cleverbridge_Product_ID />
|
||||||
<Affiliates_Cleverbridge_Maximum_Commission_Rate />
|
<Affiliates_Cleverbridge_Maximum_Commission_Rate />
|
||||||
<Affiliates_clixGalore_Order_Page />
|
<Affiliates_clixGalore_Order_Page />
|
||||||
<Affiliates_clixGalore_Vendor_ID />
|
<Affiliates_clixGalore_Vendor_ID />
|
||||||
<Affiliates_clixGalore_Product_ID />
|
<Affiliates_clixGalore_Product_ID />
|
||||||
<Affiliates_clixGalore_Maximum_Commission_Rate />
|
<Affiliates_clixGalore_Maximum_Commission_Rate />
|
||||||
<Affiliates_CommissionJunction_Order_Page />
|
<Affiliates_CommissionJunction_Order_Page />
|
||||||
<Affiliates_CommissionJunction_Vendor_ID />
|
<Affiliates_CommissionJunction_Vendor_ID />
|
||||||
<Affiliates_CommissionJunction_Product_ID />
|
<Affiliates_CommissionJunction_Product_ID />
|
||||||
<Affiliates_CommissionJunction_Maximum_Commission_Rate />
|
<Affiliates_CommissionJunction_Maximum_Commission_Rate />
|
||||||
<Affiliates_DigiBuy_Order_Page />
|
<Affiliates_DigiBuy_Order_Page />
|
||||||
<Affiliates_DigiBuy_Vendor_ID />
|
<Affiliates_DigiBuy_Vendor_ID />
|
||||||
<Affiliates_DigiBuy_Product_ID />
|
<Affiliates_DigiBuy_Product_ID />
|
||||||
<Affiliates_DigiBuy_Maximum_Commission_Rate />
|
<Affiliates_DigiBuy_Maximum_Commission_Rate />
|
||||||
<Affiliates_DigitalCandle_Order_Page />
|
<Affiliates_DigitalCandle_Order_Page />
|
||||||
<Affiliates_DigitalCandle_Vendor_ID />
|
<Affiliates_DigitalCandle_Vendor_ID />
|
||||||
<Affiliates_DigitalCandle_Product_ID />
|
<Affiliates_DigitalCandle_Product_ID />
|
||||||
<Affiliates_DigitalCandle_Maximum_Commission_Rate />
|
<Affiliates_DigitalCandle_Maximum_Commission_Rate />
|
||||||
<Affiliates_Emetrix_Order_Page />
|
<Affiliates_Emetrix_Order_Page />
|
||||||
<Affiliates_Emetrix_Vendor_ID />
|
<Affiliates_Emetrix_Vendor_ID />
|
||||||
<Affiliates_Emetrix_Product_ID />
|
<Affiliates_Emetrix_Product_ID />
|
||||||
<Affiliates_Emetrix_Maximum_Commission_Rate />
|
<Affiliates_Emetrix_Maximum_Commission_Rate />
|
||||||
<Affiliates_eSellerate_Order_Page />
|
<Affiliates_eSellerate_Order_Page />
|
||||||
<Affiliates_eSellerate_Vendor_ID />
|
<Affiliates_eSellerate_Vendor_ID />
|
||||||
<Affiliates_eSellerate_Product_ID />
|
<Affiliates_eSellerate_Product_ID />
|
||||||
<Affiliates_eSellerate_Maximum_Commission_Rate />
|
<Affiliates_eSellerate_Maximum_Commission_Rate />
|
||||||
<Affiliates_Kagi_Order_Page />
|
<Affiliates_Kagi_Order_Page />
|
||||||
<Affiliates_Kagi_Vendor_ID />
|
<Affiliates_Kagi_Vendor_ID />
|
||||||
<Affiliates_Kagi_Product_ID />
|
<Affiliates_Kagi_Product_ID />
|
||||||
<Affiliates_Kagi_Maximum_Commission_Rate />
|
<Affiliates_Kagi_Maximum_Commission_Rate />
|
||||||
<Affiliates_LinkShare_Order_Page />
|
<Affiliates_LinkShare_Order_Page />
|
||||||
<Affiliates_LinkShare_Vendor_ID />
|
<Affiliates_LinkShare_Vendor_ID />
|
||||||
<Affiliates_LinkShare_Product_ID />
|
<Affiliates_LinkShare_Product_ID />
|
||||||
<Affiliates_LinkShare_Maximum_Commission_Rate />
|
<Affiliates_LinkShare_Maximum_Commission_Rate />
|
||||||
<Affiliates_NorthStarSol_Order_Page />
|
<Affiliates_NorthStarSol_Order_Page />
|
||||||
<Affiliates_NorthStarSol_Vendor_ID />
|
<Affiliates_NorthStarSol_Vendor_ID />
|
||||||
<Affiliates_NorthStarSol_Product_ID />
|
<Affiliates_NorthStarSol_Product_ID />
|
||||||
<Affiliates_NorthStarSol_Maximum_Commission_Rate />
|
<Affiliates_NorthStarSol_Maximum_Commission_Rate />
|
||||||
<Affiliates_OneNetworkDirect_Order_Page />
|
<Affiliates_OneNetworkDirect_Order_Page />
|
||||||
<Affiliates_OneNetworkDirect_Vendor_ID />
|
<Affiliates_OneNetworkDirect_Vendor_ID />
|
||||||
<Affiliates_OneNetworkDirect_Product_ID />
|
<Affiliates_OneNetworkDirect_Product_ID />
|
||||||
<Affiliates_OneNetworkDirect_Maximum_Commission_Rate />
|
<Affiliates_OneNetworkDirect_Maximum_Commission_Rate />
|
||||||
<Affiliates_Order1_Order_Page />
|
<Affiliates_Order1_Order_Page />
|
||||||
<Affiliates_Order1_Vendor_ID />
|
<Affiliates_Order1_Vendor_ID />
|
||||||
<Affiliates_Order1_Product_ID />
|
<Affiliates_Order1_Product_ID />
|
||||||
<Affiliates_Order1_Maximum_Commission_Rate />
|
<Affiliates_Order1_Maximum_Commission_Rate />
|
||||||
<Affiliates_Osolis_Order_Page />
|
<Affiliates_Osolis_Order_Page />
|
||||||
<Affiliates_Osolis_Vendor_ID />
|
<Affiliates_Osolis_Vendor_ID />
|
||||||
<Affiliates_Osolis_Product_ID />
|
<Affiliates_Osolis_Product_ID />
|
||||||
<Affiliates_Osolis_Maximum_Commission_Rate />
|
<Affiliates_Osolis_Maximum_Commission_Rate />
|
||||||
<Affiliates_Plimus_Order_Page />
|
<Affiliates_Plimus_Order_Page />
|
||||||
<Affiliates_Plimus_Vendor_ID />
|
<Affiliates_Plimus_Vendor_ID />
|
||||||
<Affiliates_Plimus_Product_ID />
|
<Affiliates_Plimus_Product_ID />
|
||||||
<Affiliates_Plimus_Maximum_Commission_Rate />
|
<Affiliates_Plimus_Maximum_Commission_Rate />
|
||||||
<Affiliates_Regnet_Order_Page />
|
<Affiliates_Regnet_Order_Page />
|
||||||
<Affiliates_Regnet_Vendor_ID />
|
<Affiliates_Regnet_Vendor_ID />
|
||||||
<Affiliates_Regnet_Product_ID />
|
<Affiliates_Regnet_Product_ID />
|
||||||
<Affiliates_Regnet_Maximum_Commission_Rate />
|
<Affiliates_Regnet_Maximum_Commission_Rate />
|
||||||
<Affiliates_Regnow_Order_Page />
|
<Affiliates_Regnow_Order_Page />
|
||||||
<Affiliates_Regnow_Vendor_ID />
|
<Affiliates_Regnow_Vendor_ID />
|
||||||
<Affiliates_Regnow_Product_ID />
|
<Affiliates_Regnow_Product_ID />
|
||||||
<Affiliates_Regnow_Maximum_Commission_Rate />
|
<Affiliates_Regnow_Maximum_Commission_Rate />
|
||||||
<Affiliates_Regsoft_Order_Page />
|
<Affiliates_Regsoft_Order_Page />
|
||||||
<Affiliates_Regsoft_Vendor_ID />
|
<Affiliates_Regsoft_Vendor_ID />
|
||||||
<Affiliates_Regsoft_Product_ID />
|
<Affiliates_Regsoft_Product_ID />
|
||||||
<Affiliates_Regsoft_Maximum_Commission_Rate />
|
<Affiliates_Regsoft_Maximum_Commission_Rate />
|
||||||
<Affiliates_ShareIt_Order_Page />
|
<Affiliates_ShareIt_Order_Page />
|
||||||
<Affiliates_ShareIt_Vendor_ID />
|
<Affiliates_ShareIt_Vendor_ID />
|
||||||
<Affiliates_ShareIt_Product_ID />
|
<Affiliates_ShareIt_Product_ID />
|
||||||
<Affiliates_ShareIt_Maximum_Commission_Rate />
|
<Affiliates_ShareIt_Maximum_Commission_Rate />
|
||||||
<Affiliates_Shareasale_Order_Page />
|
<Affiliates_Shareasale_Order_Page />
|
||||||
<Affiliates_Shareasale_Vendor_ID />
|
<Affiliates_Shareasale_Vendor_ID />
|
||||||
<Affiliates_Shareasale_Product_ID />
|
<Affiliates_Shareasale_Product_ID />
|
||||||
<Affiliates_Shareasale_Maximum_Commission_Rate />
|
<Affiliates_Shareasale_Maximum_Commission_Rate />
|
||||||
<Affiliates_SWReg_Order_Page />
|
<Affiliates_SWReg_Order_Page />
|
||||||
<Affiliates_SWReg_Vendor_ID />
|
<Affiliates_SWReg_Vendor_ID />
|
||||||
<Affiliates_SWReg_Product_ID />
|
<Affiliates_SWReg_Product_ID />
|
||||||
<Affiliates_SWReg_Maximum_Commission_Rate />
|
<Affiliates_SWReg_Maximum_Commission_Rate />
|
||||||
<Affiliates_V-Share_Order_Page />
|
<Affiliates_V-Share_Order_Page />
|
||||||
<Affiliates_V-Share_Vendor_ID />
|
<Affiliates_V-Share_Vendor_ID />
|
||||||
<Affiliates_V-Share_Product_ID />
|
<Affiliates_V-Share_Product_ID />
|
||||||
<Affiliates_V-Share_Maximum_Commission_Rate />
|
<Affiliates_V-Share_Maximum_Commission_Rate />
|
||||||
<Affiliates_VFree_Order_Page />
|
<Affiliates_VFree_Order_Page />
|
||||||
<Affiliates_VFree_Vendor_ID />
|
<Affiliates_VFree_Vendor_ID />
|
||||||
<Affiliates_VFree_Product_ID />
|
<Affiliates_VFree_Product_ID />
|
||||||
<Affiliates_VFree_Maximum_Commission_Rate />
|
<Affiliates_VFree_Maximum_Commission_Rate />
|
||||||
<Affiliates_Yaskifo_Order_Page />
|
<Affiliates_Yaskifo_Order_Page />
|
||||||
<Affiliates_Yaskifo_Vendor_ID />
|
<Affiliates_Yaskifo_Vendor_ID />
|
||||||
<Affiliates_Yaskifo_Product_ID />
|
<Affiliates_Yaskifo_Product_ID />
|
||||||
<Affiliates_Yaskifo_Maximum_Commission_Rate />
|
<Affiliates_Yaskifo_Maximum_Commission_Rate />
|
||||||
</Affiliates>
|
</Affiliates>
|
||||||
<ASP>
|
<ASP>
|
||||||
<ASP_FORM>Y</ASP_FORM>
|
<ASP_FORM>Y</ASP_FORM>
|
||||||
<ASP_Member>N</ASP_Member>
|
<ASP_Member>N</ASP_Member>
|
||||||
<ASP_Member_Number />
|
<ASP_Member_Number />
|
||||||
</ASP>
|
</ASP>
|
||||||
</PADGEN_PML>
|
</PADGEN_PML>
|
||||||
|
|||||||
@ -1,202 +1,202 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<PADGEN_PML>
|
<PADGEN_PML>
|
||||||
<AppVerInfo>PADGen 3.1.1.47</AppVerInfo>
|
<AppVerInfo>PADGen 3.1.1.47</AppVerInfo>
|
||||||
<CompanyName />
|
<CompanyName />
|
||||||
<Program_Info>
|
<Program_Info>
|
||||||
<Program_Name>Dolibarr</Program_Name>
|
<Program_Name>Dolibarr</Program_Name>
|
||||||
<Program_Version>3.5.0</Program_Version>
|
<Program_Version>3.5.0</Program_Version>
|
||||||
<Program_Release_Month>01</Program_Release_Month>
|
<Program_Release_Month>01</Program_Release_Month>
|
||||||
<Program_Release_Day>01</Program_Release_Day>
|
<Program_Release_Day>01</Program_Release_Day>
|
||||||
<Program_Release_Year>2014</Program_Release_Year>
|
<Program_Release_Year>2014</Program_Release_Year>
|
||||||
<Program_Cost_Dollars />
|
<Program_Cost_Dollars />
|
||||||
<Program_Cost_Other_Code />
|
<Program_Cost_Other_Code />
|
||||||
<Program_Cost_Other />
|
<Program_Cost_Other />
|
||||||
<Program_Type>Freeware</Program_Type>
|
<Program_Type>Freeware</Program_Type>
|
||||||
<Program_Release_Status>Major Update</Program_Release_Status>
|
<Program_Release_Status>Major Update</Program_Release_Status>
|
||||||
<Program_Install_Support>No Install Support</Program_Install_Support>
|
<Program_Install_Support>No Install Support</Program_Install_Support>
|
||||||
<Program_OS_Support>Linux,Mac OS X,Mac Other,Unix,Win2000,Win7 x32,Win7 x64,Win98,WinOther,WinServer,WinVista,WinVista x64,WinXP,Other</Program_OS_Support>
|
<Program_OS_Support>Linux,Mac OS X,Mac Other,Unix,Win2000,Win7 x32,Win7 x64,Win98,WinOther,WinServer,WinVista,WinVista x64,WinXP,Other</Program_OS_Support>
|
||||||
<Program_Language>English,Arabic,Catalan,Chinese,Danish,Dutch,Finnish,French,German,Greek,Icelandic,Italian,Norwegian,Polish,Portuguese,Romanian,Russian,Slovenian,Spanish,Swedish,Turkish</Program_Language>
|
<Program_Language>English,Arabic,Catalan,Chinese,Danish,Dutch,Finnish,French,German,Greek,Icelandic,Italian,Norwegian,Polish,Portuguese,Romanian,Russian,Slovenian,Spanish,Swedish,Turkish</Program_Language>
|
||||||
<Program_Change_Info>http://www.dolibarr.org</Program_Change_Info>
|
<Program_Change_Info>http://www.dolibarr.org</Program_Change_Info>
|
||||||
<Program_Specific_Category>Business</Program_Specific_Category>
|
<Program_Specific_Category>Business</Program_Specific_Category>
|
||||||
<Program_Category_Class>Business::Accounting & Finance</Program_Category_Class>
|
<Program_Category_Class>Business::Accounting & Finance</Program_Category_Class>
|
||||||
<Program_System_Requirements>None</Program_System_Requirements>
|
<Program_System_Requirements>None</Program_System_Requirements>
|
||||||
<File_Info>
|
<File_Info>
|
||||||
<File_Size_Bytes>9359175</File_Size_Bytes>
|
<File_Size_Bytes>9359175</File_Size_Bytes>
|
||||||
<File_Size_K>9139</File_Size_K>
|
<File_Size_K>9139</File_Size_K>
|
||||||
<File_Size_MB>8.93</File_Size_MB>
|
<File_Size_MB>8.93</File_Size_MB>
|
||||||
</File_Info>
|
</File_Info>
|
||||||
<Expire_Info>
|
<Expire_Info>
|
||||||
<Has_Expire_Info>N</Has_Expire_Info>
|
<Has_Expire_Info>N</Has_Expire_Info>
|
||||||
<Expire_Count />
|
<Expire_Count />
|
||||||
<Expire_Based_On>Days</Expire_Based_On>
|
<Expire_Based_On>Days</Expire_Based_On>
|
||||||
<Expire_Other_Info />
|
<Expire_Other_Info />
|
||||||
<Expire_Month />
|
<Expire_Month />
|
||||||
<Expire_Day />
|
<Expire_Day />
|
||||||
<Expire_Year />
|
<Expire_Year />
|
||||||
</Expire_Info>
|
</Expire_Info>
|
||||||
</Program_Info>
|
</Program_Info>
|
||||||
<Program_Descriptions>
|
<Program_Descriptions>
|
||||||
<English>
|
<English>
|
||||||
<Keywords>dolibarr, erp, crm, invoices, commercial proposals, orders, accounting, stock, products, agenda, bank, business, company, foundation, management, sme, doliwamp</Keywords>
|
<Keywords>dolibarr, erp, crm, invoices, commercial proposals, orders, accounting, stock, products, agenda, bank, business, company, foundation, management, sme, doliwamp</Keywords>
|
||||||
<Char_Desc_45>Dolibarr ERP & CRM</Char_Desc_45>
|
<Char_Desc_45>Dolibarr ERP & CRM</Char_Desc_45>
|
||||||
<Char_Desc_80>Dolibarr ERP & CRM, the easy to use open source software to manage your activity</Char_Desc_80>
|
<Char_Desc_80>Dolibarr ERP & CRM, the easy to use open source software to manage your activity</Char_Desc_80>
|
||||||
<Char_Desc_250>Dolibarr ERP & CRM, the easy to use open source software to manage your activity (invoices, customers, suppliers, contracts, agenda, emailings...) and any other things a small or mid-sized business or a foundation needs to follow.</Char_Desc_250>
|
<Char_Desc_250>Dolibarr ERP & CRM, the easy to use open source software to manage your activity (invoices, customers, suppliers, contracts, agenda, emailings...) and any other things a small or mid-sized business or a foundation needs to follow.</Char_Desc_250>
|
||||||
<Char_Desc_450>Dolibarr ERP & CRM is a software built by modules addition (you enable only features you need), to manage small or medium companies, freelancers or foundations. We can say Dolibarr is an ERP or CRM. Dolibarr is also available with an auto-installer for Windows users with no technical knowledge to install Dolibarr and all its prerequisites (Apache, Mysql, PHP) with just one auto-exe file. See DoliWamp software for this.</Char_Desc_450>
|
<Char_Desc_450>Dolibarr ERP & CRM is a software built by modules addition (you enable only features you need), to manage small or medium companies, freelancers or foundations. We can say Dolibarr is an ERP or CRM. Dolibarr is also available with an auto-installer for Windows users with no technical knowledge to install Dolibarr and all its prerequisites (Apache, Mysql, PHP) with just one auto-exe file. See DoliWamp software for this.</Char_Desc_450>
|
||||||
<Char_Desc_2000>Dolibarr ERP & CRM is a software built by modules addition (you enable only features you need), to manage small or mid-sized businesses, freelancers or foundations. We can say Dolibarr is an ERP or CRM (or both depending on activated modules). It's an OpenSource project base on a WAMP, MAMP or LAMP server (Apache, Mysql, PHP for all Operating Systems). Dolibarr differs from other ERP or CRM softwares (like OpenAguila, OpenBravo, OpenERP, Neogia, Compiere, etc) because everything was made to be more simple:
|
<Char_Desc_2000>Dolibarr ERP & CRM is a software built by modules addition (you enable only features you need), to manage small or mid-sized businesses, freelancers or foundations. We can say Dolibarr is an ERP or CRM (or both depending on activated modules). It's an OpenSource project base on a WAMP, MAMP or LAMP server (Apache, Mysql, PHP for all Operating Systems). Dolibarr differs from other ERP or CRM softwares (like OpenAguila, OpenBravo, OpenERP, Neogia, Compiere, etc) because everything was made to be more simple:
|
||||||
Simple to install
|
Simple to install
|
||||||
Simple to use
|
Simple to use
|
||||||
Simple to develop
|
Simple to develop
|
||||||
Note that Dolibarr is also available with an auto-installer for Windows or Ubuntu users with no technical knowledge to install Dolibarr and all its prerequisites (Apache, Mysql, PHP) with just one auto-exe file. This version is called DoliWamp (for Windows) or DoliBuntu (for Ubuntu/Debian).</Char_Desc_2000>
|
Note that Dolibarr is also available with an auto-installer for Windows or Ubuntu users with no technical knowledge to install Dolibarr and all its prerequisites (Apache, Mysql, PHP) with just one auto-exe file. This version is called DoliWamp (for Windows) or DoliBuntu (for Ubuntu/Debian).</Char_Desc_2000>
|
||||||
</English>
|
</English>
|
||||||
<Italian>
|
<Italian>
|
||||||
<Keywords>erp, crm, gestionale, medie imprese, fondazioni</Keywords>
|
<Keywords>erp, crm, gestionale, medie imprese, fondazioni</Keywords>
|
||||||
<Char_Desc_45>Gestionale open source e gratuito</Char_Desc_45>
|
<Char_Desc_45>Gestionale open source e gratuito</Char_Desc_45>
|
||||||
<Char_Desc_80>Gestionale open source e gratuito per piccole e medie imprese, fondazioni</Char_Desc_80>
|
<Char_Desc_80>Gestionale open source e gratuito per piccole e medie imprese, fondazioni</Char_Desc_80>
|
||||||
<Char_Desc_250>Dolibarr è un a gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività.</Char_Desc_250>
|
<Char_Desc_250>Dolibarr è un a gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività.</Char_Desc_250>
|
||||||
<Char_Desc_450>Dolibarr è un programma gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività. Dolibar è progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare.</Char_Desc_450>
|
<Char_Desc_450>Dolibarr è un programma gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività. Dolibar è progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare.</Char_Desc_450>
|
||||||
<Char_Desc_2000>Dolibarr è un programma gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività. Dolibar è progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare. Dolibar è completamente web-based, progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare.</Char_Desc_2000>
|
<Char_Desc_2000>Dolibarr è un programma gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività. Dolibar è progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare. Dolibar è completamente web-based, progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare.</Char_Desc_2000>
|
||||||
</Italian>
|
</Italian>
|
||||||
<French>
|
<French>
|
||||||
<Keywords>dolibarr, erp, crm, invoices, commercial proposals, orders, accounting, stock, products, agenda, bank, business, company, foundation, management, sme, doliwamp</Keywords>
|
<Keywords>dolibarr, erp, crm, invoices, commercial proposals, orders, accounting, stock, products, agenda, bank, business, company, foundation, management, sme, doliwamp</Keywords>
|
||||||
<Char_Desc_45>Dolibarr ERP & CRM</Char_Desc_45>
|
<Char_Desc_45>Dolibarr ERP & CRM</Char_Desc_45>
|
||||||
<Char_Desc_80>Dolibarr ERP & CRM, le gestionnaire simple pour gérer votre activité</Char_Desc_80>
|
<Char_Desc_80>Dolibarr ERP & CRM, le gestionnaire simple pour gérer votre activité</Char_Desc_80>
|
||||||
<Char_Desc_250>Dolibarr ERP & CRM, le logiciel simple et OpenSource pour gérer votre activité (factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations)</Char_Desc_250>
|
<Char_Desc_250>Dolibarr ERP & CRM, le logiciel simple et OpenSource pour gérer votre activité (factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations)</Char_Desc_250>
|
||||||
<Char_Desc_450>Dolibarr ERP/CRM est un logiciel modulaire (on n'active que les fonctions que l'on désire) de gestions de TPE/PME, d'indépendants, d'entrepreneurs ou d'associations. En terme plus techniques, c'est un ERP et CRM. C'est un projet OpenSource qui s'exécute au sein d'un serveur Web et peut donc être accessible depuis n'importe quel lieu disposant d'une connexion Internet (Projet basé sur un serveur WAMP, MAMP ou LAMP: Apache, MySQL, PHP).</Char_Desc_450>
|
<Char_Desc_450>Dolibarr ERP/CRM est un logiciel modulaire (on n'active que les fonctions que l'on désire) de gestions de TPE/PME, d'indépendants, d'entrepreneurs ou d'associations. En terme plus techniques, c'est un ERP et CRM. C'est un projet OpenSource qui s'exécute au sein d'un serveur Web et peut donc être accessible depuis n'importe quel lieu disposant d'une connexion Internet (Projet basé sur un serveur WAMP, MAMP ou LAMP: Apache, MySQL, PHP).</Char_Desc_450>
|
||||||
<Char_Desc_2000>Dolibarr ERP/CRM est un logiciel modulaire (on n'active que les fonctions que l'on désire) de gestions de TPE/PME, d'indépendants, d'entrepreneurs ou d'associations. En terme plus techniques, c'est un ERP et CRM. C'est un projet OpenSource qui s'exécute au sein d'un serveur Web et peut donc être accessible depuis n'importe quel lieu disposant d'une connexion Internet (Projet basé sur un serveur WAMP, MAMP ou LAMP: Apache, MySQL, PHP). Dolibarr vient compléter les offres déjà nombreuses de logiciels de cette catégorie (comme OpenBravo, OpenERP, SugarCRM, Neogia, Compiere, etc.) mais se démarque par le fait qu'ici tout est fait pour offrir de la simplicité (règle des 3 S):
|
<Char_Desc_2000>Dolibarr ERP/CRM est un logiciel modulaire (on n'active que les fonctions que l'on désire) de gestions de TPE/PME, d'indépendants, d'entrepreneurs ou d'associations. En terme plus techniques, c'est un ERP et CRM. C'est un projet OpenSource qui s'exécute au sein d'un serveur Web et peut donc être accessible depuis n'importe quel lieu disposant d'une connexion Internet (Projet basé sur un serveur WAMP, MAMP ou LAMP: Apache, MySQL, PHP). Dolibarr vient compléter les offres déjà nombreuses de logiciels de cette catégorie (comme OpenBravo, OpenERP, SugarCRM, Neogia, Compiere, etc.) mais se démarque par le fait qu'ici tout est fait pour offrir de la simplicité (règle des 3 S):
|
||||||
Simple pour l'installation (avec au choix des installeurs clé en main pour ceux qui ignorent comment installer un serveur Web, ou une installation manuelle)
|
Simple pour l'installation (avec au choix des installeurs clé en main pour ceux qui ignorent comment installer un serveur Web, ou une installation manuelle)
|
||||||
Simple pour l'utilisation (fonctions modulaires pour ne pas surcharger les menus, informations claires à la saisie)
|
Simple pour l'utilisation (fonctions modulaires pour ne pas surcharger les menus, informations claires à la saisie)
|
||||||
Simple pour le développement (pas de frameworks lourds).
|
Simple pour le développement (pas de frameworks lourds).
|
||||||
Dolibarr intègre en effet sa propre architecture (design patterns) permettant à tout développeur d'être tout de suite opérationnel sans connaissances particulières autre que le PHP. </Char_Desc_2000>
|
Dolibarr intègre en effet sa propre architecture (design patterns) permettant à tout développeur d'être tout de suite opérationnel sans connaissances particulières autre que le PHP. </Char_Desc_2000>
|
||||||
</French>
|
</French>
|
||||||
</Program_Descriptions>
|
</Program_Descriptions>
|
||||||
<Web_Info>
|
<Web_Info>
|
||||||
<Application_URLs>
|
<Application_URLs>
|
||||||
<Application_Info_URL>http://www.dolibarr.org</Application_Info_URL>
|
<Application_Info_URL>http://www.dolibarr.org</Application_Info_URL>
|
||||||
<Application_Order_URL>http://www.dolibarr.org</Application_Order_URL>
|
<Application_Order_URL>http://www.dolibarr.org</Application_Order_URL>
|
||||||
<Application_Screenshot_URL>http://www.dolibarr.org/images/dolibarr_screenshot1.png</Application_Screenshot_URL>
|
<Application_Screenshot_URL>http://www.dolibarr.org/images/dolibarr_screenshot1.png</Application_Screenshot_URL>
|
||||||
<Application_Icon_URL>http://www.dolibarr.org/images/dolibarr.gif</Application_Icon_URL>
|
<Application_Icon_URL>http://www.dolibarr.org/images/dolibarr.gif</Application_Icon_URL>
|
||||||
<Application_XML_File_URL>http://www.dolibarr.org/files/pad_dolibarr.xml</Application_XML_File_URL>
|
<Application_XML_File_URL>http://www.dolibarr.org/files/pad_dolibarr.xml</Application_XML_File_URL>
|
||||||
</Application_URLs>
|
</Application_URLs>
|
||||||
<Download_URLs>
|
<Download_URLs>
|
||||||
<Primary_Download_URL>http://www.dolibarr.org/files/dolibarr.tgz</Primary_Download_URL>
|
<Primary_Download_URL>http://www.dolibarr.org/files/dolibarr.tgz</Primary_Download_URL>
|
||||||
<Secondary_Download_URL>http://www.dolibarr.org/files/dolibarr.tgz</Secondary_Download_URL>
|
<Secondary_Download_URL>http://www.dolibarr.org/files/dolibarr.tgz</Secondary_Download_URL>
|
||||||
<Additional_Download_URL_1 />
|
<Additional_Download_URL_1 />
|
||||||
<Additional_Download_URL_2 />
|
<Additional_Download_URL_2 />
|
||||||
</Download_URLs>
|
</Download_URLs>
|
||||||
</Web_Info>
|
</Web_Info>
|
||||||
<Permissions>
|
<Permissions>
|
||||||
<Distribution_Permissions>GNU GPL</Distribution_Permissions>
|
<Distribution_Permissions>GNU GPL</Distribution_Permissions>
|
||||||
<EULA>GNU GPL</EULA>
|
<EULA>GNU GPL</EULA>
|
||||||
</Permissions>
|
</Permissions>
|
||||||
<Affiliates>
|
<Affiliates>
|
||||||
<Affiliates_FORM>Y</Affiliates_FORM>
|
<Affiliates_FORM>Y</Affiliates_FORM>
|
||||||
<Affiliates_VERSION>1.4</Affiliates_VERSION>
|
<Affiliates_VERSION>1.4</Affiliates_VERSION>
|
||||||
<Affiliates_URL>http://pad.asp-software.org/extensions/Affiliates.htm</Affiliates_URL>
|
<Affiliates_URL>http://pad.asp-software.org/extensions/Affiliates.htm</Affiliates_URL>
|
||||||
<Affiliates_Information_Page />
|
<Affiliates_Information_Page />
|
||||||
<Affiliates_Avangate_Order_Page />
|
<Affiliates_Avangate_Order_Page />
|
||||||
<Affiliates_Avangate_Vendor_ID />
|
<Affiliates_Avangate_Vendor_ID />
|
||||||
<Affiliates_Avangate_Product_ID />
|
<Affiliates_Avangate_Product_ID />
|
||||||
<Affiliates_Avangate_Maximum_Commission_Rate />
|
<Affiliates_Avangate_Maximum_Commission_Rate />
|
||||||
<Affiliates_BMTMicro_Order_Page />
|
<Affiliates_BMTMicro_Order_Page />
|
||||||
<Affiliates_BMTMicro_Vendor_ID />
|
<Affiliates_BMTMicro_Vendor_ID />
|
||||||
<Affiliates_BMTMicro_Product_ID />
|
<Affiliates_BMTMicro_Product_ID />
|
||||||
<Affiliates_BMTMicro_Maximum_Commission_Rate />
|
<Affiliates_BMTMicro_Maximum_Commission_Rate />
|
||||||
<Affiliates_Cleverbridge_Order_Page />
|
<Affiliates_Cleverbridge_Order_Page />
|
||||||
<Affiliates_Cleverbridge_Vendor_ID />
|
<Affiliates_Cleverbridge_Vendor_ID />
|
||||||
<Affiliates_Cleverbridge_Product_ID />
|
<Affiliates_Cleverbridge_Product_ID />
|
||||||
<Affiliates_Cleverbridge_Maximum_Commission_Rate />
|
<Affiliates_Cleverbridge_Maximum_Commission_Rate />
|
||||||
<Affiliates_clixGalore_Order_Page />
|
<Affiliates_clixGalore_Order_Page />
|
||||||
<Affiliates_clixGalore_Vendor_ID />
|
<Affiliates_clixGalore_Vendor_ID />
|
||||||
<Affiliates_clixGalore_Product_ID />
|
<Affiliates_clixGalore_Product_ID />
|
||||||
<Affiliates_clixGalore_Maximum_Commission_Rate />
|
<Affiliates_clixGalore_Maximum_Commission_Rate />
|
||||||
<Affiliates_CommissionJunction_Order_Page />
|
<Affiliates_CommissionJunction_Order_Page />
|
||||||
<Affiliates_CommissionJunction_Vendor_ID />
|
<Affiliates_CommissionJunction_Vendor_ID />
|
||||||
<Affiliates_CommissionJunction_Product_ID />
|
<Affiliates_CommissionJunction_Product_ID />
|
||||||
<Affiliates_CommissionJunction_Maximum_Commission_Rate />
|
<Affiliates_CommissionJunction_Maximum_Commission_Rate />
|
||||||
<Affiliates_DigiBuy_Order_Page />
|
<Affiliates_DigiBuy_Order_Page />
|
||||||
<Affiliates_DigiBuy_Vendor_ID />
|
<Affiliates_DigiBuy_Vendor_ID />
|
||||||
<Affiliates_DigiBuy_Product_ID />
|
<Affiliates_DigiBuy_Product_ID />
|
||||||
<Affiliates_DigiBuy_Maximum_Commission_Rate />
|
<Affiliates_DigiBuy_Maximum_Commission_Rate />
|
||||||
<Affiliates_DigitalCandle_Order_Page />
|
<Affiliates_DigitalCandle_Order_Page />
|
||||||
<Affiliates_DigitalCandle_Vendor_ID />
|
<Affiliates_DigitalCandle_Vendor_ID />
|
||||||
<Affiliates_DigitalCandle_Product_ID />
|
<Affiliates_DigitalCandle_Product_ID />
|
||||||
<Affiliates_DigitalCandle_Maximum_Commission_Rate />
|
<Affiliates_DigitalCandle_Maximum_Commission_Rate />
|
||||||
<Affiliates_Emetrix_Order_Page />
|
<Affiliates_Emetrix_Order_Page />
|
||||||
<Affiliates_Emetrix_Vendor_ID />
|
<Affiliates_Emetrix_Vendor_ID />
|
||||||
<Affiliates_Emetrix_Product_ID />
|
<Affiliates_Emetrix_Product_ID />
|
||||||
<Affiliates_Emetrix_Maximum_Commission_Rate />
|
<Affiliates_Emetrix_Maximum_Commission_Rate />
|
||||||
<Affiliates_eSellerate_Order_Page />
|
<Affiliates_eSellerate_Order_Page />
|
||||||
<Affiliates_eSellerate_Vendor_ID />
|
<Affiliates_eSellerate_Vendor_ID />
|
||||||
<Affiliates_eSellerate_Product_ID />
|
<Affiliates_eSellerate_Product_ID />
|
||||||
<Affiliates_eSellerate_Maximum_Commission_Rate />
|
<Affiliates_eSellerate_Maximum_Commission_Rate />
|
||||||
<Affiliates_Kagi_Order_Page />
|
<Affiliates_Kagi_Order_Page />
|
||||||
<Affiliates_Kagi_Vendor_ID />
|
<Affiliates_Kagi_Vendor_ID />
|
||||||
<Affiliates_Kagi_Product_ID />
|
<Affiliates_Kagi_Product_ID />
|
||||||
<Affiliates_Kagi_Maximum_Commission_Rate />
|
<Affiliates_Kagi_Maximum_Commission_Rate />
|
||||||
<Affiliates_LinkShare_Order_Page />
|
<Affiliates_LinkShare_Order_Page />
|
||||||
<Affiliates_LinkShare_Vendor_ID />
|
<Affiliates_LinkShare_Vendor_ID />
|
||||||
<Affiliates_LinkShare_Product_ID />
|
<Affiliates_LinkShare_Product_ID />
|
||||||
<Affiliates_LinkShare_Maximum_Commission_Rate />
|
<Affiliates_LinkShare_Maximum_Commission_Rate />
|
||||||
<Affiliates_NorthStarSol_Order_Page />
|
<Affiliates_NorthStarSol_Order_Page />
|
||||||
<Affiliates_NorthStarSol_Vendor_ID />
|
<Affiliates_NorthStarSol_Vendor_ID />
|
||||||
<Affiliates_NorthStarSol_Product_ID />
|
<Affiliates_NorthStarSol_Product_ID />
|
||||||
<Affiliates_NorthStarSol_Maximum_Commission_Rate />
|
<Affiliates_NorthStarSol_Maximum_Commission_Rate />
|
||||||
<Affiliates_OneNetworkDirect_Order_Page />
|
<Affiliates_OneNetworkDirect_Order_Page />
|
||||||
<Affiliates_OneNetworkDirect_Vendor_ID />
|
<Affiliates_OneNetworkDirect_Vendor_ID />
|
||||||
<Affiliates_OneNetworkDirect_Product_ID />
|
<Affiliates_OneNetworkDirect_Product_ID />
|
||||||
<Affiliates_OneNetworkDirect_Maximum_Commission_Rate />
|
<Affiliates_OneNetworkDirect_Maximum_Commission_Rate />
|
||||||
<Affiliates_Order1_Order_Page />
|
<Affiliates_Order1_Order_Page />
|
||||||
<Affiliates_Order1_Vendor_ID />
|
<Affiliates_Order1_Vendor_ID />
|
||||||
<Affiliates_Order1_Product_ID />
|
<Affiliates_Order1_Product_ID />
|
||||||
<Affiliates_Order1_Maximum_Commission_Rate />
|
<Affiliates_Order1_Maximum_Commission_Rate />
|
||||||
<Affiliates_Osolis_Order_Page />
|
<Affiliates_Osolis_Order_Page />
|
||||||
<Affiliates_Osolis_Vendor_ID />
|
<Affiliates_Osolis_Vendor_ID />
|
||||||
<Affiliates_Osolis_Product_ID />
|
<Affiliates_Osolis_Product_ID />
|
||||||
<Affiliates_Osolis_Maximum_Commission_Rate />
|
<Affiliates_Osolis_Maximum_Commission_Rate />
|
||||||
<Affiliates_Plimus_Order_Page />
|
<Affiliates_Plimus_Order_Page />
|
||||||
<Affiliates_Plimus_Vendor_ID />
|
<Affiliates_Plimus_Vendor_ID />
|
||||||
<Affiliates_Plimus_Product_ID />
|
<Affiliates_Plimus_Product_ID />
|
||||||
<Affiliates_Plimus_Maximum_Commission_Rate />
|
<Affiliates_Plimus_Maximum_Commission_Rate />
|
||||||
<Affiliates_Regnet_Order_Page />
|
<Affiliates_Regnet_Order_Page />
|
||||||
<Affiliates_Regnet_Vendor_ID />
|
<Affiliates_Regnet_Vendor_ID />
|
||||||
<Affiliates_Regnet_Product_ID />
|
<Affiliates_Regnet_Product_ID />
|
||||||
<Affiliates_Regnet_Maximum_Commission_Rate />
|
<Affiliates_Regnet_Maximum_Commission_Rate />
|
||||||
<Affiliates_Regnow_Order_Page />
|
<Affiliates_Regnow_Order_Page />
|
||||||
<Affiliates_Regnow_Vendor_ID />
|
<Affiliates_Regnow_Vendor_ID />
|
||||||
<Affiliates_Regnow_Product_ID />
|
<Affiliates_Regnow_Product_ID />
|
||||||
<Affiliates_Regnow_Maximum_Commission_Rate />
|
<Affiliates_Regnow_Maximum_Commission_Rate />
|
||||||
<Affiliates_Regsoft_Order_Page />
|
<Affiliates_Regsoft_Order_Page />
|
||||||
<Affiliates_Regsoft_Vendor_ID />
|
<Affiliates_Regsoft_Vendor_ID />
|
||||||
<Affiliates_Regsoft_Product_ID />
|
<Affiliates_Regsoft_Product_ID />
|
||||||
<Affiliates_Regsoft_Maximum_Commission_Rate />
|
<Affiliates_Regsoft_Maximum_Commission_Rate />
|
||||||
<Affiliates_ShareIt_Order_Page />
|
<Affiliates_ShareIt_Order_Page />
|
||||||
<Affiliates_ShareIt_Vendor_ID />
|
<Affiliates_ShareIt_Vendor_ID />
|
||||||
<Affiliates_ShareIt_Product_ID />
|
<Affiliates_ShareIt_Product_ID />
|
||||||
<Affiliates_ShareIt_Maximum_Commission_Rate />
|
<Affiliates_ShareIt_Maximum_Commission_Rate />
|
||||||
<Affiliates_Shareasale_Order_Page />
|
<Affiliates_Shareasale_Order_Page />
|
||||||
<Affiliates_Shareasale_Vendor_ID />
|
<Affiliates_Shareasale_Vendor_ID />
|
||||||
<Affiliates_Shareasale_Product_ID />
|
<Affiliates_Shareasale_Product_ID />
|
||||||
<Affiliates_Shareasale_Maximum_Commission_Rate />
|
<Affiliates_Shareasale_Maximum_Commission_Rate />
|
||||||
<Affiliates_SWReg_Order_Page />
|
<Affiliates_SWReg_Order_Page />
|
||||||
<Affiliates_SWReg_Vendor_ID />
|
<Affiliates_SWReg_Vendor_ID />
|
||||||
<Affiliates_SWReg_Product_ID />
|
<Affiliates_SWReg_Product_ID />
|
||||||
<Affiliates_SWReg_Maximum_Commission_Rate />
|
<Affiliates_SWReg_Maximum_Commission_Rate />
|
||||||
<Affiliates_V-Share_Order_Page />
|
<Affiliates_V-Share_Order_Page />
|
||||||
<Affiliates_V-Share_Vendor_ID />
|
<Affiliates_V-Share_Vendor_ID />
|
||||||
<Affiliates_V-Share_Product_ID />
|
<Affiliates_V-Share_Product_ID />
|
||||||
<Affiliates_V-Share_Maximum_Commission_Rate />
|
<Affiliates_V-Share_Maximum_Commission_Rate />
|
||||||
<Affiliates_VFree_Order_Page />
|
<Affiliates_VFree_Order_Page />
|
||||||
<Affiliates_VFree_Vendor_ID />
|
<Affiliates_VFree_Vendor_ID />
|
||||||
<Affiliates_VFree_Product_ID />
|
<Affiliates_VFree_Product_ID />
|
||||||
<Affiliates_VFree_Maximum_Commission_Rate />
|
<Affiliates_VFree_Maximum_Commission_Rate />
|
||||||
<Affiliates_Yaskifo_Order_Page />
|
<Affiliates_Yaskifo_Order_Page />
|
||||||
<Affiliates_Yaskifo_Vendor_ID />
|
<Affiliates_Yaskifo_Vendor_ID />
|
||||||
<Affiliates_Yaskifo_Product_ID />
|
<Affiliates_Yaskifo_Product_ID />
|
||||||
<Affiliates_Yaskifo_Maximum_Commission_Rate />
|
<Affiliates_Yaskifo_Maximum_Commission_Rate />
|
||||||
</Affiliates>
|
</Affiliates>
|
||||||
<ASP>
|
<ASP>
|
||||||
<ASP_FORM>Y</ASP_FORM>
|
<ASP_FORM>Y</ASP_FORM>
|
||||||
<ASP_Member>N</ASP_Member>
|
<ASP_Member>N</ASP_Member>
|
||||||
<ASP_Member_Number />
|
<ASP_Member_Number />
|
||||||
</ASP>
|
</ASP>
|
||||||
</PADGEN_PML>
|
</PADGEN_PML>
|
||||||
|
|||||||
@ -1,232 +1,232 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<XML_DIZ_INFO>
|
<XML_DIZ_INFO>
|
||||||
<MASTER_PAD_VERSION_INFO>
|
<MASTER_PAD_VERSION_INFO>
|
||||||
<MASTER_PAD_VERSION>3.11</MASTER_PAD_VERSION>
|
<MASTER_PAD_VERSION>3.11</MASTER_PAD_VERSION>
|
||||||
<MASTER_PAD_EDITOR>PADGen 3.1.1.47 http://www.padgen.org</MASTER_PAD_EDITOR>
|
<MASTER_PAD_EDITOR>PADGen 3.1.1.47 http://www.padgen.org</MASTER_PAD_EDITOR>
|
||||||
<MASTER_PAD_INFO>Portable Application Description, or PAD for short, is a data set that is used by shareware authors to disseminate information to anyone interested in their software products. To find out more go to http://pad.asp-software.org</MASTER_PAD_INFO>
|
<MASTER_PAD_INFO>Portable Application Description, or PAD for short, is a data set that is used by shareware authors to disseminate information to anyone interested in their software products. To find out more go to http://pad.asp-software.org</MASTER_PAD_INFO>
|
||||||
</MASTER_PAD_VERSION_INFO>
|
</MASTER_PAD_VERSION_INFO>
|
||||||
<Company_Info>
|
<Company_Info>
|
||||||
<Company_Name>Dolibarr team</Company_Name>
|
<Company_Name>Dolibarr team</Company_Name>
|
||||||
<Address_1>11 rue raymond Queneau</Address_1>
|
<Address_1>11 rue raymond Queneau</Address_1>
|
||||||
<Address_2 />
|
<Address_2 />
|
||||||
<City_Town>Rueil Malmaison</City_Town>
|
<City_Town>Rueil Malmaison</City_Town>
|
||||||
<State_Province />
|
<State_Province />
|
||||||
<Zip_Postal_Code>92500</Zip_Postal_Code>
|
<Zip_Postal_Code>92500</Zip_Postal_Code>
|
||||||
<Country>FRANCE</Country>
|
<Country>FRANCE</Country>
|
||||||
<Company_WebSite_URL>http://www.dolibarr.org</Company_WebSite_URL>
|
<Company_WebSite_URL>http://www.dolibarr.org</Company_WebSite_URL>
|
||||||
<Contact_Info>
|
<Contact_Info>
|
||||||
<Author_First_Name>Dolibarr team</Author_First_Name>
|
<Author_First_Name>Dolibarr team</Author_First_Name>
|
||||||
<Author_Last_Name>Dolibarr team</Author_Last_Name>
|
<Author_Last_Name>Dolibarr team</Author_Last_Name>
|
||||||
<Author_Email>dolibarr-dev@nongnu.org</Author_Email>
|
<Author_Email>dolibarr-dev@nongnu.org</Author_Email>
|
||||||
<Contact_First_Name>Dolibarr team</Contact_First_Name>
|
<Contact_First_Name>Dolibarr team</Contact_First_Name>
|
||||||
<Contact_Last_Name>Dolibarr team</Contact_Last_Name>
|
<Contact_Last_Name>Dolibarr team</Contact_Last_Name>
|
||||||
<Contact_Email>dolibarr-dev@nongnu.org</Contact_Email>
|
<Contact_Email>dolibarr-dev@nongnu.org</Contact_Email>
|
||||||
</Contact_Info>
|
</Contact_Info>
|
||||||
<Support_Info>
|
<Support_Info>
|
||||||
<Sales_Email>dolibarr-dev@nongnu.org</Sales_Email>
|
<Sales_Email>dolibarr-dev@nongnu.org</Sales_Email>
|
||||||
<Support_Email>dolibarr-dev@nongnu.org</Support_Email>
|
<Support_Email>dolibarr-dev@nongnu.org</Support_Email>
|
||||||
<General_Email>dolibarr-dev@nongnu.org</General_Email>
|
<General_Email>dolibarr-dev@nongnu.org</General_Email>
|
||||||
<Sales_Phone />
|
<Sales_Phone />
|
||||||
<Support_Phone />
|
<Support_Phone />
|
||||||
<General_Phone />
|
<General_Phone />
|
||||||
<Fax_Phone />
|
<Fax_Phone />
|
||||||
</Support_Info>
|
</Support_Info>
|
||||||
</Company_Info>
|
</Company_Info>
|
||||||
<Program_Info>
|
<Program_Info>
|
||||||
<Program_Name>Dolibarr</Program_Name>
|
<Program_Name>Dolibarr</Program_Name>
|
||||||
<Program_Version>3.5</Program_Version>
|
<Program_Version>3.5</Program_Version>
|
||||||
<Program_Release_Month>01</Program_Release_Month>
|
<Program_Release_Month>01</Program_Release_Month>
|
||||||
<Program_Release_Day>01</Program_Release_Day>
|
<Program_Release_Day>01</Program_Release_Day>
|
||||||
<Program_Release_Year>2014</Program_Release_Year>
|
<Program_Release_Year>2014</Program_Release_Year>
|
||||||
<Program_Cost_Dollars />
|
<Program_Cost_Dollars />
|
||||||
<Program_Cost_Other_Code />
|
<Program_Cost_Other_Code />
|
||||||
<Program_Cost_Other />
|
<Program_Cost_Other />
|
||||||
<Program_Type>Freeware</Program_Type>
|
<Program_Type>Freeware</Program_Type>
|
||||||
<Program_Release_Status>Major Update</Program_Release_Status>
|
<Program_Release_Status>Major Update</Program_Release_Status>
|
||||||
<Program_Install_Support>No Install Support</Program_Install_Support>
|
<Program_Install_Support>No Install Support</Program_Install_Support>
|
||||||
<Program_OS_Support>Linux,Mac OS X,Mac Other,Unix,Win2000,Win7 x32,Win7 x64,Win98,WinOther,WinServer,WinVista,WinVista x64,WinXP,Other</Program_OS_Support>
|
<Program_OS_Support>Linux,Mac OS X,Mac Other,Unix,Win2000,Win7 x32,Win7 x64,Win98,WinOther,WinServer,WinVista,WinVista x64,WinXP,Other</Program_OS_Support>
|
||||||
<Program_Language>English,Arabic,Catalan,Chinese,Danish,Dutch,Finnish,French,German,Greek,Icelandic,Italian,Norwegian,Polish,Portuguese,Romanian,Russian,Slovenian,Spanish,Swedish,Turkish</Program_Language>
|
<Program_Language>English,Arabic,Catalan,Chinese,Danish,Dutch,Finnish,French,German,Greek,Icelandic,Italian,Norwegian,Polish,Portuguese,Romanian,Russian,Slovenian,Spanish,Swedish,Turkish</Program_Language>
|
||||||
<Program_Change_Info>Increase performances, Setup process is easier, Reduce number of clicks required to use software</Program_Change_Info>
|
<Program_Change_Info>Increase performances, Setup process is easier, Reduce number of clicks required to use software</Program_Change_Info>
|
||||||
<Program_Specific_Category>Business</Program_Specific_Category>
|
<Program_Specific_Category>Business</Program_Specific_Category>
|
||||||
<Program_Category_Class>Business::Accounting & Finance</Program_Category_Class>
|
<Program_Category_Class>Business::Accounting & Finance</Program_Category_Class>
|
||||||
<Program_System_Requirements>None</Program_System_Requirements>
|
<Program_System_Requirements>None</Program_System_Requirements>
|
||||||
<File_Info>
|
<File_Info>
|
||||||
<File_Size_Bytes>18037439</File_Size_Bytes>
|
<File_Size_Bytes>18037439</File_Size_Bytes>
|
||||||
<File_Size_K>18037</File_Size_K>
|
<File_Size_K>18037</File_Size_K>
|
||||||
<File_Size_MB>18.03</File_Size_MB>
|
<File_Size_MB>18.03</File_Size_MB>
|
||||||
</File_Info>
|
</File_Info>
|
||||||
<Expire_Info>
|
<Expire_Info>
|
||||||
<Has_Expire_Info>N</Has_Expire_Info>
|
<Has_Expire_Info>N</Has_Expire_Info>
|
||||||
<Expire_Count />
|
<Expire_Count />
|
||||||
<Expire_Based_On>Days</Expire_Based_On>
|
<Expire_Based_On>Days</Expire_Based_On>
|
||||||
<Expire_Other_Info />
|
<Expire_Other_Info />
|
||||||
<Expire_Month />
|
<Expire_Month />
|
||||||
<Expire_Day />
|
<Expire_Day />
|
||||||
<Expire_Year />
|
<Expire_Year />
|
||||||
</Expire_Info>
|
</Expire_Info>
|
||||||
</Program_Info>
|
</Program_Info>
|
||||||
<Program_Descriptions>
|
<Program_Descriptions>
|
||||||
<English>
|
<English>
|
||||||
<Keywords>dolibarr, erp, crm, invoices, commercial proposals, orders, accounting, stock, products, agenda, bank, business, company, foundation, management, sme, doliwamp</Keywords>
|
<Keywords>dolibarr, erp, crm, invoices, commercial proposals, orders, accounting, stock, products, agenda, bank, business, company, foundation, management, sme, doliwamp</Keywords>
|
||||||
<Char_Desc_45>Dolibarr ERP & CRM</Char_Desc_45>
|
<Char_Desc_45>Dolibarr ERP & CRM</Char_Desc_45>
|
||||||
<Char_Desc_80>Dolibarr ERP & CRM, the easy to use open source software to manage your activity</Char_Desc_80>
|
<Char_Desc_80>Dolibarr ERP & CRM, the easy to use open source software to manage your activity</Char_Desc_80>
|
||||||
<Char_Desc_250>Dolibarr ERP & CRM, the easy to use open source software to manage your activity (invoices, customers, suppliers, contracts, agenda, emailings...) and any other things a small or mid-sized business or a foundation needs to manage.</Char_Desc_250>
|
<Char_Desc_250>Dolibarr ERP & CRM, the easy to use open source software to manage your activity (invoices, customers, suppliers, contracts, agenda, emailings...) and any other things a small or mid-sized business or a foundation needs to manage.</Char_Desc_250>
|
||||||
<Char_Desc_450>Dolibarr ERP & CRM is a software built by modules addition (you enable only features you need), to manage small or medium companies, freelancers or foundations. We can say Dolibarr is an ERP or CRM. Dolibarr is also available with an auto-installer for Windows users with no technical knowledge to install Dolibarr and all its prerequisites (Apache, Mysql, PHP) with just one auto-exe file. See DoliWamp software for this.</Char_Desc_450>
|
<Char_Desc_450>Dolibarr ERP & CRM is a software built by modules addition (you enable only features you need), to manage small or medium companies, freelancers or foundations. We can say Dolibarr is an ERP or CRM. Dolibarr is also available with an auto-installer for Windows users with no technical knowledge to install Dolibarr and all its prerequisites (Apache, Mysql, PHP) with just one auto-exe file. See DoliWamp software for this.</Char_Desc_450>
|
||||||
<Char_Desc_2000>Dolibarr ERP & CRM is a software built by modules addition (you enable only features you need), to manage small or mid-sized businesses, freelancers or foundations. We can say Dolibarr is an ERP or CRM (or both depending on activated modules). It's an OpenSource project base on a WAMP, MAMP or LAMP server (Apache, Mysql, PHP for all Operating Systems). Dolibarr differs from other ERP or CRM softwares (like OpenAguila, OpenBravo, OpenERP, Neogia, Compiere, etc) because everything was made to be more simple:
|
<Char_Desc_2000>Dolibarr ERP & CRM is a software built by modules addition (you enable only features you need), to manage small or mid-sized businesses, freelancers or foundations. We can say Dolibarr is an ERP or CRM (or both depending on activated modules). It's an OpenSource project base on a WAMP, MAMP or LAMP server (Apache, Mysql, PHP for all Operating Systems). Dolibarr differs from other ERP or CRM softwares (like OpenAguila, OpenBravo, OpenERP, Neogia, Compiere, etc) because everything was made to be more simple:
|
||||||
Simple to install
|
Simple to install
|
||||||
Simple to use
|
Simple to use
|
||||||
Simple to develop
|
Simple to develop
|
||||||
Note that Dolibarr is also available with an auto-installer for Windows or Ubuntu users with no technical knowledge to install Dolibarr and all its prerequisites (Apache, Mysql, PHP) with just one auto-exe file. This version is called DoliWamp (for Windows) or DoliBuntu (for Ubuntu/Debian).</Char_Desc_2000>
|
Note that Dolibarr is also available with an auto-installer for Windows or Ubuntu users with no technical knowledge to install Dolibarr and all its prerequisites (Apache, Mysql, PHP) with just one auto-exe file. This version is called DoliWamp (for Windows) or DoliBuntu (for Ubuntu/Debian).</Char_Desc_2000>
|
||||||
</English>
|
</English>
|
||||||
<French>
|
<French>
|
||||||
<Keywords>dolibarr, erp, crm, invoices, commercial proposals, orders, accounting, stock, products, agenda, bank, business, company, foundation, management, sme, doliwamp</Keywords>
|
<Keywords>dolibarr, erp, crm, invoices, commercial proposals, orders, accounting, stock, products, agenda, bank, business, company, foundation, management, sme, doliwamp</Keywords>
|
||||||
<Char_Desc_45>Dolibarr ERP & CRM</Char_Desc_45>
|
<Char_Desc_45>Dolibarr ERP & CRM</Char_Desc_45>
|
||||||
<Char_Desc_80>Dolibarr ERP & CRM, le gestionnaire simple pour gérer votre activité</Char_Desc_80>
|
<Char_Desc_80>Dolibarr ERP & CRM, le gestionnaire simple pour gérer votre activité</Char_Desc_80>
|
||||||
<Char_Desc_250>Dolibarr ERP & CRM, le logiciel simple et OpenSource pour gérer votre activité (factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations)</Char_Desc_250>
|
<Char_Desc_250>Dolibarr ERP & CRM, le logiciel simple et OpenSource pour gérer votre activité (factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations)</Char_Desc_250>
|
||||||
<Char_Desc_450>Dolibarr ERP & CRM est un logiciel modulaire (on n'active que les fonctions que l'on désire) de gestions de TPE/PME, d'indépendants, d'entrepreneurs ou d'associations. En terme plus techniques, c'est un ERP et CRM. C'est un projet OpenSource qui s'exécute au sein d'un serveur Web et peut donc être accessible depuis n'importe quel lieu disposant d'une connexion Internet (Projet basé sur un serveur WAMP, MAMP ou LAMP: Apache, MySQL, PHP).</Char_Desc_450>
|
<Char_Desc_450>Dolibarr ERP & CRM est un logiciel modulaire (on n'active que les fonctions que l'on désire) de gestions de TPE/PME, d'indépendants, d'entrepreneurs ou d'associations. En terme plus techniques, c'est un ERP et CRM. C'est un projet OpenSource qui s'exécute au sein d'un serveur Web et peut donc être accessible depuis n'importe quel lieu disposant d'une connexion Internet (Projet basé sur un serveur WAMP, MAMP ou LAMP: Apache, MySQL, PHP).</Char_Desc_450>
|
||||||
<Char_Desc_2000>Dolibarr ERP & CRM est un logiciel modulaire (on n'active que les fonctions que l'on désire) de gestions de TPE/PME, d'indépendants, d'entrepreneurs ou d'associations. En terme plus techniques, c'est un ERP et CRM. C'est un projet OpenSource qui s'exécute au sein d'un serveur Web et peut donc être accessible depuis n'importe quel lieu disposant d'une connexion Internet (Projet basé sur un serveur WAMP, MAMP ou LAMP: Apache, MySQL, PHP). Dolibarr vient compléter les offres déjà nombreuses de logiciels de cette catégorie (comme OpenBravo, OpenERP, SugarCRM, Neogia, Compiere, etc.) mais se démarque par le fait qu'ici tout est fait pour offrir de la simplicité (règle des 3 S):
|
<Char_Desc_2000>Dolibarr ERP & CRM est un logiciel modulaire (on n'active que les fonctions que l'on désire) de gestions de TPE/PME, d'indépendants, d'entrepreneurs ou d'associations. En terme plus techniques, c'est un ERP et CRM. C'est un projet OpenSource qui s'exécute au sein d'un serveur Web et peut donc être accessible depuis n'importe quel lieu disposant d'une connexion Internet (Projet basé sur un serveur WAMP, MAMP ou LAMP: Apache, MySQL, PHP). Dolibarr vient compléter les offres déjà nombreuses de logiciels de cette catégorie (comme OpenBravo, OpenERP, SugarCRM, Neogia, Compiere, etc.) mais se démarque par le fait qu'ici tout est fait pour offrir de la simplicité (règle des 3 S):
|
||||||
Simple pour l'installation (avec au choix des installeurs clé en main pour ceux qui ignorent comment installer un serveur Web, ou une installation manuelle)
|
Simple pour l'installation (avec au choix des installeurs clé en main pour ceux qui ignorent comment installer un serveur Web, ou une installation manuelle)
|
||||||
Simple pour l'utilisation (fonctions modulaires pour ne pas surcharger les menus, informations claires à la saisie)
|
Simple pour l'utilisation (fonctions modulaires pour ne pas surcharger les menus, informations claires à la saisie)
|
||||||
Simple pour le développement (pas de frameworks lourds).
|
Simple pour le développement (pas de frameworks lourds).
|
||||||
Dolibarr intègre en effet sa propre architecture (design patterns) permettant à tout développeur d'être tout de suite opérationnel sans connaissances particulières autre que le PHP. </Char_Desc_2000>
|
Dolibarr intègre en effet sa propre architecture (design patterns) permettant à tout développeur d'être tout de suite opérationnel sans connaissances particulières autre que le PHP. </Char_Desc_2000>
|
||||||
</French>
|
</French>
|
||||||
<Italian>
|
<Italian>
|
||||||
<Keywords>erp, crm, gestionale, medie imprese, fondazioni</Keywords>
|
<Keywords>erp, crm, gestionale, medie imprese, fondazioni</Keywords>
|
||||||
<Char_Desc_45>Gestionale open source e gratuito</Char_Desc_45>
|
<Char_Desc_45>Gestionale open source e gratuito</Char_Desc_45>
|
||||||
<Char_Desc_80>Gestionale open source e gratuito per piccole e medie imprese, fondazioni</Char_Desc_80>
|
<Char_Desc_80>Gestionale open source e gratuito per piccole e medie imprese, fondazioni</Char_Desc_80>
|
||||||
<Char_Desc_250>Dolibarr è un a gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività.</Char_Desc_250>
|
<Char_Desc_250>Dolibarr è un a gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività.</Char_Desc_250>
|
||||||
<Char_Desc_450>Dolibarr è un programma gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività. Dolibar è progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare.</Char_Desc_450>
|
<Char_Desc_450>Dolibarr è un programma gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività. Dolibar è progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare.</Char_Desc_450>
|
||||||
<Char_Desc_2000>Dolibarr è un programma gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività. Dolibar è progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare. Dolibar è completamente web-based, progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare.</Char_Desc_2000>
|
<Char_Desc_2000>Dolibarr è un programma gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività. Dolibar è progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare. Dolibar è completamente web-based, progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare.</Char_Desc_2000>
|
||||||
</Italian>
|
</Italian>
|
||||||
</Program_Descriptions>
|
</Program_Descriptions>
|
||||||
<Web_Info>
|
<Web_Info>
|
||||||
<Application_URLs>
|
<Application_URLs>
|
||||||
<Application_Info_URL>http://www.dolibarr.org</Application_Info_URL>
|
<Application_Info_URL>http://www.dolibarr.org</Application_Info_URL>
|
||||||
<Application_Order_URL>http://www.dolibarr.org</Application_Order_URL>
|
<Application_Order_URL>http://www.dolibarr.org</Application_Order_URL>
|
||||||
<Application_Screenshot_URL>http://www.dolibarr.org/images/dolibarr_screenshot1.png</Application_Screenshot_URL>
|
<Application_Screenshot_URL>http://www.dolibarr.org/images/dolibarr_screenshot1.png</Application_Screenshot_URL>
|
||||||
<Application_Icon_URL>http://www.dolibarr.org/images/dolibarr.gif</Application_Icon_URL>
|
<Application_Icon_URL>http://www.dolibarr.org/images/dolibarr.gif</Application_Icon_URL>
|
||||||
<Application_XML_File_URL>http://www.dolibarr.org/files/pad_dolibarr.xml</Application_XML_File_URL>
|
<Application_XML_File_URL>http://www.dolibarr.org/files/pad_dolibarr.xml</Application_XML_File_URL>
|
||||||
</Application_URLs>
|
</Application_URLs>
|
||||||
<Download_URLs>
|
<Download_URLs>
|
||||||
<Primary_Download_URL>http://www.dolibarr.org/files/dolibarr.tgz</Primary_Download_URL>
|
<Primary_Download_URL>http://www.dolibarr.org/files/dolibarr.tgz</Primary_Download_URL>
|
||||||
<Secondary_Download_URL>http://www.dolibarr.org/files/dolibarr.tgz</Secondary_Download_URL>
|
<Secondary_Download_URL>http://www.dolibarr.org/files/dolibarr.tgz</Secondary_Download_URL>
|
||||||
<Additional_Download_URL_1 />
|
<Additional_Download_URL_1 />
|
||||||
<Additional_Download_URL_2 />
|
<Additional_Download_URL_2 />
|
||||||
</Download_URLs>
|
</Download_URLs>
|
||||||
</Web_Info>
|
</Web_Info>
|
||||||
<Permissions>
|
<Permissions>
|
||||||
<Distribution_Permissions>GNU GPL</Distribution_Permissions>
|
<Distribution_Permissions>GNU GPL</Distribution_Permissions>
|
||||||
<EULA>GNU GPL</EULA>
|
<EULA>GNU GPL</EULA>
|
||||||
</Permissions>
|
</Permissions>
|
||||||
<Affiliates>
|
<Affiliates>
|
||||||
<Affiliates_FORM>Y</Affiliates_FORM>
|
<Affiliates_FORM>Y</Affiliates_FORM>
|
||||||
<Affiliates_VERSION>1.4</Affiliates_VERSION>
|
<Affiliates_VERSION>1.4</Affiliates_VERSION>
|
||||||
<Affiliates_URL>http://pad.asp-software.org/extensions/Affiliates.htm</Affiliates_URL>
|
<Affiliates_URL>http://pad.asp-software.org/extensions/Affiliates.htm</Affiliates_URL>
|
||||||
<Affiliates_Information_Page />
|
<Affiliates_Information_Page />
|
||||||
<Affiliates_Avangate_Order_Page />
|
<Affiliates_Avangate_Order_Page />
|
||||||
<Affiliates_Avangate_Vendor_ID />
|
<Affiliates_Avangate_Vendor_ID />
|
||||||
<Affiliates_Avangate_Product_ID />
|
<Affiliates_Avangate_Product_ID />
|
||||||
<Affiliates_Avangate_Maximum_Commission_Rate />
|
<Affiliates_Avangate_Maximum_Commission_Rate />
|
||||||
<Affiliates_BMTMicro_Order_Page />
|
<Affiliates_BMTMicro_Order_Page />
|
||||||
<Affiliates_BMTMicro_Vendor_ID />
|
<Affiliates_BMTMicro_Vendor_ID />
|
||||||
<Affiliates_BMTMicro_Product_ID />
|
<Affiliates_BMTMicro_Product_ID />
|
||||||
<Affiliates_BMTMicro_Maximum_Commission_Rate />
|
<Affiliates_BMTMicro_Maximum_Commission_Rate />
|
||||||
<Affiliates_Cleverbridge_Order_Page />
|
<Affiliates_Cleverbridge_Order_Page />
|
||||||
<Affiliates_Cleverbridge_Vendor_ID />
|
<Affiliates_Cleverbridge_Vendor_ID />
|
||||||
<Affiliates_Cleverbridge_Product_ID />
|
<Affiliates_Cleverbridge_Product_ID />
|
||||||
<Affiliates_Cleverbridge_Maximum_Commission_Rate />
|
<Affiliates_Cleverbridge_Maximum_Commission_Rate />
|
||||||
<Affiliates_clixGalore_Order_Page />
|
<Affiliates_clixGalore_Order_Page />
|
||||||
<Affiliates_clixGalore_Vendor_ID />
|
<Affiliates_clixGalore_Vendor_ID />
|
||||||
<Affiliates_clixGalore_Product_ID />
|
<Affiliates_clixGalore_Product_ID />
|
||||||
<Affiliates_clixGalore_Maximum_Commission_Rate />
|
<Affiliates_clixGalore_Maximum_Commission_Rate />
|
||||||
<Affiliates_CommissionJunction_Order_Page />
|
<Affiliates_CommissionJunction_Order_Page />
|
||||||
<Affiliates_CommissionJunction_Vendor_ID />
|
<Affiliates_CommissionJunction_Vendor_ID />
|
||||||
<Affiliates_CommissionJunction_Product_ID />
|
<Affiliates_CommissionJunction_Product_ID />
|
||||||
<Affiliates_CommissionJunction_Maximum_Commission_Rate />
|
<Affiliates_CommissionJunction_Maximum_Commission_Rate />
|
||||||
<Affiliates_DigiBuy_Order_Page />
|
<Affiliates_DigiBuy_Order_Page />
|
||||||
<Affiliates_DigiBuy_Vendor_ID />
|
<Affiliates_DigiBuy_Vendor_ID />
|
||||||
<Affiliates_DigiBuy_Product_ID />
|
<Affiliates_DigiBuy_Product_ID />
|
||||||
<Affiliates_DigiBuy_Maximum_Commission_Rate />
|
<Affiliates_DigiBuy_Maximum_Commission_Rate />
|
||||||
<Affiliates_DigitalCandle_Order_Page />
|
<Affiliates_DigitalCandle_Order_Page />
|
||||||
<Affiliates_DigitalCandle_Vendor_ID />
|
<Affiliates_DigitalCandle_Vendor_ID />
|
||||||
<Affiliates_DigitalCandle_Product_ID />
|
<Affiliates_DigitalCandle_Product_ID />
|
||||||
<Affiliates_DigitalCandle_Maximum_Commission_Rate />
|
<Affiliates_DigitalCandle_Maximum_Commission_Rate />
|
||||||
<Affiliates_Emetrix_Order_Page />
|
<Affiliates_Emetrix_Order_Page />
|
||||||
<Affiliates_Emetrix_Vendor_ID />
|
<Affiliates_Emetrix_Vendor_ID />
|
||||||
<Affiliates_Emetrix_Product_ID />
|
<Affiliates_Emetrix_Product_ID />
|
||||||
<Affiliates_Emetrix_Maximum_Commission_Rate />
|
<Affiliates_Emetrix_Maximum_Commission_Rate />
|
||||||
<Affiliates_eSellerate_Order_Page />
|
<Affiliates_eSellerate_Order_Page />
|
||||||
<Affiliates_eSellerate_Vendor_ID />
|
<Affiliates_eSellerate_Vendor_ID />
|
||||||
<Affiliates_eSellerate_Product_ID />
|
<Affiliates_eSellerate_Product_ID />
|
||||||
<Affiliates_eSellerate_Maximum_Commission_Rate />
|
<Affiliates_eSellerate_Maximum_Commission_Rate />
|
||||||
<Affiliates_Kagi_Order_Page />
|
<Affiliates_Kagi_Order_Page />
|
||||||
<Affiliates_Kagi_Vendor_ID />
|
<Affiliates_Kagi_Vendor_ID />
|
||||||
<Affiliates_Kagi_Product_ID />
|
<Affiliates_Kagi_Product_ID />
|
||||||
<Affiliates_Kagi_Maximum_Commission_Rate />
|
<Affiliates_Kagi_Maximum_Commission_Rate />
|
||||||
<Affiliates_LinkShare_Order_Page />
|
<Affiliates_LinkShare_Order_Page />
|
||||||
<Affiliates_LinkShare_Vendor_ID />
|
<Affiliates_LinkShare_Vendor_ID />
|
||||||
<Affiliates_LinkShare_Product_ID />
|
<Affiliates_LinkShare_Product_ID />
|
||||||
<Affiliates_LinkShare_Maximum_Commission_Rate />
|
<Affiliates_LinkShare_Maximum_Commission_Rate />
|
||||||
<Affiliates_NorthStarSol_Order_Page />
|
<Affiliates_NorthStarSol_Order_Page />
|
||||||
<Affiliates_NorthStarSol_Vendor_ID />
|
<Affiliates_NorthStarSol_Vendor_ID />
|
||||||
<Affiliates_NorthStarSol_Product_ID />
|
<Affiliates_NorthStarSol_Product_ID />
|
||||||
<Affiliates_NorthStarSol_Maximum_Commission_Rate />
|
<Affiliates_NorthStarSol_Maximum_Commission_Rate />
|
||||||
<Affiliates_OneNetworkDirect_Order_Page />
|
<Affiliates_OneNetworkDirect_Order_Page />
|
||||||
<Affiliates_OneNetworkDirect_Vendor_ID />
|
<Affiliates_OneNetworkDirect_Vendor_ID />
|
||||||
<Affiliates_OneNetworkDirect_Product_ID />
|
<Affiliates_OneNetworkDirect_Product_ID />
|
||||||
<Affiliates_OneNetworkDirect_Maximum_Commission_Rate />
|
<Affiliates_OneNetworkDirect_Maximum_Commission_Rate />
|
||||||
<Affiliates_Order1_Order_Page />
|
<Affiliates_Order1_Order_Page />
|
||||||
<Affiliates_Order1_Vendor_ID />
|
<Affiliates_Order1_Vendor_ID />
|
||||||
<Affiliates_Order1_Product_ID />
|
<Affiliates_Order1_Product_ID />
|
||||||
<Affiliates_Order1_Maximum_Commission_Rate />
|
<Affiliates_Order1_Maximum_Commission_Rate />
|
||||||
<Affiliates_Osolis_Order_Page />
|
<Affiliates_Osolis_Order_Page />
|
||||||
<Affiliates_Osolis_Vendor_ID />
|
<Affiliates_Osolis_Vendor_ID />
|
||||||
<Affiliates_Osolis_Product_ID />
|
<Affiliates_Osolis_Product_ID />
|
||||||
<Affiliates_Osolis_Maximum_Commission_Rate />
|
<Affiliates_Osolis_Maximum_Commission_Rate />
|
||||||
<Affiliates_Plimus_Order_Page />
|
<Affiliates_Plimus_Order_Page />
|
||||||
<Affiliates_Plimus_Vendor_ID />
|
<Affiliates_Plimus_Vendor_ID />
|
||||||
<Affiliates_Plimus_Product_ID />
|
<Affiliates_Plimus_Product_ID />
|
||||||
<Affiliates_Plimus_Maximum_Commission_Rate />
|
<Affiliates_Plimus_Maximum_Commission_Rate />
|
||||||
<Affiliates_Regnet_Order_Page />
|
<Affiliates_Regnet_Order_Page />
|
||||||
<Affiliates_Regnet_Vendor_ID />
|
<Affiliates_Regnet_Vendor_ID />
|
||||||
<Affiliates_Regnet_Product_ID />
|
<Affiliates_Regnet_Product_ID />
|
||||||
<Affiliates_Regnet_Maximum_Commission_Rate />
|
<Affiliates_Regnet_Maximum_Commission_Rate />
|
||||||
<Affiliates_Regnow_Order_Page />
|
<Affiliates_Regnow_Order_Page />
|
||||||
<Affiliates_Regnow_Vendor_ID />
|
<Affiliates_Regnow_Vendor_ID />
|
||||||
<Affiliates_Regnow_Product_ID />
|
<Affiliates_Regnow_Product_ID />
|
||||||
<Affiliates_Regnow_Maximum_Commission_Rate />
|
<Affiliates_Regnow_Maximum_Commission_Rate />
|
||||||
<Affiliates_Regsoft_Order_Page />
|
<Affiliates_Regsoft_Order_Page />
|
||||||
<Affiliates_Regsoft_Vendor_ID />
|
<Affiliates_Regsoft_Vendor_ID />
|
||||||
<Affiliates_Regsoft_Product_ID />
|
<Affiliates_Regsoft_Product_ID />
|
||||||
<Affiliates_Regsoft_Maximum_Commission_Rate />
|
<Affiliates_Regsoft_Maximum_Commission_Rate />
|
||||||
<Affiliates_ShareIt_Order_Page />
|
<Affiliates_ShareIt_Order_Page />
|
||||||
<Affiliates_ShareIt_Vendor_ID />
|
<Affiliates_ShareIt_Vendor_ID />
|
||||||
<Affiliates_ShareIt_Product_ID />
|
<Affiliates_ShareIt_Product_ID />
|
||||||
<Affiliates_ShareIt_Maximum_Commission_Rate />
|
<Affiliates_ShareIt_Maximum_Commission_Rate />
|
||||||
<Affiliates_Shareasale_Order_Page />
|
<Affiliates_Shareasale_Order_Page />
|
||||||
<Affiliates_Shareasale_Vendor_ID />
|
<Affiliates_Shareasale_Vendor_ID />
|
||||||
<Affiliates_Shareasale_Product_ID />
|
<Affiliates_Shareasale_Product_ID />
|
||||||
<Affiliates_Shareasale_Maximum_Commission_Rate />
|
<Affiliates_Shareasale_Maximum_Commission_Rate />
|
||||||
<Affiliates_SWReg_Order_Page />
|
<Affiliates_SWReg_Order_Page />
|
||||||
<Affiliates_SWReg_Vendor_ID />
|
<Affiliates_SWReg_Vendor_ID />
|
||||||
<Affiliates_SWReg_Product_ID />
|
<Affiliates_SWReg_Product_ID />
|
||||||
<Affiliates_SWReg_Maximum_Commission_Rate />
|
<Affiliates_SWReg_Maximum_Commission_Rate />
|
||||||
<Affiliates_V-Share_Order_Page />
|
<Affiliates_V-Share_Order_Page />
|
||||||
<Affiliates_V-Share_Vendor_ID />
|
<Affiliates_V-Share_Vendor_ID />
|
||||||
<Affiliates_V-Share_Product_ID />
|
<Affiliates_V-Share_Product_ID />
|
||||||
<Affiliates_V-Share_Maximum_Commission_Rate />
|
<Affiliates_V-Share_Maximum_Commission_Rate />
|
||||||
<Affiliates_VFree_Order_Page />
|
<Affiliates_VFree_Order_Page />
|
||||||
<Affiliates_VFree_Vendor_ID />
|
<Affiliates_VFree_Vendor_ID />
|
||||||
<Affiliates_VFree_Product_ID />
|
<Affiliates_VFree_Product_ID />
|
||||||
<Affiliates_VFree_Maximum_Commission_Rate />
|
<Affiliates_VFree_Maximum_Commission_Rate />
|
||||||
<Affiliates_Yaskifo_Order_Page />
|
<Affiliates_Yaskifo_Order_Page />
|
||||||
<Affiliates_Yaskifo_Vendor_ID />
|
<Affiliates_Yaskifo_Vendor_ID />
|
||||||
<Affiliates_Yaskifo_Product_ID />
|
<Affiliates_Yaskifo_Product_ID />
|
||||||
<Affiliates_Yaskifo_Maximum_Commission_Rate />
|
<Affiliates_Yaskifo_Maximum_Commission_Rate />
|
||||||
</Affiliates>
|
</Affiliates>
|
||||||
<ASP>
|
<ASP>
|
||||||
<ASP_FORM>Y</ASP_FORM>
|
<ASP_FORM>Y</ASP_FORM>
|
||||||
<ASP_Member>N</ASP_Member>
|
<ASP_Member>N</ASP_Member>
|
||||||
<ASP_Member_Number />
|
<ASP_Member_Number />
|
||||||
</ASP>
|
</ASP>
|
||||||
</XML_DIZ_INFO>
|
</XML_DIZ_INFO>
|
||||||
|
|||||||
@ -1,225 +1,225 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<XML_DIZ_INFO>
|
<XML_DIZ_INFO>
|
||||||
<MASTER_PAD_VERSION_INFO>
|
<MASTER_PAD_VERSION_INFO>
|
||||||
<MASTER_PAD_VERSION>3.11</MASTER_PAD_VERSION>
|
<MASTER_PAD_VERSION>3.11</MASTER_PAD_VERSION>
|
||||||
<MASTER_PAD_EDITOR>PADGen 3.1.1.47 http://www.padgen.org</MASTER_PAD_EDITOR>
|
<MASTER_PAD_EDITOR>PADGen 3.1.1.47 http://www.padgen.org</MASTER_PAD_EDITOR>
|
||||||
<MASTER_PAD_INFO>Portable Application Description, or PAD for short, is a data set that is used by shareware authors to disseminate information to anyone interested in their software products. To find out more go to http://pad.asp-software.org</MASTER_PAD_INFO>
|
<MASTER_PAD_INFO>Portable Application Description, or PAD for short, is a data set that is used by shareware authors to disseminate information to anyone interested in their software products. To find out more go to http://pad.asp-software.org</MASTER_PAD_INFO>
|
||||||
</MASTER_PAD_VERSION_INFO>
|
</MASTER_PAD_VERSION_INFO>
|
||||||
<Company_Info>
|
<Company_Info>
|
||||||
<Company_Name>NLTechno</Company_Name>
|
<Company_Name>NLTechno</Company_Name>
|
||||||
<Address_1>11 Rue raymond Queneau</Address_1>
|
<Address_1>11 Rue raymond Queneau</Address_1>
|
||||||
<Address_2 />
|
<Address_2 />
|
||||||
<City_Town>Rueil Malmaison</City_Town>
|
<City_Town>Rueil Malmaison</City_Town>
|
||||||
<State_Province />
|
<State_Province />
|
||||||
<Zip_Postal_Code>92500</Zip_Postal_Code>
|
<Zip_Postal_Code>92500</Zip_Postal_Code>
|
||||||
<Country>FRANCE</Country>
|
<Country>FRANCE</Country>
|
||||||
<Company_WebSite_URL>http://www.nltechno.com</Company_WebSite_URL>
|
<Company_WebSite_URL>http://www.nltechno.com</Company_WebSite_URL>
|
||||||
<Contact_Info>
|
<Contact_Info>
|
||||||
<Author_First_Name>NLTechno</Author_First_Name>
|
<Author_First_Name>NLTechno</Author_First_Name>
|
||||||
<Author_Last_Name>NLTechno</Author_Last_Name>
|
<Author_Last_Name>NLTechno</Author_Last_Name>
|
||||||
<Author_Email>contact@nltechno.com</Author_Email>
|
<Author_Email>contact@nltechno.com</Author_Email>
|
||||||
<Contact_First_Name>NLTechno</Contact_First_Name>
|
<Contact_First_Name>NLTechno</Contact_First_Name>
|
||||||
<Contact_Last_Name>NLTechno</Contact_Last_Name>
|
<Contact_Last_Name>NLTechno</Contact_Last_Name>
|
||||||
<Contact_Email>contact@nltechno.com</Contact_Email>
|
<Contact_Email>contact@nltechno.com</Contact_Email>
|
||||||
</Contact_Info>
|
</Contact_Info>
|
||||||
<Support_Info>
|
<Support_Info>
|
||||||
<Sales_Email>support@nltechno.com</Sales_Email>
|
<Sales_Email>support@nltechno.com</Sales_Email>
|
||||||
<Support_Email>support@nltechno.com</Support_Email>
|
<Support_Email>support@nltechno.com</Support_Email>
|
||||||
<General_Email>support@nltechno.com</General_Email>
|
<General_Email>support@nltechno.com</General_Email>
|
||||||
<Sales_Phone />
|
<Sales_Phone />
|
||||||
<Support_Phone />
|
<Support_Phone />
|
||||||
<General_Phone />
|
<General_Phone />
|
||||||
<Fax_Phone />
|
<Fax_Phone />
|
||||||
</Support_Info>
|
</Support_Info>
|
||||||
</Company_Info>
|
</Company_Info>
|
||||||
<Program_Info>
|
<Program_Info>
|
||||||
<Program_Name>DoliWamp</Program_Name>
|
<Program_Name>DoliWamp</Program_Name>
|
||||||
<Program_Version>3.5</Program_Version>
|
<Program_Version>3.5</Program_Version>
|
||||||
<Program_Release_Month>01</Program_Release_Month>
|
<Program_Release_Month>01</Program_Release_Month>
|
||||||
<Program_Release_Day>01</Program_Release_Day>
|
<Program_Release_Day>01</Program_Release_Day>
|
||||||
<Program_Release_Year>2014</Program_Release_Year>
|
<Program_Release_Year>2014</Program_Release_Year>
|
||||||
<Program_Cost_Dollars />
|
<Program_Cost_Dollars />
|
||||||
<Program_Cost_Other_Code />
|
<Program_Cost_Other_Code />
|
||||||
<Program_Cost_Other />
|
<Program_Cost_Other />
|
||||||
<Program_Type>Freeware</Program_Type>
|
<Program_Type>Freeware</Program_Type>
|
||||||
<Program_Release_Status>Major Update</Program_Release_Status>
|
<Program_Release_Status>Major Update</Program_Release_Status>
|
||||||
<Program_Install_Support>Install and Uninstall</Program_Install_Support>
|
<Program_Install_Support>Install and Uninstall</Program_Install_Support>
|
||||||
<Program_OS_Support>Win2000,Win7 x32,Win7 x64,Win98,WinOther,WinServer,WinVista,WinVista x64,WinXP,Other</Program_OS_Support>
|
<Program_OS_Support>Win2000,Win7 x32,Win7 x64,Win98,WinOther,WinServer,WinVista,WinVista x64,WinXP,Other</Program_OS_Support>
|
||||||
<Program_Language>English,Arabic,Catalan,Chinese,Dutch,Finnish,French,German,Icelandic,Italian,Norwegian,Polish,Portuguese,Romanian,Russian,Slovenian,Spanish,Swedish,Turkish</Program_Language>
|
<Program_Language>English,Arabic,Catalan,Chinese,Dutch,Finnish,French,German,Icelandic,Italian,Norwegian,Polish,Portuguese,Romanian,Russian,Slovenian,Spanish,Swedish,Turkish</Program_Language>
|
||||||
<Program_Change_Info>Increase performances, Setup process is easier, Reduce number of clicks required to use software</Program_Change_Info>
|
<Program_Change_Info>Increase performances, Setup process is easier, Reduce number of clicks required to use software</Program_Change_Info>
|
||||||
<Program_Specific_Category>Business</Program_Specific_Category>
|
<Program_Specific_Category>Business</Program_Specific_Category>
|
||||||
<Program_Category_Class>Business::Accounting & Finance</Program_Category_Class>
|
<Program_Category_Class>Business::Accounting & Finance</Program_Category_Class>
|
||||||
<Program_System_Requirements>None</Program_System_Requirements>
|
<Program_System_Requirements>None</Program_System_Requirements>
|
||||||
<File_Info>
|
<File_Info>
|
||||||
<File_Size_Bytes>26048004</File_Size_Bytes>
|
<File_Size_Bytes>26048004</File_Size_Bytes>
|
||||||
<File_Size_K>25437</File_Size_K>
|
<File_Size_K>25437</File_Size_K>
|
||||||
<File_Size_MB>24.84</File_Size_MB>
|
<File_Size_MB>24.84</File_Size_MB>
|
||||||
</File_Info>
|
</File_Info>
|
||||||
<Expire_Info>
|
<Expire_Info>
|
||||||
<Has_Expire_Info>N</Has_Expire_Info>
|
<Has_Expire_Info>N</Has_Expire_Info>
|
||||||
<Expire_Count />
|
<Expire_Count />
|
||||||
<Expire_Based_On>Days</Expire_Based_On>
|
<Expire_Based_On>Days</Expire_Based_On>
|
||||||
<Expire_Other_Info />
|
<Expire_Other_Info />
|
||||||
<Expire_Month />
|
<Expire_Month />
|
||||||
<Expire_Day />
|
<Expire_Day />
|
||||||
<Expire_Year />
|
<Expire_Year />
|
||||||
</Expire_Info>
|
</Expire_Info>
|
||||||
</Program_Info>
|
</Program_Info>
|
||||||
<Program_Descriptions>
|
<Program_Descriptions>
|
||||||
<English>
|
<English>
|
||||||
<Keywords>doliwamp, dolibarr, erp, crm, invoices, commercial proposals, orders, accounting, stock, products, agenda, bank, business, company, foundation, management</Keywords>
|
<Keywords>doliwamp, dolibarr, erp, crm, invoices, commercial proposals, orders, accounting, stock, products, agenda, bank, business, company, foundation, management</Keywords>
|
||||||
<Char_Desc_45>DoliWamp, Dolibarr ERP/CRM for Windows</Char_Desc_45>
|
<Char_Desc_45>DoliWamp, Dolibarr ERP/CRM for Windows</Char_Desc_45>
|
||||||
<Char_Desc_80>DoliWamp, the easy to use Dolibarr for Windows to manage your company,foundation</Char_Desc_80>
|
<Char_Desc_80>DoliWamp, the easy to use Dolibarr for Windows to manage your company,foundation</Char_Desc_80>
|
||||||
<Char_Desc_250>DoliWamp is the Dolibarr ERP/CRM for Windows, the easy to use open source software to manage your activity (invoices, customers, suppliers, contracts, agenda, emailings...) and any other things a small or mid-sized business or a foundation needs.</Char_Desc_250>
|
<Char_Desc_250>DoliWamp is the Dolibarr ERP/CRM for Windows, the easy to use open source software to manage your activity (invoices, customers, suppliers, contracts, agenda, emailings...) and any other things a small or mid-sized business or a foundation needs.</Char_Desc_250>
|
||||||
<Char_Desc_450>DoliWamp is the Dolibarr ERP/CRM autoinstaller for Windows users with no technical knowledge to install Dolibarr and all its prerequisites (Apache, Mysql, PHP) with just one auto-exe file. Dolibarr ERP/CRM is a software package built by modules addition (you enable only features you need), to manage small or mid-sized businesses, freelancers or foundations.</Char_Desc_450>
|
<Char_Desc_450>DoliWamp is the Dolibarr ERP/CRM autoinstaller for Windows users with no technical knowledge to install Dolibarr and all its prerequisites (Apache, Mysql, PHP) with just one auto-exe file. Dolibarr ERP/CRM is a software package built by modules addition (you enable only features you need), to manage small or mid-sized businesses, freelancers or foundations.</Char_Desc_450>
|
||||||
<Char_Desc_2000>DoliWamp is the Dolibarr ERP/CRM for Windows. Dolibarr ERP & CRM is a software built by modules addition (you enable only features you need), to manage small or mid-sized businesses, freelancers or foundations (You can manage or follow contacts, invoices, orders, commercial proposals, products, stock management, agenda, mass emailings, members of a foundation, bank accounts...). Based on a WAMP, MAMP or LAMP server (Apache, Mysql, PHP for all Operating Systems), you can install it as a standalone program or use it from anywhere with any web browser. Dolibarr is an OpenSource project. It differs from other ERP or CRM softwares (like OpenAguila, OpenBravo, OpenERP, Neogia, Compiere, etc) because everything was made to be more simple: Simple to install, Simple to use, Simple to develop.
|
<Char_Desc_2000>DoliWamp is the Dolibarr ERP/CRM for Windows. Dolibarr ERP & CRM is a software built by modules addition (you enable only features you need), to manage small or mid-sized businesses, freelancers or foundations (You can manage or follow contacts, invoices, orders, commercial proposals, products, stock management, agenda, mass emailings, members of a foundation, bank accounts...). Based on a WAMP, MAMP or LAMP server (Apache, Mysql, PHP for all Operating Systems), you can install it as a standalone program or use it from anywhere with any web browser. Dolibarr is an OpenSource project. It differs from other ERP or CRM softwares (like OpenAguila, OpenBravo, OpenERP, Neogia, Compiere, etc) because everything was made to be more simple: Simple to install, Simple to use, Simple to develop.
|
||||||
DoliWamp is the auto-installer for Windows users with no technical knowledge to install Dolibarr ERP/CRM and all its prerequisites (Apache, Mysql, PHP) with just one auto-exe file.</Char_Desc_2000>
|
DoliWamp is the auto-installer for Windows users with no technical knowledge to install Dolibarr ERP/CRM and all its prerequisites (Apache, Mysql, PHP) with just one auto-exe file.</Char_Desc_2000>
|
||||||
</English>
|
</English>
|
||||||
<French>
|
<French>
|
||||||
<Keywords>doliwamp, dolibarr, erp, crm, factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations, entreprises, PME, TPE</Keywords>
|
<Keywords>doliwamp, dolibarr, erp, crm, factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations, entreprises, PME, TPE</Keywords>
|
||||||
<Char_Desc_45>DoliWamp, Dolibarr ERP/CRM pour Windows</Char_Desc_45>
|
<Char_Desc_45>DoliWamp, Dolibarr ERP/CRM pour Windows</Char_Desc_45>
|
||||||
<Char_Desc_80>DoliWamp, la distribution de Dolibarr pour gérer votre entreprise ou association</Char_Desc_80>
|
<Char_Desc_80>DoliWamp, la distribution de Dolibarr pour gérer votre entreprise ou association</Char_Desc_80>
|
||||||
<Char_Desc_250>DoliWamp est la version spécialisée pour Windows de Dolibarr ERP-CRM, le logiciel simple et OpenSource pour gérer votre activité (factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations)</Char_Desc_250>
|
<Char_Desc_250>DoliWamp est la version spécialisée pour Windows de Dolibarr ERP-CRM, le logiciel simple et OpenSource pour gérer votre activité (factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations)</Char_Desc_250>
|
||||||
<Char_Desc_450>DoliWamp est la version spécialisée pour Windows de Dolibarr ERP-CRM, le logiciel simple et OpenSource pour gérer votre activité (factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations)</Char_Desc_450>
|
<Char_Desc_450>DoliWamp est la version spécialisée pour Windows de Dolibarr ERP-CRM, le logiciel simple et OpenSource pour gérer votre activité (factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations)</Char_Desc_450>
|
||||||
<Char_Desc_2000>DoliWamp est la version spécialisée pour Windows de Dolibarr ERP-CRM, le logiciel simple et OpenSource pour gérer votre activité (factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations)</Char_Desc_2000>
|
<Char_Desc_2000>DoliWamp est la version spécialisée pour Windows de Dolibarr ERP-CRM, le logiciel simple et OpenSource pour gérer votre activité (factures, devis, facturation, commandes, compta, trésorerie, stocks, produits, agenda, comptes bancaires, associations)</Char_Desc_2000>
|
||||||
</French>
|
</French>
|
||||||
<Italian>
|
<Italian>
|
||||||
<Keywords>doliwamp, dolibarr, erp, crm, gestionale, medie imprese, fondazioni</Keywords>
|
<Keywords>doliwamp, dolibarr, erp, crm, gestionale, medie imprese, fondazioni</Keywords>
|
||||||
<Char_Desc_45>DoliWamp, Dolibarr ERP/CRM per Windows</Char_Desc_45>
|
<Char_Desc_45>DoliWamp, Dolibarr ERP/CRM per Windows</Char_Desc_45>
|
||||||
<Char_Desc_80>Gestionale open source e gratuito per piccole e medie imprese, fondazioni</Char_Desc_80>
|
<Char_Desc_80>Gestionale open source e gratuito per piccole e medie imprese, fondazioni</Char_Desc_80>
|
||||||
<Char_Desc_250>Dolibarr è un a gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività.</Char_Desc_250>
|
<Char_Desc_250>Dolibarr è un a gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività.</Char_Desc_250>
|
||||||
<Char_Desc_450>Dolibarr è un programma gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività. Dolibar è progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare.</Char_Desc_450>
|
<Char_Desc_450>Dolibarr è un programma gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività. Dolibar è progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare.</Char_Desc_450>
|
||||||
<Char_Desc_2000>Dolibarr è un programma gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività. Dolibar è progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare. Dolibar è completamente web-based, progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare.</Char_Desc_2000>
|
<Char_Desc_2000>Dolibarr è un programma gestionale open source e gratuito per piccole e medie imprese, fondazioni e liberi professionisti. Include varie funzionalità per Enterprise Resource Planning e gestione dei clienti (CRM), ma anche ulteriori attività. Dolibar è progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare. Dolibar è completamente web-based, progettato per poter fornire solo ciò di cui hai bisogno ed essere facile da usare.</Char_Desc_2000>
|
||||||
</Italian>
|
</Italian>
|
||||||
</Program_Descriptions>
|
</Program_Descriptions>
|
||||||
<Web_Info>
|
<Web_Info>
|
||||||
<Application_URLs>
|
<Application_URLs>
|
||||||
<Application_Info_URL>http://www.nltechno.com/doliwamp/</Application_Info_URL>
|
<Application_Info_URL>http://www.nltechno.com/doliwamp/</Application_Info_URL>
|
||||||
<Application_Order_URL>http://www.nltechno.com/doliwamp/</Application_Order_URL>
|
<Application_Order_URL>http://www.nltechno.com/doliwamp/</Application_Order_URL>
|
||||||
<Application_Screenshot_URL>http://www.dolibarr.org/images/dolibarr_screenshot1.png</Application_Screenshot_URL>
|
<Application_Screenshot_URL>http://www.dolibarr.org/images/dolibarr_screenshot1.png</Application_Screenshot_URL>
|
||||||
<Application_Icon_URL>http://www.dolibarr.org/images/dolibarr.gif</Application_Icon_URL>
|
<Application_Icon_URL>http://www.dolibarr.org/images/dolibarr.gif</Application_Icon_URL>
|
||||||
<Application_XML_File_URL>http://www.dolibarr.org/files/pad_doliwamp.xml</Application_XML_File_URL>
|
<Application_XML_File_URL>http://www.dolibarr.org/files/pad_doliwamp.xml</Application_XML_File_URL>
|
||||||
</Application_URLs>
|
</Application_URLs>
|
||||||
<Download_URLs>
|
<Download_URLs>
|
||||||
<Primary_Download_URL>http://www.dolibarr.org/files/doliwamp.exe</Primary_Download_URL>
|
<Primary_Download_URL>http://www.dolibarr.org/files/doliwamp.exe</Primary_Download_URL>
|
||||||
<Secondary_Download_URL>http://www.dolibarr.org/files/doliwamp.exe</Secondary_Download_URL>
|
<Secondary_Download_URL>http://www.dolibarr.org/files/doliwamp.exe</Secondary_Download_URL>
|
||||||
<Additional_Download_URL_1 />
|
<Additional_Download_URL_1 />
|
||||||
<Additional_Download_URL_2 />
|
<Additional_Download_URL_2 />
|
||||||
</Download_URLs>
|
</Download_URLs>
|
||||||
</Web_Info>
|
</Web_Info>
|
||||||
<Permissions>
|
<Permissions>
|
||||||
<Distribution_Permissions>GNU GPL</Distribution_Permissions>
|
<Distribution_Permissions>GNU GPL</Distribution_Permissions>
|
||||||
<EULA>GNU GPL</EULA>
|
<EULA>GNU GPL</EULA>
|
||||||
</Permissions>
|
</Permissions>
|
||||||
<Affiliates>
|
<Affiliates>
|
||||||
<Affiliates_FORM>Y</Affiliates_FORM>
|
<Affiliates_FORM>Y</Affiliates_FORM>
|
||||||
<Affiliates_VERSION>1.4</Affiliates_VERSION>
|
<Affiliates_VERSION>1.4</Affiliates_VERSION>
|
||||||
<Affiliates_URL>http://pad.asp-software.org/extensions/Affiliates.htm</Affiliates_URL>
|
<Affiliates_URL>http://pad.asp-software.org/extensions/Affiliates.htm</Affiliates_URL>
|
||||||
<Affiliates_Information_Page />
|
<Affiliates_Information_Page />
|
||||||
<Affiliates_Avangate_Order_Page />
|
<Affiliates_Avangate_Order_Page />
|
||||||
<Affiliates_Avangate_Vendor_ID />
|
<Affiliates_Avangate_Vendor_ID />
|
||||||
<Affiliates_Avangate_Product_ID />
|
<Affiliates_Avangate_Product_ID />
|
||||||
<Affiliates_Avangate_Maximum_Commission_Rate />
|
<Affiliates_Avangate_Maximum_Commission_Rate />
|
||||||
<Affiliates_BMTMicro_Order_Page />
|
<Affiliates_BMTMicro_Order_Page />
|
||||||
<Affiliates_BMTMicro_Vendor_ID />
|
<Affiliates_BMTMicro_Vendor_ID />
|
||||||
<Affiliates_BMTMicro_Product_ID />
|
<Affiliates_BMTMicro_Product_ID />
|
||||||
<Affiliates_BMTMicro_Maximum_Commission_Rate />
|
<Affiliates_BMTMicro_Maximum_Commission_Rate />
|
||||||
<Affiliates_Cleverbridge_Order_Page />
|
<Affiliates_Cleverbridge_Order_Page />
|
||||||
<Affiliates_Cleverbridge_Vendor_ID />
|
<Affiliates_Cleverbridge_Vendor_ID />
|
||||||
<Affiliates_Cleverbridge_Product_ID />
|
<Affiliates_Cleverbridge_Product_ID />
|
||||||
<Affiliates_Cleverbridge_Maximum_Commission_Rate />
|
<Affiliates_Cleverbridge_Maximum_Commission_Rate />
|
||||||
<Affiliates_clixGalore_Order_Page />
|
<Affiliates_clixGalore_Order_Page />
|
||||||
<Affiliates_clixGalore_Vendor_ID />
|
<Affiliates_clixGalore_Vendor_ID />
|
||||||
<Affiliates_clixGalore_Product_ID />
|
<Affiliates_clixGalore_Product_ID />
|
||||||
<Affiliates_clixGalore_Maximum_Commission_Rate />
|
<Affiliates_clixGalore_Maximum_Commission_Rate />
|
||||||
<Affiliates_CommissionJunction_Order_Page />
|
<Affiliates_CommissionJunction_Order_Page />
|
||||||
<Affiliates_CommissionJunction_Vendor_ID />
|
<Affiliates_CommissionJunction_Vendor_ID />
|
||||||
<Affiliates_CommissionJunction_Product_ID />
|
<Affiliates_CommissionJunction_Product_ID />
|
||||||
<Affiliates_CommissionJunction_Maximum_Commission_Rate />
|
<Affiliates_CommissionJunction_Maximum_Commission_Rate />
|
||||||
<Affiliates_DigiBuy_Order_Page />
|
<Affiliates_DigiBuy_Order_Page />
|
||||||
<Affiliates_DigiBuy_Vendor_ID />
|
<Affiliates_DigiBuy_Vendor_ID />
|
||||||
<Affiliates_DigiBuy_Product_ID />
|
<Affiliates_DigiBuy_Product_ID />
|
||||||
<Affiliates_DigiBuy_Maximum_Commission_Rate />
|
<Affiliates_DigiBuy_Maximum_Commission_Rate />
|
||||||
<Affiliates_DigitalCandle_Order_Page />
|
<Affiliates_DigitalCandle_Order_Page />
|
||||||
<Affiliates_DigitalCandle_Vendor_ID />
|
<Affiliates_DigitalCandle_Vendor_ID />
|
||||||
<Affiliates_DigitalCandle_Product_ID />
|
<Affiliates_DigitalCandle_Product_ID />
|
||||||
<Affiliates_DigitalCandle_Maximum_Commission_Rate />
|
<Affiliates_DigitalCandle_Maximum_Commission_Rate />
|
||||||
<Affiliates_Emetrix_Order_Page />
|
<Affiliates_Emetrix_Order_Page />
|
||||||
<Affiliates_Emetrix_Vendor_ID />
|
<Affiliates_Emetrix_Vendor_ID />
|
||||||
<Affiliates_Emetrix_Product_ID />
|
<Affiliates_Emetrix_Product_ID />
|
||||||
<Affiliates_Emetrix_Maximum_Commission_Rate />
|
<Affiliates_Emetrix_Maximum_Commission_Rate />
|
||||||
<Affiliates_eSellerate_Order_Page />
|
<Affiliates_eSellerate_Order_Page />
|
||||||
<Affiliates_eSellerate_Vendor_ID />
|
<Affiliates_eSellerate_Vendor_ID />
|
||||||
<Affiliates_eSellerate_Product_ID />
|
<Affiliates_eSellerate_Product_ID />
|
||||||
<Affiliates_eSellerate_Maximum_Commission_Rate />
|
<Affiliates_eSellerate_Maximum_Commission_Rate />
|
||||||
<Affiliates_Kagi_Order_Page />
|
<Affiliates_Kagi_Order_Page />
|
||||||
<Affiliates_Kagi_Vendor_ID />
|
<Affiliates_Kagi_Vendor_ID />
|
||||||
<Affiliates_Kagi_Product_ID />
|
<Affiliates_Kagi_Product_ID />
|
||||||
<Affiliates_Kagi_Maximum_Commission_Rate />
|
<Affiliates_Kagi_Maximum_Commission_Rate />
|
||||||
<Affiliates_LinkShare_Order_Page />
|
<Affiliates_LinkShare_Order_Page />
|
||||||
<Affiliates_LinkShare_Vendor_ID />
|
<Affiliates_LinkShare_Vendor_ID />
|
||||||
<Affiliates_LinkShare_Product_ID />
|
<Affiliates_LinkShare_Product_ID />
|
||||||
<Affiliates_LinkShare_Maximum_Commission_Rate />
|
<Affiliates_LinkShare_Maximum_Commission_Rate />
|
||||||
<Affiliates_NorthStarSol_Order_Page />
|
<Affiliates_NorthStarSol_Order_Page />
|
||||||
<Affiliates_NorthStarSol_Vendor_ID />
|
<Affiliates_NorthStarSol_Vendor_ID />
|
||||||
<Affiliates_NorthStarSol_Product_ID />
|
<Affiliates_NorthStarSol_Product_ID />
|
||||||
<Affiliates_NorthStarSol_Maximum_Commission_Rate />
|
<Affiliates_NorthStarSol_Maximum_Commission_Rate />
|
||||||
<Affiliates_OneNetworkDirect_Order_Page />
|
<Affiliates_OneNetworkDirect_Order_Page />
|
||||||
<Affiliates_OneNetworkDirect_Vendor_ID />
|
<Affiliates_OneNetworkDirect_Vendor_ID />
|
||||||
<Affiliates_OneNetworkDirect_Product_ID />
|
<Affiliates_OneNetworkDirect_Product_ID />
|
||||||
<Affiliates_OneNetworkDirect_Maximum_Commission_Rate />
|
<Affiliates_OneNetworkDirect_Maximum_Commission_Rate />
|
||||||
<Affiliates_Order1_Order_Page />
|
<Affiliates_Order1_Order_Page />
|
||||||
<Affiliates_Order1_Vendor_ID />
|
<Affiliates_Order1_Vendor_ID />
|
||||||
<Affiliates_Order1_Product_ID />
|
<Affiliates_Order1_Product_ID />
|
||||||
<Affiliates_Order1_Maximum_Commission_Rate />
|
<Affiliates_Order1_Maximum_Commission_Rate />
|
||||||
<Affiliates_Osolis_Order_Page />
|
<Affiliates_Osolis_Order_Page />
|
||||||
<Affiliates_Osolis_Vendor_ID />
|
<Affiliates_Osolis_Vendor_ID />
|
||||||
<Affiliates_Osolis_Product_ID />
|
<Affiliates_Osolis_Product_ID />
|
||||||
<Affiliates_Osolis_Maximum_Commission_Rate />
|
<Affiliates_Osolis_Maximum_Commission_Rate />
|
||||||
<Affiliates_Plimus_Order_Page />
|
<Affiliates_Plimus_Order_Page />
|
||||||
<Affiliates_Plimus_Vendor_ID />
|
<Affiliates_Plimus_Vendor_ID />
|
||||||
<Affiliates_Plimus_Product_ID />
|
<Affiliates_Plimus_Product_ID />
|
||||||
<Affiliates_Plimus_Maximum_Commission_Rate />
|
<Affiliates_Plimus_Maximum_Commission_Rate />
|
||||||
<Affiliates_Regnet_Order_Page />
|
<Affiliates_Regnet_Order_Page />
|
||||||
<Affiliates_Regnet_Vendor_ID />
|
<Affiliates_Regnet_Vendor_ID />
|
||||||
<Affiliates_Regnet_Product_ID />
|
<Affiliates_Regnet_Product_ID />
|
||||||
<Affiliates_Regnet_Maximum_Commission_Rate />
|
<Affiliates_Regnet_Maximum_Commission_Rate />
|
||||||
<Affiliates_Regnow_Order_Page />
|
<Affiliates_Regnow_Order_Page />
|
||||||
<Affiliates_Regnow_Vendor_ID />
|
<Affiliates_Regnow_Vendor_ID />
|
||||||
<Affiliates_Regnow_Product_ID />
|
<Affiliates_Regnow_Product_ID />
|
||||||
<Affiliates_Regnow_Maximum_Commission_Rate />
|
<Affiliates_Regnow_Maximum_Commission_Rate />
|
||||||
<Affiliates_Regsoft_Order_Page />
|
<Affiliates_Regsoft_Order_Page />
|
||||||
<Affiliates_Regsoft_Vendor_ID />
|
<Affiliates_Regsoft_Vendor_ID />
|
||||||
<Affiliates_Regsoft_Product_ID />
|
<Affiliates_Regsoft_Product_ID />
|
||||||
<Affiliates_Regsoft_Maximum_Commission_Rate />
|
<Affiliates_Regsoft_Maximum_Commission_Rate />
|
||||||
<Affiliates_ShareIt_Order_Page />
|
<Affiliates_ShareIt_Order_Page />
|
||||||
<Affiliates_ShareIt_Vendor_ID />
|
<Affiliates_ShareIt_Vendor_ID />
|
||||||
<Affiliates_ShareIt_Product_ID />
|
<Affiliates_ShareIt_Product_ID />
|
||||||
<Affiliates_ShareIt_Maximum_Commission_Rate />
|
<Affiliates_ShareIt_Maximum_Commission_Rate />
|
||||||
<Affiliates_Shareasale_Order_Page />
|
<Affiliates_Shareasale_Order_Page />
|
||||||
<Affiliates_Shareasale_Vendor_ID />
|
<Affiliates_Shareasale_Vendor_ID />
|
||||||
<Affiliates_Shareasale_Product_ID />
|
<Affiliates_Shareasale_Product_ID />
|
||||||
<Affiliates_Shareasale_Maximum_Commission_Rate />
|
<Affiliates_Shareasale_Maximum_Commission_Rate />
|
||||||
<Affiliates_SWReg_Order_Page />
|
<Affiliates_SWReg_Order_Page />
|
||||||
<Affiliates_SWReg_Vendor_ID />
|
<Affiliates_SWReg_Vendor_ID />
|
||||||
<Affiliates_SWReg_Product_ID />
|
<Affiliates_SWReg_Product_ID />
|
||||||
<Affiliates_SWReg_Maximum_Commission_Rate />
|
<Affiliates_SWReg_Maximum_Commission_Rate />
|
||||||
<Affiliates_V-Share_Order_Page />
|
<Affiliates_V-Share_Order_Page />
|
||||||
<Affiliates_V-Share_Vendor_ID />
|
<Affiliates_V-Share_Vendor_ID />
|
||||||
<Affiliates_V-Share_Product_ID />
|
<Affiliates_V-Share_Product_ID />
|
||||||
<Affiliates_V-Share_Maximum_Commission_Rate />
|
<Affiliates_V-Share_Maximum_Commission_Rate />
|
||||||
<Affiliates_VFree_Order_Page />
|
<Affiliates_VFree_Order_Page />
|
||||||
<Affiliates_VFree_Vendor_ID />
|
<Affiliates_VFree_Vendor_ID />
|
||||||
<Affiliates_VFree_Product_ID />
|
<Affiliates_VFree_Product_ID />
|
||||||
<Affiliates_VFree_Maximum_Commission_Rate />
|
<Affiliates_VFree_Maximum_Commission_Rate />
|
||||||
<Affiliates_Yaskifo_Order_Page />
|
<Affiliates_Yaskifo_Order_Page />
|
||||||
<Affiliates_Yaskifo_Vendor_ID />
|
<Affiliates_Yaskifo_Vendor_ID />
|
||||||
<Affiliates_Yaskifo_Product_ID />
|
<Affiliates_Yaskifo_Product_ID />
|
||||||
<Affiliates_Yaskifo_Maximum_Commission_Rate />
|
<Affiliates_Yaskifo_Maximum_Commission_Rate />
|
||||||
</Affiliates>
|
</Affiliates>
|
||||||
<ASP>
|
<ASP>
|
||||||
<ASP_FORM>Y</ASP_FORM>
|
<ASP_FORM>Y</ASP_FORM>
|
||||||
<ASP_Member>N</ASP_Member>
|
<ASP_Member>N</ASP_Member>
|
||||||
<ASP_Member_Number />
|
<ASP_Member_Number />
|
||||||
</ASP>
|
</ASP>
|
||||||
</XML_DIZ_INFO>
|
</XML_DIZ_INFO>
|
||||||
|
|||||||
@ -1,2 +1 @@
|
|||||||
Order allow,deny
|
Require all granted
|
||||||
Deny from all
|
|
||||||
|
|||||||
@ -297,7 +297,7 @@ class AccountancyCategory
|
|||||||
* @param string $year Specific year
|
* @param string $year Specific year
|
||||||
* @param int $sens Sens of the account 0: credit - debit 1: debit - credit
|
* @param int $sens Sens of the account 0: credit - debit 1: debit - credit
|
||||||
*
|
*
|
||||||
* @return array Result in table
|
* @return integer Result in table
|
||||||
*/
|
*/
|
||||||
public function getResult($cpt, $month, $year, $sens) {
|
public function getResult($cpt, $month, $year, $sens) {
|
||||||
$sql = "SELECT SUM(t.debit) as debit, SUM(t.credit) as credit";
|
$sql = "SELECT SUM(t.debit) as debit, SUM(t.credit) as credit";
|
||||||
|
|||||||
@ -823,7 +823,8 @@ else
|
|||||||
if (! empty($conf->global->MAIN_INFO_SIREN))
|
if (! empty($conf->global->MAIN_INFO_SIREN))
|
||||||
{
|
{
|
||||||
print $conf->global->MAIN_INFO_SIREN;
|
print $conf->global->MAIN_INFO_SIREN;
|
||||||
if ($mysoc->country_code == 'FR') print ' <a href="http://avis-situation-sirene.insee.fr/avisitu/jsp/avis.jsp" target="_blank">'.$langs->trans("Check").'</a>';
|
$s = $mysoc->id_prof_url(1,$mysoc);
|
||||||
|
if ($s) print ' - '.$s;
|
||||||
} else {
|
} else {
|
||||||
print ' ';
|
print ' ';
|
||||||
}
|
}
|
||||||
@ -838,6 +839,8 @@ else
|
|||||||
if (! empty($conf->global->MAIN_INFO_SIRET))
|
if (! empty($conf->global->MAIN_INFO_SIRET))
|
||||||
{
|
{
|
||||||
print $conf->global->MAIN_INFO_SIRET;
|
print $conf->global->MAIN_INFO_SIRET;
|
||||||
|
$s = $mysoc->id_prof_url(2,$mysoc);
|
||||||
|
if ($s) print ' - '.$s;
|
||||||
} else {
|
} else {
|
||||||
print ' ';
|
print ' ';
|
||||||
}
|
}
|
||||||
@ -852,6 +855,8 @@ else
|
|||||||
if (! empty($conf->global->MAIN_INFO_APE))
|
if (! empty($conf->global->MAIN_INFO_APE))
|
||||||
{
|
{
|
||||||
print $conf->global->MAIN_INFO_APE;
|
print $conf->global->MAIN_INFO_APE;
|
||||||
|
$s = $mysoc->id_prof_url(3,$mysoc);
|
||||||
|
if ($s) print ' - '.$s;
|
||||||
} else {
|
} else {
|
||||||
print ' ';
|
print ' ';
|
||||||
}
|
}
|
||||||
@ -866,6 +871,8 @@ else
|
|||||||
if (! empty($conf->global->MAIN_INFO_RCS))
|
if (! empty($conf->global->MAIN_INFO_RCS))
|
||||||
{
|
{
|
||||||
print $conf->global->MAIN_INFO_RCS;
|
print $conf->global->MAIN_INFO_RCS;
|
||||||
|
$s = $mysoc->id_prof_url(4,$mysoc);
|
||||||
|
if ($s) print ' - '.$s;
|
||||||
} else {
|
} else {
|
||||||
print ' ';
|
print ' ';
|
||||||
}
|
}
|
||||||
@ -880,6 +887,8 @@ else
|
|||||||
if (! empty($conf->global->MAIN_INFO_PROFID5))
|
if (! empty($conf->global->MAIN_INFO_PROFID5))
|
||||||
{
|
{
|
||||||
print $conf->global->MAIN_INFO_PROFID5;
|
print $conf->global->MAIN_INFO_PROFID5;
|
||||||
|
$s = $mysoc->id_prof_url(5,$mysoc);
|
||||||
|
if ($s) print ' - '.$s;
|
||||||
} else {
|
} else {
|
||||||
print ' ';
|
print ' ';
|
||||||
}
|
}
|
||||||
@ -894,6 +903,8 @@ else
|
|||||||
if (! empty($conf->global->MAIN_INFO_PROFID6))
|
if (! empty($conf->global->MAIN_INFO_PROFID6))
|
||||||
{
|
{
|
||||||
print $conf->global->MAIN_INFO_PROFID6;
|
print $conf->global->MAIN_INFO_PROFID6;
|
||||||
|
$s = $mysoc->id_prof_url(6,$mysoc);
|
||||||
|
if ($s) print ' - '.$s;
|
||||||
} else {
|
} else {
|
||||||
print ' ';
|
print ' ';
|
||||||
}
|
}
|
||||||
@ -909,9 +920,9 @@ else
|
|||||||
$s='';
|
$s='';
|
||||||
$s.=$conf->global->MAIN_INFO_TVAINTRA;
|
$s.=$conf->global->MAIN_INFO_TVAINTRA;
|
||||||
$s.='<input type="hidden" name="tva_intra" size="12" maxlength="20" value="'.$conf->global->MAIN_INFO_TVAINTRA.'">';
|
$s.='<input type="hidden" name="tva_intra" size="12" maxlength="20" value="'.$conf->global->MAIN_INFO_TVAINTRA.'">';
|
||||||
if (empty($conf->global->MAIN_DISABLEVATCHECK))
|
if (empty($conf->global->MAIN_DISABLEVATCHECK) && $mysoc->isInEEC())
|
||||||
{
|
{
|
||||||
$s.=' ';
|
$s.=' - ';
|
||||||
if (! empty($conf->use_javascript_ajax))
|
if (! empty($conf->use_javascript_ajax))
|
||||||
{
|
{
|
||||||
print "\n";
|
print "\n";
|
||||||
|
|||||||
@ -45,14 +45,6 @@ $action = GETPOST('action','alpha');
|
|||||||
if ($action == "set")
|
if ($action == "set")
|
||||||
{
|
{
|
||||||
$db->begin();
|
$db->begin();
|
||||||
for ($i = 0 ; $i < 2 ; $i++)
|
|
||||||
{
|
|
||||||
$res = dolibarr_set_const($db, GETPOST("nom$i",'alpha'), GETPOST("value$i",'alpha'),'chaine',0,'',$conf->entity);
|
|
||||||
if (! $res > 0) $error++;
|
|
||||||
}
|
|
||||||
|
|
||||||
$res = dolibarr_set_const($db, "PRELEVEMENT_ICS", GETPOST("PRELEVEMENT_ICS"),'chaine',0,'',$conf->entity);
|
|
||||||
if (! $res > 0) $error++;
|
|
||||||
|
|
||||||
$id=GETPOST('PRELEVEMENT_ID_BANKACCOUNT','int');
|
$id=GETPOST('PRELEVEMENT_ID_BANKACCOUNT','int');
|
||||||
$account = new Account($db);
|
$account = new Account($db);
|
||||||
@ -78,6 +70,15 @@ if ($action == "set")
|
|||||||
}
|
}
|
||||||
else $error++;
|
else $error++;
|
||||||
|
|
||||||
|
$res = dolibarr_set_const($db, "PRELEVEMENT_ICS", GETPOST("PRELEVEMENT_ICS"),'chaine',0,'',$conf->entity);
|
||||||
|
if (! $res > 0) $error++;
|
||||||
|
|
||||||
|
if (GETPOST("PRELEVEMENT_USER") > 0)
|
||||||
|
{
|
||||||
|
$res = dolibarr_set_const($db, "PRELEVEMENT_USER", GETPOST("PRELEVEMENT_USER"),'chaine',0,'',$conf->entity);
|
||||||
|
if (! $res > 0) $error++;
|
||||||
|
}
|
||||||
|
|
||||||
if (! $error)
|
if (! $error)
|
||||||
{
|
{
|
||||||
$db->commit();
|
$db->commit();
|
||||||
@ -131,33 +132,25 @@ print '<td width="30%">'.$langs->trans("Parameter").'</td>';
|
|||||||
print '<td width="40%">'.$langs->trans("Value").'</td>';
|
print '<td width="40%">'.$langs->trans("Value").'</td>';
|
||||||
print "</tr>";
|
print "</tr>";
|
||||||
|
|
||||||
//User
|
|
||||||
print '<tr class="impair"><td>'.$langs->trans("ResponsibleUser").'</td>';
|
|
||||||
print '<td align="left">';
|
|
||||||
print '<input type="hidden" name="nom0" value="PRELEVEMENT_USER">';
|
|
||||||
print $form->select_dolusers($conf->global->PRELEVEMENT_USER, 'value0', 1, '', 0, '', '', 0, 0, 0, '', 0, '', 'maxwidth300');
|
|
||||||
print '</td>';
|
|
||||||
print '</tr>';
|
|
||||||
|
|
||||||
//Profid1 of Transmitter
|
|
||||||
print '<tr class="pair"><td>'.$langs->trans("NumeroNationalEmetter").' - '.$langs->transcountry('ProfId1',$mysoc->country_code).'</td>';
|
|
||||||
print '<td align="left">';
|
|
||||||
print '<input type="hidden" name="nom1" value="PRELEVEMENT_NUMERO_NATIONAL_EMETTEUR">';
|
|
||||||
print '<input type="text" name="value1" value="'.$conf->global->PRELEVEMENT_NUMERO_NATIONAL_EMETTEUR.'" size="9" ></td>';
|
|
||||||
print '</tr>';
|
|
||||||
|
|
||||||
// Bank account (from Banks module)
|
// Bank account (from Banks module)
|
||||||
print '<tr class="impair"><td>'.$langs->trans("BankToReceiveWithdraw").'</td>';
|
print '<tr class="impair"><td class="fieldrequired">'.$langs->trans("BankToReceiveWithdraw").'</td>';
|
||||||
print '<td align="left">';
|
print '<td align="left">';
|
||||||
$form->select_comptes($conf->global->PRELEVEMENT_ID_BANKACCOUNT,'PRELEVEMENT_ID_BANKACCOUNT',0,"courant=1",1);
|
$form->select_comptes($conf->global->PRELEVEMENT_ID_BANKACCOUNT,'PRELEVEMENT_ID_BANKACCOUNT',0,"courant=1",1);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// ICS
|
// ICS
|
||||||
print '<tr class="pair"><td>'.$langs->trans("ICS").'</td>';
|
print '<tr class="pair"><td class="fieldrequired">'.$langs->trans("ICS").'</td>';
|
||||||
print '<td align="left">';
|
print '<td align="left">';
|
||||||
print '<input type="text" name="PRELEVEMENT_ICS" value="'.$conf->global->PRELEVEMENT_ICS.'" size="9" ></td>';
|
print '<input type="text" name="PRELEVEMENT_ICS" value="'.$conf->global->PRELEVEMENT_ICS.'" size="9" ></td>';
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
|
//User
|
||||||
|
print '<tr class="impair"><td class="fieldrequired">'.$langs->trans("ResponsibleUser").'</td>';
|
||||||
|
print '<td align="left">';
|
||||||
|
print $form->select_dolusers($conf->global->PRELEVEMENT_USER, 'PRELEVEMENT_USER', 1, '', 0, '', '', 0, 0, 0, '', 0, '', 'maxwidth300');
|
||||||
|
print '</td>';
|
||||||
|
print '</tr>';
|
||||||
|
|
||||||
print '</table>';
|
print '</table>';
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
|
|||||||
@ -1195,9 +1195,9 @@ if (empty($reshook))
|
|||||||
$file = $upload_dir . '/' . GETPOST('file');
|
$file = $upload_dir . '/' . GETPOST('file');
|
||||||
$ret = dol_delete_file($file, 0, 0, 0, $object);
|
$ret = dol_delete_file($file, 0, 0, 0, $object);
|
||||||
if ($ret)
|
if ($ret)
|
||||||
setEventMessages($langs->trans("FileWasRemoved", GETPOST('urlfile')), null, 'mesgs');
|
setEventMessages($langs->trans("FileWasRemoved", GETPOST('file')), null, 'mesgs');
|
||||||
else
|
else
|
||||||
setEventMessages($langs->trans("ErrorFailToDeleteFile", GETPOST('urlfile')), null, 'errors');
|
setEventMessages($langs->trans("ErrorFailToDeleteFile", GETPOST('file')), null, 'errors');
|
||||||
$action = '';
|
$action = '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -87,8 +87,6 @@ class BonPrelevement extends CommonObject
|
|||||||
|
|
||||||
$this->factures = array();
|
$this->factures = array();
|
||||||
|
|
||||||
$this->numero_national_emetteur = "";
|
|
||||||
|
|
||||||
$this->methodes_trans = array();
|
$this->methodes_trans = array();
|
||||||
|
|
||||||
$this->methodes_trans[0] = "Internet";
|
$this->methodes_trans[0] = "Internet";
|
||||||
@ -1017,7 +1015,6 @@ class BonPrelevement extends CommonObject
|
|||||||
$this->date_echeance = $datetimeprev;
|
$this->date_echeance = $datetimeprev;
|
||||||
$this->reference_remise = $ref;
|
$this->reference_remise = $ref;
|
||||||
|
|
||||||
$this->numero_national_emetteur = $conf->global->PRELEVEMENT_NUMERO_NATIONAL_EMETTEUR;
|
|
||||||
$this->raison_sociale = $conf->global->PRELEVEMENT_RAISON_SOCIALE;
|
$this->raison_sociale = $conf->global->PRELEVEMENT_RAISON_SOCIALE;
|
||||||
|
|
||||||
$this->emetteur_code_banque = $conf->global->PRELEVEMENT_CODE_BANQUE;
|
$this->emetteur_code_banque = $conf->global->PRELEVEMENT_CODE_BANQUE;
|
||||||
@ -1026,7 +1023,7 @@ class BonPrelevement extends CommonObject
|
|||||||
$this->emetteur_number_key = $conf->global->PRELEVEMENT_NUMBER_KEY;
|
$this->emetteur_number_key = $conf->global->PRELEVEMENT_NUMBER_KEY;
|
||||||
$this->emetteur_iban = $conf->global->PRELEVEMENT_IBAN;
|
$this->emetteur_iban = $conf->global->PRELEVEMENT_IBAN;
|
||||||
$this->emetteur_bic = $conf->global->PRELEVEMENT_BIC;
|
$this->emetteur_bic = $conf->global->PRELEVEMENT_BIC;
|
||||||
$this->emetteur_ics = $conf->global->PRELEVEMENT_ICS; // TODO Add this into setup of admin/prelevement.php. Ex: PRELEVEMENT_ICS = "FR78ZZZ123456";
|
$this->emetteur_ics = $conf->global->PRELEVEMENT_ICS; // Ex: PRELEVEMENT_ICS = "FR78ZZZ123456";
|
||||||
|
|
||||||
$this->factures = $factures_prev_id;
|
$this->factures = $factures_prev_id;
|
||||||
|
|
||||||
@ -1461,7 +1458,7 @@ class BonPrelevement extends CommonObject
|
|||||||
|
|
||||||
fputs($this->file, " "); // Zone Reservee B2
|
fputs($this->file, " "); // Zone Reservee B2
|
||||||
|
|
||||||
fputs($this->file, $this->numero_national_emetteur); // Numero National d'emmetteur B3
|
fputs($this->file, $this->emetteur_ics); // ICS
|
||||||
|
|
||||||
// Date d'echeance C1
|
// Date d'echeance C1
|
||||||
|
|
||||||
@ -1610,7 +1607,7 @@ class BonPrelevement extends CommonObject
|
|||||||
|
|
||||||
fputs($this->file, " "); // Zone Reservee B2
|
fputs($this->file, " "); // Zone Reservee B2
|
||||||
|
|
||||||
fputs($this->file, $this->numero_national_emetteur); // Numero National d'emmetteur B3
|
fputs($this->file, $this->emetteur_ics); // ICS
|
||||||
|
|
||||||
// Date d'echeance C1
|
// Date d'echeance C1
|
||||||
|
|
||||||
@ -1777,7 +1774,7 @@ class BonPrelevement extends CommonObject
|
|||||||
|
|
||||||
fputs($this->file, " "); // Zone Reservee B2
|
fputs($this->file, " "); // Zone Reservee B2
|
||||||
|
|
||||||
fputs($this->file, $this->numero_national_emetteur); // Numero National d'emmetteur B3
|
fputs($this->file, $this->emetteur_ics); // ICS
|
||||||
|
|
||||||
// Reserve C1
|
// Reserve C1
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2015 Laurent Destailleur <eldy@users.sourceforge.net>
|
/* Copyright (C) 2015-2016 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -62,13 +62,17 @@ if (! empty($conf->projet->enabled) && empty($conf->global->MAIN_SEARCHFORM_PROJ
|
|||||||
{
|
{
|
||||||
$arrayresult['searchintoprojects']=array('text'=>img_picto('','object_projectpub').' '.$langs->trans("SearchIntoProjects", $search_boxvalue), 'url'=>DOL_URL_ROOT.'/projet/list.php?search_all='.urlencode($search_boxvalue));
|
$arrayresult['searchintoprojects']=array('text'=>img_picto('','object_projectpub').' '.$langs->trans("SearchIntoProjects", $search_boxvalue), 'url'=>DOL_URL_ROOT.'/projet/list.php?search_all='.urlencode($search_boxvalue));
|
||||||
}
|
}
|
||||||
|
if (! empty($conf->projet->enabled) && empty($conf->global->MAIN_SEARCHFORM_TASK_DISABLED) && $user->rights->projet->lire)
|
||||||
|
{
|
||||||
|
$arrayresult['searchintotasks']=array('text'=>img_picto('','object_task').' '.$langs->trans("SearchIntoTasks", $search_boxvalue), 'url'=>DOL_URL_ROOT.'/projet/tasks/list.php?search_all='.urlencode($search_boxvalue));
|
||||||
|
}
|
||||||
|
|
||||||
if (! empty($conf->adherent->enabled) && empty($conf->global->MAIN_SEARCHFORM_ADHERENT_DISABLED) && $user->rights->adherent->lire)
|
if (! empty($conf->adherent->enabled) && empty($conf->global->MAIN_SEARCHFORM_ADHERENT_DISABLED) && $user->rights->adherent->lire)
|
||||||
{
|
{
|
||||||
$arrayresult['searchintomember']=array('text'=>img_picto('','object_user').' '.$langs->trans("SearchIntoMembers", $search_boxvalue), 'url'=>DOL_URL_ROOT.'/adherents/list.php?sall='.urlencode($search_boxvalue));
|
$arrayresult['searchintomember']=array('text'=>img_picto('','object_user').' '.$langs->trans("SearchIntoMembers", $search_boxvalue), 'url'=>DOL_URL_ROOT.'/adherents/list.php?sall='.urlencode($search_boxvalue));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! empty($conf->user->enabled) && empty($conf->global->MAIN_SEARCHFORM_PROJECT_DISABLED) && $user->rights->user->user->lire)
|
if (! empty($conf->user->enabled) && empty($conf->global->MAIN_SEARCHFORM_USER_DISABLED) && $user->rights->user->user->lire)
|
||||||
{
|
{
|
||||||
$arrayresult['searchintouser']=array('text'=>img_picto('','object_user').' '.$langs->trans("SearchIntoUsers", $search_boxvalue), 'url'=>DOL_URL_ROOT.'/user/index.php?sall='.urlencode($search_boxvalue));
|
$arrayresult['searchintouser']=array('text'=>img_picto('','object_user').' '.$langs->trans("SearchIntoUsers", $search_boxvalue), 'url'=>DOL_URL_ROOT.'/user/index.php?sall='.urlencode($search_boxvalue));
|
||||||
}
|
}
|
||||||
@ -114,11 +118,11 @@ if (! empty($conf->ficheinter->enabled) && empty($conf->global->MAIN_SEARCHFORM_
|
|||||||
// HR
|
// HR
|
||||||
if (! empty($conf->expensereport->enabled) && empty($conf->global->MAIN_SEARCHFORM_EXPENSEREPORT_DISABLED) && $user->rights->expensereport->lire)
|
if (! empty($conf->expensereport->enabled) && empty($conf->global->MAIN_SEARCHFORM_EXPENSEREPORT_DISABLED) && $user->rights->expensereport->lire)
|
||||||
{
|
{
|
||||||
$arrayresult['searchintoexpensereport']=array('text'=>img_picto('','object_trip').' '.$langs->trans("SearchIntoExpenseReports", $search_boxvalue), 'url'=>DOL_URL_ROOT.'/expensereport/list.php?sall='.urlencode($search_boxvalue));
|
$arrayresult['searchintoexpensereport']=array('text'=>img_picto('','object_trip').' '.$langs->trans("SearchIntoExpenseReports", $search_boxvalue), 'url'=>DOL_URL_ROOT.'/expensereport/list.php?mainmenu=hrm&sall='.urlencode($search_boxvalue));
|
||||||
}
|
}
|
||||||
if (! empty($conf->holiday->enabled) && empty($conf->global->MAIN_SEARCHFORM_HOLIDAY_DISABLED) && $user->rights->holiday->read)
|
if (! empty($conf->holiday->enabled) && empty($conf->global->MAIN_SEARCHFORM_HOLIDAY_DISABLED) && $user->rights->holiday->read)
|
||||||
{
|
{
|
||||||
$arrayresult['searchintoleaves']=array('text'=>img_picto('','object_holiday').' '.$langs->trans("SearchIntoLeaves", $search_boxvalue), 'url'=>DOL_URL_ROOT.'/holiday/list.php?sall='.urlencode($search_boxvalue));
|
$arrayresult['searchintoleaves']=array('text'=>img_picto('','object_holiday').' '.$langs->trans("SearchIntoLeaves", $search_boxvalue), 'url'=>DOL_URL_ROOT.'/holiday/list.php?mainmenu=hrm&sall='.urlencode($search_boxvalue));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -168,7 +168,7 @@ class box_actions extends ModeleBoxes
|
|||||||
* @param array $head Array with properties of box title
|
* @param array $head Array with properties of box title
|
||||||
* @param array $contents Array with properties of box lines
|
* @param array $contents Array with properties of box lines
|
||||||
* @param int $nooutput No print, only return string
|
* @param int $nooutput No print, only return string
|
||||||
* @return void
|
* @return string
|
||||||
*/
|
*/
|
||||||
function showBox($head = null, $contents = null, $nooutput=0)
|
function showBox($head = null, $contents = null, $nooutput=0)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -50,7 +50,7 @@ class FormContract
|
|||||||
* @param string $htmlname Nom de la zone html
|
* @param string $htmlname Nom de la zone html
|
||||||
* @param int $maxlength Maximum length of label
|
* @param int $maxlength Maximum length of label
|
||||||
* @param int $showempty Show empty line
|
* @param int $showempty Show empty line
|
||||||
* @return int Nbre of project if OK, <0 if KO
|
* @return int Nbr of project if OK, <0 if KO
|
||||||
*/
|
*/
|
||||||
function select_contract($socid=-1, $selected='', $htmlname='contrattid', $maxlength=16, $showempty=1)
|
function select_contract($socid=-1, $selected='', $htmlname='contrattid', $maxlength=16, $showempty=1)
|
||||||
{
|
{
|
||||||
@ -137,4 +137,32 @@ class FormContract
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Show a form to select a contract
|
||||||
|
*
|
||||||
|
* @param int $page Page
|
||||||
|
* @param int $socid Id third party (-1=all, 0=only contracts not linked to a third party, id=contracts not linked or linked to third party id)
|
||||||
|
* @param int $selected Id contract preselected
|
||||||
|
* @param string $htmlname Nom de la zone html
|
||||||
|
* @param int $maxlength Maximum length of label
|
||||||
|
* @param int $showempty Show empty line
|
||||||
|
* @return int Nbr of project if OK, <0 if KO
|
||||||
|
*/
|
||||||
|
function formSelectContract($page, $socid=-1, $selected='', $htmlname='contrattid', $maxlength=16, $showempty=1)
|
||||||
|
{
|
||||||
|
global $langs;
|
||||||
|
|
||||||
|
print "\n";
|
||||||
|
print '<form method="post" action="'.$page.'">';
|
||||||
|
print '<input type="hidden" name="action" value="setcontract">';
|
||||||
|
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
||||||
|
print '<table class="nobordernopadding" cellpadding="0" cellspacing="0">';
|
||||||
|
print '<tr><td>';
|
||||||
|
$this->select_contract($socid, $selected, $htmlname, $maxlength, $showempty);
|
||||||
|
print '</td>';
|
||||||
|
print '<td align="left"><input type="submit" class="button" value="'.$langs->trans("Modify").'"></td>';
|
||||||
|
print '</tr></table></form>';
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -464,12 +464,14 @@ class FormProjets
|
|||||||
$sql = "SELECT t.id as rowid, t.label as ref";
|
$sql = "SELECT t.id as rowid, t.label as ref";
|
||||||
$projectkey="fk_project";
|
$projectkey="fk_project";
|
||||||
break;
|
break;
|
||||||
case "expensereport_det":
|
case "expensereport":
|
||||||
return '';
|
return '';
|
||||||
|
case "expensereport_det":
|
||||||
/*$sql = "SELECT rowid, '' as ref"; // table is llx_expensereport_det
|
/*$sql = "SELECT rowid, '' as ref"; // table is llx_expensereport_det
|
||||||
$projectkey="fk_projet";
|
$projectkey="fk_projet";
|
||||||
break;*/
|
break;*/
|
||||||
case "commande":
|
return '';
|
||||||
|
case "commande":
|
||||||
case "contrat":
|
case "contrat":
|
||||||
case "fichinter":
|
case "fichinter":
|
||||||
$sql = "SELECT t.rowid, t.ref";
|
$sql = "SELECT t.rowid, t.ref";
|
||||||
|
|||||||
@ -78,9 +78,9 @@ function prelevement_prepare_head(BonPrelevement $object)
|
|||||||
function prelevement_check_config()
|
function prelevement_check_config()
|
||||||
{
|
{
|
||||||
global $conf;
|
global $conf;
|
||||||
if(empty($conf->global->PRELEVEMENT_USER)) return -1;
|
|
||||||
if(empty($conf->global->PRELEVEMENT_ID_BANKACCOUNT)) return -1;
|
if(empty($conf->global->PRELEVEMENT_ID_BANKACCOUNT)) return -1;
|
||||||
if(empty($conf->global->PRELEVEMENT_NUMERO_NATIONAL_EMETTEUR)) return -1;
|
if(empty($conf->global->PRELEVEMENT_ICS)) return -1;
|
||||||
|
if(empty($conf->global->PRELEVEMENT_USER)) return -1;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -239,7 +239,7 @@ class pdf_einstein extends ModelePDFCommandes
|
|||||||
$pdf->SetSubject($outputlangs->transnoentities("Order"));
|
$pdf->SetSubject($outputlangs->transnoentities("Order"));
|
||||||
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
||||||
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
||||||
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("Order"));
|
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("Order")." ".$outputlangs->convToOutputCharset($object->thirdparty->name));
|
||||||
if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
|
if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
|
||||||
|
|
||||||
$pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right
|
$pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right
|
||||||
|
|||||||
@ -198,7 +198,7 @@ class pdf_strato extends ModelePDFContract
|
|||||||
$pdf->SetSubject($outputlangs->transnoentities("ContractCard"));
|
$pdf->SetSubject($outputlangs->transnoentities("ContractCard"));
|
||||||
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
||||||
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
||||||
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("ContractCard"));
|
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("ContractCard")." ".$outputlangs->convToOutputCharset($object->thirdparty->name));
|
||||||
if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
|
if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
|
||||||
|
|
||||||
$pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right
|
$pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right
|
||||||
|
|||||||
@ -282,7 +282,7 @@ class pdf_crabe extends ModelePDFFactures
|
|||||||
$pdf->SetSubject($outputlangs->transnoentities("Invoice"));
|
$pdf->SetSubject($outputlangs->transnoentities("Invoice"));
|
||||||
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
||||||
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
||||||
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("Invoice"));
|
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("Invoice")." ".$outputlangs->convToOutputCharset($object->thirdparty->name));
|
||||||
if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
|
if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
|
||||||
|
|
||||||
$pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right
|
$pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right
|
||||||
|
|||||||
@ -201,9 +201,10 @@ class mailing_advthirdparties extends MailingTargets
|
|||||||
* emails from a text file, this function must return 500.
|
* emails from a text file, this function must return 500.
|
||||||
*
|
*
|
||||||
* @param string $sql Not use here
|
* @param string $sql Not use here
|
||||||
* @return int Nb of recipients
|
* @param string $sql Sql request to use
|
||||||
|
* @return int Nb of recipients
|
||||||
*/
|
*/
|
||||||
function getNbOfRecipients($sql)
|
function getNbOfRecipients($sql='')
|
||||||
{
|
{
|
||||||
global $conf;
|
global $conf;
|
||||||
|
|
||||||
|
|||||||
@ -141,7 +141,7 @@ class modSupplierProposal extends DolibarrModules
|
|||||||
$this->menu[$r]=array(
|
$this->menu[$r]=array(
|
||||||
'fk_menu'=>'fk_mainmenu=commercial', // Use 'fk_mainmenu=xxx' or 'fk_mainmenu=xxx,fk_leftmenu=yyy' where xxx is mainmenucode and yyy is a leftmenucode
|
'fk_menu'=>'fk_mainmenu=commercial', // Use 'fk_mainmenu=xxx' or 'fk_mainmenu=xxx,fk_leftmenu=yyy' where xxx is mainmenucode and yyy is a leftmenucode
|
||||||
'type'=>'left', // This is a Left menu entry
|
'type'=>'left', // This is a Left menu entry
|
||||||
'titre'=>'SupplierProposalShort',
|
'titre'=>'SupplierProposalsShort',
|
||||||
'leftmenu'=>'supplier_proposalsubmenu',
|
'leftmenu'=>'supplier_proposalsubmenu',
|
||||||
'url'=>'/supplier_proposal/index.php',
|
'url'=>'/supplier_proposal/index.php',
|
||||||
'langs'=>'supplier_proposal', // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
|
'langs'=>'supplier_proposal', // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
|
||||||
@ -156,7 +156,7 @@ class modSupplierProposal extends DolibarrModules
|
|||||||
'fk_menu'=>'fk_mainmenu=commercial,fk_leftmenu=supplier_proposalsubmenu',
|
'fk_menu'=>'fk_mainmenu=commercial,fk_leftmenu=supplier_proposalsubmenu',
|
||||||
'type'=>'left',
|
'type'=>'left',
|
||||||
'titre'=>'SupplierProposalNew',
|
'titre'=>'SupplierProposalNew',
|
||||||
'url'=>'/supplier_proposal/card.php?action=create&leftmenu=supplier_proposals',
|
'url'=>'/supplier_proposal/card.php?action=create&leftmenu=supplier_proposals',
|
||||||
'langs'=>'supplier_proposal',
|
'langs'=>'supplier_proposal',
|
||||||
'enabled'=>'$conf->supplier_proposal->enabled',
|
'enabled'=>'$conf->supplier_proposal->enabled',
|
||||||
'perms'=>'$user->rights->supplier_proposal->creer',
|
'perms'=>'$user->rights->supplier_proposal->creer',
|
||||||
@ -182,7 +182,7 @@ class modSupplierProposal extends DolibarrModules
|
|||||||
'fk_menu'=>'fk_mainmenu=commercial,fk_leftmenu=supplier_proposalsubmenu',
|
'fk_menu'=>'fk_mainmenu=commercial,fk_leftmenu=supplier_proposalsubmenu',
|
||||||
'type'=>'left',
|
'type'=>'left',
|
||||||
'titre'=>'Statistics',
|
'titre'=>'Statistics',
|
||||||
'url'=>'/comm/propal/stats/index.php?leftmenu=supplier_proposals&mode=supplier',
|
'url'=>'/comm/propal/stats/index.php?leftmenu=supplier_proposals&mode=supplier',
|
||||||
'langs'=>'supplier_proposal',
|
'langs'=>'supplier_proposal',
|
||||||
'enabled'=>'$conf->supplier_proposal->enabled',
|
'enabled'=>'$conf->supplier_proposal->enabled',
|
||||||
'perms'=>'$user->rights->supplier_proposal->lire',
|
'perms'=>'$user->rights->supplier_proposal->lire',
|
||||||
|
|||||||
@ -294,7 +294,7 @@ class pdf_beluga extends ModelePDFProjects
|
|||||||
'lang'=>'interventions'),
|
'lang'=>'interventions'),
|
||||||
'trip'=>array(
|
'trip'=>array(
|
||||||
'name'=>"TripsAndExpenses",
|
'name'=>"TripsAndExpenses",
|
||||||
'title'=>"ListTripAssociatedProject",
|
'title'=>"ListExpenseReportsAssociatedProject",
|
||||||
'class'=>'Deplacement',
|
'class'=>'Deplacement',
|
||||||
'table'=>'deplacement',
|
'table'=>'deplacement',
|
||||||
'datefieldname'=>'dated',
|
'datefieldname'=>'dated',
|
||||||
@ -304,7 +304,7 @@ class pdf_beluga extends ModelePDFProjects
|
|||||||
'lang'=>'trip'),
|
'lang'=>'trip'),
|
||||||
'expensereport'=>array(
|
'expensereport'=>array(
|
||||||
'name'=>"ExpensesReports",
|
'name'=>"ExpensesReports",
|
||||||
'title'=>"ListTripAssociatedProject",
|
'title'=>"ListExpenseReportsAssociatedProject",
|
||||||
'class'=>'ExpenseReport',
|
'class'=>'ExpenseReport',
|
||||||
'table'=>'expensereport',
|
'table'=>'expensereport',
|
||||||
'datefieldname'=>'dated',
|
'datefieldname'=>'dated',
|
||||||
|
|||||||
@ -296,7 +296,7 @@ class pdf_azur extends ModelePDFPropales
|
|||||||
$pdf->SetSubject($outputlangs->transnoentities("CommercialProposal"));
|
$pdf->SetSubject($outputlangs->transnoentities("CommercialProposal"));
|
||||||
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
||||||
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
||||||
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("CommercialProposal"));
|
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("CommercialProposal")." ".$outputlangs->convToOutputCharset($object->thirdparty->name));
|
||||||
if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
|
if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
|
||||||
|
|
||||||
$pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right
|
$pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right
|
||||||
|
|||||||
@ -232,7 +232,7 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
|
|||||||
$pdf->SetSubject($outputlangs->transnoentities("Invoice"));
|
$pdf->SetSubject($outputlangs->transnoentities("Invoice"));
|
||||||
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
||||||
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
||||||
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("Order"));
|
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("Order")." ".$outputlangs->convToOutputCharset($object->thirdparty->name));
|
||||||
if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
|
if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
|
||||||
|
|
||||||
$pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right
|
$pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right
|
||||||
|
|||||||
@ -243,7 +243,7 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
|
|||||||
$pdf->SetSubject($outputlangs->transnoentities("Order"));
|
$pdf->SetSubject($outputlangs->transnoentities("Order"));
|
||||||
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
||||||
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
||||||
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("Order"));
|
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("Order")." ".$outputlangs->convToOutputCharset($object->thirdparty->name));
|
||||||
if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
|
if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
|
||||||
|
|
||||||
$pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right
|
$pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right
|
||||||
|
|||||||
@ -252,7 +252,7 @@ class pdf_aurore extends ModelePDFSupplierProposal
|
|||||||
$pdf->SetSubject($outputlangs->transnoentities("CommercialAsk"));
|
$pdf->SetSubject($outputlangs->transnoentities("CommercialAsk"));
|
||||||
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
$pdf->SetCreator("Dolibarr ".DOL_VERSION);
|
||||||
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
$pdf->SetAuthor($outputlangs->convToOutputCharset($user->getFullName($outputlangs)));
|
||||||
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("CommercialAsk"));
|
$pdf->SetKeyWords($outputlangs->convToOutputCharset($object->ref)." ".$outputlangs->transnoentities("CommercialAsk")." ".$outputlangs->convToOutputCharset($object->thirdparty->name));
|
||||||
if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
|
if (! empty($conf->global->MAIN_DISABLE_PDF_COMPRESSION)) $pdf->SetCompression(false);
|
||||||
|
|
||||||
$pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right
|
$pdf->SetMargins($this->marge_gauche, $this->marge_haute, $this->marge_droite); // Left, Top, Right
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004-2015 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2016 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
* Copyright (C) 2004 Eric Seigne <eric.seigne@ryxeo.com>
|
* Copyright (C) 2004 Eric Seigne <eric.seigne@ryxeo.com>
|
||||||
* Copyright (C) 2005-2009 Regis Houssin <regis@dolibarr.fr>
|
* Copyright (C) 2005-2009 Regis Houssin <regis@dolibarr.fr>
|
||||||
* Copyright (C) 2015 Alexandre Spangaro <aspangaro.dolibarr@gmail.com>
|
* Copyright (C) 2015 Alexandre Spangaro <aspangaro.dolibarr@gmail.com>
|
||||||
@ -51,22 +51,21 @@ $month_end = GETPOST("month_end","int");
|
|||||||
$year_end = GETPOST("year_end","int");
|
$year_end = GETPOST("year_end","int");
|
||||||
$optioncss = GETPOST('optioncss','alpha');
|
$optioncss = GETPOST('optioncss','alpha');
|
||||||
|
|
||||||
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter")) // Both test must be present to be compatible with all browsers
|
|
||||||
{
|
|
||||||
$search_ref="";
|
|
||||||
$search_user="";
|
|
||||||
$search_amount_ht="";
|
|
||||||
$search_amount_ttc="";
|
|
||||||
$search_status="";
|
|
||||||
$month_start="";
|
|
||||||
$year_start="";
|
|
||||||
$month_end="";
|
|
||||||
$year_end="";
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($search_status == '') $search_status=-1;
|
if ($search_status == '') $search_status=-1;
|
||||||
if ($search_user == '') $search_user=-1;
|
if ($search_user == '') $search_user=-1;
|
||||||
|
|
||||||
|
// Initialize technical object to manage hooks of thirdparties. Note that conf->hooks_modules contains array array
|
||||||
|
$contextpage='expensereportlist';
|
||||||
|
|
||||||
|
// Initialize technical object to manage hooks of thirdparties. Note that conf->hooks_modules contains array array
|
||||||
|
$hookmanager->initHooks(array('expensereportlist'));
|
||||||
|
$extrafields = new ExtraFields($db);
|
||||||
|
|
||||||
|
// fetch optionals attributes and labels
|
||||||
|
$extralabels = $extrafields->fetch_name_optionals_label('expensereport');
|
||||||
|
$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
|
||||||
|
|
||||||
|
|
||||||
// List of fields to search into when doing a "search in all"
|
// List of fields to search into when doing a "search in all"
|
||||||
$fieldstosearchall = array(
|
$fieldstosearchall = array(
|
||||||
'd.ref'=>'Ref',
|
'd.ref'=>'Ref',
|
||||||
@ -75,6 +74,33 @@ $fieldstosearchall = array(
|
|||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Actions
|
||||||
|
*/
|
||||||
|
|
||||||
|
$parameters=array('socid'=>$socid);
|
||||||
|
$reshook=$hookmanager->executeHooks('doActions',$parameters,$object,$action); // Note that $action and $object may have been modified by some hooks
|
||||||
|
if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
|
||||||
|
|
||||||
|
include DOL_DOCUMENT_ROOT.'/core/actions_changeselectedfields.inc.php';
|
||||||
|
|
||||||
|
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter.x") || GETPOST("button_removefilter")) // Both test must be present to be compatible with all browsers
|
||||||
|
{
|
||||||
|
$search_ref="";
|
||||||
|
$search_user="";
|
||||||
|
$search_amount_ht="";
|
||||||
|
$search_amount_ttc="";
|
||||||
|
$search_status="";
|
||||||
|
$month_start="";
|
||||||
|
$year_start="";
|
||||||
|
$month_end="";
|
||||||
|
$year_end="";
|
||||||
|
$search_array_options=array();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* View
|
* View
|
||||||
*/
|
*/
|
||||||
@ -108,7 +134,6 @@ $sql.= " u.rowid as id_user, u.firstname, u.lastname";
|
|||||||
$sql.= " FROM ".MAIN_DB_PREFIX."expensereport as d";
|
$sql.= " FROM ".MAIN_DB_PREFIX."expensereport as d";
|
||||||
$sql.= " INNER JOIN ".MAIN_DB_PREFIX."user as u ON d.fk_user_author = u.rowid";
|
$sql.= " INNER JOIN ".MAIN_DB_PREFIX."user as u ON d.fk_user_author = u.rowid";
|
||||||
$sql.= " WHERE d.entity = ".$conf->entity;
|
$sql.= " WHERE d.entity = ".$conf->entity;
|
||||||
|
|
||||||
// Search all
|
// Search all
|
||||||
if (!empty($sall))
|
if (!empty($sall))
|
||||||
{
|
{
|
||||||
@ -192,13 +217,22 @@ if ($resql)
|
|||||||
$i = 0;
|
$i = 0;
|
||||||
|
|
||||||
$param="";
|
$param="";
|
||||||
|
if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&contextpage='.$contextpage;
|
||||||
|
if ($limit > 0 && $limit != $conf->liste_limit) $param.='&limit='.$limit;
|
||||||
if ($search_ref) $param.="&search_ref=".$search_ref;
|
if ($search_ref) $param.="&search_ref=".$search_ref;
|
||||||
if ($search_user) $param.="&search_user=".$search_user;
|
if ($search_user) $param.="&search_user=".$search_user;
|
||||||
if ($search_amount_ht) $param.="&search_amount_ht=".$search_amount_ht;
|
if ($search_amount_ht) $param.="&search_amount_ht=".$search_amount_ht;
|
||||||
if ($search_amount_ttc) $param.="&search_amount_ttc=".$search_amount_ttc;
|
if ($search_amount_ttc) $param.="&search_amount_ttc=".$search_amount_ttc;
|
||||||
if ($search_status >= 0) $param.="&search_status=".$search_status;
|
if ($search_status >= 0) $param.="&search_status=".$search_status;
|
||||||
if ($optioncss != '') $param.='&optioncss='.$optioncss;
|
if ($optioncss != '') $param.='&optioncss='.$optioncss;
|
||||||
|
// Add $param from extra fields
|
||||||
|
foreach ($search_array_options as $key => $val)
|
||||||
|
{
|
||||||
|
$crit=$val;
|
||||||
|
$tmpkey=preg_replace('/search_options_/','',$key);
|
||||||
|
if ($val != '') $param.='&search_options_'.$tmpkey.'='.urlencode($val);
|
||||||
|
}
|
||||||
|
|
||||||
print_barre_liste($langs->trans("ListTripsAndExpenses"), $page, $_SERVER["PHP_SELF"],$param,$sortfield,$sortorder,'',$num,$nbtotalofrecords);
|
print_barre_liste($langs->trans("ListTripsAndExpenses"), $page, $_SERVER["PHP_SELF"],$param,$sortfield,$sortorder,'',$num,$nbtotalofrecords);
|
||||||
print '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">'."\n";
|
print '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">'."\n";
|
||||||
if ($optioncss != '') print '<input type="hidden" name="optioncss" value="'.$optioncss.'">';
|
if ($optioncss != '') print '<input type="hidden" name="optioncss" value="'.$optioncss.'">';
|
||||||
@ -210,8 +244,9 @@ if ($resql)
|
|||||||
if ($sall)
|
if ($sall)
|
||||||
{
|
{
|
||||||
foreach($fieldstosearchall as $key => $val) $fieldstosearchall[$key]=$langs->trans($val);
|
foreach($fieldstosearchall as $key => $val) $fieldstosearchall[$key]=$langs->trans($val);
|
||||||
|
print $langs->trans("FilterOnInto", $sall) . join(', ',$fieldstosearchall);
|
||||||
}
|
}
|
||||||
|
|
||||||
print '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
print "<tr class=\"liste_titre\">";
|
print "<tr class=\"liste_titre\">";
|
||||||
print_liste_field_titre($langs->trans("Ref"),$_SERVER["PHP_SELF"],"d.rowid","",$param,'',$sortfield,$sortorder);
|
print_liste_field_titre($langs->trans("Ref"),$_SERVER["PHP_SELF"],"d.rowid","",$param,'',$sortfield,$sortorder);
|
||||||
|
|||||||
@ -111,6 +111,36 @@ if (empty($reshook))
|
|||||||
|
|
||||||
include DOL_DOCUMENT_ROOT.'/core/actions_dellink.inc.php'; // Must be include, not include_once
|
include DOL_DOCUMENT_ROOT.'/core/actions_dellink.inc.php'; // Must be include, not include_once
|
||||||
|
|
||||||
|
// Action clone object
|
||||||
|
if ($action == 'confirm_clone' && $confirm == 'yes' && $user->rights->ficheinter->creer)
|
||||||
|
{
|
||||||
|
if (1==0 && ! GETPOST('clone_content') && ! GETPOST('clone_receivers'))
|
||||||
|
{
|
||||||
|
setEventMessages($langs->trans("NoCloneOptionsSpecified"), null, 'errors');
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
if ($object->id > 0)
|
||||||
|
{
|
||||||
|
// Because createFromClone modifies the object, we must clone it so that we can restore it later
|
||||||
|
$orig = clone $object;
|
||||||
|
|
||||||
|
$result=$object->createFromClone($socid);
|
||||||
|
if ($result > 0)
|
||||||
|
{
|
||||||
|
header("Location: ".$_SERVER['PHP_SELF'].'?id='.$result);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
setEventMessages($object->error, $object->errors, 'errors');
|
||||||
|
$object = $orig;
|
||||||
|
$action='';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if ($action == 'confirm_validate' && $confirm == 'yes' && $user->rights->ficheinter->creer)
|
if ($action == 'confirm_validate' && $confirm == 'yes' && $user->rights->ficheinter->creer)
|
||||||
{
|
{
|
||||||
$result = $object->setValid($user);
|
$result = $object->setValid($user);
|
||||||
@ -447,7 +477,7 @@ if (empty($reshook))
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Set into a contract
|
// Set into a contract
|
||||||
else if ($action == 'setcontrat' && $user->rights->contrat->creer)
|
else if ($action == 'setcontract' && $user->rights->contrat->creer)
|
||||||
{
|
{
|
||||||
$result=$object->set_contrat($user,GETPOST('contratid','int'));
|
$result=$object->set_contrat($user,GETPOST('contratid','int'));
|
||||||
if ($result < 0) dol_print_error($db,$object->error);
|
if ($result < 0) dol_print_error($db,$object->error);
|
||||||
@ -1094,6 +1124,20 @@ else if ($id > 0 || ! empty($ref))
|
|||||||
$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id.'&line_id='.$lineid, $langs->trans('DeleteInterventionLine'), $langs->trans('ConfirmDeleteInterventionLine'), 'confirm_deleteline','',0,1);
|
$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id.'&line_id='.$lineid, $langs->trans('DeleteInterventionLine'), $langs->trans('ConfirmDeleteInterventionLine'), 'confirm_deleteline','',0,1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Clone confirmation
|
||||||
|
if ($action == 'clone') {
|
||||||
|
// Create an array for form
|
||||||
|
$formquestion = array(
|
||||||
|
// 'text' => $langs->trans("ConfirmClone"),
|
||||||
|
// array('type' => 'checkbox', 'name' => 'clone_content', 'label' => $langs->trans("CloneMainAttributes"), 'value' =>
|
||||||
|
// 1),
|
||||||
|
// array('type' => 'checkbox', 'name' => 'update_prices', 'label' => $langs->trans("PuttingPricesUpToDate"), 'value'
|
||||||
|
// => 1),
|
||||||
|
array('type' => 'other','name' => 'socid','label' => $langs->trans("SelectThirdParty"),'value' => $form->select_company(GETPOST('socid', 'int'), 'socid', '', '', 0, 0, null, 0, 'minwidth200')));
|
||||||
|
// Paiement incomplet. On demande si motif = escompte ou autre
|
||||||
|
$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id, $langs->trans('CloneIntervention'), $langs->trans('ConfirmCloneIntervention', $object->ref), 'confirm_clone', $formquestion, 'yes', 1);
|
||||||
|
}
|
||||||
|
|
||||||
if (!$formconfirm)
|
if (!$formconfirm)
|
||||||
{
|
{
|
||||||
$parameters=array('lineid'=>$lineid);
|
$parameters=array('lineid'=>$lineid);
|
||||||
@ -1207,15 +1251,8 @@ else if ($id > 0 || ! empty($ref))
|
|||||||
print '</td><td colspan="3">';
|
print '</td><td colspan="3">';
|
||||||
if ($action == 'contrat')
|
if ($action == 'contrat')
|
||||||
{
|
{
|
||||||
print '<table class="nobordernopadding" cellpadding="0" cellspacing="0">';
|
$formcontract= new Formcontract($db);
|
||||||
print '<tr><td>';
|
$formcontract->formSelectContract($_SERVER["PHP_SELF"].'?id='.$object->id, $object->socid, $object->fk_contrat, 'contratid', 0, 1);
|
||||||
$htmlcontract= new Formcontract($db);
|
|
||||||
//print "$socid,$selected,$htmlname";
|
|
||||||
$htmlcontract->select_contract($object->socid,$object->fk_contrat,'contratid');
|
|
||||||
|
|
||||||
print '</td>';
|
|
||||||
print '<td align="left"><input type="submit" class="button" value="'.$langs->trans("Modify").'"></td>';
|
|
||||||
print '</tr></table>';
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -1588,6 +1625,11 @@ else if ($id > 0 || ! empty($ref))
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Clone
|
||||||
|
if ($user->rights->ficheinter->creer) {
|
||||||
|
print '<div class="inline-block divButAction"><a class="butAction" href="' . $_SERVER['PHP_SELF'] . '?id=' . $object->id . '&socid=' . $object->socid . '&action=clone&object=ficheinter">' . $langs->trans("ToClone") . '</a></div>';
|
||||||
|
}
|
||||||
|
|
||||||
// Delete
|
// Delete
|
||||||
if (($object->statut == 0 && $user->rights->ficheinter->creer) || $user->rights->ficheinter->supprimer)
|
if (($object->statut == 0 && $user->rights->ficheinter->creer) || $user->rights->ficheinter->supprimer)
|
||||||
{
|
{
|
||||||
@ -1600,7 +1642,6 @@ else if ($id > 0 || ! empty($ref))
|
|||||||
}
|
}
|
||||||
|
|
||||||
print '</div>';
|
print '</div>';
|
||||||
print '<br>';
|
|
||||||
|
|
||||||
if ($action != 'presend')
|
if ($action != 'presend')
|
||||||
{
|
{
|
||||||
|
|||||||
@ -220,7 +220,6 @@ class Fichinter extends CommonObject
|
|||||||
|
|
||||||
if (empty($conf->global->MAIN_EXTRAFIELDS_DISABLED)) // For avoid conflicts if trigger used
|
if (empty($conf->global->MAIN_EXTRAFIELDS_DISABLED)) // For avoid conflicts if trigger used
|
||||||
{
|
{
|
||||||
|
|
||||||
$result=$this->insertExtraFields();
|
$result=$this->insertExtraFields();
|
||||||
if ($result < 0)
|
if ($result < 0)
|
||||||
{
|
{
|
||||||
@ -926,6 +925,103 @@ class Fichinter extends CommonObject
|
|||||||
return -2;
|
return -2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Load an object from its id and create a new one in database
|
||||||
|
*
|
||||||
|
* @param int $socid Id of thirdparty
|
||||||
|
* @return int New id of clone
|
||||||
|
*/
|
||||||
|
function createFromClone($socid=0)
|
||||||
|
{
|
||||||
|
global $user,$hookmanager;
|
||||||
|
|
||||||
|
$error=0;
|
||||||
|
|
||||||
|
$this->context['createfromclone'] = 'createfromclone';
|
||||||
|
|
||||||
|
$this->db->begin();
|
||||||
|
|
||||||
|
// get extrafields so they will be clone
|
||||||
|
foreach($this->lines as $line)
|
||||||
|
$line->fetch_optionals($line->rowid);
|
||||||
|
|
||||||
|
// Load source object
|
||||||
|
$objFrom = clone $this;
|
||||||
|
|
||||||
|
// Change socid if needed
|
||||||
|
if (! empty($socid) && $socid != $this->socid)
|
||||||
|
{
|
||||||
|
$objsoc = new Societe($this->db);
|
||||||
|
|
||||||
|
if ($objsoc->fetch($socid)>0)
|
||||||
|
{
|
||||||
|
$this->socid = $objsoc->id;
|
||||||
|
$this->cond_reglement_id = (! empty($objsoc->cond_reglement_id) ? $objsoc->cond_reglement_id : 0);
|
||||||
|
$this->mode_reglement_id = (! empty($objsoc->mode_reglement_id) ? $objsoc->mode_reglement_id : 0);
|
||||||
|
$this->fk_project = '';
|
||||||
|
$this->fk_delivery_address = '';
|
||||||
|
}
|
||||||
|
|
||||||
|
// TODO Change product price if multi-prices
|
||||||
|
}
|
||||||
|
|
||||||
|
$this->id=0;
|
||||||
|
$this->ref = '';
|
||||||
|
$this->statut=0;
|
||||||
|
|
||||||
|
// Clear fields
|
||||||
|
$this->user_author_id = $user->id;
|
||||||
|
$this->user_valid = '';
|
||||||
|
$this->date_creation = '';
|
||||||
|
$this->date_validation = '';
|
||||||
|
$this->ref_client = '';
|
||||||
|
|
||||||
|
// Create clone
|
||||||
|
$result=$this->create($user);
|
||||||
|
if ($result < 0) $error++;
|
||||||
|
|
||||||
|
if (! $error)
|
||||||
|
{
|
||||||
|
// Add lines because it is not included into create function
|
||||||
|
foreach ($this->lines as $line)
|
||||||
|
{
|
||||||
|
// TODO
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
// Hook of thirdparty module
|
||||||
|
if (is_object($hookmanager))
|
||||||
|
{
|
||||||
|
$parameters=array('objFrom'=>$objFrom);
|
||||||
|
$action='';
|
||||||
|
$reshook=$hookmanager->executeHooks('createFrom',$parameters,$this,$action); // Note that $action and $object may have been modified by some hooks
|
||||||
|
if ($reshook < 0) $error++;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Call trigger
|
||||||
|
$result=$this->call_trigger('INTERVENTION_CLONE',$user);
|
||||||
|
if ($result < 0) $error++;
|
||||||
|
// End call triggers
|
||||||
|
}
|
||||||
|
|
||||||
|
unset($this->context['createfromclone']);
|
||||||
|
|
||||||
|
// End
|
||||||
|
if (! $error)
|
||||||
|
{
|
||||||
|
$this->db->commit();
|
||||||
|
return $this->id;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$this->db->rollback();
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adding a line of intervention into data base
|
* Adding a line of intervention into data base
|
||||||
*
|
*
|
||||||
|
|||||||
@ -50,6 +50,8 @@ $langs->load('users');
|
|||||||
|
|
||||||
$cp = new Holiday($db);
|
$cp = new Holiday($db);
|
||||||
|
|
||||||
|
$alltypeleaves=$cp->getTypes(1,-1); // To have labels
|
||||||
|
|
||||||
llxHeader('', $langs->trans('CPTitreMenu').' ('.$langs->trans("Year").' '.$year.')');
|
llxHeader('', $langs->trans('CPTitreMenu').' ('.$langs->trans("Year").' '.$year.')');
|
||||||
|
|
||||||
// Recent changes are more important than old changes
|
// Recent changes are more important than old changes
|
||||||
@ -94,7 +96,10 @@ foreach($cp->logs as $logs_CP)
|
|||||||
print '<td>'.$user_action->getNomUrl(1).'</td>';
|
print '<td>'.$user_action->getNomUrl(1).'</td>';
|
||||||
print '<td>'.$user_update->getNomUrl(1).'</td>';
|
print '<td>'.$user_update->getNomUrl(1).'</td>';
|
||||||
print '<td>'.$logs_CP['type_action'].'</td>';
|
print '<td>'.$logs_CP['type_action'].'</td>';
|
||||||
print '<td>'.$logs_CP['fk_type'].'</td>';
|
print '<td>';
|
||||||
|
$label=$alltypeleaves[$logs_CP['fk_type']]['label'];
|
||||||
|
print $label?$label:$logs_CP['fk_type'];
|
||||||
|
print '</td>';
|
||||||
print '<td style="text-align: right;">'.price2num($logs_CP['prev_solde'],5).' '.$langs->trans('days').'</td>';
|
print '<td style="text-align: right;">'.price2num($logs_CP['prev_solde'],5).' '.$langs->trans('days').'</td>';
|
||||||
print '<td style="text-align: right;">'.price2num($logs_CP['new_solde'],5).' '.$langs->trans('days').'</td>';
|
print '<td style="text-align: right;">'.price2num($logs_CP['new_solde'],5).' '.$langs->trans('days').'</td>';
|
||||||
print '</tr>'."\n";
|
print '</tr>'."\n";
|
||||||
|
|||||||
@ -1,47 +1,47 @@
|
|||||||
|
##
|
||||||
|
## PHPExcel
|
||||||
##
|
##
|
||||||
## PHPExcel
|
## Copyright (c) 2006 - 2013 PHPExcel
|
||||||
##
|
##
|
||||||
## Copyright (c) 2006 - 2013 PHPExcel
|
## This library is free software; you can redistribute it and/or
|
||||||
##
|
## modify it under the terms of the GNU Lesser General Public
|
||||||
## This library is free software; you can redistribute it and/or
|
## License as published by the Free Software Foundation; either
|
||||||
## modify it under the terms of the GNU Lesser General Public
|
## version 2.1 of the License, or (at your option) any later version.
|
||||||
## License as published by the Free Software Foundation; either
|
##
|
||||||
## version 2.1 of the License, or (at your option) any later version.
|
## This library is distributed in the hope that it will be useful,
|
||||||
##
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## This library is distributed in the hope that it will be useful,
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
## Lesser General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
##
|
||||||
## Lesser General Public License for more details.
|
## You should have received a copy of the GNU Lesser General Public
|
||||||
##
|
## License along with this library; if not, write to the Free Software
|
||||||
## You should have received a copy of the GNU Lesser General Public
|
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
## License along with this library; if not, write to the Free Software
|
##
|
||||||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
## @category PHPExcel
|
||||||
##
|
## @package PHPExcel_Settings
|
||||||
## @category PHPExcel
|
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
||||||
## @package PHPExcel_Settings
|
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
## @version ##VERSION##, ##DATE##
|
||||||
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
##
|
||||||
## @version ##VERSION##, ##DATE##
|
##
|
||||||
##
|
|
||||||
##
|
|
||||||
|
ArgumentSeparator = ;
|
||||||
|
|
||||||
ArgumentSeparator = ;
|
|
||||||
|
##
|
||||||
|
## (For future use)
|
||||||
##
|
##
|
||||||
## (For future use)
|
currencySymbol = Kč
|
||||||
##
|
|
||||||
currencySymbol = Kč
|
|
||||||
|
##
|
||||||
|
## Excel Error Codes (For future use)
|
||||||
##
|
##
|
||||||
## Excel Error Codes (For future use)
|
NULL = #NULL!
|
||||||
##
|
DIV0 = #DIV/0!
|
||||||
NULL = #NULL!
|
VALUE = #HODNOTA!
|
||||||
DIV0 = #DIV/0!
|
REF = #REF!
|
||||||
VALUE = #HODNOTA!
|
NAME = #NÁZEV?
|
||||||
REF = #REF!
|
NUM = #NUM!
|
||||||
NAME = #NÁZEV?
|
NA = #N/A
|
||||||
NUM = #NUM!
|
|
||||||
NA = #N/A
|
|
||||||
|
|||||||
@ -1,48 +1,48 @@
|
|||||||
|
##
|
||||||
|
## PHPExcel
|
||||||
##
|
##
|
||||||
## PHPExcel
|
## Copyright (c) 2006 - 2013 PHPExcel
|
||||||
##
|
##
|
||||||
## Copyright (c) 2006 - 2013 PHPExcel
|
## This library is free software; you can redistribute it and/or
|
||||||
##
|
## modify it under the terms of the GNU Lesser General Public
|
||||||
## This library is free software; you can redistribute it and/or
|
## License as published by the Free Software Foundation; either
|
||||||
## modify it under the terms of the GNU Lesser General Public
|
## version 2.1 of the License, or (at your option) any later version.
|
||||||
## License as published by the Free Software Foundation; either
|
##
|
||||||
## version 2.1 of the License, or (at your option) any later version.
|
## This library is distributed in the hope that it will be useful,
|
||||||
##
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## This library is distributed in the hope that it will be useful,
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
## Lesser General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
##
|
||||||
## Lesser General Public License for more details.
|
## You should have received a copy of the GNU Lesser General Public
|
||||||
##
|
## License along with this library; if not, write to the Free Software
|
||||||
## You should have received a copy of the GNU Lesser General Public
|
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
## License along with this library; if not, write to the Free Software
|
##
|
||||||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
## @category PHPExcel
|
||||||
##
|
## @package PHPExcel_Settings
|
||||||
## @category PHPExcel
|
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
||||||
## @package PHPExcel_Settings
|
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
## @version ##VERSION##, ##DATE##
|
||||||
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
##
|
||||||
## @version ##VERSION##, ##DATE##
|
##
|
||||||
##
|
|
||||||
##
|
|
||||||
|
ArgumentSeparator = ;
|
||||||
|
|
||||||
ArgumentSeparator = ;
|
|
||||||
|
##
|
||||||
|
## (For future use)
|
||||||
##
|
##
|
||||||
## (For future use)
|
|
||||||
##
|
|
||||||
currencySymbol = kr
|
currencySymbol = kr
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##
|
##
|
||||||
## Excel Error Codes (For future use)
|
## Excel Error Codes (For future use)
|
||||||
##
|
##
|
||||||
NULL = #NUL!
|
NULL = #NUL!
|
||||||
DIV0 = #DIVISION/0!
|
DIV0 = #DIVISION/0!
|
||||||
VALUE = #VÆRDI!
|
VALUE = #VÆRDI!
|
||||||
REF = #REFERENCE!
|
REF = #REFERENCE!
|
||||||
NAME = #NAVN?
|
NAME = #NAVN?
|
||||||
NUM = #NUM!
|
NUM = #NUM!
|
||||||
NA = #I/T
|
NA = #I/T
|
||||||
|
|||||||
@ -1,47 +1,47 @@
|
|||||||
|
##
|
||||||
|
## PHPExcel
|
||||||
##
|
##
|
||||||
## PHPExcel
|
## Copyright (c) 2006 - 2013 PHPExcel
|
||||||
##
|
##
|
||||||
## Copyright (c) 2006 - 2013 PHPExcel
|
## This library is free software; you can redistribute it and/or
|
||||||
##
|
## modify it under the terms of the GNU Lesser General Public
|
||||||
## This library is free software; you can redistribute it and/or
|
## License as published by the Free Software Foundation; either
|
||||||
## modify it under the terms of the GNU Lesser General Public
|
## version 2.1 of the License, or (at your option) any later version.
|
||||||
## License as published by the Free Software Foundation; either
|
##
|
||||||
## version 2.1 of the License, or (at your option) any later version.
|
## This library is distributed in the hope that it will be useful,
|
||||||
##
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## This library is distributed in the hope that it will be useful,
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
## Lesser General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
##
|
||||||
## Lesser General Public License for more details.
|
## You should have received a copy of the GNU Lesser General Public
|
||||||
##
|
## License along with this library; if not, write to the Free Software
|
||||||
## You should have received a copy of the GNU Lesser General Public
|
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
## License along with this library; if not, write to the Free Software
|
##
|
||||||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
## @category PHPExcel
|
||||||
##
|
## @package PHPExcel_Settings
|
||||||
## @category PHPExcel
|
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
||||||
## @package PHPExcel_Settings
|
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
## @version ##VERSION##, ##DATE##
|
||||||
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
##
|
||||||
## @version ##VERSION##, ##DATE##
|
##
|
||||||
##
|
|
||||||
##
|
|
||||||
|
ArgumentSeparator = ;
|
||||||
|
|
||||||
ArgumentSeparator = ;
|
|
||||||
|
##
|
||||||
|
## (For future use)
|
||||||
##
|
##
|
||||||
## (For future use)
|
currencySymbol = €
|
||||||
##
|
|
||||||
currencySymbol = €
|
|
||||||
|
##
|
||||||
|
## Excel Error Codes (For future use)
|
||||||
##
|
##
|
||||||
## Excel Error Codes (For future use)
|
NULL = #NULL!
|
||||||
##
|
DIV0 = #DIV/0!
|
||||||
NULL = #NULL!
|
VALUE = #WERT!
|
||||||
DIV0 = #DIV/0!
|
REF = #BEZUG!
|
||||||
VALUE = #WERT!
|
NAME = #NAME?
|
||||||
REF = #BEZUG!
|
NUM = #ZAHL!
|
||||||
NAME = #NAME?
|
NA = #NV
|
||||||
NUM = #ZAHL!
|
|
||||||
NA = #NV
|
|
||||||
|
|||||||
@ -1,32 +1,32 @@
|
|||||||
|
##
|
||||||
|
## PHPExcel
|
||||||
##
|
##
|
||||||
## PHPExcel
|
## Copyright (c) 2006 - 2013 PHPExcel
|
||||||
##
|
##
|
||||||
## Copyright (c) 2006 - 2013 PHPExcel
|
## This library is free software; you can redistribute it and/or
|
||||||
##
|
## modify it under the terms of the GNU Lesser General Public
|
||||||
## This library is free software; you can redistribute it and/or
|
## License as published by the Free Software Foundation; either
|
||||||
## modify it under the terms of the GNU Lesser General Public
|
## version 2.1 of the License, or (at your option) any later version.
|
||||||
## License as published by the Free Software Foundation; either
|
##
|
||||||
## version 2.1 of the License, or (at your option) any later version.
|
## This library is distributed in the hope that it will be useful,
|
||||||
##
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## This library is distributed in the hope that it will be useful,
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
## Lesser General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
##
|
||||||
## Lesser General Public License for more details.
|
## You should have received a copy of the GNU Lesser General Public
|
||||||
##
|
## License along with this library; if not, write to the Free Software
|
||||||
## You should have received a copy of the GNU Lesser General Public
|
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
## License along with this library; if not, write to the Free Software
|
##
|
||||||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
## @category PHPExcel
|
||||||
##
|
## @package PHPExcel_Settings
|
||||||
## @category PHPExcel
|
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
||||||
## @package PHPExcel_Settings
|
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
## @version ##VERSION##, ##DATE##
|
||||||
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
##
|
||||||
## @version ##VERSION##, ##DATE##
|
##
|
||||||
##
|
|
||||||
##
|
|
||||||
|
##
|
||||||
|
## (For future use)
|
||||||
##
|
##
|
||||||
## (For future use)
|
currencySymbol = £
|
||||||
##
|
|
||||||
currencySymbol = £
|
|
||||||
|
|||||||
@ -1,47 +1,47 @@
|
|||||||
|
##
|
||||||
|
## PHPExcel
|
||||||
##
|
##
|
||||||
## PHPExcel
|
## Copyright (c) 2006 - 2013 PHPExcel
|
||||||
##
|
##
|
||||||
## Copyright (c) 2006 - 2013 PHPExcel
|
## This library is free software; you can redistribute it and/or
|
||||||
##
|
## modify it under the terms of the GNU Lesser General Public
|
||||||
## This library is free software; you can redistribute it and/or
|
## License as published by the Free Software Foundation; either
|
||||||
## modify it under the terms of the GNU Lesser General Public
|
## version 2.1 of the License, or (at your option) any later version.
|
||||||
## License as published by the Free Software Foundation; either
|
##
|
||||||
## version 2.1 of the License, or (at your option) any later version.
|
## This library is distributed in the hope that it will be useful,
|
||||||
##
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## This library is distributed in the hope that it will be useful,
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
## Lesser General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
##
|
||||||
## Lesser General Public License for more details.
|
## You should have received a copy of the GNU Lesser General Public
|
||||||
##
|
## License along with this library; if not, write to the Free Software
|
||||||
## You should have received a copy of the GNU Lesser General Public
|
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
## License along with this library; if not, write to the Free Software
|
##
|
||||||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
## @category PHPExcel
|
||||||
##
|
## @package PHPExcel_Settings
|
||||||
## @category PHPExcel
|
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
||||||
## @package PHPExcel_Settings
|
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
## @version ##VERSION##, ##DATE##
|
||||||
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
##
|
||||||
## @version ##VERSION##, ##DATE##
|
##
|
||||||
##
|
|
||||||
##
|
|
||||||
|
ArgumentSeparator = ;
|
||||||
|
|
||||||
ArgumentSeparator = ;
|
|
||||||
|
##
|
||||||
|
## (For future use)
|
||||||
##
|
##
|
||||||
## (For future use)
|
currencySymbol = $ ## I'm surprised that the Excel Documentation suggests $ rather than €
|
||||||
##
|
|
||||||
currencySymbol = $ ## I'm surprised that the Excel Documentation suggests $ rather than €
|
|
||||||
|
##
|
||||||
|
## Excel Error Codes (For future use)
|
||||||
##
|
##
|
||||||
## Excel Error Codes (For future use)
|
NULL = #¡NULO!
|
||||||
##
|
DIV0 = #¡DIV/0!
|
||||||
NULL = #¡NULO!
|
VALUE = #¡VALOR!
|
||||||
DIV0 = #¡DIV/0!
|
REF = #¡REF!
|
||||||
VALUE = #¡VALOR!
|
NAME = #¿NOMBRE?
|
||||||
REF = #¡REF!
|
NUM = #¡NÚM!
|
||||||
NAME = #¿NOMBRE?
|
NA = #N/A
|
||||||
NUM = #¡NÚM!
|
|
||||||
NA = #N/A
|
|
||||||
|
|||||||
@ -1,47 +1,47 @@
|
|||||||
|
##
|
||||||
|
## PHPExcel
|
||||||
##
|
##
|
||||||
## PHPExcel
|
## Copyright (c) 2006 - 2013 PHPExcel
|
||||||
##
|
##
|
||||||
## Copyright (c) 2006 - 2013 PHPExcel
|
## This library is free software; you can redistribute it and/or
|
||||||
##
|
## modify it under the terms of the GNU Lesser General Public
|
||||||
## This library is free software; you can redistribute it and/or
|
## License as published by the Free Software Foundation; either
|
||||||
## modify it under the terms of the GNU Lesser General Public
|
## version 2.1 of the License, or (at your option) any later version.
|
||||||
## License as published by the Free Software Foundation; either
|
##
|
||||||
## version 2.1 of the License, or (at your option) any later version.
|
## This library is distributed in the hope that it will be useful,
|
||||||
##
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## This library is distributed in the hope that it will be useful,
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
## Lesser General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
##
|
||||||
## Lesser General Public License for more details.
|
## You should have received a copy of the GNU Lesser General Public
|
||||||
##
|
## License along with this library; if not, write to the Free Software
|
||||||
## You should have received a copy of the GNU Lesser General Public
|
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
## License along with this library; if not, write to the Free Software
|
##
|
||||||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
## @category PHPExcel
|
||||||
##
|
## @package PHPExcel_Settings
|
||||||
## @category PHPExcel
|
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
||||||
## @package PHPExcel_Settings
|
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
## @version ##VERSION##, ##DATE##
|
||||||
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
##
|
||||||
## @version ##VERSION##, ##DATE##
|
##
|
||||||
##
|
|
||||||
##
|
|
||||||
|
ArgumentSeparator = ;
|
||||||
|
|
||||||
ArgumentSeparator = ;
|
|
||||||
|
##
|
||||||
|
## (For future use)
|
||||||
##
|
##
|
||||||
## (For future use)
|
currencySymbol = $ # Symbol not known, should it be a € (Euro)?
|
||||||
##
|
|
||||||
currencySymbol = $ # Symbol not known, should it be a € (Euro)?
|
|
||||||
|
##
|
||||||
|
## Excel Error Codes (For future use)
|
||||||
##
|
##
|
||||||
## Excel Error Codes (For future use)
|
NULL = #TYHJÄ!
|
||||||
##
|
DIV0 = #JAKO/0!
|
||||||
NULL = #TYHJÄ!
|
VALUE = #ARVO!
|
||||||
DIV0 = #JAKO/0!
|
REF = #VIITTAUS!
|
||||||
VALUE = #ARVO!
|
NAME = #NIMI?
|
||||||
REF = #VIITTAUS!
|
NUM = #LUKU!
|
||||||
NAME = #NIMI?
|
NA = #PUUTTUU
|
||||||
NUM = #LUKU!
|
|
||||||
NA = #PUUTTUU
|
|
||||||
|
|||||||
@ -1,47 +1,47 @@
|
|||||||
|
##
|
||||||
|
## PHPExcel
|
||||||
##
|
##
|
||||||
## PHPExcel
|
## Copyright (c) 2006 - 2013 PHPExcel
|
||||||
##
|
##
|
||||||
## Copyright (c) 2006 - 2013 PHPExcel
|
## This library is free software; you can redistribute it and/or
|
||||||
##
|
## modify it under the terms of the GNU Lesser General Public
|
||||||
## This library is free software; you can redistribute it and/or
|
## License as published by the Free Software Foundation; either
|
||||||
## modify it under the terms of the GNU Lesser General Public
|
## version 2.1 of the License, or (at your option) any later version.
|
||||||
## License as published by the Free Software Foundation; either
|
##
|
||||||
## version 2.1 of the License, or (at your option) any later version.
|
## This library is distributed in the hope that it will be useful,
|
||||||
##
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## This library is distributed in the hope that it will be useful,
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
## Lesser General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
##
|
||||||
## Lesser General Public License for more details.
|
## You should have received a copy of the GNU Lesser General Public
|
||||||
##
|
## License along with this library; if not, write to the Free Software
|
||||||
## You should have received a copy of the GNU Lesser General Public
|
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
## License along with this library; if not, write to the Free Software
|
##
|
||||||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
## @category PHPExcel
|
||||||
##
|
## @package PHPExcel_Settings
|
||||||
## @category PHPExcel
|
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
||||||
## @package PHPExcel_Settings
|
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
## @version ##VERSION##, ##DATE##
|
||||||
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
##
|
||||||
## @version ##VERSION##, ##DATE##
|
##
|
||||||
##
|
|
||||||
##
|
|
||||||
|
ArgumentSeparator = ;
|
||||||
|
|
||||||
ArgumentSeparator = ;
|
|
||||||
|
##
|
||||||
|
## (For future use)
|
||||||
##
|
##
|
||||||
## (For future use)
|
currencySymbol = €
|
||||||
##
|
|
||||||
currencySymbol = €
|
|
||||||
|
##
|
||||||
|
## Excel Error Codes (For future use)
|
||||||
##
|
##
|
||||||
## Excel Error Codes (For future use)
|
NULL = #NUL!
|
||||||
##
|
DIV0 = #DIV/0!
|
||||||
NULL = #NUL!
|
VALUE = #VALEUR!
|
||||||
DIV0 = #DIV/0!
|
REF = #REF!
|
||||||
VALUE = #VALEUR!
|
NAME = #NOM?
|
||||||
REF = #REF!
|
NUM = #NOMBRE!
|
||||||
NAME = #NOM?
|
NA = #N/A
|
||||||
NUM = #NOMBRE!
|
|
||||||
NA = #N/A
|
|
||||||
|
|||||||
@ -1,47 +1,47 @@
|
|||||||
|
##
|
||||||
|
## PHPExcel
|
||||||
##
|
##
|
||||||
## PHPExcel
|
## Copyright (c) 2006 - 2013 PHPExcel
|
||||||
##
|
##
|
||||||
## Copyright (c) 2006 - 2013 PHPExcel
|
## This library is free software; you can redistribute it and/or
|
||||||
##
|
## modify it under the terms of the GNU Lesser General Public
|
||||||
## This library is free software; you can redistribute it and/or
|
## License as published by the Free Software Foundation; either
|
||||||
## modify it under the terms of the GNU Lesser General Public
|
## version 2.1 of the License, or (at your option) any later version.
|
||||||
## License as published by the Free Software Foundation; either
|
##
|
||||||
## version 2.1 of the License, or (at your option) any later version.
|
## This library is distributed in the hope that it will be useful,
|
||||||
##
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## This library is distributed in the hope that it will be useful,
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
## Lesser General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
##
|
||||||
## Lesser General Public License for more details.
|
## You should have received a copy of the GNU Lesser General Public
|
||||||
##
|
## License along with this library; if not, write to the Free Software
|
||||||
## You should have received a copy of the GNU Lesser General Public
|
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
## License along with this library; if not, write to the Free Software
|
##
|
||||||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
## @category PHPExcel
|
||||||
##
|
## @package PHPExcel_Settings
|
||||||
## @category PHPExcel
|
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
||||||
## @package PHPExcel_Settings
|
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
## @version ##VERSION##, ##DATE##
|
||||||
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
##
|
||||||
## @version ##VERSION##, ##DATE##
|
##
|
||||||
##
|
|
||||||
##
|
|
||||||
|
ArgumentSeparator = ;
|
||||||
|
|
||||||
ArgumentSeparator = ;
|
|
||||||
|
##
|
||||||
|
## (For future use)
|
||||||
##
|
##
|
||||||
## (For future use)
|
currencySymbol = Ft
|
||||||
##
|
|
||||||
currencySymbol = Ft
|
|
||||||
|
##
|
||||||
|
## Excel Error Codes (For future use)
|
||||||
##
|
##
|
||||||
## Excel Error Codes (For future use)
|
NULL = #NULLA!
|
||||||
##
|
DIV0 = #ZÉRÓOSZTÓ!
|
||||||
NULL = #NULLA!
|
VALUE = #ÉRTÉK!
|
||||||
DIV0 = #ZÉRÓOSZTÓ!
|
REF = #HIV!
|
||||||
VALUE = #ÉRTÉK!
|
NAME = #NÉV?
|
||||||
REF = #HIV!
|
NUM = #SZÁM!
|
||||||
NAME = #NÉV?
|
NA = #HIÁNYZIK
|
||||||
NUM = #SZÁM!
|
|
||||||
NA = #HIÁNYZIK
|
|
||||||
|
|||||||
@ -1,47 +1,47 @@
|
|||||||
|
##
|
||||||
|
## PHPExcel
|
||||||
##
|
##
|
||||||
## PHPExcel
|
## Copyright (c) 2006 - 2013 PHPExcel
|
||||||
##
|
##
|
||||||
## Copyright (c) 2006 - 2013 PHPExcel
|
## This library is free software; you can redistribute it and/or
|
||||||
##
|
## modify it under the terms of the GNU Lesser General Public
|
||||||
## This library is free software; you can redistribute it and/or
|
## License as published by the Free Software Foundation; either
|
||||||
## modify it under the terms of the GNU Lesser General Public
|
## version 2.1 of the License, or (at your option) any later version.
|
||||||
## License as published by the Free Software Foundation; either
|
##
|
||||||
## version 2.1 of the License, or (at your option) any later version.
|
## This library is distributed in the hope that it will be useful,
|
||||||
##
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## This library is distributed in the hope that it will be useful,
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
## Lesser General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
##
|
||||||
## Lesser General Public License for more details.
|
## You should have received a copy of the GNU Lesser General Public
|
||||||
##
|
## License along with this library; if not, write to the Free Software
|
||||||
## You should have received a copy of the GNU Lesser General Public
|
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
## License along with this library; if not, write to the Free Software
|
##
|
||||||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
## @category PHPExcel
|
||||||
##
|
## @package PHPExcel_Settings
|
||||||
## @category PHPExcel
|
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
||||||
## @package PHPExcel_Settings
|
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
## @version ##VERSION##, ##DATE##
|
||||||
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
##
|
||||||
## @version ##VERSION##, ##DATE##
|
##
|
||||||
##
|
|
||||||
##
|
|
||||||
|
ArgumentSeparator = ;
|
||||||
|
|
||||||
ArgumentSeparator = ;
|
|
||||||
|
##
|
||||||
|
## (For future use)
|
||||||
##
|
##
|
||||||
## (For future use)
|
currencySymbol = €
|
||||||
##
|
|
||||||
currencySymbol = €
|
|
||||||
|
##
|
||||||
|
## Excel Error Codes (For future use)
|
||||||
##
|
##
|
||||||
## Excel Error Codes (For future use)
|
NULL = #NULLO!
|
||||||
##
|
DIV0 = #DIV/0!
|
||||||
NULL = #NULLO!
|
VALUE = #VALORE!
|
||||||
DIV0 = #DIV/0!
|
REF = #RIF!
|
||||||
VALUE = #VALORE!
|
NAME = #NOME?
|
||||||
REF = #RIF!
|
NUM = #NUM!
|
||||||
NAME = #NOME?
|
NA = #N/D
|
||||||
NUM = #NUM!
|
|
||||||
NA = #N/D
|
|
||||||
|
|||||||
@ -1,47 +1,47 @@
|
|||||||
|
##
|
||||||
|
## PHPExcel
|
||||||
##
|
##
|
||||||
## PHPExcel
|
## Copyright (c) 2006 - 2013 PHPExcel
|
||||||
##
|
##
|
||||||
## Copyright (c) 2006 - 2013 PHPExcel
|
## This library is free software; you can redistribute it and/or
|
||||||
##
|
## modify it under the terms of the GNU Lesser General Public
|
||||||
## This library is free software; you can redistribute it and/or
|
## License as published by the Free Software Foundation; either
|
||||||
## modify it under the terms of the GNU Lesser General Public
|
## version 2.1 of the License, or (at your option) any later version.
|
||||||
## License as published by the Free Software Foundation; either
|
##
|
||||||
## version 2.1 of the License, or (at your option) any later version.
|
## This library is distributed in the hope that it will be useful,
|
||||||
##
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## This library is distributed in the hope that it will be useful,
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
## Lesser General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
##
|
||||||
## Lesser General Public License for more details.
|
## You should have received a copy of the GNU Lesser General Public
|
||||||
##
|
## License along with this library; if not, write to the Free Software
|
||||||
## You should have received a copy of the GNU Lesser General Public
|
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
## License along with this library; if not, write to the Free Software
|
##
|
||||||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
## @category PHPExcel
|
||||||
##
|
## @package PHPExcel_Settings
|
||||||
## @category PHPExcel
|
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
||||||
## @package PHPExcel_Settings
|
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
## @version ##VERSION##, ##DATE##
|
||||||
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
##
|
||||||
## @version ##VERSION##, ##DATE##
|
##
|
||||||
##
|
|
||||||
##
|
|
||||||
|
ArgumentSeparator = ;
|
||||||
|
|
||||||
ArgumentSeparator = ;
|
|
||||||
|
##
|
||||||
|
## (For future use)
|
||||||
##
|
##
|
||||||
## (For future use)
|
currencySymbol = €
|
||||||
##
|
|
||||||
currencySymbol = €
|
|
||||||
|
##
|
||||||
|
## Excel Error Codes (For future use)
|
||||||
##
|
##
|
||||||
## Excel Error Codes (For future use)
|
NULL = #LEEG!
|
||||||
##
|
DIV0 = #DEEL/0!
|
||||||
NULL = #LEEG!
|
VALUE = #WAARDE!
|
||||||
DIV0 = #DEEL/0!
|
REF = #VERW!
|
||||||
VALUE = #WAARDE!
|
NAME = #NAAM?
|
||||||
REF = #VERW!
|
NUM = #GETAL!
|
||||||
NAME = #NAAM?
|
NA = #N/B
|
||||||
NUM = #GETAL!
|
|
||||||
NA = #N/B
|
|
||||||
|
|||||||
@ -1,47 +1,47 @@
|
|||||||
|
##
|
||||||
|
## PHPExcel
|
||||||
##
|
##
|
||||||
## PHPExcel
|
## Copyright (c) 2006 - 2013 PHPExcel
|
||||||
##
|
##
|
||||||
## Copyright (c) 2006 - 2013 PHPExcel
|
## This library is free software; you can redistribute it and/or
|
||||||
##
|
## modify it under the terms of the GNU Lesser General Public
|
||||||
## This library is free software; you can redistribute it and/or
|
## License as published by the Free Software Foundation; either
|
||||||
## modify it under the terms of the GNU Lesser General Public
|
## version 2.1 of the License, or (at your option) any later version.
|
||||||
## License as published by the Free Software Foundation; either
|
##
|
||||||
## version 2.1 of the License, or (at your option) any later version.
|
## This library is distributed in the hope that it will be useful,
|
||||||
##
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## This library is distributed in the hope that it will be useful,
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
## Lesser General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
##
|
||||||
## Lesser General Public License for more details.
|
## You should have received a copy of the GNU Lesser General Public
|
||||||
##
|
## License along with this library; if not, write to the Free Software
|
||||||
## You should have received a copy of the GNU Lesser General Public
|
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
## License along with this library; if not, write to the Free Software
|
##
|
||||||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
## @category PHPExcel
|
||||||
##
|
## @package PHPExcel_Settings
|
||||||
## @category PHPExcel
|
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
||||||
## @package PHPExcel_Settings
|
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
## @version ##VERSION##, ##DATE##
|
||||||
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
##
|
||||||
## @version ##VERSION##, ##DATE##
|
##
|
||||||
##
|
|
||||||
##
|
|
||||||
|
ArgumentSeparator = ;
|
||||||
|
|
||||||
ArgumentSeparator = ;
|
|
||||||
|
##
|
||||||
|
## (For future use)
|
||||||
##
|
##
|
||||||
## (For future use)
|
currencySymbol = kr
|
||||||
##
|
|
||||||
currencySymbol = kr
|
|
||||||
|
##
|
||||||
|
## Excel Error Codes (For future use)
|
||||||
##
|
##
|
||||||
## Excel Error Codes (For future use)
|
NULL = #NULL!
|
||||||
##
|
DIV0 = #DIV/0!
|
||||||
NULL = #NULL!
|
VALUE = #VERDI!
|
||||||
DIV0 = #DIV/0!
|
REF = #REF!
|
||||||
VALUE = #VERDI!
|
NAME = #NAVN?
|
||||||
REF = #REF!
|
NUM = #NUM!
|
||||||
NAME = #NAVN?
|
NA = #I/T
|
||||||
NUM = #NUM!
|
|
||||||
NA = #I/T
|
|
||||||
|
|||||||
@ -1,47 +1,47 @@
|
|||||||
|
##
|
||||||
|
## PHPExcel
|
||||||
##
|
##
|
||||||
## PHPExcel
|
## Copyright (c) 2006 - 2013 PHPExcel
|
||||||
##
|
##
|
||||||
## Copyright (c) 2006 - 2013 PHPExcel
|
## This library is free software; you can redistribute it and/or
|
||||||
##
|
## modify it under the terms of the GNU Lesser General Public
|
||||||
## This library is free software; you can redistribute it and/or
|
## License as published by the Free Software Foundation; either
|
||||||
## modify it under the terms of the GNU Lesser General Public
|
## version 2.1 of the License, or (at your option) any later version.
|
||||||
## License as published by the Free Software Foundation; either
|
##
|
||||||
## version 2.1 of the License, or (at your option) any later version.
|
## This library is distributed in the hope that it will be useful,
|
||||||
##
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## This library is distributed in the hope that it will be useful,
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
## Lesser General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
##
|
||||||
## Lesser General Public License for more details.
|
## You should have received a copy of the GNU Lesser General Public
|
||||||
##
|
## License along with this library; if not, write to the Free Software
|
||||||
## You should have received a copy of the GNU Lesser General Public
|
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
## License along with this library; if not, write to the Free Software
|
##
|
||||||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
## @category PHPExcel
|
||||||
##
|
## @package PHPExcel_Settings
|
||||||
## @category PHPExcel
|
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
||||||
## @package PHPExcel_Settings
|
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
## @version ##VERSION##, ##DATE##
|
||||||
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
##
|
||||||
## @version ##VERSION##, ##DATE##
|
##
|
||||||
##
|
|
||||||
##
|
|
||||||
|
ArgumentSeparator = ;
|
||||||
|
|
||||||
ArgumentSeparator = ;
|
|
||||||
|
##
|
||||||
|
## (For future use)
|
||||||
##
|
##
|
||||||
## (For future use)
|
currencySymbol = zł
|
||||||
##
|
|
||||||
currencySymbol = zł
|
|
||||||
|
##
|
||||||
|
## Excel Error Codes (For future use)
|
||||||
##
|
##
|
||||||
## Excel Error Codes (For future use)
|
NULL = #ZERO!
|
||||||
##
|
DIV0 = #DZIEL/0!
|
||||||
NULL = #ZERO!
|
VALUE = #ARG!
|
||||||
DIV0 = #DZIEL/0!
|
REF = #ADR!
|
||||||
VALUE = #ARG!
|
NAME = #NAZWA?
|
||||||
REF = #ADR!
|
NUM = #LICZBA!
|
||||||
NAME = #NAZWA?
|
NA = #N/D!
|
||||||
NUM = #LICZBA!
|
|
||||||
NA = #N/D!
|
|
||||||
|
|||||||
@ -1,47 +1,47 @@
|
|||||||
|
##
|
||||||
|
## PHPExcel
|
||||||
##
|
##
|
||||||
## PHPExcel
|
## Copyright (c) 2006 - 2013 PHPExcel
|
||||||
##
|
##
|
||||||
## Copyright (c) 2006 - 2013 PHPExcel
|
## This library is free software; you can redistribute it and/or
|
||||||
##
|
## modify it under the terms of the GNU Lesser General Public
|
||||||
## This library is free software; you can redistribute it and/or
|
## License as published by the Free Software Foundation; either
|
||||||
## modify it under the terms of the GNU Lesser General Public
|
## version 2.1 of the License, or (at your option) any later version.
|
||||||
## License as published by the Free Software Foundation; either
|
##
|
||||||
## version 2.1 of the License, or (at your option) any later version.
|
## This library is distributed in the hope that it will be useful,
|
||||||
##
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## This library is distributed in the hope that it will be useful,
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
## Lesser General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
##
|
||||||
## Lesser General Public License for more details.
|
## You should have received a copy of the GNU Lesser General Public
|
||||||
##
|
## License along with this library; if not, write to the Free Software
|
||||||
## You should have received a copy of the GNU Lesser General Public
|
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
## License along with this library; if not, write to the Free Software
|
##
|
||||||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
## @category PHPExcel
|
||||||
##
|
## @package PHPExcel_Settings
|
||||||
## @category PHPExcel
|
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
||||||
## @package PHPExcel_Settings
|
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
## @version ##VERSION##, ##DATE##
|
||||||
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
##
|
||||||
## @version ##VERSION##, ##DATE##
|
##
|
||||||
##
|
|
||||||
##
|
|
||||||
|
ArgumentSeparator = ;
|
||||||
|
|
||||||
ArgumentSeparator = ;
|
|
||||||
|
##
|
||||||
|
## (For future use)
|
||||||
##
|
##
|
||||||
## (For future use)
|
currencySymbol = R$
|
||||||
##
|
|
||||||
currencySymbol = R$
|
|
||||||
|
##
|
||||||
|
## Excel Error Codes (For future use)
|
||||||
##
|
##
|
||||||
## Excel Error Codes (For future use)
|
NULL = #NULO!
|
||||||
##
|
DIV0 = #DIV/0!
|
||||||
NULL = #NULO!
|
VALUE = #VALOR!
|
||||||
DIV0 = #DIV/0!
|
REF = #REF!
|
||||||
VALUE = #VALOR!
|
NAME = #NOME?
|
||||||
REF = #REF!
|
NUM = #NÚM!
|
||||||
NAME = #NOME?
|
NA = #N/D
|
||||||
NUM = #NÚM!
|
|
||||||
NA = #N/D
|
|
||||||
|
|||||||
@ -1,47 +1,47 @@
|
|||||||
|
##
|
||||||
|
## PHPExcel
|
||||||
##
|
##
|
||||||
## PHPExcel
|
## Copyright (c) 2006 - 2013 PHPExcel
|
||||||
##
|
##
|
||||||
## Copyright (c) 2006 - 2013 PHPExcel
|
## This library is free software; you can redistribute it and/or
|
||||||
##
|
## modify it under the terms of the GNU Lesser General Public
|
||||||
## This library is free software; you can redistribute it and/or
|
## License as published by the Free Software Foundation; either
|
||||||
## modify it under the terms of the GNU Lesser General Public
|
## version 2.1 of the License, or (at your option) any later version.
|
||||||
## License as published by the Free Software Foundation; either
|
##
|
||||||
## version 2.1 of the License, or (at your option) any later version.
|
## This library is distributed in the hope that it will be useful,
|
||||||
##
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## This library is distributed in the hope that it will be useful,
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
## Lesser General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
##
|
||||||
## Lesser General Public License for more details.
|
## You should have received a copy of the GNU Lesser General Public
|
||||||
##
|
## License along with this library; if not, write to the Free Software
|
||||||
## You should have received a copy of the GNU Lesser General Public
|
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
## License along with this library; if not, write to the Free Software
|
##
|
||||||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
## @category PHPExcel
|
||||||
##
|
## @package PHPExcel_Settings
|
||||||
## @category PHPExcel
|
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
||||||
## @package PHPExcel_Settings
|
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
## @version ##VERSION##, ##DATE##
|
||||||
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
##
|
||||||
## @version ##VERSION##, ##DATE##
|
##
|
||||||
##
|
|
||||||
##
|
|
||||||
|
ArgumentSeparator = ;
|
||||||
|
|
||||||
ArgumentSeparator = ;
|
|
||||||
|
##
|
||||||
|
## (For future use)
|
||||||
##
|
##
|
||||||
## (For future use)
|
currencySymbol = €
|
||||||
##
|
|
||||||
currencySymbol = €
|
|
||||||
|
##
|
||||||
|
## Excel Error Codes (For future use)
|
||||||
##
|
##
|
||||||
## Excel Error Codes (For future use)
|
NULL = #NULO!
|
||||||
##
|
DIV0 = #DIV/0!
|
||||||
NULL = #NULO!
|
VALUE = #VALOR!
|
||||||
DIV0 = #DIV/0!
|
REF = #REF!
|
||||||
VALUE = #VALOR!
|
NAME = #NOME?
|
||||||
REF = #REF!
|
NUM = #NÚM!
|
||||||
NAME = #NOME?
|
NA = #N/D
|
||||||
NUM = #NÚM!
|
|
||||||
NA = #N/D
|
|
||||||
|
|||||||
@ -1,47 +1,47 @@
|
|||||||
|
##
|
||||||
|
## PHPExcel
|
||||||
##
|
##
|
||||||
## PHPExcel
|
## Copyright (c) 2006 - 2013 PHPExcel
|
||||||
##
|
##
|
||||||
## Copyright (c) 2006 - 2013 PHPExcel
|
## This library is free software; you can redistribute it and/or
|
||||||
##
|
## modify it under the terms of the GNU Lesser General Public
|
||||||
## This library is free software; you can redistribute it and/or
|
## License as published by the Free Software Foundation; either
|
||||||
## modify it under the terms of the GNU Lesser General Public
|
## version 2.1 of the License, or (at your option) any later version.
|
||||||
## License as published by the Free Software Foundation; either
|
##
|
||||||
## version 2.1 of the License, or (at your option) any later version.
|
## This library is distributed in the hope that it will be useful,
|
||||||
##
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## This library is distributed in the hope that it will be useful,
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
## Lesser General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
##
|
||||||
## Lesser General Public License for more details.
|
## You should have received a copy of the GNU Lesser General Public
|
||||||
##
|
## License along with this library; if not, write to the Free Software
|
||||||
## You should have received a copy of the GNU Lesser General Public
|
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
## License along with this library; if not, write to the Free Software
|
##
|
||||||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
## @category PHPExcel
|
||||||
##
|
## @package PHPExcel_Settings
|
||||||
## @category PHPExcel
|
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
||||||
## @package PHPExcel_Settings
|
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
## @version ##VERSION##, ##DATE##
|
||||||
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
##
|
||||||
## @version ##VERSION##, ##DATE##
|
##
|
||||||
##
|
|
||||||
##
|
|
||||||
|
ArgumentSeparator = ;
|
||||||
|
|
||||||
ArgumentSeparator = ;
|
|
||||||
|
##
|
||||||
|
## (For future use)
|
||||||
##
|
##
|
||||||
## (For future use)
|
currencySymbol = р
|
||||||
##
|
|
||||||
currencySymbol = р
|
|
||||||
|
##
|
||||||
|
## Excel Error Codes (For future use)
|
||||||
##
|
##
|
||||||
## Excel Error Codes (For future use)
|
NULL = #ПУСТО!
|
||||||
##
|
DIV0 = #ДЕЛ/0!
|
||||||
NULL = #ПУСТО!
|
VALUE = #ЗНАЧ!
|
||||||
DIV0 = #ДЕЛ/0!
|
REF = #ССЫЛ!
|
||||||
VALUE = #ЗНАЧ!
|
NAME = #ИМЯ?
|
||||||
REF = #ССЫЛ!
|
NUM = #ЧИСЛО!
|
||||||
NAME = #ИМЯ?
|
NA = #Н/Д
|
||||||
NUM = #ЧИСЛО!
|
|
||||||
NA = #Н/Д
|
|
||||||
|
|||||||
@ -1,47 +1,47 @@
|
|||||||
|
##
|
||||||
|
## PHPExcel
|
||||||
##
|
##
|
||||||
## PHPExcel
|
## Copyright (c) 2006 - 2013 PHPExcel
|
||||||
##
|
##
|
||||||
## Copyright (c) 2006 - 2013 PHPExcel
|
## This library is free software; you can redistribute it and/or
|
||||||
##
|
## modify it under the terms of the GNU Lesser General Public
|
||||||
## This library is free software; you can redistribute it and/or
|
## License as published by the Free Software Foundation; either
|
||||||
## modify it under the terms of the GNU Lesser General Public
|
## version 2.1 of the License, or (at your option) any later version.
|
||||||
## License as published by the Free Software Foundation; either
|
##
|
||||||
## version 2.1 of the License, or (at your option) any later version.
|
## This library is distributed in the hope that it will be useful,
|
||||||
##
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## This library is distributed in the hope that it will be useful,
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
## Lesser General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
##
|
||||||
## Lesser General Public License for more details.
|
## You should have received a copy of the GNU Lesser General Public
|
||||||
##
|
## License along with this library; if not, write to the Free Software
|
||||||
## You should have received a copy of the GNU Lesser General Public
|
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
## License along with this library; if not, write to the Free Software
|
##
|
||||||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
## @category PHPExcel
|
||||||
##
|
## @package PHPExcel_Settings
|
||||||
## @category PHPExcel
|
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
||||||
## @package PHPExcel_Settings
|
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
## @version ##VERSION##, ##DATE##
|
||||||
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
##
|
||||||
## @version ##VERSION##, ##DATE##
|
##
|
||||||
##
|
|
||||||
##
|
|
||||||
|
ArgumentSeparator = ;
|
||||||
|
|
||||||
ArgumentSeparator = ;
|
|
||||||
|
##
|
||||||
|
## (For future use)
|
||||||
##
|
##
|
||||||
## (For future use)
|
currencySymbol = kr
|
||||||
##
|
|
||||||
currencySymbol = kr
|
|
||||||
|
##
|
||||||
|
## Excel Error Codes (For future use)
|
||||||
##
|
##
|
||||||
## Excel Error Codes (For future use)
|
NULL = #Skärning!
|
||||||
##
|
DIV0 = #Division/0!
|
||||||
NULL = #Skärning!
|
VALUE = #Värdefel!
|
||||||
DIV0 = #Division/0!
|
REF = #Referens!
|
||||||
VALUE = #Värdefel!
|
NAME = #Namn?
|
||||||
REF = #Referens!
|
NUM = #Ogiltigt!
|
||||||
NAME = #Namn?
|
NA = #Saknas!
|
||||||
NUM = #Ogiltigt!
|
|
||||||
NA = #Saknas!
|
|
||||||
|
|||||||
@ -1,47 +1,47 @@
|
|||||||
|
##
|
||||||
|
## PHPExcel
|
||||||
##
|
##
|
||||||
## PHPExcel
|
## Copyright (c) 2006 - 2013 PHPExcel
|
||||||
##
|
##
|
||||||
## Copyright (c) 2006 - 2013 PHPExcel
|
## This library is free software; you can redistribute it and/or
|
||||||
##
|
## modify it under the terms of the GNU Lesser General Public
|
||||||
## This library is free software; you can redistribute it and/or
|
## License as published by the Free Software Foundation; either
|
||||||
## modify it under the terms of the GNU Lesser General Public
|
## version 2.1 of the License, or (at your option) any later version.
|
||||||
## License as published by the Free Software Foundation; either
|
##
|
||||||
## version 2.1 of the License, or (at your option) any later version.
|
## This library is distributed in the hope that it will be useful,
|
||||||
##
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## This library is distributed in the hope that it will be useful,
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
## Lesser General Public License for more details.
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
##
|
||||||
## Lesser General Public License for more details.
|
## You should have received a copy of the GNU Lesser General Public
|
||||||
##
|
## License along with this library; if not, write to the Free Software
|
||||||
## You should have received a copy of the GNU Lesser General Public
|
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
## License along with this library; if not, write to the Free Software
|
##
|
||||||
## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
## @category PHPExcel
|
||||||
##
|
## @package PHPExcel_Settings
|
||||||
## @category PHPExcel
|
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
||||||
## @package PHPExcel_Settings
|
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
||||||
## @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel)
|
## @version ##VERSION##, ##DATE##
|
||||||
## @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
##
|
||||||
## @version ##VERSION##, ##DATE##
|
##
|
||||||
##
|
|
||||||
##
|
|
||||||
|
ArgumentSeparator = ;
|
||||||
|
|
||||||
ArgumentSeparator = ;
|
|
||||||
|
##
|
||||||
|
## (For future use)
|
||||||
##
|
##
|
||||||
## (For future use)
|
currencySymbol = YTL
|
||||||
##
|
|
||||||
currencySymbol = YTL
|
|
||||||
|
##
|
||||||
|
## Excel Error Codes (For future use)
|
||||||
##
|
##
|
||||||
## Excel Error Codes (For future use)
|
NULL = #BOŞ!
|
||||||
##
|
DIV0 = #SAYI/0!
|
||||||
NULL = #BOŞ!
|
VALUE = #DEĞER!
|
||||||
DIV0 = #SAYI/0!
|
REF = #BAŞV!
|
||||||
VALUE = #DEĞER!
|
NAME = #AD?
|
||||||
REF = #BAŞV!
|
NUM = #SAYI!
|
||||||
NAME = #AD?
|
NA = #YOK
|
||||||
NUM = #SAYI!
|
|
||||||
NA = #YOK
|
|
||||||
|
|||||||
@ -14,10 +14,12 @@ DeleteIntervention=Delete intervention
|
|||||||
ValidateIntervention=Validate intervention
|
ValidateIntervention=Validate intervention
|
||||||
ModifyIntervention=Modify intervention
|
ModifyIntervention=Modify intervention
|
||||||
DeleteInterventionLine=Delete intervention line
|
DeleteInterventionLine=Delete intervention line
|
||||||
|
CloneIntervention=Clone intervention
|
||||||
ConfirmDeleteIntervention=Are you sure you want to delete this intervention ?
|
ConfirmDeleteIntervention=Are you sure you want to delete this intervention ?
|
||||||
ConfirmValidateIntervention=Are you sure you want to validate this intervention under name <b>%s</b> ?
|
ConfirmValidateIntervention=Are you sure you want to validate this intervention under name <b>%s</b> ?
|
||||||
ConfirmModifyIntervention=Are you sure you want to modify this intervention ?
|
ConfirmModifyIntervention=Are you sure you want to modify this intervention ?
|
||||||
ConfirmDeleteInterventionLine=Are you sure you want to delete this intervention line ?
|
ConfirmDeleteInterventionLine=Are you sure you want to delete this intervention line ?
|
||||||
|
ConfirmCloneIntervention=Are you sure you want to clone this intervention ?
|
||||||
NameAndSignatureOfInternalContact=Name and signature of intervening :
|
NameAndSignatureOfInternalContact=Name and signature of intervening :
|
||||||
NameAndSignatureOfExternalContact=Name and signature of customer :
|
NameAndSignatureOfExternalContact=Name and signature of customer :
|
||||||
DocumentModelStandard=Standard document model for interventions
|
DocumentModelStandard=Standard document model for interventions
|
||||||
|
|||||||
@ -744,6 +744,7 @@ SearchIntoMembers=Members
|
|||||||
SearchIntoUsers=Users
|
SearchIntoUsers=Users
|
||||||
SearchIntoProductsOrServices=Products or services
|
SearchIntoProductsOrServices=Products or services
|
||||||
SearchIntoProjects=Projects
|
SearchIntoProjects=Projects
|
||||||
|
SearchIntoTasks=Tasks
|
||||||
SearchIntoCustomerInvoices=Customer invoices
|
SearchIntoCustomerInvoices=Customer invoices
|
||||||
SearchIntoSupplierInvoices=Supplier invoices
|
SearchIntoSupplierInvoices=Supplier invoices
|
||||||
SearchIntoCustomerOrders=Customer orders
|
SearchIntoCustomerOrders=Customer orders
|
||||||
|
|||||||
@ -12,6 +12,7 @@ RequestsOpened=Open price requests
|
|||||||
SupplierProposalArea=Supplier proposals area
|
SupplierProposalArea=Supplier proposals area
|
||||||
SupplierProposalShort=Supplier proposal
|
SupplierProposalShort=Supplier proposal
|
||||||
SupplierProposals=Supplier proposals
|
SupplierProposals=Supplier proposals
|
||||||
|
SupplierProposalsShort=Supplier proposals
|
||||||
NewAskPrice=New price request
|
NewAskPrice=New price request
|
||||||
ShowSupplierProposal=Show price request
|
ShowSupplierProposal=Show price request
|
||||||
AddSupplierProposal=Create a price request
|
AddSupplierProposal=Create a price request
|
||||||
|
|||||||
@ -50,7 +50,7 @@ $cancel=GETPOST('cancel');
|
|||||||
|
|
||||||
$id=GETPOST('id', 'int');
|
$id=GETPOST('id', 'int');
|
||||||
$ref=GETPOST('ref', 'alpha');
|
$ref=GETPOST('ref', 'alpha');
|
||||||
$stocklimit = GETPOST('stocklimit');
|
$stocklimit = GETPOST('seuil_stock_alerte');
|
||||||
$desiredstock = GETPOST('desiredstock');
|
$desiredstock = GETPOST('desiredstock');
|
||||||
$cancel = GETPOST('cancel');
|
$cancel = GETPOST('cancel');
|
||||||
$fieldid = isset($_GET["ref"])?'ref':'rowid';
|
$fieldid = isset($_GET["ref"])?'ref':'rowid';
|
||||||
@ -70,7 +70,7 @@ $result=restrictedArea($user,'produit&stock',$id,'product&product','','',$fieldi
|
|||||||
if ($cancel) $action='';
|
if ($cancel) $action='';
|
||||||
|
|
||||||
// Set stock limit
|
// Set stock limit
|
||||||
if ($action == 'setstocklimit')
|
if ($action == 'setseuil_stock_alerte')
|
||||||
{
|
{
|
||||||
$object = new Product($db);
|
$object = new Product($db);
|
||||||
$result=$object->fetch($id);
|
$result=$object->fetch($id);
|
||||||
@ -78,6 +78,8 @@ if ($action == 'setstocklimit')
|
|||||||
$result=$object->update($object->id,$user,0,'update');
|
$result=$object->update($object->id,$user,0,'update');
|
||||||
if ($result < 0)
|
if ($result < 0)
|
||||||
setEventMessages($object->error, $object->errors, 'errors');
|
setEventMessages($object->error, $object->errors, 'errors');
|
||||||
|
//else
|
||||||
|
// setEventMessage($lans->trans("SavedRecordSuccessfully"));
|
||||||
$action='';
|
$action='';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -307,17 +307,19 @@ if (empty($reshook))
|
|||||||
// Delete file in doc form
|
// Delete file in doc form
|
||||||
if ($action == 'remove_file' && $user->rights->projet->creer)
|
if ($action == 'remove_file' && $user->rights->projet->creer)
|
||||||
{
|
{
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
|
|
||||||
|
|
||||||
if ($object->id > 0)
|
if ($object->id > 0)
|
||||||
{
|
{
|
||||||
$langs->load("other");
|
require_once DOL_DOCUMENT_ROOT . '/core/lib/files.lib.php';
|
||||||
$upload_dir = $conf->projet->dir_output . "/";
|
|
||||||
$urlfile=GETPOST('urlfile','alpha');
|
$langs->load("other");
|
||||||
$file = $upload_dir . '/' . $filetodelete;
|
$upload_dir = $conf->projet->dir_output;
|
||||||
$ret=dol_delete_file($file);
|
$file = $upload_dir . '/' . GETPOST('file');
|
||||||
if ($ret) setEventMessages($langs->trans("FileWasRemoved", $urlfile), null, 'mesgs');
|
$ret = dol_delete_file($file, 0, 0, 0, $object);
|
||||||
else setEventMessages($langs->trans("ErrorFailToDeleteFile", $urlfile), null, 'errors');
|
if ($ret)
|
||||||
|
setEventMessages($langs->trans("FileWasRemoved", GETPOST('file')), null, 'mesgs');
|
||||||
|
else
|
||||||
|
setEventMessages($langs->trans("ErrorFailToDeleteFile", GETPOST('file')), null, 'errors');
|
||||||
|
$action = '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -38,7 +38,11 @@ $id=GETPOST('id','int');
|
|||||||
|
|
||||||
$search_all=GETPOST('search_all');
|
$search_all=GETPOST('search_all');
|
||||||
$search_project=GETPOST('search_project');
|
$search_project=GETPOST('search_project');
|
||||||
if (! isset($_GET['search_projectstatus']) && ! isset($_POST['search_projectstatus'])) $search_projectstatus=1;
|
if (! isset($_GET['search_projectstatus']) && ! isset($_POST['search_projectstatus']))
|
||||||
|
{
|
||||||
|
if ($search_all != '') $search_projectstatus=-1;
|
||||||
|
else $search_projectstatus=1;
|
||||||
|
}
|
||||||
else $search_projectstatus=GETPOST('search_projectstatus');
|
else $search_projectstatus=GETPOST('search_projectstatus');
|
||||||
$search_project_ref=GETPOST('search_project_ref');
|
$search_project_ref=GETPOST('search_project_ref');
|
||||||
$search_project_title=GETPOST('search_project_title');
|
$search_project_title=GETPOST('search_project_title');
|
||||||
|
|||||||
@ -2610,7 +2610,7 @@ class Societe extends CommonObject
|
|||||||
* @param int $idprof 1,2,3,4 (Exemple: 1=siren,2=siret,3=naf,4=rcs/rm)
|
* @param int $idprof 1,2,3,4 (Exemple: 1=siren,2=siret,3=naf,4=rcs/rm)
|
||||||
* @param Societe $soc Objet societe
|
* @param Societe $soc Objet societe
|
||||||
* @return int <=0 if KO, >0 if OK
|
* @return int <=0 if KO, >0 if OK
|
||||||
* TODO not in business class
|
* TODO better to have this in a lib than into a business class
|
||||||
*/
|
*/
|
||||||
function id_prof_check($idprof,$soc)
|
function id_prof_check($idprof,$soc)
|
||||||
{
|
{
|
||||||
@ -2722,27 +2722,38 @@ class Societe extends CommonObject
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Renvoi url de verification d'un identifiant professionnal
|
* Return an url to check online a professional id or empty string
|
||||||
*
|
*
|
||||||
* @param int $idprof 1,2,3,4 (Exemple: 1=siren,2=siret,3=naf,4=rcs/rm)
|
* @param int $idprof 1,2,3,4 (Example: 1=siren,2=siret,3=naf,4=rcs/rm)
|
||||||
* @param Societe $soc Objet societe
|
* @param Societe $thirdparty Object thirdparty
|
||||||
* @return string url ou chaine vide si aucune url connue
|
* @return string Url or empty string if no URL known
|
||||||
* TODO not in business class
|
* TODO better in a lib than into business class
|
||||||
*/
|
*/
|
||||||
function id_prof_url($idprof,$soc)
|
function id_prof_url($idprof,$thirdparty)
|
||||||
{
|
{
|
||||||
global $conf,$langs;
|
global $conf,$langs,$hookmanager;
|
||||||
|
|
||||||
if (! empty($conf->global->MAIN_DISABLEPROFIDRULES)) return '';
|
|
||||||
|
|
||||||
$url='';
|
$url='';
|
||||||
|
|
||||||
|
$hookmanager->initHooks(array('idprofurl'));
|
||||||
|
$parameters=array('idprof'=>$idprof, 'company'=>$thirdparty);
|
||||||
|
$reshook=$hookmanager->executeHooks('getIdProfUrl',$parameters,$this,$action); // Note that $action and $object may have been modified by some hooks
|
||||||
|
if (empty($reshook))
|
||||||
|
{
|
||||||
|
if (! empty($conf->global->MAIN_DISABLEPROFIDRULES)) return '';
|
||||||
|
|
||||||
if ($idprof == 1 && $soc->country_code == 'FR') $url='http://www.societe.com/cgi-bin/recherche?rncs='.$soc->idprof1;
|
if ($idprof == 1 && $thirdparty->country_code == 'FR') $url='http://www.societe.com/cgi-bin/search?champs='.$thirdparty->idprof1; // See also http://avis-situation-sirene.insee.fr/
|
||||||
if ($idprof == 1 && ($soc->country_code == 'GB' || $soc->country_code == 'UK')) $url='http://www.companieshouse.gov.uk/WebCHeck/findinfolink/';
|
if ($idprof == 1 && ($thirdparty->country_code == 'GB' || $thirdparty->country_code == 'UK')) $url='http://www.companieshouse.gov.uk/WebCHeck/findinfolink/';
|
||||||
if ($idprof == 1 && $soc->country_code == 'ES') $url='http://www.e-informa.es/servlet/app/portal/ENTP/screen/SProducto/prod/ETIQUETA_EMPRESA/nif/'.$soc->idprof1;
|
if ($idprof == 1 && $thirdparty->country_code == 'ES') $url='http://www.e-informa.es/servlet/app/portal/ENTP/screen/SProducto/prod/ETIQUETA_EMPRESA/nif/'.$thirdparty->idprof1;
|
||||||
if ($idprof == 1 && $soc->country_code == 'IN') $url='http://www.tinxsys.com/TinxsysInternetWeb/dealerControllerServlet?tinNumber='.$soc->idprof1.';&searchBy=TIN&backPage=searchByTin_Inter.jsp';
|
if ($idprof == 1 && $thirdparty->country_code == 'IN') $url='http://www.tinxsys.com/TinxsysInternetWeb/dealerControllerServlet?tinNumber='.$thirdparty->idprof1.';&searchBy=TIN&backPage=searchByTin_Inter.jsp';
|
||||||
|
|
||||||
if ($url) return '<a target="_blank" href="'.$url.'">['.$langs->trans("Check").']</a>';
|
if ($url) return '<a target="_blank" href="'.$url.'">'.$langs->trans("Check").'</a>';
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
return $hookmanager->resPrint;
|
||||||
|
}
|
||||||
|
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 337 B After Width: | Height: | Size: 369 B |
@ -34,8 +34,9 @@ if (! defined('NOREQUIREMENU')) define('NOREQUIREMENU','1');
|
|||||||
if (! defined('NOREQUIREHTML')) define('NOREQUIREHTML','1');
|
if (! defined('NOREQUIREHTML')) define('NOREQUIREHTML','1');
|
||||||
if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1');
|
if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1');
|
||||||
if (! defined('NOREQUIREHOOK')) define('NOREQUIREHOOK','1'); // Disable "main.inc.php" hooks
|
if (! defined('NOREQUIREHOOK')) define('NOREQUIREHOOK','1'); // Disable "main.inc.php" hooks
|
||||||
// Pour autre que companylogo, on charge environnement + info issus de logon comme le user
|
// Some value of modulepart can be used to get resources that are public so no login are required.
|
||||||
if ((isset($_GET["modulepart"]) && $_GET["modulepart"] == 'companylogo') && ! defined("NOLOGIN")) define("NOLOGIN",'1');
|
if ((isset($_GET["modulepart"]) && $_GET["modulepart"] == 'companylogo') && ! defined("NOLOGIN")) define("NOLOGIN",'1');
|
||||||
|
if ((isset($_GET["modulepart"]) && $_GET["modulepart"] == 'medias') && ! defined("NOLOGIN")) define("NOLOGIN",'1');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Header empty
|
* Header empty
|
||||||
|
|||||||
@ -137,6 +137,8 @@ $urlwithroot=$urlwithouturlroot.DOL_URL_ROOT; // This is to use external domain
|
|||||||
* Actions
|
* Actions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
if (GETPOST('refreshsite')) $pageid=0; // If we change the site, we reset the pageid.
|
||||||
|
|
||||||
// Add page
|
// Add page
|
||||||
if ($action == 'add')
|
if ($action == 'add')
|
||||||
{
|
{
|
||||||
@ -321,7 +323,7 @@ if ($action == 'updatemeta')
|
|||||||
$res = $objectpage->fetch($pageid, $object->fk_website);
|
$res = $objectpage->fetch($pageid, $object->fk_website);
|
||||||
if ($res > 0)
|
if ($res > 0)
|
||||||
{
|
{
|
||||||
$objectpage->pageurl = GETPOST('WEBSITE_PAGENAME');
|
$objectpage->pageurl = GETPOST('WEBSITE_PAGENAME');
|
||||||
$objectpage->title = GETPOST('WEBSITE_TITLE');
|
$objectpage->title = GETPOST('WEBSITE_TITLE');
|
||||||
$objectpage->description = GETPOST('WEBSITE_DESCRIPTION');
|
$objectpage->description = GETPOST('WEBSITE_DESCRIPTION');
|
||||||
$objectpage->keywords = GETPOST('WEBSITE_KEYWORDS');
|
$objectpage->keywords = GETPOST('WEBSITE_KEYWORDS');
|
||||||
@ -476,7 +478,7 @@ if (count($object->records) > 0)
|
|||||||
}
|
}
|
||||||
$out.='</select>';
|
$out.='</select>';
|
||||||
print $out;
|
print $out;
|
||||||
print '<input type="submit" class="button" name="refresh" value="'.$langs->trans("Refresh").'">';
|
print '<input type="submit" class="button" name="refreshsite" value="'.$langs->trans("Refresh").'">';
|
||||||
|
|
||||||
if ($website)
|
if ($website)
|
||||||
{
|
{
|
||||||
@ -529,22 +531,31 @@ if (count($object->records) > 0)
|
|||||||
$out.='<select name="pageid">';
|
$out.='<select name="pageid">';
|
||||||
if ($atleastonepage)
|
if ($atleastonepage)
|
||||||
{
|
{
|
||||||
|
if (empty($pageid) && $action != 'create') // Page id is not defined, we try to take one
|
||||||
|
{
|
||||||
|
$firstpageid=0;$homepageid=0;
|
||||||
|
foreach($array as $key => $valpage)
|
||||||
|
{
|
||||||
|
if (empty($firstpageid)) $firstpageid=$valpage->id;
|
||||||
|
if ($object->fk_default_home && $key == $object->fk_default_home) $homepageid=$valpage->id;
|
||||||
|
}
|
||||||
|
$pageid=$homepageid?$homepageid:$firstpageid; // We choose home page and if not defined yet, we take first page
|
||||||
|
}
|
||||||
|
|
||||||
foreach($array as $key => $valpage)
|
foreach($array as $key => $valpage)
|
||||||
{
|
{
|
||||||
if (empty($pageid) && $action != 'create') $pageid=$valpage->id;
|
|
||||||
|
|
||||||
$out.='<option value="'.$key.'"';
|
$out.='<option value="'.$key.'"';
|
||||||
if ($pageid > 0 && $pageid == $key) $out.=' selected'; // To preselect a value
|
if ($pageid > 0 && $pageid == $key) $out.=' selected'; // To preselect a value
|
||||||
$out.='>';
|
$out.='>';
|
||||||
$out.=$valpage->title;
|
$out.=$valpage->title;
|
||||||
if ($object->fk_default_home && $key == $object->fk_default_home) $out.=' ('.$langs->trans("HomePage").')';
|
if ($object->fk_default_home && $key == $object->fk_default_home) $out.=' ('.$langs->trans("HomePage").')';
|
||||||
$out.='</option>';
|
$out.='</option>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else $out.='<option value="-1"> </option>';
|
else $out.='<option value="-1"> </option>';
|
||||||
$out.='</select>';
|
$out.='</select>';
|
||||||
print $out;
|
print $out;
|
||||||
print '<input type="submit" class="button" name="refresh" value="'.$langs->trans("Refresh").'"'.($atleastonepage?'':' disabled="disabled"').'>';
|
print '<input type="submit" class="button" name="refreshpage" value="'.$langs->trans("Refresh").'"'.($atleastonepage?'':' disabled="disabled"').'>';
|
||||||
print '<input type="submit" class="buttonDelete" name="delete" value="'.$langs->trans("Delete").'"'.($atleastonepage?'':' disabled="disabled"').'>';
|
print '<input type="submit" class="buttonDelete" name="delete" value="'.$langs->trans("Delete").'"'.($atleastonepage?'':' disabled="disabled"').'>';
|
||||||
//print $form->selectarray('page', $array);
|
//print $form->selectarray('page', $array);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user