mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Add account activities view to admin #2893
This commit is contained in:
parent
ce3397dbfb
commit
34e4342219
7 changed files with 151 additions and 0 deletions
|
@ -730,6 +730,7 @@ en:
|
|||
<b>The domain name server</b>
|
||||
is a computer that saves and forwards via a general-access data communications network such data that is connected with the domain name and corresponding IP addresses. Your IT helpdesk or Internet service provider will have the necessary information about the domain name servers.
|
||||
account_activity: 'Account activity'
|
||||
account_activities: 'Account activities'
|
||||
receipt_date: 'Receipt date'
|
||||
manual_binding: 'Manual binding'
|
||||
transaction_is_already_binded: 'Transaction is already binded'
|
||||
|
|
|
@ -161,6 +161,7 @@ Rails.application.routes.draw do
|
|||
resources :keyrelays
|
||||
resources :pricelists
|
||||
resources :mail_templates
|
||||
resources :account_activities
|
||||
|
||||
resources :bank_statements do
|
||||
resources :bank_transactions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue