Merged changes form stable branch up to 2.3.13
[fa-stable.git] / sql / en_US-demo.sql
1 -- phpMyAdmin SQL Dump
2 -- version 2.11.8.1deb5
3 -- http://www.phpmyadmin.net
4 --
5 -- Host: localhost
6 -- Generation Time: May 11, 2010 at 11:32 PM
7 -- Server version: 5.0.51
8 -- PHP Version: 5.2.6-1+lenny2
9
10 --
11 -- Database: `fatest`
12 --
13
14 -- --------------------------------------------------------
15
16 --
17 -- Table structure for table `0_areas`
18 --
19
20 DROP TABLE IF EXISTS `0_areas`;
21 CREATE TABLE IF NOT EXISTS `0_areas` (
22   `area_code` int(11) NOT NULL auto_increment,
23   `description` varchar(60) NOT NULL default '',
24   `inactive` tinyint(1) NOT NULL default '0',
25   PRIMARY KEY  (`area_code`),
26   UNIQUE KEY `description` (`description`)
27 ) ENGINE=MyISAM  AUTO_INCREMENT=2 ;
28
29 --
30 -- Dumping data for table `0_areas`
31 --
32
33 INSERT INTO `0_areas` VALUES(1, 'Global', 0);
34
35 -- --------------------------------------------------------
36
37 --
38 -- Table structure for table `0_attachments`
39 --
40
41 DROP TABLE IF EXISTS `0_attachments`;
42 CREATE TABLE IF NOT EXISTS `0_attachments` (
43   `id` int(11) unsigned NOT NULL auto_increment,
44   `description` varchar(60) NOT NULL default '',
45   `type_no` int(11) NOT NULL default '0',
46   `trans_no` int(11) NOT NULL default '0',
47   `unique_name` varchar(60) NOT NULL default '',
48   `tran_date` date NOT NULL default '0000-00-00',
49   `filename` varchar(60) NOT NULL default '',
50   `filesize` int(11) NOT NULL default '0',
51   `filetype` varchar(60) NOT NULL default '',
52   PRIMARY KEY  (`id`),
53   KEY `type_no` (`type_no`,`trans_no`)
54 ) ENGINE=MyISAM AUTO_INCREMENT=1 ;
55
56 --
57 -- Dumping data for table `0_attachments`
58 --
59
60
61 -- --------------------------------------------------------
62
63 --
64 -- Table structure for table `0_audit_trail`
65 --
66
67 DROP TABLE IF EXISTS `0_audit_trail`;
68 CREATE TABLE IF NOT EXISTS `0_audit_trail` (
69   `id` int(11) NOT NULL auto_increment,
70   `type` smallint(6) unsigned NOT NULL default '0',
71   `trans_no` int(11) unsigned NOT NULL default '0',
72   `user` smallint(6) unsigned NOT NULL default '0',
73   `stamp` timestamp NOT NULL,
74   `description` varchar(60) default NULL,
75   `fiscal_year` int(11) NOT NULL,
76   `gl_date` date NOT NULL default '0000-00-00',
77   `gl_seq` int(11) unsigned default NULL,
78   PRIMARY KEY  (`id`),
79   KEY `Seq` (`fiscal_year`,`gl_date`,`gl_seq`),
80   KEY `Type_and_Number` (`type`,`trans_no`)
81 ) ENGINE=InnoDB AUTO_INCREMENT=1 ;
82
83 --
84 -- Dumping data for table `0_audit_trail`
85 --
86
87
88 -- --------------------------------------------------------
89
90 --
91 -- Table structure for table `0_bank_accounts`
92 --
93
94 DROP TABLE IF EXISTS `0_bank_accounts`;
95 CREATE TABLE IF NOT EXISTS `0_bank_accounts` (
96   `account_code` varchar(15) NOT NULL default '',
97   `account_type` smallint(6) NOT NULL default '0',
98   `bank_account_name` varchar(60) NOT NULL default '',
99   `bank_account_number` varchar(100) NOT NULL default '',
100   `bank_name` varchar(60) NOT NULL default '',
101   `bank_address` tinytext,
102   `bank_curr_code` char(3) NOT NULL default '',
103   `dflt_curr_act` tinyint(1) NOT NULL default '0',
104   `id` smallint(6) NOT NULL auto_increment,
105   `bank_charge_act` varchar(15) NOT NULL default '',
106   `last_reconciled_date` timestamp NOT NULL default '0000-00-00 00:00:00',
107   `ending_reconcile_balance` double NOT NULL default '0',
108   `inactive` tinyint(1) NOT NULL default '0',
109   PRIMARY KEY  (`id`),
110   KEY `bank_account_name` (`bank_account_name`),
111   KEY `bank_account_number` (`bank_account_number`),
112   KEY `account_code` (`account_code`)
113 ) ENGINE=MyISAM  AUTO_INCREMENT=3 ;
114
115 --
116 -- Dumping data for table `0_bank_accounts`
117 --
118
119 INSERT INTO `0_bank_accounts` VALUES('1060', 0, 'Current account', '9999999999', 'Wachovia Bank', '', 'USD', 1, 1, '5690', '0000-00-00 00:00:00', 0, 0);
120 INSERT INTO `0_bank_accounts` VALUES('1065', 3, 'Petty Cash account', 'N/A', 'N/A', '', 'USD', 0, 2, '5690', '0000-00-00 00:00:00', 0, 0);
121
122 -- --------------------------------------------------------
123
124 --
125 -- Table structure for table `0_bank_trans`
126 --
127
128 DROP TABLE IF EXISTS `0_bank_trans`;
129 CREATE TABLE IF NOT EXISTS `0_bank_trans` (
130   `id` int(11) NOT NULL auto_increment,
131   `type` smallint(6) default NULL,
132   `trans_no` int(11) default NULL,
133   `bank_act` varchar(15) NOT NULL default '',
134   `ref` varchar(40) default NULL,
135   `trans_date` date NOT NULL default '0000-00-00',
136   `amount` double default NULL,
137   `dimension_id` int(11) NOT NULL default '0',
138   `dimension2_id` int(11) NOT NULL default '0',
139   `person_type_id` int(11) NOT NULL default '0',
140   `person_id` tinyblob,
141   `reconciled` date default NULL,
142   PRIMARY KEY  (`id`),
143   KEY `bank_act` (`bank_act`,`ref`),
144   KEY `type` (`type`,`trans_no`),
145   KEY `bank_act_2` (`bank_act`,`reconciled`),
146   KEY `bank_act_3` (`bank_act`,`trans_date`)
147 ) ENGINE=InnoDB  AUTO_INCREMENT=12 ;
148
149 --
150 -- Dumping data for table `0_bank_trans`
151 --
152
153 INSERT INTO `0_bank_trans` VALUES(1, 22, 4, '1', '1', '2009-06-21', -3465, 0, 0, 3, '2', NULL);
154 INSERT INTO `0_bank_trans` VALUES(2, 26, 1, '1', '', '2009-06-21', -10, 0, 0, 1, '1', NULL);
155 INSERT INTO `0_bank_trans` VALUES(3, 26, 1, '1', '', '2009-06-21', -20, 0, 0, 1, '0', NULL);
156 INSERT INTO `0_bank_trans` VALUES(4, 0, 18, '1', '1', '2009-02-20', 1000, 0, 0, 0, '', NULL);
157 INSERT INTO `0_bank_trans` VALUES(5, 0, 19, '1', '2', '2009-02-21', 4000, 0, 0, 0, '', NULL);
158 INSERT INTO `0_bank_trans` VALUES(6, 2, 5, '1', '1', '2009-06-21', 100, 0, 0, 4, '3', NULL);
159 INSERT INTO `0_bank_trans` VALUES(7, 1, 8, '1', '1', '2009-06-21', -50, 0, 0, 4, '1', NULL);
160 INSERT INTO `0_bank_trans` VALUES(8, 26, 5, '1', '', '2009-06-21', -10, 0, 0, 1, '1', NULL);
161 INSERT INTO `0_bank_trans` VALUES(9, 26, 5, '1', '', '2009-06-21', -20, 0, 0, 1, '0', NULL);
162 INSERT INTO `0_bank_trans` VALUES(10, 26, 7, '1', '', '2009-06-21', -10, 0, 0, 1, '1', NULL);
163 INSERT INTO `0_bank_trans` VALUES(11, 26, 7, '1', '', '2009-06-21', -20, 0, 0, 1, '0', NULL);
164
165 -- --------------------------------------------------------
166
167 --
168 -- Table structure for table `0_bom`
169 --
170
171 DROP TABLE IF EXISTS `0_bom`;
172 CREATE TABLE IF NOT EXISTS `0_bom` (
173   `id` int(11) NOT NULL auto_increment,
174   `parent` char(20) NOT NULL default '',
175   `component` char(20) NOT NULL default '',
176   `workcentre_added` int(11) NOT NULL default '0',
177   `loc_code` char(5) NOT NULL default '',
178   `quantity` double NOT NULL default '1',
179   PRIMARY KEY  (`parent`,`component`,`workcentre_added`,`loc_code`),
180   KEY `component` (`component`),
181   KEY `id` (`id`),
182   KEY `loc_code` (`loc_code`),
183   KEY `parent` (`parent`,`loc_code`),
184   KEY `workcentre_added` (`workcentre_added`)
185 ) ENGINE=MyISAM  AUTO_INCREMENT=4 ;
186
187 --
188 -- Dumping data for table `0_bom`
189 --
190
191 INSERT INTO `0_bom` VALUES(1, '3400', '102', 1, 'DEF', 1);
192 INSERT INTO `0_bom` VALUES(2, '3400', '103', 1, 'DEF', 1);
193 INSERT INTO `0_bom` VALUES(3, '3400', '104', 1, 'DEF', 1);
194
195 -- --------------------------------------------------------
196
197 --
198 -- Table structure for table `0_budget_trans`
199 --
200
201 DROP TABLE IF EXISTS `0_budget_trans`;
202 CREATE TABLE IF NOT EXISTS `0_budget_trans` (
203   `id` int(11) NOT NULL auto_increment,
204   `tran_date` date NOT NULL default '0000-00-00',
205   `account` varchar(15) NOT NULL default '',
206   `memo_` tinytext NOT NULL,
207   `amount` double NOT NULL default '0',
208   `dimension_id` int(11) default '0',
209   `dimension2_id` int(11) default '0',
210   PRIMARY KEY  (`id`),
211   KEY `Account` (`account`,`tran_date`,`dimension_id`,`dimension2_id`)
212 ) ENGINE=InnoDB AUTO_INCREMENT=1 ;
213
214 --
215 -- Dumping data for table `0_budget_trans`
216 --
217
218
219 -- --------------------------------------------------------
220
221 --
222 -- Table structure for table `0_chart_class`
223 --
224
225 DROP TABLE IF EXISTS `0_chart_class`;
226 CREATE TABLE IF NOT EXISTS `0_chart_class` (
227   `cid` varchar(3) NOT NULL,
228   `class_name` varchar(60) NOT NULL default '',
229   `ctype` tinyint(1) NOT NULL default '0',
230   `inactive` tinyint(1) NOT NULL default '0',
231   PRIMARY KEY  (`cid`)
232 ) ENGINE=MyISAM;
233
234 --
235 -- Dumping data for table `0_chart_class`
236 --
237
238 INSERT INTO `0_chart_class` VALUES('1', 'Assets', 1, 0);
239 INSERT INTO `0_chart_class` VALUES('2', 'Liabilities', 2, 0);
240 INSERT INTO `0_chart_class` VALUES('3', 'Income', 4, 0);
241 INSERT INTO `0_chart_class` VALUES('4', 'Costs', 6, 0);
242
243 -- --------------------------------------------------------
244
245 --
246 -- Table structure for table `0_chart_master`
247 --
248
249 DROP TABLE IF EXISTS `0_chart_master`;
250 CREATE TABLE IF NOT EXISTS `0_chart_master` (
251   `account_code` varchar(15) NOT NULL default '',
252   `account_code2` varchar(15) NOT NULL default '',
253   `account_name` varchar(60) NOT NULL default '',
254   `account_type` varchar(10) NOT NULL default '0',
255   `inactive` tinyint(1) NOT NULL default '0',
256   PRIMARY KEY  (`account_code`),
257   KEY `account_name` (`account_name`),
258   KEY `accounts_by_type` (`account_type`,`account_code`)
259 ) ENGINE=MyISAM;
260
261 --
262 -- Dumping data for table `0_chart_master`
263 --
264
265 INSERT INTO `0_chart_master` VALUES('1060', '', 'Checking Account', '1', 0);
266 INSERT INTO `0_chart_master` VALUES('1065', '', 'Petty Cash', '1', 0);
267 INSERT INTO `0_chart_master` VALUES('1200', '', 'Accounts Receivables', '1', 0);
268 INSERT INTO `0_chart_master` VALUES('1205', '', 'Allowance for doubtful accounts', '1', 0);
269 INSERT INTO `0_chart_master` VALUES('1510', '', 'Inventory', '2', 0);
270 INSERT INTO `0_chart_master` VALUES('1520', '', 'Stocks of Raw Materials', '2', 0);
271 INSERT INTO `0_chart_master` VALUES('1530', '', 'Stocks of Work In Progress', '2', 0);
272 INSERT INTO `0_chart_master` VALUES('1540', '', 'Stocks of Finsihed Goods', '2', 0);
273 INSERT INTO `0_chart_master` VALUES('1550', '', 'Goods Received Clearing account', '2', 0);
274 INSERT INTO `0_chart_master` VALUES('1820', '', 'Office Furniture & Equipment', '3', 0);
275 INSERT INTO `0_chart_master` VALUES('1825', '', 'Accum. Amort. -Furn. & Equip.', '3', 0);
276 INSERT INTO `0_chart_master` VALUES('1840', '', 'Vehicle', '3', 0);
277 INSERT INTO `0_chart_master` VALUES('1845', '', 'Accum. Amort. -Vehicle', '3', 0);
278 INSERT INTO `0_chart_master` VALUES('2100', '', 'Accounts Payable', '4', 0);
279 INSERT INTO `0_chart_master` VALUES('2110', '', 'Accrued Income Tax - Federal', '4', 0);
280 INSERT INTO `0_chart_master` VALUES('2120', '', 'Accrued Income Tax - State', '4', 0);
281 INSERT INTO `0_chart_master` VALUES('2130', '', 'Accrued Franchise Tax', '4', 0);
282 INSERT INTO `0_chart_master` VALUES('2140', '', 'Accrued Real & Personal Prop Tax', '4', 0);
283 INSERT INTO `0_chart_master` VALUES('2150', '', 'Sales Tax', '4', 0);
284 INSERT INTO `0_chart_master` VALUES('2160', '', 'Accrued Use Tax Payable', '4', 0);
285 INSERT INTO `0_chart_master` VALUES('2210', '', 'Accrued Wages', '4', 0);
286 INSERT INTO `0_chart_master` VALUES('2220', '', 'Accrued Comp Time', '4', 0);
287 INSERT INTO `0_chart_master` VALUES('2230', '', 'Accrued Holiday Pay', '4', 0);
288 INSERT INTO `0_chart_master` VALUES('2240', '', 'Accrued Vacation Pay', '4', 0);
289 INSERT INTO `0_chart_master` VALUES('2310', '', 'Accr. Benefits - 401K', '4', 0);
290 INSERT INTO `0_chart_master` VALUES('2320', '', 'Accr. Benefits - Stock Purchase', '4', 0);
291 INSERT INTO `0_chart_master` VALUES('2330', '', 'Accr. Benefits - Med, Den', '4', 0);
292 INSERT INTO `0_chart_master` VALUES('2340', '', 'Accr. Benefits - Payroll Taxes', '4', 0);
293 INSERT INTO `0_chart_master` VALUES('2350', '', 'Accr. Benefits - Credit Union', '4', 0);
294 INSERT INTO `0_chart_master` VALUES('2360', '', 'Accr. Benefits - Savings Bond', '4', 0);
295 INSERT INTO `0_chart_master` VALUES('2370', '', 'Accr. Benefits - Garnish', '4', 0);
296 INSERT INTO `0_chart_master` VALUES('2380', '', 'Accr. Benefits - Charity Cont.', '4', 0);
297 INSERT INTO `0_chart_master` VALUES('2620', '', 'Bank Loans', '5', 0);
298 INSERT INTO `0_chart_master` VALUES('2680', '', 'Loans from Shareholders', '5', 0);
299 INSERT INTO `0_chart_master` VALUES('3350', '', 'Common Shares', '6', 0);
300 INSERT INTO `0_chart_master` VALUES('3590', '', 'Retained Earnings - prior years', '7', 0);
301 INSERT INTO `0_chart_master` VALUES('4010', '', 'Sales', '8', 0);
302 INSERT INTO `0_chart_master` VALUES('4430', '', 'Shipping & Handling', '9', 0);
303 INSERT INTO `0_chart_master` VALUES('4440', '', 'Interest', '9', 0);
304 INSERT INTO `0_chart_master` VALUES('4450', '', 'Foreign Exchange Gain', '9', 0);
305 INSERT INTO `0_chart_master` VALUES('4500', '', 'Prompt Payment Discounts', '9', 0);
306 INSERT INTO `0_chart_master` VALUES('4510', '', 'Discounts Given', '9', 0);
307 INSERT INTO `0_chart_master` VALUES('5010', '', 'Cost of Goods Sold - Retail', '10', 0);
308 INSERT INTO `0_chart_master` VALUES('5020', '', 'Material Usage Varaiance', '10', 0);
309 INSERT INTO `0_chart_master` VALUES('5030', '', 'Consumable Materials', '10', 0);
310 INSERT INTO `0_chart_master` VALUES('5040', '', 'Purchase price Variance', '10', 0);
311 INSERT INTO `0_chart_master` VALUES('5050', '', 'Purchases of materials', '10', 0);
312 INSERT INTO `0_chart_master` VALUES('5060', '', 'Discounts Received', '10', 0);
313 INSERT INTO `0_chart_master` VALUES('5100', '', 'Freight', '10', 0);
314 INSERT INTO `0_chart_master` VALUES('5410', '', 'Wages & Salaries', '11', 0);
315 INSERT INTO `0_chart_master` VALUES('5420', '', 'Wages - Overtime', '11', 0);
316 INSERT INTO `0_chart_master` VALUES('5430', '', 'Benefits - Comp Time', '11', 0);
317 INSERT INTO `0_chart_master` VALUES('5440', '', 'Benefits - Payroll Taxes', '11', 0);
318 INSERT INTO `0_chart_master` VALUES('5450', '', 'Benefits - Workers Comp', '11', 0);
319 INSERT INTO `0_chart_master` VALUES('5460', '', 'Benefits - Pension', '11', 0);
320 INSERT INTO `0_chart_master` VALUES('5470', '', 'Benefits - General Benefits', '11', 0);
321 INSERT INTO `0_chart_master` VALUES('5510', '', 'Inc Tax Exp - Federal', '11', 0);
322 INSERT INTO `0_chart_master` VALUES('5520', '', 'Inc Tax Exp - State', '11', 0);
323 INSERT INTO `0_chart_master` VALUES('5530', '', 'Taxes - Real Estate', '11', 0);
324 INSERT INTO `0_chart_master` VALUES('5540', '', 'Taxes - Personal Property', '11', 0);
325 INSERT INTO `0_chart_master` VALUES('5550', '', 'Taxes - Franchise', '11', 0);
326 INSERT INTO `0_chart_master` VALUES('5560', '', 'Taxes - Foreign Withholding', '11', 0);
327 INSERT INTO `0_chart_master` VALUES('5610', '', 'Accounting & Legal', '12', 0);
328 INSERT INTO `0_chart_master` VALUES('5615', '', 'Advertising & Promotions', '12', 0);
329 INSERT INTO `0_chart_master` VALUES('5620', '', 'Bad Debts', '12', 0);
330 INSERT INTO `0_chart_master` VALUES('5660', '', 'Amortization Expense', '12', 0);
331 INSERT INTO `0_chart_master` VALUES('5685', '', 'Insurance', '12', 0);
332 INSERT INTO `0_chart_master` VALUES('5690', '', 'Interest & Bank Charges', '12', 0);
333 INSERT INTO `0_chart_master` VALUES('5700', '', 'Office Supplies', '12', 0);
334 INSERT INTO `0_chart_master` VALUES('5760', '', 'Rent', '12', 0);
335 INSERT INTO `0_chart_master` VALUES('5765', '', 'Repair & Maintenance', '12', 0);
336 INSERT INTO `0_chart_master` VALUES('5780', '', 'Telephone', '12', 0);
337 INSERT INTO `0_chart_master` VALUES('5785', '', 'Travel & Entertainment', '12', 0);
338 INSERT INTO `0_chart_master` VALUES('5790', '', 'Utilities', '12', 0);
339 INSERT INTO `0_chart_master` VALUES('5795', '', 'Registrations', '12', 0);
340 INSERT INTO `0_chart_master` VALUES('5800', '', 'Licenses', '12', 0);
341 INSERT INTO `0_chart_master` VALUES('5810', '', 'Foreign Exchange Loss', '12', 0);
342 INSERT INTO `0_chart_master` VALUES('9990', '', 'Year Profit/Loss', '12', 0);
343
344 -- --------------------------------------------------------
345
346 --
347 -- Table structure for table `0_chart_types`
348 --
349
350 DROP TABLE IF EXISTS `0_chart_types`;
351 CREATE TABLE IF NOT EXISTS `0_chart_types` (
352   `id` varchar(10) NOT NULL,
353   `name` varchar(60) NOT NULL default '',
354   `class_id` varchar(3) NOT NULL default '',
355   `parent` varchar(10) NOT NULL default '-1',
356   `inactive` tinyint(1) NOT NULL default '0',
357   PRIMARY KEY  (`id`),
358   KEY `name` (`name`),
359   KEY `class_id` (`class_id`)
360 ) ENGINE=MyISAM ;
361
362 --
363 -- Dumping data for table `0_chart_types`
364 --
365
366 INSERT INTO `0_chart_types` VALUES('1', 'Current Assets', '1', '', 0);
367 INSERT INTO `0_chart_types` VALUES('2', 'Inventory Assets', '1', '', 0);
368 INSERT INTO `0_chart_types` VALUES('3', 'Capital Assets', '1', '', 0);
369 INSERT INTO `0_chart_types` VALUES('4', 'Current Liabilities', '2', '', 0);
370 INSERT INTO `0_chart_types` VALUES('5', 'Long Term Liabilities', '2', '', 0);
371 INSERT INTO `0_chart_types` VALUES('6', 'Share Capital', '2', '', 0);
372 INSERT INTO `0_chart_types` VALUES('7', 'Retained Earnings', '2', '', 0);
373 INSERT INTO `0_chart_types` VALUES('8', 'Sales Revenue', '3', '', 0);
374 INSERT INTO `0_chart_types` VALUES('9', 'Other Revenue', '3', '', 0);
375 INSERT INTO `0_chart_types` VALUES('10', 'Cost of Goods Sold', '4', '', 0);
376 INSERT INTO `0_chart_types` VALUES('11', 'Payroll Expenses', '4', '', 0);
377 INSERT INTO `0_chart_types` VALUES('12', 'General & Administrative expenses', '4', '', 0);
378
379 -- --------------------------------------------------------
380
381 --
382 -- Table structure for table `0_comments`
383 --
384
385 DROP TABLE IF EXISTS `0_comments`;
386 CREATE TABLE IF NOT EXISTS `0_comments` (
387   `type` int(11) NOT NULL default '0',
388   `id` int(11) NOT NULL default '0',
389   `date_` date default '0000-00-00',
390   `memo_` tinytext,
391   KEY `type_and_id` (`type`,`id`)
392 ) ENGINE=InnoDB;
393
394 --
395 -- Dumping data for table `0_comments`
396 --
397
398
399 -- --------------------------------------------------------
400
401 --
402 -- Table structure for table `0_credit_status`
403 --
404
405 DROP TABLE IF EXISTS `0_credit_status`;
406 CREATE TABLE IF NOT EXISTS `0_credit_status` (
407   `id` int(11) NOT NULL auto_increment,
408   `reason_description` char(100) NOT NULL default '',
409   `dissallow_invoices` tinyint(1) NOT NULL default '0',
410   `inactive` tinyint(1) NOT NULL default '0',
411   PRIMARY KEY  (`id`),
412   UNIQUE KEY `reason_description` (`reason_description`)
413 ) ENGINE=MyISAM  AUTO_INCREMENT=5 ;
414
415 --
416 -- Dumping data for table `0_credit_status`
417 --
418
419 INSERT INTO `0_credit_status` VALUES(1, 'Good History', 0, 0);
420 INSERT INTO `0_credit_status` VALUES(3, 'No more work until payment received', 1, 0);
421 INSERT INTO `0_credit_status` VALUES(4, 'In liquidation', 1, 0);
422
423 -- --------------------------------------------------------
424
425 --
426 -- Table structure for table `0_crm_categories`
427 --
428
429 DROP TABLE IF EXISTS `0_crm_categories`;
430 CREATE TABLE IF NOT EXISTS `0_crm_categories` (
431   `id` int(11) NOT NULL auto_increment COMMENT 'pure technical key',
432   `type` varchar(20) NOT NULL COMMENT 'contact type e.g. customer',
433   `action` varchar(20) NOT NULL COMMENT 'detailed usage e.g. department',
434   `name` varchar(30) NOT NULL COMMENT 'for category selector',
435   `description` tinytext NOT NULL COMMENT 'usage description',
436   `system` tinyint(1) NOT NULL default '0' COMMENT 'nonzero for core system usage',
437   `inactive` tinyint(1) NOT NULL default '0',
438   PRIMARY KEY  (`id`),
439   UNIQUE KEY `type` (`type`,`action`),
440   UNIQUE KEY `type_2` (`type`,`name`)
441 ) ENGINE=InnoDB  AUTO_INCREMENT=13 ;
442
443 --
444 -- Dumping data for table `0_crm_categories`
445 --
446
447 INSERT INTO `0_crm_categories` VALUES(1, 'cust_branch', 'general', 'General', 'General contact data for customer branch (overrides company setting)', 1, 0);
448 INSERT INTO `0_crm_categories` VALUES(2, 'cust_branch', 'invoice', 'Invoices', 'Invoice posting (overrides company setting)', 1, 0);
449 INSERT INTO `0_crm_categories` VALUES(3, 'cust_branch', 'order', 'Orders', 'Order confirmation (overrides company setting)', 1, 0);
450 INSERT INTO `0_crm_categories` VALUES(4, 'cust_branch', 'delivery', 'Deliveries', 'Delivery coordination (overrides company setting)', 1, 0);
451 INSERT INTO `0_crm_categories` VALUES(5, 'customer', 'general', 'General', 'General contact data for customer', 1, 0);
452 INSERT INTO `0_crm_categories` VALUES(6, 'customer', 'order', 'Orders', 'Order confirmation', 1, 0);
453 INSERT INTO `0_crm_categories` VALUES(7, 'customer', 'delivery', 'Deliveries', 'Delivery coordination', 1, 0);
454 INSERT INTO `0_crm_categories` VALUES(8, 'customer', 'invoice', 'Invoices', 'Invoice posting', 1, 0);
455 INSERT INTO `0_crm_categories` VALUES(9, 'supplier', 'general', 'General', 'General contact data for supplier', 1, 0);
456 INSERT INTO `0_crm_categories` VALUES(10, 'supplier', 'order', 'Orders', 'Order confirmation', 1, 0);
457 INSERT INTO `0_crm_categories` VALUES(11, 'supplier', 'delivery', 'Deliveries', 'Delivery coordination', 1, 0);
458 INSERT INTO `0_crm_categories` VALUES(12, 'supplier', 'invoice', 'Invoices', 'Invoice posting', 1, 0);
459
460 -- --------------------------------------------------------
461
462 --
463 -- Table structure for table `0_crm_contacts`
464 --
465
466 DROP TABLE IF EXISTS `0_crm_contacts`;
467 CREATE TABLE IF NOT EXISTS `0_crm_contacts` (
468   `id` int(11) NOT NULL auto_increment,
469   `person_id` int(11) NOT NULL default '0' COMMENT 'foreign key to crm_contacts',
470   `type` varchar(20) NOT NULL COMMENT 'foreign key to crm_categories',
471   `action` varchar(20) NOT NULL COMMENT 'foreign key to crm_categories',
472   `entity_id` varchar(11) default NULL COMMENT 'entity id in related class table',
473   PRIMARY KEY  (`id`),
474   KEY `type` (`type`,`action`)
475 ) ENGINE=InnoDB  AUTO_INCREMENT=10 ;
476
477 --
478 -- Dumping data for table `0_crm_contacts`
479 --
480
481 INSERT INTO `0_crm_contacts` VALUES(1, 1, 'customer', 'general', '1');
482 INSERT INTO `0_crm_contacts` VALUES(2, 2, 'customer', 'general', '2');
483 INSERT INTO `0_crm_contacts` VALUES(3, 3, 'customer', 'general', '3');
484 INSERT INTO `0_crm_contacts` VALUES(4, 4, 'cust_branch', 'general', '1');
485 INSERT INTO `0_crm_contacts` VALUES(5, 5, 'cust_branch', 'general', '2');
486 INSERT INTO `0_crm_contacts` VALUES(6, 6, 'cust_branch', 'general', '3');
487 INSERT INTO `0_crm_contacts` VALUES(7, 7, 'supplier', 'general', '1');
488 INSERT INTO `0_crm_contacts` VALUES(8, 8, 'supplier', 'general', '2');
489 INSERT INTO `0_crm_contacts` VALUES(9, 9, 'supplier', 'general', '3');
490
491 -- --------------------------------------------------------
492
493 --
494 -- Table structure for table `0_crm_persons`
495 --
496
497 DROP TABLE IF EXISTS `0_crm_persons`;
498 CREATE TABLE IF NOT EXISTS `0_crm_persons` (
499   `id` int(11) NOT NULL auto_increment,
500   `ref` varchar(30) NOT NULL,
501   `name` varchar(60) NOT NULL,
502   `name2` varchar(60) default NULL,
503   `address` tinytext,
504   `phone` varchar(30) default NULL,
505   `phone2` varchar(30) default NULL,
506   `fax` varchar(30) default NULL,
507   `email` varchar(100) default NULL,
508   `lang` char(5) default NULL,
509   `notes` tinytext NOT NULL,
510   `inactive` tinyint(1) NOT NULL default '0',
511   PRIMARY KEY  (`id`),
512   KEY `ref` (`ref`)
513 ) ENGINE=InnoDB  AUTO_INCREMENT=10 ;
514
515 --
516 -- Dumping data for table `0_crm_persons`
517 --
518
519 INSERT INTO `0_crm_persons` VALUES(1, 'Beefeater', '', NULL, NULL, NULL, NULL, NULL, '', '', '', 0);
520 INSERT INTO `0_crm_persons` VALUES(2, 'Ghostbusters', '', NULL, NULL, NULL, NULL, NULL, '', NULL, '', 0);
521 INSERT INTO `0_crm_persons` VALUES(3, 'Brezan', '', NULL, NULL, NULL, NULL, NULL, '', '', '', 0);
522 INSERT INTO `0_crm_persons` VALUES(4, 'Beefeater', 'Main Branch', NULL, '', '', '', '', '', NULL, '', 0);
523 INSERT INTO `0_crm_persons` VALUES(5, 'Ghostbusters', 'Main Branch', NULL, 'Address 1\nAddress 2\nAddress 3', '', '', '', '', NULL, '', 0);
524 INSERT INTO `0_crm_persons` VALUES(6, 'Brezan', 'Main Branch', NULL, 'Address 1\nAddress 2\nAddress 3', '', '', '', '', NULL, '', 0);
525 INSERT INTO `0_crm_persons` VALUES(7, 'Junk Beer', 'Contact', NULL, 'Address 1\nAddress 2\nAddress 3', '+45 55667788', '', '', '', '', '', 0);
526 INSERT INTO `0_crm_persons` VALUES(8, 'Lucky Luke', 'Luke', NULL, 'Address 1\nAddress 2\nAddress 3', '(111) 222.333.444', '', '', '', NULL, '', 0);
527 INSERT INTO `0_crm_persons` VALUES(9, 'Money Makers', 'Makers', NULL, 'Address 1\nAddress 2\nAddress 3', '+44 444 555 666', '', '', '', '', '', 0);
528
529 -- --------------------------------------------------------
530
531 --
532 -- Table structure for table `0_currencies`
533 --
534
535 DROP TABLE IF EXISTS `0_currencies`;
536 CREATE TABLE IF NOT EXISTS `0_currencies` (
537   `currency` varchar(60) NOT NULL default '',
538   `curr_abrev` char(3) NOT NULL default '',
539   `curr_symbol` varchar(10) NOT NULL default '',
540   `country` varchar(100) NOT NULL default '',
541   `hundreds_name` varchar(15) NOT NULL default '',
542   `auto_update` tinyint(1) NOT NULL default '1',
543   `inactive` tinyint(1) NOT NULL default '0',
544   PRIMARY KEY  (`curr_abrev`)
545 ) ENGINE=MyISAM;
546
547 --
548 -- Dumping data for table `0_currencies`
549 --
550
551 INSERT INTO `0_currencies` VALUES('US Dollars', 'USD', '$', 'United States', 'Cents', 1, 0);
552 INSERT INTO `0_currencies` VALUES('CA Dollars', 'CAD', '$', 'Canada', 'Cents', 1, 0);
553 INSERT INTO `0_currencies` VALUES('Euro', 'EUR', '?', 'Europe', 'Cents', 1, 0);
554 INSERT INTO `0_currencies` VALUES('Pounds', 'GBP', '?', 'England', 'Pence', 1, 0);
555 INSERT INTO `0_currencies` VALUES('DK Kroner', 'DKK', '?', 'Denmark', 'Ore', 1, 0);
556
557 -- --------------------------------------------------------
558
559 --
560 -- Table structure for table `0_cust_allocations`
561 --
562
563 DROP TABLE IF EXISTS `0_cust_allocations`;
564 CREATE TABLE IF NOT EXISTS `0_cust_allocations` (
565   `id` int(11) NOT NULL auto_increment,
566   `amt` double unsigned default NULL,
567   `date_alloc` date NOT NULL default '0000-00-00',
568   `trans_no_from` int(11) default NULL,
569   `trans_type_from` int(11) default NULL,
570   `trans_no_to` int(11) default NULL,
571   `trans_type_to` int(11) default NULL,
572   PRIMARY KEY (`id`),
573   UNIQUE KEY (`trans_type_from`,`trans_no_from`,`trans_type_to`,`trans_no_to`),
574   KEY `From` (`trans_type_from`,`trans_no_from`),
575   KEY `To` (`trans_type_to`,`trans_no_to`)
576 ) ENGINE=InnoDB  AUTO_INCREMENT=2 ;
577
578 --
579 -- Dumping data for table `0_cust_allocations`
580 --
581
582 INSERT INTO `0_cust_allocations` VALUES(1, 37.68, '2009-06-21', 3, 11, 18, 10);
583
584 -- --------------------------------------------------------
585
586 --
587 -- Table structure for table `0_cust_branch`
588 --
589
590 DROP TABLE IF EXISTS `0_cust_branch`;
591 CREATE TABLE IF NOT EXISTS `0_cust_branch` (
592   `branch_code` int(11) NOT NULL auto_increment,
593   `debtor_no` int(11) NOT NULL default '0',
594   `br_name` varchar(60) NOT NULL default '',
595   `branch_ref` varchar(30) NOT NULL default '',
596   `br_address` tinytext NOT NULL,
597   `area` int(11) default NULL,
598   `salesman` int(11) NOT NULL default '0',
599   `contact_name` varchar(60) NOT NULL default '',
600   `default_location` varchar(5) NOT NULL default '',
601   `tax_group_id` int(11) default NULL,
602   `sales_account` varchar(15) NOT NULL default '',
603   `sales_discount_account` varchar(15) NOT NULL default '',
604   `receivables_account` varchar(15) NOT NULL default '',
605   `payment_discount_account` varchar(15) NOT NULL default '',
606   `default_ship_via` int(11) NOT NULL default '1',
607   `disable_trans` tinyint(4) NOT NULL default '0',
608   `br_post_address` tinytext NOT NULL,
609   `group_no` int(11) NOT NULL default '0',
610   `notes` tinytext NOT NULL,
611   `bank_account` varchar(60) DEFAULT NULL,
612   `inactive` tinyint(1) NOT NULL default '0',
613   PRIMARY KEY  (`branch_code`,`debtor_no`),
614   KEY `branch_code` (`branch_code`),
615   KEY `branch_ref` (`branch_ref`),
616   KEY `group_no` (`group_no`)
617 ) ENGINE=MyISAM  AUTO_INCREMENT=4 ;
618
619 --
620 -- Dumping data for table `0_cust_branch`
621 --
622
623 INSERT INTO `0_cust_branch` VALUES(1, 1, 'Beefeater Ltd.', 'Beefeater', '', 1, 1, 'Main Branch', 'DEF', 2, '', '4510', '1200', '4500', 1, 0, 'Address 1\nAddress 2\nAddress 3', 0, '', '', 0);
624 INSERT INTO `0_cust_branch` VALUES(2, 2, 'Ghostbusters Corp.', 'Ghostbusters', 'Address 1\nAddress 2\nAddress 3', 1, 1, 'Main Branch', 'DEF', 1, '', '4510', '1200', '4500', 1, 0, 'Address 1\nAddress 2\nAddress 3', 0, '','', 0);
625 INSERT INTO `0_cust_branch` VALUES(3, 3, 'Brezan', 'Brezan', 'Address 1\nAddress 2\nAddress 3', 1, 1, 'Main Branch', 'DEF', 1, '', '4510', '1200', '4500', 1, 0, 'Address 1\nAddress 2\nAddress 3', 0, '', '', 0);
626
627 -- --------------------------------------------------------
628
629 --
630 -- Table structure for table `0_debtors_master`
631 --
632
633 DROP TABLE IF EXISTS `0_debtors_master`;
634 CREATE TABLE IF NOT EXISTS `0_debtors_master` (
635   `debtor_no` int(11) NOT NULL auto_increment,
636   `name` varchar(100) NOT NULL default '',
637   `debtor_ref` varchar(30) NOT NULL,
638   `address` tinytext,
639   `tax_id` varchar(55) NOT NULL default '',
640   `curr_code` char(3) NOT NULL default '',
641   `sales_type` int(11) NOT NULL default '1',
642   `dimension_id` int(11) NOT NULL default '0',
643   `dimension2_id` int(11) NOT NULL default '0',
644   `credit_status` int(11) NOT NULL default '0',
645   `payment_terms` int(11) default NULL,
646   `discount` double NOT NULL default '0',
647   `pymt_discount` double NOT NULL default '0',
648   `credit_limit` float NOT NULL default '1000',
649   `notes` tinytext NOT NULL,
650   `inactive` tinyint(1) NOT NULL default '0',
651   PRIMARY KEY  (`debtor_no`),
652   KEY `name` (`name`),
653   UNIQUE KEY `debtor_ref` (`debtor_ref`)
654 ) ENGINE=MyISAM  AUTO_INCREMENT=4 ;
655
656 --
657 -- Dumping data for table `0_debtors_master`
658 --
659
660 INSERT INTO `0_debtors_master` VALUES(1, 'Beefeater Ltd.', 'Beefeater', 'Addr 1\nAddr 2\nAddr 3', '345678', 'GBP', 2, 0, 0, 1, 3, 0, 0, 1000, '', 0);
661 INSERT INTO `0_debtors_master` VALUES(2, 'Ghostbusters Corp.', 'Ghostbusters', 'Address 1\nAddress 2\nAddress 3', '2222222', 'USD', 1, 0, 0, 1, 4, 0, 0, 1000, '', 0);
662 INSERT INTO `0_debtors_master` VALUES(3, 'Brezan', 'Brezan', 'Address 1\nAddress 2\nAddress 3', '7777777', 'EUR', 2, 0, 0, 1, 3, 0, 0, 1000, '', 0);
663
664 -- --------------------------------------------------------
665
666 --
667 -- Table structure for table `0_debtor_trans`
668 --
669
670 DROP TABLE IF EXISTS `0_debtor_trans`;
671 CREATE TABLE IF NOT EXISTS `0_debtor_trans` (
672   `trans_no` int(11) unsigned NOT NULL default '0',
673   `type` smallint(6) unsigned NOT NULL default '0',
674   `version` tinyint(1) unsigned NOT NULL default '0',
675   `debtor_no` int(11) unsigned default NULL,
676   `branch_code` int(11) NOT NULL default '-1',
677   `tran_date` date NOT NULL default '0000-00-00',
678   `due_date` date NOT NULL default '0000-00-00',
679   `reference` varchar(60) NOT NULL default '',
680   `tpe` int(11) NOT NULL default '0',
681   `order_` int(11) NOT NULL default '0',
682   `ov_amount` double NOT NULL default '0',
683   `ov_gst` double NOT NULL default '0',
684   `ov_freight` double NOT NULL default '0',
685   `ov_freight_tax` double NOT NULL default '0',
686   `ov_discount` double NOT NULL default '0',
687   `alloc` double NOT NULL default '0',
688   `prep_amount` double NOT NULL DEFAULT '0',
689   `rate` double NOT NULL default '1',
690   `ship_via` int(11) default NULL,
691   `dimension_id` int(11) NOT NULL default '0',
692   `dimension2_id` int(11) NOT NULL default '0',
693   `payment_terms` int(11) default NULL,
694   `tax_included` tinyint(1) unsigned NOT NULL default '0',
695   PRIMARY KEY  (`type`,`trans_no`),
696   KEY `debtor_no` (`debtor_no`,`branch_code`),
697   KEY `tran_date` (`tran_date`)
698 ) ENGINE=InnoDB;
699
700 --
701 -- Dumping data for table `0_debtor_trans`
702 --
703
704 INSERT INTO `0_debtor_trans` VALUES(17, 10, 0, 2, 2, '2009-06-21', '2009-06-22', '1', 1, 2, 50, 2.5, 0, 0, 0, 0, 0, 1, 1, 0, 0, 4, 0);
705 INSERT INTO `0_debtor_trans` VALUES(18, 10, 1, 3, 3, '2009-06-21', '2009-07-01', '2', 2, 3, 35.89, 1.79, 0, 0, 0, 37.68, 0, 1.3932, 1, 2, 0, 3, 0);
706 INSERT INTO `0_debtor_trans` VALUES(19, 10, 0, 2, 2, '2009-06-21', '2009-06-22', '3', 1, 5, 50, 0, 5, 0, 0, 0, 0, 1, 1, 0, 0, 4, 0);
707 INSERT INTO `0_debtor_trans` VALUES(3, 11, 0, 3, 3, '2009-06-21', '0000-00-00', '1', 2, 3, 35.89, 1.79, 0, 0, 0, 37.68, 0, 1.3932, 1, 2, 0, 3, 0);
708 INSERT INTO `0_debtor_trans` VALUES(2, 13, 0, 1, 1, '2009-06-21', '2009-06-22', '1', 2, 1, 60.8, 0, 10, 0, 0, 0, 0, 1.6445729799917, 1, 0, 0, 3, 0);
709 INSERT INTO `0_debtor_trans` VALUES(3, 13, 1, 2, 2, '2009-06-21', '2009-06-22', 'auto', 1, 2, 50, 2.5, 0, 0, 0, 0, 0, 1, 1, 0, 0, 4, 0);
710 INSERT INTO `0_debtor_trans` VALUES(4, 13, 1, 3, 3, '2009-06-21', '2009-07-01', 'auto', 2, 3, 35.89, 1.79, 0, 0, 0, 0, 0, 1.3932, 1, 2, 0, 3, 0);
711 INSERT INTO `0_debtor_trans` VALUES(5, 13, 1, 2, 2, '2009-06-21', '2009-06-22', 'auto', 1, 5, 50, 0, 5, 0, 0, 0, 0, 1, 1, 0, 0, 4, 0);
712
713 -- --------------------------------------------------------
714
715 --
716 -- Table structure for table `0_debtor_trans_details`
717 --
718
719 DROP TABLE IF EXISTS `0_debtor_trans_details`;
720 CREATE TABLE IF NOT EXISTS `0_debtor_trans_details` (
721   `id` int(11) NOT NULL auto_increment,
722   `debtor_trans_no` int(11) default NULL,
723   `debtor_trans_type` int(11) default NULL,
724   `stock_id` varchar(20) NOT NULL default '',
725   `description` tinytext,
726   `unit_price` double NOT NULL default '0',
727   `unit_tax` double NOT NULL default '0',
728   `quantity` double NOT NULL default '0',
729   `discount_percent` double NOT NULL default '0',
730   `standard_cost` double NOT NULL default '0',
731   `qty_done` double NOT NULL default '0',
732   `src_id` int(11) NOT NULL,
733   PRIMARY KEY  (`id`),
734   KEY `Transaction` (`debtor_trans_type`,`debtor_trans_no`),
735   KEY (`src_id`)
736 ) ENGINE=InnoDB  AUTO_INCREMENT=9 ;
737
738 --
739 -- Dumping data for table `0_debtor_trans_details`
740 --
741
742 INSERT INTO `0_debtor_trans_details` VALUES(1, 2, 13, '102', '17inch VGA Monitor', 30.4, 0, 2, 0, 10, 0, 1);
743 INSERT INTO `0_debtor_trans_details` VALUES(2, 3, 13, '102', '17inch VGA Monitor', 50, 2.5, 1, 0, 10, 1, 2);
744 INSERT INTO `0_debtor_trans_details` VALUES(3, 17, 10, '102', '17inch VGA Monitor', 50, 2.5, 1, 0, 10, 2, 2);
745 INSERT INTO `0_debtor_trans_details` VALUES(4, 4, 13, '102', '17inch VGA Monitor', 35.89, 1.79, 1, 0, 10, 1,3);
746 INSERT INTO `0_debtor_trans_details` VALUES(5, 18, 10, '102', '17inch VGA Monitor', 35.89, 1.79, 1, 0, 10, 1,4);
747 INSERT INTO `0_debtor_trans_details` VALUES(6, 5, 13, '102', '17inch VGA Monitor', 50, 2.38, 1, 0, 10, 1,5);
748 INSERT INTO `0_debtor_trans_details` VALUES(7, 19, 10, '102', '17inch VGA Monitor', 50, 2.38, 1, 0, 10, 0,6);
749 INSERT INTO `0_debtor_trans_details` VALUES(8, 3, 11, '102', '17inch VGA Monitor', 35.89, 1.79, 1, 0, 10, 0,5);
750
751 -- --------------------------------------------------------
752
753 --
754 -- Table structure for table `0_dimensions`
755 --
756
757 DROP TABLE IF EXISTS `0_dimensions`;
758 CREATE TABLE IF NOT EXISTS `0_dimensions` (
759   `id` int(11) NOT NULL auto_increment,
760   `reference` varchar(60) NOT NULL default '',
761   `name` varchar(60) NOT NULL default '',
762   `type_` tinyint(1) NOT NULL default '1',
763   `closed` tinyint(1) NOT NULL default '0',
764   `date_` date NOT NULL default '0000-00-00',
765   `due_date` date NOT NULL default '0000-00-00',
766   PRIMARY KEY  (`id`),
767   UNIQUE KEY `reference` (`reference`),
768   KEY `date_` (`date_`),
769   KEY `due_date` (`due_date`),
770   KEY `type_` (`type_`)
771 ) ENGINE=InnoDB  AUTO_INCREMENT=3 ;
772
773 --
774 -- Dumping data for table `0_dimensions`
775 --
776
777 INSERT INTO `0_dimensions` VALUES(1, '1', 'Support', 1, 0, '2009-06-21', '2015-07-11');
778 INSERT INTO `0_dimensions` VALUES(2, '2', 'Development', 1, 0, '2009-06-21', '2015-07-11');
779
780 -- --------------------------------------------------------
781
782 --
783 -- Table structure for table `0_exchange_rates`
784 --
785
786 DROP TABLE IF EXISTS `0_exchange_rates`;
787 CREATE TABLE IF NOT EXISTS `0_exchange_rates` (
788   `id` int(11) NOT NULL auto_increment,
789   `curr_code` char(3) NOT NULL default '',
790   `rate_buy` double NOT NULL default '0',
791   `rate_sell` double NOT NULL default '0',
792   `date_` date NOT NULL default '0000-00-00',
793   PRIMARY KEY  (`id`),
794   UNIQUE KEY `curr_code` (`curr_code`,`date_`)
795 ) ENGINE=MyISAM  AUTO_INCREMENT=4 ;
796
797 --
798 -- Dumping data for table `0_exchange_rates`
799 --
800
801 INSERT INTO `0_exchange_rates` VALUES(1, 'DKK', 0.18717252868313, 0.18717252868313, '2009-06-21');
802 INSERT INTO `0_exchange_rates` VALUES(2, 'GBP', 1.6445729799917, 1.6445729799917, '2009-06-21');
803 INSERT INTO `0_exchange_rates` VALUES(3, 'EUR', 1.3932, 1.3932, '2009-06-21');
804
805 -- --------------------------------------------------------
806
807 --
808 -- Table structure for table `0_fiscal_year`
809 --
810
811 DROP TABLE IF EXISTS `0_fiscal_year`;
812 CREATE TABLE IF NOT EXISTS `0_fiscal_year` (
813   `id` int(11) NOT NULL auto_increment,
814   `begin` date default '0000-00-00',
815   `end` date default '0000-00-00',
816   `closed` tinyint(1) NOT NULL default '0',
817   PRIMARY KEY  (`id`),
818   UNIQUE KEY `begin` (`begin`),
819   UNIQUE KEY `end` (`end`)
820 ) ENGINE=InnoDB  AUTO_INCREMENT=4 ;
821
822 --
823 -- Dumping data for table `0_fiscal_year`
824 --
825
826 INSERT INTO `0_fiscal_year` VALUES(1, '2008-01-01', '2008-12-31', 1);
827 INSERT INTO `0_fiscal_year` VALUES(2, '2009-01-01', '2009-12-31', 1);
828 INSERT INTO `0_fiscal_year` VALUES(3, '2010-01-01', '2010-12-31', 0);
829 INSERT INTO `0_fiscal_year` VALUES(4, '2011-01-01', '2011-12-31', 0);
830
831 --
832 -- Table structure for table `0_gl_trans`
833 --
834
835 DROP TABLE IF EXISTS `0_gl_trans`;
836 CREATE TABLE IF NOT EXISTS `0_gl_trans` (
837   `counter` int(11) NOT NULL auto_increment,
838   `type` smallint(6) NOT NULL default '0',
839   `type_no` bigint(16) NOT NULL default '1',
840   `tran_date` date NOT NULL default '0000-00-00',
841   `account` varchar(15) NOT NULL default '',
842   `memo_` tinytext NOT NULL,
843   `amount` double NOT NULL default '0',
844   `dimension_id` int(11) NOT NULL default '0',
845   `dimension2_id` int(11) NOT NULL default '0',
846   `person_type_id` int(11) default NULL,
847   `person_id` tinyblob,
848   PRIMARY KEY  (`counter`),
849   KEY `Type_and_Number` (`type`,`type_no`),
850   KEY `dimension_id` (`dimension_id`),
851   KEY `dimension2_id` (`dimension2_id`),
852   KEY `tran_date` (`tran_date`),
853   KEY `account_and_tran_date` (`account`,`tran_date`)
854 ) ENGINE=InnoDB  AUTO_INCREMENT=84 ;
855
856 --
857 -- Dumping data for table `0_gl_trans`
858 --
859
860 INSERT INTO `0_gl_trans` VALUES(1, 20, 7, '2009-06-21', '2100', '', -3465, 0, 0, 3, '2');
861 INSERT INTO `0_gl_trans` VALUES(2, 20, 7, '2009-06-21', '1510', '', 1000, 0, 0, 3, '2');
862 INSERT INTO `0_gl_trans` VALUES(3, 20, 7, '2009-06-21', '1510', '', 1100, 0, 0, 3, '2');
863 INSERT INTO `0_gl_trans` VALUES(4, 20, 7, '2009-06-21', '1510', '', 1200, 0, 0, 3, '2');
864 INSERT INTO `0_gl_trans` VALUES(5, 20, 7, '2009-06-21', '2150', '', 165, 0, 0, 3, '2');
865 INSERT INTO `0_gl_trans` VALUES(6, 22, 4, '2009-06-21', '2100', '', 3465, 0, 0, 3, '2');
866 INSERT INTO `0_gl_trans` VALUES(7, 22, 4, '2009-06-21', '1060', '', -3465, 0, 0, 3, '2');
867 INSERT INTO `0_gl_trans` VALUES(8, 26, 1, '2009-06-21', '1510', '', -100, 0, 0, NULL, '');
868 INSERT INTO `0_gl_trans` VALUES(9, 26, 1, '2009-06-21', '1510', '', -110, 0, 0, NULL, '');
869 INSERT INTO `0_gl_trans` VALUES(10, 26, 1, '2009-06-21', '1510', '', -120, 0, 0, NULL, '');
870 INSERT INTO `0_gl_trans` VALUES(11, 26, 1, '2009-06-21', '1060', 'Overhead Cost', -10, 0, 0, 1, '1');
871 INSERT INTO `0_gl_trans` VALUES(12, 26, 1, '2009-06-21', '1530', 'Overhead Cost', 10, 0, 0, 1, '1');
872 INSERT INTO `0_gl_trans` VALUES(13, 26, 1, '2009-06-21', '1060', 'Labour Cost', -20, 0, 0, 1, '0');
873 INSERT INTO `0_gl_trans` VALUES(14, 26, 1, '2009-06-21', '1530', 'Labour Cost', 20, 0, 0, 1, '0');
874 INSERT INTO `0_gl_trans` VALUES(15, 26, 1, '2009-06-21', '1510', '', 330, 0, 0, NULL, '');
875 INSERT INTO `0_gl_trans` VALUES(16, 13, 2, '2009-06-21', '5010', '', 20, 0, 0, 2, '1');
876 INSERT INTO `0_gl_trans` VALUES(17, 13, 2, '2009-06-21', '1510', '', -20, 0, 0, 2, '1');
877 INSERT INTO `0_gl_trans` VALUES(18, 13, 3, '2009-06-21', '5010', '', 10, 0, 0, 2, '2');
878 INSERT INTO `0_gl_trans` VALUES(19, 13, 3, '2009-06-21', '1510', '', -10, 0, 0, 2, '2');
879 INSERT INTO `0_gl_trans` VALUES(20, 10, 17, '2009-06-21', '4010', '', -50, 0, 0, 2, '2');
880 INSERT INTO `0_gl_trans` VALUES(21, 10, 17, '2009-06-21', '1200', '', 52.5, 0, 0, 2, '2');
881 INSERT INTO `0_gl_trans` VALUES(22, 10, 17, '2009-06-21', '2150', '', -2.5, 0, 0, 2, '2');
882 INSERT INTO `0_gl_trans` VALUES(23, 13, 4, '2009-06-21', '5010', '', 10, 2, 0, 2, '3');
883 INSERT INTO `0_gl_trans` VALUES(24, 13, 4, '2009-06-21', '1510', '', -10, 0, 0, 2, '3');
884 INSERT INTO `0_gl_trans` VALUES(25, 10, 18, '2009-06-21', '4010', '', -50, 2, 0, 2, '3');
885 INSERT INTO `0_gl_trans` VALUES(26, 10, 18, '2009-06-21', '1200', '', 52.5, 0, 0, 2, '3');
886 INSERT INTO `0_gl_trans` VALUES(27, 10, 18, '2009-06-21', '2150', '', -2.5, 0, 0, 2, '3');
887 INSERT INTO `0_gl_trans` VALUES(28, 0, 18, '2009-02-20', '1060', '', 1000, 0, 0, NULL, '');
888 INSERT INTO `0_gl_trans` VALUES(29, 0, 18, '2009-02-20', '3350', '', -1000, 0, 0, NULL, '');
889 INSERT INTO `0_gl_trans` VALUES(30, 0, 19, '2009-02-21', '1060', '', 4000, 0, 0, NULL, '');
890 INSERT INTO `0_gl_trans` VALUES(31, 0, 19, '2009-02-21', '3350', '', -4000, 0, 0, NULL, '');
891 INSERT INTO `0_gl_trans` VALUES(32, 26, 3, '2009-06-21', '1510', '', -20, 0, 0, NULL, '');
892 INSERT INTO `0_gl_trans` VALUES(33, 26, 3, '2009-06-21', '1510', '', -22, 0, 0, NULL, '');
893 INSERT INTO `0_gl_trans` VALUES(34, 26, 3, '2009-06-21', '1510', '', -24, 0, 0, NULL, '');
894 INSERT INTO `0_gl_trans` VALUES(35, 26, 3, '2009-06-21', '1540', '', 66, 0, 0, NULL, '');
895 INSERT INTO `0_gl_trans` VALUES(36, 2, 5, '2009-06-21', '2150', 'Cash Sales', -4.76, 0, 0, 4, '3');
896 INSERT INTO `0_gl_trans` VALUES(37, 2, 5, '2009-06-21', '4010', 'Cash Sales', -95.24, 0, 0, 4, '3');
897 INSERT INTO `0_gl_trans` VALUES(38, 2, 5, '2009-06-21', '1060', '', 100, 0, 0, 4, '3');
898 INSERT INTO `0_gl_trans` VALUES(39, 1, 8, '2009-06-21', '2150', 'Maintenance', 2.38, 0, 0, 4, '1');
899 INSERT INTO `0_gl_trans` VALUES(40, 1, 8, '2009-06-21', '5765', 'Maintenance', 47.62, 0, 0, 4, '1');
900 INSERT INTO `0_gl_trans` VALUES(41, 1, 8, '2009-06-21', '1060', '', -50, 0, 0, 4, '1');
901 INSERT INTO `0_gl_trans` VALUES(42, 20, 8, '2009-06-21', '2100', '', -20, 0, 0, 3, '2');
902 INSERT INTO `0_gl_trans` VALUES(43, 20, 8, '2009-06-21', '2150', '', 0.95, 0, 0, 3, '2');
903 INSERT INTO `0_gl_trans` VALUES(44, 20, 8, '2009-06-21', '5780', '', 19.05, 0, 0, 3, '2');
904 INSERT INTO `0_gl_trans` VALUES(45, 26, 4, '2009-06-21', '1510', '', -40, 0, 0, NULL, '');
905 INSERT INTO `0_gl_trans` VALUES(46, 26, 4, '2009-06-21', '1510', '', -44, 0, 0, NULL, '');
906 INSERT INTO `0_gl_trans` VALUES(47, 26, 4, '2009-06-21', '1510', '', -48, 0, 0, NULL, '');
907 INSERT INTO `0_gl_trans` VALUES(48, 26, 4, '2009-06-21', '1540', '', 132, 0, 0, NULL, '');
908 INSERT INTO `0_gl_trans` VALUES(49, 26, 2, '2009-06-21', '1510', '', -20, 0, 0, NULL, '');
909 INSERT INTO `0_gl_trans` VALUES(50, 26, 2, '2009-06-21', '1510', '', -22, 0, 0, NULL, '');
910 INSERT INTO `0_gl_trans` VALUES(51, 26, 2, '2009-06-21', '1510', '', -24, 0, 0, NULL, '');
911 INSERT INTO `0_gl_trans` VALUES(52, 26, 2, '2009-06-21', '1540', '', 66, 0, 0, NULL, '');
912 INSERT INTO `0_gl_trans` VALUES(53, 26, 5, '2009-06-21', '1510', '', -50, 0, 0, NULL, '');
913 INSERT INTO `0_gl_trans` VALUES(54, 26, 5, '2009-06-21', '1510', '', -55, 0, 0, NULL, '');
914 INSERT INTO `0_gl_trans` VALUES(55, 26, 5, '2009-06-21', '1510', '', -60, 0, 0, NULL, '');
915 INSERT INTO `0_gl_trans` VALUES(56, 26, 5, '2009-06-21', '1060', 'Overhead Cost', -10, 0, 0, 1, '1');
916 INSERT INTO `0_gl_trans` VALUES(57, 26, 5, '2009-06-21', '1530', 'Overhead Cost', 10, 0, 0, 1, '1');
917 INSERT INTO `0_gl_trans` VALUES(58, 26, 5, '2009-06-21', '1060', 'Labour Cost', -20, 0, 0, 1, '0');
918 INSERT INTO `0_gl_trans` VALUES(59, 26, 5, '2009-06-21', '1530', 'Labour Cost', 20, 0, 0, 1, '0');
919 INSERT INTO `0_gl_trans` VALUES(60, 26, 5, '2009-06-21', '1540', '', 165, 0, 0, NULL, '');
920 INSERT INTO `0_gl_trans` VALUES(61, 26, 6, '2009-06-21', '1510', '', 50, 0, 0, NULL, '');
921 INSERT INTO `0_gl_trans` VALUES(62, 26, 6, '2009-06-21', '1510', '', 55, 0, 0, NULL, '');
922 INSERT INTO `0_gl_trans` VALUES(63, 26, 6, '2009-06-21', '1510', '', 60, 0, 0, NULL, '');
923 INSERT INTO `0_gl_trans` VALUES(64, 26, 6, '2009-06-21', '1540', '', -165, 0, 0, NULL, '');
924 INSERT INTO `0_gl_trans` VALUES(65, 26, 7, '2009-06-21', '1510', '', 20, 0, 0, NULL, '');
925 INSERT INTO `0_gl_trans` VALUES(66, 26, 7, '2009-06-21', '1510', '', 22, 0, 0, NULL, '');
926 INSERT INTO `0_gl_trans` VALUES(67, 26, 7, '2009-06-21', '1510', '', 24, 0, 0, NULL, '');
927 INSERT INTO `0_gl_trans` VALUES(68, 26, 7, '2009-06-21', '1060', 'Overhead Cost', -10, 0, 0, 1, '1');
928 INSERT INTO `0_gl_trans` VALUES(69, 26, 7, '2009-06-21', '1530', 'Overhead Cost', 10, 0, 0, 1, '1');
929 INSERT INTO `0_gl_trans` VALUES(70, 26, 7, '2009-06-21', '1060', 'Labour Cost', -20, 0, 0, 1, '0');
930 INSERT INTO `0_gl_trans` VALUES(71, 26, 7, '2009-06-21', '1530', 'Labour Cost', 20, 0, 0, 1, '0');
931 INSERT INTO `0_gl_trans` VALUES(72, 26, 7, '2009-06-21', '1540', '', -66, 0, 0, NULL, '');
932 INSERT INTO `0_gl_trans` VALUES(73, 13, 5, '2009-06-21', '5010', '', 10, 0, 0, 2, '2');
933 INSERT INTO `0_gl_trans` VALUES(74, 13, 5, '2009-06-21', '1510', '', -10, 0, 0, 2, '2');
934 INSERT INTO `0_gl_trans` VALUES(75, 10, 19, '2009-06-21', '4010', '', -47.62, 0, 0, 2, '2');
935 INSERT INTO `0_gl_trans` VALUES(76, 10, 19, '2009-06-21', '1200', '', 55, 0, 0, 2, '2');
936 INSERT INTO `0_gl_trans` VALUES(77, 10, 19, '2009-06-21', '4430', '', -5, 0, 0, 2, '2');
937 INSERT INTO `0_gl_trans` VALUES(78, 10, 19, '2009-06-21', '2150', '', -2.38, 0, 0, 2, '2');
938 INSERT INTO `0_gl_trans` VALUES(79, 11, 3, '2009-06-21', '5010', '', -10, 2, 0, 2, '3');
939 INSERT INTO `0_gl_trans` VALUES(80, 11, 3, '2009-06-21', '1510', '', 10, 0, 0, 2, '3');
940 INSERT INTO `0_gl_trans` VALUES(81, 11, 3, '2009-06-21', '4010', '', 50, 2, 0, 2, '3');
941 INSERT INTO `0_gl_trans` VALUES(82, 11, 3, '2009-06-21', '1200', '', -52.5, 0, 0, 2, '3');
942 INSERT INTO `0_gl_trans` VALUES(83, 11, 3, '2009-06-21', '2150', '', 2.5, 0, 0, 2, '3');
943 INSERT INTO `0_gl_trans` VALUES ('84', '0', '20', '2009-12-31', '3590', 'Closing Year', '-91.19', '0', '0', NULL, NULL);
944 INSERT INTO `0_gl_trans` VALUES ('85', '0', '20', '2009-12-31', '9990', 'Closing Year', '91.19', '0', '0', NULL, NULL);
945
946 -- --------------------------------------------------------
947
948 --
949 -- Table structure for table `0_grn_batch`
950 --
951
952 DROP TABLE IF EXISTS `0_grn_batch`;
953 CREATE TABLE IF NOT EXISTS `0_grn_batch` (
954   `id` int(11) NOT NULL auto_increment,
955   `supplier_id` int(11) NOT NULL default '0',
956   `purch_order_no` int(11) default NULL,
957   `reference` varchar(60) NOT NULL default '',
958   `delivery_date` date NOT NULL default '0000-00-00',
959   `loc_code` varchar(5) default NULL,
960   PRIMARY KEY  (`id`),
961   KEY `delivery_date` (`delivery_date`),
962   KEY `purch_order_no` (`purch_order_no`)
963 ) ENGINE=InnoDB  AUTO_INCREMENT=2 ;
964
965 --
966 -- Dumping data for table `0_grn_batch`
967 --
968
969 INSERT INTO `0_grn_batch` VALUES(1, 2, 1, '1', '2009-06-21', 'DEF');
970
971 -- --------------------------------------------------------
972
973 --
974 -- Table structure for table `0_grn_items`
975 --
976
977 DROP TABLE IF EXISTS `0_grn_items`;
978 CREATE TABLE IF NOT EXISTS `0_grn_items` (
979   `id` int(11) NOT NULL auto_increment,
980   `grn_batch_id` int(11) default NULL,
981   `po_detail_item` int(11) NOT NULL default '0',
982   `item_code` varchar(20) NOT NULL default '',
983   `description` tinytext,
984   `qty_recd` double NOT NULL default '0',
985   `quantity_inv` double NOT NULL default '0',
986   PRIMARY KEY  (`id`),
987   KEY `grn_batch_id` (`grn_batch_id`)
988 ) ENGINE=InnoDB  AUTO_INCREMENT=4 ;
989
990 --
991 -- Dumping data for table `0_grn_items`
992 --
993
994 INSERT INTO `0_grn_items` VALUES(1, 1, 1, '102', '17inch VGA Monitor', 100, 100);
995 INSERT INTO `0_grn_items` VALUES(2, 1, 2, '103', '32MB VGA Card', 100, 100);
996 INSERT INTO `0_grn_items` VALUES(3, 1, 3, '104', '52x CD Drive', 100, 100);
997
998 -- --------------------------------------------------------
999
1000 --
1001 -- Table structure for table `0_groups`
1002 --
1003
1004 DROP TABLE IF EXISTS `0_groups`;
1005 CREATE TABLE IF NOT EXISTS `0_groups` (
1006   `id` smallint(6) unsigned NOT NULL auto_increment,
1007   `description` varchar(60) NOT NULL default '',
1008   `inactive` tinyint(1) NOT NULL default '0',
1009   PRIMARY KEY  (`id`),
1010   UNIQUE KEY `description` (`description`)
1011 ) ENGINE=MyISAM  AUTO_INCREMENT=4 ;
1012
1013 --
1014 -- Dumping data for table `0_groups`
1015 --
1016
1017 INSERT INTO `0_groups` VALUES(1, 'Small', 0);
1018 INSERT INTO `0_groups` VALUES(2, 'Medium', 0);
1019 INSERT INTO `0_groups` VALUES(3, 'Large', 0);
1020
1021 -- --------------------------------------------------------
1022
1023 --
1024 -- Table structure for table `0_item_codes`
1025 --
1026
1027 DROP TABLE IF EXISTS `0_item_codes`;
1028 CREATE TABLE IF NOT EXISTS `0_item_codes` (
1029   `id` int(11) unsigned NOT NULL auto_increment,
1030   `item_code` varchar(20) NOT NULL,
1031   `stock_id` varchar(20) NOT NULL,
1032   `description` varchar(200) NOT NULL default '',
1033   `category_id` smallint(6) unsigned NOT NULL,
1034   `quantity` double NOT NULL default '1',
1035   `is_foreign` tinyint(1) NOT NULL default '0',
1036   `inactive` tinyint(1) NOT NULL default '0',
1037   PRIMARY KEY  (`id`),
1038   UNIQUE KEY `stock_id` (`stock_id`,`item_code`),
1039   KEY `item_code` (`item_code`)
1040 ) ENGINE=MyISAM  AUTO_INCREMENT=6 ;
1041
1042 --
1043 -- Dumping data for table `0_item_codes`
1044 --
1045
1046 INSERT INTO `0_item_codes` VALUES(1, '102', '102', '17inch VGA Monitor', 1, 1, 0, 0);
1047 INSERT INTO `0_item_codes` VALUES(2, '103', '103', '32MB VGA Card', 1, 1, 0, 0);
1048 INSERT INTO `0_item_codes` VALUES(3, '104', '104', '52x CD Drive', 1, 1, 0, 0);
1049 INSERT INTO `0_item_codes` VALUES(4, '3400', '3400', 'P4 Business System', 3, 1, 0, 0);
1050 INSERT INTO `0_item_codes` VALUES(5, '201', '201', 'Assembly Labour', 4, 1, 0, 0);
1051
1052 -- --------------------------------------------------------
1053
1054 --
1055 -- Table structure for table `0_item_tax_types`
1056 --
1057
1058 DROP TABLE IF EXISTS `0_item_tax_types`;
1059 CREATE TABLE IF NOT EXISTS `0_item_tax_types` (
1060   `id` int(11) NOT NULL auto_increment,
1061   `name` varchar(60) NOT NULL default '',
1062   `exempt` tinyint(1) NOT NULL default '0',
1063   `inactive` tinyint(1) NOT NULL default '0',
1064   PRIMARY KEY  (`id`),
1065   UNIQUE KEY `name` (`name`)
1066 ) ENGINE=InnoDB  AUTO_INCREMENT=2 ;
1067
1068 --
1069 -- Dumping data for table `0_item_tax_types`
1070 --
1071
1072 INSERT INTO `0_item_tax_types` VALUES(1, 'Regular', 0, 0);
1073
1074 -- --------------------------------------------------------
1075
1076 --
1077 -- Table structure for table `0_item_tax_type_exemptions`
1078 --
1079
1080 DROP TABLE IF EXISTS `0_item_tax_type_exemptions`;
1081 CREATE TABLE IF NOT EXISTS `0_item_tax_type_exemptions` (
1082   `item_tax_type_id` int(11) NOT NULL default '0',
1083   `tax_type_id` int(11) NOT NULL default '0',
1084   PRIMARY KEY  (`item_tax_type_id`,`tax_type_id`)
1085 ) ENGINE=InnoDB;
1086
1087 --
1088 -- Dumping data for table `0_item_tax_type_exemptions`
1089 --
1090
1091
1092 -- --------------------------------------------------------
1093
1094 --
1095 -- Table structure for table `0_item_units`
1096 --
1097
1098 DROP TABLE IF EXISTS `0_item_units`;
1099 CREATE TABLE IF NOT EXISTS `0_item_units` (
1100   `abbr` varchar(20) NOT NULL,
1101   `name` varchar(40) NOT NULL,
1102   `decimals` tinyint(2) NOT NULL,
1103   `inactive` tinyint(1) NOT NULL default '0',
1104   PRIMARY KEY  (`abbr`),
1105   UNIQUE KEY `name` (`name`)
1106 ) ENGINE=MyISAM;
1107
1108 --
1109 -- Dumping data for table `0_item_units`
1110 --
1111
1112 INSERT INTO `0_item_units` VALUES('ea.', 'Each', 0, 0);
1113 INSERT INTO `0_item_units` VALUES('hrs', 'Hours', 1, 0);
1114
1115 -- --------------------------------------------------------
1116
1117 --
1118 -- Table structure for table `0_locations`
1119 --
1120
1121 DROP TABLE IF EXISTS `0_locations`;
1122 CREATE TABLE IF NOT EXISTS `0_locations` (
1123   `loc_code` varchar(5) NOT NULL default '',
1124   `location_name` varchar(60) NOT NULL default '',
1125   `delivery_address` tinytext NOT NULL,
1126   `phone` varchar(30) NOT NULL default '',
1127   `phone2` varchar(30) NOT NULL default '',
1128   `fax` varchar(30) NOT NULL default '',
1129   `email` varchar(100) NOT NULL default '',
1130   `contact` varchar(30) NOT NULL default '',
1131   `inactive` tinyint(1) NOT NULL default '0',
1132   PRIMARY KEY  (`loc_code`)
1133 ) ENGINE=MyISAM;
1134
1135 --
1136 -- Dumping data for table `0_locations`
1137 --
1138
1139 INSERT INTO `0_locations` VALUES('DEF', 'Default', 'Delivery 1\nDelivery 2\nDelivery 3', '', '', '', '', '', 0);
1140
1141 -- --------------------------------------------------------
1142
1143 --
1144 -- Table structure for table `0_loc_stock`
1145 --
1146
1147 DROP TABLE IF EXISTS `0_loc_stock`;
1148 CREATE TABLE IF NOT EXISTS `0_loc_stock` (
1149   `loc_code` char(5) NOT NULL default '',
1150   `stock_id` char(20) NOT NULL default '',
1151   `reorder_level` bigint(20) NOT NULL default '0',
1152   PRIMARY KEY  (`loc_code`,`stock_id`),
1153   KEY `stock_id` (`stock_id`)
1154 ) ENGINE=InnoDB;
1155
1156 --
1157 -- Dumping data for table `0_loc_stock`
1158 --
1159
1160 INSERT INTO `0_loc_stock` VALUES('DEF', '102', 0);
1161 INSERT INTO `0_loc_stock` VALUES('DEF', '103', 0);
1162 INSERT INTO `0_loc_stock` VALUES('DEF', '104', 0);
1163 INSERT INTO `0_loc_stock` VALUES('DEF', '201', 0);
1164 INSERT INTO `0_loc_stock` VALUES('DEF', '3400', 0);
1165
1166 -- --------------------------------------------------------
1167
1168 --
1169 -- Table structure for table `0_movement_types`
1170 --
1171
1172 DROP TABLE IF EXISTS `0_movement_types`;
1173 CREATE TABLE IF NOT EXISTS `0_movement_types` (
1174   `id` int(11) NOT NULL auto_increment,
1175   `name` varchar(60) NOT NULL default '',
1176   `inactive` tinyint(1) NOT NULL default '0',
1177   PRIMARY KEY  (`id`),
1178   UNIQUE KEY `name` (`name`)
1179 ) ENGINE=MyISAM  AUTO_INCREMENT=2 ;
1180
1181 --
1182 -- Dumping data for table `0_movement_types`
1183 --
1184
1185 INSERT INTO `0_movement_types` VALUES(1, 'Adjustment', 0);
1186
1187 -- --------------------------------------------------------
1188
1189 --
1190 -- Table structure for table `0_payment_terms`
1191 --
1192
1193 DROP TABLE IF EXISTS `0_payment_terms`;
1194 CREATE TABLE IF NOT EXISTS `0_payment_terms` (
1195   `terms_indicator` int(11) NOT NULL auto_increment,
1196   `terms` char(80) NOT NULL default '',
1197   `days_before_due` smallint(6) NOT NULL default '0',
1198   `day_in_following_month` smallint(6) NOT NULL default '0',
1199   `inactive` tinyint(1) NOT NULL default '0',
1200   PRIMARY KEY  (`terms_indicator`),
1201   UNIQUE KEY `terms` (`terms`)
1202 ) ENGINE=MyISAM  AUTO_INCREMENT=5 ;
1203
1204 --
1205 -- Dumping data for table `0_payment_terms`
1206 --
1207
1208 INSERT INTO `0_payment_terms` VALUES(1, 'Due 15th Of the Following Month', 0, 17, 0);
1209 INSERT INTO `0_payment_terms` VALUES(2, 'Due By End Of The Following Month', 0, 30, 0);
1210 INSERT INTO `0_payment_terms` VALUES(3, 'Payment due within 10 days', 10, 0, 0);
1211 INSERT INTO `0_payment_terms` VALUES(4, 'Cash Only', 0, 0, 0);
1212
1213 -- --------------------------------------------------------
1214
1215 --
1216 -- Table structure for table `0_prices`
1217 --
1218
1219 DROP TABLE IF EXISTS `0_prices`;
1220 CREATE TABLE IF NOT EXISTS `0_prices` (
1221   `id` int(11) NOT NULL auto_increment,
1222   `stock_id` varchar(20) NOT NULL default '',
1223   `sales_type_id` int(11) NOT NULL default '0',
1224   `curr_abrev` char(3) NOT NULL default '',
1225   `price` double NOT NULL default '0',
1226   PRIMARY KEY  (`id`),
1227   UNIQUE KEY `price` (`stock_id`,`sales_type_id`,`curr_abrev`)
1228 ) ENGINE=MyISAM  AUTO_INCREMENT=5 ;
1229
1230 --
1231 -- Dumping data for table `0_prices`
1232 --
1233
1234 INSERT INTO `0_prices` VALUES(1, '3400', 1, 'USD', 100);
1235 INSERT INTO `0_prices` VALUES(2, '102', 1, 'USD', 50);
1236 INSERT INTO `0_prices` VALUES(3, '103', 1, 'USD', 55);
1237 INSERT INTO `0_prices` VALUES(4, '104', 1, 'USD', 60);
1238
1239 -- --------------------------------------------------------
1240
1241 --
1242 -- Table structure for table `0_printers`
1243 --
1244
1245 DROP TABLE IF EXISTS `0_printers`;
1246 CREATE TABLE IF NOT EXISTS `0_printers` (
1247   `id` tinyint(3) unsigned NOT NULL auto_increment,
1248   `name` varchar(20) NOT NULL,
1249   `description` varchar(60) NOT NULL,
1250   `queue` varchar(20) NOT NULL,
1251   `host` varchar(40) NOT NULL,
1252   `port` smallint(11) unsigned NOT NULL,
1253   `timeout` tinyint(3) unsigned NOT NULL,
1254   PRIMARY KEY  (`id`),
1255   UNIQUE KEY `name` (`name`)
1256 ) ENGINE=MyISAM  AUTO_INCREMENT=4 ;
1257
1258 --
1259 -- Dumping data for table `0_printers`
1260 --
1261
1262 INSERT INTO `0_printers` VALUES(1, 'QL500', 'Label printer', 'QL500', 'server', 127, 20);
1263 INSERT INTO `0_printers` VALUES(2, 'Samsung', 'Main network printer', 'scx4521F', 'server', 515, 5);
1264 INSERT INTO `0_printers` VALUES(3, 'Local', 'Local print server at user IP', 'lp', '', 515, 10);
1265
1266 -- --------------------------------------------------------
1267
1268 --
1269 -- Table structure for table `0_print_profiles`
1270 --
1271
1272 DROP TABLE IF EXISTS `0_print_profiles`;
1273 CREATE TABLE IF NOT EXISTS `0_print_profiles` (
1274   `id` smallint(6) unsigned NOT NULL auto_increment,
1275   `profile` varchar(30) NOT NULL,
1276   `report` varchar(5) default NULL,
1277   `printer` tinyint(3) unsigned default NULL,
1278   PRIMARY KEY  (`id`),
1279   UNIQUE KEY `profile` (`profile`,`report`)
1280 ) ENGINE=MyISAM  AUTO_INCREMENT=10 ;
1281
1282 --
1283 -- Dumping data for table `0_print_profiles`
1284 --
1285
1286 INSERT INTO `0_print_profiles` VALUES(1, 'Out of office', '', 0);
1287 INSERT INTO `0_print_profiles` VALUES(2, 'Sales Department', '', 0);
1288 INSERT INTO `0_print_profiles` VALUES(3, 'Central', '', 2);
1289 INSERT INTO `0_print_profiles` VALUES(4, 'Sales Department', '104', 2);
1290 INSERT INTO `0_print_profiles` VALUES(5, 'Sales Department', '105', 2);
1291 INSERT INTO `0_print_profiles` VALUES(6, 'Sales Department', '107', 2);
1292 INSERT INTO `0_print_profiles` VALUES(7, 'Sales Department', '109', 2);
1293 INSERT INTO `0_print_profiles` VALUES(8, 'Sales Department', '110', 2);
1294 INSERT INTO `0_print_profiles` VALUES(9, 'Sales Department', '201', 2);
1295
1296 -- --------------------------------------------------------
1297
1298 --
1299 -- Table structure for table `0_purch_data`
1300 --
1301
1302 DROP TABLE IF EXISTS `0_purch_data`;
1303 CREATE TABLE IF NOT EXISTS `0_purch_data` (
1304   `supplier_id` int(11) NOT NULL default '0',
1305   `stock_id` char(20) NOT NULL default '',
1306   `price` double NOT NULL default '0',
1307   `suppliers_uom` char(50) NOT NULL default '',
1308   `conversion_factor` double NOT NULL default '1',
1309   `supplier_description` char(50) NOT NULL default '',
1310   PRIMARY KEY  (`supplier_id`,`stock_id`)
1311 ) ENGINE=MyISAM;
1312
1313 --
1314 -- Dumping data for table `0_purch_data`
1315 --
1316
1317 INSERT INTO `0_purch_data` VALUES(2, '102', 10, '', 1, '17inch VGA Monitor');
1318 INSERT INTO `0_purch_data` VALUES(2, '103', 11, '', 1, '32MB VGA Card');
1319 INSERT INTO `0_purch_data` VALUES(2, '104', 12, '', 1, '52x CD Drive');
1320
1321 -- --------------------------------------------------------
1322
1323 --
1324 -- Table structure for table `0_purch_orders`
1325 --
1326
1327 DROP TABLE IF EXISTS `0_purch_orders`;
1328 CREATE TABLE IF NOT EXISTS `0_purch_orders` (
1329   `order_no` int(11) NOT NULL auto_increment,
1330   `supplier_id` int(11) NOT NULL default '0',
1331   `comments` tinytext,
1332   `ord_date` date NOT NULL default '0000-00-00',
1333   `reference` tinytext NOT NULL,
1334   `requisition_no` tinytext,
1335   `into_stock_location` varchar(5) NOT NULL default '',
1336   `delivery_address` tinytext NOT NULL,
1337   `total` double NOT NULL default '0',
1338   `prep_amount` double NOT NULL DEFAULT '0',
1339   `alloc` double NOT NULL DEFAULT '0',
1340   `tax_included` tinyint(1) NOT NULL default '0',
1341   PRIMARY KEY  (`order_no`),
1342   KEY `ord_date` (`ord_date`)
1343 ) ENGINE=InnoDB  AUTO_INCREMENT=3 ;
1344
1345 --
1346 -- Dumping data for table `0_purch_orders`
1347 --
1348
1349 INSERT INTO `0_purch_orders` VALUES(1, 2, '', '2009-06-01', '1', '', 'DEF', 'Delivery 1\nDelivery 2\nDelivery 3', 0, 0, 0, 0);
1350 INSERT INTO `0_purch_orders` VALUES(2, 3, '', '2009-06-21', '2', '', 'DEF', 'Delivery 1\nDelivery 2\nDelivery 3', 0, 0, 0, 0);
1351
1352 -- --------------------------------------------------------
1353
1354 --
1355 -- Table structure for table `0_purch_order_details`
1356 --
1357
1358 DROP TABLE IF EXISTS `0_purch_order_details`;
1359 CREATE TABLE IF NOT EXISTS `0_purch_order_details` (
1360   `po_detail_item` int(11) NOT NULL auto_increment,
1361   `order_no` int(11) NOT NULL default '0',
1362   `item_code` varchar(20) NOT NULL default '',
1363   `description` tinytext,
1364   `delivery_date` date NOT NULL default '0000-00-00',
1365   `qty_invoiced` double NOT NULL default '0',
1366   `unit_price` double NOT NULL default '0',
1367   `act_price` double NOT NULL default '0',
1368   `std_cost_unit` double NOT NULL default '0',
1369   `quantity_ordered` double NOT NULL default '0',
1370   `quantity_received` double NOT NULL default '0',
1371   PRIMARY KEY  (`po_detail_item`),
1372   KEY `order` (`order_no`,`po_detail_item`),
1373   KEY `itemcode` (`item_code`)
1374 ) ENGINE=InnoDB  AUTO_INCREMENT=6 ;
1375
1376 --
1377 -- Dumping data for table `0_purch_order_details`
1378 --
1379
1380 INSERT INTO `0_purch_order_details` VALUES(1, 1, '102', '17inch VGA Monitor', '2009-07-01', 100, 10, 10, 10, 100, 100);
1381 INSERT INTO `0_purch_order_details` VALUES(2, 1, '103', '32MB VGA Card', '2009-07-01', 100, 11, 11, 11, 100, 100);
1382 INSERT INTO `0_purch_order_details` VALUES(3, 1, '104', '52x CD Drive', '2009-07-01', 100, 12, 12, 12, 100, 100);
1383 INSERT INTO `0_purch_order_details` VALUES(4, 2, '102', '17inch VGA Monitor', '2009-07-01', 0, 5, 0, 0, 1, 0);
1384 INSERT INTO `0_purch_order_details` VALUES(5, 2, '103', '32MB VGA Card', '2009-07-01', 0, 5, 0, 0, 1, 0);
1385
1386 -- --------------------------------------------------------
1387
1388 --
1389 -- Table structure for table `0_quick_entries`
1390 --
1391
1392 DROP TABLE IF EXISTS `0_quick_entries`;
1393 CREATE TABLE IF NOT EXISTS `0_quick_entries` (
1394   `id` smallint(6) unsigned NOT NULL auto_increment,
1395   `type` tinyint(1) NOT NULL default '0',
1396   `description` varchar(60) NOT NULL,
1397   `base_amount` double NOT NULL default '0',
1398   `base_desc` varchar(60) default NULL,
1399   `bal_type` tinyint(1) NOT NULL default '0',
1400   PRIMARY KEY  (`id`),
1401   KEY `description` (`description`)
1402 ) ENGINE=MyISAM  AUTO_INCREMENT=4 ;
1403
1404 --
1405 -- Dumping data for table `0_quick_entries`
1406 --
1407
1408 INSERT INTO `0_quick_entries` VALUES(1, 1, 'Maintenance', 0, 'Amount', 0);
1409 INSERT INTO `0_quick_entries` VALUES(2, 4, 'Phone', 0, 'Amount', 0);
1410 INSERT INTO `0_quick_entries` VALUES(3, 2, 'Cash Sales', 0, 'Amount', 0);
1411
1412 -- --------------------------------------------------------
1413
1414 --
1415 -- Table structure for table `0_quick_entry_lines`
1416 --
1417
1418 DROP TABLE IF EXISTS `0_quick_entry_lines`;
1419 CREATE TABLE IF NOT EXISTS `0_quick_entry_lines` (
1420   `id` smallint(6) unsigned NOT NULL auto_increment,
1421   `qid` smallint(6) unsigned NOT NULL,
1422   `amount` double default '0',
1423   `action` varchar(2) NOT NULL,
1424   `dest_id` varchar(15) NOT NULL default '',
1425   `dimension_id` smallint(6) unsigned default NULL,
1426   `dimension2_id` smallint(6) unsigned default NULL,
1427   PRIMARY KEY  (`id`),
1428   KEY `qid` (`qid`)
1429 ) ENGINE=MyISAM  AUTO_INCREMENT=8 ;
1430
1431 --
1432 -- Dumping data for table `0_quick_entry_lines`
1433 --
1434
1435 INSERT INTO `0_quick_entry_lines` VALUES(1, 1, 0, 't-', '1', 0, 0);
1436 INSERT INTO `0_quick_entry_lines` VALUES(2, 2, 0, 't-', '1', 0, 0);
1437 INSERT INTO `0_quick_entry_lines` VALUES(3, 3, 0, 't-', '1', 0, 0);
1438 INSERT INTO `0_quick_entry_lines` VALUES(4, 3, 0, '=', '4010', 0, 0);
1439 INSERT INTO `0_quick_entry_lines` VALUES(5, 1, 0, '=', '5765', 0, 0);
1440 INSERT INTO `0_quick_entry_lines` VALUES(6, 2, 0, '=', '5780', 0, 0);
1441
1442 -- --------------------------------------------------------
1443
1444 --
1445 -- Table structure for table `0_recurrent_invoices`
1446 --
1447
1448 DROP TABLE IF EXISTS `0_recurrent_invoices`;
1449 CREATE TABLE IF NOT EXISTS `0_recurrent_invoices` (
1450   `id` smallint(6) unsigned NOT NULL auto_increment,
1451   `description` varchar(60) NOT NULL default '',
1452   `order_no` int(11) unsigned NOT NULL,
1453   `debtor_no` int(11) unsigned default NULL,
1454   `group_no` smallint(6) unsigned default NULL,
1455   `days` int(11) NOT NULL default '0',
1456   `monthly` int(11) NOT NULL default '0',
1457   `begin` date NOT NULL default '0000-00-00',
1458   `end` date NOT NULL default '0000-00-00',
1459   `last_sent` date NOT NULL default '0000-00-00',
1460   PRIMARY KEY  (`id`),
1461   UNIQUE KEY `description` (`description`)
1462 ) ENGINE=InnoDB AUTO_INCREMENT=1 ;
1463
1464 --
1465 -- Dumping data for table `0_recurrent_invoices`
1466 --
1467
1468
1469 -- --------------------------------------------------------
1470
1471 --
1472 -- Table structure for table `0_refs`
1473 --
1474
1475 DROP TABLE IF EXISTS `0_refs`;
1476 CREATE TABLE IF NOT EXISTS `0_refs` (
1477   `id` int(11) NOT NULL default '0',
1478   `type` int(11) NOT NULL default '0',
1479   `reference` varchar(100) NOT NULL default '',
1480   PRIMARY KEY  (`id`,`type`),
1481   KEY `Type_and_Reference` (`type`,`reference`)
1482 ) ENGINE=InnoDB;
1483
1484 --
1485 -- Dumping data for table `0_refs`
1486 --
1487
1488 INSERT INTO `0_refs` VALUES(18, 0, '1');
1489 INSERT INTO `0_refs` VALUES(19, 0, '2');
1490
1491 -- --------------------------------------------------------
1492
1493 --
1494 -- Table structure for table `0_salesman`
1495 --
1496
1497 DROP TABLE IF EXISTS `0_salesman`;
1498 CREATE TABLE IF NOT EXISTS `0_salesman` (
1499   `salesman_code` int(11) NOT NULL auto_increment,
1500   `salesman_name` char(60) NOT NULL default '',
1501   `salesman_phone` char(30) NOT NULL default '',
1502   `salesman_fax` char(30) NOT NULL default '',
1503   `salesman_email` varchar(100) NOT NULL default '',
1504   `provision` double NOT NULL default '0',
1505   `break_pt` double NOT NULL default '0',
1506   `provision2` double NOT NULL default '0',
1507   `inactive` tinyint(1) NOT NULL default '0',
1508   PRIMARY KEY  (`salesman_code`),
1509   UNIQUE KEY `salesman_name` (`salesman_name`)
1510 ) ENGINE=MyISAM  AUTO_INCREMENT=2 ;
1511
1512 --
1513 -- Dumping data for table `0_salesman`
1514 --
1515
1516 INSERT INTO `0_salesman` VALUES(1, 'Sales Person', '', '', '', 5, 1000, 4, 0);
1517
1518 -- --------------------------------------------------------
1519
1520 --
1521 -- Table structure for table `0_sales_orders`
1522 --
1523
1524 DROP TABLE IF EXISTS `0_sales_orders`;
1525 CREATE TABLE IF NOT EXISTS `0_sales_orders` (
1526   `order_no` int(11) NOT NULL,
1527   `trans_type` smallint(6) NOT NULL default '30',
1528   `version` tinyint(1) unsigned NOT NULL default '0',
1529   `type` tinyint(1) NOT NULL default '0',
1530   `debtor_no` int(11) NOT NULL default '0',
1531   `branch_code` int(11) NOT NULL default '0',
1532   `reference` varchar(100) NOT NULL default '',
1533   `customer_ref` tinytext NOT NULL,
1534   `comments` tinytext,
1535   `ord_date` date NOT NULL default '0000-00-00',
1536   `order_type` int(11) NOT NULL default '0',
1537   `ship_via` int(11) NOT NULL default '0',
1538   `delivery_address` tinytext NOT NULL,
1539   `contact_phone` varchar(30) default NULL,
1540   `contact_email` varchar(100) default NULL,
1541   `deliver_to` tinytext NOT NULL,
1542   `freight_cost` double NOT NULL default '0',
1543   `from_stk_loc` varchar(5) NOT NULL default '',
1544   `delivery_date` date NOT NULL default '0000-00-00',
1545   `payment_terms` int(11) default NULL,
1546   `total` double NOT NULL default '0',
1547   `prep_amount` double NOT NULL DEFAULT '0',
1548   `alloc` double NOT NULL DEFAULT '0',
1549   PRIMARY KEY  (`trans_type`,`order_no`)
1550 ) ENGINE=InnoDB;
1551
1552 --
1553 -- Dumping data for table `0_sales_orders`
1554 --
1555
1556 INSERT INTO `0_sales_orders` VALUES(1, 30, 1, 0, 1, 1, '1', '', '', '2009-06-21', 2, 1, 'Address 1\nAddress 2\nAddress 3', '', '', 'Beefeater Ltd.', 10, 'DEF', '2009-06-22', 3, 0, 0, 0);
1557 INSERT INTO `0_sales_orders` VALUES(2, 30, 1, 0, 2, 2, '2', '', '', '2009-06-21', 1, 1, 'Address 1\nAddress 2\nAddress 3', '', '', 'Ghostbusters Corp.', 0, 'DEF', '2009-06-22', 4, 0, 0, 0);
1558 INSERT INTO `0_sales_orders` VALUES(3, 30, 1, 0, 3, 3, '3', '', '', '2009-06-21', 2, 1, 'Address 1\nAddress 2\nAddress 3', '', '', 'Brezan', 0, 'DEF', '2009-07-01', 3, 0, 0, 0);
1559 INSERT INTO `0_sales_orders` VALUES(4, 30, 0, 0, 1, 1, '4', '', '', '2009-06-21', 2, 1, 'Address 1\nAddress 2\nAddress 3', '', '', 'Beefeater Ltd.', 0, 'DEF', '2009-06-22', 3, 0, 0, 0);
1560 INSERT INTO `0_sales_orders` VALUES(5, 30, 1, 0, 2, 2, '5', '', '', '2009-06-21', 1, 1, 'Address 1\nAddress 2\nAddress 3', '', '', 'Ghostbusters Corp.', 5, 'DEF', '2009-06-22', 4, 0, 0, 0);
1561
1562 -- --------------------------------------------------------
1563
1564 --
1565 -- Table structure for table `0_sales_order_details`
1566 --
1567
1568 DROP TABLE IF EXISTS `0_sales_order_details`;
1569 CREATE TABLE IF NOT EXISTS `0_sales_order_details` (
1570   `id` int(11) NOT NULL auto_increment,
1571   `order_no` int(11) NOT NULL default '0',
1572   `trans_type` smallint(6) NOT NULL default '30',
1573   `stk_code` varchar(20) NOT NULL default '',
1574   `description` tinytext,
1575   `qty_sent` double NOT NULL default '0',
1576   `unit_price` double NOT NULL default '0',
1577   `quantity` double NOT NULL default '0',
1578   `invoiced` double NOT NULL DEFAULT '0',
1579   `discount_percent` double NOT NULL default '0',
1580   PRIMARY KEY  (`id`),
1581   KEY `sorder` (`trans_type`,`order_no`),
1582   KEY `stkcode` (`stk_code`)
1583 ) ENGINE=InnoDB  AUTO_INCREMENT=6 ;
1584
1585 --
1586 -- Dumping data for table `0_sales_order_details`
1587 --
1588
1589 INSERT INTO `0_sales_order_details` VALUES(1, 1, 30, '102', '17inch VGA Monitor', 2, 30.4, 2, 0, 0);
1590 INSERT INTO `0_sales_order_details` VALUES(2, 2, 30, '102', '17inch VGA Monitor', 1, 50, 1, 0, 0);
1591 INSERT INTO `0_sales_order_details` VALUES(3, 3, 30, '102', '17inch VGA Monitor', 1, 35.89, 1, 0, 0);
1592 INSERT INTO `0_sales_order_details` VALUES(4, 4, 30, '102', '17inch VGA Monitor', 0, 21.28, 2, 0, 0);
1593 INSERT INTO `0_sales_order_details` VALUES(5, 5, 30, '102', '17inch VGA Monitor', 1, 50, 1, 0, 0);
1594
1595 -- --------------------------------------------------------
1596
1597 --
1598 -- Table structure for table `0_sales_pos`
1599 --
1600
1601 DROP TABLE IF EXISTS `0_sales_pos`;
1602 CREATE TABLE IF NOT EXISTS `0_sales_pos` (
1603   `id` smallint(6) unsigned NOT NULL auto_increment,
1604   `pos_name` varchar(30) NOT NULL,
1605   `cash_sale` tinyint(1) NOT NULL,
1606   `credit_sale` tinyint(1) NOT NULL,
1607   `pos_location` varchar(5) NOT NULL,
1608   `pos_account` smallint(6) unsigned NOT NULL,
1609   `inactive` tinyint(1) NOT NULL default '0',
1610   PRIMARY KEY  (`id`),
1611   UNIQUE KEY `pos_name` (`pos_name`)
1612 ) ENGINE=MyISAM  AUTO_INCREMENT=2 ;
1613
1614 --
1615 -- Dumping data for table `0_sales_pos`
1616 --
1617
1618 INSERT INTO `0_sales_pos` VALUES(1, 'Default', 1, 1, 'DEF', 2, 0);
1619
1620 -- --------------------------------------------------------
1621
1622 --
1623 -- Table structure for table `0_sales_types`
1624 --
1625
1626 DROP TABLE IF EXISTS `0_sales_types`;
1627 CREATE TABLE IF NOT EXISTS `0_sales_types` (
1628   `id` int(11) NOT NULL auto_increment,
1629   `sales_type` char(50) NOT NULL default '',
1630   `tax_included` int(1) NOT NULL default '0',
1631   `factor` double NOT NULL default '1',
1632   `inactive` tinyint(1) NOT NULL default '0',
1633   PRIMARY KEY  (`id`),
1634   UNIQUE KEY `sales_type` (`sales_type`)
1635 ) ENGINE=MyISAM  AUTO_INCREMENT=3 ;
1636
1637 --
1638 -- Dumping data for table `0_sales_types`
1639 --
1640
1641 INSERT INTO `0_sales_types` VALUES(1, 'Retail', 1, 1, 0);
1642 INSERT INTO `0_sales_types` VALUES(2, 'Wholesale', 0, 0.7, 0);
1643
1644 -- --------------------------------------------------------
1645
1646 --
1647 -- Table structure for table `0_security_roles`
1648 --
1649
1650 DROP TABLE IF EXISTS `0_security_roles`;
1651 CREATE TABLE IF NOT EXISTS `0_security_roles` (
1652   `id` int(11) NOT NULL auto_increment,
1653   `role` varchar(30) NOT NULL,
1654   `description` varchar(50) default NULL,
1655   `sections` text,
1656   `areas` text,
1657   `inactive` tinyint(1) NOT NULL default '0',
1658   PRIMARY KEY  (`id`),
1659   UNIQUE KEY `role` (`role`)
1660 ) ENGINE=MyISAM  AUTO_INCREMENT=11 ;
1661
1662 --
1663 -- Dumping data for table `0_security_roles`
1664 --
1665
1666 INSERT INTO `0_security_roles` VALUES(1, 'Inquiries', 'Inquiries', '768;2816;3072;3328;5632;5888;8192;8448;10752;11008;13312;15872;16128', '257;258;259;260;513;514;515;516;517;518;519;520;521;522;523;524;525;773;774;2822;3073;3075;3076;3077;3329;3330;3331;3332;3333;3334;3335;5377;5633;5640;5889;5890;5891;7937;7938;7939;7940;8193;8194;8450;8451;10497;10753;11009;11010;11012;13313;13315;15617;15618;15619;15620;15621;15622;15623;15624;15625;15626;15873;15882;16129;16130;16131;16132;775', 0);
1667 INSERT INTO `0_security_roles` VALUES(2, 'System Administrator', 'System Administrator', '256;512;768;2816;3072;3328;5376;5632;5888;7936;8192;8448;10496;10752;11008;13056;13312;15616;15872;16128', '257;258;259;260;513;514;515;516;517;518;519;520;521;522;523;524;525;526;769;770;771;772;773;774;2817;2818;2819;2820;2821;2822;2823;3073;3074;3082;3075;3076;3077;3078;3079;3080;3081;3329;3330;3331;3332;3333;3334;3335;5377;5633;5634;5635;5636;5637;5641;5638;5639;5640;5889;5890;5891;7937;7938;7939;7940;8193;8194;8195;8196;8197;8449;8450;8451;10497;10753;10754;10755;10756;10757;11009;11010;11011;11012;13057;13313;13314;13315;15617;15618;15619;15620;15621;15622;15623;15624;15628;15625;15626;15627;15873;15874;15875;15876;15877;15878;15879;15880;15883;15881;15882;16129;16130;16131;16132;775', 0);
1668 INSERT INTO `0_security_roles` VALUES(3, 'Salesman', 'Salesman', '768;3072;5632;8192;15872', '773;774;3073;3075;3081;5633;8194;15873;775', 0);
1669 INSERT INTO `0_security_roles` VALUES(4, 'Stock Manager', 'Stock Manager', '768;2816;3072;3328;5632;5888;8192;8448;10752;11008;13312;15872;16128', '2818;2822;3073;3076;3077;3329;3330;3330;3330;3331;3331;3332;3333;3334;3335;5633;5640;5889;5890;5891;8193;8194;8450;8451;10753;11009;11010;11012;13313;13315;15882;16129;16130;16131;16132;775', 0);
1670 INSERT INTO `0_security_roles` VALUES(5, 'Production Manager', 'Production Manager', '512;768;2816;3072;3328;5632;5888;8192;8448;10752;11008;13312;15616;15872;16128', '521;523;524;2818;2819;2820;2821;2822;2823;3073;3074;3076;3077;3078;3079;3080;3081;3329;3330;3330;3330;3331;3331;3332;3333;3334;3335;5633;5640;5640;5889;5890;5891;8193;8194;8196;8197;8450;8451;10753;10755;11009;11010;11012;13313;13315;15617;15619;15620;15621;15624;15624;15876;15877;15880;15882;16129;16130;16131;16132;775', 0);
1671 INSERT INTO `0_security_roles` VALUES(6, 'Purchase Officer', 'Purchase Officer', '512;768;2816;3072;3328;5376;5632;5888;8192;8448;10752;11008;13312;15616;15872;16128', '521;523;524;2818;2819;2820;2821;2822;2823;3073;3074;3076;3077;3078;3079;3080;3081;3329;3330;3330;3330;3331;3331;3332;3333;3334;3335;5377;5633;5635;5640;5640;5889;5890;5891;8193;8194;8196;8197;8449;8450;8451;10753;10755;11009;11010;11012;13313;13315;15617;15619;15620;15621;15624;15624;15876;15877;15880;15882;16129;16130;16131;16132;775', 0);
1672 INSERT INTO `0_security_roles` VALUES(7, 'AR Officer', 'AR Officer', '512;768;2816;3072;3328;5632;5888;8192;8448;10752;11008;13312;15616;15872;16128', '521;523;524;771;773;774;2818;2819;2820;2821;2822;2823;3073;3073;3074;3075;3076;3077;3078;3079;3080;3081;3081;3329;3330;3330;3330;3331;3331;3332;3333;3334;3335;5633;5633;5634;5637;5638;5639;5640;5640;5889;5890;5891;8193;8194;8194;8196;8197;8450;8451;10753;10755;11009;11010;11012;13313;13315;15617;15619;15620;15621;15624;15624;15873;15876;15877;15878;15880;15882;16129;16130;16131;16132;775', 0);
1673 INSERT INTO `0_security_roles` VALUES(8, 'AP Officer', 'AP Officer', '512;768;2816;3072;3328;5376;5632;5888;8192;8448;10752;11008;13312;15616;15872;16128', '257;258;259;260;521;523;524;769;770;771;772;773;774;2818;2819;2820;2821;2822;2823;3073;3074;3082;3076;3077;3078;3079;3080;3081;3329;3330;3331;3332;3333;3334;3335;5377;5633;5635;5640;5889;5890;5891;7937;7938;7939;7940;8193;8194;8196;8197;8449;8450;8451;10497;10753;10755;11009;11010;11012;13057;13313;13315;15617;15619;15620;15621;15624;15876;15877;15880;15882;16129;16130;16131;16132;775', 0);
1674 INSERT INTO `0_security_roles` VALUES(9, 'Accountant', 'New Accountant', '512;768;2816;3072;3328;5376;5632;5888;8192;8448;10752;11008;13312;15616;15872;16128', '257;258;259;260;521;523;524;771;772;773;774;2818;2819;2820;2821;2822;2823;3073;3074;3075;3076;3077;3078;3079;3080;3081;3329;3330;3331;3332;3333;3334;3335;5377;5633;5634;5635;5637;5638;5639;5640;5889;5890;5891;7937;7938;7939;7940;8193;8194;8196;8197;8449;8450;8451;10497;10753;10755;11009;11010;11012;13313;13315;15617;15618;15619;15620;15621;15624;15873;15876;15877;15878;15880;15882;16129;16130;16131;16132;775', 0);
1675 INSERT INTO `0_security_roles` VALUES(10, 'Sub Admin', 'Sub Admin', '512;768;2816;3072;3328;5376;5632;5888;8192;8448;10752;11008;13312;15616;15872;16128', '257;258;259;260;521;523;524;771;772;773;774;2818;2819;2820;2821;2822;2823;3073;3074;3082;3075;3076;3077;3078;3079;3080;3081;3329;3330;3331;3332;3333;3334;3335;5377;5633;5634;5635;5637;5638;5639;5640;5889;5890;5891;7937;7938;7939;7940;8193;8194;8196;8197;8449;8450;8451;10497;10753;10755;11009;11010;11012;13057;13313;13315;15617;15619;15620;15621;15624;15873;15874;15876;15877;15878;15879;15880;15882;16129;16130;16131;16132;775', 0);
1676
1677 -- --------------------------------------------------------
1678
1679 --
1680 -- Table structure for table `0_shippers`
1681 --
1682
1683 DROP TABLE IF EXISTS `0_shippers`;
1684 CREATE TABLE IF NOT EXISTS `0_shippers` (
1685   `shipper_id` int(11) NOT NULL auto_increment,
1686   `shipper_name` varchar(60) NOT NULL default '',
1687   `phone` varchar(30) NOT NULL default '',
1688   `phone2` varchar(30) NOT NULL default '',
1689   `contact` tinytext NOT NULL,
1690   `address` tinytext NOT NULL,
1691   `inactive` tinyint(1) NOT NULL default '0',
1692   PRIMARY KEY  (`shipper_id`),
1693   UNIQUE KEY `name` (`shipper_name`)
1694 ) ENGINE=MyISAM  AUTO_INCREMENT=2 ;
1695
1696 --
1697 -- Dumping data for table `0_shippers`
1698 --
1699
1700 INSERT INTO `0_shippers` VALUES(1, 'Default', '', '', '', '', 0);
1701
1702 -- --------------------------------------------------------
1703
1704 --
1705 -- Table structure for table `0_sql_trail`
1706 --
1707
1708 DROP TABLE IF EXISTS `0_sql_trail`;
1709 CREATE TABLE IF NOT EXISTS `0_sql_trail` (
1710   `id` int(11) unsigned NOT NULL auto_increment,
1711   `sql` text NOT NULL,
1712   `result` tinyint(1) NOT NULL,
1713   `msg` varchar(255) NOT NULL,
1714   PRIMARY KEY  (`id`)
1715 ) ENGINE=MyISAM AUTO_INCREMENT=1 ;
1716
1717 --
1718 -- Dumping data for table `0_sql_trail`
1719 --
1720
1721
1722 -- --------------------------------------------------------
1723
1724 --
1725 -- Table structure for table `0_stock_category`
1726 --
1727
1728 DROP TABLE IF EXISTS `0_stock_category`;
1729 CREATE TABLE IF NOT EXISTS `0_stock_category` (
1730   `category_id` int(11) NOT NULL auto_increment,
1731   `description` varchar(60) NOT NULL default '',
1732   `dflt_tax_type` int(11) NOT NULL default '1',
1733   `dflt_units` varchar(20) NOT NULL default 'each',
1734   `dflt_mb_flag` char(1) NOT NULL default 'B',
1735   `dflt_sales_act` varchar(15) NOT NULL default '',
1736   `dflt_cogs_act` varchar(15) NOT NULL default '',
1737   `dflt_inventory_act` varchar(15) NOT NULL default '',
1738   `dflt_adjustment_act` varchar(15) NOT NULL default '',
1739   `dflt_assembly_act` varchar(15) NOT NULL default '',
1740   `dflt_dim1` int(11) default NULL,
1741   `dflt_dim2` int(11) default NULL,
1742   `inactive` tinyint(1) NOT NULL default '0',
1743   `dflt_no_sale` tinyint(1) NOT NULL default '0',
1744   `dflt_no_purchase` tinyint(1) NOT NULL default '0',
1745   PRIMARY KEY  (`category_id`),
1746   UNIQUE KEY `description` (`description`)
1747 ) ENGINE=MyISAM  AUTO_INCREMENT=5 ;
1748
1749 --
1750 -- Dumping data for table `0_stock_category`
1751 --
1752
1753 INSERT INTO `0_stock_category` VALUES(1, 'Components', 1, 'each', 'B', '4010', '5010', '1510', '5040', '1530', 0, 0, 0, 0, 0);
1754 INSERT INTO `0_stock_category` VALUES(2, 'Charges', 1, 'each', 'D', '4010', '5010', '1510', '5040', '1530', 0, 0, 0, 0, 0);
1755 INSERT INTO `0_stock_category` VALUES(3, 'Systems', 1, 'each', 'M', '4010', '5010', '1510', '5040', '1530', 0, 0, 0, 0, 0);
1756 INSERT INTO `0_stock_category` VALUES(4, 'Services', 1, 'hrs', 'D', '4010', '5010', '1510', '5040', '1530', 0, 0, 0, 0, 0);
1757
1758 -- --------------------------------------------------------
1759
1760 --
1761 -- Table structure for table `0_stock_master`
1762 --
1763
1764 DROP TABLE IF EXISTS `0_stock_master`;
1765 CREATE TABLE IF NOT EXISTS `0_stock_master` (
1766   `stock_id` varchar(20) NOT NULL default '',
1767   `category_id` int(11) NOT NULL default '0',
1768   `tax_type_id` int(11) NOT NULL default '0',
1769   `description` varchar(200) NOT NULL default '',
1770   `long_description` tinytext NOT NULL,
1771   `units` varchar(20) NOT NULL default 'each',
1772   `mb_flag` char(1) NOT NULL default 'B',
1773   `sales_account` varchar(15) NOT NULL default '',
1774   `cogs_account` varchar(15) NOT NULL default '',
1775   `inventory_account` varchar(15) NOT NULL default '',
1776   `adjustment_account` varchar(15) NOT NULL default '',
1777   `assembly_account` varchar(15) NOT NULL default '',
1778   `dimension_id` int(11) default NULL,
1779   `dimension2_id` int(11) default NULL,
1780   `actual_cost` double NOT NULL default '0',
1781   `last_cost` double NOT NULL default '0',
1782   `material_cost` double NOT NULL default '0',
1783   `labour_cost` double NOT NULL default '0',
1784   `overhead_cost` double NOT NULL default '0',
1785   `inactive` tinyint(1) NOT NULL default '0',
1786   `no_sale` tinyint(1) NOT NULL default '0',
1787   `no_purchase` tinyint(1) NOT NULL default '0',
1788   `editable` tinyint(1) NOT NULL default '0',
1789   PRIMARY KEY  (`stock_id`)
1790 ) ENGINE=InnoDB;
1791
1792 --
1793 -- Dumping data for table `0_stock_master`
1794 --
1795
1796 INSERT INTO `0_stock_master` VALUES('102', 1, 1, '17inch VGA Monitor', '', 'ea.', 'B', '4010', '5010', '1510', '5040', '1530', 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0);
1797 INSERT INTO `0_stock_master` VALUES('103', 1, 1, '32MB VGA Card', '', 'ea.', 'B', '4010', '5010', '1510', '5040', '1530', 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0);
1798 INSERT INTO `0_stock_master` VALUES('104', 1, 1, '52x CD Drive', '', 'ea.', 'B', '4010', '5010', '1510', '5040', '1530', 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0);
1799 INSERT INTO `0_stock_master` VALUES('201', 4, 1, 'Assembly Labour', '', 'hrs', 'D', '4010', '5010', '5010', '5040', '1530', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
1800 INSERT INTO `0_stock_master` VALUES('3400', 3, 1, 'P4 Business System', '', 'ea.', 'M', '4010', '5010', '1540', '5040', '1530', 0, 0, 0, 0, 33, 3.9999999999999, 2, 0, 0, 0, 0);
1801
1802 -- --------------------------------------------------------
1803
1804 --
1805 -- Table structure for table `0_stock_moves`
1806 --
1807
1808 DROP TABLE IF EXISTS `0_stock_moves`;
1809 CREATE TABLE IF NOT EXISTS `0_stock_moves` (
1810   `trans_id` int(11) NOT NULL auto_increment,
1811   `trans_no` int(11) NOT NULL default '0',
1812   `stock_id` char(20) NOT NULL default '',
1813   `type` smallint(6) NOT NULL default '0',
1814   `loc_code` char(5) NOT NULL default '',
1815   `tran_date` date NOT NULL default '0000-00-00',
1816   `person_id` int(11) default NULL,
1817   `price` double NOT NULL default '0',
1818   `reference` char(40) NOT NULL default '',
1819   `qty` double NOT NULL default '1',
1820   `discount_percent` double NOT NULL default '0',
1821   `standard_cost` double NOT NULL default '0',
1822   `visible` tinyint(1) NOT NULL default '1',
1823   PRIMARY KEY  (`trans_id`),
1824   KEY `type` (`type`,`trans_no`),
1825   KEY `Move` (`stock_id`,`loc_code`,`tran_date`)
1826 ) ENGINE=InnoDB  AUTO_INCREMENT=37 ;
1827
1828 --
1829 -- Dumping data for table `0_stock_moves`
1830 --
1831
1832 INSERT INTO `0_stock_moves` VALUES(1, 1, '102', 25, 'DEF', '2009-06-21', 2, 10, '', 100, 0, 10, 1);
1833 INSERT INTO `0_stock_moves` VALUES(2, 1, '103', 25, 'DEF', '2009-06-21', 2, 11, '', 100, 0, 11, 1);
1834 INSERT INTO `0_stock_moves` VALUES(3, 1, '104', 25, 'DEF', '2009-06-21', 2, 12, '', 100, 0, 12, 1);
1835 INSERT INTO `0_stock_moves` VALUES(4, 1, '102', 26, 'DEF', '2009-06-21', 0, 0, '1', -10, 0, 0, 1);
1836 INSERT INTO `0_stock_moves` VALUES(5, 1, '103', 26, 'DEF', '2009-06-21', 0, 0, '1', -10, 0, 0, 1);
1837 INSERT INTO `0_stock_moves` VALUES(6, 1, '104', 26, 'DEF', '2009-06-21', 0, 0, '1', -10, 0, 0, 1);
1838 INSERT INTO `0_stock_moves` VALUES(7, 1, '3400', 26, 'DEF', '2009-06-21', 0, 0, '1', 10, 0, 0, 1);
1839 INSERT INTO `0_stock_moves` VALUES(8, 2, '102', 13, 'DEF', '2009-06-21', 0, 30.4, '1', -2, 0, 10, 1);
1840 INSERT INTO `0_stock_moves` VALUES(9, 3, '102', 13, 'DEF', '2009-06-21', 0, 50, 'auto', -1, 0, 10, 1);
1841 INSERT INTO `0_stock_moves` VALUES(10, 4, '102', 13, 'DEF', '2009-06-21', 0, 35.89, 'auto', -1, 0, 10, 1);
1842 INSERT INTO `0_stock_moves` VALUES(11, 3, '102', 26, 'DEF', '2009-06-21', 0, 0, '3', -2, 0, 0, 1);
1843 INSERT INTO `0_stock_moves` VALUES(12, 3, '103', 26, 'DEF', '2009-06-21', 0, 0, '3', -2, 0, 0, 1);
1844 INSERT INTO `0_stock_moves` VALUES(13, 3, '104', 26, 'DEF', '2009-06-21', 0, 0, '3', -2, 0, 0, 1);
1845 INSERT INTO `0_stock_moves` VALUES(14, 3, '3400', 26, 'DEF', '2009-06-21', 0, 0, '3', 2, 0, 0, 1);
1846 INSERT INTO `0_stock_moves` VALUES(15, 4, '102', 26, 'DEF', '2009-06-21', 0, 0, '4', -4, 0, 0, 1);
1847 INSERT INTO `0_stock_moves` VALUES(16, 4, '103', 26, 'DEF', '2009-06-21', 0, 0, '4', -4, 0, 0, 1);
1848 INSERT INTO `0_stock_moves` VALUES(17, 4, '104', 26, 'DEF', '2009-06-21', 0, 0, '4', -4, 0, 0, 1);
1849 INSERT INTO `0_stock_moves` VALUES(18, 4, '3400', 26, 'DEF', '2009-06-21', 0, 0, '4', 4, 0, 0, 1);
1850 INSERT INTO `0_stock_moves` VALUES(19, 2, '102', 26, 'DEF', '2009-06-21', 0, 0, '', -2, 0, 0, 1);
1851 INSERT INTO `0_stock_moves` VALUES(20, 2, '103', 26, 'DEF', '2009-06-21', 0, 0, '', -2, 0, 0, 1);
1852 INSERT INTO `0_stock_moves` VALUES(21, 2, '104', 26, 'DEF', '2009-06-21', 0, 0, '', -2, 0, 0, 1);
1853 INSERT INTO `0_stock_moves` VALUES(22, 1, '3400', 29, 'DEF', '2009-06-21', 0, 0, '', 2, 0, 0, 1);
1854 INSERT INTO `0_stock_moves` VALUES(23, 5, '102', 26, 'DEF', '2009-06-21', 0, 0, '5', -5, 0, 0, 1);
1855 INSERT INTO `0_stock_moves` VALUES(24, 5, '103', 26, 'DEF', '2009-06-21', 0, 0, '5', -5, 0, 0, 1);
1856 INSERT INTO `0_stock_moves` VALUES(25, 5, '104', 26, 'DEF', '2009-06-21', 0, 0, '5', -5, 0, 0, 1);
1857 INSERT INTO `0_stock_moves` VALUES(26, 5, '3400', 26, 'DEF', '2009-06-21', 0, 0, '5', 5, 0, 0, 1);
1858 INSERT INTO `0_stock_moves` VALUES(27, 6, '102', 26, 'DEF', '2009-06-21', 0, 0, '6', 5, 0, 0, 1);
1859 INSERT INTO `0_stock_moves` VALUES(28, 6, '103', 26, 'DEF', '2009-06-21', 0, 0, '6', 5, 0, 0, 1);
1860 INSERT INTO `0_stock_moves` VALUES(29, 6, '104', 26, 'DEF', '2009-06-21', 0, 0, '6', 5, 0, 0, 1);
1861 INSERT INTO `0_stock_moves` VALUES(30, 6, '3400', 26, 'DEF', '2009-06-21', 0, 0, '6', -5, 0, 0, 1);
1862 INSERT INTO `0_stock_moves` VALUES(31, 7, '102', 26, 'DEF', '2009-06-21', 0, 0, '7', 2, 0, 0, 1);
1863 INSERT INTO `0_stock_moves` VALUES(32, 7, '103', 26, 'DEF', '2009-06-21', 0, 0, '7', 2, 0, 0, 1);
1864 INSERT INTO `0_stock_moves` VALUES(33, 7, '104', 26, 'DEF', '2009-06-21', 0, 0, '7', 2, 0, 0, 1);
1865 INSERT INTO `0_stock_moves` VALUES(34, 7, '3400', 26, 'DEF', '2009-06-21', 0, 0, '7', -2, 0, 0, 1);
1866 INSERT INTO `0_stock_moves` VALUES(35, 5, '102', 13, 'DEF', '2009-06-21', 0, 50, 'auto', -1, 0, 10, 1);
1867 INSERT INTO `0_stock_moves` VALUES(36, 3, '102', 11, 'DEF', '2009-06-21', 0, 37.68, 'Return Ex Inv: 18', 1, 0, 10, 0);
1868
1869 -- --------------------------------------------------------
1870
1871 --
1872 -- Table structure for table `0_suppliers`
1873 --
1874
1875 DROP TABLE IF EXISTS `0_suppliers`;
1876 CREATE TABLE IF NOT EXISTS `0_suppliers` (
1877   `supplier_id` int(11) NOT NULL auto_increment,
1878   `supp_name` varchar(60) NOT NULL default '',
1879   `supp_ref` varchar(30) NOT NULL default '',
1880   `address` tinytext NOT NULL,
1881   `supp_address` tinytext NOT NULL,
1882   `gst_no` varchar(25) NOT NULL default '',
1883   `contact` varchar(60) NOT NULL default '',
1884   `supp_account_no` varchar(40) NOT NULL default '',
1885   `website` varchar(100) NOT NULL default '',
1886   `bank_account` varchar(60) NOT NULL default '',
1887   `curr_code` char(3) default NULL,
1888   `payment_terms` int(11) default NULL,
1889   `tax_included` tinyint(1) NOT NULL default '0',
1890   `tax_algorithm` tinyint(1) NOT NULL default '1',
1891   `dimension_id` int(11) default '0',
1892   `dimension2_id` int(11) default '0',
1893   `tax_group_id` int(11) default NULL,
1894   `credit_limit` double NOT NULL default '0',
1895   `purchase_account` varchar(15) NOT NULL default '',
1896   `payable_account` varchar(15) NOT NULL default '',
1897   `payment_discount_account` varchar(15) NOT NULL default '',
1898   `notes` tinytext NOT NULL,
1899   `inactive` tinyint(1) NOT NULL default '0',
1900   PRIMARY KEY  (`supplier_id`),
1901   KEY `supp_ref` (`supp_ref`)
1902 ) ENGINE=MyISAM  AUTO_INCREMENT=4 ;
1903
1904 --
1905 -- Dumping data for table `0_suppliers`
1906 --
1907
1908 INSERT INTO `0_suppliers` VALUES(1, 'Junk Beer ApS', 'Junk Beer', 'Mailing 1\nMailing 2\nMailing 3', 'Address 1\nAddress 2\nAddress 3', '123456', 'Contact', '111', '', '', 'DKK', 3, 0, 1, 1, 0, 2, 1000, '', '2100', '5060', 'A supplier with junk beers.', 0);
1909 INSERT INTO `0_suppliers` VALUES(2, 'Lucky Luke Inc.', 'Lucky Luke', 'Mailing 1\nMailing 2\nMailing 3', 'Address 1\nAddress 2\nAddress 3', '654321', 'Luke', '333', '', '', 'USD', 3, 0, 1, 0, 0, 1, 500, '', '2100', '5060', '', 0);
1910 INSERT INTO `0_suppliers` VALUES(3, 'Money Makers Ltd.', 'Money Makers', 'Mailing 1\nMailing 2\nMailing 3', 'Address 1\nAddress 2\nAddress 3', '987654', 'Makers', '222', '', '', 'GBP', 3, 0, 1, 0, 0, 2, 300, '', '2100', '5060', '', 0);
1911
1912 -- --------------------------------------------------------
1913
1914 --
1915 -- Table structure for table `0_supp_allocations`
1916 --
1917
1918 DROP TABLE IF EXISTS `0_supp_allocations`;
1919 CREATE TABLE IF NOT EXISTS `0_supp_allocations` (
1920   `id` int(11) NOT NULL auto_increment,
1921   `amt` double unsigned default NULL,
1922   `date_alloc` date NOT NULL default '0000-00-00',
1923   `trans_no_from` int(11) default NULL,
1924   `trans_type_from` int(11) default NULL,
1925   `trans_no_to` int(11) default NULL,
1926   `trans_type_to` int(11) default NULL,
1927   PRIMARY KEY (`id`),
1928   UNIQUE KEY (`trans_type_from`,`trans_no_from`,`trans_type_to`,`trans_no_to`),
1929   KEY `From` (`trans_type_from`,`trans_no_from`),
1930   KEY `To` (`trans_type_to`,`trans_no_to`)
1931 ) ENGINE=InnoDB  AUTO_INCREMENT=2 ;
1932
1933 --
1934 -- Dumping data for table `0_supp_allocations`
1935 --
1936
1937 INSERT INTO `0_supp_allocations` VALUES(1, 3465, '2009-06-21', 4, 22, 7, 20);
1938
1939 -- --------------------------------------------------------
1940
1941 --
1942 -- Table structure for table `0_supp_invoice_items`
1943 --
1944
1945 DROP TABLE IF EXISTS `0_supp_invoice_items`;
1946 CREATE TABLE IF NOT EXISTS `0_supp_invoice_items` (
1947   `id` int(11) NOT NULL auto_increment,
1948   `supp_trans_no` int(11) default NULL,
1949   `supp_trans_type` int(11) default NULL,
1950   `gl_code` varchar(15) NOT NULL default '',
1951   `grn_item_id` int(11) default NULL,
1952   `po_detail_item_id` int(11) default NULL,
1953   `stock_id` varchar(20) NOT NULL default '',
1954   `description` tinytext,
1955   `quantity` double NOT NULL default '0',
1956   `unit_price` double NOT NULL default '0',
1957   `unit_tax` double NOT NULL default '0',
1958   `memo_` tinytext,
1959   PRIMARY KEY  (`id`),
1960   KEY `Transaction` (`supp_trans_type`,`supp_trans_no`,`stock_id`)
1961 ) ENGINE=InnoDB  AUTO_INCREMENT=6 ;
1962
1963 --
1964 -- Dumping data for table `0_supp_invoice_items`
1965 --
1966
1967 INSERT INTO `0_supp_invoice_items` VALUES(1, 7, 20, '0', 1, 1, '102', '17inch VGA Monitor', 100, 10, 0.5, '');
1968 INSERT INTO `0_supp_invoice_items` VALUES(2, 7, 20, '0', 2, 2, '103', '32MB VGA Card', 100, 11, 0.55, '');
1969 INSERT INTO `0_supp_invoice_items` VALUES(3, 7, 20, '0', 3, 3, '104', '52x CD Drive', 100, 12, 0.6, '');
1970 INSERT INTO `0_supp_invoice_items` VALUES(4, 8, 20, '2150', 0, 0, '', '', 0, 0.95, 0, 'Phone');
1971 INSERT INTO `0_supp_invoice_items` VALUES(5, 8, 20, '5780', 0, 0, '', '', 0, 19.05, 0, 'Phone');
1972
1973 -- --------------------------------------------------------
1974
1975 --
1976 -- Table structure for table `0_supp_trans`
1977 --
1978
1979 DROP TABLE IF EXISTS `0_supp_trans`;
1980 CREATE TABLE IF NOT EXISTS `0_supp_trans` (
1981   `trans_no` int(11) unsigned NOT NULL default '0',
1982   `type` smallint(6) unsigned NOT NULL default '0',
1983   `supplier_id` int(11) unsigned default NULL,
1984   `reference` tinytext NOT NULL,
1985   `supp_reference` varchar(60) NOT NULL default '',
1986   `tran_date` date NOT NULL default '0000-00-00',
1987   `due_date` date NOT NULL default '0000-00-00',
1988   `ov_amount` double NOT NULL default '0',
1989   `ov_discount` double NOT NULL default '0',
1990   `ov_gst` double NOT NULL default '0',
1991   `rate` double NOT NULL default '1',
1992   `alloc` double NOT NULL default '0',
1993   `tax_included` tinyint(1) NOT NULL default '0',
1994   `tax_algorithm` tinyint(1) NOT NULL default '1',
1995   PRIMARY KEY  (`type`,`trans_no`),
1996   KEY `supplier_id` (`supplier_id`),
1997   KEY `SupplierID_2` (`supplier_id`,`supp_reference`),
1998   KEY `type` (`type`),
1999   KEY `tran_date` (`tran_date`)
2000 ) ENGINE=InnoDB;
2001
2002 --
2003 -- Dumping data for table `0_supp_trans`
2004 --
2005
2006 INSERT INTO `0_supp_trans` VALUES(7, 20, 2, '1', '5t', '2009-06-21', '2009-07-01', 3300, 0, 165, 1, 3465, 0, 1);
2007 INSERT INTO `0_supp_trans` VALUES(8, 20, 2, '2', 'cc', '2009-06-21', '2009-07-01', 20, 0, 0, 1, 0, 0, 1);
2008 INSERT INTO `0_supp_trans` VALUES(4, 22, 2, '1', '', '2009-06-21', '2009-06-21', -3465, 0, 0, 1, 3465, 0, 1);
2009
2010 -- --------------------------------------------------------
2011
2012 --
2013 -- Table structure for table `0_sys_prefs`
2014 --
2015
2016 DROP TABLE IF EXISTS `0_sys_prefs`;
2017 CREATE TABLE IF NOT EXISTS `0_sys_prefs` (
2018   `name` varchar(35) NOT NULL default '',
2019   `category` varchar(30) default NULL,
2020   `type` varchar(20) NOT NULL default '',
2021   `length` smallint(6) default NULL,
2022   `value` text NOT NULL,
2023   PRIMARY KEY  (`name`),
2024   KEY `category` (`category`)
2025 ) ENGINE=MyISAM;
2026
2027 --
2028 -- Dumping data for table `0_sys_prefs`
2029 --
2030
2031 INSERT INTO `0_sys_prefs` VALUES('coy_name', 'setup.company', 'varchar', 60, 'Training Co.');
2032 INSERT INTO `0_sys_prefs` VALUES('gst_no', 'setup.company', 'varchar', 25, '9876543');
2033 INSERT INTO `0_sys_prefs` VALUES('coy_no', 'setup.company', 'varchar', 25, '123456789');
2034 INSERT INTO `0_sys_prefs` VALUES('tax_prd', 'setup.company', 'int', 11, '1');
2035 INSERT INTO `0_sys_prefs` VALUES('tax_last', 'setup.company', 'int', 11, '1');
2036 INSERT INTO `0_sys_prefs` VALUES('postal_address', 'setup.company', 'tinytext', 0, 'Address 1\nAddress 2\nAddress 3');
2037 INSERT INTO `0_sys_prefs` VALUES('phone', 'setup.company', 'varchar', 30, '(222) 111.222.333');
2038 INSERT INTO `0_sys_prefs` VALUES('fax', 'setup.company', 'varchar', 30, '');
2039 INSERT INTO `0_sys_prefs` VALUES('email', 'setup.company', 'varchar', 100, 'delta@delta.com');
2040 INSERT INTO `0_sys_prefs` VALUES('coy_logo', 'setup.company', 'varchar', 100, 'logo_frontaccounting.jpg');
2041 INSERT INTO `0_sys_prefs` VALUES('domicile', 'setup.company', 'varchar', 55, '');
2042 INSERT INTO `0_sys_prefs` VALUES('curr_default', 'setup.company', 'char', 3, 'USD');
2043 INSERT INTO `0_sys_prefs` VALUES('use_dimension', 'setup.company', 'tinyint', 1, '1');
2044 INSERT INTO `0_sys_prefs` VALUES('f_year', 'setup.company', 'int', 11, '3');
2045 INSERT INTO `0_sys_prefs` VALUES('no_item_list', 'setup.company', 'tinyint', 1, '0');
2046 INSERT INTO `0_sys_prefs` VALUES('no_customer_list', 'setup.company', 'tinyint', 1, '0');
2047 INSERT INTO `0_sys_prefs` VALUES('no_supplier_list', 'setup.company', 'tinyint', 1, '0');
2048 INSERT INTO `0_sys_prefs` VALUES('base_sales', 'setup.company', 'int', 11, '1');
2049 INSERT INTO `0_sys_prefs` VALUES('time_zone', 'setup.company', 'tinyint', 1, '0');
2050 INSERT INTO `0_sys_prefs` VALUES('add_pct', 'setup.company', 'int', 5, '-1');
2051 INSERT INTO `0_sys_prefs` VALUES('round_to', 'setup.company', 'int', 5, '1');
2052 INSERT INTO `0_sys_prefs` VALUES('login_tout', 'setup.company', 'smallint', 6, '600');
2053 INSERT INTO `0_sys_prefs` VALUES('past_due_days', 'glsetup.general', 'int', 11, '30');
2054 INSERT INTO `0_sys_prefs` VALUES('profit_loss_year_act', 'glsetup.general', 'varchar', 15, '9990');
2055 INSERT INTO `0_sys_prefs` VALUES('retained_earnings_act', 'glsetup.general', 'varchar', 15, '3590');
2056 INSERT INTO `0_sys_prefs` VALUES('bank_charge_act', 'glsetup.general', 'varchar', 15, '5690');
2057 INSERT INTO `0_sys_prefs` VALUES('exchange_diff_act', 'glsetup.general', 'varchar', 15, '4450');
2058 INSERT INTO `0_sys_prefs` VALUES('tax_algorithm', 'glsetup.customer', 'tinyint', 1, '1');
2059 INSERT INTO `0_sys_prefs` VALUES('default_credit_limit', 'glsetup.customer', 'int', 11, '1000');
2060 INSERT INTO `0_sys_prefs` VALUES('accumulate_shipping', 'glsetup.customer', 'tinyint', 1, '0');
2061 INSERT INTO `0_sys_prefs` VALUES('legal_text', 'glsetup.customer', 'tinytext', 0, '');
2062 INSERT INTO `0_sys_prefs` VALUES('freight_act', 'glsetup.customer', 'varchar', 15, '4430');
2063 INSERT INTO `0_sys_prefs` VALUES('debtors_act', 'glsetup.sales', 'varchar', 15, '1200');
2064 INSERT INTO `0_sys_prefs` VALUES('default_sales_act', 'glsetup.sales', 'varchar', 15, '4010');
2065 INSERT INTO `0_sys_prefs` VALUES('default_sales_discount_act', 'glsetup.sales', 'varchar', 15, '4510');
2066 INSERT INTO `0_sys_prefs` VALUES('default_prompt_payment_act', 'glsetup.sales', 'varchar', 15, '4500');
2067 INSERT INTO `0_sys_prefs` VALUES('default_delivery_required', 'glsetup.sales', 'smallint', 6, '1');
2068 INSERT INTO `0_sys_prefs` VALUES('default_receival_required', 'glsetup.purchase', 'smallint', 6, '10');
2069 INSERT INTO `0_sys_prefs` VALUES('default_dim_required', 'glsetup.dims', 'int', 11, '20');
2070 INSERT INTO `0_sys_prefs` VALUES('pyt_discount_act', 'glsetup.purchase', 'varchar', 15, '5060');
2071 INSERT INTO `0_sys_prefs` VALUES('creditors_act', 'glsetup.purchase', 'varchar', 15, '2100');
2072 INSERT INTO `0_sys_prefs` VALUES('po_over_receive', 'glsetup.purchase', 'int', 11, '10');
2073 INSERT INTO `0_sys_prefs` VALUES('po_over_charge', 'glsetup.purchase', 'int', 11, '10');
2074 INSERT INTO `0_sys_prefs` VALUES('allow_negative_stock', 'glsetup.inventory', 'tinyint', 1, '0');
2075 INSERT INTO `0_sys_prefs` VALUES('default_inventory_act', 'glsetup.items', 'varchar', 15, '1510');
2076 INSERT INTO `0_sys_prefs` VALUES('default_cogs_act', 'glsetup.items', 'varchar', 15, '5010');
2077 INSERT INTO `0_sys_prefs` VALUES('default_adj_act', 'glsetup.items', 'varchar', 15, '5040');
2078 INSERT INTO `0_sys_prefs` VALUES('default_inv_sales_act', 'glsetup.items', 'varchar', 15, '4010');
2079 INSERT INTO `0_sys_prefs` VALUES('default_assembly_act', 'glsetup.items', 'varchar', 15, '1530');
2080 INSERT INTO `0_sys_prefs` VALUES('default_workorder_required', 'glsetup.manuf', 'int', 11, '20');
2081 INSERT INTO `0_sys_prefs` VALUES('version_id', 'system', 'varchar', 11, '2.3rc');
2082 INSERT INTO `0_sys_prefs` VALUES('auto_curr_reval', 'setup.company', 'smallint', 6, '1');
2083 INSERT INTO `0_sys_prefs` VALUES('grn_clearing_act', 'glsetup.purchase', 'varchar', 15, '1550');
2084 INSERT INTO `0_sys_prefs` VALUES('deferred_income_act', 'glsetup.sales', 'varchar', '15', '');
2085 INSERT INTO `0_sys_prefs` VALUES('gl_closing_date','setup.closing_date', 'date', 8, '');
2086
2087 -- --------------------------------------------------------
2088
2089 --
2090 -- Table structure for table `0_sys_types`
2091 --
2092
2093 DROP TABLE IF EXISTS `0_sys_types`;
2094 CREATE TABLE IF NOT EXISTS `0_sys_types` (
2095   `type_id` smallint(6) NOT NULL default '0',
2096   `type_no` int(11) NOT NULL default '1',
2097   `next_reference` varchar(100) NOT NULL default '',
2098   PRIMARY KEY  (`type_id`)
2099 ) ENGINE=InnoDB;
2100
2101 --
2102 -- Dumping data for table `0_sys_types`
2103 --
2104
2105 INSERT INTO `0_sys_types` VALUES(0, 19, '3');
2106 INSERT INTO `0_sys_types` VALUES(1, 8, '2');
2107 INSERT INTO `0_sys_types` VALUES(2, 5, '2');
2108 INSERT INTO `0_sys_types` VALUES(4, 3, '1');
2109 INSERT INTO `0_sys_types` VALUES(10, 19, '4');
2110 INSERT INTO `0_sys_types` VALUES(11, 3, '2');
2111 INSERT INTO `0_sys_types` VALUES(12, 6, '1');
2112 INSERT INTO `0_sys_types` VALUES(13, 5, '2');
2113 INSERT INTO `0_sys_types` VALUES(16, 2, '1');
2114 INSERT INTO `0_sys_types` VALUES(17, 2, '1');
2115 INSERT INTO `0_sys_types` VALUES(18, 1, '3');
2116 INSERT INTO `0_sys_types` VALUES(20, 8, '3');
2117 INSERT INTO `0_sys_types` VALUES(21, 1, '1');
2118 INSERT INTO `0_sys_types` VALUES(22, 4, '2');
2119 INSERT INTO `0_sys_types` VALUES(25, 1, '2');
2120 INSERT INTO `0_sys_types` VALUES(26, 1, '8');
2121 INSERT INTO `0_sys_types` VALUES(28, 1, '1');
2122 INSERT INTO `0_sys_types` VALUES(29, 1, '2');
2123 INSERT INTO `0_sys_types` VALUES(30, 5, '6');
2124 INSERT INTO `0_sys_types` VALUES(32, 0, '1');
2125 INSERT INTO `0_sys_types` VALUES(35, 1, '1');
2126 INSERT INTO `0_sys_types` VALUES(40, 1, '3');
2127
2128 -- --------------------------------------------------------
2129
2130 --
2131 -- Table structure for table `0_tags`
2132 --
2133
2134 DROP TABLE IF EXISTS `0_tags`;
2135 CREATE TABLE IF NOT EXISTS `0_tags` (
2136   `id` int(11) NOT NULL auto_increment,
2137   `type` smallint(6) NOT NULL,
2138   `name` varchar(30) NOT NULL,
2139   `description` varchar(60) default NULL,
2140   `inactive` tinyint(1) NOT NULL default '0',
2141   PRIMARY KEY  (`id`),
2142   UNIQUE KEY `type` (`type`,`name`)
2143 ) ENGINE=MyISAM AUTO_INCREMENT=1 ;
2144
2145 --
2146 -- Dumping data for table `0_tags`
2147 --
2148
2149
2150 -- --------------------------------------------------------
2151
2152 --
2153 -- Table structure for table `0_tag_associations`
2154 --
2155
2156 DROP TABLE IF EXISTS `0_tag_associations`;
2157 CREATE TABLE IF NOT EXISTS `0_tag_associations` (
2158   `record_id` varchar(15) NOT NULL,
2159   `tag_id` int(11) NOT NULL,
2160   UNIQUE KEY `record_id` (`record_id`,`tag_id`)
2161 ) ENGINE=MyISAM;
2162
2163 --
2164 -- Dumping data for table `0_tag_associations`
2165 --
2166
2167
2168 -- --------------------------------------------------------
2169
2170 --
2171 -- Table structure for table `0_tax_groups`
2172 --
2173
2174 DROP TABLE IF EXISTS `0_tax_groups`;
2175 CREATE TABLE IF NOT EXISTS `0_tax_groups` (
2176   `id` int(11) NOT NULL auto_increment,
2177   `name` varchar(60) NOT NULL default '',
2178   `inactive` tinyint(1) NOT NULL default '0',
2179   PRIMARY KEY  (`id`),
2180   UNIQUE KEY `name` (`name`)
2181 ) ENGINE=InnoDB  AUTO_INCREMENT=3 ;
2182
2183 --
2184 -- Dumping data for table `0_tax_groups`
2185 --
2186
2187 INSERT INTO `0_tax_groups` VALUES(1, 'Tax', 0);
2188 INSERT INTO `0_tax_groups` VALUES(2, 'Tax Exempt', 0);
2189
2190 -- --------------------------------------------------------
2191
2192 --
2193 -- Table structure for table `0_tax_group_items`
2194 --
2195
2196 DROP TABLE IF EXISTS `0_tax_group_items`;
2197 CREATE TABLE IF NOT EXISTS `0_tax_group_items` (
2198   `tax_group_id` int(11) NOT NULL default '0',
2199   `tax_type_id` int(11) NOT NULL default '0',
2200   `tax_shipping` tinyint(1) NOT NULL default '0',
2201   PRIMARY KEY  (`tax_group_id`,`tax_type_id`)
2202 ) ENGINE=InnoDB;
2203
2204 --
2205 -- Dumping data for table `0_tax_group_items`
2206 --
2207
2208 INSERT INTO `0_tax_group_items` VALUES(1, 1, 1);
2209
2210 -- --------------------------------------------------------
2211
2212 --
2213 -- Table structure for table `0_tax_types`
2214 --
2215
2216 DROP TABLE IF EXISTS `0_tax_types`;
2217 CREATE TABLE IF NOT EXISTS `0_tax_types` (
2218   `id` int(11) NOT NULL auto_increment,
2219   `rate` double NOT NULL default '0',
2220   `sales_gl_code` varchar(15) NOT NULL default '',
2221   `purchasing_gl_code` varchar(15) NOT NULL default '',
2222   `name` varchar(60) NOT NULL default '',
2223   `inactive` tinyint(1) NOT NULL default '0',
2224   PRIMARY KEY  (`id`)
2225 ) ENGINE=InnoDB  AUTO_INCREMENT=2 ;
2226
2227 --
2228 -- Dumping data for table `0_tax_types`
2229 --
2230
2231 INSERT INTO `0_tax_types` VALUES(1, 5, '2150', '2150', 'Tax', 0);
2232
2233 -- --------------------------------------------------------
2234
2235 --
2236 -- Table structure for table `0_trans_tax_details`
2237 --
2238
2239 DROP TABLE IF EXISTS `0_trans_tax_details`;
2240 CREATE TABLE IF NOT EXISTS `0_trans_tax_details` (
2241   `id` int(11) NOT NULL auto_increment,
2242   `trans_type` smallint(6) default NULL,
2243   `trans_no` int(11) default NULL,
2244   `tran_date` date NOT NULL,
2245   `tax_type_id` int(11) NOT NULL default '0',
2246   `rate` double NOT NULL default '0',
2247   `ex_rate` double NOT NULL default '1',
2248   `included_in_price` tinyint(1) NOT NULL default '0',
2249   `net_amount` double NOT NULL default '0',
2250   `amount` double NOT NULL default '0',
2251   `memo` tinytext,
2252   PRIMARY KEY  (`id`),
2253   KEY `Type_and_Number` (`trans_type`,`trans_no`),
2254   KEY `tran_date` (`tran_date`)
2255 ) ENGINE=InnoDB  AUTO_INCREMENT=12 ;
2256
2257 --
2258 -- Dumping data for table `0_trans_tax_details`
2259 --
2260
2261 INSERT INTO `0_trans_tax_details` VALUES(1, 20, 7, '2009-06-21', 1, 5, 1, 0, 3300, 165, '5t');
2262 INSERT INTO `0_trans_tax_details` VALUES(2, 13, 3, '2009-06-21', 1, 5, 1, 0, 50, 2.5, 'auto');
2263 INSERT INTO `0_trans_tax_details` VALUES(3, 10, 17, '2009-06-21', 1, 5, 1, 0, 50, 2.5, '1');
2264 INSERT INTO `0_trans_tax_details` VALUES(4, 13, 4, '2009-06-21', 1, 5, 1.3932, 0, 35.89, 1.7945, 'auto');
2265 INSERT INTO `0_trans_tax_details` VALUES(5, 10, 18, '2009-06-21', 1, 5, 1.3932, 0, 35.89, 1.7945, '2');
2266 INSERT INTO `0_trans_tax_details` VALUES(6, 2, 5, '2009-06-21', 1, 5, 1, 0, 95.2, 4.76, '');
2267 INSERT INTO `0_trans_tax_details` VALUES(7, 1, 8, '2009-06-21', 1, 5, 1, 0, -47.6, -2.38, '');
2268 INSERT INTO `0_trans_tax_details` VALUES(8, 20, 8, '2009-06-21', 1, 5, 1, 0, -19, -0.95, 'cc');
2269 INSERT INTO `0_trans_tax_details` VALUES(9, 13, 5, '2009-06-21', 1, 5, 1, 1, 47.619047619048, 2.3809523809524, 'auto');
2270 INSERT INTO `0_trans_tax_details` VALUES(10, 10, 19, '2009-06-21', 1, 5, 1, 1, 47.619047619048, 2.3809523809524, '3');
2271 INSERT INTO `0_trans_tax_details` VALUES(11, 11, 3, '2009-06-21', 1, 5, 1.3932, 0, 35.89, 1.7945, '1');
2272
2273 -- --------------------------------------------------------
2274
2275 --
2276 -- Table structure for table `0_useronline`
2277 --
2278
2279 DROP TABLE IF EXISTS `0_useronline`;
2280 CREATE TABLE IF NOT EXISTS `0_useronline` (
2281   `id` int(11) NOT NULL auto_increment,
2282   `timestamp` int(15) NOT NULL default '0',
2283   `ip` varchar(40) NOT NULL default '',
2284   `file` varchar(100) NOT NULL default '',
2285   PRIMARY KEY  (`id`),
2286   KEY `timestamp` (`timestamp`),
2287   KEY `ip` (`ip`)
2288 ) ENGINE=MyISAM AUTO_INCREMENT=1 ;
2289
2290 --
2291 -- Dumping data for table `0_useronline`
2292 --
2293
2294
2295 -- --------------------------------------------------------
2296
2297 --
2298 -- Table structure for table `0_users`
2299 --
2300
2301 DROP TABLE IF EXISTS `0_users`;
2302 CREATE TABLE IF NOT EXISTS `0_users` (
2303   `id` smallint(6) NOT NULL auto_increment,
2304   `user_id` varchar(60) NOT NULL default '',
2305   `password` varchar(100) NOT NULL default '',
2306   `real_name` varchar(100) NOT NULL default '',
2307   `role_id` int(11) NOT NULL default '1',
2308   `phone` varchar(30) NOT NULL default '',
2309   `email` varchar(100) default NULL,
2310   `language` varchar(20) default NULL,
2311   `date_format` tinyint(1) NOT NULL default '0',
2312   `date_sep` tinyint(1) NOT NULL default '0',
2313   `tho_sep` tinyint(1) NOT NULL default '0',
2314   `dec_sep` tinyint(1) NOT NULL default '0',
2315   `theme` varchar(20) NOT NULL default 'default',
2316   `page_size` varchar(20) NOT NULL default 'A4',
2317   `prices_dec` smallint(6) NOT NULL default '2',
2318   `qty_dec` smallint(6) NOT NULL default '2',
2319   `rates_dec` smallint(6) NOT NULL default '4',
2320   `percent_dec` smallint(6) NOT NULL default '1',
2321   `show_gl` tinyint(1) NOT NULL default '1',
2322   `show_codes` tinyint(1) NOT NULL default '0',
2323   `show_hints` tinyint(1) NOT NULL default '0',
2324   `last_visit_date` datetime default NULL,
2325   `query_size` tinyint(1) default '10',
2326   `graphic_links` tinyint(1) default '1',
2327   `pos` smallint(6) default '1',
2328   `print_profile` varchar(30) NOT NULL default '1',
2329   `rep_popup` tinyint(1) default '1',
2330   `sticky_doc_date` tinyint(1) default '0',
2331   `startup_tab` varchar(20) NOT NULL default '',
2332   `transaction_days` smallint(6) NOT NULL default '30',
2333   `inactive` tinyint(1) NOT NULL default '0',
2334   PRIMARY KEY  (`id`),
2335   UNIQUE KEY `user_id` (`user_id`)
2336 ) ENGINE=MyISAM  AUTO_INCREMENT=3 ;
2337
2338 --
2339 -- Dumping data for table `0_users`
2340 --
2341
2342 INSERT INTO `0_users` VALUES(1, 'admin', '5f4dcc3b5aa765d61d8327deb882cf99', 'Administrator', 2, '', 'adm@adm.com', 'en_US', 0, 0, 0, 0, 'default', 'Letter', 2, 2, 4, 1, 1, 0, 0, '2010-05-11 23:27:46', 10, 1, 1, '1', 1, 0, 'orders', 30, 0);
2343 INSERT INTO `0_users` VALUES(2, 'demouser', '5f4dcc3b5aa765d61d8327deb882cf99', 'Demo User', 9, '999-999-999', 'demo@demo.nu', 'en_US', 0, 0, 0, 0, 'default', 'Letter', 2, 2, 3, 1, 1, 0, 0, '2008-02-06 19:02:35', 10, 1, 1, '1', 1, 0, 'orders', 30, 0);
2344
2345 -- --------------------------------------------------------
2346
2347 --
2348 -- Table structure for table `0_voided`
2349 --
2350
2351 DROP TABLE IF EXISTS `0_voided`;
2352 CREATE TABLE IF NOT EXISTS `0_voided` (
2353   `type` int(11) NOT NULL default '0',
2354   `id` int(11) NOT NULL default '0',
2355   `date_` date NOT NULL default '0000-00-00',
2356   `memo_` tinytext NOT NULL,
2357   UNIQUE KEY `id` (`type`,`id`)
2358 ) ENGINE=InnoDB;
2359
2360 --
2361 -- Dumping data for table `0_voided`
2362 --
2363
2364
2365 -- --------------------------------------------------------
2366
2367 --
2368 -- Table structure for table `0_workcentres`
2369 --
2370
2371 DROP TABLE IF EXISTS `0_workcentres`;
2372 CREATE TABLE IF NOT EXISTS `0_workcentres` (
2373   `id` int(11) NOT NULL auto_increment,
2374   `name` char(40) NOT NULL default '',
2375   `description` char(50) NOT NULL default '',
2376   `inactive` tinyint(1) NOT NULL default '0',
2377   PRIMARY KEY  (`id`),
2378   UNIQUE KEY `name` (`name`)
2379 ) ENGINE=MyISAM  AUTO_INCREMENT=2 ;
2380
2381 --
2382 -- Dumping data for table `0_workcentres`
2383 --
2384
2385 INSERT INTO `0_workcentres` VALUES(1, 'Workshop', 'Workshop in Alabama', 0);
2386
2387 -- --------------------------------------------------------
2388
2389 --
2390 -- Table structure for table `0_workorders`
2391 --
2392
2393 DROP TABLE IF EXISTS `0_workorders`;
2394 CREATE TABLE IF NOT EXISTS `0_workorders` (
2395   `id` int(11) NOT NULL auto_increment,
2396   `wo_ref` varchar(60) NOT NULL default '',
2397   `loc_code` varchar(5) NOT NULL default '',
2398   `units_reqd` double NOT NULL default '1',
2399   `stock_id` varchar(20) NOT NULL default '',
2400   `date_` date NOT NULL default '0000-00-00',
2401   `type` tinyint(4) NOT NULL default '0',
2402   `required_by` date NOT NULL default '0000-00-00',
2403   `released_date` date NOT NULL default '0000-00-00',
2404   `units_issued` double NOT NULL default '0',
2405   `closed` tinyint(1) NOT NULL default '0',
2406   `released` tinyint(1) NOT NULL default '0',
2407   `additional_costs` double NOT NULL default '0',
2408   PRIMARY KEY  (`id`),
2409   UNIQUE KEY `wo_ref` (`wo_ref`)
2410 ) ENGINE=InnoDB  AUTO_INCREMENT=8 ;
2411
2412 --
2413 -- Dumping data for table `0_workorders`
2414 --
2415
2416 INSERT INTO `0_workorders` VALUES(1, '1', 'DEF', 10, '3400', '2009-06-21', 0, '2009-06-21', '2009-06-21', 10, 1, 1, 10);
2417 INSERT INTO `0_workorders` VALUES(2, '2', 'DEF', 3, '3400', '2009-06-21', 2, '2009-07-11', '2009-06-21', 2, 0, 1, 0);
2418 INSERT INTO `0_workorders` VALUES(3, '3', 'DEF', 2, '3400', '2009-06-21', 0, '2009-06-21', '2009-06-21', 2, 1, 1, 0);
2419 INSERT INTO `0_workorders` VALUES(4, '4', 'DEF', 4, '3400', '2009-06-21', 0, '2009-06-21', '2009-06-21', 4, 1, 1, 0);
2420 INSERT INTO `0_workorders` VALUES(5, '5', 'DEF', 5, '3400', '2009-06-21', 0, '2009-06-21', '2009-06-21', 5, 1, 1, 10);
2421 INSERT INTO `0_workorders` VALUES(6, '6', 'DEF', -5, '3400', '2009-06-21', 1, '2009-06-21', '2009-06-21', -5, 1, 1, 0);
2422 INSERT INTO `0_workorders` VALUES(7, '7', 'DEF', -2, '3400', '2009-06-21', 1, '2009-06-21', '2009-06-21', -2, 1, 1, 10);
2423
2424 -- --------------------------------------------------------
2425
2426 --
2427 -- Table structure for table `0_wo_costing`
2428 --
2429
2430 DROP TABLE IF EXISTS `0_wo_costing`;
2431 CREATE TABLE `0_wo_costing` (
2432   `id` int(11) NOT NULL auto_increment,
2433   `workorder_id` int(11) NOT NULL default '0',
2434   `cost_type`   tinyint(1) NOT NULL default '0',
2435   `trans_type` int(11) NOT NULL default '0',
2436   `trans_no` int(11) NOT NULL default '0',
2437   `factor` double NOT NULL default '1',
2438   PRIMARY KEY  (`id`)
2439 ) ENGINE=InnoDB;
2440
2441 --
2442 -- Dumping data for table `0_wo_costing`
2443 --
2444
2445
2446 -- --------------------------------------------------------
2447
2448 --
2449 -- Table structure for table `0_wo_issues`
2450 --
2451
2452 DROP TABLE IF EXISTS `0_wo_issues`;
2453 CREATE TABLE IF NOT EXISTS `0_wo_issues` (
2454   `issue_no` int(11) NOT NULL auto_increment,
2455   `workorder_id` int(11) NOT NULL default '0',
2456   `reference` varchar(100) default NULL,
2457   `issue_date` date default NULL,
2458   `loc_code` varchar(5) default NULL,
2459   `workcentre_id` int(11) default NULL,
2460   PRIMARY KEY  (`issue_no`),
2461   KEY `workorder_id` (`workorder_id`)
2462 ) ENGINE=InnoDB AUTO_INCREMENT=1 ;
2463
2464 --
2465 -- Dumping data for table `0_wo_issues`
2466 --
2467
2468
2469 -- --------------------------------------------------------
2470
2471 --
2472 -- Table structure for table `0_wo_issue_items`
2473 --
2474
2475 DROP TABLE IF EXISTS `0_wo_issue_items`;
2476 CREATE TABLE IF NOT EXISTS `0_wo_issue_items` (
2477   `id` int(11) NOT NULL auto_increment,
2478   `stock_id` varchar(40) default NULL,
2479   `issue_id` int(11) default NULL,
2480   `qty_issued` double default NULL,
2481   PRIMARY KEY  (`id`)
2482 ) ENGINE=InnoDB AUTO_INCREMENT=1 ;
2483
2484 --
2485 -- Dumping data for table `0_wo_issue_items`
2486 --
2487
2488
2489 -- --------------------------------------------------------
2490
2491 --
2492 -- Table structure for table `0_wo_manufacture`
2493 --
2494
2495 DROP TABLE IF EXISTS `0_wo_manufacture`;
2496 CREATE TABLE IF NOT EXISTS `0_wo_manufacture` (
2497   `id` int(11) NOT NULL auto_increment,
2498   `reference` varchar(100) default NULL,
2499   `workorder_id` int(11) NOT NULL default '0',
2500   `quantity` double NOT NULL default '0',
2501   `date_` date NOT NULL default '0000-00-00',
2502   PRIMARY KEY  (`id`),
2503   KEY `workorder_id` (`workorder_id`)
2504 ) ENGINE=InnoDB  AUTO_INCREMENT=2 ;
2505
2506 --
2507 -- Dumping data for table `0_wo_manufacture`
2508 --
2509
2510 INSERT INTO `0_wo_manufacture` VALUES(1, '1', 2, 2, '2009-06-21');
2511
2512 -- --------------------------------------------------------
2513
2514 --
2515 -- Table structure for table `0_wo_requirements`
2516 --
2517
2518 DROP TABLE IF EXISTS `0_wo_requirements`;
2519 CREATE TABLE IF NOT EXISTS `0_wo_requirements` (
2520   `id` int(11) NOT NULL auto_increment,
2521   `workorder_id` int(11) NOT NULL default '0',
2522   `stock_id` char(20) NOT NULL default '',
2523   `workcentre` int(11) NOT NULL default '0',
2524   `units_req` double NOT NULL default '1',
2525   `std_cost` double NOT NULL default '0',
2526   `loc_code` char(5) NOT NULL default '',
2527   `units_issued` double NOT NULL default '0',
2528   PRIMARY KEY  (`id`),
2529   KEY `workorder_id` (`workorder_id`)
2530 ) ENGINE=InnoDB  AUTO_INCREMENT=22 ;
2531
2532 --
2533 -- Dumping data for table `0_wo_requirements`
2534 --
2535
2536 INSERT INTO `0_wo_requirements` VALUES(1, 1, '102', 1, 1, 0, 'DEF', 10);
2537 INSERT INTO `0_wo_requirements` VALUES(2, 1, '103', 1, 1, 0, 'DEF', 10);
2538 INSERT INTO `0_wo_requirements` VALUES(3, 1, '104', 1, 1, 0, 'DEF', 10);
2539 INSERT INTO `0_wo_requirements` VALUES(4, 2, '102', 1, 1, 0, 'DEF', 0);
2540 INSERT INTO `0_wo_requirements` VALUES(5, 2, '103', 1, 1, 0, 'DEF', 0);
2541 INSERT INTO `0_wo_requirements` VALUES(6, 2, '104', 1, 1, 0, 'DEF', 0);
2542 INSERT INTO `0_wo_requirements` VALUES(7, 3, '102', 1, 1, 0, 'DEF', 2);
2543 INSERT INTO `0_wo_requirements` VALUES(8, 3, '103', 1, 1, 0, 'DEF', 2);
2544 INSERT INTO `0_wo_requirements` VALUES(9, 3, '104', 1, 1, 0, 'DEF', 2);
2545 INSERT INTO `0_wo_requirements` VALUES(10, 4, '102', 1, 1, 0, 'DEF', 4);
2546 INSERT INTO `0_wo_requirements` VALUES(11, 4, '103', 1, 1, 0, 'DEF', 4);
2547 INSERT INTO `0_wo_requirements` VALUES(12, 4, '104', 1, 1, 0, 'DEF', 4);
2548 INSERT INTO `0_wo_requirements` VALUES(13, 5, '102', 1, 1, 0, 'DEF', 5);
2549 INSERT INTO `0_wo_requirements` VALUES(14, 5, '103', 1, 1, 0, 'DEF', 5);
2550 INSERT INTO `0_wo_requirements` VALUES(15, 5, '104', 1, 1, 0, 'DEF', 5);
2551 INSERT INTO `0_wo_requirements` VALUES(16, 6, '102', 1, 1, 0, 'DEF', -5);
2552 INSERT INTO `0_wo_requirements` VALUES(17, 6, '103', 1, 1, 0, 'DEF', -5);
2553 INSERT INTO `0_wo_requirements` VALUES(18, 6, '104', 1, 1, 0, 'DEF', -5);
2554 INSERT INTO `0_wo_requirements` VALUES(19, 7, '102', 1, 1, 0, 'DEF', -2);
2555 INSERT INTO `0_wo_requirements` VALUES(20, 7, '103', 1, 1, 0, 'DEF', -2);
2556 INSERT INTO `0_wo_requirements` VALUES(21, 7, '104', 1, 1, 0, 'DEF', -2);