albdesign
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Error in consoleAny news on this issue ?
Forum: Themes and Templates
In reply to: [Astra] Uncaught TypeErrorany news on this? Im getting the same error on 3.0.2
Forum: Reviews
In reply to: [Simple Project Manager] project customisationHello and thank you for the nice words.
You can find my email on the documentation link
RegardsForum: Reviews
In reply to: [Simple Project Manager] Need UpdateHello
Make sure to click the buttons on the invoice table in the order they are1. apply vat and discount
2. Generate reportAnd then the total should show OK
Let me know
Forum: Plugins
In reply to: [Simple Project Manager] Where do you save the data?Hello
All the data are saved on WP database.
Let me know if you are looking for something specific
Regards
Forum: Plugins
In reply to: [Simple Project Manager] TRANSLATIONHello
We dont have a german translation since we dont have anyone that knows german.You can translate using the PO/MO files
Regards
Forum: Plugins
In reply to: [Simple Project Manager] Interesting, but not translatableHi Bruno
The version 1.2 is the first version to be translatableRegards
Forum: Plugins
In reply to: [Simple Project Manager] Issue/suggestionHi
Thanks for the head up and suggestions
Fixed the code about VAT
We might add the description to the next update
Regards
Forum: Plugins
In reply to: [Simple Project Manager] Wrong label on Invoice – "Discount" should be "Tax"Hi , sorry for the trouble
You can change the text on the template itself or add this to your functions.php of the theme
add_filter('albwppm_invoice_pdf_vat_table_header','change_pdf_discount_to_vat'); function change_pdf_discount_to_vat(){ return 'VAT'; }We will fix that issue on the next update
Regards
Forum: Plugins
In reply to: [Simple Project Manager] Invoice footer says "Email" instead of "Phone"Hi , sorry for the trouble
You can change the text on the template itself or add this to your functions.php of the theme
add_filter('albwppm_invoice_pdf_email_mobile_header','change_pdf_footer_email_to_phone'); function change_pdf_footer_email_to_phone(){ return 'Phone'; }We will fix that issue on the next update
Regards
Forum: Plugins
In reply to: [Simple Project Manager] Interesting, but not translatableHi Bruno
You can use the filters (add_filter) to translate the stringsIn the future we might add PO/MO translatable version
Regards
Hello
For the moment the plugin is only for admins
We might be adding a frontend so customers can also access their projects but we dont have a time-frame yetForum: Plugins
In reply to: [Simple Project Manager] error on settings > company logo > from URLHello
Since you haven’t replied i presume the issue is resolved .Please don’t forget to rate the plugin.
Regards
Forum: Plugins
In reply to: [Simple Project Manager] error on settings > company logo > from URLHi
Yes, for the moment only uploaded images are supported .
This to make sure that the logo is always there ( local image )Thanks