-
The file name is actually StockCategories.php (same version and lines)
Thought I'd also add [for reference] that this was with IE 6.x.
FF 3.x didn't display the issue, but was [evidently] handled gracefully.
2009-08-06 15:19:12 UTC in webERP web-based ERP Accounting
-
This is for StockCategory.php v1.18, at lines 473/478.
473: echo '' . _('Text Box') . '
2009-08-06 15:12:53 UTC in webERP web-based ERP Accounting
-
Actually, I think the colspan should be in BOTH lines. (is was simply missing from line 470?)
2009-06-12 14:52:38 UTC in webERP web-based ERP Accounting
-
File SelectProduct.php
Theere is a colspan attribute needs to be moved from this line:
echo '' . _('Cost') . '' . number_format($Cost,3) . ''; // line 538
to this line:
echo '' . _('Sell Price') . ':'; // line 470.
This file is from webERP version: 3.10.5.
2009-06-12 02:16:20 UTC in webERP web-based ERP Accounting
-
Not sure if this was the *right* thing to do, but since the 1.css and 2.css files (in my previous post) were the same size, I copied one of them to the default.css file. Now the login page appears as it should!
I check the CVS for default.css, but there are no files.
Now, I'll check out the rest of the the tool!
2008-05-27 21:45:14 UTC in Work Tracker
-
I have found the default.css to be empty too.
However, I seem to have a slightly different issue. As Stefan has said, in the user's preferences, the update does make the graphics appear, but I still can't get the initial login screen to show any graphics (except for the logo) to appear like the pdf example [v0.2, page 8]. What might I be missing?
I also found that when the user's...
2008-05-23 20:38:17 UTC in Work Tracker