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: 3eddddc73bf54e32d870cd26982092d29cedf29083845a6ec93ddad09f9a8c46
4
- data.tar.gz: 69e21c598c39b6d28a5031bd07308c2ededa79448975da5d4db4d9a3be50325e
3
+ metadata.gz: 718e2873066f712dd1cdaa3522d618f9684cf1c5d8ca328be1df0e016b0ac60d
4
+ data.tar.gz: 7a3828dddc3227e7f082ebc3e01d68b1044a1a8bc3b9272f7c1c896c59dc2c71
5
5
  SHA512:
6
- metadata.gz: 69b84ed6117f73c0b463f4236defe71bec83a59c0f06a6a2954373e6ae88070132d022dcb9f9fd39e87bd14f993b236a32e2f3ddc1b63aa8969bbb1826400ae0
7
- data.tar.gz: 509f767917c6d3553127423e26f26784ca92f6a73b115482b5d1d25ad393fa578f73d5396446c5be8335d8a3f18dcefa53e15634edb40c80bed5c8b91658d718
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: category.tax_exempt,
215
- qb_item_name: category.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))
@@ -1,3 +1,3 @@
1
1
  module EffectiveMemberships
2
- VERSION = '0.13.2'
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.2
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-27 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