|
|
@@ -423,6 +423,15 @@ jQuery(document).ready(function () {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 2015-06-22
|
|
|
+ * EVENT `view__budget_project_to_realization_main_event`
|
|
|
+ * Write into TABLE `projects_budget_year_month`
|
|
|
+ * VIEW `in7_dziennik_koresp_budget_view`
|
|
|
+ * Read from TABLE `IN7_DZIENNIK_KORESP`
|
|
|
+ * VIEW `in7_dziennik_koresp_budget_main_view`
|
|
|
+ * Read from TABLE `IN7_DZIENNIK_KORESP`
|
|
|
+ */
|
|
|
function test_reinstallViewsAndEvents() {
|
|
|
$sqls['RemoveView_korespMain'] = " drop view if exists `in7_dziennik_koresp_budget_main_view` ";
|
|
|
$sqls['CreateView_korespMain'] = "
|