mch0lic
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Finance] Submit Brazilian Portuguese TranslationBrazilian Portuguese translations was added 1.3.4. Thanks!
Forum: Plugins
In reply to: [WP Finance] Submit Brazilian Portuguese TranslationHi
Contact us through contact form https://mindomobile.com/contact-us/.
Forum: Plugins
In reply to: [WP Finance] [Plugin: WP Finance] No response after data entryHi Dragonmoon
The issue you described shouldnt really affect the work of the plugin as wordpress takes care of it well at least most of the time. Regarding those fields, yes i plan to use them later on, as I slightly updated database structures thought just pop them in right now.
I’ll see maybe i could simply try to add small piece of code that could solve that issue for you and release small update, but seems that you only one with that problem so far.
Thanks for reporting it anyway ??
Cheers
Forum: Plugins
In reply to: [WP Finance] [Plugin: WP Finance] Bugs in 1.2.0Here is more less all classes (except #financial-report which is the id) for front-end displaying. Its really up to you how you want to look. You can add stylesheets to your theme css file or any other css file that is included and wont be changed over the time.
#financial-report -> main container for report
.finance-income -> container for holding all income records
.finance-row -> a single record row
.finance-row span -> a placeholder for amount.finance-expenses -> container for holding all expense records
.finance-row -> a single record row
.finance-row span -> a place holder for amount.financial-totals -> totals table (if you’re using it)
.total-row -> single row
.total-row span -> place holder for number.total-row-bold -> bold row, to emphasise grand total
.total-row-bold span -> place holder for numberAn example how you can style it:
#financial-report { width: 100%;}
.finance-income, .finance-expenses { width:100%; padding: 10px 0; }
/* to get it align to right */
.finance-income span, .finance-expenses span {float: right; font-weight: bold;}Maybe with some update ill bring some predefined stylesheets but i found that for each site you still have to adjust all that to make it look good.
Hope this helps ??
Forum: Plugins
In reply to: [WP Finance] [Plugin: WP Finance] Bugs in 1.2.0I intentionally left it like that so you could add stylesheet declaration up to your needs. Im not sure if your’e familiar with that?
Forum: Plugins
In reply to: [WP Finance] [Plugin: WP Finance] Bugs in 1.2.0Hi,
Fixed in 1.2.3 ??
Forum: Plugins
In reply to: [WP Finance] [Plugin: WP Finance] Bugs in 1.2.01.2.2 should solve the issue. Its sql scheme charset problem. I used utf32 instead of utf8 thats why you were not able to get table in place that contains all currencies.
Let me know if you encounter any other issues.
Cheers ??
Forum: Plugins
In reply to: [WP Finance] [Plugin: WP Finance] Bugs in 1.2.0Pushed 1.2.1 that fixed __DIR__ issues for some people. Checking the currencies problems right now. Its highly possible that is due to the sql query that was not executed properly.
Thanks
Forum: Plugins
In reply to: [WP Finance] wp-finance causes WP/other plugin fields to misalignShould be ok with 1.2.0.
Forum: Plugins
In reply to: [WP Finance] [Plugin: WP Finance] No response after data entryOk thanks for the feedback. I’m still working on brand new release of wp finance that should surface any time soon. If you have any ideas how to improve it let me know asap.
Thanks fro bug fix ??
Forum: Plugins
In reply to: [WP Finance] wp-finance causes WP/other plugin fields to misalignHi
Can you give a list of all other plugin you’re using?
Forum: Plugins
In reply to: [WP Finance] [Plugin: WP Finance] No response after data entryHi,
Can you provide more details regarding your installation? Like are you running the plugin on localhost or serve, what version of wordpress you’re running if its plain installation or you already have some other plugins working. Its hard to identify the problem when there is no technical details passed.
Thanks
Hi Tom,
Im going to add it with the next release of plugin. In the mean time you could just put date range information before using shortcode.
Hope that helps.
Cheers,
MindoForum: Plugins
In reply to: [WP Finance] wp-finance causes WP/other plugin fields to misalignHi Tom,
Can you provide screenshot or something? Is this issue is present in 3.3.1?
Thanks,
Mindo