Skip to main content

Show Posts

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

Messages - Mohammed A. ALmosawi

1
Suggestions / Helpful features
Hello friends,
Some features will be very helpful if it includes in future versions.

1- option to add auto updated value define by the user.
2- add page designer wysiwyg to  add, edit , view, list, print, export.
3- global tab for function (s) applies to all pages.
4- multi-language includes main menu captions, app name, help & privacy pages.
5- display labels applies to all pages.

Thanks

2
Issues / Re: I intend to buy, but some issues?
Hi Willvin,
I'm Using Arabic lang.
I tried exactly as in this post , for print function works perfectly after I add to  Print_layout.php the following
Code: [Select]
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
And
Code: [Select]
font-family: "DejaVu Sans";
and other function Pdf & word stop gave me the error  DOMDocumentFragment::appendXML():,
BUT it not display  correctly , in Arabic,  letters are tied together not separate also its display in  RTL as in the attached .
Pict1 the way it should work ,
Pict1
Pict2 the way it currently work _Wrong way.
Pict2
thanx .

 
5
Bugs / Export to pdf, doc and print.
Hello friends,
When I tried to export to pdf, doc or print, it gives me error if the data in table in Arabic language, but for the same project it work fine if the data in table in English. I checked allow multiple languages in project settings. I tested this in different php ver. (7.0,7.1,7.2,7.3,7.4) same result.
- Second thing is that when i choose Arabic as my default language for the project and publish it , all word totally in wrong position, this issue I find it since ver 2.6 till now, i solved it by publishing to English enable multi language then translated English file manually also editing RTL propertie.
See attached.
My current version is 2.7.3
Thanks for your great efforts.
7
General Discussion / Re: Filter data base on one of user data
@mohif1995
Code: [Select]
SELECT aa.* FROM archive_app AS aa WHERE (SELECT ud.Division FROM admin AS ud WHERE ud.ID = ? ) IN (aa.Division)
and add USER_ID to the Edit Query Params area.

if it doesn't work then use the next query.
Code: [Select]
SELECT aa.* FROM archive_app AS aa WHERE (SELECT ud.Division FROM admin AS ud WHERE ud.ID =".USER_ID.") IN (aa.Division)


thanx @ willvin  For Your Quick response .
 I Tried Both code but not work for me, 
MD1 , Md12 images for  first code.
md2 ,md21 for second code.
mdadmin the Department value in admin table.
mdarchive the department value in archive table .

thanx again ,
sorry for my bad English .
8
General Discussion / Filter data base on one of user data
hello Friends
I'm trying to Create View to filter records base on user department .
at sign in it require Department for the  user save in admin table  ,the when add  record in other table "archive" have field to add multiple value  which represent department that can see this file   , please note i'm normal user not professional and not well known of MySQL statement , i tried this code to filtrate it  ,
Code: [Select]
@DIVI="SELECT  a.Division FROM admin AS a WHERE  ( a.ID =USER_ID)",
SELECT
archive_app.ID,
archive_app.`Subject`,
archive_app.Reference_No,
archive_app.Details,
archive_app.Upload,
archive_app.Box_file_catg,
archive_app.Division,
archive_app.Uploader,
archive_app.Uploading_date,
archive_app.Statues,
archive_app.From__,
archive_app.Type__,
archive_app.Date,
archive_app.Source__
FROM
archive_app
WHERE
( @DIVI IN ( archive_app.Division ) )

please any one could  help me to do this ?.
thanx and sorry for my bad English lang.
10
Issues / Error when export to Docx or pdf.
Hello friends,
Thanks for your great efforts with new updates,
I have issues when export to Docx or pdf
"Warning : DomDocumentfregment :: appendXML ()...)
As in attached image, and when i tried to change to production i got file to download but it contains only header and footer  without the data i want to export it , re- publish the project gave me the same error.
I'm using Xampp local server  7.3.15
PHP version 7.3.15
Mariadb
All extensions enabled
.

Thanks and sorry for my bad English
11
Suggestions / Roles and Permissions
Hello friend,
could you please move roles and permission to store in data base so admins can give/great/delete  roles and permission  from the admin dashboard without need to edit it in the program and republish  again .
thanks and sorry for bad English .