Forum

[SOLVED] 3 question...
 
Notifications
Retirer tout

[SOLVED] 3 questions

4 Posts
2 Utilisateurs
0 Reactions
4,481 Vu
koorosh
(@keloniton)
Posts: 47
Active Member
Début du sujet
 
[#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


 
Posté : 9 Juin PM 21:066
(@babynus)
Posts: 14952
Membre 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" ?


 
Posté : 9 Juin PM 22:066
koorosh
(@keloniton)
Posts: 47
Active Member
Début du sujet
 

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


 
Posté : 13 Juin AM 03:066
(@babynus)
Posts: 14952
Membre 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.


 
Posté : 13 Juin AM 11:066
Share:
Retour en haut