ish_models 0.0.33.284 → 0.0.33.285
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ish/invoice.rb +6 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e325a01ece3aab8dacd0f932b072d971e54df0e27c0000d905b19f77d51d985b
|
4
|
+
data.tar.gz: 61d00470b14d3cd5a2ab0007f1f2fc7161b1dc1ea162f17adac43f8e5377f58a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96807c7322acdb1068115b5ab73c95233b53cc1eea325da5fa4a854a018f86bc30d6dbba2c696d6c16805abddeae6024008d962161b65660f1ae9fcff20e0123
|
7
|
+
data.tar.gz: b23cdb716dfe54f09e7798aad1a33e637783ef1952922867f698dcacb0033f76d0bfdd3d79c3d2525b426405706037157dcb04fb3fd031315ddbfc368c760e0c
|
data/lib/ish/invoice.rb
CHANGED
@@ -42,8 +42,13 @@ class Ish::Invoice
|
|
42
42
|
|
43
43
|
## Prawn/pdf unit of measure is 1/72"
|
44
44
|
## Canvas width: 612, height: 792
|
45
|
+
##
|
46
|
+
## tree image: 896 x 1159
|
47
|
+
## tree image: 791 x 1024
|
48
|
+
## tree image: 964 x 1248
|
49
|
+
##
|
45
50
|
def generate_monthly_invoice
|
46
|
-
tree_img_url = "#{Rails.root.join('public')}/tree
|
51
|
+
tree_img_url = "#{Rails.root.join('public')}/tree-#{number}.jpg"
|
47
52
|
wasya_co_logo_url = "#{Rails.root.join('public')}/259x66-WasyaCo-logo.png"
|
48
53
|
|
49
54
|
## canvas width: 612, height: 792
|