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

[FEAT]: Invoice Settings new fields #272

Closed
jdenquin opened this issue Jun 20, 2022 · 1 comment · Fixed by #273
Closed

[FEAT]: Invoice Settings new fields #272

jdenquin opened this issue Jun 20, 2022 · 1 comment · Fixed by #273
Assignees
Labels
Feature Add a new feature to the app Invoice Related to Invoices Organization Related to Organization

Comments

@jdenquin
Copy link
Contributor

jdenquin commented Jun 20, 2022

  • Add New Fields required for Invoice Settings

Organizations

Field Description Type
logo Organization Logo string
legal_name Organization's legal name string
legal_number Organization's legal number string
email Organization's main email string
address_line_1 Address Line 1 string
address_line_2 Address Line 2 string
state Address State string
zipcode Address Zipcode string
city Address City string
country Address Country string

Invoices

Field Description Type
invoice_number Invoice Number string
  • Add validations on models
@jdenquin jdenquin added Feature Add a new feature to the app Invoice Related to Invoices Organization Related to Organization labels Jun 20, 2022
@jdenquin jdenquin self-assigned this Jun 20, 2022
@jdenquin
Copy link
Contributor Author

jdenquin added a commit that referenced this issue Jun 22, 2022
* WIP: feat: #272 Add Fields for Invoice Settings

* add files

* add customer slug and invoice number

* add specs
jdenquin added a commit that referenced this issue Jun 29, 2022
* WIP: feat: #272 Add Fields for Invoice Settings

* add files

* add customer slug and invoice number

* add specs

* feat: #282 Add Organization Logo Uploader

* add specs and logo logic
jdenquin added a commit that referenced this issue Jun 29, 2022
…288)

* WIP: feat: #272 Add Fields for Invoice Settings

* add files

* add customer slug and invoice number

* add specs

* feat: #282 Add Organization Logo Uploader

* add specs and logo logic

* feat: #285 Expose invoice settings fields on API and GraphQL

* fix: address_line and org update service

* add some specs for mutation

* fix empty logo

* fix empty logo condition

* add email in org update service

* fix specs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Add a new feature to the app Invoice Related to Invoices Organization Related to Organization
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant