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
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" ?
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.
