Hello, Probably you gave up from this product and i can't blame you if you did so but, if you did not gave up yet, you can resolve this issue by editing libs/Uploader.php and by replacing line 377 with this oneL
I am facing the same issue too. I think that if we can't resolve the issue by ourselves, from the developers we will never get a reply. I have contacted them more than 4-5 times last month and i never got a reply. Probably I will look for other solutions from other providers. Good luck!
Hello, Hope all of you are safe. I need a little help to solve the issue I have at this moment. I am trying to add a dynamic prefix on filenames for uploaded files. I need something like this:
Hello. Thank you for your reply. The link you provided has a fatal error :-( If you say that it can be done, i will purchase it immediately. It will not be a problem. Thank you
Hello, First of all i want to congratulate all of the PHPRAD staff for the great software you are providing. Someone recommended this to me and I have just downloaded and I am trying it. Since I am new on this and I am testing all functionalities that I may need before I buy it, I am facing some issues on finding the way to build the Master / Detail add/edit page. I am trying something easy like building an invoice mini-system, and on the add invoice page I want to integrate this two tables:
1. invoice table where are found columns as: invoiceID, invoicClientId (from clients table), invoiceCurrency (from currency table), invoiceDate, invoiceGeneratedDate (current timestamp), invoiceEditDate (current timestamp on edit), invoiceSerial (from serials table, autoincrement on save invoice), invocieExchangeRate (from exchangerates table - dependable from invoiceCurrency), invoiceType (enum), invoiceInfo (txt), invoiceTransporter (from transporters table) InvoiceStatus (enum: default active), invoiceUser(currentuser), invoiceTotal (autocalculate from articles on invoice_details). 2. invocie_details with following columns: detailsID, invoiceID (current invoice id), , articleID (from articles table), articleExtraInfo (varchar), articleUnit (froma article table), quantity, price, discount, valueWithoutTva, valueOfTVA, ValueWithTva, notes
Note: I was thinking something like that, but, if anyone can suggest anything else, will be very appreciated.
One some CRUD softwares that i have tested or i have worked with, this is somehow easy to get done, but in PhpRad i can't find the way to do it. Can someone help me on this, please? Thank you.