Search found 47 matches

by diaz914
18 Sep 2018, 05:49
Forum: Discussion
Topic: Error Update from 2.2 to 2.3
Replies: 13
Views: 1657

Error Update from 2.2 to 2.3

Dear all,

I have problem when update from 2.2 to 2.3

error message =

Database Error: 1054 - Unknown column 'is_common' in 'where clause'
Query: select * from app_reports_groups where created_by = '1' and is_common=0 and in_menu=1 order by sort_order, name
Page: /index.php?module=dashboard/
by diaz914
21 Aug 2018, 10:21
Forum: Discussion
Topic: Disable Notif Email
Replies: 2
Views: 585

Disable Notif Email

how to deactivate email notifications on only one entity.
by diaz914
13 Aug 2018, 10:56
Forum: Discussion
Topic: Parent Entity Not Display
Replies: 5
Views: 1090

Parent Entity Not Display

i Have Problem with Parent Entity, List view the data not Show

http://prntscr.com/khwq8u

How to Fix Like that Sir
by diaz914
31 Jul 2018, 05:25
Forum: Discussion
Topic: REPORTING
Replies: 1
Views: 701

REPORTING

Is it possible to create a report with the merging of the main Entity with Sub Entity, please help, because I have such needs.
:?: :?: :?:
by diaz914
18 Jul 2018, 08:34
Forum: Discussion
Topic: Update New Entity
Replies: 0
Views: 1534

Update New Entity

I've made additions and changes to Entity on localhost, and I want to apply those changes to the running app, how to make the changes? is it enough to use databse backup function only? or how? Because I've tried to do using a backup database, and it did not work. The new entity is not showing, while...
by diaz914
04 Jun 2018, 07:14
Forum: Discussion
Topic: ASK ABOUT FORMULA
Replies: 9
Views: 1303

Re: ASK ABOUT FORMULA

ok no problem, i already using routines and trigger
i think its solve.
by diaz914
04 Jun 2018, 06:20
Forum: Discussion
Topic: ASK ABOUT FORMULA
Replies: 9
Views: 1303

Re: ASK ABOUT FORMULA

can i create own field?
if yes can you explain me to add own field sir?
by diaz914
03 Jun 2018, 18:35
Forum: Discussion
Topic: ASK ABOUT FORMULA
Replies: 9
Views: 1303

Re: ASK ABOUT FORMULA

If i want save on database, what field for do this?
Any idea?
by diaz914
02 Jun 2018, 23:25
Forum: Discussion
Topic: ASK ABOUT FORMULA
Replies: 9
Views: 1303

Re: ASK ABOUT FORMULA

im using this script

CONCAT("WO", LPAD((RIGHT(MAX(field_504),4)+1),4,'0'))

but not save on database
by diaz914
02 Jun 2018, 21:04
Forum: Discussion
Topic: ASK ABOUT FORMULA
Replies: 9
Views: 1303

Re: ASK ABOUT FORMULA

im using this script, but wrong, can you help me?
im using mysql formula

SELECT CONCAT("WO", LPAD((RIGHT(MAX(field_504),4)+1),4,'0'))
FROM app_entity_40;