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

Postal address change and Authorized Signer Change for Identity #272

Open
zupzup opened this issue Dec 17, 2024 · 0 comments
Open

Postal address change and Authorized Signer Change for Identity #272

zupzup opened this issue Dec 17, 2024 · 0 comments
Assignees

Comments

@zupzup
Copy link
Collaborator

zupzup commented Dec 17, 2024

  1. Rework bill issue to new API
  2. Rework fetch bills API (overview / home / detai)
  3. Add new API for identity (including file upload)
  4. Change postal address for identity/contacts/company to country/city/zip/address (also in bill chain etc.)
  5. Change place of payment and place of signing etc. should be BillPlace { country, city }4. If an identity is created without all 4 postal address fields filled out, they are an "Authorized Signer", wo can only sign bills on behalf of a company, otherwise they are a "Bill issuer", who can do anything. IF the postal address is filled out later, the Authorized signer becomes a bill issuerThe postal address is not a mandatory field. We check country/city/address and based on that, you can either sign a bill yourself, or just with a company if you don't have one.The zip is completely optional.
    Create these as structs and use serde's flatten, so in the JSON, it's still a flat structure (https://serde.rs/attr-flatten.html)
@zupzup zupzup moved this to Todo in Backend (E-Bill) Dec 17, 2024
@zupzup zupzup self-assigned this Dec 17, 2024
@zupzup zupzup moved this from Todo to In Progress in Backend (E-Bill) Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant