NEW :
In order to get easier the installation and the upgrade of the database a new module webbased has been created, the old version of install.sh is now obsolete
This commit is contained in:
parent
29f5d52e33
commit
53234e02f3
32 changed files with 4798 additions and 0 deletions
21
html/admin/sql/dossier1/comment.sql
Normal file
21
html/admin/sql/dossier1/comment.sql
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
COMMENT ON TABLE tmp_pcmn IS 'Plan comptable minimum normalisé';
|
||||
COMMENT ON TABLE parm_money IS 'Currency conversion';
|
||||
COMMENT ON TABLE parm_periode IS 'Periode definition';
|
||||
COMMENT ON TABLE jrn_type IS 'Type of journal (Sell, Buy, Financial...)';
|
||||
COMMENT ON TABLE jrn_def IS 'Definition of a journal, his properties';
|
||||
COMMENT ON TABLE jrnx IS 'Journal: content one line for each accountancy writing';
|
||||
COMMENT ON TABLE form IS 'Forms content';
|
||||
COMMENT ON TABLE centralized IS 'The centralized journal';
|
||||
COMMENT ON TABLE "action" IS 'The different privileges';
|
||||
COMMENT ON TABLE jrn_action IS 'Possible action when we are in journal (menu)';
|
||||
COMMENT ON TABLE tva_rate IS 'Rate of vat';
|
||||
COMMENT ON TABLE fiche_def_ref IS 'Family Cards definition';
|
||||
COMMENT ON TABLE fiche_def IS 'Cards definition';
|
||||
COMMENT ON TABLE attr_def IS 'The available attributs for the cards';
|
||||
COMMENT ON TABLE fiche IS 'Cards';
|
||||
COMMENT ON TABLE jnt_fic_att_value IS 'join between the card and the attribut definition';
|
||||
COMMENT ON TABLE jnt_fic_attr IS 'join between the family card and the attribut definition';
|
||||
COMMENT ON TABLE jrn_rapt IS 'Rapprochement between operation';
|
||||
COMMENT ON TABLE jrn IS 'Journal: content one line for a group of accountancy writing';
|
||||
COMMENT ON TABLE stock_goods IS 'About the goods';
|
||||
COMMENT ON TABLE attr_min IS 'The value of attributs for the cards';
|
||||
Loading…
Add table
Add a link
Reference in a new issue