mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
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:
commit
c7d466e9fd
5 changed files with 119 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue