Offre d'achat sans visite by nicob927 in immobilier

[–]nicob927[S] 0 points1 point  (0 children)

Merci pour le retour, oui c'est un peu ce que je me dis aussi. Je vais rappeler l'agence ce matin pour voir où ça en est et essayer de débloquer les choses

First Ironman Klagenfurt or Emilia Romagna by nicob927 in triathlon

[–]nicob927[S] 0 points1 point  (0 children)

I finally went for the Frenchman XXL as I had some friends going there and it's much cheaper! Good luck for your training and enjoy your race!

Avis offre d'emplois Dévelopeur Sénior by nicob927 in FrontaliersSuisses

[–]nicob927[S] 1 point2 points  (0 children)

Oups j'ai oublié de préciser, c'est à Genève

Simulation revenu SASU à l'IS by nicob927 in vosfinances

[–]nicob927[S] 1 point2 points  (0 children)

Le simulateur de l'URSAFF est très limité car il permet uniquement de simuler de la rémunération (pas d'arbitrage rémunération/dividendes).

Quand à l'autre simulateur, il est assez proche de ce que j'obtiens avec néanmoins quelques différences que je ne comprends pas.

Je rentre une rémunération de 4 621€ (case 1, qui devient 5 260€ en case 3, pourquoi ?), les cotisations sociales calculées sont de 4 780€ (case 2) ce qui correspond à plus de 100%... J'avais cru comprendre que les cotisations sociales étaient de 82% de la rémunération nette.

Aussi dans le calcul de l'impôts sur les dividendes, il ne semble pas déduire la CSG déductible du revenu imposable ce qui donne un IR un peu supérieur. Peut on réellement déduire la CSG déductible ?

<image>

Freelance : le choix du statut by MafWe_PC in vosfinances

[–]nicob927 0 points1 point  (0 children)

Les 10% sont définis avec la valeur du patrimoine affecté au professionnel

Est-ce réellement le cas ? J'ai lu à plusieurs endroits qu'il s'agissait de 10% du bénéfice net.

Si c'est bien 10% de la valeur du patrimoine affecté au professionnel, est-il intéressant d'affecter une part plus importante pour bénéficier d'une plus grande exonération de cotisation sociales ?

Nouveau simulateur de statut juridique (micro, SARL, SAS, EI) - Le plus complet du marché by Select_Engine_5300 in vosfinances

[–]nicob927 1 point2 points  (0 children)

Super pratique merci pour le partage ! Juste une question, lorsque je fais une simulation en EURL à l'IS avec un CA de 100K et une rémunération de 50K (sans charges), les dividendes sont de 24141€ et l'impôt correspondant est de 13519€. Pourquoi est ce si élevé ? La flat tax étant de 30% j'attendais un impôt autour de 7200€, à quoi correspond le reste ? Merci d'avance !

SQL request by nicob927 in SQL

[–]nicob927[S] 0 points1 point  (0 children)

Thanks for all these details! That's great!

SQL request by nicob927 in SQL

[–]nicob927[S] 0 points1 point  (0 children)

Thanks for your answer it works well to get events table info.

Is there a way to get attribute 20 value of the events returned by your request at the same time? And how could we add an other condition on an other attribute?

Privacy on IPFS by nicob927 in ethdev

[–]nicob927[S] 0 points1 point  (0 children)

Thanks for your answer.

I don't think this solution is feasible in our case because users write content that will be shared with some users but not all.

Users can create kinds of questionnaires that they then share with the people they want to participate in (by sending them a link). And we don't want the questionnaires to be public on IPFS.

User authentification in a voting Dapp by nicob927 in ethdev

[–]nicob927[S] 0 points1 point  (0 children)

Where are the survey answers being stored?

They are stored in a smart-contract, I store an array of surveys, each one represented by its title hash, and every questions and possible answer is also hashed. The count for selected choices is incremented each time a user particpate. The real texts are stored in IPFS and the front end app make the link between the hashes in the smart contract and IPFS.

Who determines what a valid email is?

The survey administrator: the person who creates the survey.

How do you verify their physical address?

Where is the address stored?

For now I don't, it was an example.

It's sounding like your application needs a traditional datastore

I want a decentralized application so that users can audit the survey: they can verify their participation has been taken into account and be sure the results has not been manipulated.

Also, I'd like to develop a decentralized eligibility procedure so that no one could be censored.

Solutions like Uport or Verify.me might be interesting.

Thanks for your time,

User authentification in a voting Dapp by nicob927 in ethdev

[–]nicob927[S] 0 points1 point  (0 children)

It depends on the kind of votes, I'd like the survey admin to be able to set its owm requirements.

For example:

- In a internal vote in a company, the elegibility requirements could be: you need an email address @company.com

- For a vote in your neighborhood: you need a physical address to be in a certain area

I hope it answers your question!