andreubisquerra
3665e9137a
In a previous commit the command to change 'ref' has been deleted. And now TakePOS don't work.
...
In Dolibarr the next command not work on draft invoice:
$invoice->ref = "(PROV-POS-".$place.")";
So I return to the previous command:
$sql="UPDATE ".MAIN_DB_PREFIX."facture set ref='(PROV-POS-".$place.")' where rowid=".$placeid;
2019-03-19 23:05:08 +01:00
Laurent Destailleur
23ce97fb2d
NEW Introduce css "nobottomiftotal"
2019-03-19 16:01:03 +01:00
Laurent Destailleur
51eab7e2f8
Fix rename tag
2019-03-19 15:21:07 +01:00
Laurent Destailleur
9745bd1f16
NEW Add tag for ODT generation for localtax rates
2019-03-19 15:18:43 +01:00
Laurent Destailleur
161d8aa22f
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2019-03-19 14:23:08 +01:00
Laurent Destailleur
70c2ffc816
FIX toggle of login_block was ko with eldy theme
2019-03-19 14:22:57 +01:00
Laurent Destailleur
b066030d97
Merge pull request #10866 from ptibogxiv/patch-141
...
Fix donation list with thirdparty mode
2019-03-19 13:46:53 +01:00
Laurent Destailleur
039443a7f2
Merge pull request #10888 from grandoc/new_branch_19_03_2019
...
update with html5 compliant code
2019-03-19 13:45:44 +01:00
Laurent Destailleur
320fc47bf6
Merge pull request #10886 from frederic34/patch-2
...
phpcs fix
2019-03-19 13:45:20 +01:00
Laurent Destailleur
932d308c63
Merge pull request #10887 from frederic34/patch-4
...
correct replacement of align
2019-03-19 13:45:06 +01:00
Philippe GRAND
d118d269a2
update with html5 compliant code
2019-03-19 13:44:21 +01:00
Philippe GRAND
9af5aa8eaa
update with html5 compliant code
2019-03-19 13:41:55 +01:00
Laurent Destailleur
07a8d00d40
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2019-03-19 13:14:50 +01:00
Laurent Destailleur
eab11ce743
Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/core/class/html.form.class.php
2019-03-19 13:14:44 +01:00
Laurent Destailleur
b11403103b
Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 8.0
2019-03-19 13:09:48 +01:00
Laurent Destailleur
8664594fc8
Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into 8.0
2019-03-19 13:09:39 +01:00
Frédéric FRANCE
2fddf38da1
correct replacement of align
2019-03-19 12:55:33 +01:00
Frédéric FRANCE
013e536f32
Update actioncomm.class.php
2019-03-19 12:49:54 +01:00
Frédéric FRANCE
544934f322
phpcs fix
2019-03-19 12:48:44 +01:00
Laurent Destailleur
9a3c66b057
Merge pull request #10846 from grandoc/new_branch_15_03_2019
...
New branch 15 03 2019
2019-03-19 12:13:02 +01:00
Laurent Destailleur
eaaea2c2f9
Fix set of due date when invoice created from API
2019-03-19 12:08:55 +01:00
Laurent Destailleur
bca10084c5
Merge pull request #10882 from alexandreaj/patch-1
...
Update api_invoices.class.php
2019-03-19 12:07:16 +01:00
Laurent Destailleur
70cb042e58
Update api_invoices.class.php
2019-03-19 12:06:57 +01:00
Laurent Destailleur
05cd2e280c
Method load_measuring_units were renamed into selectMeasuringUnits and
...
select_measuring_units was deprecated
2019-03-19 12:04:32 +01:00
Laurent Destailleur
1a8902f23e
Fix migration for compatibility
2019-03-19 12:03:02 +01:00
Laurent Destailleur
1a05cdfaa1
Fix regressions in selecting duration of service
2019-03-19 11:42:50 +01:00
Laurent Destailleur
6970d066f8
Better compatibility
2019-03-19 11:23:38 +01:00
Laurent Destailleur
a4372e24bf
Migration
2019-03-19 11:21:55 +01:00
Laurent Destailleur
77b675bec1
Merge pull request #10876 from ptibogxiv/patch-143
...
FIX support duration/time units with services
2019-03-19 11:20:13 +01:00
Laurent Destailleur
81fb18befe
Complete unit table
2019-03-19 11:19:46 +01:00
Laurent Destailleur
eeab635c8e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2019-03-19 11:16:43 +01:00
Laurent Destailleur
2a8056b075
Merge pull request #10881 from frederic34/patch-5
...
phpcs fix
2019-03-19 11:15:16 +01:00
Laurent Destailleur
b10690ce88
Merge pull request #10874 from grandoc/translation
...
translation
2019-03-19 11:14:40 +01:00
Laurent Destailleur
661f95d780
Merge pull request #10873 from grandoc/new_branch_18_03_2019
...
New branch 18 03 2019
2019-03-19 11:13:39 +01:00
Laurent Destailleur
9a92ce678f
Merge pull request #10875 from ptibogxiv/patch-142
...
Use common function to select duration on service (using mesuring unit table)
2019-03-19 11:13:07 +01:00
Laurent Destailleur
bfaaa7983e
Merge pull request #10872 from frederic34/patch-4
...
Update index.php
2019-03-19 11:11:53 +01:00
Laurent Destailleur
775aa5ff91
Merge pull request #10870 from hregis/8.0_mc2
...
FIX missing entity filter and wrong var name
2019-03-19 11:11:22 +01:00
Laurent Destailleur
fccd2f00e0
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2019-03-19 10:43:59 +01:00
Laurent Destailleur
cb9f30ceeb
Look and feel v10
2019-03-19 10:36:37 +01:00
Laurent Destailleur
4b363a2006
Merge pull request #10871 from frederic34/patch-2
...
Usage of ELSE IF is discouraged; use ELSEIF instead
2019-03-19 10:31:58 +01:00
Laurent Destailleur
6bead00260
Better text
2019-03-19 10:27:36 +01:00
Laurent Destailleur
3f62098b81
Add hours in date
2019-03-19 10:14:13 +01:00
alexandreaj
9bb1ede65a
Update api_invoices.class.php
...
Adding possibility to set due date (date_lim_reglement field in mysql) via the API.
2019-03-18 21:11:13 +01:00
Frédéric FRANCE
03cd321aeb
phpcs fix
2019-03-18 20:18:38 +01:00
ptibogxiv
eb196ba8e6
Update 9.0.0-10.0.0.sql
2019-03-18 14:25:13 +01:00
ptibogxiv
9178939fe6
ADD week, month, year
2019-03-18 14:21:36 +01:00
ptibogxiv
030048db28
FIX compatibility of minute with php unit value
2019-03-18 14:07:31 +01:00
Philippe GRAND
5a48cd2f6a
translation
2019-03-18 14:01:03 +01:00
ptibogxiv
8657ff034b
Update card.php
2019-03-18 13:48:16 +01:00
Philippe GRAND
c13a1dbc63
translation
2019-03-18 13:45:24 +01:00