1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00
noalyss_ynh/sources/contrib/comptabilite-francaise/profession-liberale/fr_plan_proflib_comptes-defaut.sql

27 lines
707 B
MySQL
Raw Normal View History

2015-09-27 00:35:53 +02:00
--
-- PostgreSQL database dump
-- Version 2007-09-08 02:49
--
SET client_encoding = 'LATIN1';
SET check_function_bodies = false;
SET client_min_messages = warning;
SET search_path = public, pg_catalog;
--
-- Data for Name: parm_code; Type: TABLE DATA; Schema: public; Owner: phpcompta
--
COPY parm_code (p_code, p_value, p_comment) FROM stdin;
BANQUE 512001 Poste comptable par d<EFBFBD>faut pour les banques
COMPTE_COURANT 512002 Poste comptable par d<EFBFBD>faut pour le compte courant
CAISSE 53 Poste comptable par d<EFBFBD>faut pour les caisses
VENTE 706 Poste comptable par d<EFBFBD>faut pour les ventes
VIREMENT_INTERNE 58 Poste comptable par d<EFBFBD>faut pour les virements internes
\.
--
-- PostgreSQL database dump complete
--