David Overcash
David Overcash
It'd be great if I could just use the PGP key that I already have generated rather than having to create a new one.
With PHP 5.5, mysql_connect() and it's associated functions are officially deprecated. We need to migrate the base framework from Kohana 3.2 to 3.4 ( or whatever is most recently available...
Fix an issue where a cancelled SO on the same day would not be correctly counted towards deferred income when calibrating and updating payments.
From #234 ``` The code/reference character limit is 16 chrs, my bank does not provide a unique transaction code in a single column, so I had to concatentate two columns...
Unmatched quotes in the CSV are not being escaped correctly. From #234 ``` Finally, the POSTed transaction data could not be JSON decoded successfully as there were two instances of...
At extremely high volumes, customer or vendor payments can occasionally create duplicate account_transactions. You can find them with the following: ``` SELECT transaction_id, account_id, date, amount, transfer, writeoff, COUNT(*) FROM...
Add Beans_Vendor_Expense_Calibrate along with any necessary hidden functions to mirror how Sales and Purchases are manipulated in the journal.
With the inclusion of the new calibrate functionality on forms, we should remove the attribute-only form update functions ( i.e. Beans_Customer_Sale_Update_Invoice ) and replace it with functionality to assume the...
The "validate_only" parameter was initially added to greatly simplify the role of the delivery portion of BeansBooks - reducing the need for writing 2x the code to check input. We...
All of the exceptions that are thrown from internal API calls should be cleanly formatted and fail gracefully. These are mainly related to Beans_Account_Transaction_\* but can also occur w/ form...