Fix #7123 - getting abra ready to test
[Pman.Xtuple] / pgsql.initdata / xtdesktop.pkgpriv.sql
1 --
2 -- PostgreSQL database dump
3 --
4
5 SET statement_timeout = 0;
6 SET client_encoding = 'UTF8';
7 SET standard_conforming_strings = on;
8 SET check_function_bodies = false;
9 SET client_min_messages = warning;
10
11 SET search_path = xtdesktop, pg_catalog;
12
13 --
14 -- Data for Name: pkgpriv; Type: TABLE DATA; Schema: xtdesktop; Owner: admin
15 --
16
17 SET SESSION AUTHORIZATION DEFAULT;
18
19 ALTER TABLE pkgpriv DISABLE TRIGGER ALL;
20
21 COPY pkgpriv (priv_id, priv_module, priv_name, priv_descrip, priv_seq) FROM stdin;
22 580     Desktop ViewBankAccountsDock    Allows the user to view the Bank Accounts dock widget on the Desktop    \N
23 581     Desktop ViewExtensionsDock      Allows the user to view the Extensions dock widget on the Desktop       \N
24 582     Desktop ViewGLAccountsDock      Allows the user to view Monitored General Ledger Accounts dock widget on the Desktop    \N
25 583     Desktop ViewManufactureActivitiesDock   Allows the user to view the Manufacture Activities dock widget on the Desktop   \N
26 584     Desktop ViewManufactureHistoryDock      Allows the user to view the Manufacture History dock widget on the Desktop      \N
27 585     Desktop ViewMyAccountsDock      Allows the user to view the My (CRM) Accounts dock widget on the Desktop        \N
28 586     Desktop ViewMyContactsDock      Allows the user to view the My Contact dock widget on the Desktop       \N
29 587     Desktop ViewTodoDock    Allows the user to view the To Do dock widget on the Desktop    \N
30 588     Desktop ViewPayablesDock        Allows the user to view the Payables dock widget on the Desktop \N
31 589     Desktop ViewPurchaseActivitiesDock      Allows the user to view the Purchase Activities dock widget on the Desktop      \N
32 590     Desktop ViewPurchaseHistoryDock Allows the user to view the Purchase History dock widget on the Desktop \N
33 591     Desktop ViewPurchaseOrdersDock  Allows the user to view the open purchase orders dock widget on the Desktop     \N
34 592     Desktop ViewReceivablesDock     Allows the user to view the Purchase History dock widget on the Desktop \N
35 593     Desktop ViewSalesActivitiesDock Allows the user to view the Sales Activities dock widget on the Desktop \N
36 594     Desktop ViewSalesHistoryDock    Allows the user to view the Sales History dock widget on the Desktop    \N
37 595     Desktop ViewSalesOrdersDock     Allows the user to view the Sales Orders dock widget on the Desktop     \N
38 596     Desktop ViewWorkOrdersDock      Allows the user to view the Work Orders dock widget on the Desktop      \N
39 597     Desktop ViewUsersOnlineDock     Allows the user to view the Users Online doc    \N
40 598     Desktop ViewCRMDesktop  Allows the user to view the CRM Desktop page    \N
41 599     Desktop ViewSalesDesktop        Allows the user to view the Sales Desktop page  \N
42 600     Desktop ViewPurchaseDesktop     Allows the user to view the Purchase Desktop page       \N
43 601     Desktop ViewManufactureDesktop  Allows the user to view the Manufacture Desktop page    \N
44 602     Desktop ViewAccountingDesktop   Allows the user to view the Accounting Desktop page     \N
45 603     Desktop ViewMaintenanceDesktop  Allows the user to view the Maintenance Desktop page    \N
46 \.
47
48
49 ALTER TABLE pkgpriv ENABLE TRIGGER ALL;
50
51 --
52 -- PostgreSQL database dump complete
53 --
54