Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add all the available greek tax offices (ΔΟΥ) #29

Closed
tsevdos opened this issue Feb 9, 2024 · 4 comments
Closed

Add all the available greek tax offices (ΔΟΥ) #29

tsevdos opened this issue Feb 9, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@tsevdos
Copy link
Owner

tsevdos commented Feb 9, 2024

First let's identify / collect all the data, and as a second phase we can start creating various utility methods (ex. in GeoUtils).

@tsevdos tsevdos converted this from a draft issue Feb 9, 2024
@tsevdos tsevdos added enhancement New feature or request good first issue Good for newcomers labels Feb 9, 2024
@DionisisChris
Copy link

Found from https://aade.gr/epikoinonia/plirofories-doy

Here is the excel containing all the required info.

euretirio_xorikis.xlsx

@tsevdos tsevdos moved this from Todo to In Progress in elUtils package roadmap Feb 28, 2024
@DionisisChris
Copy link

Initial aggregation of the data from euretio_xorikis.xlsx(above) is done and can be found in the attached JSON.
The aggregation has been made in a tree style as shown in the diagram bellow.
Image
Still pending the mapping of the data with the existing types.

Please for you feedback :)
test.json

@DionisisChris
Copy link

Adding the Json with the mapping.
taxOffices-el.json

The structure that I used is the following.
export type TaxOffice = { id: number; name: string; unit: Unit[]; };

@tsevdos
Copy link
Owner Author

tsevdos commented Apr 26, 2024

fixed with #76

@tsevdos tsevdos closed this as completed Apr 26, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in elUtils package roadmap Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Development

No branches or pull requests

2 participants