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

Frontend: upload invoice #34

Open
wants to merge 14 commits into
base: feature/invoices-backend
Choose a base branch
from

Commits on May 3, 2019

  1. Add invoices page & lower z-index to 1000

    Ismaila Abdoulahi committed May 3, 2019
    Configuration menu
    Copy the full SHA
    521343e View commit details
    Browse the repository at this point in the history
  2. Add upload invoice query & change expense claim query

    Ismaila Abdoulahi committed May 3, 2019
    Configuration menu
    Copy the full SHA
    871a16b View commit details
    Browse the repository at this point in the history
  3. Modify to match querystring changes

    Ismaila Abdoulahi committed May 3, 2019
    Configuration menu
    Copy the full SHA
    a5b4715 View commit details
    Browse the repository at this point in the history
  4. Create InvoiceUploadForm - simplified version

    Ismaila Abdoulahi committed May 3, 2019
    Configuration menu
    Copy the full SHA
    6ed6ca4 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Add todo comment

    Ismaila Abdoulahi committed May 6, 2019
    Configuration menu
    Copy the full SHA
    1e02a38 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Configuration menu
    Copy the full SHA
    10eb64b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Add companies query

    Ismaila Abdoulahi committed May 9, 2019
    Configuration menu
    Copy the full SHA
    df6077f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Create & style invoice creation component

    Ismaila Abdoulahi committed May 10, 2019
    Configuration menu
    Copy the full SHA
    000fea2 View commit details
    Browse the repository at this point in the history
  2. Add company type

    Ismaila Abdoulahi committed May 10, 2019
    Configuration menu
    Copy the full SHA
    317c44a View commit details
    Browse the repository at this point in the history
  3. Change null values to undefined

    Ismaila Abdoulahi committed May 10, 2019
    Configuration menu
    Copy the full SHA
    84507ad View commit details
    Browse the repository at this point in the history
  4. Fetch & render companies + clean up

    Ismaila Abdoulahi committed May 10, 2019
    Configuration menu
    Copy the full SHA
    249e8da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fa69de View commit details
    Browse the repository at this point in the history
  6. Call api to generate the invoice

    Ismaila Abdoulahi committed May 10, 2019
    Configuration menu
    Copy the full SHA
    f66d4da View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. Add client side validation

    Ismaila Abdoulahi committed May 11, 2019
    Configuration menu
    Copy the full SHA
    d71f00a View commit details
    Browse the repository at this point in the history