Laurent Destailleur
4d783b3934
Qual: Mark class as deprecated
2014-05-04 17:00:37 +02:00
Laurent Destailleur
d25778f12b
Qual: Removed duplicate column "datea" into table llx_societe
...
(duplicated with column tms).
2014-05-04 16:59:13 +02:00
Marcos García de La Fuente
862a8626f9
Documenting variables
2014-05-04 11:31:05 +02:00
Raphaël Doursenaud
f8f502d013
Removed closing php tag
...
http://php.net/manual/en/language.basic-syntax.phptags.php
2014-05-03 18:18:44 +02:00
Marcos García de La Fuente
08301e3478
Corrected little bug when no state_id was defined
2014-05-03 17:16:37 +02:00
Marcos García de La Fuente
85c605449e
Defined missing used variables of the class and removed unused local vars
2014-05-03 13:45:20 +02:00
Marcos García de La Fuente
eb57d729a3
Typehinting $user variable
2014-05-03 13:23:45 +02:00
Marcos García de La Fuente
4cf3857aa4
Improved documentation of Societe and started type hinting variables
2014-05-03 13:19:03 +02:00
Marcos García de La Fuente
4599b22cb5
Fix: [ bug #1357 ] Invoice creator state not printed in generated invoice documents
2014-05-02 17:15:56 +02:00
Marcos García de La Fuente
af45ee1bc3
Fixed problem with non existing variable $db and removed not used variable $conf
2014-05-02 16:51:25 +02:00
Laurent Destailleur
d97c45a9b8
Add version of phpunit into travis script.
...
Fix: strict mode.
2014-05-01 19:17:45 +02:00
Laurent Destailleur
1b02cdd352
Merge remote-tracking branch 'origin/3.5' into develop
...
Conflicts:
ChangeLog
dev/initdata/mysqldump_dolibarr_3.5.0.sql
htdocs/commande/fiche.php
htdocs/compta/facture.php
htdocs/product/index.php
htdocs/user/fiche.php
2014-04-12 00:53:25 +02:00
Laurent Destailleur
c57c3aef84
Fix: Missing return
2014-04-05 16:28:09 +02:00
Laurent Destailleur
76259a633c
Clean constant FACTURE_TVAOPTION into conf.class.php so we don't have
...
to do it everywhere at different places. Value is now 0 or 1.
2014-03-31 02:16:49 +02:00
Laurent Destailleur
cafa61ef7d
Fix: Use correct syntax of date into sql requests (with quotes)
2014-03-15 23:12:00 +01:00
Laurent Destailleur
6cec011df6
New: Add manager name (ceo, director, president...) into main company
...
information page.
2014-03-13 12:22:53 +01:00
Laurent Destailleur
480b09f192
Merge remote-tracking branch 'origin/3.5' into develop
...
Conflicts:
ChangeLog
htdocs/comm/propal.php
htdocs/commande/fiche.php
htdocs/societe/class/societe.class.php
2014-02-26 15:49:29 +01:00
Peter Fontaine
8ec10f8efa
Add state_id in contact for individual third party
2014-02-24 21:20:06 +01:00
Laurent Destailleur
2e67bbc382
Maxi debug of barcode feature.
...
New: Barcode format and mandatory requirement is checked.
New: Start to add new page for barcode init.
2014-02-19 01:51:19 +01:00
Laurent Destailleur
cfb9150e10
Qual: Removed a hook that is a duplicate of trigger (CRUD event must be
...
enhanced by triggers, not hook).
Qual: Delete trigger must be done BEFORE delete of object, not after.
2014-02-06 20:35:11 +01:00
Peter Fontaine
919a7cd4a6
Fix: add civilite_id field in contact when create new third party.
2014-01-19 14:21:11 +01:00
Cédric Salvador
e959568a1d
Added details to the contact created by create_individual
2014-01-09 09:10:50 +01:00
Laurent Destailleur
76e4ba06a4
Fix: Calulcation of oustanding amount must not include abandonned
...
invoices.
2013-12-25 17:36:37 +01:00
Laurent Destailleur
aad7d32f7d
Merge pull request #1354 from csalvador/webservices-debug
...
Webservices debug
2013-12-23 02:20:15 -08:00
Laurent Destailleur
d9c7dc8697
Fix: Add protection to not delete a root directory when deleting a
...
company.
2013-12-21 12:04:39 +01:00
Cédric Salvador
18b163c6db
allow the webservice to create a private individual
2013-12-20 17:03:24 +01:00
Laurent Destailleur
72250f656e
Merge remote-tracking branch 'origin/3.4' into 3.5
2013-12-09 02:17:43 +01:00
Marcos García de La Fuente
beb93e9245
Resolved bug #1182 : ODT company_country tag is htmlencoded
2013-12-08 20:23:44 +02:00
Laurent Destailleur
24ce511671
Fix: [ bug #1167 ] Supplier IBAN account number set but no account
...
specified warning
2013-12-04 18:20:58 +01:00
Laurent Destailleur
8e313ef32d
Fix: Can add ban record but was not possible to delete
2013-11-23 16:17:20 +01:00
Laurent Destailleur
6ffdc039a2
Fix: When option is not set, it must not appears as set.
2013-11-23 14:51:49 +01:00
Regis Houssin
f305524e29
Revert "Qual: Removed not used file"
...
This reverts commit 603c2aa938 .
2013-11-20 09:34:54 +01:00
Laurent Destailleur
d209d931e4
Doxygen
2013-11-18 00:29:11 +01:00
Laurent Destailleur
afa5bdb837
Fix: phpunit error
2013-11-18 00:12:13 +01:00
Laurent Destailleur
8ec50fce23
Move warning at correct place.
...
Fix: Reset of amount was not working
2013-11-16 14:26:42 +01:00
Laurent Destailleur
d0d9cce146
Fix: price should not be used to compare amounts. Price is a formated
...
string, not an amount.
2013-11-15 22:15:48 +01:00
Laurent Destailleur
1e008ede3c
Merge pull request #1298 from Pfontaine/features/multi_rib
...
Features/multi rib
2013-11-15 06:27:58 -08:00
Peter Fontaine
844531e1d2
missing param phpdoc
2013-11-13 16:20:52 +01:00
Peter Fontaine
b965103fc3
Multiple Bank Account Number for Third Party
2013-11-13 15:40:17 +01:00
Florian Henry
a73275b9c1
Add prospect code client into prospect list
2013-11-13 13:17:32 +01:00
Florian Henry
a76d5f8a1d
Fix getNomURL societe
2013-11-11 16:29:35 +01:00
BENKE Charles
150118245f
Update societe.class.php
...
wrong name of outstandingbill function
2013-11-08 13:58:48 +01:00
Laurent Destailleur
b18e125143
Merge pull request #1279 from aspangaro/skype
...
Task 157 : add a Skype button
2013-11-05 05:33:33 -08:00
Laurent Destailleur
2f47b0fcfd
Fix: picto for status8 is a flash red icon to report a critical error
...
that need a task to fix. This is not the case for a close thirdparty (a
close thirdparty is a regular status). However to have a bigger contrast
with thirdparty active, i set picto to statut5.png
2013-11-04 23:56:15 +01:00
aspangaro
76263213ab
Merge branch 'origin/develop'
2013-11-04 22:04:36 +01:00
aspangaro
d79ba9695a
Task 157 : Add a skype button
2013-11-04 21:41:36 +01:00
Florian Henry
b52b49cbb0
USe good icons for customer status
2013-11-02 02:42:44 +01:00
Florian Henry
662f48ddc2
Use good icons
2013-11-02 02:21:45 +01:00
Florian Henry
399093f501
USe good status icon for thirdparty ActivityCeased
2013-11-01 13:48:22 +01:00
Florian Henry
7db319975f
Use good icon for status caesed societe
2013-11-01 13:47:17 +01:00