effective_qb_sync 1.3.4 → 1.3.5
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bd0557466e309a81b913eecd1970ef494d071c3c01d03e004a537ea466345fa9
|
|
4
|
+
data.tar.gz: 5c84e45ed198cf35fe3ac792fd4076efadb45d161803aedc12d6823118fb0a76
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ec10245d4723b3e6debaa9a3958094c45365a03c348a9fac7a2df9ccd1c4c49f9f8a45f0ffe53acc8d79eaacc1db51eb29616b1d7596f7346c244a139fb493f
|
|
7
|
+
data.tar.gz: ae9643278ae801730b9d2d7c21b3552eb9b7d1726a3ed54d298c56c3e69a8fcf2c2938cfcae7d36d2221a85cd22d92fd9d96cc79eeca55c58d23d478a4c57ad0
|
|
@@ -15,11 +15,16 @@
|
|
|
15
15
|
%strong= Array(EffectiveQbSync.quickbooks_username).join('</strong> or <strong>').html_safe
|
|
16
16
|
and password:
|
|
17
17
|
%strong= Array(EffectiveQbSync.quickbooks_password).join('</strong> or <strong>').html_safe
|
|
18
|
+
- elsif EffectiveQbSync.quickbooks_username.blank? && EffectiveQbSync.quickbooks_password.present?
|
|
19
|
+
%li
|
|
20
|
+
Add a Quickbooks user any username, and password:
|
|
21
|
+
%strong= Array(EffectiveQbSync.quickbooks_password).join('</strong> or <strong>').html_safe
|
|
18
22
|
- else
|
|
19
23
|
%li
|
|
20
24
|
(developer) Add a quickbooks_username and quickbooks_password to the config/initializers/effective_qb_sync.rb file
|
|
21
25
|
%ul
|
|
22
26
|
%li Add a Quickbooks user with that same username and password
|
|
27
|
+
|
|
23
28
|
%li Access for user: "Selected areas of Quickbooks"
|
|
24
29
|
%li Sales and Accounts Receivable "Selective Access - Create transactions only"
|
|
25
30
|
%li Purchases and Accounts Payable "No Access"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: effective_qb_sync
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.5
|
|
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:
|
|
11
|
+
date: 2022-01-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|