Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

[SOLVED] 3 question...
 
Notifications
Clear all

[SOLVED] 3 questions

4 Posts
2 Users
0 Reactions
4,482 Views
koorosh
(@keloniton)
Posts: 47
Active Member
Topic starter
 
[#3455]

Hello Dear Mr babynus,
How are you? I appreciate to know your idea about following question:
1- I know that, if i want to have access to all of the date fields in projeqtor, i just can search for datetexfield in objectdetail.php. If i want to have access to the fields which are about numerical amounts (costs or expesne or the things which are related to money). what can i do?
2- In some of project management softwares, there is a place for stocks and stock management, for example in construction and building industry the stock of soil, bricks and etc. Does Projeqtor cover the stock management also?
3- The print section does not cover persian unicode. Do you have any idea how i can fix it?
Thank you very much


 
Posted : 09 Jun 2016 21H46
babynus
(@babynus)
Posts: 14957
Main Contributor Admin
 

1- I know that, if i want to have access to all of the date fields in projeqtor, i just can search for datetexfield in objectdetail.php. If i want to have access to the fields which are about numerical amounts (costs or expesne or the things which are related to money). what can i do?

Same. in objectDetail.php. Look for dataType that is numeric (numeric, decimal, int). And for currency criteria is

$dataType == 'decimal' and (substr($col, -4, 4) == 'Cost' or substr($col, -6, 6) == 'Amount' or $col == 'amount')

Does Projeqtor cover the stock management also?

No. Stock management is not part of Project Management, it is Supply Chain Management.

3- The print section does not cover persian unicode. Do you have any idea how i can fix it?

What do you call "print section" ?


 
Posted : 09 Jun 2016 22H00
koorosh
(@keloniton)
Posts: 47
Active Member
Topic starter
 

I mean printing to pdf or export to pdf as it is shown it attached photo. It does not support persian charachters.


 
Posted : 13 Jun 2016 3H16
babynus
(@babynus)
Posts: 14957
Main Contributor Admin
 

In V5.3 you have possibility to select font for PDF export.
Use FreeSan that integrates unicode, but I don't know if it is compatible with persian. If not you'll have to find one in TCPDF library.


 
Posted : 13 Jun 2016 11H11
Share:

Scroll to Top