mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 02:05:57 +02:00
Add index view for invoices
This commit is contained in:
parent
6a47f38e80
commit
d33d249e2d
5 changed files with 27 additions and 3 deletions
|
@ -13,7 +13,7 @@ class AddInvoiceColumns < ActiveRecord::Migration
|
|||
add_column :invoices, :reference_no, :string
|
||||
add_column :invoices, :vat_prc, :decimal
|
||||
#add_column :invoices, :total_sum, :decimal # calculate on the fly
|
||||
add_column :invoices, :paid_at, :datetime
|
||||
add_column :invoices, :paid_at, :datetime # maybe figure this out from transactions
|
||||
|
||||
# seller info
|
||||
# add_column :invoices, :sellable_id, :integer # EIS is actually a registrar itself and invoice can belong to EIS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue