Laurent Destailleur
6a34250712
Rewrite module manager. Next step.
2013-03-25 17:54:54 +01:00
Laurent Destailleur
a890c7b3ab
Fix: Option to hide if no permission instead of grey was broken.
2013-03-24 03:51:49 +01:00
Laurent Destailleur
350bcea183
Merge
2013-03-22 17:10:17 +01:00
Laurent Destailleur
708f0472cd
Qual: Prepare menu handler to be able to output content into a list.
2013-03-22 16:40:35 +01:00
Laurent Destailleur
33a7692fbc
Merge remote-tracking branch 'origin/3.3' into develop
...
Conflicts:
htdocs/core/menus/standard/eldy.lib.php
htdocs/core/modules/commande/doc/pdf_einstein.modules.php
htdocs/core/modules/facture/doc/pdf_crabe.modules.php
htdocs/core/modules/propale/doc/pdf_azur.modules.php
htdocs/exports/class/export.class.php
2013-03-16 17:07:35 +01:00
Laurent Destailleur
013b7eca10
Fix: A better fix for status/list of orders.
...
There was a confusion because of bad translation key StatusOrderToBill
that in fact mean "StatusOrderDelivered".
More explanation:
http://wiki.dolibarr.org/index.php/Module_Customers_Orders#Life_cycle_.2F_Business_rules
2013-03-16 17:02:13 +01:00
Laurent Destailleur
8a487a90af
New: Still working on menu manager rewrite.
2013-03-15 18:00:29 +01:00
simnandez
c0e5cacafc
Fix: Bad orders list viewstatut filter if expeditons module is disabled
2013-03-15 16:18:14 +01:00
simnandez
8114249fca
[ task #652 ] Reduce clicks into creaton of orders, invoices, etc.
...
Supplier order
2013-03-12 15:06:38 +01:00
Laurent Destailleur
9b8a8351b4
Fix: Menu hidden
2013-03-10 13:22:51 +01:00
Laurent Destailleur
b060e5961b
Qual: Another step in men manager rewrite.
2013-03-07 19:47:03 +01:00
Laurent Destailleur
c11f7dfc71
Next step for rewriting menu managers.
2013-03-05 15:42:26 +01:00
simnandez
a811121daf
[ task #731 ] Uniformize ref generation
2013-03-02 16:50:36 +01:00
eldy
4e52b2596a
Uniformize code
2013-02-28 23:49:38 +01:00
Laurent Destailleur
33feddcd32
Qual: Rewrite of menu manager. next step.
2013-02-27 21:40:43 +01:00
Grand Philippe
79c2e17cbb
english language standardization
2013-02-25 17:56:41 +01:00
Laurent Destailleur
b61c576343
Qual: Still work onto menu management rewrite.
2013-02-24 21:16:36 +01:00
Laurent Destailleur
3baf8a6c00
New: Use div instead of tables into login page.
2013-02-24 14:57:49 +01:00
Laurent Destailleur
37b94e43c8
Merge pull request #685 from frederic34/develop
...
WIP : Admin for Carriers
2013-02-23 03:11:52 -08:00
Laurent Destailleur
1224e79ee3
Qual: Start to clean how menu managers works.
2013-02-22 19:16:03 +01:00
frederic34
6259f4ce59
Fix : some & -> &
2013-02-21 23:08:58 +01:00
simnandez
ad91eab0ac
[ task #652 ] Reduce clicks into creaton of orders, invoices, etc.
...
Uniformize propal code (not use addpropal.php)
2013-02-02 18:31:45 +01:00
Laurent Destailleur
755325dcf0
Qual: Removed deprecated file
2013-01-28 17:59:35 +01:00
Laurent Destailleur
c42a0c5b03
Fix: removed warning
2013-01-28 14:40:15 +01:00
Laurent Destailleur
c2d334624b
Qual: Simplify system for menu manager. Only one file, one class per
...
manager.
2013-01-25 17:44:23 +01:00
Laurent Destailleur
70b21172f9
Qual: Removed not used and deprecated property
2013-01-25 11:05:44 +01:00
simnandez
f7e5edb0f8
[ task #652 ] Reduce clicks into creaton of orders, invoices, etc.
2013-01-19 10:45:57 +01:00
Laurent Destailleur
6091f74b13
New: First changes to simplify/optimize menu management.
2013-01-17 18:39:15 +01:00
Laurent Destailleur
f1f7ff315f
Fix: CRLF
2013-01-16 15:54:07 +01:00
Laurent Destailleur
d11cee399a
Merge remote-tracking branch 'origin/3.3' into develop
...
Conflicts:
COPYRIGHT
htdocs/core/tpl/freeproductline_create.tpl.php
htdocs/core/tpl/predefinedproductline_create.tpl.php
htdocs/install/mysql/tables/llx_c_availability.sql
2013-01-16 15:45:17 +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
Laurent Destailleur
0b045a2d96
Merge remote-tracking branch 'origin/3.3' into develop
...
Conflicts:
htdocs/core/boxes/box_activity.php
htdocs/filefunc.inc.php
2013-01-16 14:11:19 +01:00
Laurent Destailleur
3b8e99dd4e
Fix: Bad menu def
2013-01-15 18:49:53 +01:00
Laurent Destailleur
db1cd6b27f
Qual: Merge the 2 class MenuTop and MenuLeft into menu handler file
...
into 1 class MenuManager. This make code simpler and is also a first
step to optimize performance of menu loading.
2013-01-15 15:42:39 +01:00
Laurent Destailleur
4cf56eafa5
Qual: Removed useless param
2013-01-15 12:48:46 +01:00
Laurent Destailleur
f57409ddcd
Merge remote-tracking branch 'origin/3.3' into develop
2013-01-15 12:06:41 +01:00
Laurent Destailleur
11bb3d0137
Fix: Several fixes into boxes management: boxes was loaded twice, logs
...
were wrong, global conf missing.
2013-01-15 11:35:10 +01:00
simnandez
96c5eacf4a
[ task #652 ] Reduce clicks into creaton of orders, invoices, etc.
2013-01-12 09:58:21 +01:00
Regis Houssin
9812c91aff
Fix: wrong EOL !!!!!!!
2013-01-10 08:27:12 +01:00
Laurent Destailleur
b667400cc1
Fix: [ bug #618 ] External accounts can access confidential informations
...
(a lot)
2013-01-02 21:35:28 +01:00
Regis Houssin
b838895db9
Fix: change for a neutral email
2012-12-30 15:13:49 +01:00
Laurent Destailleur
2bec26c32a
Fix: Some fix into menu translation
2012-12-28 19:18:04 +01:00
Laurent Destailleur
1a530d0ca9
Fix: Broken translation
2012-12-27 17:12:35 +01:00
Laurent Destailleur
ba4be70a5e
Fix: External user was not using correct menu handler.
2012-12-27 17:06:55 +01:00
Laurent Destailleur
752aabfc86
Fix: dynamic menu does not works with auguria. Add a temporary fix.
2012-12-17 23:19:48 +01:00
simnandez
f873198442
Fix: Warning into perms page
2012-10-04 18:40:05 +02:00
simnandez
caef97dc08
Task # 104: Check if module invoice is active and user has creation
...
permissions. Move creation invoice to action bar into customer card
2012-10-04 18:23:21 +02:00
Laurent Destailleur
2617fc21a6
Some fix: List of invoices to show in "to bill" menu must contains
...
"Validated, Shipment in process, Delivered" (some users may want to
make invoice before shipment, some after).
We keep workflow opened by default. Module workflow may restrict this
however.
Also, remove menu entry, because we now have direct link to page onto
list.
2012-10-03 11:43:39 +02:00
simnandez
921795e562
Task # 104 : Remove MAIN_FEATURES_LEVEL
2012-10-03 09:16:27 +02:00
Regis Houssin
e9de123036
Fix: hide menu if empty
2012-09-26 12:09:14 +02:00