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

118 option wegboeken #122

Merged
merged 5 commits into from
Oct 11, 2024
Merged

118 option wegboeken #122

merged 5 commits into from
Oct 11, 2024

Commits on Sep 16, 2024

  1. Ongoing writeoff

    SimplyPancake committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    43157e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Ongoing

    SimplyPancake committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    eb71637 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Oct 11, 2024

  1. Some small improvements to the writeoff feature. See details below.

    - Django admin: Add inline display of purchases in a writeoff order
    - Add toString for writeoff categories, to improve display in Django admin
    - Add a writeoff order detail page to view individual writeoff order details.
    - Add a list of writeoff orders to the drink orders page.
    - Increase max description length of a writeoff category
    - Actually display the writeoff category description on the writeoff button, in the order overview, and on the writeoff detail page
    - Move  util to a model class method, as it makes more sense there.
    - Add a cancel button to the writeoff screen, to go back to the regular sales view.
    - Add a timer to write-off orders, just like regular orders, so they can be cancelled if a mistake is made
    - CSS tweaks to improve layout of the writeoff juliana frontend
    Kurocon committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    63b5df0 View commit details
    Browse the repository at this point in the history
  2. Add translations

    Kurocon committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    dde0d34 View commit details
    Browse the repository at this point in the history