Commit Graph

525 Commits

Author SHA1 Message Date
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
0f5f6760a9 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:58:15 +02:00
Laurent Destailleur
b7f697e8c4 Remove a call of a deprecated function 2013-06-05 22:27:02 +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
Laurent Destailleur
1b2c0120da Qual: Try to reduce call to convToOutputCharset 2011-12-07 18:10:24 +01:00
Laurent Destailleur
839781dfbe Qual: Removed a TODO by renaming all ->monnaie into ->currency 2011-11-23 14:55:36 +01:00
Laurent Destailleur
e8e91e4823 Fix: POS use HT even when multiprice enabled. 2011-11-22 02:04:29 +01:00
Laurent Destailleur
3d01d77427 New: Stock change on invoice validation support all warehouse into point
of sale module
2011-11-15 20:27:32 +01:00
Laurent Destailleur
05c177ef52 Look: Minor look enhancement on point of sale login page 2011-11-15 13:33:32 +01:00
Regis Houssin
f0c327c070 Fix: uniform code
replace all $html by $form with exceptions "$htmlname, $htmltooltip"
2011-11-08 17:22:31 +08:00
Laurent Destailleur
83f2061e0e Start to work on feature to select stock id for increase/decrease. 2011-11-06 15:42:53 +01:00
Regis Houssin
56d6cbe56f [task #216] Move lib in core directory 2011-10-24 12:59:44 +02:00
Regis Houssin
63d60a33fc [task #216] Move lib in core directory 2011-10-24 11:25:54 +02:00
Laurent Destailleur
8ab4ec804f Qual: Removed warnings 2011-10-13 20:32:03 +02:00
Laurent Destailleur
f671df6634 Fix: Can use POS module with several concurrent users. This also remove
temporary table.
2011-10-13 20:14:29 +02:00
eldy
781eb01c96 New: Print ticket show ref of invoice 2011-10-12 19:24:27 +02:00
eldy
4d4be413af Can search on part of barcode 2011-10-01 13:23:10 +02:00
Laurent Destailleur
540ccab025 Sec: Fix security login mutualized function. 2011-09-23 11:46:16 +00:00
Laurent Destailleur
ce41d6de16 Fix: Use correct style path 2011-09-23 11:44:44 +00:00
Laurent Destailleur
db001411c4 Fix: Revert patch: Dolibarr must do what user setup to do. If user asked to not decrease stock or to decrease on order, Dolibarr must not force decrease on other event that the one decided by user.
So i added a hidden option for people who want to have dolibarr doing the opposite than setup ask to do (I add this option, but who want that ?).
2011-09-21 22:32:11 +00:00
Regis Houssin
9e60295d9e Fix: avoid warning 2011-09-20 15:51:28 +00:00
Regis Houssin
6c4acefd93 Fix: Space before opening parenthesis of function call prohibited 2011-09-20 12:56:06 +00:00
Regis Houssin
b6a2f13673 Fix: avoid jenkins warning
Fix: SpaceAfterOpenBracket, SpaceAfterCloseBracket, SpaceBeforeCloseBracket, SpaceBeforeOpenBracket
2011-09-20 09:40:27 +00:00
Juanjo Menent
69d251276f CashDesk: Add patch Aurelien Imhof: Force decremente stock sur validation facture, quelque soit mode configuré 2011-09-19 14:12:51 +00:00
Regis Houssin
2c1b3722f2 Fix: replace sizeof() by count() 2011-09-17 19:49:50 +00:00
Laurent Destailleur
83e3a6e4a7 Qual: Removed all PHPCodesniffer error.
Qual: Removed a TODO.
Fix: A lib should not use a global $_POST.
2011-09-16 17:06:10 +00:00
Laurent Destailleur
9b0d3edadf Qual: Replace specific date selector with common dolibarr date selector. 2011-09-15 22:27:36 +00:00
Laurent Destailleur
1f12ccb9a5 Uniformize code 2011-09-14 23:01:07 +00:00
Laurent Destailleur
cf77dc72ab Fix: combo list not complete 2011-09-14 22:47:34 +00:00
Laurent Destailleur
0b624b859a Fix: Solve phpcodesniffer errors and warning 2011-09-14 22:20:09 +00:00
Laurent Destailleur
b75d19c264 Qual: Uniformize constructors 2011-09-11 18:35:38 +00:00
Laurent Destailleur
549b7a655b Qual: Uniformize code
Doxygen
2011-09-08 20:02:57 +00:00
Regis Houssin
03711cf6f2 Fix: remove obsolete tags 2011-08-27 19:15:14 +00:00
Regis Houssin
726d9581dd Fix: remove obsolete tags (in progress) 2011-08-27 14:24:16 +00:00
Laurent Destailleur
dc699aac51 Show option for service only if module service is on 2011-08-26 23:56:14 +00:00
Juanjo Menent
9b13c74ad5 task #11278: Option into point of sale module to add services in list 2011-08-26 15:05:41 +00:00
Juanjo Menent
5714aabeef task #11278: Option into point of sale module to add services in list 2011-08-26 14:52:00 +00:00
Laurent Destailleur
d67f2feb7f Show option for service only if module service is on 2011-08-26 23:56:14 +00:00
Juanjo Menent
fbf70f4398 task #11278: Option into point of sale module to add services in list 2011-08-26 15:05:41 +00:00
Juanjo Menent
a6bf94dc57 task #11278: Option into point of sale module to add services in list 2011-08-26 14:52:00 +00:00
Laurent Destailleur
da6b0c0da4 Show option for service only if module service is on 2011-08-26 23:56:14 +00:00
Juanjo Menent
7ab56c592d task #11278: Option into point of sale module to add services in list 2011-08-26 15:05:41 +00:00
Juanjo Menent
3dc3e2ce1d task #11278: Option into point of sale module to add services in list 2011-08-26 14:52:00 +00:00
Laurent Destailleur
2f3397d644 Show option for service only if module service is on 2011-08-26 23:56:14 +00:00
Juanjo Menent
90e5cba980 task #11278: Option into point of sale module to add services in list 2011-08-26 15:05:41 +00:00
Juanjo Menent
1674a2332e task #11278: Option into point of sale module to add services in list 2011-08-26 14:52:00 +00:00
Laurent Destailleur
eadf922a44 Show option for service only if module service is on 2011-08-26 23:56:14 +00:00
Juanjo Menent
df0797cd71 Fix: missing trad 2011-08-26 15:13:58 +00:00
Laurent Destailleur
a8361cdee9 Show option for service only if module service is on 2011-08-26 23:56:14 +00:00
Juanjo Menent
addf46c9cc task #11278: Option into point of sale module to add services in list 2011-08-26 15:05:41 +00:00
Juanjo Menent
409a0e622d task #11278: Option into point of sale module to add services in list 2011-08-26 14:52:00 +00:00
Juanjo Menent
3aaa814bbd task #11278: Option into point of sale module to add services in list 2011-08-26 15:05:41 +00:00
Juanjo Menent
db012b467d task #11278: Option into point of sale module to add services in list 2011-08-26 14:52:00 +00:00
Laurent Destailleur
9f663d5677 Qual: Clean code 2011-08-20 15:11:31 +00:00
Laurent Destailleur
0dff6a40a4 Doxygen 2011-08-08 15:45:04 +00:00
Laurent Destailleur
1bdc009282 Fix: When swith on invoice from pos to see the pdf, the pdf was not generated 2011-08-06 18:35:51 +00:00
Juanjo Menent
53d2157108 CashDesk: Add tooltip for disconect link, fix spanish label for back office link. 2011-08-05 13:23:21 +00:00
Juanjo Menent
b30d4ff557 CashDesk: Missing translation 2011-08-03 15:48:24 +00:00
Laurent Destailleur
2050fcfa13 Fix: Avoid errors into rpm packages 2011-08-03 01:32:42 +00:00
Laurent Destailleur
69ecbf3981 Fix: Avoid errors into rpm packages 2011-08-03 01:13:30 +00:00
Laurent Destailleur
f4606c2253 Fix: Avoid errors into rpm packages 2011-08-03 00:45:22 +00:00
Laurent Destailleur
e2c007305c Fix: Avoid errors into rpm packages 2011-07-31 22:21:57 +00:00
Laurent Destailleur
cc840ad66e Fix: Avoid errors into rpm packages 2011-07-31 21:24:20 +00:00
Juanjo Menent
f322ffe53f Fix: Missing translation
Exit make a logout
2011-07-29 14:15:29 +00:00
Juanjo Menent
d45ac7d297 task #10501: Can use point of sale with different bank accounts 2011-07-29 10:50:16 +00:00
Juanjo Menent
f1169e906e task #10501: Can use point of sale with different bank accounts 2011-07-29 10:49:58 +00:00
Laurent Destailleur
9eb8c47870 Removed useless file 2011-07-21 00:53:23 +00:00
Laurent Destailleur
4f221935ac doxygen 2011-07-04 08:38:51 +00:00
Juanjo Menent
c27bc82454 Cashdesk: Add more space to products labels 2011-06-08 15:31:30 +00:00
Juanjo Menent
4e376fb87c Cashdesk: Add more space to products labels 2011-06-01 10:50:04 +00:00
Juanjo Menent
6c027b538c Trad: Improve messages 2011-06-01 10:33:59 +00:00
Juanjo Menent
03fff7ebb4 Trad: Improve messages
Fix: Missing translations
2011-06-01 10:31:39 +00:00
Laurent Destailleur
1df5ac2c54 Add error message if setup no complete. 2011-05-31 20:31:16 +00:00
Laurent Destailleur
401525ba7e Reduce size of list 2011-05-30 13:51:41 +00:00
Laurent Destailleur
0e7d0d00f1 Qual: Clean code of login methods
Fix: Share same method for point of sale and rest of dolibarr
2011-05-30 13:45:51 +00:00
Juanjo Menent
88d71a38cf Visual Enhancements 2011-05-19 17:59:52 +00:00
Laurent Destailleur
828ef2a8e3 New: Cashdesk support multiprices 2011-05-18 16:05:08 +00:00
Laurent Destailleur
c048321f13 Fix: Invoice is closed when built from point of ale 2011-05-13 22:45:47 +00:00
Juanjo Menent
5c60df6b2a Cashdesk: Missing translation 2011-05-06 21:27:42 +00:00
Juanjo Menent
de3d328036 Cashdesk: Barcode search with barcode reader. 2011-05-06 20:03:20 +00:00
Juanjo Menent
fe9c617e4d Cashdesk: Missing translation. Barcode search with barcode reader. 2011-05-06 16:56:08 +00:00
Laurent Destailleur
cf862a2286 Fix: Select a date year now show past and future date. 2011-05-03 11:29:09 +00:00
Laurent Destailleur
80a3fc352e Fix: Bad sql format 2011-04-14 07:32:59 +00:00
Laurent Destailleur
371c4a6090 Qual: Remove usage of deprecated properties 2011-02-20 12:06:11 +00:00
Laurent Destailleur
61950abf47 Removed warning on design reported by eclipse validator tools 2011-02-20 11:46:05 +00:00
Laurent Destailleur
ffeb30fd6c Removed warning 2011-02-20 11:25:28 +00:00
Laurent Destailleur
3b50d3d28a Fix: Compatibility 2010-12-27 17:12:03 +00:00
Laurent Destailleur
cf5b810a6e Fix: Use limit 2010-12-20 16:28:27 +00:00
Laurent Destailleur
2498426867 Fix: Restore stable version for 3.0 2010-12-14 23:27:17 +00:00
Laurent Destailleur
6846333ec8 New: Function dol_now('tzuser') is now supported. 2010-12-08 13:13:17 +00:00
Laurent Destailleur
6e75a3d203 Restore work lost by savannah backup 2010-12-01 21:16:28 +00:00
Laurent Destailleur
a6391c8d62 Minor fix 2010-11-21 22:32:00 +00:00
Laurent Destailleur
de8b9915ee Minor enhancement in pos module 2010-11-20 17:40:36 +00:00
Laurent Destailleur
832a389598 Qual: Field for amount into pos module tmp table are same type than others amount 2010-11-20 16:07:52 +00:00
Laurent Destailleur
adfb9ea341 Sec: Removed security holes 2010-11-20 13:08:44 +00:00
Laurent Destailleur
680b700d1b Doxygen 2010-11-09 13:43:55 +00:00
Laurent Destailleur
19dae2da95 New: Can choose third party to use in point of sale module during logon. 2010-10-22 02:00:50 +00:00
Laurent Destailleur
bdf3bbfb36 Fix: Edit of third party was broken 2010-10-22 00:54:50 +00:00
Laurent Destailleur
ef8ad4d8bc Qual: Standard modules must use common location. Only external modules use local tree for files. 2010-10-19 17:55:06 +00:00
Laurent Destailleur
2ab7e6c142 UTF8 2010-10-02 10:48:28 +00:00
Laurent Destailleur
1f598960c3 Qual: Uniformize code 2010-09-28 17:35:49 +00:00
Laurent Destailleur
3c8de12066 Qual: Uniformize code 2010-09-28 17:35:49 +00:00
Laurent Destailleur
eee4350867 Restore some broken features 2010-09-15 15:07:14 +00:00
Laurent Destailleur
31b7546cb8 Fix: Error in adding article 2010-09-15 14:38:06 +00:00
Laurent Destailleur
1918fb582e Mutualize some code 2010-09-09 01:26:07 +00:00
Philippe Grand
3b8ef56805 tiny code enhancement 2010-09-01 07:50:28 +00:00
Philippe Grand
fb06c15330 task #6689, strlen problem
replace  strlen with dol_strlen
2010-08-24 14:42:18 +00:00
Laurent Destailleur
5affcd3b3f Qual: Renamed french field "envente" into "tosell". 2010-08-11 18:35:31 +00:00
Laurent Destailleur
bcfb2d3f2c Fix: Trad 2010-07-28 21:03:08 +00:00
Laurent Destailleur
beae76060d Fix: Trad 2010-07-21 22:21:06 +00:00
Laurent Destailleur
f3801d0038 Qual: Normalize code 2010-07-21 17:39:18 +00:00
Laurent Destailleur
abb4aab112 Doxygen 2010-07-21 12:41:41 +00:00
Laurent Destailleur
f8200b00d4 Doxygen 2010-07-21 12:04:39 +00:00
Laurent Destailleur
9477257bfb Doxygen 2010-07-21 11:57:52 +00:00
Laurent Destailleur
d46ed0c984 Fix: Doxygen documentation
Removed deprecated files
2010-07-21 11:21:37 +00:00
Laurent Destailleur
1b5adbd068 Fix: Use UTF8 2010-07-14 19:00:45 +00:00
Laurent Destailleur
1268198f66 Fix: Too long string 2010-07-14 17:10:04 +00:00
Laurent Destailleur
2c2aa05171 Fix: Trad 2010-07-14 16:57:12 +00:00
Laurent Destailleur
9dfb79ebc8 Fix: A lot of fix in stock value calculation. 2010-07-14 15:41:41 +00:00
Laurent Destailleur
f0fc5637bd Fix: Activate of point of sale module was broken 2010-07-14 11:37:56 +00:00
Laurent Destailleur
e5e80de504 Fix: No error when no product has been selected on point of sale module. 2010-07-14 11:19:25 +00:00
Laurent Destailleur
d4ab29b71f Fix: Use new tree 2010-07-14 10:39:22 +00:00
Laurent Destailleur
1315833247 Minor fixes. 2010-07-11 19:29:18 +00:00
Philippe Grand
8c06f2aa15 spelling changes 2010-06-21 13:35:44 +00:00
Laurent Destailleur
c0521a20a9 Qual: Remove deprecated code 2010-06-17 16:53:26 +00:00
Laurent Destailleur
8fd69cadb3 New: Some change to allow to use different warehouse in pos module 2010-06-16 22:16:11 +00:00
Laurent Destailleur
f505c21a67 New: Some change to allow to use different warehouse in pos module 2010-06-16 21:07:49 +00:00
Philippe Grand
c4fe38c68f according to new tree directory 2010-05-03 09:27:12 +00:00
Philippe Grand
16a8ab7d59 according to new tree directory 2010-04-29 14:54:12 +00:00
Philippe Grand
391c595dda according to new tree directory 2010-04-29 08:50:46 +00:00
Laurent Destailleur
4c73cb64c8 Move/Rename numbering module files for invoices to normalize code. 2010-04-28 13:49:13 +00:00
Laurent Destailleur
a4f144f24d Qual: Uniformise code. user class use id in first param of fetch 2010-04-28 07:31:34 +00:00
Philippe Grand
f6a3a033e2 according to new tree directory 2010-04-27 14:39:04 +00:00
Philippe Grand
c418128a07 according to new tree directory 2010-04-25 14:17:39 +00:00
Philippe Grand
ba3a06758c according to new tree directory 2010-04-25 12:43:27 +00:00
Philippe Grand
b5e43aa11c move paiement.class.php file to compta/paiement/class/ directory 2010-04-25 08:47:08 +00:00
Regis Houssin
8b28989e8a Fix: problem with php5.3 2010-04-23 09:30:47 +00:00
Juanjo Menent
30dcda109e Works on enhancement of local taxes. Changes in calcul_price_total 2010-04-12 09:53:49 +00:00
Laurent Destailleur
ea40998528 Fix: Wrong charset of ticket 2010-04-10 15:02:18 +00:00
Regis Houssin
e7855d0bc7 Fix: remove spaces before sign equal 2010-04-03 15:15:43 +00:00
Regis Houssin
40b5352430 Fix: rename "templates" to "tpl" 2010-03-30 13:26:20 +00:00
Philippe Grand
671ce8a542 move societe class file to societe directory 2010-03-29 20:52:30 +00:00
Philippe Grand
3ce3c74ba7 Move facture class file to compta/facture directory 2010-03-26 15:45:01 +00:00
Philippe Grand
0314cd72ac Corrected validation errors for better compatibility 2010-03-21 13:35:07 +00:00
Laurent Destailleur
465cc90759 Fix W3C errors in page forging 2010-03-15 23:54:37 +00:00
Regis Houssin
5e65d811a9 Fix: same session name on some installations 2010-02-26 11:30:35 +00:00
Laurent Destailleur
312392860d Remove dependency on dolibarr_main_rul_root 2010-02-20 12:16:35 +00:00
Laurent Destailleur
8e6f4d8efe UTF8 2009-12-28 00:54:06 +00:00
Juanjo Menent
d9afe94c91 Fix: Missing translation key 2009-11-18 20:52:23 +00:00
Laurent Destailleur
44fb7045ac Fix: Restore broken feature of stock management on point of sale module. 2009-11-18 00:26:50 +00:00
Laurent Destailleur
7718fc03d7 Fix: Wrong error management when vat rate not defined. 2009-11-17 23:01:16 +00:00
Regis Houssin
6c5d4f283f Fix: no sigle euro 2009-11-17 22:06:10 +00:00
Laurent Destailleur
281462d8dc Fix: Missing translation key 2009-11-17 22:03:50 +00:00
Laurent Destailleur
591f89f89b Fix: Currency hard coded. 2009-11-17 21:57:55 +00:00
Regis Houssin
df5eedc567 Fix: uniformize code 2009-11-16 07:14:46 +00:00
Regis Houssin
cd9a893bae Fix: disable warehouse 2009-11-12 09:09:05 +00:00
Regis Houssin
211b47f417 Fix: disable warehouse 2009-11-12 07:48:23 +00:00
Regis Houssin
7b6dcc73c8 Fix: bad verification 2009-11-12 07:31:06 +00:00
Regis Houssin
fb51835e6f Fix: bad verification 2009-11-12 07:05:10 +00:00
Regis Houssin
ae4e4acdd1 Fix: bad verification 2009-11-11 20:34:59 +00:00
Regis Houssin
07a8168894 Fix: uniformize code 2009-11-11 20:30:59 +00:00
Regis Houssin
7b50056575 Fix: uniformize code 2009-11-11 17:39:29 +00:00
Regis Houssin
7c0a7427e6 Fix: uniformize code 2009-11-11 17:33:41 +00:00
Regis Houssin
dea96b9f6e Fix: uniformize code
Fix: bug
2009-11-11 17:32:06 +00:00
Regis Houssin
963ba19f94 Fix: uniformize code
Fix: bug
2009-11-11 17:29:01 +00:00
Regis Houssin
fca7cb2b0e Fix: uniformize code 2009-11-11 17:22:29 +00:00
Regis Houssin
ad111f9536 Fix: uniformize code 2009-11-11 17:21:16 +00:00
Regis Houssin
0baae3428e Fix: uniformize code
Fix: bug
2009-11-11 16:41:34 +00:00
Regis Houssin
266e1de98c Fix: uniformize code 2009-11-11 16:35:58 +00:00
Regis Houssin
a77e9f5c38 Fix: uniformize code 2009-11-11 16:25:44 +00:00
Regis Houssin
b75f79fede Fix: uniformize code 2009-11-11 16:25:44 +00:00
Regis Houssin
a06f833d5c Fix: bad verification 2009-11-11 16:03:59 +00:00
Regis Houssin
b48cb74c46 Fix: bad verification 2009-11-11 15:55:32 +00:00
Regis Houssin
c97663b21f Fix: view only the error message 2009-11-11 15:46:56 +00:00
Regis Houssin
43ab15e1f5 Fix: view only the error message 2009-11-11 15:37:43 +00:00
Regis Houssin
f6e8413b5b Fix: bad module name 2009-11-11 15:22:12 +00:00
Regis Houssin
1d944a94cd Fix: bad verification 2009-11-11 15:14:47 +00:00
Regis Houssin
66ca8223bf Try to fix a bug 2009-11-11 08:10:48 +00:00
Regis Houssin
1411cbf9ca Fix: uniformize code 2009-11-06 11:31:51 +00:00
Juanjo Menent
a7828275df Trad 2009-10-24 09:22:12 +00:00
Laurent Destailleur
3f3d89ec1a Trad 2009-10-23 23:49:52 +00:00
Regis Houssin
37c2825f93 Fix: functions "ereg", "ereg_replace", "eregi", "eregi_replace" is deprecated since php 5.3.0 2009-10-22 15:09:04 +00:00
Laurent Destailleur
3cb6df16fd A lot of fix on point of sale module 2009-10-22 00:27:13 +00:00
Laurent Destailleur
1eaf5069b5 A lot of fix on point of sale module 2009-10-20 15:39:14 +00:00
Laurent Destailleur
d0c8154162 A lot of fix on point of sale module 2009-10-20 15:32:49 +00:00
Laurent Destailleur
1de48e3086 A lot of fix on point of sale module 2009-10-20 15:23:32 +00:00
Laurent Destailleur
440a150aa3 Fix for Plesk 2009-10-19 23:44:55 +00:00
Juanjo Menent
fa7a8a3e1a Fix: Use the numbering module of Dolibarr. 2009-09-28 09:28:09 +00:00
Laurent Destailleur
8db2df6901 Fix: Use the numbering module of Dolibarr. 2009-09-27 21:26:36 +00:00
Laurent Destailleur
46d1a735b0 Fix: Use the numbering module of Dolibarr. 2009-09-27 21:10:09 +00:00
Juanjo Menent
1958a2fe77 Trad: Translate Point of sale module 2009-09-14 07:39:01 +00:00
Laurent Destailleur
d9e82272cf Fix: Some fixes in point of sale module 2009-09-14 01:27:00 +00:00
Laurent Destailleur
eb23e9400e Trad: Translate Point of sale module 2009-09-13 22:27:42 +00:00
Laurent Destailleur
76173cfd4b Fix: A lot of fix on point of sale module 2009-09-13 22:24:46 +00:00
Laurent Destailleur
cc290e13ab Fix: Use the dolibarr function to make total rounding. 2009-09-13 21:29:55 +00:00
Laurent Destailleur
8b55ca6bd0 New: Add experimental module Point of sale 2009-09-11 23:14:28 +00:00
Laurent Destailleur
0598ee3668 New: Add experimental module Point of sale 2009-09-11 14:29:36 +00:00
Laurent Destailleur
b7e739ef92 Fix on point of sales module 2009-09-11 13:42:31 +00:00
Laurent Destailleur
d4b0cfdfb7 Fix: Files related to running company must not be saved into same directory dedicated to module third party. 2009-07-02 00:16:50 +00:00
Regis Houssin
b5c9327c80 Fix: eclipse error 2009-06-20 07:09:03 +00:00
Regis Houssin
dfeb8c7317 Fix: eclipse error 2009-06-18 08:55:09 +00:00
Laurent Destailleur
382fd3054a Renamed a development module in english 2009-06-16 23:47:49 +00:00
Laurent Destailleur
28dd72e17a New: Prepare correct management of timezones
Fix: Bad support of timeouts.
2009-06-14 16:25:23 +00:00
Regis Houssin
aece20e748 Fix: no accent 2009-06-05 14:22:56 +00:00
Regis Houssin
16de9eea1b Fix: no accent 2009-06-05 14:15:49 +00:00
Regis Houssin
56ca1f98a7 Fix: no accent 2009-06-05 14:08:02 +00:00
Laurent Destailleur
cfe31513f2 Cashdesk module works with same driver than dolibarr 2009-05-21 22:55:53 +00:00
Laurent Destailleur
fb0e668fc0 Qual: Now creation of session is done before the loading of conf. This make code much easier to understand. 2009-05-21 22:28:05 +00:00
Laurent Destailleur
e4090f63b1 Session name DOLSESSID_databasename is replace with DOLSESSID_dolibarrwebinstance. This remove a key read in conf.class.php used to name session because, to make code simpler, we will need to create session before the conf is loaded. This is also most secure because it is possible to use 2 dolibarr instances even if database names are same on two different mysql server.
Add also comments on code to remember to simplify things.
2009-05-21 21:37:45 +00:00
Laurent Destailleur
9a38002c46 Session name DOLSESSID_databasename is replace with DOLSESSID_dolibarrwebinstance. This remove a key read in conf.class.php used to name session because, to make code simpler, we will need to create session before the conf is loaded. This is also most secure because it is possible to use 2 dolibarr instances even if database names are same on two different mysql server.
Add also comments on code to remember to simplify things.
2009-05-21 13:37:18 +00:00
Regis Houssin
1082ec7d6a Fix: no accent 2009-05-19 20:19:45 +00:00
Regis Houssin
d0606e4945 Fix: code homogène 2009-05-19 20:10:27 +00:00
Regis Houssin
06d2d2fc2f Fix: nous ne sommes jamais trop prudent ! 2009-05-18 13:10:40 +00:00
Regis Houssin
e5d222b6cc Fix: régression sur l'utilisation des niveau du jeton, on test sur les 2 niveaux car
comportement aléatoire avec certaines fonctions
2009-05-17 08:01:54 +00:00
Regis Houssin
c1c1f8a4d2 Fix: ajout d'un niveau supplémentaire du cache du jeton 2009-05-16 15:45:26 +00:00
Regis Houssin
7f84623564 Fix: ajout d'un jeton aléatoire dans les requetes POST 2009-05-15 14:22:00 +00:00
Regis Houssin
1bfd3f609c Fix: ajout d'un jeton aléatoire dans les requetes POST 2009-05-15 14:21:57 +00:00
Regis Houssin
d3621e4593 Fix: ajout d'un jeton aléatoire dans les requetes POST 2009-05-15 13:59:49 +00:00
Regis Houssin
8dacd43b18 *** empty log message *** 2009-05-06 12:59:04 +00:00
Regis Houssin
fa707089a7 Fix: error 2009-04-10 14:31:30 +00:00
Laurent Destailleur
0823322ba1 Qual: All call to dolibarr_ functions are made on dol_ functions. 2009-02-20 22:53:15 +00:00
Laurent Destailleur
569316d3bd Removed deprecated code 2009-01-28 09:00:29 +00:00
Laurent Destailleur
55c832e2b3 Fix: Syntax error 2008-12-04 23:25:48 +00:00
Laurent Destailleur
0eb900fb7a Removed html error 2008-11-20 22:31:27 +00:00
Laurent Destailleur
3ad5d6b566 Fix preversion for cash desk module 2008-11-18 22:44:53 +00:00
Laurent Destailleur
7a4325be73 VAT management must be internationnal 2008-10-26 15:17:52 +00:00
Laurent Destailleur
3e0608154f Add link to warehouse and bank account in cashdesk page. 2008-10-26 14:14:37 +00:00
Laurent Destailleur
055c4411ff Dolibarr and cashdesk module shares the same cookie 2008-10-26 12:59:56 +00:00
Laurent Destailleur
cc3b50c06a Force mysql driver with cashdesk module. 2008-10-23 23:49:27 +00:00
Laurent Destailleur
ddcd75e1f5 Add cashdesk setup page 2008-10-02 22:29:54 +00:00
Regis Houssin
98c04fd275 Fix: login possibility with no password 2008-10-02 15:41:30 +00:00
Laurent Destailleur
a23b773ff5 New: Add cashdesk module 2008-09-29 23:36:30 +00:00
Laurent Destailleur
88a630eb74 New: Add cashdesk module 2008-09-29 23:19:20 +00:00
Laurent Destailleur
434899e930 New: Add cashdesk module 2008-09-29 23:18:52 +00:00