Laurent Destailleur
003bcd60fa
FIX Add protection on bad input of payment on multicurrency invoices
2022-04-08 19:52:40 +02:00
Laurent Destailleur
0673a4826a
FIX currency visible into tooltip
2022-04-08 17:13:41 +02:00
Laurent Destailleur
4ff8969bac
Merge pull request #19393 from atm-gauthier/NEW/addline_with_position_choice_develop
...
New/addline with position choice develop
2022-04-08 16:09:44 +02:00
Laurent Destailleur
099e7aaeb5
Merge pull request #20532 from OPEN-DSI/fix_add_line_when_create_invoice
...
FIX - Fix the adding of lines in the create invoice functions
2022-04-08 15:33:35 +02:00
Laurent Destailleur
6169f76a34
Add log for debug. Make new method for stripe payment an option.
2022-04-08 12:38:49 +02:00
Laurent Destailleur
1d879bc996
FIX numbering method when mask include {cccc}
2022-04-08 10:19:20 +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
Christophe Battarel
56bfa20d70
FIX : dont update object price on each iteration when updating situation for all lines
2022-04-07 15:59:42 +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
4cac6b7e29
css
2022-04-07 14:03:14 +02:00
Laurent Destailleur
4693ef42bd
Enhance responsive
2022-04-07 11:18:56 +02:00
Laurent Destailleur
091ca31b6c
NEW Add method hintindex() in database handlers.
2022-04-06 17:32:56 +02:00
Laurent Destailleur
32875a1e6c
Fix trans
2022-04-06 17:06:49 +02:00
Laurent Destailleur
8f93584f97
Fix trans
2022-04-06 16:56:23 +02:00
Laurent Destailleur
33b5605a72
Code comment
2022-04-06 16:49:59 +02:00
Laurent Destailleur
5a8d5618f2
Fix error message on IBAN/BIC validation
2022-04-06 16:15:34 +02:00
Laurent Destailleur
2e91b0107a
Fix missing data in tooltip
2022-04-06 15:35:49 +02:00
Laurent Destailleur
c2f2f98235
css
2022-04-06 15:25:37 +02:00
Laurent Destailleur
a528cd46bd
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/compta/bank/card.php
2022-04-06 15:17:29 +02:00
Laurent Destailleur
1988459aa8
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-04-06 14:54:02 +02:00
Laurent Destailleur
9459971ba4
Removed the awful "group by" on list of invoices. Add index on datef.
2022-04-06 14:53:22 +02:00
Laurent Destailleur
c3ae63f587
FIX out of memory when more than 100 000 invoices.
2022-04-06 11:34:49 +02:00
Laurent Destailleur
7896baa6c9
css
2022-04-05 18:20:45 +02:00
Laurent Destailleur
91909928d4
FIX Can't edit bank record
2022-04-05 18:19:06 +02:00
Laurent Destailleur
a8a83b30dc
FIX Can't edit bank record
2022-04-05 18:17:45 +02:00
Laurent Destailleur
c7d5ecd4f7
Renamed hidden option INVOICE_CAN_ALWAYS_BE_EDITED into
...
INVOICE_CAN_BE_EDITED_EVEN_IF_PAYMENT_DONE for better understanding.
2022-04-05 17:39:56 +02:00
Laurent Destailleur
f0433244aa
Fix sql
2022-04-05 13:36:25 +02:00
Laurent Destailleur
71012a7933
FIX #19777 #20281
2022-04-04 15:25:29 +02:00
Laurent Destailleur
01d100fc0c
Missing autofocus on title field
2022-04-04 15:11:29 +02:00
Laurent Destailleur
5960d5971c
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/compta/accounting-files.php
2022-04-04 10:49:51 +02:00
kamel
2ca5c38f0a
Add test for checking if parent invoice is of type 'situation'
2022-04-04 10:40:10 +02:00
kamel
a7482a9ea0
Merge branch '14.0' of github.com:Dolibarr/dolibarr into 14.0_fix_invoice_situation_with_credit_note
2022-04-04 10:34:30 +02:00
kamel
6cac982507
FIX - Fix the adding of lines in the create invoice functions
2022-04-04 10:32:17 +02:00
Laurent Destailleur
1c71a8da1e
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
...
Conflicts:
htdocs/compta/accounting-files.php
2022-04-03 17:27:15 +02:00
Laurent Destailleur
440b5350df
# WARNING: head commit changed in the meantime
...
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2022-04-03 17:19:27 +02:00
Laurent Destailleur
edf779505c
FIX download of file must be done using a GET href link, not a POST.
2022-04-03 17:12:45 +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
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
8349e48559
Reponsive
2022-04-01 11:24:45 +02:00
Laurent Destailleur
ca55bd157a
Look and feel v16
2022-03-31 11:47:18 +02:00
Laurent Destailleur
5062064e9a
css
2022-03-31 11:38:40 +02:00
Laurent Destailleur
5ffb6e2546
Look and feel v15
2022-03-31 11:34:12 +02:00
Laurent Destailleur
800080c06f
FIX Navigation between invoices
2022-03-30 18:42:17 +02:00
Laurent Destailleur
97a7450f10
NEW Auto set invoice paid when adding credit not and remain to pay is 0
2022-03-30 18:41:45 +02:00
kamel
a22450391f
FIX - Fix search by filters
2022-03-30 15:50:36 +02:00
ATM john
c1d9ea95dc
fix function name
2022-03-30 12:16:17 +02:00
ATM john
75d7c439dd
Merge branch '14.0_fix_regression_selct_extrafield_search' of github.com:atm-john/dolibarr into new_fix_regression_select_extrafield_search
2022-03-30 11:09:29 +02:00
Ferran Marcet
f8b457e61c
Merge branch '15.0up' into 15.0
2022-03-30 09:34:28 +02:00
Ferran Marcet
dd20907d53
Fix: Sales representative column crash on invoice list
2022-03-30 09:33:14 +02:00
Laurent Destailleur
8eeb6f3c8d
Merge pull request #20315 from atm-steve/FIX_Facture_dolGetButtonAction
...
Fix: Facture dolGetButtonAction
2022-03-29 21:11:24 +02:00
Laurent Destailleur
636188f28a
Merge pull request #20247 from thomas-Ngr/develop_new_check_invoice_date
...
NEW: check invoice date
2022-03-29 16:07:31 +02:00
Laurent Destailleur
63d9f69732
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/compta/facture/card.php
2022-03-29 15:55:47 +02:00
Laurent Destailleur
a415711a66
Fix phpcs
2022-03-29 15:47:54 +02:00
Laurent Destailleur
5f2ba49dfa
Fix regression
2022-03-29 15:20:36 +02:00
Laurent Destailleur
1251e80963
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
...
Conflicts:
htdocs/accountancy/index.php
htdocs/commande/list.php
htdocs/langs/en_US/errors.lang
htdocs/projet/class/task.class.php
2022-03-29 15:10:11 +02:00
Laurent Destailleur
007004c2e0
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/accountancy/customer/lines.php
htdocs/accountancy/index.php
htdocs/accountancy/supplier/lines.php
htdocs/compta/facture/card.php
htdocs/core/tpl/extrafields_view.tpl.php
htdocs/langs/en_US/errors.lang
2022-03-29 15:02:29 +02:00
Laurent Destailleur
e2425c10e0
Fix log
2022-03-28 21:12:57 +02:00
Laurent Destailleur
95dc25587c
Standardize code of the fetch_lines()
2022-03-28 13:50:47 +02:00
Laurent Destailleur
d75483552d
Responsive
2022-03-26 15:48:36 +01:00
kamel
e6a989e51a
FIX - Case of invoice situation at 100% with a credit note
...
Set situation_final to 0 if is a credit note and the invoice source is a invoice situation (case when invoice situation is at 100%) when the credit note is validated
So we can continue to create new invoice situation
2022-03-25 17:00:23 +01:00
lvessiller
8a7b97bed1
FIX check thirdparty object loaded and properties exist
2022-03-25 16:47:41 +01:00
Gauthier PC portable 024
fdf8a3f4ad
FIX : comment
2022-03-25 16:43:54 +01:00
Gauthier PC portable 024
ab2e6ddf43
FIX : forgotten form confirm before various payment delete
2022-03-25 16:41:41 +01:00
Marc de Lima Lucio
cbba7d7d5f
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into NEW_deposit_payment_terms
2022-03-25 16:14:53 +01:00
Laurent Destailleur
644e509265
Rename "Reconciled" with "BankLineReconciled" for bank conciliation
2022-03-25 14:43:48 +01:00
Laurent Destailleur
9747efe050
Fix phpcs
2022-03-24 14:09:46 +01:00
Thomas Negre
6dfad5d69f
facture/card.php: replace redirection by = ''
2022-03-24 11:09:39 +01:00
Laurent Destailleur
4a80f35aaa
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/commande/class/commande.class.php
htdocs/fourn/class/fournisseur.commande.class.php
2022-03-23 17:26:25 +01:00
Laurent Destailleur
161e795759
Look and feel
2022-03-23 17:12:25 +01:00
Laurent Destailleur
0e3fa3cdc3
Merge pull request #20420 from defrance/patch-180
...
NEW : add hook for more buttons
2022-03-23 15:54:13 +01:00
Laurent Destailleur
2943e68c42
Fix regression
2022-03-22 16:57:39 +01:00
Ferran Marcet
ccf8b01020
Fix: The origin of the stock movement is not being recorded
2022-03-22 13:46:55 +01:00
Laurent Destailleur
02e2f9815d
NEW Add option INVOICEREC_SET_AUTOFILL_DATE_START/END
2022-03-22 11:47:25 +01:00
BENKE Charlene
5fd2ec3fda
add hook for more buttons
2022-03-21 15:43:37 +01:00
Laurent Destailleur
8603d493ad
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/contrat/list.php
htdocs/install/mysql/tables/llx_partnership.key.sql
2022-03-19 17:34:26 +01:00
Laurent Destailleur
ed631b2b06
Fix doxygen, missing error message
2022-03-18 16:14:20 +01:00
Laurent Destailleur
a970f78c4e
css
2022-03-17 21:34:14 +01:00
ATM john
53f4fd2af8
Merge branch '14.0' of github.com:Dolibarr/dolibarr into 14.0_fix_regression_selct_extrafield_search
2022-03-16 10:44:15 +01:00
ATM john
5e644ed0a4
Fix search degradation
2022-03-15 18:24:49 +01:00
Laurent Destailleur
cf13eb7ac7
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-03-15 18:22:37 +01:00
Laurent Destailleur
38c77b00a2
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-03-13 22:19:14 +01:00
Laurent Destailleur
2367f0d030
Fix missing badge
2022-03-13 18:39:45 +01:00
Laurent Destailleur
ec4ba46582
NEW Add private and public notes on tax files.
2022-03-13 18:30:31 +01:00
Laurent Destailleur
8410298c7e
Fix access to the bank receipt view
2022-03-12 18:23:06 +01:00
Laurent Destailleur
a2b880bdbf
Fix access to the bank receipt view
2022-03-12 18:20:15 +01:00
Laurent Destailleur
961636ea35
CSS
2022-03-12 16:04:00 +01:00
Gauthier PC portable 024
5b715978e4
Merge branch 'develop' of github.com:Dolibarr/dolibarr into NEW/addline_with_position_choice_develop
2022-03-10 10:02:57 +01:00
steve
c3b22ed26e
wip: clean comments
2022-03-09 17:10:53 +01:00
steve
25fcb83b74
wip: reopen button
2022-03-09 16:41:26 +01:00
Steve
dcf5d984b0
Merge branch 'dolibarrdevelop' into WIP_Facture_dolGetButtonAction
2022-03-09 11:49:34 +01:00
Thomas Negre
7f527b85b0
use double quotes to compose SQL requests
2022-03-09 09:34:50 +01:00
Thomas Negre
4ad92a04fc
stickler corrections
2022-03-09 09:25:52 +01:00
Thomas Negre
7c866ce6a2
facture/card.php: avoid validating invoices with date anterior to last invoice date
2022-03-09 09:25:52 +01:00
Thomas Negre
eda9622c9c
Facture: enhance validation by adding INVOICE_CHECK_POSTERIOR_DATE option
2022-03-09 09:25:52 +01:00
Thomas Negre
ad416ef792
Facture: create method willBeLastOfSameType()
2022-03-09 09:25:52 +01:00
Marc de Lima Lucio
4efcbe8799
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into NEW_deposit_payment_terms
2022-03-08 15:23:52 +01:00
Marc de Lima Lucio
1993a8d7b1
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into NEW_deposit_payment_terms
2022-03-08 15:07:37 +01:00
lvessiller
19ad231012
FIX stickler-ci
2022-03-08 12:02:05 +01:00
lvessiller
397776d4a4
FIX check mandatory thirdparty fields for mass action
2022-03-08 11:29:01 +01:00
Laurent Destailleur
84b951c2f9
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2022-03-07 15:27:07 +01:00
Laurent Destailleur
54ecf1f98c
# WARNING: head commit changed in the meantime
...
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2022-03-07 15:24:08 +01:00
Laurent Destailleur
c4a20685a4
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-03-07 15:21:38 +01:00
Laurent Destailleur
6bb49797f8
Merge pull request #20243 from JohnXLivingston/fix_template_name_typo
...
Fix: typo in template name
2022-03-07 14:55:02 +01:00
Laurent Destailleur
2142440b6c
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/comm/action/index.php
htdocs/langs/en_US/errors.lang
2022-03-07 13:23:47 +01:00
Laurent Destailleur
378dab69a6
FIX #19777 #20281
2022-03-07 13:21:32 +01:00
steve
665e401564
wip: replace butAction
2022-03-04 17:03:40 +01:00
Gauthier PC portable 024
7701ae2d19
FIX : in case of TVA refund, negative amount must be allowed
2022-03-04 13:55:52 +01:00
John Livingston
1ece554c92
Fix: typo in template name
...
There was a typo in generated HTML comment.
2022-03-01 17:39:38 +01:00
Laurent Destailleur
358f21f06e
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/core/class/html.formother.class.php
htdocs/core/customreports.php
2022-03-01 16:48:29 +01:00
Laurent Destailleur
2a48dd349e
Fix #hunterb03d4415-d4f9-48c8-9ae2-d3aa248027b5
2022-03-01 16:38:06 +01:00
Laurent Destailleur
9cc79de31b
Clean code
2022-03-01 00:02:23 +01:00
Laurent Destailleur
0d024147bf
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-02-28 22:36:31 +01:00
Laurent Destailleur
dfba29b3c6
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
...
Conflicts:
htdocs/api/class/api.class.php
htdocs/compta/facture/card.php
htdocs/reception/list.php
2022-02-28 22:30:17 +01:00
Laurent Destailleur
c1268a3e39
Merge pull request #20151 from aspangaro/14p34
...
FIX Invoice - When you create an invoice and defined a thirdparty, fk_account is not retrieved from company card
2022-02-28 21:38:07 +01:00
Laurent Destailleur
c2fb5d577c
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/install/mysql/migration/14.0.0-15.0.0.sql
htdocs/langs/en_US/banks.lang
htdocs/projet/list.php
2022-02-28 20:12:28 +01:00
Laurent Destailleur
5a24552930
Fix doc
2022-02-28 20:03:21 +01:00
Laurent Destailleur
ca236c556a
FIX Blocking situation when a payment was deleted in bank.
...
FIX Missing or bad permissions
2022-02-28 19:45:53 +01:00
Regis Houssin
9cf5bccf43
FIX options should not exists on invoices
2022-02-28 18:13:29 +01:00
Laurent Destailleur
aff7148ed8
Fix missing error management
2022-02-28 16:39:42 +01:00
Laurent Destailleur
99ddef0530
NEW Add API to get a tempalte invoice
2022-02-28 10:37:03 +01:00
Frédéric FRANCE
018fc53554
Merge remote-tracking branch 'upstream/develop' into productmerge
2022-02-27 08:40:01 +01:00
Alexandre SPANGARO
18a8eac1cd
Modify fix
2022-02-26 07:17:44 +01:00
Laurent Destailleur
adb4af7099
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2022-02-25 19:39:34 +01:00
Laurent Destailleur
409da7f091
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-02-25 19:17:41 +01:00
Laurent Destailleur
f8a5749fc4
# WARNING: head commit changed in the meantime
...
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-02-25 19:00:10 +01:00
Laurent Destailleur
b989c257ad
Fix report on salaries
2022-02-25 18:53:21 +01:00
Laurent Destailleur
7d6cbe0800
Merge pull request #20173 from thomas-Ngr/develop_new_SEPA_PmtTpInf_CdtTrfTxInf
...
NEW: SEPA XML - option to place payment Type Info at Credit transfer Transaction level
2022-02-25 13:48:32 +01:00
stickler-ci
a0bc41cdba
Fixing style errors.
2022-02-24 14:32:59 +00:00
Gauthier PC portable 024
517562b465
NEW : solde() function evolution to be able to get solde until a chosen date
2022-02-24 15:26:11 +01:00
Thomas Negre
7c29b2421d
only display SEPA XML option at account creation if module payment by bank transfer is enabled
2022-02-24 09:52:41 +01:00
Thomas Negre
83ed380e6b
display XML SEPA config option only if 'payment by bank transfer' module is enabled
2022-02-23 16:36:57 +01:00
Thomas Negre
af4e1667e0
Payment by bank transfer: create optionnaly place payment type information (PmtTpInf) in credit transfer transaction information (CdtTrfTxInf)
...
- introduce PAYMENTBYBANKTRANSFER_FORCE_HIGH_PRIORITY const
2022-02-23 16:23:25 +01:00
Thomas Negre
7a13112ad8
bank card interface modification to allow configuration of payment type information in SEPA XML
2022-02-23 16:22:37 +01:00
Thomas Negre
6136de6a4a
add 'pti_in_ctti' property for Account object. Update related methods.
2022-02-23 16:22:19 +01:00
atm-lena
ed6f4b4ee1
Display Salary Paiement on compta report
2022-02-23 15:33:51 +01:00
Alexandre SPANGARO
0510d84263
FIX Invoice - When you create an invoice and defined a thirdparty, fk_account is not retrieved from company card
2022-02-23 06:08:20 +01:00
Laurent Destailleur
e96061dd18
Fix phpunit SecurityTest
2022-02-22 23:46:57 +01:00
Frédéric FRANCE
b277ab9ee3
Merge remote-tracking branch 'upstream/develop' into productmerge
2022-02-22 21:49:17 +01:00
Laurent Destailleur
9a3d8022f3
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-02-18 21:53:38 +01:00
Laurent Destailleur
bd58cf1b37
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-02-18 21:52:18 +01:00
Laurent Destailleur
b0f538387e
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
...
Conflicts:
htdocs/accountancy/class/bookkeeping.class.php
htdocs/core/modules/import/import_csv.modules.php
htdocs/core/modules/import/import_xlsx.modules.php
2022-02-18 21:50:08 +01:00
Laurent Destailleur
28d8a28be6
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2022-02-18 21:45:54 +01:00
Laurent Destailleur
959aa0ce59
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
2022-02-18 21:44:34 +01:00
Laurent Destailleur
f295fa8ad4
Merge pull request #20108 from atm-maxime/fix_15_missing_hooks
...
Fix : add missing formobjectoptions hook on 3 cards
2022-02-18 20:23:09 +01:00
Laurent Destailleur
0517e2e2d3
Fix error
2022-02-18 18:35:21 +01:00
Laurent Destailleur
3b6f7bff66
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-02-18 16:32:51 +01:00
Laurent Destailleur
3d9cdbf136
FIX Debug v15
2022-02-18 16:24:11 +01:00
Maxime Kohlhaas
7a457478d5
Fix : add missing formobjectoptions hook on 3 cards
2022-02-18 08:23:12 +01:00
Laurent Destailleur
6b8312aab0
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-02-17 20:51:25 +01:00
Laurent Destailleur
d19aca7192
# WARNING: head commit changed in the meantime
...
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-02-17 20:50:03 +01:00
Laurent Destailleur
f1d84f5728
Merge pull request #20060 from hregis/fix_missing_default_or_current_value
...
FIX missing default or current value
2022-02-17 19:43:29 +01:00
Laurent Destailleur
3697cb9ca4
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/reception/class/reception.class.php
2022-02-17 11:34:54 +01:00
Laurent Destailleur
ea4eed31f5
Merge pull request #20066 from javieralapps4up/develop
...
FIX Andorra needs Code Banque
2022-02-16 20:38:26 +01:00
Laurent Destailleur
cebada1966
Merge pull request #20071 from frederic34/patch-1
...
NEW Hook getNomUrl available everywhere in tooltip of ref links
2022-02-16 20:36:02 +01:00
Laurent Destailleur
2a18bce2f3
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
...
Conflicts:
htdocs/api/index.php
htdocs/langs/en_US/productbatch.lang
htdocs/langs/fr_FR/productbatch.lang
htdocs/ticket/list.php
2022-02-16 20:31:55 +01:00
Laurent Destailleur
e0563d2bef
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2022-02-16 20:27:07 +01:00
Laurent Destailleur
7029bb7000
Merge pull request #20077 from AlexisLaurier/bugfix/paymentByBankTransfertIndexTabEntity
...
add missing entity check on list of withdraws on index of paymentbyba…
2022-02-16 20:26:39 +01:00
Laurent Destailleur
aad292b41b
Merge pull request #20074 from altairisfr/fix_parentline_13.0
...
More generic management of parentline
2022-02-16 20:25:04 +01:00
Laurent Destailleur
a33ca21151
Merge pull request #20079 from AlexisLaurier/bugfix/fixPrelevmentLineDetails-ForBankPaymentTransfert
...
manage details of prelevment line for bank transfer
2022-02-16 20:22:54 +01:00
lvessiller
7e17167faf
NEW total mark rate in list
2022-02-16 11:45:29 +01:00
Alexis LAURIER
ff8dcdc4b7
manage details of prelevment line for bank transfer
2022-02-16 10:52:20 +01:00
Alexis LAURIER
8b0280a9d2
add missing entity check on list of withdraws on index of paymentbybanktransfert
2022-02-16 10:26:44 +01:00
Frédéric FRANCE
eb77f10d7b
Merge remote-tracking branch 'upstream/develop' into productmerge
2022-02-15 19:11:24 +01:00
Frédéric FRANCE
935482ee22
uniformize
2022-02-15 19:04:18 +01:00
Frédéric FRANCE
a613553f37
Merge branch 'hookgetnomurl' into patch-1
2022-02-15 18:44:06 +01:00
Frédéric FRANCE
0ba912b1e5
add missing global
2022-02-15 18:14:44 +01:00
Frédéric FRANCE
d546e11fba
Update chargesociales.class.php
2022-02-15 17:13:08 +01:00
Christophe Battarel
ebada46a07
fix context for createfromclone
2022-02-15 12:14:48 +01:00
Frédéric FRANCE
502aa1b14b
Update paiement.class.php
2022-02-15 11:21:40 +01:00
Frédéric FRANCE
710e970389
Update facture-rec.class.php
2022-02-15 11:13:22 +01:00
Christophe Battarel
01ef9b64ee
fix parent line on create with no originid
2022-02-15 10:34:10 +01:00
Christophe Battarel
6c6c854eae
fix parent line on create with origin
2022-02-15 10:23:43 +01:00
javieralapps4up
81c2631b00
FIX Andorra needs Code Banque
2022-02-14 20:06:42 +01:00
Regis Houssin
15b7f37027
FIX missing default or current value
2022-02-14 09:14:06 +01:00
Quentin VIAL-GOUTEYRON
d819d427c3
FIX sort amount ht
2022-02-10 16:46:19 +01:00
Laurent Destailleur
16e4e736fd
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-02-10 16:28:29 +01:00
Laurent Destailleur
10d2e0cec0
Fix link to reconcile
2022-02-10 16:27:40 +01:00
Laurent Destailleur
b69beb98b8
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-02-10 13:30:22 +01:00
Laurent Destailleur
c4c15fc105
Fix warnings
2022-02-10 13:16:51 +01:00
Laurent Destailleur
ff3fbd1cf8
Fix preselected field
2022-02-10 13:06:51 +01:00
Laurent Destailleur
21f0264683
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-02-10 13:02:48 +01:00
Laurent Destailleur
1d6a7ebe03
Fix pb with bulk payment feature
2022-02-10 13:01:47 +01:00
Laurent Destailleur
d69f9eca40
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/core/lib/pdf.lib.php
2022-02-10 11:25:15 +01:00
Laurent Destailleur
a295725368
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-02-10 11:23:45 +01:00
Laurent Destailleur
06fe8c391e
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
...
Conflicts:
htdocs/core/lib/pdf.lib.php
htdocs/install/mysql/tables/llx_propaldet.sql
2022-02-10 10:23:42 +01:00
Regis Houssin
3eabeb2380
FIX broken feature, wrong div name again
2022-02-10 10:18:06 +01:00
Laurent Destailleur
d5d34930a8
Update card.php
2022-02-10 09:58:08 +01:00
Regis Houssin
8dffa020b4
FIX broken feature, wrong div name
2022-02-10 09:54:09 +01:00
Laurent Destailleur
3b18462a62
# WARNING: head commit changed in the meantime
...
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-02-07 15:51:01 +01:00
Laurent Destailleur
02ec11ff64
css
2022-02-07 15:07:03 +01:00
lvessiller
241a65e2ae
NEW add margin info in proposal and order list
2022-02-03 10:39:03 +01:00
Laurent Destailleur
ba77700619
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-02-02 17:58:09 +01:00
Laurent Destailleur
e813de1595
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-02-02 14:08:54 +01:00
Laurent Destailleur
5a89da8876
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-02-02 14:08:19 +01:00
Laurent Destailleur
815dd74de0
Fix missing information propagated to trigger
2022-02-02 14:07:31 +01:00
Laurent Destailleur
b55830d205
Fix missing information propagated to trigger
2022-02-02 14:03:09 +01:00
Laurent Destailleur
44bc197d03
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-02-01 13:25:45 +01:00
Laurent Destailleur
3a40078149
Fix length of list
2022-01-31 14:03:40 +01:00
Laurent Destailleur
adf8f3886b
Merge
2022-01-28 18:07:56 +01:00
Laurent Destailleur
2686541156
Fix late picto
2022-01-28 17:59:58 +01:00
Gauthier PC portable 024
3abe391f65
Merge branch 'develop' of github.com:Dolibarr/dolibarr into NEW/addline_with_position_choice_develop
2022-01-28 15:08:02 +01:00
Alexandre SPANGARO
4693b9702b
Copyright
2022-01-27 06:20:11 +01:00
Alexandre SPANGARO
1ed096316a
Merge branch 'Dolibarr:develop' into fix_vat_report_by_month_and_rate_with_vat_src_code
2022-01-27 06:11:20 +01:00
Alexandre SPANGARO
5f0999665f
FIX Invoice - Clone - Don't report contact on an another thirdparty
2022-01-27 02:27:36 +01:00
kamel
db57d1a99f
Correction lien pour afficher le detail de la tva si la tva est présente coté client en fournisseur
2022-01-26 15:53:03 +01:00
kamel
83d80cc380
Correction recuperation de la vat_rate_show
2022-01-26 15:45:00 +01:00
Laurent Destailleur
512df3c580
Try to address a better solution for #19776
2022-01-26 15:12:42 +01:00
Laurent Destailleur
1b50350600
Merge pull request #19910 from atm-adrien/NEW_Add_Hooks_salaries_sociales
...
NEW : Add hooks on salaries and sociales card
2022-01-26 12:58:48 +01:00
Laurent Destailleur
5d176c75db
Merge pull request #19780 from aspangaro/16a7
...
NEW Thirdparty - Add rules customer accountancy code is mandatory to validate invoice
2022-01-25 15:00:47 +01:00
Laurent Destailleur
30811e9b1a
Merge branch 'develop' into NEW_Add_Hooks_salaries_sociales
2022-01-25 14:45:51 +01:00
Laurent Destailleur
37338f9a60
Update card.php
2022-01-25 14:03:29 +01:00
Laurent Destailleur
9f377b7fe4
Better responsive on small screen
2022-01-24 23:58:16 +01:00
stickler-ci
6cb97b1346
Fixing style errors.
2022-01-24 15:13:40 +00:00
Adrien Raze
c131bdcbd3
NEW : Add hooks on salaries and sociales card
2022-01-24 16:06:02 +01:00
Laurent Destailleur
0a996f44be
Merge pull request #19819 from OPEN-DSI/new-invoice-propagate-extrafields-on-credit-note
...
NEW pre-filled extra fields with slected credit note
2022-01-23 20:58:45 +01:00
Alexandre SPANGARO
573d45fec8
Merge remote-tracking branch 'upstream/develop' into 15a14
2022-01-21 10:47:27 +01:00
Laurent Destailleur
60b90056c4
Fix #yogosha8450
2022-01-19 15:20:10 +01:00
Laurent Destailleur
91b2d59458
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-01-14 10:37:41 +01:00
Laurent Destailleur
53e65095a7
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/commande/card.php
htdocs/expedition/card.php
htdocs/fourn/commande/card.php
htdocs/fourn/commande/list.php
htdocs/fourn/facture/card.php
2022-01-14 10:36:46 +01:00
Laurent Destailleur
9dde80dd52
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
...
Conflicts:
htdocs/expedition/card.php
htdocs/fourn/commande/list.php
2022-01-14 10:30:39 +01:00
Alexandre SPANGARO
22e4ea63ea
Merge remote-tracking branch 'upstream/develop' into 15a14
2022-01-13 22:30:05 +01:00
Alexandre SPANGARO
6d1f5e1ef1
NEW Add possibility to create contract from invoice
2022-01-13 22:29:48 +01:00
Laurent Destailleur
dbc2631d6a
Fix scrutinizer warnings
2022-01-13 19:19:36 +01:00
Laurent Destailleur
b9b45fb506
Fix #hunterf1d1ce3e-ca92-4c7b-b1b8-934e28eaa486
...
Conflicts:
test/phpunit/CodingPhpTest.php
2022-01-13 18:46:29 +01:00
Laurent Destailleur
4fe3650736
Fix #hunterf1d1ce3e-ca92-4c7b-b1b8-934e28eaa486
2022-01-13 18:34:15 +01:00
Laurent Destailleur
dbce3cbfbe
Clean code
2022-01-13 16:00:39 +01:00
Laurent Destailleur
054116900a
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-01-13 11:59:05 +01:00
Laurent Destailleur
cb03f88fbc
Fix link
2022-01-13 11:58:10 +01:00
Laurent Destailleur
13510b9929
Clean sortfield, sortorder
2022-01-13 11:17:25 +01:00
Laurent Destailleur
f51720879b
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-01-13 11:05:57 +01:00
Laurent Destailleur
620a88b8d6
Fix param sortfield/order
2022-01-13 11:05:21 +01:00
Laurent Destailleur
dc3670bc91
Clean search_status
2022-01-13 11:00:52 +01:00
lvessiller
2d9c46ed3a
NEW pre-filled extra fields with slected credit note
2022-01-12 12:22:43 +01:00
Gauthier PC portable 024
6799d48944
Merge branch 'develop' of github.com:Dolibarr/dolibarr into NEW/addline_with_position_choice_develop
2022-01-11 09:59:25 +01:00
Gauthier PC portable 024
1910423684
FIX : conf name is MAIN_ADD_LINE_AT_POSITION
2022-01-11 09:54:27 +01:00
Laurent Destailleur
b9915800cf
Fix bad warning
2022-01-11 01:30:24 +01:00
Laurent Destailleur
cde290c78a
Merge pull request #19402 from atm-gauthier/fix_reorder_lines_after_delete_line_everywhere
...
FIX : reorder all lines when delete document line everywhere (4 documents were missing)
2022-01-10 21:23:23 +01:00
Laurent Destailleur
1cc16f73d8
FIX #19761
2022-01-10 19:28:57 +01:00
Laurent Destailleur
cfec02aaae
Debug v15
2022-01-10 14:27:43 +01:00
Alexandre SPANGARO
960aaded8e
NEW Thirdparty - Add rules customer accountancy code is mandatory to validate invoice
2022-01-09 21:08:06 +01:00
Laurent Destailleur
423a4ea104
Debug v15
2022-01-09 19:48:38 +01:00
Laurent Destailleur
144a8af438
Debug v15
2022-01-07 14:28:58 +01:00
Laurent Destailleur
bdac615cba
Fix empty column
2022-01-07 14:01:15 +01:00
Laurent Destailleur
51a36040f1
Fix special char in sepa file on address
2022-01-07 13:03:03 +01:00
Laurent Destailleur
500b0e0218
FIX Sepa payment with company name with accent
2022-01-07 12:43:41 +01:00
Laurent Destailleur
26e8496c46
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/compta/prelevement/card.php
2022-01-06 16:15:58 +01:00
Laurent Destailleur
2d0f4cab51
Merge pull request #19705 from atm-maxime/fix_supplier_credit_transfer
...
Fix supplier credit transfer
2022-01-06 16:10:53 +01:00
Laurent Destailleur
1e467c60f3
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
ChangeLog
htdocs/compta/facture/list.php
htdocs/product/stock/movement_list.php
2022-01-06 11:15:28 +01:00
Vincent Dieltiens
e58d783ced
add comment to parameter
2022-01-06 11:14:13 +01:00
Laurent Destailleur
708f5e5cf1
FIX #19751
2022-01-06 10:54:19 +01:00
Laurent Destailleur
4ac7213707
Fix tooltip
2022-01-05 22:23:25 +01:00
Laurent Destailleur
30897df240
css
2022-01-05 22:14:24 +01:00
Laurent Destailleur
ae6ce0127b
css
2022-01-05 22:07:58 +01:00
Laurent Destailleur
a887e41600
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/compta/bank/bankentries_list.php
htdocs/compta/bank/info.php
htdocs/compta/bank/line.php
htdocs/compta/bank/releve.php
htdocs/compta/bank/various_payment/card.php
htdocs/fourn/class/fournisseur.product.class.php
2022-01-04 09:45:31 +01:00
Laurent Destailleur
807f2841d4
FIX Navigation on bank transaction list
2022-01-04 09:33:52 +01:00
Laurent Destailleur
64c7472965
Fix link to account id
2022-01-03 22:01:08 +01:00
Laurent Destailleur
cecb11bb1c
Debug v15
2022-01-03 12:28:42 +01:00
Laurent Destailleur
e8408141e2
Merge pull request #19716 from jyhere/patch-2
...
FIx : addline() $type default value is misleading
2021-12-30 19:28:44 +01:00
Laurent Destailleur
9b14c68411
Update facture.class.php
2021-12-30 19:28:25 +01:00
Laurent Destailleur
809c8f993b
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/compta/facture/card.php
htdocs/core/modules/modCommande.class.php
htdocs/core/modules/modFournisseur.class.php
htdocs/core/modules/modPropale.class.php
htdocs/filefunc.inc.php
htdocs/modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php
2021-12-30 19:03:46 +01:00
jyhere
ddb8b406a0
FIx : addline() $type default value is misleading
...
It should refer to a Product type, not an Invoice type.
2021-12-30 10:17:03 +01:00
stickler-ci
537965c7b7
Fixing style errors.
2021-12-28 17:34:11 +00:00
Maxime Kohlhaas
f9f1c7e3f8
Fix action protection
2021-12-28 18:32:02 +01:00
Maxime Kohlhaas
f27fda33e8
Fix prelevement action right management
2021-12-28 18:26:42 +01:00
Maxime Kohlhaas
1e848f0ebb
Fix prelevement right management and action buttons
2021-12-28 18:17:57 +01:00
Maxime Kohlhaas
2237c09d64
Remove unused set_credit function
2021-12-28 17:59:41 +01:00
Maxime Kohlhaas
93393b82a3
Fix nav + translations on supplier invoice credit transfer
2021-12-28 17:40:25 +01:00
Maxime Kohlhaas
12880f1716
Fix : replace old filters by new ones
2021-12-28 16:02:51 +01:00
Maxime Kohlhaas
1d20694f33
Fix #19667 : bankentries wrong SQL parenthesis + missing filter
2021-12-28 15:47:46 +01:00
Henry
559b0b4bfa
Fix - Currency of Account Statement
2021-12-28 17:12:12 +08:00
Laurent Destailleur
00b43be7e6
Code comment
2021-12-23 10:20:01 +01:00
Laurent Destailleur
fee64f57d4
FIX Can't close a down payment if paid with credit notes.
2021-12-23 10:09:20 +01:00
Laurent Destailleur
6c84a128f6
Look and feel
2021-12-22 18:35:06 +01:00
Laurent Destailleur
bb436e556d
Fix warnings
2021-12-21 15:23:56 +01:00
Laurent Destailleur
86b6f9c742
Fix warning
2021-12-21 15:01:41 +01:00
Laurent Destailleur
2de5db83a9
Fix iban_prefix
2021-12-21 14:51:57 +01:00
Laurent Destailleur
0387b9922e
FIX error message on sqlfilter in API
2021-12-20 20:49:32 +01:00
Laurent Destailleur
f09e603bf4
Try for FIX #19562
2021-12-19 20:43:24 +01:00
Laurent Destailleur
fbce09f21b
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/accountancy/customer/index.php
htdocs/compta/facture/card.php
htdocs/reception/card.php
2021-12-19 00:36:22 +01:00
Laurent Destailleur
98ddfbf792
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/compta/facture/info.php
htdocs/compta/facture/list.php
htdocs/core/lib/functions.lib.php
htdocs/core/lib/pdf.lib.php
htdocs/fourn/facture/list.php
htdocs/mrp/mo_movements.php
htdocs/product/stock/movement_card.php
htdocs/product/stock/movement_list.php
htdocs/product/stock/replenishorders.php
htdocs/reception/card.php
htdocs/supplier_proposal/list.php
2021-12-19 00:17:37 +01:00
Laurent Destailleur
8925a8041a
Fix trforbreak
2021-12-18 23:16:46 +01:00
Laurent Destailleur
7b1b02ab16
css
2021-12-18 22:23:12 +01:00
Laurent Destailleur
ab7f118949
Add info to help debug report
2021-12-18 21:59:46 +01:00
Laurent Destailleur
d43c632c33
Add info to help debug report
2021-12-18 21:51:44 +01:00
Laurent Destailleur
7665b9d505
FIX Debug report
2021-12-18 21:13:22 +01:00
Laurent Destailleur
6be499e921
Fix report
2021-12-18 20:06:27 +01:00
Laurent Destailleur
9a253d50c9
Fix report
2021-12-18 19:23:03 +01:00
Laurent Destailleur
bf441dda14
Fix report of expense-income must be without tax in debt
2021-12-18 18:11:28 +01:00
Laurent Destailleur
9db9c5eecd
Fix tooltip
2021-12-18 15:34:12 +01:00
Laurent Destailleur
3cf59ba67f
Fix missing button to create new record (Look and feel)
2021-12-18 14:55:35 +01:00
Laurent Destailleur
e4dede7aba
Merge pull request #19605 from atm-jpb/14_fix_bank_restrictedArea
...
Fix : add info for acces right on compta/ bank / info
2021-12-16 17:35:31 +01:00
Laurent Destailleur
15b85258e8
Merge pull request #19634 from atm-gregr/FIX_Info_Tab_returns_Record_not_found
...
FIX : info tab on customer invoice record not found
2021-12-16 17:05:22 +01:00
Laurent Destailleur
e9b7fd0ef8
Update info.php
2021-12-16 17:05:12 +01:00
Laurent Destailleur
dc1118a3df
Update info.php
2021-12-16 17:04:25 +01:00
Laurent Destailleur
9465edd8ec
Add warning making payment if pending direct debit or credit trans
2021-12-16 14:09:56 +01:00
Laurent Destailleur
f1af5a41bf
Fix several pb with down payments
2021-12-16 12:53:46 +01:00
Laurent Destailleur
43e682b56f
Fix several pb with down payments
2021-12-16 12:33:45 +01:00
Jay Yeo
41e4e70c6e
Fix author searching include first and last name
2021-12-16 16:28:45 +07:00
atm-gregr
cc12baed57
fix info tab on customer invoice record not found
2021-12-16 10:19:42 +01:00
javieralapps4up
aeb16d69d1
FIX: When creating an invoice, extrafields with visibility = 4 are displayed
...
When creating an invoice, extrafields with visibility = 4 are displayed
2021-12-14 17:15:18 +01:00
Laurent Destailleur
d0bc32047d
FIX Create and clone negative social contribution
2021-12-13 18:11:17 +01:00
jpb
ac8538a812
add info for acces right
2021-12-13 16:53:34 +01:00
Laurent Destailleur
9624b9aa59
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2021-12-09 18:03:38 +01:00
Laurent Destailleur
eacc5f0f0a
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/install/repair.php
2021-12-09 18:03:27 +01:00
Laurent Destailleur
e3932377a6
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/compta/prelevement/class/bonprelevement.class.php
2021-12-09 17:58:57 +01:00
Laurent Destailleur
290ce46948
Merge pull request #19584 from javieralapps4up/develop
...
FIX In the card of a direct debit, if you change the limit, it gets disordered and vice versa
2021-12-09 17:36:21 +01:00
Laurent Destailleur
d80f83caf4
Clean code
2021-12-09 17:19:31 +01:00
Laurent Destailleur
9462481e83
Doc
2021-12-09 14:51:35 +01:00
Laurent Destailleur
6b9636c3b8
FIX deletion of direct debit or credit transfer
2021-12-09 12:54:18 +01:00
Laurent Destailleur
ecf98530bb
Debug SEPA payment module
2021-12-09 12:42:04 +01:00
stickler-ci
93356d9dc4
Fixing style errors.
2021-12-09 10:25:58 +00:00
javieralapps4up
0c2dce372f
FIX In the card of a direct debit
...
FIX In the card of a direct debit, if you change the limit, it gets disordered and vice versa
2021-12-09 11:24:03 +01:00
Laurent Destailleur
7ce6009958
Removed deprecated option
2021-12-09 09:53:32 +01:00
Maxime Kohlhaas
1123bf3cde
Fix #18586 : special char "…" not allowed in XML file and added by dol_trunc
2021-12-09 09:34:00 +01:00
Laurent Destailleur
22c271966d
Fix the existing method dolEscapeXML should be enough.
2021-12-08 19:14:02 +01:00
Laurent Destailleur
7c2fbe4923
Merge pull request #19558 from yaslama/sepa_illegal_chars
...
Remove illegal characters in SEPA XML
2021-12-08 18:57:06 +01:00
Laurent Destailleur
69cd7ae2ab
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/don/card.php
htdocs/public/test/badges.php
htdocs/public/test/test_exec.php
2021-12-08 18:27:03 +01:00
Laurent Destailleur
c3bfd5caa4
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/adherents/type.php
htdocs/asset/type.php
htdocs/categories/edit.php
htdocs/comm/action/card.php
htdocs/compta/bank/card.php
htdocs/contact/card.php
htdocs/contact/list.php
htdocs/core/class/extrafields.class.php
htdocs/don/card.php
htdocs/product/stock/card.php
htdocs/projet/card.php
htdocs/projet/tasks/task.php
htdocs/user/group/card.php
2021-12-08 18:21:20 +01:00
Laurent Destailleur
f1dac82a53
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
...
Conflicts:
htdocs/adherents/card.php
htdocs/categories/edit.php
htdocs/contact/card.php
htdocs/core/class/extrafields.class.php
htdocs/product/stock/card.php
2021-12-08 17:56:05 +01:00
Laurent Destailleur
106b8ceec5
Merge pull request #19574 from Hystepik/develop#5
...
Fix php8.0 warnings
2021-12-08 14:36:42 +01:00
Laurent Destailleur
b4de28f1db
Update index.php
2021-12-08 14:36:34 +01:00
Vincent Dieltiens
9ef2735520
Adds import for customer invoices and invoices lines
2021-12-07 09:33:18 +01:00
Laurent Destailleur
6886cca1fa
CSS
2021-12-07 02:35:46 +01:00
Laurent Destailleur
1caaa335d1
Fix missing section with files on social contribution page
2021-12-06 18:18:31 +01:00
Yaacov Akiba Slama
990081ce21
Remove illegal characters in SEPA XML
2021-12-06 16:54:08 +02:00
Quentin VIAL-GOUTEYRON
826bde0656
FIX set optional from post
2021-12-06 11:19:12 +01:00
Laurent Destailleur
075faded47
FIX list of categories in stats of supplier invoices
...
Conflicts:
htdocs/compta/facture/stats/index.php
2021-12-02 18:48:15 +01:00
lmarcouiller
b732d80ca5
Fix php 8.0 warnings
2021-12-02 15:56:34 +01:00
Laurent Destailleur
10e126eb69
Clean code on pdf templates
2021-12-02 10:43:44 +01:00
Laurent Destailleur
bacf569e0b
Fix phpcs
2021-12-01 17:33:26 +01:00
Laurent Destailleur
c6a071622a
Avoid a useless select
2021-12-01 15:26:53 +01:00
Laurent Destailleur
259418d1dd
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2021-12-01 12:10:14 +01:00
Laurent Destailleur
8bace4c64e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2021-11-30 16:24:42 +01:00
Laurent Destailleur
a298a845f1
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/accountancy/bookkeeping/list.php
htdocs/core/actions_massactions.inc.php
htdocs/core/lib/functions.lib.php
htdocs/core/lib/memory.lib.php
htdocs/langs/en_US/holiday.lang
htdocs/ticket/card.php
2021-11-30 16:24:18 +01:00
Laurent Destailleur
3de3adad74
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/core/actions_massactions.inc.php
htdocs/core/ajax/objectonoff.php
2021-11-30 16:11:12 +01:00
Laurent Destailleur
87a66c7bf0
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
2021-11-30 15:57:14 +01:00
Laurent Destailleur
d84d09556c
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 12.0
2021-11-30 15:55:57 +01:00
Laurent Destailleur
7937a798b7
Merge pull request #18331 from marc-dll/12.0_FIX_invoice_multicurrency_discount
...
FIX: multicurrency: fields in discount unitialized when creating deposit
2021-11-30 14:23:37 +01:00
Christian Foellmann
6608f5f0d8
update all script tags to be uniform. language="javascript" removed
...
https://developer.mozilla.org/en-US/docs/web/html/element/script#attr-language
2021-11-29 15:09:18 +01:00
Laurent Destailleur
1fa3e9f37d
Look and feel v15
2021-11-29 01:13:43 +01:00
Laurent Destailleur
81e7483911
css
2021-11-28 23:51:20 +01:00
Frédéric FRANCE
308998e21c
Merge remote-tracking branch 'upstream/develop' into productmerge
2021-11-28 21:14:12 +01:00
Laurent Destailleur
2d92130c1e
External backups can be downloaded from the "About info page".
2021-11-28 19:25:58 +01:00
Laurent Destailleur
bf1dfac629
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/langs/en_US/errors.lang
htdocs/product/stock/movement_list.php
2021-11-25 21:54:06 +01:00
Laurent Destailleur
971c892d98
Fix filter on recurrig field
2021-11-25 14:20:31 +01:00
Laurent Destailleur
78f94b1c76
Fix css and label for recurring invoices
2021-11-25 14:17:20 +01:00
Quentin VIAL-GOUTEYRON
632147ad88
object->id is always empty
2021-11-24 12:04:18 +01:00
Frédéric FRANCE
99cddfa235
can merge products but experimental
2021-11-23 22:36:14 +01:00
Frédéric FRANCE
d601f62194
can merge products but experimental
2021-11-23 21:38:29 +01:00
Gauthier PC portable 024
2c2f456827
Merge branch 'NEW/addline_with_position_choice' of github.com:atm-gauthier/dolibarr into NEW/addline_with_position_choice_develop
2021-11-23 11:10:01 +01:00
Gauthier PC portable 024
74f5c092dc
FIX : use $linecount = count($this->lines);
2021-11-23 10:44:43 +01:00
Frédéric FRANCE
dc3bfcfb87
can modify tooltip by reference
2021-11-22 19:57:26 +01:00
Gauthier PC portable 024
e02405edc9
Merge branch 'develop' of github.com:Dolibarr/dolibarr into NEW/addline_with_position_choice_develop
2021-11-22 16:23:26 +01:00
Gauthier PC portable 024
9840c1e0fa
Merge branch 'NEW/addline_with_position_choice' of github.com:atm-gauthier/dolibarr into NEW/addline_with_position_choice_develop
2021-11-22 16:17:55 +01:00
Gauthier PC portable 024
e75b6ae0b4
FIX : it's better with an input number
2021-11-22 16:13:46 +01:00
Laurent Destailleur
e8f7b755f1
Standardize code
2021-11-22 12:18:15 +01:00
Laurent Destailleur
441af6b6fb
Fix add rel="noopener noreferrer"
2021-11-22 02:35:55 +01:00
lvessiller
cdde6ecf94
NEW add form confirm hook in paiement card
2021-11-18 12:17:02 +01:00
lvessiller
ef447bacbf
NEW add form confirm hook in paiement card
2021-11-18 12:12:30 +01:00
Gauthier PC portable 024
23249751d5
FIX : reorder all lines when delete document line everywhere
2021-11-17 12:10:12 +01:00
Gauthier PC portable 024
72614ecc0d
Merge branch 'NEW/addline_with_position_choice_develop' of github.com:atm-gauthier/dolibarr into NEW/addline_with_position_choice_develop
2021-11-16 16:43:01 +01:00
Gauthier PC portable 024
375dcf7028
FIX : dev name
2021-11-16 16:42:48 +01:00
stickler-ci
19171d4f8e
Fixing style errors.
2021-11-16 15:15:55 +00:00
Gauthier PC portable 024
f664a977c6
Merge branch 'NEW/addline_with_position_choice' of github.com:atm-gauthier/dolibarr into NEW/addline_with_position_choice_develop
2021-11-16 16:05:17 +01:00
Gauthier PC portable 024
c55008e8af
NEW : insert_discount() functions handle
2021-11-16 16:02:55 +01:00
Gauthier PC portable 024
9d41c1390d
Merge branch 'NEW/addline_with_position_choice' of github.com:atm-gauthier/dolibarr into NEW/addline_with_position_choice_develop
2021-11-16 14:20:24 +01:00
Gauthier PC portable 024
1e0d7d92a9
NEW : addline with position choice when MAIN_VIEW_LINE_NUMBER is enabled
2021-11-16 14:09:18 +01:00
Laurent Destailleur
47f32ef19b
NEW Can modify amount when cloning a social contribution
2021-11-15 19:40:26 +01:00
Alexandre SPANGARO
15115a133d
Merge remote-tracking branch 'upstream/develop' into 15a30
2021-11-15 04:26:30 +01:00
Alexandre SPANGARO
ce8b94a625
Translation
2021-11-15 04:26:14 +01:00
Laurent Destailleur
55e089118c
Fix trans
2021-11-13 15:19:03 +01:00
Laurent Destailleur
21c2dba922
Fix phpcs
2021-11-11 19:06:55 +01:00
Laurent Destailleur
32185beec5
Merge pull request #19338 from aspangaro/15a30
...
GNU version 3
2021-11-11 14:39:43 +01:00
Laurent Destailleur
8997368e76
Merge pull request #19347 from frederic34/patch-1
...
error display
2021-11-11 14:39:06 +01:00
Laurent Destailleur
28aa17e4fd
FIX calculation of balance in conciliation page on desc sorting.
2021-11-11 14:27:17 +01:00
Laurent Destailleur
67baaeb5de
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
2021-11-11 13:51:19 +01:00
Laurent Destailleur
0443302c3d
FIX calculation of balance in conciliation page on desc sorting.
2021-11-11 13:49:21 +01:00
Laurent Destailleur
fd3fd9d945
Fix getpost
2021-11-11 13:46:58 +01:00
Frédéric FRANCE
06e6479a12
Update cashcontrol_card.php
2021-11-10 12:24:53 +01:00
Frédéric FRANCE
005254ad34
Update cashcontrol_card.php
2021-11-10 12:21:03 +01:00
Frédéric FRANCE
e5d40bf464
error display
2021-11-10 12:06:39 +01:00
Alexandre SPANGARO
d611b99d95
GNU version 3
2021-11-09 03:01:48 +01:00
Laurent Destailleur
9f8e21bc2c
Fix filter on dates
2021-11-08 20:39:52 +01:00
Laurent Destailleur
d28edae460
Fix idate must be jdate
2021-11-08 20:11:32 +01:00
Laurent Destailleur
ebdcff3b49
FIX filter for export of accounting documents
2021-11-08 20:07:03 +01:00
Laurent Destailleur
cb65903537
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/compta/facture/card.php
htdocs/langs/en_US/bills.lang
2021-11-08 03:09:30 +01:00
Laurent Destailleur
e8b3875e2e
FIX bad sign of amount stored for multicurrency columns on credit notes
2021-11-08 02:57:21 +01:00
Laurent Destailleur
2b6d296e63
Rename var
2021-11-05 13:58:11 +01:00
kamel
d91c24233c
NEW: Can show Paid button if invoice or supplier invoice has no payments with global INVOICE_CAN_FORCE_PAID_WHEN_NO_PAIEMENTS and SUPPLIER_INVOICE_CAN_FORCE_PAID_WHEN_NO_PAIEMENTS
2021-11-02 16:43:09 +01:00
Laurent Destailleur
1d1e75683d
Merge pull request #19183 from frederic34/patch-5
...
fix warning
2021-10-31 17:47:23 +01:00
Laurent Destailleur
216eb7bd5a
Merge pull request #19185 from frederic34/bankentrieslist
...
fix warnings in bankentries list
2021-10-31 17:47:14 +01:00
Laurent Destailleur
43b4a783a5
Merge pull request #19184 from frederic34/patch-7
...
fix search
2021-10-31 17:47:05 +01:00
Laurent Destailleur
a635dc6df3
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/bookmarks/card.php
2021-10-31 16:50:34 +01:00
Laurent Destailleur
c73c962459
Merge pull request #19220 from frederic34/patch-4
...
remove duplicate code
2021-10-31 16:47:33 +01:00
Laurent Destailleur
d891dd8ddc
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/langs/en_US/stocks.lang
htdocs/product/stats/card.php
htdocs/projet/element.php
htdocs/salaries/card.php
2021-10-31 16:19:10 +01:00
Laurent Destailleur
da4fe03be7
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/core/class/html.formticket.class.php
htdocs/ticket/card.php
2021-10-31 14:37:33 +01:00
Laurent Destailleur
ca8dab36a3
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
...
Conflicts:
htdocs/compta/facture/card.php
htdocs/core/class/html.formticket.class.php
htdocs/core/modules/modAdherent.class.php
htdocs/core/modules/modProjet.class.php
2021-10-31 14:33:44 +01:00
Laurent Destailleur
6d918ad1c7
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 12.0
2021-10-31 14:24:19 +01:00
Laurent Destailleur
3dcd1aa05d
Update info.php
2021-10-31 14:02:34 +01:00
Laurent Destailleur
8dfe4fe05f
Update note.php
2021-10-31 14:02:14 +01:00
Laurent Destailleur
65d59405da
Update document.php
2021-10-31 14:01:56 +01:00
Laurent Destailleur
0e2e8fe27f
Update contact.php
2021-10-31 14:01:40 +01:00
Laurent Destailleur
fe7e1d4118
Look and feel v15
2021-10-29 09:40:38 +02:00
Marc de Lima Lucio
03c24b2274
FIX: deposit payment terms: getDictvalue() renamed to getDictionaryValue()
2021-10-28 16:51:59 +02:00
Marc de Lima Lucio
668088a63f
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into NEW_deposit_payment_terms
2021-10-28 15:54:18 +02:00
Marc de Lima Lucio
eb8d7f92c3
FIX: invoice: inpossible to create an invoice because of very bad check + warnings when trying to print tabs for invoice with no ID
2021-10-28 15:26:40 +02:00
Frédéric FRANCE
dc15d09f12
remove duplicate code
2021-10-27 09:37:22 +02:00
Laurent Destailleur
e9ba9fc103
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/contact/list.php
htdocs/core/modules/mailings/modules_mailings.php
2021-10-26 13:52:00 +02:00
Laurent Destailleur
da2ce063b3
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/contact/card.php
htdocs/contact/list.php
htdocs/core/modules/mailings/modules_mailings.php
htdocs/product/card.php
htdocs/public/emailing/mailing-unsubscribe.php
2021-10-26 13:42:30 +02:00
Laurent Destailleur
fde44f2792
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
...
Conflicts:
htdocs/contact/list.php
htdocs/core/modules/mailings/modules_mailings.php
2021-10-26 13:29:47 +02:00
Laurent Destailleur
181991ee47
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 12.0
2021-10-26 13:10:23 +02:00
Scrutinizer Auto-Fixer
5567310e44
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2021-10-25 20:07:31 +00:00
Laurent Destailleur
ad2e567571
Fix bug huntr.dev
2021-10-25 15:32:10 +02:00
Frédéric FRANCE
b1555bc4fc
fix set categories for bank line
2021-10-24 17:06:37 +02:00
Frédéric FRANCE
71541fa299
fix warnings in bankentrie list
2021-10-24 16:52:02 +02:00
Frédéric FRANCE
f6cd0818b3
fix warnings in bankentrie list
2021-10-24 16:47:01 +02:00
Frédéric FRANCE
de312cf8b4
Update bankentries_list.php
2021-10-24 16:39:57 +02:00
Frédéric FRANCE
c21593a5ab
fix search
2021-10-24 16:28:18 +02:00
Frédéric FRANCE
ead9b396c6
fix warning
2021-10-24 16:02:59 +02:00
Laurent Destailleur
9cd59bf2c4
Merge pull request #18508 from henrynopo/patch-3
...
NEW Additional reason for Customer's partial payment - bank fees
2021-10-24 12:54:19 +02:00
Laurent Destailleur
f2cd7a7a56
Removed the div class="ficheaddleft"
2021-10-24 00:37:37 +02:00
Laurent Destailleur
6ad9eb8ef1
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/product/class/api_products.class.php
htdocs/recruitment/recruitmentcandidature_list.php
htdocs/recruitment/recruitmentjobposition_list.php
2021-10-24 00:02:15 +02:00
Laurent Destailleur
f1f00be99c
Merge pull request #19160 from frederic34/comptacashcontrol
...
fix warnings
2021-10-23 22:45:55 +02:00
Laurent Destailleur
321cfb3811
Update cashcontrol_list.php
2021-10-23 22:44:37 +02:00
Scrutinizer Auto-Fixer
f7a41f1848
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2021-10-23 20:22:10 +00:00
Frédéric FRANCE
b9075660af
fix warnings
2021-10-23 22:15:23 +02:00
Laurent Destailleur
ce4fe3f400
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2021-10-23 18:33:47 +02:00
Laurent Destailleur
6832893cb8
Merge pull request #19143 from andreubisquerra/develop
...
TakePOS Split Sale fixes and improvements
2021-10-23 17:25:53 +02:00
Laurent Destailleur
8604f9b153
Clean DOM (remove ficheaddleft div)
2021-10-23 17:18:35 +02:00
Norbert Penel
e2ff96a096
FIX #18835 : addition of number + unsure string
...
risky, may produce a warning
2021-10-23 16:47:10 +02:00
andreubisquerra
85cc5851ef
BUG When load a draft invoice from history I can't add products
2021-10-23 16:07:47 +02:00
Laurent Destailleur
6ec19bca9d
Merge pull request #19128 from frederic34/warnfixes
...
fix warnings
2021-10-23 11:38:03 +02:00
Hystepik
67711bdea9
Merge branch 'develop' into develop#3
2021-10-23 10:59:36 +02:00
Lucas Marcouiller
0270d1c1b7
fix syntax
2021-10-23 10:57:21 +02:00
Lucas Marcouiller
953a56b08c
Fix: PHP 8.0 Warnings
2021-10-23 10:57:03 +02:00
Frédéric FRANCE
cad2cf9b6f
fix warnings
2021-10-23 07:20:30 +02:00
Frédéric FRANCE
9bd31d2b85
fix warnings
2021-10-23 07:13:08 +02:00
Laurent Destailleur
67f5ef913e
Merge pull request #19037 from aspangaro/14p24
...
FIX Accountancy simplified - Salaries are not present in report
2021-10-22 22:54:23 +02:00
Laurent Destailleur
900d7512f2
Merge pull request #19121 from frederic34/fixrightswarning
...
fix multiple warnings
2021-10-22 22:47:28 +02:00
Frédéric FRANCE
46c4f28478
fix multiple warnings
2021-10-22 22:15:59 +02:00
Laurent Destailleur
c81bf68578
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/admin/dict.php
htdocs/compta/cashcontrol/cashcontrol_list.php
htdocs/fourn/class/fournisseur.facture.class.php
htdocs/modulebuilder/index.php
htdocs/modulebuilder/template/myobject_list.php
htdocs/product/class/api_products.class.php
2021-10-22 15:56:44 +02:00
Frédéric FRANCE
c789b12715
fix more than one extrafield cause bug sql
2021-10-22 11:07:38 +02:00
Florian HENRY
6c71cc1e14
better correction from modulebuilder source of #19081
2021-10-22 11:03:35 +02:00
Alexandre SPANGARO
0c8291b60f
Fix INNER JOIN & Add urlencode()
2021-10-22 04:35:23 +02:00
Laurent Destailleur
6c870bb3d1
Merge pull request #19059 from FHenry/fix_introduced_scrutinizer
...
fix: scrutinizer
2021-10-21 22:52:20 +02:00
Florian HENRY
10a518749d
fix: scrutinizer
2021-10-21 16:46:04 +02:00
Alexandre SPANGARO
d2b96fe0f6
Correct link to salary list with user search
2021-10-21 06:08:48 +02:00
Alexandre SPANGARO
a1c0e1ad1f
Better fix with backward compatibility with old salary module
2021-10-21 05:45:37 +02:00
Alexandre SPANGARO
be7c1c8a23
Typo & translation
2021-10-21 05:18:56 +02:00
Alexandre SPANGARO
02bb39d438
FIX Accountancy simplified - Salaries are not present in report
2021-10-21 05:06:50 +02:00
JC Prieto
0756a01002
Fix card.php
...
Error adding localtax
2021-10-20 19:33:28 +02:00
Laurent Destailleur
e43b33028c
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/adherents/card.php
2021-10-20 15:06:10 +02:00
Laurent Destailleur
0cae464bfa
Debug v15
2021-10-19 16:47:43 +02:00
Laurent Destailleur
c40a73162e
Look and feel v15
2021-10-18 21:20:58 +02:00
Laurent Destailleur
bd73545d08
Merge pull request #18985 from henrynopo/patch-5
...
Fix the rounding issue in case of multi-currency
2021-10-17 13:50:35 +02:00
Laurent Destailleur
48f6ebc344
Merge pull request #18971 from javieralapps4up/develop
...
Update factures.php
2021-10-16 21:24:29 +02:00
Laurent Destailleur
dd0809b528
Fix trans labels status
2021-10-16 19:37:57 +02:00
Laurent Destailleur
bd52613331
Fix phpcs
2021-10-16 17:06:10 +02:00
Laurent Destailleur
7ff3e4253f
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2021-10-16 13:01:27 +02:00
Laurent Destailleur
f8010dfcbc
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
ChangeLog
htdocs/reception/list.php
htdocs/takepos/pay.php
2021-10-16 13:01:03 +02:00
Laurent Destailleur
52890c64c1
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/compta/facture/stats/index.php
htdocs/compta/prelevement/create.php
2021-10-16 12:53:57 +02:00
Laurent Destailleur
faf80b94e9
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
...
Conflicts:
htdocs/compta/facture/stats/index.php
2021-10-16 12:49:18 +02:00
Laurent Destailleur
07052196e2
Fix popup message on sepa creation
2021-10-16 12:33:19 +02:00
stickler-ci
fb79aaeb0c
Fixing style errors.
2021-10-15 07:19:49 +00:00
Henry
0cb1972674
Update card.php
2021-10-15 15:07:48 +08:00
Laurent Destailleur
a6c3c6b7ec
url
2021-10-14 15:56:01 +02:00
Laurent Destailleur
3875d26a2f
Fix filter for supplierinvoice stats
2021-10-14 15:55:12 +02:00
Laurent Destailleur
db3d16f080
Fix filter tag for supplier invoice statistics
2021-10-14 15:43:35 +02:00
Laurent Destailleur
bc230dbfc2
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 12.0
2021-10-14 12:00:33 +02:00
Laurent Destailleur
371c75e76a
FIX list of categories in stats of supplier invoices
2021-10-14 11:58:21 +02:00
stickler-ci
d264bbca3c
Fixing style errors.
2021-10-13 12:36:58 +00:00
javieralapps4up
230af38010
Update factures.php
...
When the list is greater than $ conf-> liste_limit, no more pages are output
2021-10-13 14:34:50 +02:00
Marc de Lima Lucio
29768a1c6e
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into NEW_deposit_payment_terms
2021-10-13 11:33:04 +02:00
Laurent Destailleur
f3c16ba490
Merge pull request #18905 from indelog/fix_origin_invoice_custom
...
Fix creataing invoice originating for custom module object
2021-10-11 15:26:07 +02:00
Laurent Destailleur
b29bd325fe
Update card.php
2021-10-11 15:25:25 +02:00
atm-florian
57052e2fba
FIX PR#18931 Remove useless explicit call to dol_shutdown
2021-10-11 11:10:14 +02:00
Laurent Destailleur
da815476fd
Fix edit field from tab bank transfer of invoice
2021-10-11 02:00:12 +02:00
Laurent Destailleur
dbf2c0be7e
Fix warning
2021-10-11 01:49:50 +02:00
Laurent Destailleur
a57925b0b7
FIX edition of fields on credit transfer tab
2021-10-11 01:43:36 +02:00
Laurent Destailleur
977a596500
Fix edit link
2021-10-11 01:27:21 +02:00
Laurent Destailleur
7c1d955f6c
Fix: avoid to show warning in some cases
2021-10-11 01:23:00 +02:00
atm-florian
2da16ade6c
FIX: consistent UX when calling a tab from the invoice card with empty ref / id
2021-10-08 17:24:52 +02:00
lvessiller
be4a00213c
FIX optional visibility on create card
2021-10-08 15:58:08 +02:00
Laurent Destailleur
2cb0edb5eb
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/public/project/suggestbooth.php
htdocs/public/project/suggestconference.php
2021-10-07 11:01:53 +02:00
Laurent Destailleur
9b5909300e
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/comm/action/class/actioncomm.class.php
htdocs/compta/paiement/card.php
htdocs/fourn/facture/card.php
2021-10-07 11:00:00 +02:00
Laurent Destailleur
efd44b0ec0
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
2021-10-07 10:57:03 +02:00
Laurent Destailleur
5910d10021
Add hidden option to allow to fix corrupted situations
2021-10-07 10:43:50 +02:00
Laurent Destailleur
e004d39ed4
Fix status of supplier invoice
2021-10-06 19:30:37 +02:00
Laurent Destailleur
ff56415c00
Merge pull request #18903 from aspangaro/15a21
...
HTML5 - <font> tag is deprecated, replace by <span>
2021-10-05 16:51:41 +02:00
Marc de Lima Lucio
4059b64288
FIX: deposit payment terms: langs
2021-10-05 13:00:25 +02:00
Marc de Lima Lucio
cd1eb3b992
FIX: deposit payment terms: PHPDoc
2021-10-05 12:53:04 +02:00
Marc de Lima Lucio
fe62808595
NEW: deposit payment terms: hidden conf to detail lines imported from origin
2021-10-05 12:37:29 +02:00
stickler-ci
39cc2ca5b6
Fixing style errors.
2021-10-05 09:42:52 +00:00
Indelog
6c82b1d0e1
Fix creataing invoice originating for custom module
...
This fix the invoice create form when we provide `origin` element in
url. The actual create form overide the value for origin field with
`$objectsrc->element`. This make creation of invoice originating from a custom
module module impossible because we need the module part to instantiate
the class for the custom module object.
This also modify Common Object::fetch Object Linked() to append the
module part for `$sourcetype` and `$targettype` if it not set and object
have module property and it not in core module.
2021-10-05 11:35:43 +02:00
Alexandre SPANGARO
edf91ce77c
HTML5 - <font> tag is deprecated, replace by <span>
2021-10-05 09:41:03 +02:00
Laurent Destailleur
950fccc186
Merge branch 'develop' into NEW_deposit_payment_terms
2021-10-04 19:06:42 +02:00
Marc de Lima Lucio
1b2494855d
NEW: deposit payment terms: set required invoice fields + filter payment terms with deposits in select + UI
2021-10-04 18:09:24 +02:00
Marc de Lima Lucio
6580c2e308
FIX: deposit payment terms: correctly untag deposit as created from an origin
2021-10-04 15:07:27 +02:00
Laurent Destailleur
b6ec7ae77a
Fix permissions on module PaymentByBankTransfer
2021-10-04 04:36:58 +02:00
Laurent Destailleur
b3cb56f2ef
Clean css
2021-10-04 04:14:31 +02:00
Frédéric FRANCE
5c4b55fe7f
doxygen
...
https://doxygen.dolibarr.org/develop/doxygen-warnings.log
2021-10-02 13:35:17 +02:00
Laurent Destailleur
d064ab2b17
Add more action to GET action to check
2021-10-02 12:58:15 +02:00
Laurent Destailleur
2671eeb4e5
Responsive
2021-10-01 18:54:14 +02:00
Laurent Destailleur
673a2982a5
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/opensurvey/card.php
2021-09-30 16:32:40 +02:00
Laurent Destailleur
3d4bb66853
Clean code
2021-09-30 15:59:47 +02:00
Laurent Destailleur
608b6f5fa3
Clean code
2021-09-30 15:24:57 +02:00
Laurent Destailleur
8ab9524d0d
Merge pull request #18849 from javieralapps4up/develop
...
FIX : #18848 Add Andorra (AD) in the public function useDetailedBBAN () Feature request
2021-09-30 13:30:02 +02:00
Marc de Lima Lucio
81ddc6c0f6
NEW: deposit payment terms: generate deposit from proposal
2021-09-30 12:41:07 +02:00
Marc de Lima Lucio
8cb6cdf1bc
NEW: deposit payment terms: prefill deposit parameters if coming from an origin with the corresponding payment conditions
2021-09-30 11:48:32 +02:00
Laurent Destailleur
fca39d9179
css
2021-09-30 01:15:36 +02:00
javieralapps4up
f6c8932cfa
Update account.class.php
2021-09-28 17:25:31 +02:00
Laurent Destailleur
e15277bb6c
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
2021-09-28 17:23:07 +02:00
javieralapps4up
b6bb27e0f7
FIX : #18848
2021-09-28 17:21:22 +02:00
Laurent Destailleur
d3e5e3071b
css
2021-09-28 00:26:58 +02:00
Laurent Destailleur
0750d4bb6e
Look and feel v14
2021-09-28 00:21:54 +02:00
Laurent Destailleur
338d5ac56e
Look and feel v14
2021-09-27 22:12:08 +02:00
Laurent Destailleur
80165811e0
Clean code
2021-09-27 15:50:19 +02:00
Laurent Destailleur
37603b451a
Fix token in url
2021-09-27 12:24:01 +02:00
Laurent Destailleur
0176ab6057
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/accountancy/bookkeeping/list.php
2021-09-27 11:40:47 +02:00
Laurent Destailleur
9b825df158
Clean code
2021-09-27 11:36:40 +02:00
lmarcouiller
f88d12f55d
Fix #18809 : error on client tooltip
2021-09-24 11:16:34 +02:00
Laurent Destailleur
38b8ed9092
Merge pull request #18792 from cfoellmann/PR/minor-button-fixes
...
another set of cleanup for action buttons
2021-09-24 01:55:25 +02:00
Laurent Destailleur
27c41946b7
Merge pull request #18182 from atm-jpb/NEW_field_in_service_object
...
NEW : field and behavior in product object
2021-09-23 12:14:09 +02:00
Laurent Destailleur
d38c3028eb
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/expensereport/class/expensereport.class.php
2021-09-23 02:41:53 +02:00
Laurent Destailleur
128f6d9a5c
Fix combo box for thirdparties in invoice stats used bad component
2021-09-23 02:38:53 +02:00
Laurent Destailleur
51b6318f88
FIX Test when date of invoie is in future (pb with TZ and offset)
2021-09-23 02:14:01 +02:00
Laurent Destailleur
60c11725ae
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2021-09-23 02:11:11 +02:00
Laurent Destailleur
1e0a7e4342
FIX Test when date of invoie is in future (pb with TZ and offset)
2021-09-23 02:10:39 +02:00
Christian Foellmann
08b395e127
another set of cleanup for action buttons
2021-09-22 08:43:30 +02:00
Laurent Destailleur
e2c389a4a9
Fix delete invoice
2021-09-21 14:23:21 +02:00
Laurent Destailleur
b7105d572a
Fix delete of invoice not complete (some fk_invoice still filled)
2021-09-21 14:20:01 +02:00
stickler-ci
d919ef9c4c
Fixing style errors.
2021-09-20 17:57:10 +00:00
Yannick Warnier
c40b22facd
Add turnover homepage box
2021-09-20 19:41:13 +02:00
Laurent Destailleur
deb1965cd5
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/comm/action/card.php
htdocs/compta/paiement/list.php
htdocs/core/class/commonobject.class.php
htdocs/mrp/mo_list.php
htdocs/projet/tasks/task.php
htdocs/public/payment/newpayment.php
2021-09-20 17:15:12 +02:00
Laurent Destailleur
5c8fb38426
Fix add del* action into list of sensitive actions
2021-09-19 14:41:46 +02:00
Laurent Destailleur
d760686239
Fix case of newtoken()
2021-09-18 22:24:00 +02:00
Laurent Destailleur
0749d01c5a
Fix add action delete* as sensitive action
2021-09-18 22:04:41 +02:00
Laurent Destailleur
8bdc53f469
Fix Add action classify as sensitive actions
2021-09-18 20:49:24 +02:00
Laurent Destailleur
62b721a904
Add deletecontact as sentitive action
...
Replace dol_buildpath with DOL_URL_ROOT
2021-09-18 19:34:46 +02:00
Laurent Destailleur
3d9be1437a
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/comm/action/class/actioncomm.class.php
htdocs/compta/paiement/list.php
htdocs/fourn/paiement/list.php
htdocs/projet/tasks/time.php
2021-09-17 12:29:58 +02:00
Laurent Destailleur
9a6f4bf6d9
Merge pull request #18708 from javieralapps4up/develop
...
Fix #18707 $search_account and $search_paymenttype are not saved when sorting by any field
2021-09-17 11:51:35 +02:00
Laurent Destailleur
5f5c659b76
Merge pull request #18710 from aspangaro/15a14
...
NEW Customer invoice template list - Add input date from/to
2021-09-17 11:50:29 +02:00
Christian Foellmann
fd1d4d9073
add missing css classes to buttons
2021-09-16 11:33:42 +02:00
Ferran Marcet
7a637104b2
Fix: Not filter by company when it is an external user
2021-09-15 11:29:12 +02:00
Alexandre SPANGARO
cb37c42b5e
NEW Customer invoice template list - Add input date from/to
2021-09-14 04:50:05 +02:00
javieralapps4up
e1203d115a
Update list.php
2021-09-14 02:22:30 +02:00
javieralapps4up
0763846805
Bug: #18670 date, account and payment type are lost when sorting by any field
...
Filtereds $date, $search_account and $search_paymenttype are not saved when sorting by any field
2021-09-14 02:15:22 +02:00