Beta : everything seems to work correctly
This commit is contained in:
parent
f3dd1e4987
commit
fde1d8382f
17 changed files with 901 additions and 510 deletions
|
|
@ -1,6 +1,4 @@
|
|||
-- version ==71
|
||||
|
||||
begin;
|
||||
alter function account_add (poste_comptable,character varying) set schema comptaproc;
|
||||
alter function account_auto (integer) set schema comptaproc;
|
||||
alter function account_compute (integer) set schema comptaproc;
|
||||
|
|
@ -9,11 +7,11 @@ begin;
|
|||
alter function account_update (integer,text) set schema comptaproc;
|
||||
alter function action_gestion_ins_upd () set schema comptaproc;
|
||||
alter function attribut_insert (integer,integer,character varying) set schema comptaproc;
|
||||
alter function attribute_correct_order () set schema comptaproc;
|
||||
alter function attribute_correct_order () set schema comptaproc;
|
||||
alter function card_class_base (integer) set schema comptaproc;
|
||||
alter function check_balance (integer) set schema comptaproc;
|
||||
alter function correct_sequence (text,text,text) set schema comptaproc;
|
||||
alter function create_missing_sequence () set schema comptaproc;
|
||||
alter function create_missing_sequence () set schema comptaproc;
|
||||
alter function drop_index (character varying) set schema comptaproc;
|
||||
alter function drop_it (character varying) set schema comptaproc;
|
||||
alter function extension_ins_upd () set schema comptaproc;
|
||||
|
|
@ -25,14 +23,14 @@ begin;
|
|||
alter function group_analytique_del () set schema comptaproc;
|
||||
alter function html_quote (text) set schema comptaproc;
|
||||
alter function info_def_ins_upd () set schema comptaproc;
|
||||
alter function insert_jrnx (p_date character varying, p_montant numeric, p_poste poste_comptable, p_grpt integer, p_jrn_def integer, p_debit boolean, p_tech_user text, p_tech_per integer, p_qcode text, p_comment text) set schema comptaproc;
|
||||
alter function insert_jrnx (p_date character varying, p_montant numeric, p_poste poste_comptable, p_grpt integer, p_jrn_def integer, p_debit boolean, p_tech_user text, p_tech_per integer, p_qcode text, p_comment text) set schema comptaproc;
|
||||
alter function insert_quant_purchase ( p_internal text, p_j_id numeric, p_fiche character varying, p_quant numeric, p_price numeric, p_vat numeric, p_vat_code integer, p_nd_amount numeric, p_nd_tva numeric, p_nd_tva_recup numeric, p_dep_priv numeric, p_client character varying) set schema comptaproc;
|
||||
alter function insert_quant_sold (p_internal text, p_jid numeric, p_fiche character varying, p_quant numeric, p_price numeric, p_vat numeric, p_vat_code integer, p_client character varying) set schema comptaproc;
|
||||
alter function insert_quick_code (integer,text) set schema comptaproc;
|
||||
alter function jrn_check_periode () set schema comptaproc;
|
||||
alter function jrn_def_add () set schema comptaproc;
|
||||
alter function jrn_def_delete () set schema comptaproc;
|
||||
alter function jrn_del () set schema comptaproc;
|
||||
alter function jrn_del () set schema comptaproc;
|
||||
alter function jrnx_del () set schema comptaproc;
|
||||
alter function plan_analytic_ins_upd () set schema comptaproc;
|
||||
alter function poste_analytique_ins_upd () set schema comptaproc;
|
||||
|
|
@ -48,5 +46,3 @@ begin;
|
|||
alter function tva_insert (text,numeric,text,text) set schema comptaproc;
|
||||
alter function tva_modify (integer,text,numeric,text,text) set schema comptaproc;
|
||||
alter function update_quick_code (integer,text) set schema comptaproc;
|
||||
commit;
|
||||
select 'ERREUR MAUVAISE VERSION' from version where val!=71;
|
||||
Loading…
Add table
Add a link
Reference in a new issue