lockstep_rails 0.3.22 → 0.3.28

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: 9061d2c0869b6f4178fcd240f0e1337b3cbdc62500d9c8922f9b6c73812359da
4
- data.tar.gz: 2ca982684af590994f83a992494e527ef79a29b66102f27fe7021c4e39312e89
3
+ metadata.gz: '08a9adf4dbeb0eb2343cd9e0fb6f3fa321cff5a2ce0c842f2e40dbd30c964d6c'
4
+ data.tar.gz: a5992e84c075551730bb35b96dc858f92ca26ab4d944e64d717aec2643a2a2c9
5
5
  SHA512:
6
- metadata.gz: b7e815ea5d2b411df62b258454d57437cd569181d8da0a3f2fb62b7666aa45dad0181845631e7d0d6f1c0ac0e517dbb00aba1a20075e444bbb94897eb8be5dea
7
- data.tar.gz: 107df8a7b2031c9bd00170a64eb0bb0b98e59f3332d3a8bed509b49883b94c2a102ed01db8efd73b8ccecb8f1227162d64950d0d01787c3a3389c6f40cfee4c2
6
+ metadata.gz: 4e3a313216a22021812b3cb330576aaf027082e3c8e3f7097c447db9acc7a6f3b5cf1d6d82a5979d1821aa0f25d7f7183f19163d3c716f16a54f0cf835209d58
7
+ data.tar.gz: db09387b939ab5aaf187de1d273d2066bb2ea709742ce624510c98a3b4410f288d5ea79a9e5710f1c9f65d68c81d2d80bb96da1dd500e6690f565b3d0c933641
data/README.md CHANGED
@@ -49,6 +49,15 @@ The gem is available as open source under the terms of the [MIT License](https:/
49
49
  * Lockstep::CustomerSummary
50
50
  * Lockstep::Payments
51
51
  * Lockstep::PaymentSummary
52
+ * Lockstep::AppEnrollment
53
+ * Lockstep::ReportArAgingHeader
54
+ * Lockstep::ReportCashflow
55
+ * Lockstep::ReportDailySalesOutstanding
56
+ * Lockstep::ReportRiskRate
57
+ * Lockstep::ReportApAgingHeader
58
+ * Lockstep::ReportDailyPayableOutstanding
59
+ * Lockstep::ReportPayableComingDue
60
+ * Lockstep::ReportPayableSummary
52
61
 
53
62
  ## ActiveModel Interfaces
54
63