home · contact · privacy
ledgplom
12 days ago Christian HellerReplace Booking edit taint handlers from .onchange...
12 days ago Christian HellerRename /booking/{id} to /bookings/{id}.
12 days ago Christian HellerAdd prev/next links to Booking edit views.
12 days ago Christian HellerAdd /balance?up_incl= link to Booking edit views.
12 days ago Christian HellerCalculate /balance up-and-incl. rather than up-and...
12 days ago Christian HellerRedirect /booking/{id} to /edit_structured/{id} for...
12 days ago Christian HellerImprove /balance layout.
12 days ago Christian HellerOn TransferLine input, default currency to '€' if amoun...
13 days ago Christian HellerOn reload and save button use, always redirect to where...
13 days ago Christian HellerImprove /balance indentation.
13 days ago Christian HellerFurther refine balance layout.
13 days ago Christian HellerImprove balance layout, ensure € always displayed first...
13 days ago Christian HellerForce user to apply or revert changes in edit view...
2025-01-26 Christian HellerTo structured editing view, add addition/deletion/movem...
2025-01-26 Christian HellerAdd structured handling of intro lines.
2025-01-26 Christian HellerAdd per-line structured editing of Bookings.
2025-01-26 Christian HellerFix "raw" view being autoescaped into garbage.
2025-01-26 Christian HellerUpdate plomlib (for Jinja autoescaping).
2025-01-26 Christian HellerBase .tainted calculation on current .dat_lines hash.
2025-01-23 Christian HellerDon't hide 0.00 amounts.
2025-01-23 Christian HellerAdd ?cutoff to /balance.
2025-01-22 Christian HellerAdd basic editing of Bookings, and file saving.
2025-01-22 Christian HellerImprove balance layout.
2025-01-22 Christian HellerImprove balance indentation display.
2025-01-22 Christian HellerAdd dat file reload button.
2025-01-22 Christian HellerImprove balance table layout, color warning if bad...
2025-01-22 Christian HellerRefactor templates, improve values display in /balance.
2025-01-22 Christian HellerFix broken sink summation.
2025-01-22 Christian HellerAdd balance view.
2025-01-22 Christian HellerInvalidate Booking for out-of-order date.
2025-01-22 Christian HellerRefactor templates.
2025-01-22 Christian HellerFix brokenness of individual-Booking view.
2025-01-22 Christian HellerAlso highlight errors and warned-about Bookings in...
2025-01-22 Christian HellerMore warning/error/validation code refactoring.
2025-01-22 Christian HellerSome refactoring of warning markings.
2025-01-22 Christian HellerWarn for _all_ lines of Booking with invalid lines.
2025-01-21 Christian HellerValidate bookings balances.
2025-01-20 Christian HellerProperly store Booking.amount rather than just an ellip...
2025-01-20 Christian HellerExtend BookingLine validations, differentiate class...
2025-01-20 Christian HellerAdd per-line error messages.
2025-01-20 Christian HellerRefactor templates.
2025-01-20 Christian HellerMinor linking fix to raw view template.
2025-01-20 Christian HellerImprove Booking-specific view.
2025-01-20 Christian HellerFix buggy links in raw view.
2025-01-20 Christian HellerMove interpretation of .code lines into new BookingLine...
2025-01-20 Christian HellerStore relevant lines in Booking, calc ending index...
2025-01-20 Christian HellerFor Booking view, use '/{Booking.id_}' rather than...
2025-01-20 Christian HellerInitial server code and template commit.
2025-01-20 Christian HellerDefine jinja dependency.
2025-01-20 Christian HellerAdd plomlib submodule.