Re: [Openerp-community] Enapps web-client

2014-02-17 Thread Enapps :: Vadim Chobanu
The plan is for a read/write ‘light’ mobile version, but not the web_mobile

To give more insight:

Certain modules/fields can be marked to be ignored by the mobile version
and that will allow to design somewhat mobile friendly screens. Not as good
as a native app, but at least something that allows to work on certain
bespoke models without having to write a new app for it.



Regards,



Vadim









*From:* jeff.wang [mailto:j...@osbzr.com]
*Sent:* 17 February 2014 16:04
*To:* Enapps :: Vadim Chobanu; openerp-community@lists.launchpa
*Subject:* Re:[Openerp-community] Enapps web-client



What enhancement on web_mobile, still readonly or editable ?

--

Jeff Wang |  j...@osbzr.com | 18016291663 | 02158980787

@OpenERP_Jeff "As simple as possible, As complex as needed"

<http://www.osbzr.com>

Maintainer of Open ERP china community

http://www.openerp-china.org







-- Original --

*From: * "Enapps :: Vadim Chobanu";;

*Date: * Mon, Feb 17, 2014 11:50 PM

*To: * "openerp-community";

*Subject: * [Openerp-community] Enapps web-client



It is with great delight to announce that after many months of developments
we are now releasing an enhanced version of OpenERP 6.1 webclient + server.
 – full details, video and code here -
http://www.enapps.co.uk/enapps-enhanced-openerp-webclient-and-server/

Technical libraries enhancements:

   - Latest Jquery 2.0.3 library.
   - Ckeditor for rich text editing. In line with OpenERP v8 version.
   - Grunt theme selector. Now you can have multiple web-themes.
   - Google closure compiler for JS minification. Compression and
   optimisation of JS
   - Webhostinghub Glyph icons. Tons of new icons can be used.

Functional enhancements:

   1. Multiple web-tabs.
   2. Right-click in lists views – copy, paste, duplicate.
   3. Right-click on lists – custom functions: can do reconcile/unreconcile
   for example.
   4. Right click – export to excel.
   5. New business theme – inspired by v7/v8.
   6. Ability to permanently hide or expand top filters.
   7. Hide or show right hand side bar.
   8. Company logo as ERP logo – inspired by v7/v8.
   9. Users avatar – inspired by v7/v8
   10. Editable and working one2many and normal list views.
   11. Server with subdomains – ability to deploy as a SAAS.
   12. soft_readonly on fields – this is to be set on field definition of
   the model as soft_readonly=['group_id1', 'group_id2']. when this is set,
   the field will be readonly when seen by user, but writeable by on_change
   functions for this particular group. other groups will see this field as
   read and write. If we also set readonly_priority=True, then this works the
   other way around: all groups will see read, but the ones defined in
   soft_readonly will be both: read/write. When is set soft_readonly = “1″ in
   view, that field will be not editable for all groups.
   13. access_groups – This is to be used when we want a certain field
   fully hidden from the operator in xml. the normal groups=”group1,group2″
   will still need that particular model that this is linking to be granted
   access to, whereas
   
access_groups=”ea_support.support_admin,ea_support.support_manager,ea_support.support_developer”
   will not require and thus won’t give warning messages that the operator
   that doesn’t have access to read the target model.
   14. Bold – To make tree view lines text have bold font add attribute
   colors=”bold:state==’[]‘”. Condition In brackets can be specified.
   15. move_forward – This can be added to a many2one or date field in xml
   as . When the operator selects a value from such field, the cursor will
   automatically move to the next field, thus saving him from having to press
   tab or moving the mouse to the next field.
   16. PostgreSQL 9.3+ materialised views. The server comes with functions
   that enable the use and refresh of materialised views.

Thanks,





*Vadim Chobanu*

Managing Partner



T: +44 020 8090 9222

M: +44 079 3923 0959

E: va...@enapps.co.uk

W: www.enapps.co.uk

-
Information in this email is confidential and may be privileged.
It is intended for the addressee only. If you have received it in error,
please notify the sender immediately and delete it from your system.
You should not otherwise copy it, retransmit it or use or disclose its
contents to anyone.
Thank you for your co-operation.
-

Address: 88 Wood Street; 10th floor; London EC2V 7RS

Registered in England No: 07746264

Reg. VAT No. GB 124 1001 86
<>___
Mailing list: https://launchpad.net/~openerp-community
Post to : openerp-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community] Enapps web-client

2014-02-17 Thread jeff.wang
What enhancement on web_mobile, still readonly or editable ?

--
Jeff Wang |  j...@osbzr.com | 18016291663 | 02158980787
@OpenERP_Jeff "As simple as possible, As complex as needed"

  Maintainer of Open ERP china community  
  http://www.openerp-china.org 


 




-- Original --
From:  "Enapps :: Vadim Chobanu";;
Date:  Mon, Feb 17, 2014 11:50 PM
To:  "openerp-community"; 

Subject:  [Openerp-community] Enapps web-client




It is with great delight to announce that after many months of developments we 
are now releasing an enhanced version of OpenERP 6.1 webclient + server.  ?C 
full details, video and code here - 
http://www.enapps.co.uk/enapps-enhanced-openerp-webclient-and-server/
 
Technical libraries enhancements:

 Latest Jquery 2.0.3 library.

Ckeditor for rich text editing. In line with OpenERP v8 version.
 
Grunt theme selector. Now you can have multiple web-themes.
 
Google closure compiler for JS minification. Compression and optimisation of JS
 
Webhostinghub Glyph icons. Tons of new icons can be used.
 
Functional enhancements:

 Multiple web-tabs.

Right-click in lists views ?C copy, paste, duplicate.
 
Right-click on lists ?C custom functions: can do reconcile/unreconcile for 
example.
 
Right click ?C export to excel.

 New business theme ?C inspired by v7/v8.

Ability to permanently hide or expand top filters.
 
Hide or show right hand side bar.

 Company logo as ERP logo ?C inspired by v7/v8.

 Users avatar ?C inspired by v7/v8

Editable and working one2many and normal list views.
 
Server with subdomains ?C ability to deploy as a SAAS.
 
soft_readonly on fields ?C this is to be set on field definition of the model 
as soft_readonly=['group_id1', 'group_id2']. when this is set, the field will 
be readonly when seen by user, but writeable by on_change functions for this 
particular group. other groups will see this field as read and write. If we 
also set readonly_priority=True, then this works the other way around: all 
groups will see read, but the ones defined in soft_readonly will be both: 
read/write. When is set soft_readonly = ??1?? in view, that field will be not 
editable for all groups.
 
access_groups ?C This is to be used when we want a certain field fully hidden 
from the operator in xml. the normal groups=??group1,group2?? will still need 
that particular model that this is linking to be granted access to, whereas 
access_groups=??ea_support.support_admin,ea_support.support_manager,ea_support.support_developer??
 will not require and thus won??t give warning messages that the operator that 
doesn??t have access to read the target model.
 
Bold ?C To make tree view lines text have bold font add attribute 
colors=??bold:state==??[]. Condition In brackets can be specified.
 
move_forward ?C This can be added to a many2one or date field in xml as . When 
the operator selects a value from such field, the cursor will automatically 
move to the next field, thus saving him from having to press tab or moving the 
mouse to the next field.
 
PostgreSQL 9.3+ materialised views. The server comes with functions that enable 
the use and refresh of materialised views.
 
Thanks,

 

 

 Vadim Chobanu

Managing Partner
 



 
 

T: +44 020 8090 9222
 
M: +44 079 3923 0959

E: va...@enapps.co.uk 
 
W: www.enapps.co.uk

 -
 Information in this email is confidential and may be privileged.
 It is intended for the addressee only. If you have received it in error,
 please notify the sender immediately and delete it from your system.
 You should not otherwise copy it, retransmit it or use or disclose its
 contents to anyone.
 Thank you for your co-operation. 
 -
 
Address: 88 Wood Street; 10th floor; London EC2V 7RS

Registered in England No: 07746264
 
Reg. VAT No. GB 124 1001 86

9C7D7D41@B236955F.E2320253.png
Description: Binary data
___
Mailing list: https://launchpad.net/~openerp-community
Post to : openerp-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp