Ciprian Coman

Results 4 issues of Ciprian Coman

Phalcon v4.1.3 is not available for download on PECL or the github releases page.

new feature request

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...

bug
status: unverified
5.0

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...