Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For reports items in entity and by entity #13

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

Wolvverine
Copy link

No description provided.

@Wolvverine
Copy link
Author

Wolvverine commented Jul 21, 2022

@yllen @orthagh, please add this to next version.

@Wolvverine Wolvverine changed the title example - For reports items in entity For reports items in entity and by entity Jul 21, 2022
if (!$this->childrens) {
return $link . " " . $this->getSqlField() . "='" . $this->getParameterValue() . "' ";
return $link . " " . $sqlField . "='" . $this->getParameterValue() . "' ";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is define $sqlField if $tableName is empty?

@yllen
Copy link
Owner

yllen commented Sep 16, 2022

Can you give an example of use of your new function?

@Wolvverine
Copy link
Author

Yes, it is similar to location report, only for entity.
I must clean some my reports to common form.

Wolvverine and others added 2 commits September 26, 2022 10:38
(The used SELECT statements have a different number of columns ...)
@Wolvverine
Copy link
Author

@yllen I added ignoring object tables in "infocom_types" added in v10 with different table structure.

@yllen
Copy link
Owner

yllen commented Oct 18, 2022

For a new report, just post in the pull request the file of the report, not file of locale and empty file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants