Just did a fresh install of the latest SVN on a PHP 5.2.5 / MySQL v5.0.45 machine. Created a new total invoice. Tried to Export to PDF -> found it still expects the /include/pdf/cache folder to be available and writeable. Also it does not show up on the Manage Invoices screen. The Main Page does not have an icon related to Payments - conspicuously missing. The complex.html has it's links screwed up. As ext2js conversion is going on, can we start butchering the code?
Made the following folders writeable:- /cache /database_backups /include/pdf/samples/out /include/pdf/fpdf /include/pdf/cache (created it)
Just checked in a commit for complex.html to enable the Consulting Invoice and Payment to display correctly albeit in another window/tab - looks like the different codes have been placed for testing ext2js - hence leaving it alone.
re complex.html - this was jsut one of my test designs to the extjs layout - i will update svn to have an option to turn on or off the old UI so we can continue dev work
re cache dirs - ideally i would like to have them all (except database backups) symlinked to ./cache - only problem is when you create a zip - it converts the symlinks to actual files or folders :(