0000579: Ajouter une date de rappel dans GESTION

This commit is contained in:
Dany De Bontridder 2012-05-15 15:22:01 +00:00
parent 9d0270270b
commit 06ff965ed7
5 changed files with 130 additions and 64 deletions

View file

@ -50,3 +50,8 @@ INSERT INTO profile_menu(
me_code, me_code_dep, p_id, p_order, p_type_display, pm_default)
VALUES ('BK', 'GESTION', 2, 4, 'E', 0);
update menu_ref set me_description='Grand livre analytique' where me_code='ANCGL';
alter table action_gestion add ag_remind_date date;
drop table jrn_action;