onoma 0.6.3 → 0.6.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/locales/eng.yml +2 -1
- data/config/locales/fra.yml +2 -1
- data/db/reference.xml +2 -1
- data/lib/onoma/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bd8656fc0f161de007a41fc3d02c31b08c8069bc
|
4
|
+
data.tar.gz: d6ec606641d49be96395960347b2337a1b5a6aad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cb202b79918223b521c7e1d47132abc4e3f6e50c7b45764384a9ad799fdc449bc1a30873d505de79cdc22e11c120796d53c7bffb4a8cc0b0ec0effe5a36e52e
|
7
|
+
data.tar.gz: 044c87b0932162359ea6497bbf645e57c32c7accf916fcbda421ed6555dc11a9ef93ad4c2eb8687636d1b5296321177f942307cbc17742ef5557ce9b2702dcc1
|
data/config/locales/eng.yml
CHANGED
@@ -1953,6 +1953,7 @@ eng:
|
|
1953
1953
|
purchases_original: "Purchases original"
|
1954
1954
|
sales_estimate: "Sales estimate"
|
1955
1955
|
sales_invoice: "Sales invoice"
|
1956
|
+
sales_invoice_shipment: "Sales invoice (shipments)"
|
1956
1957
|
sales_order: "Sales order"
|
1957
1958
|
security_data_sheet: "Security data sheet"
|
1958
1959
|
shipping_note: "Shipping note"
|
@@ -7569,4 +7570,4 @@ eng:
|
|
7569
7570
|
wine_transformers: "Wine transformers"
|
7570
7571
|
name: "Working sets"
|
7571
7572
|
property_natures:
|
7572
|
-
expression: "Expression"
|
7573
|
+
expression: "Expression"
|
data/config/locales/fra.yml
CHANGED
@@ -2027,6 +2027,7 @@ fra:
|
|
2027
2027
|
purchases_original: "Pièce originale d’achat"
|
2028
2028
|
sales_estimate: "Devis de vente"
|
2029
2029
|
sales_invoice: "Facture de vente"
|
2030
|
+
sales_invoice_shipment: "Facture de vente (expéditions)"
|
2030
2031
|
sales_order: "Commande de vente"
|
2031
2032
|
security_data_sheet: "Fiche de données de sécurité"
|
2032
2033
|
shipping_note: "Bon de livraison"
|
@@ -7778,4 +7779,4 @@ fra:
|
|
7778
7779
|
wine_transformers: "Produits œnologiques"
|
7779
7780
|
name: "Ensembles de produits"
|
7780
7781
|
property_natures:
|
7781
|
-
expression: "Expression"
|
7782
|
+
expression: "Expression"
|
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="20220206082500">
|
3
3
|
<nomenclature name="abilities" translateable="true">
|
4
4
|
<properties>
|
5
5
|
<property name="parameters" type="choice_list" choices="variety, issue_nature"/>
|
@@ -2020,6 +2020,7 @@
|
|
2020
2020
|
<item name="purchases_original" category="exploitation"/>
|
2021
2021
|
<item name="sales_estimate" category="marketing"/>
|
2022
2022
|
<item name="sales_invoice" category="marketing" signed="true"/>
|
2023
|
+
<item name="sales_invoice_shipment" category="marketing" signed="true"/>
|
2023
2024
|
<item name="sales_order" category="marketing"/>
|
2024
2025
|
<item name="security_data_sheet" category="land_parcel_management"/>
|
2025
2026
|
<item name="shipping_note" category="exploitation"/>
|
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.6.
|
4
|
+
version: 0.6.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ekylibre developers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|