• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Move custom calendar widget javascript implementation out of the core.js and into a separate file

In core/maintained packages, this widget is used only by template::widget::textdate (which in turn is used nowhere). For this widget, we can include the relevant code on-demand.

Direct usages found in unsupported packages have been adapted by adding the extra requirement on the fly.

It is unclear if we should keep maintaining a calendar widget in our codebase, however, as the current one still works (kudos to the original author), we do not deprecate it for the time being.

It is also true that a custom widget provides a way to customize the look and feel of date fields, which is otherwise completely delegated to the browser.

Various packages, including the core, provide custom css styling for the current widget.

  1. … 16 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 473 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 223 more files in changeset.
Fix typos (info exist -> info exists)

  1. … 22 more files in changeset.
Made some more performance tuning for billable projects

made sure we deal correctly with project_manager

Performance tuning

More tuning for projects billable

Performance tuning and cleaning up of code which was custom driven and is not needed in an invoice package

  1. … 7 more files in changeset.
Added the ability to show all offer-lists, regardless of the status of the project

Added new report for project offers

    • -0
    • +2
    ./report-projects-offers.adp
    • -0
    • +94
    ./report-projects-offers.tcl
    • -0
    • +45
    ./report-projects-offers.xql
  1. … 8 more files in changeset.
Made sure that we can offer and invoice items with a higher precision than just 1 character after the ,.

  1. … 5 more files in changeset.
Added correct link to pricelist

Minor fixes in the lists

Added multiple stati for the offer list

  1. … 2 more files in changeset.
Added mass generation of invoices

  1. … 7 more files in changeset.
Added missing noquote

Added new icon. New I18N. Bumped version

  1. … 5 more files in changeset.
Fixed a couple of performance issues with regards to the reporting

Allow credits to be edited, fix to journal export, other fixes

  1. … 7 more files in changeset.
Tuning projects-billable

added joining of pdfs, generating pdfs for later joining to one large pdf

  1. … 12 more files in changeset.
performance tuning, minor fixes

  1. … 18 more files in changeset.
fixing reports, adding filter for niminum amount

  1. … 2 more files in changeset.
added queries for customer reports, filters by type, account manager, date, cost categories, customer sector, country

fixed displaying new customers created after certain date

extended report to filter by account manager, invoice item category, customer type (new), sector of customer

  1. … 2 more files in changeset.
added report for invoice amounts per customer, filter by date and country

    • -0
    • +102
    ./report-customer.tcl
    • -0
    • +39
    ./report-customer.xql
  1. … 4 more files in changeset.
changed report to use text fields for start and end date

  1. … 2 more files in changeset.
added report for first-time customers

    • -0
    • +4
    ./report-first-order.adp
    • -0
    • +93
    ./report-first-order.tcl
    • -0
    • +25
    ./report-first-order.xql
  1. … 4 more files in changeset.