Laurent Destailleur
|
378da082bd
|
Fix selector or margin with jmobile
|
2015-09-18 20:43:10 +02:00 |
|
Laurent Destailleur
|
822d4d1b39
|
Fix remove log
|
2015-09-06 15:06:13 +02:00 |
|
Laurent Destailleur
|
aaa639a3ab
|
Fix error when mark rate is 100% and buying price is 0, no way to
recalculate the unit price.
Fix cancel button was disabled if mark rate was not valid
Fix if mark rate is a number with space, does not hang.
|
2015-09-06 15:00:17 +02:00 |
|
Laurent Destailleur
|
278e90cf0a
|
Fix same pb than #3297 with vat edit
|
2015-08-31 13:06:53 +02:00 |
|
Laurent Destailleur
|
26e3fcc636
|
Try a better fix to replace PR #3297
|
2015-08-20 03:38:21 +02:00 |
|
Laurent Destailleur
|
1fb40565f4
|
Fix bad parameters of function select_date
|
2015-07-12 12:50:24 +02:00 |
|
Laurent Destailleur
|
87e07a3038
|
Merge remote-tracking branch 'origin/3.7' into develop
Conflicts:
ChangeLog
htdocs/compta/bank/virement.php
htdocs/core/tpl/objectline_create.tpl.php
htdocs/product/card.php
htdocs/societe/soc.php
|
2015-06-14 17:18:45 +02:00 |
|
Marcos García de La Fuente
|
6514f418e5
|
Fix [ bug 1852 ] JS error when editing a customer order line
|
2015-06-13 11:46:35 +02:00 |
|
Raphaël Doursenaud
|
aee61aa2c4
|
[Qual] Fixed deprecated HTML nowrap attribute to class
|
2015-05-12 15:37:35 +02:00 |
|
Raphaël Doursenaud
|
ce60ae0fcc
|
[Qual] Fixed HTML readonly attribute
Dolibarr uses HTML 4.01 or HTML5 doctypes.
The readonly attribute is boolean.
|
2015-05-12 15:09:26 +02:00 |
|
Laurent Destailleur
|
96a33bbe8a
|
First clean of code after devcamp
|
2015-04-21 15:49:58 +02:00 |
|
Marcos García de La Fuente
|
7be7a770c1
|
Implemented units for CommandeFournisseur and FactureFournisseur
|
2015-04-19 16:46:24 +02:00 |
|
Marcos García de La Fuente
|
87f97ed545
|
Merge branch 'develop' into units
Conflicts:
htdocs/commande/class/commande.class.php
htdocs/compta/facture.php
htdocs/install/mysql/migration/3.7.0-3.8.0.sql
htdocs/product/admin/product.php
htdocs/product/card.php
|
2015-04-18 23:38:14 +02:00 |
|
Laurent Destailleur
|
5dc1102601
|
Fix object not defined
|
2015-04-13 13:34:13 +02:00 |
|
Marcos García de La Fuente
|
7075ac74c4
|
Merge branch 'develop' into units
Conflicts:
htdocs/comm/propal.php
htdocs/comm/propal/class/propal.class.php
htdocs/commande/card.php
htdocs/commande/class/commande.class.php
htdocs/compta/facture.php
htdocs/compta/facture/class/facture.class.php
htdocs/contrat/card.php
htdocs/contrat/class/contrat.class.php
htdocs/core/class/commonobjectline.class.php
htdocs/core/tpl/objectline_create.tpl.php
htdocs/install/mysql/migration/3.7.0-3.8.0.sql
htdocs/product/class/product.class.php
|
2015-04-03 15:45:54 +02:00 |
|
Laurent Destailleur
|
2d90256640
|
Revert "Refactor 1"
|
2015-03-22 12:51:29 +01:00 |
|
Marcos García de La Fuente
|
086e439543
|
Merge branch 'develop' into refactor-1
Conflicts:
htdocs/core/tpl/objectline_view.tpl.php
|
2015-03-15 18:16:55 +01:00 |
|
Marcos García de La Fuente
|
efb9f7f4fd
|
Merge branch 'develop' into refactor-1
Conflicts:
htdocs/fourn/class/fournisseur.commande.class.php
htdocs/includes/tcpdi/fpdf_tpl.php
|
2015-03-15 18:07:30 +01:00 |
|
Laurent Destailleur
|
687e3d250b
|
Merge remote-tracking branch 'origin/3.7' into develop
Conflicts:
dev/fixdosfiles.sh
htdocs/core/tpl/objectline_edit.tpl.php
|
2015-03-13 17:46:31 +01:00 |
|
Laurent Destailleur
|
a452823e1e
|
Include option FCKEDITOR_ENABLE_DETAILS_FULL to restore compatibility
with 3.6
|
2015-03-13 15:20:08 +01:00 |
|
Laurent Destailleur
|
96de912661
|
NEW: Add module "Supplier commercial proposals" to requests
quotation/price to suppliers.
Merge branch 'new_ask_price' of https://github.com/atm-ph/dolibarr into
atm-ph-new_ask_price
Conflicts:
htdocs/core/class/commonobject.class.php
htdocs/core/class/html.formfile.class.php
htdocs/core/tpl/document_actions_post_headers.tpl.php
htdocs/core/tpl/objectline_edit.tpl.php
htdocs/core/tpl/objectline_view.tpl.php
htdocs/fourn/class/fournisseur.commande.class.php
htdocs/fourn/commande/card.php
htdocs/install/mysql/migration/3.7.0-3.8.0.sql
|
2015-03-04 17:54:43 +01:00 |
|
Marcos García de La Fuente
|
4c08d34bb5
|
Standardized $rowid as property
|
2015-03-04 10:37:46 +01:00 |
|
Marcos García de La Fuente
|
b4c84fac9d
|
NEW: [ task #977 ] New option to manage product unit
Migrated code from GPCSolutions/dolibarr:3.2-units branch and adapted for 3.8 with some improvements
|
2015-03-01 12:42:38 +01:00 |
|
Laurent Destailleur
|
4d226885cb
|
Rewrite code for supplier order and invoice to use shared code of
customer supplier and invoice.
Work on extrafield for supplier order and invoice.
|
2015-02-28 18:10:31 +01:00 |
|
Laurent Destailleur
|
5d1545ad1f
|
Work on supplier order and customer extrafields
Use templates to show/edit supplier order and invoice lines
|
2015-02-27 18:05:12 +01:00 |
|
Laurent Destailleur
|
e3885d6d73
|
Merge remote-tracking branch 'origin/3.7' into develop
Conflicts:
htdocs/core/lib/tax.lib.php
|
2015-02-10 21:36:38 +01:00 |
|
Laurent Destailleur
|
ddb95e5765
|
Merge remote-tracking branch 'origin/3.6' into 3.7
Conflicts:
htdocs/comm/mailing/fiche.php
htdocs/compta/paiement/liste.php
htdocs/contact/class/contact.class.php
htdocs/core/lib/tax.lib.php
htdocs/core/modules/expedition/doc/pdf_merou.modules.php
htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
htdocs/langs/en_US/agenda.lang
htdocs/webservices/server_contact.php
|
2015-02-10 21:33:43 +01:00 |
|
Laurent Destailleur
|
039a184d70
|
Merge remote-tracking branch 'origin/3.5' into 3.6
Conflicts:
htdocs/core/tpl/objectline_edit.tpl.php
|
2015-02-10 21:13:12 +01:00 |
|
phf
|
5266542bc9
|
[CORE] correction bug + trad + ajout de conditions pour le fonctionnement du module (#new_ask_price).
|
2015-02-02 17:50:33 +01:00 |
|
phf
|
4408828af4
|
[CORE] ajouts des conditions pour le fonctionnement avec le module (#new_ask_price).
|
2015-01-29 12:13:06 +01:00 |
|
Christophe Battarel
|
04f83ae4ff
|
FIX: always show fournprice select
|
2015-01-28 16:19:56 +01:00 |
|
Raphaël Doursenaud
|
50c2b75ef8
|
Invoices: added situation (or interim) invoices support
|
2015-01-06 17:12:13 +01:00 |
|
Christophe Battarel
|
44882f4035
|
improve "hide margin infos" button : hide ALL informations relatives to margin AND store the state of the button in a cookie instead of shared config option
|
2014-11-05 17:03:53 +01:00 |
|
aspangaro
|
0b20369dd7
|
Qual: Renamed all files & links "fiche.php" into "card.php"
|
2014-09-18 21:18:25 +02:00 |
|
Laurent Destailleur
|
154d1520fb
|
Generalize $inputalsopricewithtax instead of MAIN_FEATURES_LEVEL>1
|
2014-08-30 20:36:53 +02:00 |
|
Raphaël Doursenaud
|
55d062784d
|
Added labels on objectline form elements
|
2014-07-11 13:25:44 +02:00 |
|
Florian HENRY
|
b8c293fb16
|
$dateSelector is a paramters of formAddObjectLine, if use global it is
reset to 0 because not declare in outer context but already exists in
the same context.
|
2014-07-04 14:48:27 +02:00 |
|
Laurent Destailleur
|
18848eaf74
|
Clean forms
|
2014-05-12 13:25:36 +02:00 |
|
Laurent Destailleur
|
5fa05ee29d
|
Start to clean code of templates to input lines
|
2014-05-12 12:53:10 +02:00 |
|
Laurent Destailleur
|
01001592e6
|
Finished task to merge form of free product and predefined product.
|
2014-05-06 18:31:39 +02:00 |
|
Laurent Destailleur
|
8beaf30e88
|
Qual: Removed useless use of js
|
2014-04-27 01:51:31 +02:00 |
|
Laurent Destailleur
|
0a2a635755
|
Fix: td balance.
Fix: New price was not used when editing a line when margin module was
on.
|
2014-03-07 11:58:30 +01:00 |
|
Laurent Destailleur
|
85e93872b3
|
Fix: javascript calculation of unit price from margin rate was broken.
|
2014-02-16 19:42:43 +01:00 |
|
Laurent Destailleur
|
3aba53a9ae
|
Fix: javascript calculation of unit price from margin rate was broken.
|
2014-02-16 19:26:41 +01:00 |
|
Laurent Destailleur
|
7864fe3cfd
|
Merge remote-tracking branch 'origin/3.4' into 3.5
Conflicts:
htdocs/core/tpl/objectline_edit.tpl.php
|
2013-12-16 00:07:50 +01:00 |
|
Laurent Destailleur
|
6e9b8dc77a
|
Fix: Missing special code
|
2013-12-15 21:10:39 +01:00 |
|
Laurent Destailleur
|
0b9e8d6832
|
Fix: Alignement
|
2013-12-01 19:41:41 +01:00 |
|
Laurent Destailleur
|
48570f599a
|
Fix: form is not allowed into a table. This break some javascript and
make some browsers crazy.
|
2013-11-17 23:25:25 +01:00 |
|
Christophe Battarel
|
b197231c04
|
fix bad margin calculation for credit notes
|
2013-09-24 17:49:56 +02:00 |
|
Christophe Battarel
|
f37c24f8ff
|
allow to modify margin rate or mark rate but not both
|
2013-08-22 11:45:27 +02:00 |
|