Search found 16 matches

by M.K_Soft
13 Jan 2016, 20:47
Forum: Discussion
Topic: Date min
Replies: 0
Views: 1925

Date min

Hi.
Current Jalali date is 1394 and current Gregorian is 2016. When i send Jalali date in fieldtype_date_input.php, It doesn't insert in database. I checked if i send a year above 2000, it works!
Ho can i make it possible to receive Jalay date?
Thanks.
by M.K_Soft
05 Jan 2016, 23:39
Forum: Discussion
Topic: Database insert problem
Replies: 3
Views: 1950

Re: Database insert problem

Hello again and thanks for the quick responce. I've changed the fieldtype_input_date return to this: return '<div class="input-group input-medium"> <input type="text" id="datepicker" placeholder="تاریخ" /> </div>'; } function process($options) { return get_dat...
by M.K_Soft
04 Jan 2016, 21:21
Forum: Discussion
Topic: Database insert problem
Replies: 3
Views: 1950

Database insert problem

Hi. I've changed Datepicker and everything is alright. The problem is when i use this datepicker, the value doesn't insert in DB but when i use the original datepicker, the selected date inserts with no problem. Is this because of the date format like "Y J n" or something or is there anoth...
by M.K_Soft
28 Dec 2015, 19:37
Forum: Discussion
Topic: Installation Problem - Permission
Replies: 1
Views: 1985

Installation Problem - Permission

Hi. I get this message when installing: You don't have permission to access /dmr/install/index.php on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. I've made a database with a user granting all privileges. Also get 777 pe...
by M.K_Soft
27 Dec 2015, 00:44
Forum: Bug Report version 1.6 (or older)
Topic: Custom modification by adding Jalaly datetimepicker (Use of getPreventDefault() is deprecated)
Replies: 1
Views: 4326

Custom modification by adding Jalaly datetimepicker (Use of getPreventDefault() is deprecated)

Hi. In the way of changing datepicker and datetimepicker, I added a Jalaly datetimepicker to the app but when showing it, it shows under the window and is not in focus. As you see in the picture, the calendar shows but is not enable cause of the upper window. The browser console also alert: Using //...
by M.K_Soft
06 Dec 2015, 12:27
Forum: Discussion
Topic: Make a note for users theyselves
Replies: 0
Views: 1913

Make a note for users theyselves

Hi.
I want users to make notes for them self. I mean each user can make a note for his/her self.
I set the access of note entity to "assigned access" and i don't want to make note for others which make the user's access.
How can i do that?
by M.K_Soft
25 Oct 2015, 01:52
Forum: Discussion
Topic: Filter by project's day
Replies: 2
Views: 2001

Filter by project's day

Hi.
Wanna set a filter for a report to show projects from today. not a particular date but the current day.
by M.K_Soft
15 Oct 2015, 23:06
Forum: Discussion
Topic: Getting extra row
Replies: 1
Views: 1657

Getting extra row

Hi.
I get extra row in entities i add. in default entities like "users" and "reports" there's no extra row.
See pictures i attached.
Thanks in advance.
by M.K_Soft
15 Oct 2015, 22:59
Forum: Discussion
Topic: Installation Problem
Replies: 5
Views: 2547

Re: Installation Problem

You're welcome :)
By the way sometimes i still got the same problems and solved it with adding these code in the error file:

At the beginning:

<?php ob_start(); ?>

Then at the end:

<?php ob_flush(); ?>
by M.K_Soft
15 Oct 2015, 21:45
Forum: Discussion
Topic: Installation Problem
Replies: 5
Views: 2547

Re: Installation Problem

Solved!
For those who have the same problem:
First of all, i use Persian language and there is no problem in English.
Change Persian language file encoding from "utf-8" to "utf-8 without BOM". I've don it by notepad++.