invoicing
invoicing copied to clipboard
Ruby invoicing framework gem
- Specify required Ruby version - Specify required Rails version as a runtime dependency - Specify LICENSE - Add deprecation warning
Reference to the changes in AttributeSet https://github.com/rails/rails/pull/34354
[CVE-2020-8130](https://github.com/advisories/GHSA-jppv-gw3r-w3q8)
Hello! Wouldn't it be preferable to format currency with non breaking space between value and currency? When displayed in a table it often break lines with value on top and...
With the rails 5 update, belongs_to association are require by default. When trying to upgrade a rails 4 to rails 5 app with invoicing, InvoicingTaxRate failed due to this issue....
Looking for some invoicing gems and this one looks like it has good documentation. But the last commit is in 2015. So curious if there are any forks maintained or...
After upgrading from 4.2 to rails 5.2 gem doesn't allow to use nested_form_fields any more. Error message is 'Cannot determine currency for line item without a ledger item'. nested_form_fields gem...
…ted forms by default)
Because the `calculate_total_amount` callback is only run on before_validation, the amount never gets updated unless you update the invoice. Even touching it or using something like AASM to change state...
Hello! As per the [doc](https://www.rubydoc.info/gems/invoicing/Invoicing/CurrencyValue/Formatter) FIXME: This method currently does not take locale into account – it always uses the dot as decimal separator and the comma as thousands separator....