*** empty log message ***
[fa-stable.git] / sql / en_US-new.sql
1 -- phpMyAdmin SQL Dump
2 -- version 2.7.0-pl2
3 -- http://www.phpmyadmin.net
4 -- 
5 -- Host: localhost
6 -- Created: 09 februar 2007 at 11:03
7 -- Server Version: 4.1.11
8 -- PHP-version: 4.4.1
9 -- 
10 -- Database: `en_US-new`
11 -- 
12
13 -- 
14 -- Data in table `bank_accounts`
15 -- 
16
17 INSERT INTO `0_bank_accounts` VALUES ('1700', 0, 'Current account', 'N/A', 'N/A', NULL, 'USD');
18 INSERT INTO `0_bank_accounts` VALUES ('1705', 0, 'Petty Cash account', 'N/A', 'N/A', NULL, 'USD');
19
20 -- 
21 -- Data in table `bank_trans_types`
22 -- 
23
24 INSERT INTO `0_bank_trans_types` VALUES (1, 'Cash');
25 INSERT INTO `0_bank_trans_types` VALUES (2, 'Transfer');
26
27 -- 
28 -- Data in table `chart_class`
29 -- 
30
31 INSERT INTO `0_chart_class` VALUES (1, 'Assets', 1);
32 INSERT INTO `0_chart_class` VALUES (2, 'Liabilities', 1);
33 INSERT INTO `0_chart_class` VALUES (3, 'Income', 0);
34 INSERT INTO `0_chart_class` VALUES (4, 'Costs', 0);
35
36 -- 
37 -- Data in table `chart_master`
38 -- 
39
40 INSERT INTO `0_chart_master` VALUES ('3000', NULL, 'Sales', 1, 1);
41 INSERT INTO `0_chart_master` VALUES ('3010', NULL, 'Sales  - Wholesale', 1, 1);
42 INSERT INTO `0_chart_master` VALUES ('3020', NULL, 'Sales of Other items', 1, 1);
43 INSERT INTO `0_chart_master` VALUES ('3400', NULL, 'Difference On Exchange', 1, 0);
44 INSERT INTO `0_chart_master` VALUES ('5000', NULL, 'Direct Labour', 2, 0);
45 INSERT INTO `0_chart_master` VALUES ('5050', NULL, 'Direct Labour Recovery', 2, 0);
46 INSERT INTO `0_chart_master` VALUES ('4200', NULL, 'Material Usage Varaiance', 2, 4);
47 INSERT INTO `0_chart_master` VALUES ('4210', NULL, 'Consumable Materials', 2, 4);
48 INSERT INTO `0_chart_master` VALUES ('4220', NULL, 'Purchase price Variance', 2, 0);
49 INSERT INTO `0_chart_master` VALUES ('4000', NULL, 'Purchases of materials', 2, 4);
50 INSERT INTO `0_chart_master` VALUES ('4250', NULL, 'Discounts Received', 2, 0);
51 INSERT INTO `0_chart_master` VALUES ('4260', NULL, 'Exchange Variation', 2, 0);
52 INSERT INTO `0_chart_master` VALUES ('4300', NULL, 'Freight Inwards', 2, 4);
53 INSERT INTO `0_chart_master` VALUES ('4010', NULL, 'Cost of Goods Sold - Retail', 2, 4);
54 INSERT INTO `0_chart_master` VALUES ('6790', NULL, 'Bank Charges', 5, 4);
55 INSERT INTO `0_chart_master` VALUES ('6800', NULL, 'Entertainments', 5, 4);
56 INSERT INTO `0_chart_master` VALUES ('6810', NULL, 'Legal Expenses', 5, 4);
57 INSERT INTO `0_chart_master` VALUES ('6600', NULL, 'Repairs and Maintenance Office', 5, 4);
58 INSERT INTO `0_chart_master` VALUES ('6730', NULL, 'phone', 5, 4);
59 INSERT INTO `0_chart_master` VALUES ('8200', NULL, 'Bank Interest', 52, 0);
60 INSERT INTO `0_chart_master` VALUES ('6840', NULL, 'Credit Control', 5, 0);
61 INSERT INTO `0_chart_master` VALUES ('7040', NULL, 'Depreciation Office Equipment', 51, 0);
62 INSERT INTO `0_chart_master` VALUES ('3800', NULL, 'Freight Outwards', 5, 4);
63 INSERT INTO `0_chart_master` VALUES ('4500', NULL, 'Packaging', 5, 4);
64 INSERT INTO `0_chart_master` VALUES ('6400', NULL, 'Commissions', 5, 0);
65 INSERT INTO `0_chart_master` VALUES ('3200', NULL, 'Prompt Payment Discounts', 1, 0);
66 INSERT INTO `0_chart_master` VALUES ('6700', NULL, 'General Expenses', 5, 4);
67 INSERT INTO `0_chart_master` VALUES ('5200', NULL, 'Indirect Labour', 2, 0);
68 INSERT INTO `0_chart_master` VALUES ('5210', NULL, 'Overhead Recovery', 5, 0);
69 INSERT INTO `0_chart_master` VALUES ('1700', NULL, 'Bank account', 10, 0);
70 INSERT INTO `0_chart_master` VALUES ('1705', NULL, 'Petty Cash', 10, 0);
71 INSERT INTO `0_chart_master` VALUES ('1710', NULL, 'Foreign currency account', 10, 0);
72 INSERT INTO `0_chart_master` VALUES ('1500', NULL, 'Accounts Receivable', 20, 0);
73 INSERT INTO `0_chart_master` VALUES ('1400', NULL, 'Stocks of Raw Materials', 45, 0);
74 INSERT INTO `0_chart_master` VALUES ('1410', NULL, 'Stocks of Work In Progress', 45, 0);
75 INSERT INTO `0_chart_master` VALUES ('1420', NULL, 'Stocks of Finsihed Goods', 45, 0);
76 INSERT INTO `0_chart_master` VALUES ('1430', NULL, 'Goods Received Clearing account', 30, 0);
77 INSERT INTO `0_chart_master` VALUES ('2630', NULL, 'Accounts Payable', 30, 0);
78 INSERT INTO `0_chart_master` VALUES ('2660', NULL, 'VAT out 5', 30, 0);
79 INSERT INTO `0_chart_master` VALUES ('2662', NULL, 'VAT out 1', 30, 0);
80 INSERT INTO `0_chart_master` VALUES ('2664', NULL, 'VAT out 25', 30, 0);
81 INSERT INTO `0_chart_master` VALUES ('2680', NULL, 'VAT In 5', 30, 0);
82 INSERT INTO `0_chart_master` VALUES ('2682', NULL, 'VAT In 25', 30, 0);
83 INSERT INTO `0_chart_master` VALUES ('2050', NULL, 'Retained Earnings', 50, 0);
84 INSERT INTO `0_chart_master` VALUES ('2000', NULL, 'Share Capital', 50, 0);
85
86 -- 
87 -- Data in table `chart_types`
88 -- 
89
90 INSERT INTO `0_chart_types` VALUES (1, 'Sales', 3, -1);
91 INSERT INTO `0_chart_types` VALUES (2, 'Cost of Sales', 4, -1);
92 INSERT INTO `0_chart_types` VALUES (5, 'Expenses', 4, -1);
93 INSERT INTO `0_chart_types` VALUES (10, 'Cash/Bank', 1, -1);
94 INSERT INTO `0_chart_types` VALUES (20, 'Accounts Receivable', 1, -1);
95 INSERT INTO `0_chart_types` VALUES (30, 'Accounts Payable', 2, -1);
96 INSERT INTO `0_chart_types` VALUES (40, 'Fixed Assets', 1, -1);
97 INSERT INTO `0_chart_types` VALUES (45, 'Inventory', 1, -1);
98 INSERT INTO `0_chart_types` VALUES (50, 'Equity', 2, -1);
99 INSERT INTO `0_chart_types` VALUES (51, 'Depreciations', 4, -1);
100 INSERT INTO `0_chart_types` VALUES (52, 'Financials', 4, -1);
101
102 -- 
103 -- Data in table `company`
104 -- 
105
106 INSERT INTO `0_company` VALUES (1, 'Company name', '', '', 1, 1, 'N/A', '', '', '', '', '', 'USD', '1500', '4250', '2630', '1430', '4260', '4220', '2050', '3800', '3000', '3000', '3200', '1420', '4010', '4210', '3000', '1410', '5000', '', '', '', '', '', '', 0, 10, 10, 1000, 20, 20, 30, 1, 0);
107
108 -- 
109 -- Data in table `credit_status`
110 -- 
111
112 INSERT INTO `0_credit_status` VALUES (1, 'Good History', 0);
113 INSERT INTO `0_credit_status` VALUES (3, 'No more work until payment received', 1);
114 INSERT INTO `0_credit_status` VALUES (4, 'In liquidation', 1);
115
116 -- 
117 -- Data in table `currencies`
118 -- 
119
120 INSERT INTO `0_currencies` VALUES ('Kronor', 'SEK', 'kr', 'Sweden', '?ren');
121 INSERT INTO `0_currencies` VALUES ('Kroner', 'DKK', 'kr.', 'Denmark', '?re');
122 INSERT INTO `0_currencies` VALUES ('Euro', 'EUR', '?', 'Europe', 'Cents');
123 INSERT INTO `0_currencies` VALUES ('Pounds', 'GBP', '?', 'England', 'Pence');
124 INSERT INTO `0_currencies` VALUES ('US Dollars', 'USD', '$', 'United States', 'Cents');
125
126 -- 
127 -- Data in table `locations`
128 -- 
129
130 INSERT INTO `0_locations` VALUES ('DEF', 'Default', 'N/A', '', '', '', '');
131
132 -- 
133 -- Data in table `movement_types`
134 -- 
135
136 INSERT INTO `0_movement_types` VALUES (1, 'Adjustment');
137
138 -- 
139 -- Data in table `payment_terms`
140 -- 
141
142 INSERT INTO `0_payment_terms` VALUES (1, 'Due 15th Of the Following Month', 0, 17);
143 INSERT INTO `0_payment_terms` VALUES (2, 'Due By End Of The Following Month', 0, 30);
144 INSERT INTO `0_payment_terms` VALUES (3, 'Payment due within 10 days', 10, 0);
145 INSERT INTO `0_payment_terms` VALUES (4, 'Cash Only', 1, 0);
146
147 -- 
148 -- Data in table `sales_types`
149 -- 
150
151 INSERT INTO `0_sales_types` VALUES (1, 'Retail');
152 INSERT INTO `0_sales_types` VALUES (2, 'Wholesale');
153
154 -- 
155 -- Data in table `salesman`
156 -- 
157
158 INSERT INTO `0_salesman` VALUES (1, 'Sales Person', '', '', '');
159
160 -- 
161 -- Data in table `shippers`
162 -- 
163
164 INSERT INTO `0_shippers` VALUES (1, 'Default', '', '', '');
165
166 -- 
167 -- Data in table `stock_category`
168 -- 
169
170 INSERT INTO `0_stock_category` VALUES (1, 'Components', NULL, NULL, NULL, NULL);
171 INSERT INTO `0_stock_category` VALUES (2, 'Charges', NULL, NULL, NULL, NULL);
172 INSERT INTO `0_stock_category` VALUES (3, 'Systems', NULL, NULL, NULL, NULL);
173 INSERT INTO `0_stock_category` VALUES (4, 'Services', NULL, NULL, NULL, NULL);
174
175 -- 
176 -- Data in table `sys_types`
177 -- 
178
179 INSERT INTO `0_sys_types` VALUES (0, 'Journal - GL', 17, '0');
180 INSERT INTO `0_sys_types` VALUES (1, 'Payment - GL', 7, '0');
181 INSERT INTO `0_sys_types` VALUES (2, 'Receipt - GL', 4, '0');
182 INSERT INTO `0_sys_types` VALUES (4, 'Funds Transfer', 3, '0');
183 INSERT INTO `0_sys_types` VALUES (10, 'Sales Invoice', 16, '0');
184 INSERT INTO `0_sys_types` VALUES (11, 'Credit Note', 2, '0');
185 INSERT INTO `0_sys_types` VALUES (12, 'Receipt', 6, '0');
186 INSERT INTO `0_sys_types` VALUES (16, 'Location Transfer', 2, '0');
187 INSERT INTO `0_sys_types` VALUES (17, 'Inventory Adjustment', 2, '0');
188 INSERT INTO `0_sys_types` VALUES (18, 'Purchase Order', 1, '0');
189 INSERT INTO `0_sys_types` VALUES (20, 'Supplier Invoice', 6, '0');
190 INSERT INTO `0_sys_types` VALUES (21, 'Supplier Credit Note', 1, '0');
191 INSERT INTO `0_sys_types` VALUES (22, 'Supplier Payment', 3, '0');
192 INSERT INTO `0_sys_types` VALUES (25, 'Purchase Order Delivery', 1, '0');
193 INSERT INTO `0_sys_types` VALUES (26, 'Work Order', 1, '0');
194 INSERT INTO `0_sys_types` VALUES (28, 'Work Order Issue', 1, '0');
195 INSERT INTO `0_sys_types` VALUES (29, 'Work Order Production', 1, '0');
196 INSERT INTO `0_sys_types` VALUES (30, 'Sales Order', 1, '');
197 INSERT INTO `0_sys_types` VALUES (35, 'Cost Update', 1, '');
198 INSERT INTO `0_sys_types` VALUES (40, 'Dimension', 1, '3');
199
200 -- 
201 -- Data in table `users`
202 -- 
203
204 INSERT INTO `0_users` VALUES ('demouser', '5f4dcc3b5aa765d61d8327deb882cf99', 'Demo User', 1, '999-999-999', 'demo@demo.nu', 'en_US', 0, 0, 0, 0, 'default', 'Letter', 2, 2, 3, 1, 1, 0, '2007-02-06 19:02:35');
205 INSERT INTO `0_users` VALUES ('admin', '5f4dcc3b5aa765d61d8327deb882cf99', 'Administrator', 2, '', 'info@frontaccounting.com', 'en_US', 0, 0, 0, 0, 'default', 'Letter', 2, 2, 4, 1, 1, 0, '2007-03-20 10:52:46');
206