Tyler Carter
Tyler Carter
> I don't want investments appearing in current liabilities automatically. @prashants Why would an investment appear under liabilities? An investment is normally considered an asset with a debit balance. The...
> No 4 Since its already there, no point in removing something if its there. In order to bring it in line with what most accountants expect, I would suggest...
> When there is only one Account in the database, is not it logical that a/c should be auto activated by default ? I would greatly appreciate if the software...
Looks like 2.8 will have PHP7 compatibility: https://github.com/cakephp/cakephp/commit/0aa884776264e8dfc6a33c6baca8728074b5af06 Although I still advocate for upgrading considering 3.x has been out for half a year.
For reference, in order to be upgrade-friendly the biggest rule is that deployment shouldn't involve modifying any project ('core') files. That way everything can get overwritten on a new installation...
That’s a good move, maybe with a site default. We also need fixes for things like `Config/config.php` and `Database/webzash.sqlite`, which are important. > On Dec 28, 2015, at 10:04 AM,...
Well, the `webzash.sqlite` could be solved using the default included SQLite3 library. See: http://php.net/manual/en/sqlite3.open.php. Looks like it will auto create it. Then you just have to detect that there isn't...