sp_post_transaction


Parameters

Name Type Mode
folio_id integer IN
dept_id integer IN
amount t_money IN
qty integer IN (DEFAULT 1)
folio_seq integer IN (DEFAULT NULL)
shift character varying IN (DEFAULT NULL)
user_name text IN (DEFAULT NULL)
reference text IN (DEFAULT NULL)
remark text IN (DEFAULT NULL)
description text IN (DEFAULT NULL)
charge_date date IN (DEFAULT NULL)
source_module text IN (DEFAULT NULL)
allow_redirect boolean IN (DEFAULT true)
post_flag character IN (DEFAULT NULL)
folio_id integer IN
dept_code character varying IN
amount t_money IN
qty integer IN (DEFAULT 1)
folio_seq integer IN (DEFAULT NULL)
shift character varying IN (DEFAULT NULL)
user_name text IN (DEFAULT NULL)
reference text IN (DEFAULT NULL)
remark text IN (DEFAULT NULL)
description text IN (DEFAULT NULL)
charge_date date IN (DEFAULT NULL)
source_module text IN (DEFAULT NULL)
allow_redirect boolean IN (DEFAULT true)
post_flag character IN (DEFAULT NULL)
details jsonb IN (DEFAULT NULL)

Definition