Merge pull request #2134 from internetee/2124-filtering-and-search-to-invoices-view

Admin: filtering and search to invoices view
This commit is contained in:
Timo Võhmar 2021-08-31 14:56:09 +03:00 committed by GitHub
commit c7d466e9fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 119 additions and 5 deletions

View file

@ -3,6 +3,7 @@ class Invoice < ApplicationRecord
include Invoice::Cancellable
include Invoice::Payable
include Invoice::BookKeeping
extend ToCsv
belongs_to :buyer, class_name: 'Registrar'
has_one :account_activity