Project

General

Profile

Activity

From 04/28/2017 to 05/27/2017

05/27/2017

04:40 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey, tomorrow I will be committing a change that will purge the sources of the original Admin. Please plan accordi... Hynek Cihlar

05/12/2017

07:57 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
3222a is updated up to the rev. 11315 over the current P2J rev. 11152. Sergey Ivanovskiy
07:31 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Planning to rebase 3222a within an hour. Sergey Ivanovskiy

05/11/2017

11:03 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Hynek, I don't understand the Admin extensibility support design, thus I can't be helpful...
Hynek Cihlar
10:44 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek, I don't understand the Admin extensibility support design, thus I can't be helpful there. Do you plan to integ... Sergey Ivanovskiy
10:22 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
I have checked in changes to 3222a that implement Admin extensibility support.
Note that admin2/build.xml is depre...
Hynek Cihlar
07:35 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Committed revision 11309 added @ReportPreview@, fixed preview pages count for the client ...
Hynek Cihlar
07:20 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed revision 11309 added @ReportPreview@, fixed preview pages count for the client report preview control. I th... Sergey Ivanovskiy

05/10/2017

08:53 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed revision 11305 added ReportServlet to handle print report requests. Sergey Ivanovskiy

05/09/2017

03:51 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed revision 11304 fixed reports look and feel and implemented reports for selected records, added display deta... Sergey Ivanovskiy
01:16 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
You are correct. I will fix this issue. Sergey Ivanovskiy

05/08/2017

05:14 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Committed revision 11303 fixed report look and feel according to note 413 except a column...
Hynek Cihlar
04:49 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
It is very close.
1. It is good that the column headings are horizontally centered. But the row content should ...
Greg Shah
04:21 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed revision 11303 fixed report look and feel according to note 413 except a column heading is not bold. Please... Sergey Ivanovskiy
11:52 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Yes, I am testing and fixing the changes now, but it can do a word break in any place if the whole word is out of its... Sergey Ivanovskiy
11:47 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Ok, please look at this example as an example of word wraps, vertical lines will be added...
Hynek Cihlar
10:20 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
The word wrapping looks good.
Please do vertically center the drawing of the text in a row.
Greg Shah
10:18 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Ok, please look at this example as an example of word wraps, vertical lines will be added and column headers will be ... Sergey Ivanovskiy
08:51 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
> I did it but word wrapping by FOP is according to English
We cannot implement support that only works for Englis...
Greg Shah
08:37 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
I did it but word wrapping by FOP is according to English, if there is a long word that doesn't fit column width. Are... Sergey Ivanovskiy
08:33 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
> It is required to reinvent word wrapping if a content doesn't fit the maximal available column space along a horizo... Greg Shah
08:28 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
It is required to reinvent word wrapping if a content doesn't fit the maximal available column space along a horizont... Sergey Ivanovskiy

05/06/2017

07:13 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed rev 11301 added print settings. Continue working on the issues summarized by notes 413 and 416. Sergey Ivanovskiy
03:19 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> You can commit your changes because I have only changes in the sources and now testing re...
Hynek Cihlar
08:04 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Greg Shah wrote:
> It is unfortunate that Maven's lack of customizability is infecting IDEs. I will think about thi...
Hynek Cihlar
07:46 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
The reason we don't follow this "standard" project layout is because it adds unnecessary complexity into the director... Greg Shah
07:45 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> I am using Eclipse and have no problems in launching P2J server. Did you commit your chan...
Hynek Cihlar
07:40 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
I am using Eclipse and have no problems in launching P2J server. Did you commit your changes?
>Since the admin resou...
Sergey Ivanovskiy
07:33 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
I am having issues with the IDE (Idea) setup to serve the static admin files (css, images, htmls, etc.) when P2J serv... Hynek Cihlar
06:39 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
You can commit your changes because I have only changes in the sources and now testing report settings: paper format ... Sergey Ivanovskiy
06:17 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey, I have merged the admin2/build.xml with the main gradle build script together with the web resources being se... Hynek Cihlar

05/05/2017

05:52 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
> introduce column renderers and to print data so that rows can have variable heights.
I think this is the right w...
Greg Shah

05/04/2017

05:06 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed revision 11299 added group and processes accounts reports. Group accounts report shows the case if the stri... Sergey Ivanovskiy
03:10 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed revision 11298 fixed ReportBuilder and AbstractReportBuilder api such that each report builder should provi... Sergey Ivanovskiy
12:55 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed rev. 11296 added showFilterDialog to InputDialog in order to reuse this common dialog. Sergey Ivanovskiy
08:22 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Working to fix content to be centred, columns heading text to be bold and centred, columns and rows to be separated b... Sergey Ivanovskiy
08:15 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
> I think page size and orientation should be enough. Greg, what do you think?
Agreed.
Greg Shah
08:14 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Should it be like a standard Print dialog? Is it enough to be able to select only a page ...
Hynek Cihlar
08:14 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
I agree with Hynek's comments. The first result is quite good.
My only other request: please center and bold the ...
Greg Shah
08:13 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Should it be like a standard Print dialog? Is it enough to be able to select only a page size and its orientation? Ca... Sergey Ivanovskiy
08:02 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Committed revision 11294 fixed the case if rows are printed on several pages. This report...
Hynek Cihlar
07:46 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed revision 11294 fixed the case if rows are printed on several pages. These report pages can be fastened toge... Sergey Ivanovskiy
07:13 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
This is an example of extended reports. Sergey Ivanovskiy
01:08 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Greg Shah wrote:
> Sergey Ivanovskiy wrote:
> > It seems that there is this small project https://github.com/vandes...
Sergey Ivanovskiy

05/03/2017

12:24 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Don't mind, it was just incorrect built state. All sources are compiled now without errors. Sergey Ivanovskiy
12:19 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
I observed recently that admin2 in a bad state... Sergey Ivanovskiy
11:42 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> There is no entry point for this interface in GWT client. This interface is not used and ...
Hynek Cihlar
11:39 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > There is an unclear functionality that is described by @ClientAc...
Sergey Ivanovskiy
11:29 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> There is an unclear functionality that is described by @ClientAccountExtension@ interface...
Hynek Cihlar
11:25 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Greg Shah wrote:
> > Print Preview is a standard functionality to preview a report on the screen before printing.
>...
Sergey Ivanovskiy
08:27 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
> Print Preview is a standard functionality to preview a report on the screen before printing.
I don't know if we ...
Greg Shah
07:30 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Ok, we can bound this cache size to permit 1 report per a http s...
Sergey Ivanovskiy
07:20 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Ok, we can bound this cache size to permit 1 report per a http session, GWT RPC is used f...
Hynek Cihlar
06:32 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek Cihlar wrote:
> What do you mean by preview?
Print Preview is a standard functionality to preview a report on...
Sergey Ivanovskiy
06:29 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Ok, we can bound this cache size to permit 1 report per a http session, GWT RPC is used f...
Hynek Cihlar
06:03 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Ok, we can bound this cache size to permit 1 report per a http session, GWT RPC is used for preview and for report, b... Sergey Ivanovskiy

05/02/2017

12:10 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Please review server side for reports, committed revision 11289. Now empty Users report c...
Hynek Cihlar
11:19 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Please review server side for reports, committed revision 11289. Now empty Users report can be viewed and printed (do... Sergey Ivanovskiy
06:22 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Hynek, please review committed revision 11286 added print preview selection dialog, added...
Hynek Cihlar
01:34 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Greg Shah wrote:
> Sergey Ivanovskiy wrote:
> > It seems that there is this small project https://github.com/vandes...
Sergey Ivanovskiy

05/01/2017

03:29 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Greg Shah wrote:
> > It probably takes more time to develop reports with PBox API and coded reports are difficult to...
Hynek Cihlar
08:18 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> It seems that there is this small project https://github.com/vandeseer/easytable that can...
Greg Shah
06:37 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
It seems that there is this small project https://github.com/vandeseer/easytable that can be used to build PDF tables... Sergey Ivanovskiy

04/30/2017

05:47 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek, please review committed revision 11286 added print preview selection dialog, added @EnumCreator@ to @InputDial... Sergey Ivanovskiy

04/28/2017

08:18 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Ok, planning to use PDFBox API. Sergey Ivanovskiy
08:06 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
> It probably takes more time to develop reports with PBox API and coded reports are difficult to change according th... Greg Shah
07:27 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Greg, please approve one more time that we should use PBox API for generating reports for our GWT client. Sergey Ivanovskiy
06:25 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > According to https://svn.apache.org/viewvc/pdfbox/trunk/examples...
Sergey Ivanovskiy
02:51 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> According to https://svn.apache.org/viewvc/pdfbox/trunk/examples/src/main/java/org/apache...
Hynek Cihlar
01:44 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
According to https://svn.apache.org/viewvc/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/ PD... Sergey Ivanovskiy
 

Also available in: Atom