Pierre-Alexandre Meyer
Pierre-Alexandre Meyer
Relevant: https://jira.mariadb.org/browse/CONJ-807
It looks like https://github.com/killbill/killbill-oss-parent/pull/64 fixed it: ``` ➜ grep -i denied logs_before.txt | wc -l 778 ➜ grep -i denied logs_after.txt | wc -l 0 ```
We should make sure we also support `31` as a synonym for _last day of the month_ (to always generate the invoices on the last day of the month).
This could also be useful to support multiple currencies by account or for usage in advance.
This could also be useful to apply credits for specific invoice items only (e.g. for specific subscriptions). That being said, nowadays, we have invoice plugins which could do this for...
The existing call could also be optimized today if we were to return shallow objects (`withInvoiceItems=false`): https://github.com/killbill/killbill/blob/b74f63d7e6e085155a266fc4f2cbad4db4ed892e/invoice/src/main/java/org/killbill/billing/invoice/dao/DefaultInvoiceDao.java#L218
I had a private fork with initial support for Oracle Database 19c (19.3.0) and Oracle WebLogic Server 12c R2 (12.2.1.3). It was _mostly_ working, but there were quite a few...
Yup, I had DDL and code modifications (e.g. how we handle auto generated keys).
Please reach out to the [mailing-list](https://groups.google.com/forum/#!forum/killbilling-users) instead. See [our communication guidelines](https://github.com/killbill/killbill/blob/master/.github/CONTRIBUTING.md) (make sure to provide a KPM diagnostic output).
@ludo550 Please contact us directly (pierre@ our domain name), so we can discuss this in more details.