Laurent Destailleur
822552defb
Use font awesome icon instead of image for navigation
...
Better responsive on small screen
2019-03-29 11:45:40 +01:00
Laurent Destailleur
458ef4df34
Fix alignement on TakePOS receipt
2019-03-28 20:33:41 +01:00
Laurent Destailleur
2996965c50
Fix: autofocus is done only on dekstop.
2019-03-28 19:33:22 +01:00
Laurent Destailleur
8d9a07de09
Fix rounding
2019-03-28 19:02:47 +01:00
Laurent Destailleur
50395b7dd7
New: Input field to search product always visible with focus so you can
...
use a barcode flasher at any time
2019-03-28 18:51:04 +01:00
Laurent Destailleur
c888c071e5
Removed duplicate file
2019-03-28 13:10:44 +01:00
Laurent Destailleur
396e79199c
Add contextpage to open popup to change customers
2019-03-28 12:32:32 +01:00
Laurent Destailleur
3de82ad345
Prepare removal of duplicate page
2019-03-28 12:27:31 +01:00
Laurent Destailleur
1818e22be9
Add some font awesome icons on buttons
2019-03-28 09:56:01 +01:00
David Beniamine
42bd9f4c74
Fix CI again
2019-03-28 08:58:19 +01:00
David Beniamine
2834262010
Merge develop branch
2019-03-28 08:21:49 +01:00
David Beniamine
a8286eb100
Fix CI
2019-03-28 08:13:02 +01:00
Laurent Destailleur
c654361485
Show link to invoice at the TOP
2019-03-27 20:46:07 +01:00
Laurent Destailleur
eb1d57226f
Fix status paid after entering a payment
2019-03-27 20:28:02 +01:00
Laurent Destailleur
9105e205ff
No more need to set scroolTop, lines are sorted with last added first
2019-03-27 20:20:39 +01:00
Laurent Destailleur
ff10a2ab5a
New: show the name of place and floor on main takepos page
2019-03-27 20:13:12 +01:00
Laurent Destailleur
579525ec48
New Can define nb of categories and products for pagination on TakePOS
2019-03-27 19:36:47 +01:00
Laurent Destailleur
3dbcf7a0c0
Debug edit of table. Use the id instead of name.
2019-03-27 19:21:05 +01:00
Laurent Destailleur
8998e4c6a3
Fix add of a table in floor for Bar and Restaurant
2019-03-27 18:40:02 +01:00
Laurent Destailleur
ef182e4155
Show the discount on TakePOS
2019-03-27 18:15:02 +01:00
Laurent Destailleur
6e643e90cf
Translation
2019-03-27 18:00:44 +01:00
Laurent Destailleur
9d133dae12
Removed verbose log
2019-03-27 17:50:57 +01:00
Laurent Destailleur
3930464b84
Clean code and debug TakePOS module
2019-03-27 17:50:23 +01:00
Laurent Destailleur
e064a954d2
Fix avoid error 500 when searching product with no criteria
2019-03-27 15:55:18 +01:00
Laurent Destailleur
11e4411400
TakePOS Can enter payment in several times and with different modes
2019-03-27 15:42:53 +01:00
Laurent Destailleur
ec0733d202
Use color on the amount of the payment page of TakePOS module
...
FIX Use pricejs instead of toFixed to be compatible with all currencies
WIP Prepare to be able to enter different payment modes on same invoice
2019-03-27 12:40:32 +01:00
David Beniamine
a9db67e6e3
Merge branch 'develop' into NegativeBills
2019-03-26 23:59:10 +01:00
Laurent Destailleur
fb30b9bb82
Fix compatibility with old version and with setup of other POS modules
2019-03-26 20:51:38 +01:00
Laurent Destailleur
27ae740e82
Update pay.php
2019-03-26 20:13:25 +01:00
Laurent Destailleur
6bab56c6bb
Update pay.php
2019-03-26 20:12:32 +01:00
Laurent Destailleur
f902f7beeb
Update takepos.php
2019-03-26 20:10:48 +01:00
Laurent Destailleur
7ff51df8f3
Update takepos.php
2019-03-26 20:09:54 +01:00
Laurent Destailleur
337cb49374
Update invoice.php
2019-03-26 20:02:18 +01:00
Laurent Destailleur
573bc3187d
Update invoice.php
2019-03-26 20:01:06 +01:00
Laurent Destailleur
5c0f0eb545
Update setup.php
2019-03-26 19:55:05 +01:00
Laurent Destailleur
430f2c10b4
Update setup.php
2019-03-26 19:52:19 +01:00
Laurent Destailleur
4b378a8d4b
Merge branch 'develop' into PaiementsModes
2019-03-26 19:45:39 +01:00
David Beniamine
ed81d35e38
Allow negative bills
2019-03-25 18:07:30 +01:00
David Beniamine
fa157a81b9
Merge branch 'PaiementsModes' of github.com:Tetras-Libre/dolibarr into PaiementsModes
2019-03-25 16:58:02 +01:00
David Beniamine
32303bbe48
SQL modifications for multicompany compatibility
...
Thanks to hregis
2019-03-25 16:49:33 +01:00
David Beniamine
f4e23ea427
Merge branch 'develop' into PaiementsModes
2019-03-24 21:34:33 +01:00
David Beniamine
b554ca2b73
Merge branch 'develop' into VATGrouped
2019-03-24 21:06:29 +01:00
David Beniamine
833da30af1
Use any dolibarr enabled paiement mode
2019-03-24 21:01:42 +01:00
David Beniamine
4b61f0d606
Grouped VAT
...
Add an option to group VAT by rate in receipt
2019-03-24 20:17:41 +01:00
David Beniamine
10ab6f480d
Automatically print receipt
2019-03-22 09:28:58 +01:00
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
Philippe GRAND
13c49d2946
update with html5 compliant code
2019-03-17 10:27:06 +01:00
Philippe GRAND
7b1fd917eb
update with html5 compliant code
2019-03-17 10:25:37 +01:00
Philippe GRAND
cbb865b960
update with html5 compliant code
2019-03-17 10:22:50 +01:00
Laurent Destailleur
86c5dc20e3
NEW Can choose the root category to show for TakePOS module
2019-03-15 02:12:40 +01:00