johnvinson.go
Forum Replies Created
-
Thanks for the Update Edi. ??
I was also able to get composer-setup.exe file for WAMP installation.
I have downloaded the latest version from your Github repository. But, installing it thru the Upload Plugin Dashboard only results to a Fatal Error (most of the error are files / directory doesn’t exists)… I’m using WordPress 4.6
Being not able to install the Github version, I updated my modified version 1.0 (decimal values entries are valid on the Qty field) to version 1.1.6. Sad to say my custom modification was altered as expected… I’ve tried to apply my fix on version 1.1.6 files. But, the fix won’t work anymore probably due to new coding structure…
We have already discussed this on my other thread, and you said that this will be included on version 2.0 up. Is it nearing its’ development completion?
—
Regards,
John VinsonThank you Edi Amin. ??
You’re welcome. I’m glad that I was able to contribute in your development.
—
best regards,
John VinsonBy the way, I also manually added a new qty (VARCHAR) table column on erp_transaction_items table to handle floatvalue data. The current qty (tinyint) table column can’t handle floatvalue data.
Never Mind. I have found the file responsible for the issue. ?? hehehe.
class-form-handler.php
I have change intval to floatval. ??
I have another inquiry…
I was able to input values with decimals now. But, when the Create Button creates the Invoice… it just saves the whole number on the DB Table.
Is there a way for me to change this process? So that the values with decimals that I have entered on the Invoice can be saved on the DB Table as well.
I have found out the line of code that causes this issue. Field type ‘Number’ was changed to ‘Text’. Decimal Value input is now accepted. ??
Hello Nico,
This is what you need.
1. Go to your phpmyadmin
2. empty the following tables:
note: use empty table command to clean all unwanted sample entries. To modify an entry, you can go to your desired table and edit the entry manually.– to clean up any transaction(s) made
wp_erp_ac_journals
wp_erp_ac_payments
wp_erp_ac_transactions
wp_erp_ac_transaction_items– to delete unwanted customer or vendor
wp_erp_peoples
wp_erp_people_type_relations—
regards,
John Vinson- This reply was modified 8 years, 1 month ago by johnvinson.go.
Thank you wedevs rep for testing and confirming this issue on your end. I’ll check the development status on this issue on the link that you have provided.
By the way, last October 1 I was able to figure out what’s causing the double entry of paid transactions / sales transactions on the charts above each page that renders the charts.
It has something to do with the files on \accounting\includes\views\common\transaction-chart.php
Some of the logical statements to count the transactions are set with wrong conditional statements and some with missing conditional statements (especially for total amount of Paid transactions and the counter for the total Paid Items)
—
regards,
John VinsonAlso this bug:
– creating the 3rd Customer / Vendor and up suddenly the whole erp accounting plugin doesn’t respond well and usually makes the newly created transactions and accounts go unsaved (2 and up times)