onoma 0.5.0 → 0.5.1

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: bfda150190b63544024c77c56e5869326d299fa6a9390c3c633ef089e8b37dc4
4
- data.tar.gz: ce108c6c2a377486485dfed6d4ff6c6a0144a172deea575dc685b7f4a543e35c
3
+ metadata.gz: 717bab33438720db4b895864b62c70aa1ce8225faa7c7e41543d36726b652dd0
4
+ data.tar.gz: ae4a5b8fa83fba23c26f863a4c66afc6d98879833576c48b1aefc9fc01edcce3
5
5
  SHA512:
6
- metadata.gz: 8a30e439a731f0d0aaa783256d2249c2ba90df7bb69859c20d2312e051345b7a122f647415cdc3f6810661443f17e91ca3ecbd5b2c71885b639b75e26598515b
7
- data.tar.gz: e9f54de370382e5213b2801c65564afb15c7f3e77e3e92371cff0be95fe0257330dac8434fe323bc869d9cc661d60edc663bd9f40caa252e8015882a0f44820f
6
+ metadata.gz: 52aa7baaab0928ee750d9101d2fcae3a894d678a91e51a8a83fad9f6f2ad4aac57243b396b9a60628a59d0366fdf893065132914fd5269b3e9fa8656621894e3
7
+ data.tar.gz: 1d2052519b0e7fe1997f2e2c05803c05c5695a7a8a5a054c52ebf56610c75c6b8bcfdcfe8a07006a3a2e810fd2ffba905a992bafb66e254bf840ed74dacecf0e
@@ -1935,7 +1935,8 @@ eng:
1935
1935
  manure_management_plan_sheet: "Manure management plan (detail)"
1936
1936
  outgoing_deliveries_journal: "Outgoing deliveries journal"
1937
1937
  outgoing_delivery_docket: "Outgoing delivery docket"
1938
- outgoing_payment_list: "Outgoing payment list"
1938
+ outgoing_payment_list__check_letter: "Outgoing payment list: Check letter"
1939
+ outgoing_payment_list__standard: "Outgoing payment list"
1939
1940
  pending_vat_register: "Pending VAT register"
1940
1941
  phytosanitary_certification: "Phytosanitary certification"
1941
1942
  phytosanitary_register: "Phytosanitary register"
@@ -2009,7 +2009,8 @@ fra:
2009
2009
  manure_management_plan_sheet: "Plan prévisionnel de fumure détaillé"
2010
2010
  outgoing_deliveries_journal: "Journal de livraison"
2011
2011
  outgoing_delivery_docket: "Bon de livraison sortante"
2012
- outgoing_payment_list: "Édition de décaissements"
2012
+ outgoing_payment_list__check_letter: "Lot de décaissements : Lettre cheque"
2013
+ outgoing_payment_list__standard: "Lot de décaissements"
2013
2014
  pending_vat_register: "État de TVA préparatoire"
2014
2015
  phytosanitary_certification: "Certi-Phyto"
2015
2016
  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="20200826000130">
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"/>
@@ -1991,7 +1991,8 @@
1991
1991
  <item name="manure_management_plan_sheet" category="land_parcel_management"/>
1992
1992
  <item name="outgoing_deliveries_journal" category="exploitation"/>
1993
1993
  <item name="outgoing_delivery_docket" category="exploitation"/>
1994
- <item name="outgoing_payment_list" category="exploitation"/>
1994
+ <item name="outgoing_payment_list__check_letter" category="exploitation"/>
1995
+ <item name="outgoing_payment_list__standard" category="exploitation"/>
1995
1996
  <item name="pending_vat_register" category="accountancy"/>
1996
1997
  <item name="phytosanitary_certification" category="land_parcel_management"/>
1997
1998
  <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.5.0'
4
+ VERSION = '0.5.1'
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.5.0
4
+ version: 0.5.1
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-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -384,6 +384,7 @@ files:
384
384
  - db/migrate/20200826000110_add_vine_puning_systems.xml
385
385
  - db/migrate/20200826000120_add_vine_procedure_categories.xml
386
386
  - db/migrate/20200826000130_update_viti_product_nauture_variant.xml
387
+ - db/migrate/20200925153320_fix_outgoing_payment_list_document_nature.xml
387
388
  - db/reference.xml
388
389
  - lib/onoma.rb
389
390
  - lib/onoma/item.rb