Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - paulorcdo

Pages: [1]
1
Solved, I edit the file mysql_schema.php in public/install/installation/templates/sql line 1010, removing member_id of primary key

2
Installation problems / version 3.4.2 mysql problem installation
« on: May 11, 2016, 07:10:56 pm »
Version 3.4.2 has problems installing mysql informs that:

    Database connection has been established successfully
    InnoDB storage engine is supported
    Failed to import database construction. MySQL said: All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead

My Mysql version is 5.7.11-log x86_64 Linux

Paulo Oliveira

3
You can click and drag on the graph, the result is the same.

4
Already adjusted in the file.
Also available is the English translation of the month.
Paste in your browser: buzinagames.com/links/jquery.flot_en.js
Or Clear the browser cache.
Thank you.

5
Flot The library is very simple to maintain, all developed in jquery and json. I have made ​​available since the beginning so that all developers can improve the code. The original library in flot not have flexibility to allow its use in this way. So I created an array generator to allow it. I found this code from the web and found that Jumware feng was simple to help create a similar report to the printing task, but with a temporal view. Although not a perfect solution, given the flexibility feng office, I believe it is the simplest way to address this demand.

Hugs, excuse my English! - by google  ;D

Paulo Oliveira - Brasília - Brasil

6
Original: http://buzinagames.com/blog/?cat=8

Inserting Gantt Chart - Flot - Feng in the Area Office Tasks:

1-Download all the compressed files http://buzinagames.com/links/contador.php?arquivo=gantt on the link to the folder public / assets / javascript / og / tasks

2-Open the file application / views / task / new_list_tasks.php

3-Copy this code to call the script that creates the chart:

require_javascript ('og / tasks / gantt.js');

4 - Paste this code into the file new_list_tasks.php just below the line containing require_javascript ('og / tasks / print.js');

5-Open the file public / assets / javascript / og / tasks / TasksTopToolbar.js

6-Copy this code to create the button on the desktop task:

    this.add ('-');
     this.add (new Ext.Action ({
text: 'Gantt',
             tooltip: 'Gantt',
            iconCls: 'ico-reporting',
handler: function () {
ogTasks.ganttAllGroups ();
}
scope: this
}));

7 - Paste this code in the last line before the closing brace of the function og.TasksTopToolbar (just after the "print all groups")

Pages: [1]