phcdevworks_accounts_stripe 1.0.0 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/layouts/phcdevworks_accounts_stripe/application.html.erb +73 -73
- data/app/views/layouts/phcdevworks_accounts_stripe/components/backend/footer/_footer.html.erb +10 -10
- data/app/views/layouts/phcdevworks_accounts_stripe/components/backend/navigation/_top_menu.html.erb +5 -5
- data/app/views/layouts/phcdevworks_accounts_stripe/components/backend/sidebars/_side_menu.html.erb +23 -23
- data/app/views/phcdevworks_accounts_stripe/admin/customers/admin_customer_list.html.erb +14 -14
- data/app/views/phcdevworks_accounts_stripe/admin/invoices/admin_invoice_list.html.erb +14 -14
- data/app/views/phcdevworks_accounts_stripe/admin/products/admin_products_list.html.erb +14 -14
- data/app/views/phcdevworks_accounts_stripe/admin/subscriptions/admin_subscription_list.html.erb +14 -14
- data/app/views/phcdevworks_accounts_stripe/user/invoices/user_invoice_list.html.erb +2 -2
- data/app/views/phcdevworks_accounts_stripe/user/products/user_product_list.html.erb +2 -2
- data/app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_cancel.html.erb +2 -2
- data/app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_item.html.erb +2 -2
- data/config/spring.rb +2 -0
- data/lib/phcdevworks_accounts_stripe/version.rb +1 -1
- metadata +5 -6
- data/app/assets/stylesheets/phcdevworks_accounts_stripe/application.css +0 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f85ace54d0afa608be7e5b6c7bd8b4e72186a78f7296ed9b8ddd242c1cafd335
|
4
|
+
data.tar.gz: a3bb647f8e238d20ad669901dfbcf15d97a7be899075400df29ce37c9280eda5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 556d271f532bdfb9393a0e7b1fc3750e9dcea6f99ecf344dbf1b37aaa40e573a85b2582c26e1dafab0548a4915c8354853d467069edee04e5e9c3dbb048ffe61
|
7
|
+
data.tar.gz: 44047f6b8e152635aa162b7f6bea0f51c8d13bff2d1c4fe741ba441188bef5708e7bec70b6cdc7d50fe8405fe1a66439e904af279edb68246b7b70ba559b4b90
|
@@ -1,73 +1,73 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
|
5
|
-
<!-- SEO System -->
|
6
|
-
<% phc_seo_title "PHCDevworks Accounts" %>
|
7
|
-
<% phc_seo_description "Ruby on Rails
|
8
|
-
<!-- SEO System -->
|
9
|
-
|
10
|
-
<!-- SEO and Site Description -->
|
11
|
-
<meta charset="utf-8">
|
12
|
-
<title><%= yield(:phc_seo_title) %></title>
|
13
|
-
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
|
14
|
-
<meta name="description" content="<%= yield(:phc_seo_description) %>">
|
15
|
-
<!-- SEO and Site Description -->
|
16
|
-
|
17
|
-
<!-- Rails Security Tags -->
|
18
|
-
<%= csrf_meta_tags %>
|
19
|
-
<%= csp_meta_tag %>
|
20
|
-
<!-- Rails Security Tags -->
|
21
|
-
|
22
|
-
<!-- CSS Styles -->
|
23
|
-
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
|
24
|
-
<%= stylesheet_link_tag "coloradmin/default/phcthemes_admin_panel_pack_coloradmin", media: "all" %>
|
25
|
-
<!-- CSS Styles -->
|
26
|
-
|
27
|
-
</head>
|
28
|
-
<body>
|
29
|
-
|
30
|
-
<!-- -
|
31
|
-
<div id="app" class="app app-header-fixed app-sidebar-fixed app-with-wide-sidebar">
|
32
|
-
|
33
|
-
<!-- -
|
34
|
-
<div id="header" class="app-header">
|
35
|
-
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/navigation/top_menu" %>
|
36
|
-
</div>
|
37
|
-
<!-- -
|
38
|
-
|
39
|
-
<!-- -
|
40
|
-
<div id="sidebar" class="app-sidebar" data-disable-slide-animation="true">
|
41
|
-
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/sidebars/side_menu" %>
|
42
|
-
</div>
|
43
|
-
<div class="app-sidebar-bg"></div>
|
44
|
-
<div class="app-sidebar-mobile-backdrop"><a href="#" data-dismiss="app-sidebar-mobile" class="stretched-link"></a></div>
|
45
|
-
<!-- -
|
46
|
-
|
47
|
-
<!-- -
|
48
|
-
<div id="app" class="app app-content-full-height">
|
49
|
-
<div id="content" class="app-content d-flex flex-column p-0">
|
50
|
-
<!-- -
|
51
|
-
<div class="app-content-padding flex-grow-1 overflow-hidden" data-scrollbar="true" data-height="100%">
|
52
|
-
<%= render "phcdevworks_notifications/bootstrap/notifications" %>
|
53
|
-
<%= yield %>
|
54
|
-
</div>
|
55
|
-
<!-- -
|
56
|
-
<!-- -
|
57
|
-
<div id="footer" class="app-footer m-0">
|
58
|
-
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/footer/footer" %>
|
59
|
-
</div>
|
60
|
-
<!-- -
|
61
|
-
</div>
|
62
|
-
</div>
|
63
|
-
<!-- -
|
64
|
-
|
65
|
-
</div>
|
66
|
-
<!-- -
|
67
|
-
|
68
|
-
<!-- JavaScript -->
|
69
|
-
<%= javascript_include_tag "coloradmin/phcthemes_admin_panel_pack_coloradmin" %>
|
70
|
-
<!-- JavaScript -->
|
71
|
-
|
72
|
-
</body>
|
73
|
-
</html>
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
|
5
|
+
<!-- SEO System -->
|
6
|
+
<% phc_seo_title "PHCDevworks Accounts Stripe" %>
|
7
|
+
<% phc_seo_description "Ruby on Rails 7 Stripe Addon for PHCDevworks Accounts plugin." %>
|
8
|
+
<!-- SEO System -->
|
9
|
+
|
10
|
+
<!-- SEO and Site Description -->
|
11
|
+
<meta charset="utf-8">
|
12
|
+
<title><%= yield(:phc_seo_title) %></title>
|
13
|
+
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
|
14
|
+
<meta name="description" content="<%= yield(:phc_seo_description) %>">
|
15
|
+
<!-- SEO and Site Description -->
|
16
|
+
|
17
|
+
<!-- Rails Security Tags -->
|
18
|
+
<%= csrf_meta_tags %>
|
19
|
+
<%= csp_meta_tag %>
|
20
|
+
<!-- Rails Security Tags -->
|
21
|
+
|
22
|
+
<!-- CSS Styles -->
|
23
|
+
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
|
24
|
+
<%= stylesheet_link_tag "coloradmin/default/phcthemes_admin_panel_pack_coloradmin", media: "all" %>
|
25
|
+
<!-- CSS Styles -->
|
26
|
+
|
27
|
+
</head>
|
28
|
+
<body>
|
29
|
+
|
30
|
+
<!-- -PHCDEV- Page Container -->
|
31
|
+
<div id="app" class="app app-header-fixed app-sidebar-fixed app-with-wide-sidebar">
|
32
|
+
|
33
|
+
<!-- -PHCDEV- Page Container - Header -->
|
34
|
+
<div id="header" class="app-header">
|
35
|
+
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/navigation/top_menu" %>
|
36
|
+
</div>
|
37
|
+
<!-- -PHCDEV- Page Container - Header -->
|
38
|
+
|
39
|
+
<!-- -PHCDEV- Page Container - Sidebar -->
|
40
|
+
<div id="sidebar" class="app-sidebar" data-disable-slide-animation="true">
|
41
|
+
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/sidebars/side_menu" %>
|
42
|
+
</div>
|
43
|
+
<div class="app-sidebar-bg"></div>
|
44
|
+
<div class="app-sidebar-mobile-backdrop"><a href="#" data-dismiss="app-sidebar-mobile" class="stretched-link"></a></div>
|
45
|
+
<!-- -PHCDEV- Page Container - Sidebar -->
|
46
|
+
|
47
|
+
<!-- -PHCDEV- Page Container - Content -->
|
48
|
+
<div id="app" class="app app-content-full-height">
|
49
|
+
<div id="content" class="app-content d-flex flex-column p-0">
|
50
|
+
<!-- -PHCDEV- Page Container - Main -->
|
51
|
+
<div class="app-content-padding flex-grow-1 overflow-hidden" data-scrollbar="true" data-height="100%">
|
52
|
+
<%= render "phcdevworks_notifications/bootstrap/notifications" %>
|
53
|
+
<%= yield %>
|
54
|
+
</div>
|
55
|
+
<!-- -PHCDEV- Page Container - Main -->
|
56
|
+
<!-- -PHCDEV- Page Container - Footer -->
|
57
|
+
<div id="footer" class="app-footer m-0">
|
58
|
+
<%= render "layouts/phcdevworks_accounts_stripe/components/backend/footer/footer" %>
|
59
|
+
</div>
|
60
|
+
<!-- -PHCDEV- Page Container - Footer -->
|
61
|
+
</div>
|
62
|
+
</div>
|
63
|
+
<!-- -PHCDEV- Page Container - Content -->
|
64
|
+
|
65
|
+
</div>
|
66
|
+
<!-- -PHCDEV- Page Container -->
|
67
|
+
|
68
|
+
<!-- JavaScript -->
|
69
|
+
<%= javascript_include_tag "coloradmin/phcthemes_admin_panel_pack_coloradmin" %>
|
70
|
+
<!-- JavaScript -->
|
71
|
+
|
72
|
+
</body>
|
73
|
+
</html>
|
data/app/views/layouts/phcdevworks_accounts_stripe/components/backend/footer/_footer.html.erb
CHANGED
@@ -1,17 +1,17 @@
|
|
1
|
-
<!-- -
|
1
|
+
<!-- -PHCDEV- Page Container - Footer - Left -->
|
2
2
|
<span>
|
3
|
-
<!-- -
|
3
|
+
<!-- -PHCDEV- Page Container - Footer - Left - Copyright -->
|
4
4
|
<i class="fab fa-osi font-weight-bolder"></i> 2012-<%= Time.now.year %> -
|
5
|
-
<span class="
|
6
|
-
<!-- -
|
5
|
+
<span class="phc_dev_strong_plugin">PHC</span><span class="phc_dev_light_plugin">Devworks</span> Accounts Stripe - Engine v<%= Gem.loaded_specs["phcdevworks_accounts_stripe"].version.to_s %>
|
6
|
+
<!-- -PHCDEV- Page Container - Footer - Left - Copyright -->
|
7
7
|
</span>
|
8
|
-
<!-- -
|
8
|
+
<!-- -PHCDEV- Page Container - Footer - Left -->
|
9
9
|
|
10
|
-
<!-- -
|
10
|
+
<!-- -PHCDEV- Page Container - Footer - Right -->
|
11
11
|
<span class="float-right">
|
12
|
-
<!-- -
|
12
|
+
<!-- -PHCDEV- Page Container - Footer - Right - Developed -->
|
13
13
|
Developed with <i class="fas fa-heart hanna_hearts"></i> by
|
14
|
-
<a class="phcnet_copyright text-dark" href="https://phcdevworks.com/"><u><span class="
|
15
|
-
<!-- -
|
14
|
+
<a class="phcnet_copyright text-dark" href="https://phcdevworks.com/"><u><span class="phc_dev_strong_plugin">PHC</span><span class="phc_dev_light_plugin">Devworks</span></u></a>
|
15
|
+
<!-- -PHCDEV- Page Container - Footer - Right - Developed -->
|
16
16
|
</span>
|
17
|
-
<!-- -
|
17
|
+
<!-- -PHCDEV- Page Container - Footer - Right -->
|
data/app/views/layouts/phcdevworks_accounts_stripe/components/backend/navigation/_top_menu.html.erb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
<!-- -
|
1
|
+
<!-- -PHCDEV- Topbar - Navigation Header -->
|
2
2
|
<div class="navbar-header">
|
3
3
|
|
4
4
|
<button type="button" class="navbar-mobile-toggler" data-toggle="app-sidebar-mobile">
|
@@ -8,13 +8,13 @@
|
|
8
8
|
</button>
|
9
9
|
|
10
10
|
<%= link_to phcdevworks_accounts_devise.user_path, class: "navbar-brand" do %>
|
11
|
-
<
|
11
|
+
<span class="phc_dev_strong_plugin_logo">PHC</span><span class="phc_dev_light_plugin_logo">Devworks</span>
|
12
12
|
<% end %>
|
13
13
|
|
14
14
|
</div>
|
15
|
-
<!-- -
|
15
|
+
<!-- -PHCDEV- Topbar - Navigation Header -->
|
16
16
|
|
17
|
-
<!-- -
|
17
|
+
<!-- -PHCDEV- Topbar - Navigation Main -->
|
18
18
|
<% if current_user %>
|
19
19
|
<div class="navbar-nav">
|
20
20
|
<div class="navbar-item navbar-user dropdown">
|
@@ -38,4 +38,4 @@
|
|
38
38
|
<% end %>
|
39
39
|
|
40
40
|
</div>
|
41
|
-
<!-- -
|
41
|
+
<!-- -PHCDEV- Topbar - Navigation Main -->
|
data/app/views/layouts/phcdevworks_accounts_stripe/components/backend/sidebars/_side_menu.html.erb
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
<!-- -
|
1
|
+
<!-- -PHCDEV- Page Container - Sidebar -->
|
2
2
|
<div class="app-sidebar-content" data-scrollbar="true" data-height="100%">
|
3
3
|
<div class="menu">
|
4
4
|
|
5
|
-
<!-- -
|
5
|
+
<!-- -PHCDEV- Page Container - Sidebar - Profile -->
|
6
6
|
<div class="menu-profile">
|
7
7
|
<% if current_user %>
|
8
8
|
<a href="javascript:;" class="menu-profile-link" data-toggle="app-sidebar-profile" data-target="#appSidebarProfileMenu">
|
@@ -22,9 +22,9 @@
|
|
22
22
|
</a>
|
23
23
|
<% end %>
|
24
24
|
</div>
|
25
|
-
<!-- -
|
25
|
+
<!-- -PHCDEV- Page Container - Sidebar - Profile -->
|
26
26
|
|
27
|
-
<!-- -
|
27
|
+
<!-- -PHCDEV- Page Container - Sidebar - Profile - Menu -->
|
28
28
|
<div id="appSidebarProfileMenu" class="collapse">
|
29
29
|
<div class="menu-item pt-5px">
|
30
30
|
<%= link_to phcdevworks_accounts_devise.edit_user_registration_path, class: "menu-link" do %>
|
@@ -38,9 +38,9 @@
|
|
38
38
|
</div>
|
39
39
|
<div class="menu-divider m-0"></div>
|
40
40
|
</div>
|
41
|
-
<!-- -
|
41
|
+
<!-- -PHCDEV- Page Container - Sidebar - Profile - Menu -->
|
42
42
|
|
43
|
-
<!-- -
|
43
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCMembers -->
|
44
44
|
<% if defined?phcdevworks_members %>
|
45
45
|
<div class="menu-header">PHCMembers</div>
|
46
46
|
<div class="menu-item has-sub">
|
@@ -89,9 +89,9 @@
|
|
89
89
|
</div>
|
90
90
|
</div>
|
91
91
|
<% end %>
|
92
|
-
<!-- -
|
92
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCMembers -->
|
93
93
|
|
94
|
-
<!-- -
|
94
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCPress -->
|
95
95
|
<% if defined?phcdevworks_press %>
|
96
96
|
<div class="menu-header">PHCPress</div>
|
97
97
|
<div class="menu-item has-sub">
|
@@ -122,9 +122,9 @@
|
|
122
122
|
</div>
|
123
123
|
</div>
|
124
124
|
<% end %>
|
125
|
-
<!-- -
|
125
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCPress -->
|
126
126
|
|
127
|
-
<!-- -
|
127
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCPortfolio -->
|
128
128
|
<% if defined?phcdevworks_portfolio %>
|
129
129
|
<div class="menu-header">PHCPortfolio</div>
|
130
130
|
<div class="menu-item has-sub">
|
@@ -164,7 +164,7 @@
|
|
164
164
|
<% end %>
|
165
165
|
</div>
|
166
166
|
<div class="menu-item <%= phc_menu_active_action_controller("phcdevworks_portfolio/project/types", "New") %>">
|
167
|
-
<%= link_to
|
167
|
+
<%= link_to phcdevworks_portfolio.new_project_type_path, class: "menu-link" do %>
|
168
168
|
<div class="menu-text">Add a New Project Type</div>
|
169
169
|
<% end %>
|
170
170
|
</div>
|
@@ -173,9 +173,9 @@
|
|
173
173
|
</div>
|
174
174
|
</div>
|
175
175
|
<% end %>
|
176
|
-
<!-- -
|
176
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCPortfolio -->
|
177
177
|
|
178
|
-
<!-- -
|
178
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCRealEstate -->
|
179
179
|
<% if defined?phcdevworks_real_estate %>
|
180
180
|
<div class="menu-header">PHCRealEstate</div>
|
181
181
|
<div class="menu-item has-sub">
|
@@ -224,9 +224,9 @@
|
|
224
224
|
</div>
|
225
225
|
</div>
|
226
226
|
<% end %>
|
227
|
-
<!-- -
|
227
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCRealEstate -->
|
228
228
|
|
229
|
-
<!-- -
|
229
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCScripts -->
|
230
230
|
<% if defined?phcdevworks_scripts %>
|
231
231
|
<div class="menu-header">PHCScripts</div>
|
232
232
|
<div class="menu-item has-sub">
|
@@ -298,9 +298,9 @@
|
|
298
298
|
</div>
|
299
299
|
</div>
|
300
300
|
<% end %>
|
301
|
-
<!-- -
|
301
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCScripts -->
|
302
302
|
|
303
|
-
<!-- -
|
303
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCTutorials -->
|
304
304
|
<% if defined?phcdevworks_tutorials %>
|
305
305
|
<div class="menu-header">PHCTutorials</div>
|
306
306
|
<div class="menu-item has-sub">
|
@@ -349,9 +349,9 @@
|
|
349
349
|
</div>
|
350
350
|
</div>
|
351
351
|
<% end %>
|
352
|
-
<!-- -
|
352
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCTutorials -->
|
353
353
|
|
354
|
-
<!-- -
|
354
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCCoreModules -->
|
355
355
|
<% if defined?phcdevworks_core_modules %>
|
356
356
|
<div class="menu-header">Categories</div>
|
357
357
|
<div class="menu-item has-sub">
|
@@ -437,9 +437,9 @@
|
|
437
437
|
</div>
|
438
438
|
</div>
|
439
439
|
<% end %>
|
440
|
-
<!-- -
|
440
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCCoreModules -->
|
441
441
|
|
442
|
-
<!-- -
|
442
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCAccounts -->
|
443
443
|
|
444
444
|
<% if defined?phcdevworks_accounts_stripe and current_user.admin? %>
|
445
445
|
<div class="menu-header">Subscription Administration</div>
|
@@ -522,8 +522,8 @@
|
|
522
522
|
</div>
|
523
523
|
</div>
|
524
524
|
<% end %>
|
525
|
-
<!-- -
|
525
|
+
<!-- -PHCDEV- Page Container - Sidebar - Navigation - PHCAccounts -->
|
526
526
|
|
527
527
|
</div>
|
528
528
|
</div>
|
529
|
-
<!-- -
|
529
|
+
<!-- -PHCDEV- Page Container - Sidebar -->
|
@@ -1,34 +1,34 @@
|
|
1
|
-
<!-- -
|
1
|
+
<!-- -PHCDEV- Title System -->
|
2
2
|
<% phc_title "Customer Manager" %>
|
3
3
|
<% phc_title_tagline "Stripe Customer List" %>
|
4
4
|
<% phc_breadcrumb_one "Home" %>
|
5
5
|
<% phc_breadcrumb_two yield(:phc_title_tagline) %>
|
6
|
-
<!-- -
|
6
|
+
<!-- -PHCDEV- Title System -->
|
7
7
|
|
8
|
-
<!-- -
|
8
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
9
9
|
<ol class="breadcrumb float-xl-end">
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
12
12
|
</ol>
|
13
|
-
<!-- -
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
14
14
|
|
15
|
-
<!-- -
|
15
|
+
<!-- -PHCDEV- Header -->
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
17
|
-
<!-- -
|
17
|
+
<!-- -PHCDEV- Header -->
|
18
18
|
|
19
|
-
<!-- -
|
19
|
+
<!-- -PHCDEV- Panel -->
|
20
20
|
<div class="panel panel-inverse">
|
21
21
|
|
22
|
-
<!-- -
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
23
23
|
<div class="panel-heading">
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
|
25
25
|
</div>
|
26
|
-
<!-- -
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
27
27
|
|
28
|
-
<!-- -
|
28
|
+
<!-- -PHCDEV- Panel - Body -->
|
29
29
|
<div class="panel-body">
|
30
30
|
|
31
|
-
<!-- -
|
31
|
+
<!-- -PHCDEV- Index - Table -->
|
32
32
|
<div class="table-responsive">
|
33
33
|
<table class="table table-striped table-bordered">
|
34
34
|
|
@@ -50,10 +50,10 @@
|
|
50
50
|
|
51
51
|
</table>
|
52
52
|
</div>
|
53
|
-
<!-- -
|
53
|
+
<!-- -PHCDEV- Index - Table -->
|
54
54
|
|
55
55
|
</div>
|
56
|
-
<!-- -
|
56
|
+
<!-- -PHCDEV- Panel - Body -->
|
57
57
|
|
58
58
|
</div>
|
59
|
-
<!-- -
|
59
|
+
<!-- -PHCDEV- Panel -->
|
@@ -1,34 +1,34 @@
|
|
1
|
-
<!-- -
|
1
|
+
<!-- -PHCDEV- Title System -->
|
2
2
|
<% phc_title "Invoice Manager" %>
|
3
3
|
<% phc_title_tagline "Stripe Invoice List" %>
|
4
4
|
<% phc_breadcrumb_one "Home" %>
|
5
5
|
<% phc_breadcrumb_two yield(:phc_title_tagline) %>
|
6
|
-
<!-- -
|
6
|
+
<!-- -PHCDEV- Title System -->
|
7
7
|
|
8
|
-
<!-- -
|
8
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
9
9
|
<ol class="breadcrumb float-xl-end">
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
12
12
|
</ol>
|
13
|
-
<!-- -
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
14
14
|
|
15
|
-
<!-- -
|
15
|
+
<!-- -PHCDEV- Header -->
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
17
|
-
<!-- -
|
17
|
+
<!-- -PHCDEV- Header -->
|
18
18
|
|
19
|
-
<!-- -
|
19
|
+
<!-- -PHCDEV- Panel -->
|
20
20
|
<div class="panel panel-inverse">
|
21
21
|
|
22
|
-
<!-- -
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
23
23
|
<div class="panel-heading">
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
|
25
25
|
</div>
|
26
|
-
<!-- -
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
27
27
|
|
28
|
-
<!-- -
|
28
|
+
<!-- -PHCDEV- Panel - Body -->
|
29
29
|
<div class="panel-body">
|
30
30
|
|
31
|
-
<!-- -
|
31
|
+
<!-- -PHCDEV- Index - Table -->
|
32
32
|
<div class="table-responsive">
|
33
33
|
<table class="table table-striped table-bordered">
|
34
34
|
|
@@ -72,10 +72,10 @@
|
|
72
72
|
|
73
73
|
</table>
|
74
74
|
</div>
|
75
|
-
<!-- -
|
75
|
+
<!-- -PHCDEV- Index - Table -->
|
76
76
|
|
77
77
|
</div>
|
78
|
-
<!-- -
|
78
|
+
<!-- -PHCDEV- Panel - Body -->
|
79
79
|
|
80
80
|
</div>
|
81
|
-
<!-- -
|
81
|
+
<!-- -PHCDEV- Panel -->
|
@@ -1,34 +1,34 @@
|
|
1
|
-
<!-- -
|
1
|
+
<!-- -PHCDEV- Title System -->
|
2
2
|
<% phc_title "Products Manager" %>
|
3
3
|
<% phc_title_tagline "Stripe Products List" %>
|
4
4
|
<% phc_breadcrumb_one "Home" %>
|
5
5
|
<% phc_breadcrumb_two yield(:phc_title_tagline) %>
|
6
|
-
<!-- -
|
6
|
+
<!-- -PHCDEV- Title System -->
|
7
7
|
|
8
|
-
<!-- -
|
8
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
9
9
|
<ol class="breadcrumb float-xl-end">
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
12
12
|
</ol>
|
13
|
-
<!-- -
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
14
14
|
|
15
|
-
<!-- -
|
15
|
+
<!-- -PHCDEV- Header -->
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
17
|
-
<!-- -
|
17
|
+
<!-- -PHCDEV- Header -->
|
18
18
|
|
19
|
-
<!-- -
|
19
|
+
<!-- -PHCDEV- Panel -->
|
20
20
|
<div class="panel panel-inverse">
|
21
21
|
|
22
|
-
<!-- -
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
23
23
|
<div class="panel-heading">
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
|
25
25
|
</div>
|
26
|
-
<!-- -
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
27
27
|
|
28
|
-
<!-- -
|
28
|
+
<!-- -PHCDEV- Panel - Body -->
|
29
29
|
<div class="panel-body">
|
30
30
|
|
31
|
-
<!-- -
|
31
|
+
<!-- -PHCDEV- Index - Table -->
|
32
32
|
<div class="table-responsive">
|
33
33
|
<table class="table table-striped table-bordered">
|
34
34
|
|
@@ -52,10 +52,10 @@
|
|
52
52
|
|
53
53
|
</table>
|
54
54
|
</div>
|
55
|
-
<!-- -
|
55
|
+
<!-- -PHCDEV- Index - Table -->
|
56
56
|
|
57
57
|
</div>
|
58
|
-
<!-- -
|
58
|
+
<!-- -PHCDEV- Panel - Body -->
|
59
59
|
|
60
60
|
</div>
|
61
|
-
<!-- -
|
61
|
+
<!-- -PHCDEV- Panel -->
|
data/app/views/phcdevworks_accounts_stripe/admin/subscriptions/admin_subscription_list.html.erb
CHANGED
@@ -1,34 +1,34 @@
|
|
1
|
-
<!-- -
|
1
|
+
<!-- -PHCDEV- Title System -->
|
2
2
|
<% phc_title "Subscription Manager" %>
|
3
3
|
<% phc_title_tagline "Stripe Subscriptions List" %>
|
4
4
|
<% phc_breadcrumb_one "Home" %>
|
5
5
|
<% phc_breadcrumb_two yield(:phc_title_tagline) %>
|
6
|
-
<!-- -
|
6
|
+
<!-- -PHCDEV- Title System -->
|
7
7
|
|
8
|
-
<!-- -
|
8
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
9
9
|
<ol class="breadcrumb float-xl-end">
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
12
12
|
</ol>
|
13
|
-
<!-- -
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
14
14
|
|
15
|
-
<!-- -
|
15
|
+
<!-- -PHCDEV- Header -->
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
17
|
-
<!-- -
|
17
|
+
<!-- -PHCDEV- Header -->
|
18
18
|
|
19
|
-
<!-- -
|
19
|
+
<!-- -PHCDEV- Panel -->
|
20
20
|
<div class="panel panel-inverse">
|
21
21
|
|
22
|
-
<!-- -
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
23
23
|
<div class="panel-heading">
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
|
25
25
|
</div>
|
26
|
-
<!-- -
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
27
27
|
|
28
|
-
<!-- -
|
28
|
+
<!-- -PHCDEV- Panel - Body -->
|
29
29
|
<div class="panel-body">
|
30
30
|
|
31
|
-
<!-- -
|
31
|
+
<!-- -PHCDEV- Index - Table -->
|
32
32
|
<div class="table-responsive">
|
33
33
|
<table class="table table-striped table-bordered">
|
34
34
|
|
@@ -58,10 +58,10 @@
|
|
58
58
|
|
59
59
|
</table>
|
60
60
|
</div>
|
61
|
-
<!-- -
|
61
|
+
<!-- -PHCDEV- Index - Table -->
|
62
62
|
|
63
63
|
</div>
|
64
|
-
<!-- -
|
64
|
+
<!-- -PHCDEV- Panel - Body -->
|
65
65
|
|
66
66
|
</div>
|
67
|
-
<!-- -
|
67
|
+
<!-- -PHCDEV- Panel -->
|
@@ -6,14 +6,14 @@
|
|
6
6
|
<!-- PHCTitleSEO Title Variables -->
|
7
7
|
|
8
8
|
<!-- Page Bradcrumbs -->
|
9
|
-
<ol class="breadcrumb
|
9
|
+
<ol class="breadcrumb float-xl-end">
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
12
12
|
</ol>
|
13
13
|
<!-- Page Bradcrumbs -->
|
14
14
|
|
15
15
|
<!-- Page Header -->
|
16
|
-
<
|
16
|
+
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
17
17
|
<!-- Page Header -->
|
18
18
|
|
19
19
|
<!-- Page Content -->
|
@@ -6,14 +6,14 @@
|
|
6
6
|
<!-- PHCTitleSEO Title Variables -->
|
7
7
|
|
8
8
|
<!-- Page Bradcrumbs -->
|
9
|
-
<ol class="breadcrumb
|
9
|
+
<ol class="breadcrumb float-xl-end">
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
12
12
|
</ol>
|
13
13
|
<!-- Page Bradcrumbs -->
|
14
14
|
|
15
15
|
<!-- Page Header -->
|
16
|
-
<
|
16
|
+
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
17
17
|
<!-- Page Header -->
|
18
18
|
|
19
19
|
<!-- Page Content -->
|
data/app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_cancel.html.erb
CHANGED
@@ -6,14 +6,14 @@
|
|
6
6
|
<!-- PHCTitleSEO Title Variables -->
|
7
7
|
|
8
8
|
<!-- Page Bradcrumbs -->
|
9
|
-
<ol class="breadcrumb
|
9
|
+
<ol class="breadcrumb float-xl-end">
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
12
12
|
</ol>
|
13
13
|
<!-- Page Bradcrumbs -->
|
14
14
|
|
15
15
|
<!-- Page Header -->
|
16
|
-
<
|
16
|
+
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
17
17
|
<!-- Page Header -->
|
18
18
|
|
19
19
|
<!-- Page Content -->
|
data/app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_item.html.erb
CHANGED
@@ -6,14 +6,14 @@
|
|
6
6
|
<!-- PHCTitleSEO Title Variables -->
|
7
7
|
|
8
8
|
<!-- Page Bradcrumbs -->
|
9
|
-
<ol class="breadcrumb
|
9
|
+
<ol class="breadcrumb float-xl-end">
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
12
12
|
</ol>
|
13
13
|
<!-- Page Bradcrumbs -->
|
14
14
|
|
15
15
|
<!-- Page Header -->
|
16
|
-
<
|
16
|
+
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
17
17
|
<!-- Page Header -->
|
18
18
|
|
19
19
|
<!-- Page Content -->
|
data/config/spring.rb
ADDED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phcdevworks_accounts_stripe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PHCDevworks
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-04-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -329,7 +329,6 @@ files:
|
|
329
329
|
- README.md
|
330
330
|
- Rakefile
|
331
331
|
- app/assets/config/phcdevworks_accounts_stripe_manifest.js
|
332
|
-
- app/assets/stylesheets/phcdevworks_accounts_stripe/application.css
|
333
332
|
- app/controllers/phcdevworks_accounts_stripe/admin/customers_controller.rb
|
334
333
|
- app/controllers/phcdevworks_accounts_stripe/admin/invoices_controller.rb
|
335
334
|
- app/controllers/phcdevworks_accounts_stripe/admin/products_controller.rb
|
@@ -364,6 +363,7 @@ files:
|
|
364
363
|
- app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_item.html.erb
|
365
364
|
- config/initializers/stripe.rb
|
366
365
|
- config/routes.rb
|
366
|
+
- config/spring.rb
|
367
367
|
- lib/phcdevworks_accounts_stripe.rb
|
368
368
|
- lib/phcdevworks_accounts_stripe/engine.rb
|
369
369
|
- lib/phcdevworks_accounts_stripe/version.rb
|
@@ -372,10 +372,9 @@ homepage: https://phcdevworks.com/
|
|
372
372
|
licenses:
|
373
373
|
- MIT
|
374
374
|
metadata:
|
375
|
-
allowed_push_host: https://rubygems.org/
|
376
375
|
homepage_uri: https://phcdevworks.com/
|
377
|
-
source_code_uri: https://github.com/phcdevworks/
|
378
|
-
changelog_uri: https://github.com/phcdevworks/
|
376
|
+
source_code_uri: https://github.com/phcdevworks/phcdevworks_accounts_stripe
|
377
|
+
changelog_uri: https://github.com/phcdevworks/phcdevworks_accounts_stripe/releases
|
379
378
|
post_install_message:
|
380
379
|
rdoc_options: []
|
381
380
|
require_paths:
|
@@ -1,15 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
|
-
* listed below.
|
4
|
-
*
|
5
|
-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
6
|
-
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
|
7
|
-
*
|
8
|
-
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
9
|
-
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
|
10
|
-
* files in this directory. Styles in this file should be added after the last require_* statement.
|
11
|
-
* It is generally better to create a new file per style scope.
|
12
|
-
*
|
13
|
-
*= require_tree .
|
14
|
-
*= require_self
|
15
|
-
*/
|