effective_memberships 0.13.2 → 0.13.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 718e2873066f712dd1cdaa3522d618f9684cf1c5d8ca328be1df0e016b0ac60d
|
4
|
+
data.tar.gz: 7a3828dddc3227e7f082ebc3e01d68b1044a1a8bc3b9272f7c1c896c59dc2c71
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f83fb65b0170f946b86947a318d665acb292ebf1d0c81e837579cf07a98c9338fb81f7283275e3488915f469b15d541cc809b5f09b0dc3aa59d4d77bbcb023cd
|
7
|
+
data.tar.gz: 000f1b03e6c89bc8e5a47fab09753d91b124b7f973c2442408498ef8247da380d491b43e04d868412bff08360edaa00c1560ca5f71e90629aa252bdf113a2354
|
@@ -211,8 +211,8 @@ module EffectiveMembershipsOwner
|
|
211
211
|
from_category: from,
|
212
212
|
period: period,
|
213
213
|
price: price,
|
214
|
-
tax_exempt:
|
215
|
-
qb_item_name:
|
214
|
+
tax_exempt: from.tax_exempt,
|
215
|
+
qb_item_name: from.qb_item_name
|
216
216
|
)
|
217
217
|
|
218
218
|
after_build_fee(fee)
|
@@ -0,0 +1,7 @@
|
|
1
|
+
- (owner.memberships_owners - [owner]).each do |organization|
|
2
|
+
- next unless organization.class.respond_to?(:effective_memberships_organization?)
|
3
|
+
|
4
|
+
%p
|
5
|
+
= link_to(organization, effective_memberships.edit_admin_organization_path(organization))
|
6
|
+
- if organization.try(:archived?)
|
7
|
+
%span.badge.badge-warning Archived
|
@@ -0,0 +1,7 @@
|
|
1
|
+
= card(Effective::Fee) do
|
2
|
+
%p.text-muted Fees are generated automatically when an applicant is approved. Annual dues are generated annually.
|
3
|
+
= render_inline_datatable(Admin::EffectiveFeesDatatable.new(owner: user))
|
4
|
+
|
5
|
+
= card(EffectiveMemberships.FeePayment) do
|
6
|
+
%p.text-muted A fee payment is the wizard a user completes when they pay their annual dues. It will display the purchased order and any information collected by the fee payment steps.
|
7
|
+
= render_inline_datatable(Admin::EffectiveFeePaymentsDatatable.new(user: user))
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_memberships
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.13.
|
4
|
+
version: 0.13.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03
|
11
|
+
date: 2023-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -384,6 +384,7 @@ files:
|
|
384
384
|
- app/views/admin/membership_histories/_validation.html.haml
|
385
385
|
- app/views/admin/memberships/_form.html.haml
|
386
386
|
- app/views/admin/memberships/_form_membership.html.haml
|
387
|
+
- app/views/admin/memberships/_organizations.html.haml
|
387
388
|
- app/views/admin/memberships/_status.html.haml
|
388
389
|
- app/views/admin/organizations/_fields.html.haml
|
389
390
|
- app/views/admin/organizations/_form.html.haml
|
@@ -402,6 +403,7 @@ files:
|
|
402
403
|
- app/views/admin/statuses/_form.html.haml
|
403
404
|
- app/views/admin/statuses/_form_status.html.haml
|
404
405
|
- app/views/admin/users/_col.html.haml
|
406
|
+
- app/views/admin/users/_form_fees.html.haml
|
405
407
|
- app/views/effective/applicant_endorsements/_applicant_endorsement.html.haml
|
406
408
|
- app/views/effective/applicant_endorsements/_datatable_actions.html.haml
|
407
409
|
- app/views/effective/applicant_endorsements/_form.html.haml
|