onoma 0.4.1 → 0.4.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 14216d00ab6af41d9a4960dc4447637e37a122e7454680cbe441a42d1defc2cd
|
|
4
|
+
data.tar.gz: a5e741e14cabb8abbda0bd77ebde9fea8205ec4ecdd70e4e318f5add6f06235b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 744d639e54aeea8ad0a3e1b4a4a8c4fc7bb788bc5db2d2512dd0ff7fbb15f6aaf67b386b3c02092932a118b12b0debdd8d6ab69f8373f7ccb8fbbcf8c80455aa
|
|
7
|
+
data.tar.gz: b24e1edef23249a771e067363ebd3a7c3a26a120d40c6aa9731fe3c6fe6ea7f5c73b53c5399e0a2b7f69fc79b6a9c09460c0b9a6a5e30fb7ecb9d1a600d880df
|
data/config/locales/eng.yml
CHANGED
|
@@ -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
|
-
|
|
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"
|
data/config/locales/fra.yml
CHANGED
|
@@ -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
|
-
|
|
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>
|
data/db/reference.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0"?>
|
|
2
|
-
<nomenclatures xmlns="http://www.ekylibre.org/XML/2013/nomenclatures" version="
|
|
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="
|
|
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"/>
|
data/lib/onoma/version.rb
CHANGED
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.
|
|
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-
|
|
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
|