effective_memberships 0.13.3 → 0.13.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91037cf88d0f27bd2ce332fc4a3bd78b27daa044aff985e4221d47eafc330d3b
4
- data.tar.gz: 37ed2b84f0c39a04d6b2d2de94b94bde4f06368244ace03e89fae87adf8ccb84
3
+ metadata.gz: 718e2873066f712dd1cdaa3522d618f9684cf1c5d8ca328be1df0e016b0ac60d
4
+ data.tar.gz: 7a3828dddc3227e7f082ebc3e01d68b1044a1a8bc3b9272f7c1c896c59dc2c71
5
5
  SHA512:
6
- metadata.gz: 4d6cf91640343f523185cbc1750fcd402cc709f10d5d285e00bffb642b36d124c6b719915f4dd2470cc9dfa1ee92103dc1cc4042ddf8470015c285271f8dbddf
7
- data.tar.gz: 4b66aa056e462818692df738ecb7b188566c3a04d56837261702a4037c96c534b62d69efe1b069855333493cb1ba918100e800c0b72c5c3206e7312b80d36f5d
6
+ metadata.gz: f83fb65b0170f946b86947a318d665acb292ebf1d0c81e837579cf07a98c9338fb81f7283275e3488915f469b15d541cc809b5f09b0dc3aa59d4d77bbcb023cd
7
+ data.tar.gz: 000f1b03e6c89bc8e5a47fab09753d91b124b7f973c2442408498ef8247da380d491b43e04d868412bff08360edaa00c1560ca5f71e90629aa252bdf113a2354
@@ -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))
@@ -1,3 +1,3 @@
1
1
  module EffectiveMemberships
2
- VERSION = '0.13.3'
2
+ VERSION = '0.13.4'
3
3
  end
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.3
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-31 00:00:00.000000000 Z
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