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?
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.
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.
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...
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
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.
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(): <td class="td-in_out"> Saà 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(): <td class="td-in_out"> Saí 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
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)