Marcos García
|
9c6df4faf4
|
Corrected Copyright info for PR #1350
|
2013-12-16 22:56:59 +01:00 |
|
Marcos García
|
d65374bb02
|
Fixed bug #1196: Product barcode search does not expect 13th digit on EAN13 type
Some code written by "hipnosapo" forum user in http://www.dolibarr.es/index.php/foro/7-bugs-versiones-estables/3891-ean13-buscador-codigo-barras-13-digitos#3891
|
2013-12-15 18:44:53 +01:00 |
|
Laurent Destailleur
|
88aa0ad4da
|
Fix: Doxygen problems
|
2013-12-14 01:28:59 +01:00 |
|
Laurent Destailleur
|
2f88406677
|
Fix: [ bug #1075 ] POS module doesn't decrement stock of products in
Delayed payment mode.
|
2013-12-01 20:15:08 +01:00 |
|
Laurent Destailleur
|
8d04f5a805
|
Fix: warning
|
2013-06-24 19:36:10 +02:00 |
|
Laurent Destailleur
|
dd43f7a890
|
Fix: memory not freed
|
2013-06-07 19:12:38 +02:00 |
|
Laurent Destailleur
|
a88a3bb877
|
Look: More neutral css to match with other skins
|
2013-06-07 16:39:29 +02:00 |
|
Laurent Destailleur
|
a27d71f083
|
Fix: Miscellaneous fixes into cachdesk module:
- Missing footer in cashdesk module
- Wrong field label
- Do not use limit list (Freeze when too many product)
|
2013-06-07 15:59:47 +02:00 |
|
Laurent Destailleur
|
4e0ef01389
|
Qual: nowrap="nowrap" is replaced with a CSS class style .nowrap
|
2013-04-25 01:13:13 +02:00 |
|
fhenry
|
eb0d2cc5d8
|
Fix [ bug #789 ] VAT not being calculated in POS
|
2013-04-16 08:56:45 +02:00 |
|
Laurent Destailleur
|
d4f5ac8754
|
Fix: regression after rename of field
|
2013-03-16 18:02:32 +01:00 |
|
Laurent Destailleur
|
c86f3ef4b4
|
Merge remote-tracking branch 'origin/3.3' into develop
Conflicts:
htdocs/commande/fiche.php
htdocs/core/modules/facture/doc/pdf_crabe.modules.php
|
2013-03-08 01:57:32 +01:00 |
|
fhenry
|
25fa2254c1
|
Fix [ bug #753 ] cashdesk : Error message when adding product to basket
https://doliforge.org/tracker/?func=detail&aid=753&group_id=144
http://www.dolibarr.fr/forum/526-autres-modules/39315-probleme-avec-point-de-vente
http://www.dolibarr.es/index.php/foro/6-icomo/2080-errores-con-tpv-y-tipos-de-iva
|
2013-03-07 10:50:02 +01:00 |
|
Grand Philippe
|
a237be0d24
|
english language standardization
|
2013-02-23 15:26:39 +01:00 |
|
Laurent Destailleur
|
8d206fdfb0
|
Prepare move to other licence. For the moment all answers for licence
upgrade were not yet received. So we prepare for GPL by uniformizing
licence text keys to GPL-3+. Will move later to AGPL if all answers are
positive.
|
2013-01-16 15:36:08 +01:00 |
|
Regis Houssin
|
b838895db9
|
Fix: change for a neutral email
|
2012-12-30 15:13:49 +01:00 |
|
Regis Houssin
|
8908f977b8
|
Fix: converting line delimiters !!!
|
2012-11-14 11:31:08 +01:00 |
|
Laurent Destailleur
|
4c60740623
|
Do not loose input when there is a validation error.
|
2012-11-03 17:34:57 +01:00 |
|
Laurent Destailleur
|
078b015db8
|
Work on multitax (vat). Need your test.
Qual: Because params were often missing in calculate_price(), params are
now mandatory.
|
2012-11-03 16:32:49 +01:00 |
|
Laurent Destailleur
|
135a622076
|
Fix: Bad parameter
|
2012-11-03 15:35:11 +01:00 |
|
Regis Houssin
|
478449da37
|
Fix: convert line delimiters
|
2012-10-08 20:47:10 +02:00 |
|
Laurent Destailleur
|
053b4dd63c
|
New: [ task #210 ] Can choose cash account during POS login
|
2012-10-06 21:47:59 +02:00 |
|
Laurent Destailleur
|
0f78ffda5c
|
New: POS module can works with only one payment method (cach, chq,
credit card).
|
2012-10-03 14:45:58 +02:00 |
|
Regis Houssin
|
43c0a03758
|
Fix: strict mode tornado
|
2012-09-15 11:21:22 +02:00 |
|
Regis Houssin
|
e19f8c54f1
|
Fix: strict mode hurricane
|
2012-09-15 10:01:35 +02:00 |
|
Marcos García
|
9b3c89ac47
|
Removed parenthesis from all include and include_once and replaced with single quotes
|
2012-08-23 02:40:41 +02:00 |
|
Marcos García
|
f3674317ec
|
Removed parenthesis from all require and replaced with single quotes
|
2012-08-22 23:24:21 +02:00 |
|
Marcos García
|
706d79986c
|
Removed parenthesis from all require_once and replaced with single quotes
|
2012-08-22 23:11:24 +02:00 |
|
Marcos García
|
7608905b3c
|
Removed duplicated code
|
2012-08-18 20:51:30 +02:00 |
|
Marcos García
|
f5b5f88f84
|
Added missing copyright
|
2012-08-18 00:04:52 +02:00 |
|
Marcos García
|
46ab7c597a
|
Missing translation in PoS > Print Ticket page
|
2012-08-17 23:50:22 +02:00 |
|
Marcos García
|
5a73c32f46
|
Migrated ClassName to __construct() function
Changed $DB to $db
lower-cased "Class"
|
2012-07-30 17:17:33 +02:00 |
|
Regis Houssin
|
77a5ef0b22
|
Fix: move ajax response in ajax directory
|
2012-07-29 10:24:42 +02:00 |
|
Laurent Destailleur
|
a23df4f407
|
Qual: Removed deprecated var
New: Can add global js
|
2012-06-12 18:35:29 +02:00 |
|
simnandez
|
a0cae7709c
|
Fix: Sanitize data
|
2012-03-29 09:54:48 +01:00 |
|
Laurent Destailleur
|
52f4f72e6f
|
Checkstyle
|
2012-03-26 22:39:43 +02:00 |
|
Laurent Destailleur
|
ed41e03589
|
Qual: Fix a ton of CheckStyle errors
|
2012-03-18 19:23:01 +01:00 |
|
Laurent Destailleur
|
1645ddbe47
|
Sec: Sanitize all input for ids.
|
2012-02-27 22:26:22 +01:00 |
|
Regis Houssin
|
a444fc955d
|
New: add generic function for module parts
|
2012-02-23 14:28:50 +01:00 |
|
Laurent Destailleur
|
58d1a042a5
|
Fix: print select_societe was wrong as it contains already print
instructions. Use select_company instead.
|
2012-02-20 12:41:12 +01:00 |
|
Laurent Destailleur
|
036e578e0f
|
Move security function into security.lib.php
Split security.lib.php into 2 files: One always loaded, the other for
rare functions.
|
2012-02-12 17:41:28 +01:00 |
|
Regis Houssin
|
cd3452d71d
|
Fix: multicompany sharings and uniformize code
|
2012-02-11 10:18:09 +01:00 |
|
Laurent Destailleur
|
70a67bc3f1
|
Qual: Move a not frequently used function out of functions.lib.php
Enhance PHPUnit tests
|
2012-01-21 14:10:22 +01:00 |
|
Regis Houssin
|
e0e6043f51
|
Fix: uniform code
|
2012-01-08 08:50:05 +01:00 |
|
Laurent Destailleur
|
f79d004e3c
|
Renamed method
|
2012-01-06 15:26:32 +01:00 |
|
Laurent Destailleur
|
f8fbc192d7
|
Try to rename function to test if warning is removed
|
2012-01-06 14:14:43 +01:00 |
|
Laurent Destailleur
|
aadfca4bbd
|
Checkstyle
|
2012-01-05 12:24:11 +01:00 |
|
Laurent Destailleur
|
3f8d2cbef8
|
Qual: Remove checkstyle warnings
|
2012-01-04 21:23:50 +01:00 |
|
Laurent Destailleur
|
9036071265
|
Fix: W3C
|
2011-12-30 20:15:13 +01:00 |
|
Laurent Destailleur
|
c2348ef600
|
Uniformize field country_id, country_code, country
|
2011-12-29 18:07:41 +01:00 |
|