Suggestion for display

Follow is the problem that I am facing now and would like to know any suggestion.
A trading system need to generate the document flow of the sale cycle in the web. For example:
|------| |-------|
| SO | -> |Invoice|
|------| |-------|
|------------| |-----------------|
-> |Delivey Note| -> |Goods Return Note|
|------------| |-----------------|
SO will generate Invoice and Delivery Note, and then Delivery Note will generate Goods Return Note.
I can obtain the relationship, and I would like to know any suggestion to plot the graph in the JSP.
Thank.

You may have to brute force it.
That is, create a method that puts the text inside a box. Then create an algorithm that draws boxes in sequence. Branching paths and loops will make your work more difficult.
Alternatively, you can research vector graphics (VRML) and their cousins and literally "draw" the images on the screen. Adobe and Macromedia sell software that can do this for you, but I'm not quite sure what the specific software is or what would be required on your part.
Determining where to place your boxes for any type of possible flow (branches, loops, crosses and so forth) is actually an extremely difficult problem and beyond the scope of this forum.

Similar Messages

  • A suggestion for display list if you type an object in SQL Developer

    In Oracle document , we always use low-case in our own table name, column name. So our code format is always followed by this tradition. But now if I use SQL Developer, if I type a table, it will display a list for me.But unfortunitely it is up-case. So I can not pick them up, I have to type the low-case one by myself. Can Oracle consider this tradition ?
    Thx
    this is the example from Oracle Doc PL/SQL User's Guide and Reference:
    DECLARE
    bonus NUMBER(8,2);
    emp_id NUMBER(6) := 100;
    BEGIN
    SELECT salary * 0.10 INTO bonus FROM employees
    WHERE employee_id = emp_id;
    END;
    see salary, employee, empoyee_id are all low-case!

    They know.. there have been a few posts about setting case preferences. Hopefully they will add it soon.

  • Cannot display the screen of the macbook on TV. OS is Lion 10.7.2. Connection to the TV is over HDMI cable.  TV shows only the backgroud picture of Lion. Do you have any suggestions for help ?

    Cannot display the screen of my macbook on TV. OS is Lion 10.7.2. The Macbook is connected to the TV is over HDMI cable.  TV shows only the backgroud picture of the Lion OS and reacts even to mission control. Do you have any suggestions for help ?

    You have the display set in Extended Desktop mode. In System Preferences>Display on the MacBook screen there should be an Arrangement tab when you have the MacBook hooked up to the TV and both screens working. When you click the Arrangement tab do you see two monitors side by side? One of them will have a Menu Bar at the top. Just click on the Menu Bar and drag it to the second monitor. That will make the second monitor your main screen. You can now use your MacBook in Clamshell Mode with a wired or Bluetooth keyboard and mouse.  http://support.apple.com/kb/HT3131 When you disconnect from the TV your Menu Bar will automatically change back to the MacBook.
    Or if you want to work on the MacBook screen while showing it on a TV you can check the Mirror Display box on the lower left hand side of the Arrangement tab under the two monitors box.

  • Affordable Display/Monitor Suggestions for G5?

    I'm currently shopping around for an affordable 19" display for my Powermac G5. I would love to own one of the immaculate Apple displays but they're way beyond my budget.
    Can you shoot over some suggestions for 19" LCD Flat panel displays that are affordable? ($250 max)
    *Is there anything I need to keep in mind "specs-wise" while shopping for a display? Are there compatability factors I need to be aware of since this is for a G5? Any info/tips would greatly be appreciated!
    Thanks much!
    P

    Check out the Philips at: http://www.walmart.com/catalog/product.do?product_id=4183360
    I've been very impressed with the quality. (I use it as my second monitor)

  • AJAX Report Refresh  a_report- Condition for display not being validated

    Hi ,
    I have a report which has the following condition for dispaly:
    Exists(SQL query returs atleast one row) - SELECT * from temp1The query for the report is : select * from temp1 Now I have a button on the page and on click of the button I call the below Javascript :
    function f_insert_Temp_table(pTrans){
          var l_Return = null;
          var get = new htmldb_Get(null,$x('pFlowId').value,
                  'APPLICATION_PROCESS=temp_table_insert',206);       // ODP to insert into temp1
          get.add('TRANS_ID_ITEM',pTrans);
          gReturn = get.get('');
         //alert(gReturn);
         //$x_Show('6342610690289435');
         $a_report('6342610690289435','1','15','15');
    }Everything executes fine and the report refreshes the rows but the condition used for display doesn't get checked when I call $a_report() ...
    I can see the ODP execute successfully and row gets inserted into temp1 which means report condition is satisfied .
    If I remove the condition for the report, I can see the report getting refreshed and showing new rows through the $a_Report() call.
    Is there something that needs to be added to the script or $a_report call to validate the condition too ?Is there a way I can validate the region condition too ?
    Appreciate any suggestions/pointers here. I really do not want to refresh the whole page.
    Thanks,
    Dippy
    Edited by: Dippy on Feb 5, 2010 11:05 AM

    Hi Flavio,
    Thanks for your support.I figured where I was going completely wrong.
    Its just that when the page loads for the first time the temp table is empty and hence the report is not being displayed which simply
    means that the report id Im passing into the a_report function is not rendered on the page. Hence no matter what the temp table contains the report id is absent from the page.
    I fixed it as follows :
    Remove the condition for the report.
    Added and item and computed(P_Compute) its value using select count(*) from temp.
    Added an onload JS function which does a $x_Show('Report_Region') if P_Compute > 0 or $x_Hide('Report_Region') if P_Compute <0 .
    Now in my JS function which has an AJAX call to an ODP does an $x_Show('Report_Region').
    Flavioc : the query for my report is simple
    select * from tempIt finally dawned upon me that I'm trying to catch hold of an ID that's not rendered.
    So one issue is solved now the other part would be figuring out how to make $a_report work with pagination etc .

  • ArchWiki: suggestion for a new page layout

    Finally, I have some time to spare for ArchWiki improvement.
    I have modified my article on CMYK support in The GIMP as an example.
    Please take a look at it here:
    http://wiki.archlinux.org/index.php/CMY … n_The_GIMP
    The code to produce the box on the right is here:
    {{sn|'''Article summary:'''
    This article will show how to enable rudimentary CMYK support in The GIMP using the Separate plug-in, and explain how to use color proof filter to soft-proof your images.
    It will also cover more general topics on CMYK colors and DTP.
    '''Required software:'''
    *[http://www.gimp.org/ The GIMP The GIMP]
    *[http://www.littlecms.com/ lcms]
    *[http://download.adobe.com/pub/adobe/iccprofiles/win/AdobeICCProfiles_end-user.zip Adobe ICC profiles]
    *[http://www.blackfiveservices.co.uk/separate.shtml Separate plugin source]
    '''Related article:'''
    *[[Using lprof to profile monitors]]
    This is the best we can do with current ArchWiki setup. It would be even better if we could list categories in the box, as well as i18n links.

A: ArchWiki: suggestion for a new page layout

dtw wrote:Doesn't display correctly in IE
I've been tinkering with the templates. It's fixed now, I think.
Anyway, the templates used for the job can be seen from the code:
{{Article summary start}}
{{Article summary text|This article will show how to enable rudimentary CMYK support in The GIMP using the Separate plug-in, and explain how to use color proof filter to soft-proof your images. It will also cover more general topics on CMYK colors and DTP.}}
{{Article summary heading|Translations}}
{{i18n_entry|Deutsch|CMYK support in The GIMP(Deutsch)}}
{{i18n_entry|English|CMYK support in The GIMP}}
{{i18n_entry|Español|CMYK support in The GIMP(Español)}}
{{i18n_entry|Finnish|CMYK support in The GIMP(Suomi)}}
{{i18n_entry|Français|CMYK support in The GIMP(Français)}}
{{i18n_entry|Nederlands|CMYK support in The GIMP(Nederlands)}}
{{Article summary heading|Required software}}
{{Article summary link|The GIMP (v2.0 and above)|http://www.gimp.org/}}
{{Article summary link|lcms (v1.15 ?)|http://www.littlecms.com/}}
{{Article summary link|Separate plugin (v0.10 and above ?)|http://www.blackfiveservices.co.uk/separate.shtml}}
{{Article summary heading|Related articles}}
{{Article summary wiki|Using lprof to profile monitors}}
{{Article summary end}}
As you can see, it's a bit more typing than before, but it sure looks better. I might shorten the names for the templates. I wanted to make them memorable so they are a bit long.
As you can see, the problem of i18n links integration was fixed, so you can use existing i18n template and combine with the new "Article summary" set.
I will modify the article about writing summaries to include those templates and examples.
EDIT:  :oops:  the i18n links in the article are just examples. Don't use them, since they lead to non-existing pages.
EDIT2: Okay, I've played around with the appearance of the summary box, but I'm at work now, so it's going nowhere. I'll play with it some more when I get home.

dtw wrote:Doesn't display correctly in IE
I've been tinkering with the templates. It's fixed now, I think.
Anyway, the templates used for the job can be seen from the code:
{{Article summary start}}
{{Article summary text|This article will show how to enable rudimentary CMYK support in The GIMP using the Separate plug-in, and explain how to use color proof filter to soft-proof your images. It will also cover more general topics on CMYK colors and DTP.}}
{{Article summary heading|Translations}}
{{i18n_entry|Deutsch|CMYK support in The GIMP(Deutsch)}}
{{i18n_entry|English|CMYK support in The GIMP}}
{{i18n_entry|Español|CMYK support in The GIMP(Español)}}
{{i18n_entry|Finnish|CMYK support in The GIMP(Suomi)}}
{{i18n_entry|Français|CMYK support in The GIMP(Français)}}
{{i18n_entry|Nederlands|CMYK support in The GIMP(Nederlands)}}
{{Article summary heading|Required software}}
{{Article summary link|The GIMP (v2.0 and above)|http://www.gimp.org/}}
{{Article summary link|lcms (v1.15 ?)|http://www.littlecms.com/}}
{{Article summary link|Separate plugin (v0.10 and above ?)|http://www.blackfiveservices.co.uk/separate.shtml}}
{{Article summary heading|Related articles}}
{{Article summary wiki|Using lprof to profile monitors}}
{{Article summary end}}
As you can see, it's a bit more typing than before, but it sure looks better. I might shorten the names for the templates. I wanted to make them memorable so they are a bit long.
As you can see, the problem of i18n links integration was fixed, so you can use existing i18n template and combine with the new "Article summary" set.
I will modify the article about writing summaries to include those templates and examples.
EDIT:  :oops:  the i18n links in the article are just examples. Don't use them, since they lead to non-existing pages.
EDIT2: Okay, I've played around with the appearance of the summary box, but I'm at work now, so it's going nowhere. I'll play with it some more when I get home.

  • Suggestion for feature

    I use iTunes on my work pc solely for putting music on my iPod .
    Yesterday I bought my first songs on ITMS and wanted to transfer them to my iPod.
    When dragging and trying to drop the songs onto the iPod nothing happened.
    Much later I found out that my work PC was not yet authorized to play songs bought with my ITMS account.
    The thing I find a bit odd is how to authorize the pc - namely by playing a piece of purchased music. This seems an odd action since I don't even have speakers on the computer.
    My suggestion for a new feature is to: show the 'Authorize this computer' when the user attempts to drop a purchased song onto the iPod - or at least display a message stating what is happening and why it is not possible at the moment - and what to do about it.
    Sincerely,
    /morten

    I think this message should've been posted in the Using iTunes forum. This is the Using iTunes Music Store forum.

  • Need suggestion for designing a BEx report

    Hi,
    I need suggestions for designing a BEx report.
    Iu2019ve a DSO with below structure:
    1. Functional Location u2013 Key
    2. Maintenance Plan u2013 Key
    3. Maintenance Item u2013 Key
    4. Call # - Key
    5. Cycle u2013 Data Field
    6. Planned Date u2013 Data Field
    7. Completion Date u2013 Data Field
    This DSO contains data like:
    Functional -
    Plan --- Item -
    Call# --- Cycle -
    Planned Dt -
    Completion Dt
    Location
    11177 -
         134 -
         20 -
         1 -
    T1 -
         02-Jan-2011 -
         10-Jan-2011
    11177 -
         134 -
         20 -
         2 -
    T2 -
         15-Feb-2011 -
    11177 -
         134 -
         20 -
         3 -
    T1 -
         15-Mar-2011 -
    11177 -
         134 -
         20 -
         4 -
    M1 -
         30-Mar-2011 -
    25000 -
         170 -
         145 -
         1 -
    T1 -
         19-Jan-2011 -
         19-Jan-2011
    25000 -
         134 -
         145 -
         2 -
    T2 -
         20-Feb-2011 -
         25-Feb-2011
    25000 -
         134 -
         145 -
         3 -
    T1 -
         14-Mar-2011 -
    Now Iu2019ve to create a report which will be executed at the end of every month and should display the list of Functional Locations whose Cycles were planned in that particular month, along with the last completed Cycle/Date.
    Thus based upon above data, if I execute report at the end of (say) March then report must display:
    Functional ---     Curr. Cycle --- Planned Date --- Prev. completed Cycle --- Prev Completed Date
    Location
    11177 -
         T1 -
         15-Mar-2011 -
    ---     T1 -
    --     10-Jan-2011
    11177 -
         M1 -
         30-Mar-2011 -
    ---     T1 -
    --     10-Jan-2011
    25000 -
         T1 -
         14-Mar-2011 -
    ---     T2 -
    --     25-Feb-2011
    Any idea how can I display Previous Completed Cycle and Completion Date (i.e. the last two columns)?
    Regards,
    Vikrant.

    hi vikrant,
    You can a Cube at the reporting layer  which gets data from DSO and which has these 2 extra characteristics completion date and previous cycle along with other chars and keyfigures from DSO.
    You can populate these  based on your logic in the field routine.
    Hope it helps.
    Regards
    Dev

  • Suggestions for a photo gallery?

    Does anyone have a suggestion for the best way to put
    together a photo gallery? I just want something simple that will
    display the thumbnail images on the page with captions and to show
    a larger image when you click on the thumbnail. Any help would be
    great!

    On Fri, 12 Oct 2007 10:10:43 +0100, "Keen to Learn"
    <[email protected]> wrote:
    >Hi All
    >
    >i want to add a section to a site that allow users to
    register and then
    >upload photos to a gallery.
    >
    >i needs to allow for a little bit of styling and have
    file size upload
    >limits, ect.
    >
    >can anyone suggest / recomend either an DW extension or
    other third party
    >software that would do this.
    If you Google you'll find lots of them. Here's one that
    springs to
    mind:
    http://gallery.menalto.com/
    Steve Fleischer
    steve at flyingtigerwebdesign dot com
    Hong Kong

  • Webcam suggestion for Mac Pro

    Does anyone have any suggestions for a webcam for Ichat for the mac pro.
    I know some people have indicated the xbox webcam works well.
    Ideally I'd like one with a built in microphone since I would like to avoid having a microphone loose on my desk. Also is the microphone support still broken ?
    I saw some great looking webcabs on microsoft's webpage. A couple of these would look nice next to my cinema display has anyone tried these.
    http://www.microsoft.com/hardware/digitalcommunication/Productlist.aspx?type=Lif eCam
    Message was edited by: LTrain
    Message was edited by: LTrain

    Hello LTrain,
    I have used these - http://www.ecamm.com/mac/imagewebcam/
    they work well, and are quite seamless with ichat.
    Good luck!(and steer clear of micro$oft cameras)
    Bryza_Bone

  • Blank not Zero for Display in report

    Hi,
    For a Particular Calculated Key Figure X, I get a Zero value using a logic such as
    if Y=0; X=0.
    For Display in Report, Currently it shos the vakue as Zero. I want to show it as a blank vaklue instead.
    Could you suggest how to achiev this ?
    I can not suppress Zero becuase for the other Key Figures in the report, i should show 0 as 0 only.
    Please acknowledge
    Regards
    Shweta

    Hi,
    In the query designer, go to query properties, the button is just before the check query button.  In the Display tab, in the section Number format, you have a setting for Zero Value Display.  Click on the options and select, Suppress Zeros.  You also have the option of showing the zero as something else.
    This setting is different from the Suppress zero setting, which will suppress the line when all key figures are zero.
    Rgds

  • Solaris 10 for X86 Install issue: "Server for display :0 can't be started"

    After fixing my "can't set locale" problem I am moving onto the "Server for display :0 can't be started" issue.
    Checking /etc/dtc/Xerrors yields:
    1) error (PID 380) : Server unexpectedly died
    2) error (PID 380) : Server for display :0 can't be started
    I\ve tried running kdconfig and setting XSun not XOrg. I am using a 2 channel KVM with a 3 button mouse (the only PS2 mouse I have lying around...) but the config seems to pick it up without any problems.
    Feel free to reply direct to me g.h.lawrence<at>gmail.com if you wish. Thanks in advance for any and all replies.
    Greg
    Message was edited by:
    MaristFlanker
    Also, I notice this message when I try to boot up:
    svccfg (/tmp/kdm_svccfg_cmds, ;ine 1): Pattern 'application/x11/x11-server' doesn't match any instances or services.
    Any help/suggestions appreciated and thanks again!

    Hello Greg,
    unfortunately you're posting in the wrong forum.
    These forums are for Sun Hardware, you have a configuration problem with a piece of software - the x-server. Please post in one of these forums
    Solaris on x86
    http://forum.sun.com/jive/forum.jspa?forumID=291
    Installation
    http://forum.sun.com/jive/forum.jspa?forumID=292
    General Solaris 10 Discussion
    http://forum.sun.com/jive/forum.jspa?forumID=298
    Michael

  • How to stop "Preparing Video for Display"

    I've used FCP for countless projects but haven't ever tried to put hundreds of stills into the timeline for a final result that looks like what free software packages produce for consumer camera stills.  I have a number of questions related to achieving this result, but I'll start with this. 
    The 'preparing for display' message comes up when I move chunks of pictures around.  It freezes all activity until it's done (rendering?), and usually the action that led to it is a minor thing that still needs further manipulation.  Would it help to reduce the resolution of the stills?  How do I do that all at once?  There are too many to treat individually.
    Thanks for letting me know how to stop getting my process hijacked!
    It is really slowing me down, and I'm on deadline.
    With much appreciation,
    Roxane

    Still images are NOT video. FCP has to translate each image into a format that will play as video.
    This process happens on the fly and as the numbers of images go up, the amount of time and system resources required to accomplish this also increase in a linear way.
    There are a couple of things you can do at the system level.
    1. make sure you have your RT playback set to Unlimited.
    2. in System settings, increase your stills cache. By default it is around 10% of FCP's RAM. If you have 4GB or more in the machine, your RAM available to FCP should be set at 100% and you may want to bump up the stills cache to 50% (or more if the project is mostly stills). Do not raise it to 100% as you have to leave some free ram for the program.
    Along with what Russ has suggested, you should get better performance. You need to be realistic though. FCP is a video editor, not a slideshow generater. If the work is a slideshow, there are better tools.
    Have fun.
    x

  • Interaction enabled on dimensional columns though not marked as Use for display

    Hi,
    I am facing issue with few of the dimensional columns in OBI 11g. Drill down property is enabled for few columns which are not marked as Use for Display or added to any hierarchy level.
    Clicking on these columns is drilling down to the next lower lever. we can avoid this by setting a system wide defaults but not allowed to do that.
    Any other suggestions to overcome the issue?
    Thanks,
    Vj

    Any dimensional attribute column residing on a higher level of aggregation will automatically render the drill-down to its next lower-level child.
    "Use for display" defines the attribute(s) displayed by default after a drill and is used to populate the property of the (default) displayed presentation column in a presentation hierarchy.
    So you are experiencing standard, desired behaviour. Removing that interaction will necessitate setting system-wide defaults.
    Cheers

  • How to to display the JSP report in Application Server ? URL for displaying

    Hi Experts,
    Last week, we tried to change the memory of Response Cache and buffer Cache to increase the speed of the Excel report. But it didn’t work out.
    And from the below link, I understood we can convert the oracle 9i report to excel by converting the Oracle 9i report to JSP report.
    http://www.oracle.com/technology/products/reports/htdocs/getstart/demonstrations/index.html
    I’ve converted the Oracle 9i report to JSP report and finding the way to display the JSP report using Application Server. I am trying to find out the REPORT URL of simple JSP report and using Reports Servlet . Right now I am trying to display the JSP report in Application Server.
    Please suggest the URL for displaying the JSP report
    Thanks & Regards

    Hi,
    You can directly call you .jsp file, http://<host>:<domain>:<port>/<jsp report path>?userid=<if your report requires userid>/<pwd>
    Refer to metalink documents:
    Frequently Asked Questions About JSP Reports [ID 301714.1]
    Here --> Question 4. How do I execute a JSP report?
    Also refer, How to deploy JSP reports [ID 220943.1]
    Hope this helps.
    Regards,
    Mithun

  • Maybe you are looking for