Skip to main content

Topics

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

Topics - xela05

2
Questions / Auto Update Pague After Edit
Hello guys,

So i have a ready projet that works as a dashboard with trucks schedule so that the aware knows wich trucks to load at wich time/date.

My question is, Im at the Office and i insert a new truck, how can I force the dashboard Page (opened on another PC at the wharehouse) to update based on the new information inserted on the backoffice?

3
Issues / Projeblem when using custum fields
Hello,

I've a table as on the image bellow where I've data from DB with quantity and price.
Them I creat a custom field where I multiply the quantity * price in order to get a total and I used the "format record field" along the columns in order to have them with the € sign.

I now want to have a "Field Footer Expression" on this custom field with the Sum of all the values I previously multiplied.

THE PROBLEM

If the multiplied field is configured as currency the "Field Footer Expression" SUM produces an error, but if it is configured as number I works ok and I can then configure the SUM as currency.
The thing is that I want both - The Costum Field with the multiplication - and the "Field Footer Expression" with the SUM of the multiplication with currency sign.

How can this be achived?
4
Issues / wampserver problems
Hello,

Just configured phprad with wamp server and rigth at the first publish I get this error on the image.
Can anyone help me out?
5
Issues / USER ROLES
Hello,

I've configured user roles and although everything seems to work fine, the system simply wont assume the role definition for the user to wont be able to edit/list is account.

I wanto to have only the administrator to be able to edit acounts but for some reason even if not check on the option, a regular user can edit is account.

6
Issues / Image Click
Hello,

The images wont upload to the server but they showned on the thumbnail, but when I click it, instead of a bigger version of the image, I just get a black screen...

Any ideia to solve this?

** UPDATE

When I refresh the page the image stops shoing on the thumbnail...

So two problems now...
7
Questions / Generate Reference
Hello guys,

Maybe someone could give me a little help.

I've this tables

category
id_category
name
code_category

subcategory
id_subcategory
id_category
name
code_subcategory

product
id_product
id_category
id_subcategory
name
code_product


When I'm creating a new product, what I do is that I select a category, then a subcategory (filtered from categories), then give it a name.

What I'd like to do is to have an autogenerated product code with like this (category code + subcategory code + autoincrement number), them pass it to the database

Any Idea about how to achieve this?

Many thanks
8
Issues / PDF/PRINT Export error when using CONCAT with <br> TAG
Hello,

I'm facing a problem, I made a costum field where I CONCAT an adress that the user inputs as separated fields so that I can have something like this:

Adress1
Adress2
PostCode, City
Country

My costum field is like this:

CONCAT(adress1,'<br>',adress2,'<br>',postcode,' ',city,'<br>',country)

For some reason, when trying to export to PDF or Print it gives me an error that I think is coming from the use of the "<br>" tag, because if I leave the full adress on a single line withou line breaks everything works fine.

Any idea about whats hapening?
9
Issues / EXPORT ERROR
When exporting I'm having the following error:

Warning: DOMDocumentFragment::appendXML(): Entity: line 23: parser error : Entity 'Atilde' not defined in C:\MAMP\htdocs\inventarioam\system\BaseView.php on line 743

Warning: DOMDocumentFragment::appendXML(): &lt;td class=&quot;td-in_out&quot;&gt; Sa&Atilde; in C:\MAMP\htdocs\inventarioam\system\BaseView.php on line 743

Warning: DOMDocumentFragment::appendXML(): ^ in C:\MAMP\htdocs\inventarioam\system\BaseView.php on line 743

Warning: DOMDocumentFragment::appendXML(): Entity: line 23: parser error : Entity 'shy' not defined in C:\MAMP\htdocs\inventarioam\system\BaseView.php on line 743

Warning: DOMDocumentFragment::appendXML(): &lt;td class=&quot;td-in_out&quot;&gt; Sa&Atilde;&shy; in C:\MAMP\htdocs\inventarioam\system\BaseView.php on line 743

Warning: DOMDocumentFragment::appendXML(): ^ in C:\MAMP\htdocs\inventarioam\system\BaseView.php on line 743

Warning: DOMNode::appendChild(): Document Fragment is empty in C:\MAMP\htdocs\inventarioam\system\BaseView.php on line 745


Can anybody help?
10
Questions / Dynamic Lookup 3 fields
Hello,

I know how to have a dynamic lookup working but what if I want to have more than one lookup?

For example:

Select 1 - Client (select from clients table)
Select 2 - Year (Select from predefined values)
Select 3 - Project (Select projects from client X on year Y)

11
Issues / Edit, Delete and View buttons blinking
When I just have one line on my table (the first one inserted) the CRUD buttons dont allow me to press them as they start blinking.
Any ideia what may be the problem?
12
Issues / Table not rendering correctly
Hello guy, my app as several tables but for some reason they are rendering diferently....
Any ideias what may be?

In screenshot_1 the CRUD menu don't go until the end of the width, but on screenshot_2 it goes (and they all should be like this one)