dolibarr/htdocs/install
Christophe Battarel 2e4aa1131a prepare database for local taxes management
add localtax1_type and localtax2_type in database.
these type are char(1) and support following values :
'0' : local tax not applied
'1' : local tax apply on products and services without vat (vat is not applied on local tax)
'2' : local tax apply on products and services before vat (vat is calculated on amount + localtax)
'3' : local tax apply on products without vat (vat is not applied on local tax)
'4' : local tax apply on products before vat (vat is calculated on amount + localtax)
'5' : local tax apply on services without vat (vat is not applied on local tax)
'6' : local tax apply on services before vat (vat is calculated on amount + localtax)
'7' : local tax is a fix amount applied on global invoice
2012-09-10 11:00:35 +02:00
..
doctemplates New: Allow to use ODT templates for prososal like it's done for invoices 2012-02-05 19:37:52 +01:00
lib Fix: change the last $DB to $db 2012-07-30 18:43:49 +02:00
mssql Move mysql/pgsql/mssql dir into install directory. 2009-10-07 18:17:55 +00:00
mysql prepare database for local taxes management 2012-09-10 11:00:35 +02:00
pgsql Fix: syntax error in name of pgsql util proc. 2012-05-13 16:42:59 +02:00
background.png Enhancement of install/upgrade process: If database version differs from programs version, the install page is automatically called. 2009-08-08 16:26:06 +00:00
check.php Changed incorrect includes 2012-08-23 02:46:16 +02:00
default.css Install process is 10 times faster in step2 ! 2012-01-04 13:14:29 +01:00
etape1.php Fix: syntax error 2012-08-26 00:28:04 +02:00
etape2.php Changed incorrect includes 2012-08-23 02:46:16 +02:00
etape4.php Changed incorrect includes 2012-08-23 02:46:16 +02:00
etape5.php Fix: mass convert line delimiters 2012-09-07 17:23:16 +02:00
fileconf.php Changed incorrect includes 2012-08-23 02:46:16 +02:00
headbg.jpg Enhancement of install/upgrade process: If database version differs from programs version, the install page is automatically called. 2009-08-08 16:26:06 +00:00
inc.php Removed parenthesis from all include and include_once and replaced with single quotes 2012-08-23 02:40:41 +02:00
index.php Changed incorrect includes 2012-08-23 02:46:16 +02:00
phpinfo.php Changed incorrect includes 2012-08-23 02:46:16 +02:00
repair.php Changed incorrect includes 2012-08-23 02:46:16 +02:00
robots.txt Ajout exclusion robot 2006-10-11 21:25:06 +00:00
upgrade.php Fix: mass convert line delimiters 2012-09-07 17:23:16 +02:00
upgrade2.php New: Add a selection module for emailing to enter a recipient from 2012-09-05 20:41:28 +02:00