Laurent Destailleur
75a8dc28ea
Merge pull request #17261 from aspangaro/14a39
...
Maxi debug of societe/product per entity
2021-04-28 17:06:45 +02:00
Laurent Destailleur
1166dfb458
Merge pull request #17365 from Givriz/dev
...
Compatibility phpv8
2021-04-28 17:01:22 +02:00
Laurent Destailleur
367a6b15a6
Update modules.php
2021-04-28 17:00:29 +02:00
Laurent Destailleur
6b74a656ed
Merge pull request #17412 from daraelmin/daraelmin-patch-box-adhstatusconst
...
Clean code (use adh status const in boxes)
2021-04-28 16:48:31 +02:00
Laurent Destailleur
3ecf2015b3
Merge pull request #17393 from kastoras/product_api_get_only_products_not_variants
...
Close/CLOSE #17390 Products API, GET /products without variants
2021-04-28 16:14:01 +02:00
Laurent Destailleur
9f56ce6c53
Merge pull request #17405 from Hystepik/develop#1
...
Fix #17219 : complement of PR 17161
2021-04-28 15:48:38 +02:00
Laurent Destailleur
e810118a99
Merge pull request #17408 from ibuiv/patch-7
...
Fix Bug replenish + Auto Filter
2021-04-28 15:45:57 +02:00
Laurent Destailleur
2532ca39de
Merge pull request #17414 from daraelmin/daraelmin-adhconststatus-card
...
Clean code use const adh statut instead of integer in adh card
2021-04-28 15:34:25 +02:00
Laurent Destailleur
2feca855e5
Merge pull request #17411 from daraelmin/daraelmin-patch-adh-const
...
Fix wrong set of constant
2021-04-28 15:32:41 +02:00
Laurent Destailleur
0b0d1ee832
Merge pull request #17413 from kastoras/product_api_get_product_stock
...
Close/CLOSE #13739 Product API route added to get product stock
2021-04-28 15:31:33 +02:00
Laurent Destailleur
c946e1ad8a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2021-04-28 15:25:19 +02:00
Laurent Destailleur
4926ac1e24
Fix make protected method not visible
2021-04-28 15:25:06 +02:00
Laurent Destailleur
4ca4c5a0fc
Merge pull request #17417 from dolibit-ut/patch-304
...
Update llx_20_c_departements.sql
2021-04-28 15:08:36 +02:00
Laurent Destailleur
4a3360b992
Merge pull request #17419 from atm-gauthier/develop_fixes_on_salaries_and_vat
...
Develop fixes on salaries and vat
2021-04-28 15:04:19 +02:00
Laurent Destailleur
ba7b47d929
Merge pull request #17416 from dolibit-ut/patch-303
...
Update llx_10_c_regions.sql
2021-04-28 15:01:03 +02:00
daraelmin
bc61fdd487
Missing $
2021-04-28 14:58:13 +02:00
Laurent Destailleur
8bb8d846ad
More complete setup file
2021-04-28 14:18:15 +02:00
Laurent Destailleur
143417d727
Fix duplicate line
2021-04-28 14:17:00 +02:00
antonin_tdj
dfb4a1c30a
lint (code) Apply remarks and upgrade codee
...
- Sets List of all Visible Warehouses at the beginning with getEntity method (removed the call to global $mc)
- Better check for warehouse auto select (`$count == 1 && (empty($fk_entrepot) || $fk_entrepot <= 0) && ...`)
- Better SQL applying eldy's remarks
2021-04-28 13:37:05 +02:00
stickler-ci
762378c044
Fixing style errors.
2021-04-28 11:12:01 +00:00
Gauthier PC portable 024
01ddc13b2e
FIX : on update current_timestamp for postgres
2021-04-28 13:06:19 +02:00
Gauthier PC portable 024
4af2f8871a
FIX : on update current_timestamp
2021-04-28 12:27:07 +02:00
Gauthier PC portable 024
c25b044da5
FIX : several fixes on salary and vat
2021-04-28 11:56:07 +02:00
Laurent Destailleur
e50494152d
Fix label
2021-04-28 11:22:45 +02:00
UT from dolibit
26a7c2613a
Update llx_20_c_departements.sql
...
Taiwan
Slovenia (need to check SI-Id)
Panama
2021-04-28 10:03:02 +02:00
UT from dolibit
29cb154028
Update llx_10_c_regions.sql
...
China
Taiwan
sorting completed
2021-04-28 09:38:19 +02:00
lmarcouiller
7782e849e2
changes to implement eldy's advices
2021-04-28 09:22:10 +02:00
lmarcouiller
c1069c5f16
Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop#1
2021-04-28 09:03:36 +02:00
daraelmin
972b325a51
Clean code
2021-04-28 08:14:18 +02:00
daraelmin
65a83036ed
Clean code use const adh statut instead of integer
2021-04-28 07:45:36 +02:00
stickler-ci
925c324872
Fixing style errors.
2021-04-27 21:38:03 +00:00
kastoras
2e108e1e2f
Close/CLOSE #13739 Product API route added to get product stock
...
Using GET /products/{id}/stock user can get product stock from all warehouses. Using warehouse id will get stock of warehouse given.
2021-04-28 00:32:37 +03:00
daraelmin
50a5dd7ff3
Use adh const
2021-04-27 23:28:49 +02:00
daraelmin
e7f1170736
Use adherent status const
2021-04-27 23:22:29 +02:00
kastoras
f3504e8c54
Close/CLOSE #17390 Products API, GET /products variants filter
...
Added new parameter for variants filter. Using this filter you can get products without variants only, parrent products only, child products only.
2021-04-27 23:47:00 +03:00
Laurent Destailleur
e01c5313a7
Debug v14
2021-04-27 22:36:25 +02:00
Laurent Destailleur
1e7a778ecc
Debug v14
2021-04-27 22:28:28 +02:00
Laurent Destailleur
9524f5e0a5
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2021-04-27 22:14:33 +02:00
Laurent Destailleur
cb72a010cd
FIX notifications for expense report has disappeared.
2021-04-27 22:14:19 +02:00
daraelmin
c1d07a457b
Mispelling
2021-04-27 22:00:21 +02:00
daraelmin
e365337440
Use status constant instead of integer
2021-04-27 21:43:13 +02:00
Laurent Destailleur
0d30bc5dc3
Merge pull request #17366 from daraelmin/daraelmin-patch-laterenew
...
Fix #17318 false renew date
2021-04-27 21:26:56 +02:00
Laurent Destailleur
3d3e8786af
Update adherent.class.php
2021-04-27 21:24:59 +02:00
stickler-ci
d0d034672d
Fixing style errors.
2021-04-27 19:10:01 +00:00
daraelmin
082423efa0
libstatut
2021-04-27 21:09:37 +02:00
daraelmin
7f3810e703
update $field also
2021-04-27 20:53:14 +02:00
Damien BENOIT
d8ec9de58b
Update delais.php
2021-04-27 20:53:05 +02:00
daraelmin
d3c7ab402d
Fix wrong set of constant
2021-04-27 20:45:04 +02:00
daraelmin
5b74676e54
fix infinite loop
2021-04-27 20:14:03 +02:00
Laurent Destailleur
e6d2bad6e0
Update paymentok.php
2021-04-27 19:46:26 +02:00