Laurent Destailleur
8e9c1c4747
Merge remote-tracking branch 'origin/3.7' into develop
...
Conflicts:
htdocs/commande/card.php
htdocs/commande/class/commande.class.php
htdocs/commande/list.php
htdocs/core/class/notify.class.php
htdocs/core/login/functions_dolibarr.php
htdocs/exports/export.php
htdocs/langs/en_US/admin.lang
2015-04-01 16:33:39 +02:00
Laurent Destailleur
16a620f926
Fix: Deadlock situation (when order were canceled, no way to make
...
nothing on it)
Fix: Don't know how I forgot this events into trigger system.
2015-04-01 16:07:22 +02:00
Laurent Destailleur
6d7b340cee
Merge remote-tracking branch 'origin/3.7' into develop
...
Conflicts:
htdocs/commande/class/commande.class.php
htdocs/core/class/dolgraph.class.php
htdocs/langs/en_AU/main.lang
htdocs/langs/fr_FR/admin.lang
htdocs/langs/fr_FR/main.lang
htdocs/langs/fr_FR/other.lang
2015-03-16 18:30:30 +01:00
Laurent Destailleur
60c72e13b3
Some fixes into export and translation
2015-03-15 23:39:53 +01:00
Laurent Destailleur
5c36db06f6
Add missing files
2015-03-04 23:04:37 +01:00
Laurent Destailleur
a05e39f119
Merge pull request #2356 from KreizIT/fix_sqldata
...
Fix inconsistent data
2015-02-18 23:31:22 +01:00
Laurent Destailleur
2e0b2fb012
Work on expensereport module
2015-02-15 22:49:23 +01:00
KreizIT
674585136e
Fix inconsistent data
2015-02-14 16:18:18 +01:00
Juanjo Menent
b513aa5455
Adapting spanish localtax2 to 2015 fiscal reforms
2015-02-02 21:32:52 +01:00
Juanjo Menent
2389e332db
Adapting spanish localtax2 to 2015 fiscal reforms
2015-02-02 21:28:27 +01:00
Laurent Destailleur
963b9e8583
Merge remote-tracking branch 'origin/3.7' into develop
2015-01-31 19:37:25 +01:00
Laurent Destailleur
720caf8e31
Missing XPF currency
2015-01-31 12:19:06 +01:00
Ion Agorria
48c6897f75
Store per entity SMTP configuration
2015-01-18 03:20:35 +01:00
Laurent Destailleur
4769e26d8e
Merge remote-tracking branch 'origin/3.7' into develop
...
Conflicts:
ChangeLog
2014-12-18 12:34:41 +01:00
Laurent Destailleur
174428ad31
Data init for canada vat
2014-12-16 01:55:03 +01:00
Ying-Chun Liu (PaulLiu)
81c9d12313
Add Taiwan VAT 5%
...
The most common VAT in Taiwan is 5%. This commit adds the VAT for Taiwan.
Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org >
2014-12-13 21:41:29 +08:00
Antoine Sirinelli
ec20b38adc
Add EIRL in llx_c_forme_juridique
...
This a not so new French type of company: Entreprise Individuelle à
Responsabilité Limitée (EIRL).
Migration script also added.
2014-11-16 23:56:10 +01:00
Laurent Destailleur
cf6a0df3e4
A lot of fix in missing intervention trigger. Align key to use same name
...
to avoid future bugs.
2014-11-03 17:23:02 +01:00
Laurent Destailleur
155452ba91
Fix: Proposal deadlock situation
...
New: Add missing trigger PROPAL_CLASSIFYBILLED.
2014-11-03 16:20:55 +01:00
Laurent Destailleur
0fba70d4d1
Fix: Triggers sending email for intervention and classify billed
2014-10-20 11:35:34 +02:00
Laurent Destailleur
718b3b19b4
Fix: user and date modification not updated
2014-10-20 11:16:51 +02:00
aspangaro
71dafac03c
Add favorite button into country dictionary to put value on top select list
2014-10-12 15:28:01 +02:00
aspangaro
f774ff487b
Merge branch 'Upstream/develop'
2014-08-18 11:56:49 +02:00
Laurent Destailleur
1ec7d4b488
Vat rate 0 first
2014-08-17 23:32:42 +02:00
Laurent Destailleur
f32125497f
Merge pull request #1830 from frederic34/patch-1
...
Add VAT rates for Ireland (Eire)
2014-08-17 23:29:39 +02:00
Laurent Destailleur
45927cc986
Fix pb of links into state-region-country:
...
- no more rowid into insert sql requests
- link, so foerign key must be on fk_region->code_region
- label was not visible
- unique keys must be into file .key.sql
2014-08-17 17:47:25 +02:00
Frédéric FRANCE
8750b60a81
Update llx_c_tva.sql
2014-08-15 16:09:44 +02:00
Laurent Destailleur
18b44ccfae
Merge branch 'develop-favorite' of github.com:aspangaro/dolibarr into
...
aspangaro-develop-favorite
Conflicts:
htdocs/core/class/html.form.class.php
2014-08-14 01:04:15 +02:00
aspangaro
b465d71535
Renamed data table
2014-08-13 07:46:56 +02:00
aspangaro
1a87d98357
Qual: Renamed table llx_c_civilite into llx_c_civility
...
field civilite into label in the same table and field civilite into civility in other table
2014-08-12 06:03:27 +02:00
aspangaro
9af336b53b
Add accountancy code for trips & fees and renamed libelle field into label
2014-08-10 20:41:52 +02:00
aspangaro
0738103da8
Renamed llx_c_pays to llx_c_country & field "libelle" to "label"
2014-08-10 13:37:39 +02:00
Laurent Destailleur
c11ff57fbe
Fix: The type is a code so must not contains any space.
...
Fix: State is not linked to region.
2014-08-03 11:17:24 +02:00
aspangaro
a12f4da978
Accountancy :: account_parent must be an int (again)
2014-07-30 05:49:16 +02:00
Juanjo Menent
09af3e1efe
New: Add PYME (base) accountancy spanish plan
2014-07-28 23:22:50 +02:00
frederic34
2b3bd260c6
Update llx_c_shipment_mode.sql
2014-07-24 10:26:11 +02:00
frederic34
304e9d2c83
Update llx_c_shipment_mode.sql
...
Update GLS tracking url
2014-07-24 09:45:46 +02:00
Marcos García de La Fuente
ec661d0c6c
Removed index.php and replaced them with blank index.html as it is more appropriate
2014-07-12 23:18:57 +02:00
Laurent Destailleur
2766b1d8f1
Add record for argentina but disabled by default.
2014-07-11 17:43:57 +02:00
Laurent Destailleur
f1ef8b8faa
Comment entries
2014-07-11 17:34:01 +02:00
Laurent Destailleur
32b015e661
New: Type of thirdparties can accept a country (to show list of types
...
specific for a country).
2014-07-11 13:56:35 +02:00
Laurent Destailleur
682d765de9
New: Add country iso code on 3 chars into table of countries.
2014-07-09 00:16:28 +02:00
Laurent Destailleur
1a2ed2138b
New: Add new type of event (when type of events are used, not by
...
default)
2014-07-06 21:25:25 +02:00
Laurent Destailleur
ce3fa14511
New: Add event FICHINTER_CLASSIFY_BILLED into list of possible events to
...
create an automatic event into agenda.
Qual: Removed hard coded rowid into data init.
2014-07-06 19:25:15 +02:00
Juanjo Menent
e30649dcd2
[ task #1063 ] Allow edit localtaxes rate for thirds. Works with company
2014-07-03 17:39:31 +02:00
Laurent Destailleur
56bc99a558
Include iso code for countries
2014-06-28 21:40:10 +02:00
aspangaro
22bb789374
Chart of accounts BE PCMN-BASE - Account_parent must be an int.
2014-05-29 21:35:29 +02:00
aspangaro
0a670092d5
Fix :: Account_parent must be an int - Step 1
2014-05-23 02:23:32 +02:00
Florian HENRY
45c96e169f
fix install
2014-05-13 19:17:50 +02:00
Raphaël Doursenaud
e6c0321fb6
Automatic events for project tasks
2014-04-22 15:30:10 +02:00