lucadeal 0.5.7 → 0.5.8

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: f38a6fb61fd01e68eefa964fbac76eb83ee2449e5d1d70ebee0164758d23a8b5
4
- data.tar.gz: 8d72a97c0af4b35fef36771fd35d224f77bbf09b76e90e2d6271988ef6fc2877
3
+ metadata.gz: 96b28c4018fd5120422023ea16919abda64e15df3989a0d70973d331660bee99
4
+ data.tar.gz: 1b66a4ebb58367c85469712cad3cc9ff3eb13e135174827373340c13ec787e67
5
5
  SHA512:
6
- metadata.gz: a3179e7f88e7022b29e2a10be76847ccf8edbd0a91ab56b70e9a71e0e1c42f828baf68dc701e4fbdf816bd4afc0d449494b81125adb1e78cd3c9f1bb2fd7a3cb
7
- data.tar.gz: 04a7c35dc5bab8b531669b137aadaa746fdbe6853d1c7ca5ca614937eac9aa5e0efa34b349eeb3eacdb358fbb07fbb8f54d8f8c8b11b43d99aa4fc4c6e7072d6
6
+ metadata.gz: 2a6791648183d90bda1de571dd04e1a411236803b38f99fefa760354798c9b1f5ac1c5c48c178da32e32889b44324d8adcce4cf69fdab1d8f214259ad2f2982f
7
+ data.tar.gz: b5aff9c236935584753846132fcc96d345a8dc730d608b0a6385e548a7c821e28ac556e5f569722bc6db71236691934da0dad0ca759a0b7966b3af001704e93f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## LucaDeal 0.5.8
2
+
3
+ * Customer has tax ID
4
+ * `luca-deal report balance` now prints tax ID
5
+
1
6
  ## LucaDeal 0.5.7
2
7
 
3
8
  * `luca-deal fee export` now skips no transaction customer.
data/README.md CHANGED
@@ -99,6 +99,7 @@ Customer consists of label information.
99
99
  | Top level | Second level | | historical | Description |
100
100
  |-----------|--------------|------|------------|--------------------------------|
101
101
  | id | | auto | | uuid |
102
+ | tax_id | | | | taxpayer ID for each contry |
102
103
  | name | | must | x | customer's name |
103
104
  | address | | | x | |
104
105
  | address2 | | | x | |
@@ -170,7 +171,7 @@ Fields for sales fee:
170
171
  Invoice is basically auto generated from Customer and Contract objects.
171
172
 
172
173
  | Top level | Second level | Description |
173
- |------------+--------------+------------------------------------------|
174
+ |------------|--------------|------------------------------------------|
174
175
  | id | | uuid |
175
176
  | issue_date | | |
176
177
  | due_date | | |
@@ -121,6 +121,7 @@ module LucaDeal
121
121
  row = {
122
122
  'id' => k,
123
123
  'customer' => customers.dig(k, 'name'),
124
+ 'tax_id' => customers.dig(k, 'tax_id'),
124
125
  'unsettled' => LucaSupport::Code.readable(item['unsettled']),
125
126
  }
126
127
  if detail
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LucaDeal
4
- VERSION = '0.5.7'
4
+ VERSION = '0.5.8'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lucadeal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.7
4
+ version: 0.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chuma Takahiro
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-02 00:00:00.000000000 Z
11
+ date: 2025-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lucarecord