Ciprian Coman
Ciprian Coman
Phalcon v4.1.3 is not available for download on PECL or the github releases page.
In mysql `COUNT (DISTINCT col1, col2, col3)` will not count any results that have one of the columns NULL. However `SELECT (DISTINCT col1, col2, col3)` will show those rows with...
When printing a table with colspan in footer the cell is repeated with no colspan. Example: ``` html a b ``` results in | a | a | a |...
The validation of TaxCategory checks for percent to be set. However, percent is not required. See: https://docs.peppol.eu/poacc/billing/3.0/syntax/ubl-invoice/cac-TaxTotal/cac-TaxSubtotal/cac-TaxCategory/ This is an issue when trying to generate invoices without VAT, with TaxCategory...