onoma 0.4.1 → 0.4.2

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: 9a3fe4568821c792f57353fc44f61d5cb4eaa3696556e7f1b93a6e996268df6a
4
- data.tar.gz: ece52dd51a12acba690918e0d5c8899ba07a8a21799dc790d907f6b75c76d5c4
3
+ metadata.gz: 14216d00ab6af41d9a4960dc4447637e37a122e7454680cbe441a42d1defc2cd
4
+ data.tar.gz: a5e741e14cabb8abbda0bd77ebde9fea8205ec4ecdd70e4e318f5add6f06235b
5
5
  SHA512:
6
- metadata.gz: c06f736cc7a6320a1c8aa0d9818c85cc09df5a93f1c4a01274ba0ca9a84dd216d286cbfa8ee03e6d8cbb2d4b8f51cd38f364e0b877026986945d5988ecf5f5d5
7
- data.tar.gz: 341a5984b173f637a847d3fe90885c1a911c99f7386caa248bf343f54c168463f02eb9bac652780dbf22842d0a491ed2fc7350afd6f4c1e9d78d62fe27280e66
6
+ metadata.gz: 744d639e54aeea8ad0a3e1b4a4a8c4fc7bb788bc5db2d2512dd0ff7fbb15f6aaf67b386b3c02092932a118b12b0debdd8d6ab69f8373f7ccb8fbbcf8c80455aa
7
+ data.tar.gz: b24e1edef23249a771e067363ebd3a7c3a26a120d40c6aa9731fe3c6fe6ea7f5c73b53c5399e0a2b7f69fc79b6a9c09460c0b9a6a5e30fb7ecb9d1a600d880df
@@ -1960,7 +1960,8 @@ eng:
1960
1960
  manure_management_plan_sheet: "Manure management plan (detail)"
1961
1961
  outgoing_deliveries_journal: "Outgoing deliveries journal"
1962
1962
  outgoing_delivery_docket: "Outgoing delivery docket"
1963
- outgoing_payment_list: "Outgoing payment list"
1963
+ outgoing_payment_list__check_letter: "Outgoing payment list: Check letter"
1964
+ outgoing_payment_list__standard: "Outgoing payment list"
1964
1965
  pending_vat_register: "Pending VAT register"
1965
1966
  phytosanitary_certification: "Phytosanitary certification"
1966
1967
  phytosanitary_register: "Phytosanitary register"
@@ -2034,7 +2034,8 @@ fra:
2034
2034
  manure_management_plan_sheet: "Plan prévisionnel de fumure détaillé"
2035
2035
  outgoing_deliveries_journal: "Journal de livraison"
2036
2036
  outgoing_delivery_docket: "Bon de livraison sortante"
2037
- outgoing_payment_list: "Édition de décaissements"
2037
+ outgoing_payment_list__check_letter: "Lot de décaissements : Lettre cheque"
2038
+ outgoing_payment_list__standard: "Lot de décaissements"
2038
2039
  pending_vat_register: "État de TVA préparatoire"
2039
2040
  phytosanitary_certification: "Certi-Phyto"
2040
2041
  phytosanitary_register: "Registre phytosanitaire"
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <migration name="Fix outgoing payment list document nature">
3
+ <!-- Add your changes here -->
4
+ <item-removal item="document_natures#outgoing_payment_list"/>
5
+ <item-creation item="document_natures#outgoing_payment_list__standard" category="exploitation"/>
6
+ <item-creation item="document_natures#outgoing_payment_list__check_letter" category="exploitation"/>
7
+ </migration>
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0"?>
2
- <nomenclatures xmlns="http://www.ekylibre.org/XML/2013/nomenclatures" version="20200722091859">
2
+ <nomenclatures xmlns="http://www.ekylibre.org/XML/2013/nomenclatures" version="20200925153320">
3
3
  <nomenclature name="abilities" translateable="true">
4
4
  <properties>
5
5
  <property name="parameters" type="choice_list" choices="variety, issue_nature"/>
@@ -2019,7 +2019,8 @@
2019
2019
  <item name="manure_management_plan_sheet" category="land_parcel_management"/>
2020
2020
  <item name="outgoing_deliveries_journal" category="exploitation"/>
2021
2021
  <item name="outgoing_delivery_docket" category="exploitation"/>
2022
- <item name="outgoing_payment_list" category="exploitation"/>
2022
+ <item name="outgoing_payment_list__check_letter" category="exploitation"/>
2023
+ <item name="outgoing_payment_list__standard" category="exploitation"/>
2023
2024
  <item name="pending_vat_register" category="accountancy"/>
2024
2025
  <item name="phytosanitary_certification" category="land_parcel_management"/>
2025
2026
  <item name="phytosanitary_register" category="land_parcel_management"/>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Onoma
4
- VERSION = '0.4.1'
4
+ VERSION = '0.4.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onoma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brice TEXIER
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-09-08 00:00:00.000000000 Z
11
+ date: 2020-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -373,6 +373,7 @@ files:
373
373
  - db/migrate/20200421123503_add_type_to_categories_and_variants.xml
374
374
  - db/migrate/20200514092205_add_liter_per_hectoliter_unit.xml
375
375
  - db/migrate/20200722091859_triticale_derivative_of.xml
376
+ - db/migrate/20200925153320_fix_outgoing_payment_list_document_nature.xml
376
377
  - db/reference.xml
377
378
  - lib/onoma.rb
378
379
  - lib/onoma/item.rb