dolibarr/htdocs/takepos
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
..
admin NEW Can choose the root category to show for TakePOS module 2019-03-15 02:12:40 +01:00
css NEW Can choose the root category to show for TakePOS module 2019-03-15 02:12:40 +01:00
dev/img
genimg Add Order Notes to TakePOS 2019-03-03 12:50:36 +01:00
img Remove absolut divs and add Dolistore POS category link to TakePOS 2019-01-27 01:28:32 +01:00
js
lib Clean Take pos module 2018-09-28 22:06:04 +02:00
ajax.php FIX you should prefer "elseif" than "else if" 2019-03-14 17:07:49 +01:00
ChangeLog.md
customers.php update with html5 compliant code 2019-03-17 10:22:50 +01:00
floors.php PSR2.Methods.FunctionCallSignature.SpaceBeforeOpenBracket 2019-02-24 20:06:55 +01:00
freezone.php Add Order Notes to TakePOS 2019-03-03 12:50:36 +01:00
invoice.php In a previous commit the command to change 'ref' has been deleted. And now TakePOS don't work. 2019-03-19 23:05:08 +01:00
modulebuilder.txt
pay.php PSR2.Methods.FunctionCallSignature.SpaceBeforeOpenBracket 2019-02-24 20:06:55 +01:00
README.md Fix dependencies of new modules 2018-11-05 10:28:44 +01:00
receipt.php update with html5 compliant code 2019-03-17 10:27:06 +01:00
takepos.php NEW Can choose the root category to show for TakePOS module 2019-03-15 02:12:40 +01:00

TAKEPOS

Features

Add a Touch Screen POS (Point Of Sale) to your ERP.