webERP Forum
Bringing WebERP into a New Tableless UI Design - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: Development Discussion & Specification (http://www.weberp.org/forum/forumdisplay.php?fid=10)
+--- Thread: Bringing WebERP into a New Tableless UI Design (/showthread.php?tid=288)

Pages: 1 2 3 4 5 6 7


RE: Bringing WebERP into a New Tableless UI Design - phil - 08-06-2012

Thanks Hindra, you only need to give me the changed files really.
The new Aguapop works well but the aguapop login doesn't work for me for some reason.


RE: Bringing WebERP into a New Tableless UI Design - hindraj - 08-07-2012

(08-06-2012, 08:51 PM)phil Wrote: Thanks Hindra, you only need to give me the changed files really.
The new Aguapop works well but the aguapop login doesn't work for me for some reason.

Hi Phil,

As you know, the login screen can viewed as two parts:

1) The "login back" screen (the one that shows just after the log out):

If it's still using the old one, your browser probably still using the cached CSS, please try clear your browser cache first.

2) The actual "login screen" (the one that ask for user name and password):

Currently, the login screen is hardcoded to always use the SilverWolf theme. So, for now, to test the other login theme, you have to rename it as "SilverWolf".

In the future, I think we need to change webERP to use the login screen from the last theme used, if we try login back. Or, use a special generic login theme, if it's a new login.

Rgds,
Hindra


RE: Bringing WebERP into a New Tableless UI Design - phil - 08-07-2012

Yes I changed includes/session.inc to use aguapop for the login screen but it fails miserably. The logout box looks cool alright.


RE: Bringing WebERP into a New Tableless UI Design - hindraj - 08-07-2012

(08-07-2012, 03:17 PM)phil Wrote: Yes I changed includes/session.inc to use aguapop for the login screen but it fails miserably. The logout box looks cool alright.

Ow... Big Grin
Is the other login screen OK?

Here I've updated all themes, checked missing icons, styles, etc. All have logout/login screen now. I've check all the logon/logout screen on all major browser including SeaMonkey, and I can be sure is all working OK...

[attachment=129]
[attachment=130]
[attachment=131]
[attachment=132]
[attachment=133]

Please try again after clearing browser cache.

Best regards,
Hindra
Here is the rest:

[attachment=134]
[attachment=135]
[attachment=136]

Rgds,
Hindra


RE: Bringing WebERP into a New Tableless UI Design - hindraj - 08-10-2012

New theme: "Fluid Tabs"

This theme is fluid. It's capable of adjusting itself on small screen devices.
Please note, though, that the content is currently not fluid! Smile

This theme also has horizontal placement for the "main menu" (for those who missed it!)

[attachment=137]

[attachment=138]

Enjoy!



RE: Bringing WebERP into a New Tableless UI Design - phil - 08-12-2012

I've brought your new theme in as fluid ... good to have a completely different tab based view. This is a little how it used to be before we ran out of space to have tabs over the top... nice :-)


RE: Bringing WebERP into a New Tableless UI Design - phil - 08-21-2012

Have an issue Hindra:

See attached screenshot - this happens on most themes for PO_Items.php script. See some fields truncated off the right of the screen - including the delete link.






RE: Bringing WebERP into a New Tableless UI Design - hindraj - 08-24-2012

(08-21-2012, 05:38 PM)phil Wrote: Have an issue Hindra:

See attached screenshot - this happens on most themes for PO_Items.php script. See some fields truncated off the right of the screen - including the delete link.

Hi Phil,

Sorry, I just got back from a vacation so I just got a time to check this forum.

I think the problem is not with the themes but the code in the PO_Items.php.
on line 698, we have something like this:

echo '<td>' . $POLine->StockID . '</td>
<td><input type="text" name="ItemDescription' . $POLine->LineNo.'" size="80" value="' .$POLine->ItemDescription .'" /></td> ......



I would suggest we drop the size="80", or decrease it, because it too long for the line! Big Grin

Best regards!
Hindra






RE: Bringing WebERP into a New Tableless UI Design - phil - 08-24-2012

Done - thanks Hindra



RE: Bringing WebERP into a New Tableless UI Design - phil - 09-11-2012

Not sure if you saw on the list Hindra... Exson reported that the new css doesn't work for our IE friends!! Any ideas?