Christophe Battarel
fa104b6613
automatic fixes
2024-01-30 17:55:13 +01:00
tnegre
9c638968ff
Takepos : display errors on payment error
2024-01-26 16:23:24 +01:00
thibdrev
a22adbf802
qual: phpstan for htdocs/takepos/invoice.php
...
htdocs/takepos/invoice.php 279 Property Paiement::$fk_account (int) does not accept array|string.
htdocs/takepos/invoice.php 491 Property CommonInvoice::$socid (int) does not accept string.
2024-01-25 12:22:09 +01:00
Laurent Destailleur
9c963b915c
Merge pull request #27770 from mdeweerd/qual/fixtranskeys
...
Qual: Fix translation keys.
2024-01-24 10:48:18 +01:00
Laurent Destailleur
0602b40e3a
FIX Debug setup of module TakePOS
2024-01-24 03:34:42 +01:00
Laurent Destailleur
b51b8ab1d5
FIX Debug setup of module TakePOS
2024-01-24 03:34:03 +01:00
MDW
565fe09cb5
Qual: Fix translation keys.
...
# Qual: Fix translation keys
Modify some translation keys so that they correspond to each other,
use an existing key or fix the contents as it's not translated yet.
2024-01-23 23:56:20 +01:00
Laurent Destailleur
9eaefcfdbf
Fix missing header
2024-01-20 17:16:16 +01:00
Laurent Destailleur
6e6aa29ff3
Log
2024-01-20 16:48:39 +01:00
MDW
342ab85195
Qual: Spelling htdocs/[q-z]* ( #27447 )
...
# Qual: Fix spelling htdocs/[q-z]*
Probably fixes a bug:
- htdocs/webservices/server_thirdparty.php
No other occurence of adress found.
-'adress'=>->adress,- +'address'=>->address,+
2024-01-12 17:18:52 +01:00
Laurent Destailleur
6f144a7ccf
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-09 16:43:13 +01:00
Laurent Destailleur
368efbb77f
Debug v19
2024-01-07 20:43:05 +01:00
Laurent Destailleur
7f7f904541
Debug v19
2024-01-07 20:23:52 +01:00
Laurent Destailleur
619aa10797
Debug v19
2024-01-07 19:32:53 +01:00
Laurent Destailleur
02f267c36b
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-01-07 16:31:44 +01:00
Laurent Destailleur
c5cf8b8805
Debug v19
2024-01-07 15:07:59 +01:00
Laurent Destailleur
7cbc1c98fc
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-07 13:40:36 +01:00
Laurent Destailleur
57742db14f
Debug v19
2024-01-07 13:38:13 +01:00
Laurent Destailleur
8c8075a2c3
Debug v19
2024-01-07 12:49:43 +01:00
Laurent Destailleur
e0b5c48539
Debug v19
2024-01-07 12:02:06 +01:00
Laurent Destailleur
bf17b8767c
Debug v19
2024-01-07 11:15:48 +01:00
Laurent Destailleur
c41583a3e0
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-05 12:20:14 +01:00
Christophe Battarel
10a6ad9bcf
Merge branch 'develop' into forcecust
2024-01-05 09:07:13 +01:00
Laurent Destailleur
4501872f17
Clean code with rector 2
2024-01-05 04:33:58 +01:00
Laurent Destailleur
bbf687da0c
Fix warning
2024-01-05 03:08:16 +01:00
Laurent Destailleur
7aecc84fdd
css
2024-01-05 02:34:08 +01:00
Laurent Destailleur
4222a3d6da
Last action that close the sell (payments) at end in takepos pad
2024-01-05 02:25:31 +01:00
Laurent Destailleur
4797779a4b
Merge pull request #21202 from altairis-melina/search
...
NEW : TAKEPOS-Clear search results
2024-01-05 02:15:22 +01:00
Christophe Battarel
b64ecef81d
fix ajax search for external modules
2024-01-05 01:33:31 +01:00
Christophe Battarel
29382ee262
fix ajax search for external modules
2024-01-04 17:52:05 +01:00
Christophe Battarel
0fdcbd3eed
fix var name
2024-01-03 16:54:56 +01:00
Christophe Battarel
b1b600b76e
add constant TAKEPOS_ALTERNATIVE_PAYMENT_SCREEN
2024-01-02 09:47:52 +01:00
Laurent Destailleur
e5b66cde2d
Update index.php
2023-12-29 03:03:08 +01:00
Laurent Destailleur
dc93755ec1
Merge branch 'develop' into search
2023-12-29 02:59:38 +01:00
Laurent Destailleur
b28ae5d8d3
Clean code
2023-12-27 12:12:20 +01:00
Laurent Destailleur
1985d1fd4d
Fix warnings
2023-12-23 20:00:57 +01:00
Laurent Destailleur
07f4c9b335
Fix warnings
2023-12-23 19:47:10 +01:00
Laurent Destailleur
fb083a6cfc
Fix warning with rector
2023-12-13 16:33:17 +01:00
Laurent Destailleur
619155f65e
Fix with php-cs-fixer
2023-12-04 13:53:48 +01:00
Laurent Destailleur
e27478230f
Update pay.php
2023-12-01 19:53:25 +01:00
Gaspard d'Hautefeuille
32e1991c04
Add multicurrency support
2023-12-01 06:25:58 +01:00
Gaspard d'Hautefeuille
90fca395ba
Amount was set to 0 instead of the real amount
2023-12-01 05:05:11 +01:00
Gaspard d'Hautefeuille
dc25f652d0
Add SumUp connector compatibility with SumUp app on iOS
...
https://github.com/sumup/sumup-android-api
VS https://github.com/sumup/sumup-ios-url-scheme
The amount field is deprecated on the Android API but not on the iOS API. The iOS API does not support the total field, only the Android API does support the total field. Hopefully, the Android API only supports the amount field that is only partially deprecated on the Android API. For maximum compatibility with both Android/iOS SumUp app, best to keep this field as "amount" rather than "total".
2023-12-01 04:36:50 +01:00
andreubisquerra
afbee4111e
FIX free product box size ( #26874 )
...
Resize the 'free product' box and hide scroll bar. And use percentage instead of fixed size to improve on mobile.
2023-11-28 09:17:17 +01:00
Laurent Destailleur
1d589fd74e
Fix warnings
2023-11-27 13:26:44 +01:00
Laurent Destailleur
075ee02901
Fix php8.2 warnings
2023-11-27 12:08:48 +01:00
andreubisquerra
3a87df33a8
NEW TakePOS compatibility with lots and serials ( #26426 )
...
* NEW TakePOS compatibility with lots and serials
* Travis FIX
* Remove special_code
* Last improvements
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-11-11 12:23:12 +01:00
Laurent Destailleur
8a5d57b09a
Debug v19
2023-11-09 11:31:16 +01:00
Laurent Destailleur
a4218a142c
Look and feel v19
2023-10-26 18:11:34 +02:00
Christophe Battarel
11c1094b76
FIX : TakePOS - fix option TAKEPOS_PRODUCT_IN_STOCK must read on the POS warehouse ( #24809 )
...
* fix stock displayed
* fix php8
* fix php8
* fix
* php8
* fix group by
* fix empty
---------
Co-authored-by: Christophe Battarel <christophe@altairis.fr >
2023-10-26 17:49:19 +02:00