home · contact · privacy
ledgplom
2 days ago Christian HellerIntegrate plomlib submodule by linking explicitly only...
3 days ago Christian HellerRestore alphabetical sorting of account names.
3 days ago Christian HellerInterpret ;def comments for account descriptions.
3 days ago Christian HellerFix script not knowing where to look for templates.
4 days ago Christian HellerAdapt to package installation structure used with ytplom.
5 days ago Christian HellerSimplify handling of empty and comment-only lines in...
5 days ago Christian HellerMake header sticky.
6 days ago Christian HellerTo edit view, add link to jump in ledger to Booking.
6 days ago Christian HellerOn Booking copy, jump into edit_structured view of...
6 days ago Christian HellerFix invalid variable reference.
6 days ago Christian HellerIn /edit_structured, fully disallow movement, and delet...
6 days ago Christian HellerOn deletion via edit_raw, jump to next Booking, or...
6 days ago Christian HellerOn uncommenting Booking in raw edit view, keep the...
6 days ago Christian HellerHandle more Booking edit_raw input cases.
6 days ago Christian HellerOn edit_structured view, fix inputs reverting on button...
6 days ago Christian HellerFix broken account input datalist.
7 days ago Christian HellerExtend Booking edit views with per-booking balance.
8 days ago Christian HellerRefactor .as_dict properties.
8 days ago Christian HellerAdd account autocompletion to account input fields.
9 days ago Christian HellerRefactor and fix various smaller bugs.
10 days ago Christian HellerRefactor do_GET routes.
10 days ago Christian HellerMinor refactoring.
10 days ago Christian HellerWhen re-writing Booking, move within order according...
2025-01-29 Christian HellerDisallow movement into different date.
2025-01-29 Christian HellerRe-date to-end Booking copies to current day.
2025-01-29 Christian HellerDifferentiate copying between "to end of ledger" and...
2025-01-29 Christian HellerAdd copying of Bookings.
2025-01-29 Christian HellerFix handling of erroneous date fields.
2025-01-29 Christian HellerTo ledger view, add movement of Bookings up and down.
2025-01-28 Christian HellerImprove ledger layout.
2025-01-28 Christian HellerImprove Booking editing links bar layout.
2025-01-28 Christian HellerImprove structured-editing view.
2025-01-28 Christian HellerFix variable used before creation.
2025-01-28 Christian HellerReplace Booking edit taint handlers from .onchange...
2025-01-28 Christian HellerRename /booking/{id} to /bookings/{id}.
2025-01-28 Christian HellerAdd prev/next links to Booking edit views.
2025-01-28 Christian HellerAdd /balance?up_incl= link to Booking edit views.
2025-01-28 Christian HellerCalculate /balance up-and-incl. rather than up-and...
2025-01-28 Christian HellerRedirect /booking/{id} to /edit_structured/{id} for...
2025-01-28 Christian HellerImprove /balance layout.
2025-01-28 Christian HellerOn TransferLine input, default currency to '€' if amoun...
2025-01-27 Christian HellerOn reload and save button use, always redirect to where...
2025-01-27 Christian HellerImprove /balance indentation.
2025-01-27 Christian HellerFurther refine balance layout.
2025-01-27 Christian HellerImprove balance layout, ensure € always displayed first...
2025-01-27 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.