onoma 0.8.9 → 0.9.0
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 +4 -4
- data/config/locales/eng.yml +1 -0
- data/config/locales/fra.yml +1 -0
- 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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b08ea15c965cd61cde87f5c35065615623beaa88c9341389bc43ea31c34448ba
|
|
4
|
+
data.tar.gz: 3efb3054c38cff20d0391548690c878a18d28d1fa4d14d182a61e589a44924fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a710adc290166f0cad742e60a977c9a0200b36886ec8a6eee601616eae423304d77e4e9f3c241bd77c0a7125029e516bc0481217e10b816097ce66e75dd713e
|
|
7
|
+
data.tar.gz: 9308fa5b5838ab2ac4cce67de47bb539a2f4b78a06c993bfc2058ae50fc8974346714c6fde179224e270d8931abaca047c0fb521d079cf64282fe06464ffff1a
|
data/config/locales/eng.yml
CHANGED
|
@@ -477,6 +477,7 @@ eng:
|
|
|
477
477
|
social_agricultural_mutuality: "Social agricultural mutuality"
|
|
478
478
|
social_expense_on_vacations: "Social expense on vacations"
|
|
479
479
|
social_security: "Social security"
|
|
480
|
+
source_revenue_taxes: "Source revenue taxes"
|
|
480
481
|
staff_advances: "Staff advances"
|
|
481
482
|
staff_and_linked_accounts: "Staff and linked accounts"
|
|
482
483
|
staff_bonus_participation: "Staff bonus participation"
|
data/config/locales/fra.yml
CHANGED
|
@@ -621,6 +621,7 @@ fra:
|
|
|
621
621
|
social_agricultural_mutuality: "Mutualité Sociale Agricole"
|
|
622
622
|
social_expense_on_vacations: "Organismes sociaux - Charges à payer et produits à recevoir"
|
|
623
623
|
social_security: "Sécurité sociale"
|
|
624
|
+
source_revenue_taxes: "Prélèvements à la source (Impôt sur le revenu)"
|
|
624
625
|
staff_advances: "Personnel - Avances et acomptes"
|
|
625
626
|
staff_and_linked_accounts: "Personnel et comptes rattachés"
|
|
626
627
|
staff_bonus_participation: "Participation des salariés aux résultats"
|
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="20231011132201">
|
|
3
3
|
<nomenclature name="abilities" translateable="true">
|
|
4
4
|
<properties>
|
|
5
5
|
<property name="parameters" type="choice_list" choices="variety, issue_nature"/>
|
|
@@ -622,6 +622,7 @@
|
|
|
622
622
|
<item name="social_agricultural_mutuality" fr_pcga="NONE" fr_pcg82="431" fr_pcg2019="4311" fr_pcg2023="4311" fr_pcga2023="4311"/>
|
|
623
623
|
<item name="social_expense_on_vacations" fr_pcg82="438" fr_pcga="438" fr_pcg2019="438" fr_pcg2023="438" fr_pcga2023="438"/>
|
|
624
624
|
<item name="social_security" fr_pcg82="NONE" fr_pcga="431" fr_pcg2019="431" fr_pcg2023="431" fr_pcga2023="431"/>
|
|
625
|
+
<item name="source_revenue_taxes" fr_pcg2019="4421" fr_pcg82="4421" fr_pcga="4421" pt_snc="NONE" fr_pcg2023="4421" fr_pcga2023="4421"/>
|
|
625
626
|
<item name="staff_advances" fr_pcg82="425" fr_pcga="425" fr_pcg2019="425" fr_pcg2023="425" fr_pcga2023="425"/>
|
|
626
627
|
<item name="staff_and_linked_accounts" fr_pcg82="42" fr_pcga="42" fr_pcg2019="42" fr_pcg2023="42" fr_pcga2023="42"/>
|
|
627
628
|
<item name="staff_bonus_participation" fr_pcg82="424" fr_pcga="424" fr_pcg2019="424" fr_pcg2023="424" fr_pcga2023="424"/>
|
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
|
+
version: 0.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ekylibre developers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-10-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|