Laurent Destailleur
cb15a21e41
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/core/class/commonobject.class.php
htdocs/core/tpl/originproductline.tpl.php
htdocs/fourn/facture/card.php
htdocs/install/mysql/migration/14.0.0-15.0.0.sql
htdocs/user/card.php
2022-04-11 21:22:27 +02:00
Laurent Destailleur
da0fcb556f
Fix css
2022-04-09 15:28:01 +02:00
Laurent Destailleur
d6860ca41b
FIX bad bank amount in accounting with multicurrency
2022-04-09 02:22:45 +02:00
Laurent Destailleur
42f82486da
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2022-04-09 00:59:19 +02:00
Laurent Destailleur
eecbc05bc3
Show amount into popup of payment
2022-04-09 00:06:02 +02:00
Gauthier PC portable 024
83e8e07416
Merge branch 'develop' of github.com:Dolibarr/dolibarr into NEW/addline_with_position_choice_develop
2022-04-08 09:25:08 +02:00
Laurent Destailleur
994b500a68
PHP 8.0 compatibility
2022-04-08 00:14:29 +02:00
Laurent Destailleur
623f15711d
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2022-04-07 19:26:07 +02:00
Laurent Destailleur
6ea8bd23ad
Merge pull request #20542 from ATM-Consulting/FIX_16.0_template_supplier_invoices_overlapping_conditions
...
FIX 16.0 - supplier invoice card creates two invoices instead of one
2022-04-07 18:26:40 +02:00
Laurent Destailleur
26c3e235cf
Merge pull request #19459 from frederic34/productmerge
...
can merge products
2022-04-07 15:02:03 +02:00
Laurent Destailleur
27acaa45f5
Clean deprecated field
2022-04-07 14:18:24 +02:00
Laurent Destailleur
01f11ff5f4
Merge pull request #20550 from ATM-Consulting/FIX_16.0_deprecate_amount_field_on_facture_fourn
...
Fix 16.0 deprecate amount field on facture fourn?
2022-04-07 14:06:38 +02:00
Laurent Destailleur
4693ef42bd
Enhance responsive
2022-04-07 11:18:56 +02:00
atm-florian
d213be235e
Cleaner way of fixing the SQL error on update
2022-04-05 18:32:29 +02:00
atm-florian
bb30a1c8c6
FIX 16.0 SQL error on update
2022-04-05 17:31:04 +02:00
atm-florian
216b4b7309
16.0 - deprecate amount field of FactureFournisseur and FactureFournisseurRec
2022-04-05 17:30:36 +02:00
atm-florian
046089f371
FIX 16.0 - ref_client set instead of ref_supplier (maybe copy-paste error)
2022-04-05 15:38:54 +02:00
Laurent Destailleur
f17db2a919
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-04-05 15:33:29 +02:00
Laurent Destailleur
40ad12c3c3
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-04-05 15:29:54 +02:00
Laurent Destailleur
efa302f865
Fix phpunit
2022-04-05 15:23:17 +02:00
Laurent Destailleur
7c591d95d9
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2022-04-05 13:48:39 +02:00
Laurent Destailleur
d270a1a64b
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2022-04-05 13:37:13 +02:00
Laurent Destailleur
f0433244aa
Fix sql
2022-04-05 13:36:25 +02:00
atm-florian
b872fb2eac
FIX 16.0 - missing quotes in SQL for frequency unit update for template supplier invoices
2022-04-05 12:28:40 +02:00
atm-florian
392ba6deed
FIX 16.0 - my previous fix was incomplete (missing parentheses around OR-separated conditions)
...
+ replace GETPOST('fac_rec', 'int') with variable
+ make sure it works even if, one day, the "nothing selected" value for the template supplier invoice selector changes to -1 instead of ''
2022-04-05 12:16:06 +02:00
Gauthier PC portable 024
b199234afe
FIX : each time we create a supplier order, we need to give it a ref_supplier
2022-04-05 12:01:09 +02:00
atm-florian
b929c2f671
FIX 16.0 - supplier invoice card creates two invoices instead of one when creating from a template
2022-04-05 11:46:06 +02:00
Laurent Destailleur
d514d72ac5
Doxygen
2022-04-03 12:35:30 +02:00
Laurent Destailleur
d3161f2c4e
Clean code
2022-04-02 16:19:34 +02:00
Laurent Destailleur
7745203c16
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2022-04-02 16:17:04 +02:00
Laurent Destailleur
bb5cf1ed2e
Merge pull request #20517 from ATM-Consulting/FIX_16.0_getNomUrl_for_supplier_invoice_templates
...
FIX 16.0 - copy `title` over `ref` on FactureFournisseurRec object
2022-04-02 16:16:55 +02:00
Laurent Destailleur
e2a957c738
Clean some trigger names
2022-04-02 16:08:04 +02:00
Laurent Destailleur
5b91ae062f
All triggers with a name XXX_UPDATE have been renamed XXX_MODIFY for
...
code consistency purpose.
2022-04-02 10:31:58 +02:00
atm-florian
5a52650548
FIX: missing trigger DELETE for FactureRec, FactureFournisseurRec
...
+ trigger name consistency ('UPDATE' -> 'MODIFY')
+ preparing future consistency mechanism with class constant
2022-04-01 19:07:17 +02:00
atm-florian
d84af9fdcd
FIX space-based indent (misconfigured IDE didn't take editorconfig into account)
...
+ fix tab-based code alignment whitespace (≠indentation)
2022-04-01 15:40:03 +02:00
atm-florian
560b8dc04c
FIX 16.0 - copy title over ref on FactureFournisseurRec object
2022-04-01 15:26:06 +02:00
Laurent Destailleur
a51c868a8e
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/compta/facture/card.php
2022-04-01 14:40:50 +02:00
Laurent Destailleur
d0ee40e55d
# WARNING: head commit changed in the meantime
...
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-04-01 14:39:10 +02:00
Laurent Destailleur
7b84b3e92d
css
2022-03-31 13:27:14 +02:00
Laurent Destailleur
af4c0dcf6a
Fix missing status on tooltip
2022-03-31 11:29:56 +02:00
Gauthier PC portable 024
684e816ac3
FIX : incrementation
2022-03-30 14:12:16 +02:00
Gauthier PC portable 024
6480877b99
FIX : We need to have a different default_ref_supplier for each new fourn invoice
2022-03-30 10:01:17 +02:00
Gauthier PC portable 024
b7e7c95d2a
FIX : ref_client doesn't exists on supplier invoice, then ref_fourn needs to have a default value when we want to bill several supplier orders
2022-03-29 16:02:39 +02:00
Laurent Destailleur
95dc25587c
Standardize code of the fetch_lines()
2022-03-28 13:50:47 +02:00
Laurent Destailleur
78ee498151
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-03-26 16:13:54 +01:00
Laurent Destailleur
d75483552d
Responsive
2022-03-26 15:48:36 +01:00
Laurent Destailleur
bc938d86ba
NEW Can enter price with tax for predefined products on purchase objects
2022-03-26 11:22:54 +01:00
Laurent Destailleur
e8a9a7b732
Responsive
2022-03-26 10:02:20 +01:00
Laurent Destailleur
b9095fb10c
Merge pull request #20425 from atm-GregM/DolGetButtonAction_Fourn
...
FIX: replacing to dolGetButtonAction on Fourn card
2022-03-25 15:08:42 +01:00
Laurent Destailleur
488b35d096
Merge pull request #20232 from hregis/fix_missing_advanced_perms
...
FIX missing advanced perms
2022-03-24 20:32:58 +01:00