My test:
A) Some issues that come from early versions (fresh installing):
1. Extension expense doesn't create the database (SQLSTATE[42S02]: Base table or view not found...)
I suggested some time ago this expense database be integrated into the full sql (I don't know if it means some problem)
After installing manually the database, it's ok.
1.1. When changing the language, the menu Expense and Accounts disappear, because there is no lang folder other than en_GB in extension lang folder.
Update:
This beta 6:
[b]OK[/b] - 1. Can't edit an invoice
2. Can't send an invoice by email (Fatal error: Allowed memory size of 67108864 bytes exhausted...)
2.1. Same error creating PDF
3. Exporting into XLS the file has no .xls extension
3.1. The same for DOC
[b]OK[/b] - 4. Creating a new invoice with a custom field defined - the custom field doesn't appear and we get:
A
Jos
I get the same errors for XLS and DOC.
I have fixed the custom fields bug in the svn.
Fixed the edit invoices bug. (in svn)
Thanks Jose
re doc/xml
1 - Whic OS are you using ?
2 - Which browser are you using ?
3 - In your config.ini file are the export.spreadsheet and export.wordprocessor set? refer below
export.spreadsheet = xls
export.wordprocessor = doc?
Cheers
Justin
It actually outputs the html invoice if you open the file.
@steve
yep - the export to doc/xml is VERY simple - just dump html to a file and rename as .xls/.doc
- this works OK as excel/word/OO can read html fine
cheers
justin
Mine is:
export.spreadsheet = xls
export.wordprocessor = doc
After debugging it, I found the problem:
Content-Disposition: attachment; filename=Tax Invoice1.xls
Fixed in svn
spaces work!
great work steven!!!
cheers
justin