new: function C4::Date::get_date_format_string_for_DHTMLcalendar based on
authorplg <plg>
Thu, 13 Apr 2006 08:36:42 +0000 (08:36 +0000)
committerplg <plg>
Thu, 13 Apr 2006 08:36:42 +0000 (08:36 +0000)
commit3bec20f948c71dc71017747ee32ce43ec9564623
tree37d01984ed140fd140cb1afa807e042a8f55dcaf
parent7ef3c124e8d0042995f1b0703550d3fd9c203bbc
new: function C4::Date::get_date_format_string_for_DHTMLcalendar based on
the system preference prefered date format.

improvement: book fund list and budget list screen redesigned. Filters on
each field. Columns are not sortable yet. Using DHTML Calendar to fill date
fields instead of manual filling. Pagination system. From the book fund
list, you can reach the budget list, filtered on a book fund, or not. A
budget can be added only from book fund list screen.

bug fixed: branchcode was missing in table aqbudget.

bug fixed: when setting a branchcode to a book fund, all associated budgets
move to this branchcode.

modification: when adding/modifying budget/fund, MySQL specific "REPLACE..."
statements replaced by standard SQL compliant statement.

bug fixed: when adding/modifying a budget, if the book fund is associated to
a branch, the branch selection is disabled and set to the book fund branch.
C4/Date.pm
admin/aqbookfund.pl
admin/aqbudget.pl
koha-tmpl/intranet-tmpl/prog/en/admin/aqbookfund.tmpl
koha-tmpl/intranet-tmpl/prog/en/admin/aqbudget.tmpl
updater/updatedatabase