Updated en_US-demo.sql, en_US-new.sql and alter2.1.sql
[fa-stable.git] / sql / en_US-new.sql
1 # MySQL dump of database 'fa' on host 'localhost'
2 # Backup Date and Time: 2009-01-30 11:03
3 # Built by FrontAccounting 2.1.0 CVS
4 # http://frontaccounting.net
5 # Company: Company name
6 # User: Administrator
7 # Database: en_US-new.sql release 2.1
8
9
10 ### Structure of table `0_areas` ###
11
12 DROP TABLE IF EXISTS `0_areas`;
13
14 CREATE TABLE `0_areas` (
15   `area_code` int(11) NOT NULL auto_increment,
16   `description` varchar(60) NOT NULL default '',
17   `inactive` tinyint(1) NOT NULL default '0',
18   PRIMARY KEY  (`area_code`),
19   UNIQUE KEY `description` (`description`)
20 ) TYPE=MyISAM AUTO_INCREMENT=2  AUTO_INCREMENT=2 ;
21
22
23 ### Data of table `0_areas` ###
24
25 INSERT INTO `0_areas` VALUES ('1', 'USA', '0');
26
27
28 ### Structure of table `0_attachments` ###
29
30 DROP TABLE IF EXISTS `0_attachments`;
31
32 CREATE TABLE `0_attachments` (
33   `id` int(11) unsigned NOT NULL auto_increment,
34   `description` varchar(60) NOT NULL default '',
35   `type_no` int(11) NOT NULL default '0',
36   `trans_no` int(11) NOT NULL default '0',
37   `unique_name` varchar(60) NOT NULL default '',
38   `tran_date` date NOT NULL default '0000-00-00',
39   `filename` varchar(60) NOT NULL default '',
40   `filesize` int(11) NOT NULL default '0',
41   `filetype` varchar(60) NOT NULL default '',
42   PRIMARY KEY  (`id`),
43   KEY `type_no` (`type_no`,`trans_no`)
44 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
45
46
47 ### Data of table `0_attachments` ###
48
49
50
51 ### Structure of table `0_bank_accounts` ###
52
53 DROP TABLE IF EXISTS `0_bank_accounts`;
54
55 CREATE TABLE `0_bank_accounts` (
56   `account_code` varchar(11) NOT NULL default '',
57   `account_type` smallint(6) NOT NULL default '0',
58   `bank_account_name` varchar(60) NOT NULL default '',
59   `bank_account_number` varchar(100) NOT NULL default '',
60   `bank_name` varchar(60) NOT NULL default '',
61   `bank_address` tinytext,
62   `bank_curr_code` char(3) NOT NULL default '',
63   `id` smallint(6) NOT NULL auto_increment,
64   `last_reconciled_date` timestamp NOT NULL default '0000-00-00 00:00:00',
65   `ending_reconcile_balance` double NOT NULL default '0',
66   `inactive` tinyint(1) NOT NULL default '0',
67   PRIMARY KEY  (`id`),
68   KEY `bank_account_name` (`bank_account_name`),
69   KEY `bank_account_number` (`bank_account_number`)
70 ) TYPE=MyISAM AUTO_INCREMENT=3  AUTO_INCREMENT=3 ;
71
72
73 ### Data of table `0_bank_accounts` ###
74
75 INSERT INTO `0_bank_accounts` VALUES ('1700', '0', 'Current account', 'N/A', 'N/A', '', 'USD', '1', '0000-00-00 00:00:00', '0', '0');
76 INSERT INTO `0_bank_accounts` VALUES ('1705', '0', 'Petty Cash account', 'N/A', 'N/A', '', 'USD', '2', '0000-00-00 00:00:00', '0', '0');
77
78
79 ### Structure of table `0_bank_trans` ###
80
81 DROP TABLE IF EXISTS `0_bank_trans`;
82
83 CREATE TABLE `0_bank_trans` (
84   `id` int(11) NOT NULL auto_increment,
85   `type` smallint(6) default NULL,
86   `trans_no` int(11) default NULL,
87   `bank_act` varchar(11) default NULL,
88   `ref` varchar(40) default NULL,
89   `trans_date` date NOT NULL default '0000-00-00',
90   `bank_trans_type_id` int(10) unsigned default NULL,
91   `amount` double default NULL,
92   `dimension_id` int(11) NOT NULL default '0',
93   `dimension2_id` int(11) NOT NULL default '0',
94   `person_type_id` int(11) NOT NULL default '0',
95   `person_id` tinyblob,
96   `reconciled` date default NULL,
97   PRIMARY KEY  (`id`),
98   KEY `bank_act` (`bank_act`,`ref`),
99   KEY `type` (`type`,`trans_no`)
100 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
101
102
103 ### Data of table `0_bank_trans` ###
104
105
106
107 ### Structure of table `0_bom` ###
108
109 DROP TABLE IF EXISTS `0_bom`;
110
111 CREATE TABLE `0_bom` (
112   `id` int(11) NOT NULL auto_increment,
113   `parent` char(20) NOT NULL default '',
114   `component` char(20) NOT NULL default '',
115   `workcentre_added` int(11) NOT NULL default '0',
116   `loc_code` char(5) NOT NULL default '',
117   `quantity` double NOT NULL default '1',
118   PRIMARY KEY  (`parent`,`component`,`workcentre_added`,`loc_code`),
119   KEY `component` (`component`),
120   KEY `id` (`id`),
121   KEY `loc_code` (`loc_code`),
122   KEY `parent` (`parent`,`loc_code`),
123   KEY `Parent_2` (`parent`),
124   KEY `workcentre_added` (`workcentre_added`)
125 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
126
127
128 ### Data of table `0_bom` ###
129
130
131
132 ### Structure of table `0_budget_trans` ###
133
134 DROP TABLE IF EXISTS `0_budget_trans`;
135
136 CREATE TABLE `0_budget_trans` (
137   `counter` int(11) NOT NULL auto_increment,
138   `type` smallint(6) NOT NULL default '0',
139   `type_no` bigint(16) NOT NULL default '1',
140   `tran_date` date NOT NULL default '0000-00-00',
141   `account` varchar(11) NOT NULL default '',
142   `memo_` tinytext NOT NULL,
143   `amount` double NOT NULL default '0',
144   `dimension_id` int(11) default '0',
145   `dimension2_id` int(11) default '0',
146   `person_type_id` int(11) default NULL,
147   `person_id` tinyblob,
148   PRIMARY KEY  (`counter`),
149   KEY `Type_and_Number` (`type`,`type_no`)
150 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
151
152
153 ### Data of table `0_budget_trans` ###
154
155
156
157 ### Structure of table `0_chart_class` ###
158
159 DROP TABLE IF EXISTS `0_chart_class`;
160
161 CREATE TABLE `0_chart_class` (
162   `cid` int(11) NOT NULL default '0',
163   `class_name` varchar(60) NOT NULL default '',
164   `balance_sheet` tinyint(1) NOT NULL default '0',
165   PRIMARY KEY  (`cid`)
166 ) TYPE=MyISAM  ;
167
168
169 ### Data of table `0_chart_class` ###
170
171 INSERT INTO `0_chart_class` VALUES ('1', 'Assets', '1');
172 INSERT INTO `0_chart_class` VALUES ('2', 'Liabilities', '1');
173 INSERT INTO `0_chart_class` VALUES ('3', 'Income', '0');
174 INSERT INTO `0_chart_class` VALUES ('4', 'Costs', '0');
175
176
177 ### Structure of table `0_chart_master` ###
178
179 DROP TABLE IF EXISTS `0_chart_master`;
180
181 CREATE TABLE `0_chart_master` (
182   `account_code` varchar(11) NOT NULL default '',
183   `account_code2` varchar(11) default '',
184   `account_name` varchar(60) NOT NULL default '',
185   `account_type` int(11) NOT NULL default '0',
186   `inactive` tinyint(1) NOT NULL default '0',
187   PRIMARY KEY  (`account_code`),
188   KEY `account_code` (`account_code`),
189   KEY `account_name` (`account_name`)
190 ) TYPE=MyISAM  ;
191
192
193 ### Data of table `0_chart_master` ###
194
195 INSERT INTO `0_chart_master` VALUES ('3000', '', 'Sales', '1', '0');
196 INSERT INTO `0_chart_master` VALUES ('3010', '', 'Sales  - Wholesale', '1', '0');
197 INSERT INTO `0_chart_master` VALUES ('3020', '', 'Sales of Other items', '1', '0');
198 INSERT INTO `0_chart_master` VALUES ('3400', '', 'Difference On Exchange', '1', '0');
199 INSERT INTO `0_chart_master` VALUES ('5000', '', 'Direct Labour', '2', '0');
200 INSERT INTO `0_chart_master` VALUES ('5050', '', 'Direct Labour Recovery', '2', '0');
201 INSERT INTO `0_chart_master` VALUES ('4200', '', 'Material Usage Varaiance', '2', '0');
202 INSERT INTO `0_chart_master` VALUES ('4210', '', 'Consumable Materials', '2', '0');
203 INSERT INTO `0_chart_master` VALUES ('4220', '', 'Purchase price Variance', '2', '0');
204 INSERT INTO `0_chart_master` VALUES ('4000', '', 'Purchases of materials', '2', '0');
205 INSERT INTO `0_chart_master` VALUES ('4250', '', 'Discounts Received', '2', '0');
206 INSERT INTO `0_chart_master` VALUES ('4260', '', 'Exchange Variation', '2', '0');
207 INSERT INTO `0_chart_master` VALUES ('4300', '', 'Freight Inwards', '2', '0');
208 INSERT INTO `0_chart_master` VALUES ('4010', '', 'Cost of Goods Sold - Retail', '2', '0');
209 INSERT INTO `0_chart_master` VALUES ('6790', '', 'Bank Charges', '5', '0');
210 INSERT INTO `0_chart_master` VALUES ('6800', '', 'Entertainments', '5', '0');
211 INSERT INTO `0_chart_master` VALUES ('6810', '', 'Legal Expenses', '5', '0');
212 INSERT INTO `0_chart_master` VALUES ('6600', '', 'Repairs and Maintenance Office', '5', '0');
213 INSERT INTO `0_chart_master` VALUES ('6730', '', 'phone', '5', '0');
214 INSERT INTO `0_chart_master` VALUES ('8200', '', 'Bank Interest', '52', '0');
215 INSERT INTO `0_chart_master` VALUES ('6840', '', 'Credit Control', '5', '0');
216 INSERT INTO `0_chart_master` VALUES ('7040', '', 'Depreciation Office Equipment', '51', '0');
217 INSERT INTO `0_chart_master` VALUES ('3800', '', 'Freight Outwards', '5', '0');
218 INSERT INTO `0_chart_master` VALUES ('4500', '', 'Packaging', '5', '0');
219 INSERT INTO `0_chart_master` VALUES ('6400', '', 'Commissions', '5', '0');
220 INSERT INTO `0_chart_master` VALUES ('3200', '', 'Prompt Payment Discounts', '1', '0');
221 INSERT INTO `0_chart_master` VALUES ('6700', '', 'General Expenses', '5', '0');
222 INSERT INTO `0_chart_master` VALUES ('5200', '', 'Indirect Labour', '2', '0');
223 INSERT INTO `0_chart_master` VALUES ('5210', '', 'Overhead Recovery', '5', '0');
224 INSERT INTO `0_chart_master` VALUES ('1700', '', 'Bank account', '10', '0');
225 INSERT INTO `0_chart_master` VALUES ('1705', '', 'Petty Cash', '10', '0');
226 INSERT INTO `0_chart_master` VALUES ('1710', '', 'Foreign currency account', '10', '0');
227 INSERT INTO `0_chart_master` VALUES ('1500', '', 'Accounts Receivable', '20', '0');
228 INSERT INTO `0_chart_master` VALUES ('1400', '', 'Stocks of Raw Materials', '45', '0');
229 INSERT INTO `0_chart_master` VALUES ('1410', '', 'Stocks of Work In Progress', '45', '0');
230 INSERT INTO `0_chart_master` VALUES ('1420', '', 'Stocks of Finsihed Goods', '45', '0');
231 INSERT INTO `0_chart_master` VALUES ('1430', '', 'Goods Received Clearing account', '30', '0');
232 INSERT INTO `0_chart_master` VALUES ('2630', '', 'Accounts Payable', '30', '0');
233 INSERT INTO `0_chart_master` VALUES ('2660', '', 'VAT out 5', '30', '0');
234 INSERT INTO `0_chart_master` VALUES ('2662', '', 'VAT out 1', '30', '0');
235 INSERT INTO `0_chart_master` VALUES ('2664', '', 'VAT out 25', '30', '0');
236 INSERT INTO `0_chart_master` VALUES ('2680', '', 'VAT In 5', '30', '0');
237 INSERT INTO `0_chart_master` VALUES ('2682', '', 'VAT In 25', '30', '0');
238 INSERT INTO `0_chart_master` VALUES ('2050', '', 'Retained Earnings', '50', '0');
239 INSERT INTO `0_chart_master` VALUES ('2000', '', 'Share Capital', '50', '0');
240
241
242 ### Structure of table `0_chart_types` ###
243
244 DROP TABLE IF EXISTS `0_chart_types`;
245
246 CREATE TABLE `0_chart_types` (
247   `id` int(11) NOT NULL auto_increment,
248   `name` varchar(60) NOT NULL default '',
249   `class_id` tinyint(1) NOT NULL default '0',
250   `parent` int(11) NOT NULL default '-1',
251   PRIMARY KEY  (`id`),
252   KEY `name` (`name`)
253 ) TYPE=MyISAM AUTO_INCREMENT=53  AUTO_INCREMENT=53 ;
254
255
256 ### Data of table `0_chart_types` ###
257
258 INSERT INTO `0_chart_types` VALUES ('1', 'Sales', '3', '-1');
259 INSERT INTO `0_chart_types` VALUES ('2', 'Cost of Sales', '4', '-1');
260 INSERT INTO `0_chart_types` VALUES ('5', 'Expenses', '4', '-1');
261 INSERT INTO `0_chart_types` VALUES ('10', 'Cash/Bank', '1', '-1');
262 INSERT INTO `0_chart_types` VALUES ('20', 'Accounts Receivable', '1', '-1');
263 INSERT INTO `0_chart_types` VALUES ('30', 'Accounts Payable', '2', '-1');
264 INSERT INTO `0_chart_types` VALUES ('40', 'Fixed Assets', '1', '-1');
265 INSERT INTO `0_chart_types` VALUES ('45', 'Inventory', '1', '-1');
266 INSERT INTO `0_chart_types` VALUES ('50', 'Equity', '2', '-1');
267 INSERT INTO `0_chart_types` VALUES ('51', 'Depreciations', '4', '-1');
268 INSERT INTO `0_chart_types` VALUES ('52', 'Financials', '4', '-1');
269
270
271 ### Structure of table `0_comments` ###
272
273 DROP TABLE IF EXISTS `0_comments`;
274
275 CREATE TABLE `0_comments` (
276   `type` int(11) NOT NULL default '0',
277   `id` int(11) NOT NULL default '0',
278   `date_` date default '0000-00-00',
279   `memo_` tinytext
280 ) TYPE=InnoDB  ;
281
282
283 ### Data of table `0_comments` ###
284
285
286
287 ### Structure of table `0_company` ###
288
289 DROP TABLE IF EXISTS `0_company`;
290
291 CREATE TABLE `0_company` (
292   `coy_code` int(11) NOT NULL default '1',
293   `coy_name` varchar(60) NOT NULL default '',
294   `gst_no` varchar(25) NOT NULL default '',
295   `coy_no` varchar(25) NOT NULL default '0',
296   `tax_prd` int(11) NOT NULL default '1',
297   `tax_last` int(11) NOT NULL default '1',
298   `postal_address` tinytext NOT NULL,
299   `phone` varchar(30) NOT NULL default '',
300   `fax` varchar(30) NOT NULL default '',
301   `email` varchar(100) NOT NULL default '',
302   `coy_logo` varchar(100) NOT NULL default '',
303   `domicile` varchar(55) NOT NULL default '',
304   `curr_default` char(3) NOT NULL default '',
305   `debtors_act` varchar(11) NOT NULL default '',
306   `pyt_discount_act` varchar(11) NOT NULL default '',
307   `creditors_act` varchar(11) NOT NULL default '',
308   `grn_act` varchar(11) NOT NULL default '',
309   `exchange_diff_act` varchar(11) NOT NULL default '',
310   `purch_exchange_diff_act` varchar(11) NOT NULL default '',
311   `retained_earnings_act` varchar(11) NOT NULL default '',
312   `freight_act` varchar(11) NOT NULL default '',
313   `default_sales_act` varchar(11) NOT NULL default '',
314   `default_sales_discount_act` varchar(11) NOT NULL default '',
315   `default_prompt_payment_act` varchar(11) NOT NULL default '',
316   `default_inventory_act` varchar(11) NOT NULL default '',
317   `default_cogs_act` varchar(11) NOT NULL default '',
318   `default_adj_act` varchar(11) NOT NULL default '',
319   `default_inv_sales_act` varchar(11) NOT NULL default '',
320   `default_assembly_act` varchar(11) NOT NULL default '',
321   `payroll_act` varchar(11) NOT NULL default '',
322   `custom1_name` varchar(60) NOT NULL default '',
323   `custom2_name` varchar(60) NOT NULL default '',
324   `custom3_name` varchar(60) NOT NULL default '',
325   `custom1_value` varchar(100) NOT NULL default '',
326   `custom2_value` varchar(100) NOT NULL default '',
327   `custom3_value` varchar(100) NOT NULL default '',
328   `allow_negative_stock` tinyint(1) NOT NULL default '0',
329   `po_over_receive` int(11) NOT NULL default '10',
330   `po_over_charge` int(11) NOT NULL default '10',
331   `default_credit_limit` int(11) NOT NULL default '1000',
332   `default_workorder_required` int(11) NOT NULL default '20',
333   `default_dim_required` int(11) NOT NULL default '20',
334   `past_due_days` int(11) NOT NULL default '30',
335   `use_dimension` tinyint(1) default '0',
336   `f_year` int(11) NOT NULL default '1',
337   `no_item_list` tinyint(1) NOT NULL default '0',
338   `no_customer_list` tinyint(1) NOT NULL default '0',
339   `no_supplier_list` tinyint(1) NOT NULL default '0',
340   `base_sales` int(11) NOT NULL default '-1',
341   `foreign_codes` tinyint(1) NOT NULL default '0',
342   `accumulate_shipping` tinyint(1) NOT NULL default '0',
343   `legal_text` tinytext NOT NULL,
344   PRIMARY KEY  (`coy_code`)
345 ) TYPE=MyISAM  ;
346
347
348 ### Data of table `0_company` ###
349
350 INSERT INTO `0_company` VALUES ('1', 'Company name', '', '', '1', '1', 'N/A', '', '', '', '', '', 'USD', '1500', '4250', '2630', '1430', '4260', '4220', '2050', '3800', '3000', '3000', '3200', '1420', '4010', '4210', '3000', '1410', '5000', '', '', '', '', '', '', '0', '10', '10', '1000', '20', '20', '30', '1', '1', '0', '0', '0', '-1', '0', '0', '');
351
352
353 ### Structure of table `0_credit_status` ###
354
355 DROP TABLE IF EXISTS `0_credit_status`;
356
357 CREATE TABLE `0_credit_status` (
358   `id` int(11) NOT NULL auto_increment,
359   `reason_description` char(100) NOT NULL default '',
360   `dissallow_invoices` tinyint(1) NOT NULL default '0',
361   `inactive` tinyint(1) NOT NULL default '0',
362   PRIMARY KEY  (`id`),
363   UNIQUE KEY `reason_description` (`reason_description`)
364 ) TYPE=MyISAM AUTO_INCREMENT=5  AUTO_INCREMENT=5 ;
365
366
367 ### Data of table `0_credit_status` ###
368
369 INSERT INTO `0_credit_status` VALUES ('1', 'Good History', '0', '0');
370 INSERT INTO `0_credit_status` VALUES ('3', 'No more work until payment received', '1', '0');
371 INSERT INTO `0_credit_status` VALUES ('4', 'In liquidation', '1', '0');
372
373
374 ### Structure of table `0_currencies` ###
375
376 DROP TABLE IF EXISTS `0_currencies`;
377
378 CREATE TABLE `0_currencies` (
379   `currency` varchar(60) NOT NULL default '',
380   `curr_abrev` char(3) NOT NULL default '',
381   `curr_symbol` varchar(10) NOT NULL default '',
382   `country` varchar(100) NOT NULL default '',
383   `hundreds_name` varchar(15) NOT NULL default '',
384   `inactive` tinyint(1) NOT NULL default '0',
385   PRIMARY KEY  (`curr_abrev`)
386 ) TYPE=MyISAM  ;
387
388
389 ### Data of table `0_currencies` ###
390
391 INSERT INTO `0_currencies` VALUES ('Euro', 'EUR', '?', 'Europe', 'Cents', '0');
392 INSERT INTO `0_currencies` VALUES ('Pounds', 'GBP', '?', 'England', 'Pence', '0');
393 INSERT INTO `0_currencies` VALUES ('US Dollars', 'USD', '$', 'United States', 'Cents', '0');
394
395
396 ### Structure of table `0_cust_allocations` ###
397
398 DROP TABLE IF EXISTS `0_cust_allocations`;
399
400 CREATE TABLE `0_cust_allocations` (
401   `id` int(11) NOT NULL auto_increment,
402   `amt` double unsigned default NULL,
403   `date_alloc` date NOT NULL default '0000-00-00',
404   `trans_no_from` int(11) default NULL,
405   `trans_type_from` int(11) default NULL,
406   `trans_no_to` int(11) default NULL,
407   `trans_type_to` int(11) default NULL,
408   PRIMARY KEY  (`id`)
409 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
410
411
412 ### Data of table `0_cust_allocations` ###
413
414
415
416 ### Structure of table `0_cust_branch` ###
417
418 DROP TABLE IF EXISTS `0_cust_branch`;
419
420 CREATE TABLE `0_cust_branch` (
421   `branch_code` int(11) NOT NULL auto_increment,
422   `debtor_no` int(11) NOT NULL default '0',
423   `br_name` varchar(60) NOT NULL default '',
424   `br_address` tinytext NOT NULL,
425   `area` int(11) default NULL,
426   `salesman` int(11) NOT NULL default '0',
427   `phone` varchar(30) NOT NULL default '',
428   `fax` varchar(30) NOT NULL default '',
429   `contact_name` varchar(60) NOT NULL default '',
430   `email` varchar(100) NOT NULL default '',
431   `default_location` varchar(5) NOT NULL default '',
432   `tax_group_id` int(11) default NULL,
433   `sales_account` varchar(11) default NULL,
434   `sales_discount_account` varchar(11) default NULL,
435   `receivables_account` varchar(11) default NULL,
436   `payment_discount_account` varchar(11) default NULL,
437   `default_ship_via` int(11) NOT NULL default '1',
438   `disable_trans` tinyint(4) NOT NULL default '0',
439   `br_post_address` tinytext NOT NULL,
440   `group_no` int(11) NOT NULL default '0',
441   PRIMARY KEY  (`branch_code`,`debtor_no`),
442   KEY `branch_code` (`branch_code`),
443   KEY `br_name` (`br_name`)
444 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
445
446
447 ### Data of table `0_cust_branch` ###
448
449
450
451 ### Structure of table `0_debtor_trans` ###
452
453 DROP TABLE IF EXISTS `0_debtor_trans`;
454
455 CREATE TABLE `0_debtor_trans` (
456   `trans_no` int(11) unsigned NOT NULL default '0',
457   `type` smallint(6) unsigned NOT NULL default '0',
458   `version` tinyint(1) unsigned NOT NULL default '0',
459   `debtor_no` int(11) unsigned default NULL,
460   `branch_code` int(11) NOT NULL default '-1',
461   `tran_date` date NOT NULL default '0000-00-00',
462   `due_date` date NOT NULL default '0000-00-00',
463   `reference` varchar(60) NOT NULL default '',
464   `tpe` int(11) NOT NULL default '0',
465   `order_` int(11) NOT NULL default '0',
466   `ov_amount` double NOT NULL default '0',
467   `ov_gst` double NOT NULL default '0',
468   `ov_freight` double NOT NULL default '0',
469   `ov_freight_tax` double NOT NULL default '0',
470   `ov_discount` double NOT NULL default '0',
471   `alloc` double NOT NULL default '0',
472   `rate` double NOT NULL default '1',
473   `ship_via` int(11) default NULL,
474   `trans_link` int(11) NOT NULL default '0',
475   `dimension_id` int(11) NOT NULL default '0',
476   `dimension2_id` int(11) NOT NULL default '0',
477   PRIMARY KEY  (`trans_no`,`type`),
478   KEY `debtor_no` (`debtor_no`,`branch_code`)
479 ) TYPE=InnoDB  ;
480
481
482 ### Data of table `0_debtor_trans` ###
483
484
485
486 ### Structure of table `0_debtor_trans_details` ###
487
488 DROP TABLE IF EXISTS `0_debtor_trans_details`;
489
490 CREATE TABLE `0_debtor_trans_details` (
491   `id` int(11) NOT NULL auto_increment,
492   `debtor_trans_no` int(11) default NULL,
493   `debtor_trans_type` int(11) default NULL,
494   `stock_id` varchar(20) NOT NULL default '',
495   `description` tinytext,
496   `unit_price` double NOT NULL default '0',
497   `unit_tax` double NOT NULL default '0',
498   `quantity` double NOT NULL default '0',
499   `discount_percent` double NOT NULL default '0',
500   `standard_cost` double NOT NULL default '0',
501   `qty_done` double NOT NULL default '0',
502   PRIMARY KEY  (`id`)
503 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
504
505
506 ### Data of table `0_debtor_trans_details` ###
507
508
509
510 ### Structure of table `0_debtors_master` ###
511
512 DROP TABLE IF EXISTS `0_debtors_master`;
513
514 CREATE TABLE `0_debtors_master` (
515   `debtor_no` int(11) NOT NULL auto_increment,
516   `name` varchar(60) NOT NULL default '',
517   `address` tinytext,
518   `email` varchar(100) NOT NULL default '',
519   `tax_id` varchar(55) NOT NULL default '',
520   `curr_code` char(3) NOT NULL default '',
521   `sales_type` int(11) NOT NULL default '1',
522   `dimension_id` int(11) NOT NULL default '0',
523   `dimension2_id` int(11) NOT NULL default '0',
524   `credit_status` int(11) NOT NULL default '0',
525   `payment_terms` int(11) default NULL,
526   `discount` double NOT NULL default '0',
527   `pymt_discount` double NOT NULL default '0',
528   `credit_limit` float NOT NULL default '1000',
529   `inactive` tinyint(1) NOT NULL default '0',
530   PRIMARY KEY  (`debtor_no`),
531   UNIQUE KEY `name` (`name`)
532 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
533
534
535 ### Data of table `0_debtors_master` ###
536
537
538
539 ### Structure of table `0_dimensions` ###
540
541 DROP TABLE IF EXISTS `0_dimensions`;
542
543 CREATE TABLE `0_dimensions` (
544   `id` int(11) NOT NULL auto_increment,
545   `reference` varchar(60) NOT NULL default '',
546   `name` varchar(60) NOT NULL default '',
547   `type_` tinyint(1) NOT NULL default '1',
548   `closed` tinyint(1) NOT NULL default '0',
549   `date_` date NOT NULL default '0000-00-00',
550   `due_date` date NOT NULL default '0000-00-00',
551   PRIMARY KEY  (`id`),
552   UNIQUE KEY `reference` (`reference`)
553 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
554
555
556 ### Data of table `0_dimensions` ###
557
558
559
560 ### Structure of table `0_exchange_rates` ###
561
562 DROP TABLE IF EXISTS `0_exchange_rates`;
563
564 CREATE TABLE `0_exchange_rates` (
565   `id` int(11) NOT NULL auto_increment,
566   `curr_code` char(3) NOT NULL default '',
567   `rate_buy` double NOT NULL default '0',
568   `rate_sell` double NOT NULL default '0',
569   `date_` date NOT NULL default '0000-00-00',
570   PRIMARY KEY  (`id`),
571   UNIQUE KEY `curr_code` (`curr_code`,`date_`)
572 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
573
574
575 ### Data of table `0_exchange_rates` ###
576
577
578
579 ### Structure of table `0_fiscal_year` ###
580
581 DROP TABLE IF EXISTS `0_fiscal_year`;
582
583 CREATE TABLE `0_fiscal_year` (
584   `id` int(11) NOT NULL auto_increment,
585   `begin` date default '0000-00-00',
586   `end` date default '0000-00-00',
587   `closed` tinyint(1) NOT NULL default '0',
588   PRIMARY KEY  (`id`)
589 ) TYPE=InnoDB AUTO_INCREMENT=2  AUTO_INCREMENT=2 ;
590
591
592 ### Data of table `0_fiscal_year` ###
593
594 INSERT INTO `0_fiscal_year` VALUES ('1', '2008-01-01', '2008-12-31', '0');
595
596
597 ### Structure of table `0_gl_trans` ###
598
599 DROP TABLE IF EXISTS `0_gl_trans`;
600
601 CREATE TABLE `0_gl_trans` (
602   `counter` int(11) NOT NULL auto_increment,
603   `type` smallint(6) NOT NULL default '0',
604   `type_no` bigint(16) NOT NULL default '1',
605   `tran_date` date NOT NULL default '0000-00-00',
606   `account` varchar(11) NOT NULL default '',
607   `memo_` tinytext NOT NULL,
608   `amount` double NOT NULL default '0',
609   `dimension_id` int(11) NOT NULL default '0',
610   `dimension2_id` int(11) NOT NULL default '0',
611   `person_type_id` int(11) default NULL,
612   `person_id` tinyblob,
613   PRIMARY KEY  (`counter`),
614   KEY `Type_and_Number` (`type`,`type_no`)
615 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
616
617
618 ### Data of table `0_gl_trans` ###
619
620
621
622 ### Structure of table `0_grn_batch` ###
623
624 DROP TABLE IF EXISTS `0_grn_batch`;
625
626 CREATE TABLE `0_grn_batch` (
627   `id` int(11) NOT NULL auto_increment,
628   `supplier_id` int(11) NOT NULL default '0',
629   `purch_order_no` int(11) default NULL,
630   `reference` varchar(60) NOT NULL default '',
631   `delivery_date` date NOT NULL default '0000-00-00',
632   `loc_code` varchar(5) default NULL,
633   PRIMARY KEY  (`id`)
634 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
635
636
637 ### Data of table `0_grn_batch` ###
638
639
640
641 ### Structure of table `0_grn_items` ###
642
643 DROP TABLE IF EXISTS `0_grn_items`;
644
645 CREATE TABLE `0_grn_items` (
646   `id` int(11) NOT NULL auto_increment,
647   `grn_batch_id` int(11) default NULL,
648   `po_detail_item` int(11) NOT NULL default '0',
649   `item_code` varchar(20) NOT NULL default '',
650   `description` tinytext,
651   `qty_recd` double NOT NULL default '0',
652   `quantity_inv` double NOT NULL default '0',
653   PRIMARY KEY  (`id`)
654 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
655
656
657 ### Data of table `0_grn_items` ###
658
659
660
661 ### Structure of table `0_groups` ###
662
663 DROP TABLE IF EXISTS `0_groups`;
664
665 CREATE TABLE `0_groups` (
666   `id` smallint(6) unsigned NOT NULL auto_increment,
667   `description` varchar(60) NOT NULL default '',
668   `inactive` tinyint(1) NOT NULL default '0',
669   PRIMARY KEY  (`id`),
670   UNIQUE KEY `description` (`description`)
671 ) TYPE=MyISAM AUTO_INCREMENT=4  AUTO_INCREMENT=4 ;
672
673
674 ### Data of table `0_groups` ###
675
676 INSERT INTO `0_groups` VALUES ('1', 'Small', '0');
677 INSERT INTO `0_groups` VALUES ('2', 'Medium', '0');
678 INSERT INTO `0_groups` VALUES ('3', 'Large', '0');
679
680
681 ### Structure of table `0_item_codes` ###
682
683 DROP TABLE IF EXISTS `0_item_codes`;
684
685 CREATE TABLE `0_item_codes` (
686   `id` int(11) unsigned NOT NULL auto_increment,
687   `item_code` varchar(20) NOT NULL,
688   `stock_id` varchar(20) NOT NULL,
689   `description` varchar(200) NOT NULL default '',
690   `category_id` smallint(6) unsigned NOT NULL,
691   `quantity` double NOT NULL default '1',
692   `is_foreign` tinyint(1) NOT NULL default '0',
693   `inactive` tinyint(1) NOT NULL default '0',
694   PRIMARY KEY  (`id`),
695   UNIQUE KEY `stock_id` (`stock_id`,`item_code`)
696 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
697
698
699 ### Data of table `0_item_codes` ###
700
701
702
703 ### Structure of table `0_item_tax_type_exemptions` ###
704
705 DROP TABLE IF EXISTS `0_item_tax_type_exemptions`;
706
707 CREATE TABLE `0_item_tax_type_exemptions` (
708   `item_tax_type_id` int(11) NOT NULL default '0',
709   `tax_type_id` int(11) NOT NULL default '0',
710   PRIMARY KEY  (`item_tax_type_id`,`tax_type_id`)
711 ) TYPE=InnoDB  ;
712
713
714 ### Data of table `0_item_tax_type_exemptions` ###
715
716
717
718 ### Structure of table `0_item_tax_types` ###
719
720 DROP TABLE IF EXISTS `0_item_tax_types`;
721
722 CREATE TABLE `0_item_tax_types` (
723   `id` int(11) NOT NULL auto_increment,
724   `name` varchar(60) NOT NULL default '',
725   `exempt` tinyint(1) NOT NULL default '0',
726   PRIMARY KEY  (`id`),
727   UNIQUE KEY `name` (`name`)
728 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
729
730
731 ### Data of table `0_item_tax_types` ###
732
733
734
735 ### Structure of table `0_item_units` ###
736
737 DROP TABLE IF EXISTS `0_item_units`;
738
739 CREATE TABLE `0_item_units` (
740   `abbr` varchar(20) NOT NULL,
741   `name` varchar(40) NOT NULL,
742   `decimals` tinyint(2) NOT NULL,
743   `inactive` tinyint(1) NOT NULL default '0',
744   PRIMARY KEY  (`abbr`),
745   UNIQUE KEY `name` (`name`)
746 ) TYPE=MyISAM  ;
747
748
749 ### Data of table `0_item_units` ###
750
751 INSERT INTO `0_item_units` VALUES ('ea.', 'Each', '0', '0');
752
753
754 ### Structure of table `0_loc_stock` ###
755
756 DROP TABLE IF EXISTS `0_loc_stock`;
757
758 CREATE TABLE `0_loc_stock` (
759   `loc_code` char(5) NOT NULL default '',
760   `stock_id` char(20) NOT NULL default '',
761   `reorder_level` bigint(20) NOT NULL default '0',
762   PRIMARY KEY  (`loc_code`,`stock_id`),
763   KEY `stock_id` (`stock_id`)
764 ) TYPE=InnoDB  ;
765
766
767 ### Data of table `0_loc_stock` ###
768
769
770
771 ### Structure of table `0_locations` ###
772
773 DROP TABLE IF EXISTS `0_locations`;
774
775 CREATE TABLE `0_locations` (
776   `loc_code` varchar(5) NOT NULL default '',
777   `location_name` varchar(60) NOT NULL default '',
778   `delivery_address` tinytext NOT NULL,
779   `phone` varchar(30) NOT NULL default '',
780   `fax` varchar(30) NOT NULL default '',
781   `email` varchar(100) NOT NULL default '',
782   `contact` varchar(30) NOT NULL default '',
783   `inactive` tinyint(1) NOT NULL default '0',
784   PRIMARY KEY  (`loc_code`)
785 ) TYPE=MyISAM  ;
786
787
788 ### Data of table `0_locations` ###
789
790 INSERT INTO `0_locations` VALUES ('DEF', 'Default', 'N/A', '', '', '', '', '0');
791
792
793 ### Structure of table `0_movement_types` ###
794
795 DROP TABLE IF EXISTS `0_movement_types`;
796
797 CREATE TABLE `0_movement_types` (
798   `id` int(11) NOT NULL auto_increment,
799   `name` varchar(60) NOT NULL default '',
800   PRIMARY KEY  (`id`),
801   UNIQUE KEY `name` (`name`)
802 ) TYPE=MyISAM AUTO_INCREMENT=2  AUTO_INCREMENT=2 ;
803
804
805 ### Data of table `0_movement_types` ###
806
807 INSERT INTO `0_movement_types` VALUES ('1', 'Adjustment');
808
809
810 ### Structure of table `0_payment_terms` ###
811
812 DROP TABLE IF EXISTS `0_payment_terms`;
813
814 CREATE TABLE `0_payment_terms` (
815   `terms_indicator` int(11) NOT NULL auto_increment,
816   `terms` char(80) NOT NULL default '',
817   `days_before_due` smallint(6) NOT NULL default '0',
818   `day_in_following_month` smallint(6) NOT NULL default '0',
819   `inactive` tinyint(1) NOT NULL default '0',
820   PRIMARY KEY  (`terms_indicator`),
821   UNIQUE KEY `terms` (`terms`)
822 ) TYPE=MyISAM AUTO_INCREMENT=5  AUTO_INCREMENT=5 ;
823
824
825 ### Data of table `0_payment_terms` ###
826
827 INSERT INTO `0_payment_terms` VALUES ('1', 'Due 15th Of the Following Month', '0', '17', '0');
828 INSERT INTO `0_payment_terms` VALUES ('2', 'Due By End Of The Following Month', '0', '30', '0');
829 INSERT INTO `0_payment_terms` VALUES ('3', 'Payment due within 10 days', '10', '0', '0');
830 INSERT INTO `0_payment_terms` VALUES ('4', 'Cash Only', '1', '0', '0');
831
832
833 ### Structure of table `0_prices` ###
834
835 DROP TABLE IF EXISTS `0_prices`;
836
837 CREATE TABLE `0_prices` (
838   `id` int(11) NOT NULL auto_increment,
839   `stock_id` varchar(20) NOT NULL default '',
840   `sales_type_id` int(11) NOT NULL default '0',
841   `curr_abrev` char(3) NOT NULL default '',
842   `price` double NOT NULL default '0',
843   PRIMARY KEY  (`id`),
844   UNIQUE KEY `price` (`stock_id`,`sales_type_id`,`curr_abrev`)
845 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
846
847
848 ### Data of table `0_prices` ###
849
850
851
852 ### Structure of table `0_print_profiles` ###
853
854 DROP TABLE IF EXISTS `0_print_profiles`;
855
856 CREATE TABLE `0_print_profiles` (
857   `id` smallint(6) unsigned NOT NULL auto_increment,
858   `profile` varchar(30) NOT NULL,
859   `report` varchar(5) default NULL,
860   `printer` tinyint(3) unsigned default NULL,
861   PRIMARY KEY  (`id`),
862   UNIQUE KEY `profile` (`profile`,`report`)
863 ) TYPE=MyISAM AUTO_INCREMENT=10  AUTO_INCREMENT=10 ;
864
865
866 ### Data of table `0_print_profiles` ###
867
868 INSERT INTO `0_print_profiles` VALUES ('1', 'Out of office', '', '0');
869 INSERT INTO `0_print_profiles` VALUES ('2', 'Sales Department', '', '0');
870 INSERT INTO `0_print_profiles` VALUES ('3', 'Central', '', '2');
871 INSERT INTO `0_print_profiles` VALUES ('4', 'Sales Department', '104', '2');
872 INSERT INTO `0_print_profiles` VALUES ('5', 'Sales Department', '105', '2');
873 INSERT INTO `0_print_profiles` VALUES ('6', 'Sales Department', '107', '2');
874 INSERT INTO `0_print_profiles` VALUES ('7', 'Sales Department', '109', '2');
875 INSERT INTO `0_print_profiles` VALUES ('8', 'Sales Department', '110', '2');
876 INSERT INTO `0_print_profiles` VALUES ('9', 'Sales Department', '201', '2');
877
878
879 ### Structure of table `0_printers` ###
880
881 DROP TABLE IF EXISTS `0_printers`;
882
883 CREATE TABLE `0_printers` (
884   `id` tinyint(3) unsigned NOT NULL auto_increment,
885   `name` varchar(20) NOT NULL,
886   `description` varchar(60) NOT NULL,
887   `queue` varchar(20) NOT NULL,
888   `host` varchar(40) NOT NULL,
889   `port` smallint(11) unsigned NOT NULL,
890   `timeout` tinyint(3) unsigned NOT NULL,
891   PRIMARY KEY  (`id`),
892   UNIQUE KEY `name` (`name`)
893 ) TYPE=MyISAM AUTO_INCREMENT=4  AUTO_INCREMENT=4 ;
894
895
896 ### Data of table `0_printers` ###
897
898 INSERT INTO `0_printers` VALUES ('1', 'QL500', 'Label printer', 'QL500', 'server', '127', '20');
899 INSERT INTO `0_printers` VALUES ('2', 'Samsung', 'Main network printer', 'scx4521F', 'server', '515', '5');
900 INSERT INTO `0_printers` VALUES ('3', 'Local', 'Local print server at user IP', 'lp', '', '515', '10');
901
902
903 ### Structure of table `0_purch_data` ###
904
905 DROP TABLE IF EXISTS `0_purch_data`;
906
907 CREATE TABLE `0_purch_data` (
908   `supplier_id` int(11) NOT NULL default '0',
909   `stock_id` char(20) NOT NULL default '',
910   `price` double NOT NULL default '0',
911   `suppliers_uom` char(50) NOT NULL default '',
912   `conversion_factor` double NOT NULL default '1',
913   `supplier_description` char(50) NOT NULL default '',
914   PRIMARY KEY  (`supplier_id`,`stock_id`)
915 ) TYPE=MyISAM  ;
916
917
918 ### Data of table `0_purch_data` ###
919
920
921
922 ### Structure of table `0_purch_order_details` ###
923
924 DROP TABLE IF EXISTS `0_purch_order_details`;
925
926 CREATE TABLE `0_purch_order_details` (
927   `po_detail_item` int(11) NOT NULL auto_increment,
928   `order_no` int(11) NOT NULL default '0',
929   `item_code` varchar(20) NOT NULL default '',
930   `description` tinytext,
931   `delivery_date` date NOT NULL default '0000-00-00',
932   `qty_invoiced` double NOT NULL default '0',
933   `unit_price` double NOT NULL default '0',
934   `act_price` double NOT NULL default '0',
935   `std_cost_unit` double NOT NULL default '0',
936   `quantity_ordered` double NOT NULL default '0',
937   `quantity_received` double NOT NULL default '0',
938   PRIMARY KEY  (`po_detail_item`)
939 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
940
941
942 ### Data of table `0_purch_order_details` ###
943
944
945
946 ### Structure of table `0_purch_orders` ###
947
948 DROP TABLE IF EXISTS `0_purch_orders`;
949
950 CREATE TABLE `0_purch_orders` (
951   `order_no` int(11) NOT NULL auto_increment,
952   `supplier_id` int(11) NOT NULL default '0',
953   `comments` tinytext,
954   `ord_date` date NOT NULL default '0000-00-00',
955   `reference` tinytext NOT NULL,
956   `requisition_no` tinytext,
957   `into_stock_location` varchar(5) NOT NULL default '',
958   `delivery_address` tinytext NOT NULL,
959   PRIMARY KEY  (`order_no`)
960 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
961
962
963 ### Data of table `0_purch_orders` ###
964
965
966
967 ### Structure of table `0_quick_entries` ###
968
969 DROP TABLE IF EXISTS `0_quick_entries`;
970
971 CREATE TABLE `0_quick_entries` (
972   `id` smallint(6) unsigned NOT NULL auto_increment,
973   `type` tinyint(1) NOT NULL default '0',
974   `description` varchar(60) NOT NULL,
975   `base_amount` double NOT NULL default '0',
976   `base_desc` varchar(60) default NULL,
977   PRIMARY KEY  (`id`),
978   KEY `description` (`description`)
979 ) TYPE=MyISAM AUTO_INCREMENT=4  AUTO_INCREMENT=4 ;
980
981
982 ### Data of table `0_quick_entries` ###
983
984 INSERT INTO `0_quick_entries` VALUES ('1', '1', 'Maintenance', '0', 'Amount');
985 INSERT INTO `0_quick_entries` VALUES ('2', '1', 'Phone', '0', 'Amount');
986 INSERT INTO `0_quick_entries` VALUES ('3', '2', 'Cash Sales', '0', 'Amount');
987
988
989 ### Structure of table `0_quick_entry_lines` ###
990
991 DROP TABLE IF EXISTS `0_quick_entry_lines`;
992
993 CREATE TABLE `0_quick_entry_lines` (
994   `id` smallint(6) unsigned NOT NULL auto_increment,
995   `qid` smallint(6) unsigned NOT NULL,
996   `amount` double default '0',
997   `action` varchar(2) NOT NULL,
998   `dest_id` varchar(11) NOT NULL,
999   `dimension_id` smallint(6) unsigned default NULL,
1000   `dimension2_id` smallint(6) unsigned default NULL,
1001   PRIMARY KEY  (`id`),
1002   KEY `qid` (`qid`)
1003 ) TYPE=MyISAM AUTO_INCREMENT=4  AUTO_INCREMENT=4 ;
1004
1005
1006 ### Data of table `0_quick_entry_lines` ###
1007
1008 INSERT INTO `0_quick_entry_lines` VALUES ('1', '1', '0', '=', '6600', '0', '0');
1009 INSERT INTO `0_quick_entry_lines` VALUES ('2', '2', '0', '=', '6730', '0', '0');
1010 INSERT INTO `0_quick_entry_lines` VALUES ('3', '3', '0', '=', '3000', '0', '0');
1011
1012
1013 ### Structure of table `0_recurrent_invoices` ###
1014
1015 DROP TABLE IF EXISTS `0_recurrent_invoices`;
1016
1017 CREATE TABLE `0_recurrent_invoices` (
1018   `id` smallint(6) unsigned NOT NULL auto_increment,
1019   `description` varchar(60) NOT NULL default '',
1020   `order_no` int(11) unsigned NOT NULL,
1021   `debtor_no` int(11) unsigned default NULL,
1022   `group_no` smallint(6) unsigned default NULL,
1023   `days` int(11) NOT NULL default '0',
1024   `monthly` int(11) NOT NULL default '0',
1025   `begin` date NOT NULL default '0000-00-00',
1026   `end` date NOT NULL default '0000-00-00',
1027   `last_sent` date NOT NULL default '0000-00-00',
1028   PRIMARY KEY  (`id`),
1029   UNIQUE KEY `description` (`description`)
1030 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1031
1032
1033 ### Data of table `0_recurrent_invoices` ###
1034
1035
1036
1037 ### Structure of table `0_refs` ###
1038
1039 DROP TABLE IF EXISTS `0_refs`;
1040
1041 CREATE TABLE `0_refs` (
1042   `id` int(11) NOT NULL default '0',
1043   `type` int(11) NOT NULL default '0',
1044   `reference` varchar(100) NOT NULL default '',
1045   PRIMARY KEY  (`id`,`type`)
1046 ) TYPE=InnoDB  ;
1047
1048
1049 ### Data of table `0_refs` ###
1050
1051
1052
1053 ### Structure of table `0_sales_order_details` ###
1054
1055 DROP TABLE IF EXISTS `0_sales_order_details`;
1056
1057 CREATE TABLE `0_sales_order_details` (
1058   `id` int(11) NOT NULL auto_increment,
1059   `order_no` int(11) NOT NULL default '0',
1060   `stk_code` varchar(20) NOT NULL default '',
1061   `description` tinytext,
1062   `qty_sent` double NOT NULL default '0',
1063   `unit_price` double NOT NULL default '0',
1064   `quantity` double NOT NULL default '0',
1065   `discount_percent` double NOT NULL default '0',
1066   PRIMARY KEY  (`id`)
1067 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1068
1069
1070 ### Data of table `0_sales_order_details` ###
1071
1072
1073
1074 ### Structure of table `0_sales_orders` ###
1075
1076 DROP TABLE IF EXISTS `0_sales_orders`;
1077
1078 CREATE TABLE `0_sales_orders` (
1079   `order_no` int(11) NOT NULL auto_increment,
1080   `version` tinyint(1) unsigned NOT NULL default '0',
1081   `type` tinyint(1) NOT NULL default '0',
1082   `debtor_no` int(11) NOT NULL default '0',
1083   `branch_code` int(11) NOT NULL default '0',
1084   `customer_ref` tinytext NOT NULL,
1085   `comments` tinytext,
1086   `ord_date` date NOT NULL default '0000-00-00',
1087   `order_type` int(11) NOT NULL default '0',
1088   `ship_via` int(11) NOT NULL default '0',
1089   `delivery_address` tinytext NOT NULL,
1090   `contact_phone` varchar(30) default NULL,
1091   `contact_email` varchar(100) default NULL,
1092   `deliver_to` tinytext NOT NULL,
1093   `freight_cost` double NOT NULL default '0',
1094   `from_stk_loc` varchar(5) NOT NULL default '',
1095   `delivery_date` date NOT NULL default '0000-00-00',
1096   PRIMARY KEY  (`order_no`)
1097 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1098
1099
1100 ### Data of table `0_sales_orders` ###
1101
1102
1103
1104 ### Structure of table `0_sales_pos` ###
1105
1106 DROP TABLE IF EXISTS `0_sales_pos`;
1107
1108 CREATE TABLE `0_sales_pos` (
1109   `id` smallint(6) unsigned NOT NULL auto_increment,
1110   `pos_name` varchar(30) NOT NULL,
1111   `cash_sale` tinyint(1) NOT NULL,
1112   `credit_sale` tinyint(1) NOT NULL,
1113   `pos_location` varchar(5) NOT NULL,
1114   `pos_account` smallint(6) unsigned NOT NULL,
1115   `inactive` tinyint(1) NOT NULL default '0',
1116   PRIMARY KEY  (`id`),
1117   UNIQUE KEY `pos_name` (`pos_name`)
1118 ) TYPE=MyISAM AUTO_INCREMENT=2  AUTO_INCREMENT=2 ;
1119
1120
1121 ### Data of table `0_sales_pos` ###
1122
1123 INSERT INTO `0_sales_pos` VALUES ('1', 'Default', '1', '1', 'DEF', '1', '0');
1124
1125
1126 ### Structure of table `0_sales_types` ###
1127
1128 DROP TABLE IF EXISTS `0_sales_types`;
1129
1130 CREATE TABLE `0_sales_types` (
1131   `id` int(11) NOT NULL auto_increment,
1132   `sales_type` char(50) NOT NULL default '',
1133   `tax_included` int(1) NOT NULL default '0',
1134   `factor` double NOT NULL default '1',
1135   `inactive` tinyint(1) NOT NULL default '0',
1136   PRIMARY KEY  (`id`),
1137   UNIQUE KEY `sales_type` (`sales_type`)
1138 ) TYPE=MyISAM AUTO_INCREMENT=3  AUTO_INCREMENT=3 ;
1139
1140
1141 ### Data of table `0_sales_types` ###
1142
1143 INSERT INTO `0_sales_types` VALUES ('1', 'Retail', '0', '1', '0');
1144 INSERT INTO `0_sales_types` VALUES ('2', 'Wholesale', '0', '1', '0');
1145
1146
1147 ### Structure of table `0_salesman` ###
1148
1149 DROP TABLE IF EXISTS `0_salesman`;
1150
1151 CREATE TABLE `0_salesman` (
1152   `salesman_code` int(11) NOT NULL auto_increment,
1153   `salesman_name` char(60) NOT NULL default '',
1154   `salesman_phone` char(30) NOT NULL default '',
1155   `salesman_fax` char(30) NOT NULL default '',
1156   `salesman_email` varchar(100) NOT NULL default '',
1157   `provision` double NOT NULL default '0',
1158   `break_pt` double NOT NULL default '0',
1159   `provision2` double NOT NULL default '0',
1160   `inactive` tinyint(1) NOT NULL default '0',
1161   PRIMARY KEY  (`salesman_code`),
1162   UNIQUE KEY `salesman_name` (`salesman_name`)
1163 ) TYPE=MyISAM AUTO_INCREMENT=2  AUTO_INCREMENT=2 ;
1164
1165
1166 ### Data of table `0_salesman` ###
1167
1168 INSERT INTO `0_salesman` VALUES ('1', 'Sales Person', '', '', '', '5', '1000', '4', '0');
1169
1170
1171 ### Structure of table `0_shippers` ###
1172
1173 DROP TABLE IF EXISTS `0_shippers`;
1174
1175 CREATE TABLE `0_shippers` (
1176   `shipper_id` int(11) NOT NULL auto_increment,
1177   `shipper_name` varchar(60) NOT NULL default '',
1178   `phone` varchar(30) NOT NULL default '',
1179   `contact` tinytext NOT NULL,
1180   `address` tinytext NOT NULL,
1181   `inactive` tinyint(1) NOT NULL default '0',
1182   PRIMARY KEY  (`shipper_id`),
1183   UNIQUE KEY `name` (`shipper_name`)
1184 ) TYPE=MyISAM AUTO_INCREMENT=2  AUTO_INCREMENT=2 ;
1185
1186
1187 ### Data of table `0_shippers` ###
1188
1189 INSERT INTO `0_shippers` VALUES ('1', 'Default', '', '', '', '0');
1190
1191
1192 ### Structure of table `0_sql_trail` ###
1193
1194 DROP TABLE IF EXISTS `0_sql_trail`;
1195
1196 CREATE TABLE `0_sql_trail` (
1197   `id` int(11) unsigned NOT NULL auto_increment,
1198   `sql` text NOT NULL,
1199   `result` tinyint(1) NOT NULL,
1200   `msg` varchar(255) NOT NULL,
1201   PRIMARY KEY  (`id`)
1202 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
1203
1204
1205 ### Data of table `0_sql_trail` ###
1206
1207
1208
1209 ### Structure of table `0_stock_category` ###
1210
1211 DROP TABLE IF EXISTS `0_stock_category`;
1212
1213 CREATE TABLE `0_stock_category` (
1214   `category_id` int(11) NOT NULL auto_increment,
1215   `description` varchar(60) NOT NULL default '',
1216   `stock_act` varchar(11) default NULL,
1217   `cogs_act` varchar(11) default NULL,
1218   `adj_gl_act` varchar(11) default NULL,
1219   `purch_price_var_act` varchar(11) default NULL,
1220   `inactive` tinyint(1) NOT NULL default '0',
1221   PRIMARY KEY  (`category_id`),
1222   UNIQUE KEY `description` (`description`)
1223 ) TYPE=MyISAM AUTO_INCREMENT=5  AUTO_INCREMENT=5 ;
1224
1225
1226 ### Data of table `0_stock_category` ###
1227
1228 INSERT INTO `0_stock_category` VALUES ('1', 'Components', '', '', '', '', '0');
1229 INSERT INTO `0_stock_category` VALUES ('2', 'Charges', '', '', '', '', '0');
1230 INSERT INTO `0_stock_category` VALUES ('3', 'Systems', '', '', '', '', '0');
1231 INSERT INTO `0_stock_category` VALUES ('4', 'Services', '', '', '', '', '0');
1232
1233
1234 ### Structure of table `0_stock_master` ###
1235
1236 DROP TABLE IF EXISTS `0_stock_master`;
1237
1238 CREATE TABLE `0_stock_master` (
1239   `stock_id` varchar(20) NOT NULL default '',
1240   `category_id` int(11) NOT NULL default '0',
1241   `tax_type_id` int(11) NOT NULL default '0',
1242   `description` varchar(200) NOT NULL default '',
1243   `long_description` tinytext NOT NULL,
1244   `units` varchar(20) NOT NULL default 'each',
1245   `mb_flag` char(1) NOT NULL default 'B',
1246   `sales_account` varchar(11) NOT NULL default '',
1247   `cogs_account` varchar(11) NOT NULL default '',
1248   `inventory_account` varchar(11) NOT NULL default '',
1249   `adjustment_account` varchar(11) NOT NULL default '',
1250   `assembly_account` varchar(11) NOT NULL default '',
1251   `dimension_id` int(11) default NULL,
1252   `dimension2_id` int(11) default NULL,
1253   `actual_cost` double NOT NULL default '0',
1254   `last_cost` double NOT NULL default '0',
1255   `material_cost` double NOT NULL default '0',
1256   `labour_cost` double NOT NULL default '0',
1257   `overhead_cost` double NOT NULL default '0',
1258   `inactive` tinyint(1) NOT NULL default '0',
1259   PRIMARY KEY  (`stock_id`)
1260 ) TYPE=InnoDB  ;
1261
1262
1263 ### Data of table `0_stock_master` ###
1264
1265
1266
1267 ### Structure of table `0_stock_moves` ###
1268
1269 DROP TABLE IF EXISTS `0_stock_moves`;
1270
1271 CREATE TABLE `0_stock_moves` (
1272   `trans_id` int(11) NOT NULL auto_increment,
1273   `trans_no` int(11) NOT NULL default '0',
1274   `stock_id` char(20) NOT NULL default '',
1275   `type` smallint(6) NOT NULL default '0',
1276   `loc_code` char(5) NOT NULL default '',
1277   `tran_date` date NOT NULL default '0000-00-00',
1278   `person_id` int(11) default NULL,
1279   `price` double NOT NULL default '0',
1280   `reference` char(40) NOT NULL default '',
1281   `qty` double NOT NULL default '1',
1282   `discount_percent` double NOT NULL default '0',
1283   `standard_cost` double NOT NULL default '0',
1284   `visible` tinyint(1) NOT NULL default '1',
1285   PRIMARY KEY  (`trans_id`),
1286   KEY `type` (`type`,`trans_no`)
1287 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1288
1289
1290 ### Data of table `0_stock_moves` ###
1291
1292
1293
1294 ### Structure of table `0_supp_allocations` ###
1295
1296 DROP TABLE IF EXISTS `0_supp_allocations`;
1297
1298 CREATE TABLE `0_supp_allocations` (
1299   `id` int(11) NOT NULL auto_increment,
1300   `amt` double unsigned default NULL,
1301   `date_alloc` date NOT NULL default '0000-00-00',
1302   `trans_no_from` int(11) default NULL,
1303   `trans_type_from` int(11) default NULL,
1304   `trans_no_to` int(11) default NULL,
1305   `trans_type_to` int(11) default NULL,
1306   PRIMARY KEY  (`id`)
1307 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1308
1309
1310 ### Data of table `0_supp_allocations` ###
1311
1312
1313
1314 ### Structure of table `0_supp_invoice_items` ###
1315
1316 DROP TABLE IF EXISTS `0_supp_invoice_items`;
1317
1318 CREATE TABLE `0_supp_invoice_items` (
1319   `id` int(11) NOT NULL auto_increment,
1320   `supp_trans_no` int(11) default NULL,
1321   `supp_trans_type` int(11) default NULL,
1322   `gl_code` varchar(11) NOT NULL default '0',
1323   `grn_item_id` int(11) default NULL,
1324   `po_detail_item_id` int(11) default NULL,
1325   `stock_id` varchar(20) NOT NULL default '',
1326   `description` tinytext,
1327   `quantity` double NOT NULL default '0',
1328   `unit_price` double NOT NULL default '0',
1329   `unit_tax` double NOT NULL default '0',
1330   `memo_` tinytext,
1331   PRIMARY KEY  (`id`)
1332 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1333
1334
1335 ### Data of table `0_supp_invoice_items` ###
1336
1337
1338
1339 ### Structure of table `0_supp_trans` ###
1340
1341 DROP TABLE IF EXISTS `0_supp_trans`;
1342
1343 CREATE TABLE `0_supp_trans` (
1344   `trans_no` int(11) unsigned NOT NULL default '0',
1345   `type` smallint(6) unsigned NOT NULL default '0',
1346   `supplier_id` int(11) unsigned default NULL,
1347   `reference` tinytext NOT NULL,
1348   `supp_reference` varchar(60) NOT NULL default '',
1349   `tran_date` date NOT NULL default '0000-00-00',
1350   `due_date` date NOT NULL default '0000-00-00',
1351   `ov_amount` double NOT NULL default '0',
1352   `ov_discount` double NOT NULL default '0',
1353   `ov_gst` double NOT NULL default '0',
1354   `rate` double NOT NULL default '1',
1355   `alloc` double NOT NULL default '0',
1356   PRIMARY KEY  (`trans_no`,`type`),
1357   KEY `supplier_id` (`supplier_id`),
1358   KEY `SupplierID_2` (`supplier_id`,`supp_reference`),
1359   KEY `type` (`type`)
1360 ) TYPE=InnoDB  ;
1361
1362
1363 ### Data of table `0_supp_trans` ###
1364
1365
1366
1367 ### Structure of table `0_suppliers` ###
1368
1369 DROP TABLE IF EXISTS `0_suppliers`;
1370
1371 CREATE TABLE `0_suppliers` (
1372   `supplier_id` int(11) NOT NULL auto_increment,
1373   `supp_name` varchar(60) NOT NULL default '',
1374   `address` tinytext NOT NULL,
1375   `supp_address` tinytext NOT NULL,
1376   `phone` varchar(30) NOT NULL default '',
1377   `fax` varchar(30) NOT NULL default '',
1378   `gst_no` varchar(25) NOT NULL default '',
1379   `contact` varchar(60) NOT NULL default '',
1380   `supp_account_no` varchar(40) NOT NULL default '',
1381   `email` varchar(100) NOT NULL default '',
1382   `website` varchar(100) NOT NULL default '',
1383   `bank_account` varchar(60) NOT NULL default '',
1384   `curr_code` char(3) default NULL,
1385   `payment_terms` int(11) default NULL,
1386   `dimension_id` int(11) default '0',
1387   `dimension2_id` int(11) default '0',
1388   `tax_group_id` int(11) default NULL,
1389   `credit_limit` double NOT NULL default '0',
1390   `purchase_account` varchar(11) default NULL,
1391   `payable_account` varchar(11) default NULL,
1392   `payment_discount_account` varchar(11) default NULL,
1393   `notes` tinytext NOT NULL,
1394   `inactive` tinyint(1) NOT NULL default '0',
1395   PRIMARY KEY  (`supplier_id`)
1396 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
1397
1398
1399 ### Data of table `0_suppliers` ###
1400
1401
1402
1403 ### Structure of table `0_sys_types` ###
1404
1405 DROP TABLE IF EXISTS `0_sys_types`;
1406
1407 CREATE TABLE `0_sys_types` (
1408   `type_id` smallint(6) NOT NULL default '0',
1409   `type_name` varchar(60) NOT NULL default '',
1410   `type_no` int(11) NOT NULL default '1',
1411   `next_reference` varchar(100) NOT NULL default '',
1412   PRIMARY KEY  (`type_id`)
1413 ) TYPE=InnoDB  ;
1414
1415
1416 ### Data of table `0_sys_types` ###
1417
1418 INSERT INTO `0_sys_types` VALUES ('0', 'Journal - GL', '17', '1');
1419 INSERT INTO `0_sys_types` VALUES ('1', 'Payment - GL', '7', '1');
1420 INSERT INTO `0_sys_types` VALUES ('2', 'Receipt - GL', '4', '1');
1421 INSERT INTO `0_sys_types` VALUES ('4', 'Funds Transfer', '3', '1');
1422 INSERT INTO `0_sys_types` VALUES ('10', 'Sales Invoice', '16', '1');
1423 INSERT INTO `0_sys_types` VALUES ('11', 'Credit Note', '2', '1');
1424 INSERT INTO `0_sys_types` VALUES ('12', 'Receipt', '6', '1');
1425 INSERT INTO `0_sys_types` VALUES ('13', 'Delivery', '1', '1');
1426 INSERT INTO `0_sys_types` VALUES ('16', 'Location Transfer', '2', '1');
1427 INSERT INTO `0_sys_types` VALUES ('17', 'Inventory Adjustment', '2', '1');
1428 INSERT INTO `0_sys_types` VALUES ('18', 'Purchase Order', '1', '1');
1429 INSERT INTO `0_sys_types` VALUES ('20', 'Supplier Invoice', '6', '1');
1430 INSERT INTO `0_sys_types` VALUES ('21', 'Supplier Credit Note', '1', '1');
1431 INSERT INTO `0_sys_types` VALUES ('22', 'Supplier Payment', '3', '1');
1432 INSERT INTO `0_sys_types` VALUES ('25', 'Purchase Order Delivery', '1', '1');
1433 INSERT INTO `0_sys_types` VALUES ('26', 'Work Order', '1', '1');
1434 INSERT INTO `0_sys_types` VALUES ('28', 'Work Order Issue', '1', '1');
1435 INSERT INTO `0_sys_types` VALUES ('29', 'Work Order Production', '1', '1');
1436 INSERT INTO `0_sys_types` VALUES ('30', 'Sales Order', '1', '1');
1437 INSERT INTO `0_sys_types` VALUES ('35', 'Cost Update', '1', '1');
1438 INSERT INTO `0_sys_types` VALUES ('40', 'Dimension', '1', '1');
1439
1440
1441 ### Structure of table `0_tax_group_items` ###
1442
1443 DROP TABLE IF EXISTS `0_tax_group_items`;
1444
1445 CREATE TABLE `0_tax_group_items` (
1446   `tax_group_id` int(11) NOT NULL default '0',
1447   `tax_type_id` int(11) NOT NULL default '0',
1448   `rate` double NOT NULL default '0',
1449   PRIMARY KEY  (`tax_group_id`,`tax_type_id`)
1450 ) TYPE=InnoDB  ;
1451
1452
1453 ### Data of table `0_tax_group_items` ###
1454
1455
1456
1457 ### Structure of table `0_tax_groups` ###
1458
1459 DROP TABLE IF EXISTS `0_tax_groups`;
1460
1461 CREATE TABLE `0_tax_groups` (
1462   `id` int(11) NOT NULL auto_increment,
1463   `name` varchar(60) NOT NULL default '',
1464   `tax_shipping` tinyint(1) NOT NULL default '0',
1465   PRIMARY KEY  (`id`),
1466   UNIQUE KEY `name` (`name`)
1467 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1468
1469
1470 ### Data of table `0_tax_groups` ###
1471
1472
1473
1474 ### Structure of table `0_tax_types` ###
1475
1476 DROP TABLE IF EXISTS `0_tax_types`;
1477
1478 CREATE TABLE `0_tax_types` (
1479   `id` int(11) NOT NULL auto_increment,
1480   `rate` double NOT NULL default '0',
1481   `sales_gl_code` varchar(11) NOT NULL default '',
1482   `purchasing_gl_code` varchar(11) NOT NULL default '',
1483   `name` varchar(60) NOT NULL default '',
1484   PRIMARY KEY  (`id`),
1485   UNIQUE KEY `name` (`name`,`rate`)
1486 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1487
1488
1489 ### Data of table `0_tax_types` ###
1490
1491
1492
1493 ### Structure of table `0_trans_tax_details` ###
1494
1495 DROP TABLE IF EXISTS `0_trans_tax_details`;
1496
1497 CREATE TABLE `0_trans_tax_details` (
1498   `id` int(11) NOT NULL auto_increment,
1499   `trans_type` smallint(6) default NULL,
1500   `trans_no` int(11) default NULL,
1501   `tran_date` date NOT NULL,
1502   `tax_type_id` int(11) NOT NULL default '0',
1503   `rate` double NOT NULL default '0',
1504   `ex_rate` double NOT NULL default '1',
1505   `included_in_price` tinyint(1) NOT NULL default '0',
1506   `net_amount` double NOT NULL default '0',
1507   `amount` double NOT NULL default '0',
1508   `memo` tinytext,
1509   PRIMARY KEY  (`id`)
1510 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1511
1512
1513 ### Data of table `0_trans_tax_details` ###
1514
1515
1516
1517 ### Structure of table `0_users` ###
1518
1519 DROP TABLE IF EXISTS `0_users`;
1520
1521 CREATE TABLE `0_users` (
1522   `user_id` varchar(60) NOT NULL default '',
1523   `password` varchar(100) NOT NULL default '',
1524   `real_name` varchar(100) NOT NULL default '',
1525   `full_access` int(11) NOT NULL default '1',
1526   `phone` varchar(30) NOT NULL default '',
1527   `email` varchar(100) default NULL,
1528   `language` varchar(20) default NULL,
1529   `date_format` tinyint(1) NOT NULL default '0',
1530   `date_sep` tinyint(1) NOT NULL default '0',
1531   `tho_sep` tinyint(1) NOT NULL default '0',
1532   `dec_sep` tinyint(1) NOT NULL default '0',
1533   `theme` varchar(20) NOT NULL default 'default',
1534   `page_size` varchar(20) NOT NULL default 'A4',
1535   `prices_dec` smallint(6) NOT NULL default '2',
1536   `qty_dec` smallint(6) NOT NULL default '2',
1537   `rates_dec` smallint(6) NOT NULL default '4',
1538   `percent_dec` smallint(6) NOT NULL default '1',
1539   `show_gl` tinyint(1) NOT NULL default '1',
1540   `show_codes` tinyint(1) NOT NULL default '0',
1541   `show_hints` tinyint(1) NOT NULL default '0',
1542   `last_visit_date` datetime default NULL,
1543   `query_size` tinyint(1) default '10',
1544   `graphic_links` tinyint(1) default '1',
1545   `pos` smallint(6) default '1',
1546   `print_profile` varchar(30) NOT NULL default '1',
1547   `rep_popup` tinyint(1) default '1',
1548   PRIMARY KEY  (`user_id`)
1549 ) TYPE=MyISAM  ;
1550
1551
1552 ### Data of table `0_users` ###
1553
1554 INSERT INTO `0_users` VALUES ('admin', '5f4dcc3b5aa765d61d8327deb882cf99', 'Administrator', '2', '', 'adm@adm.com', 'en_US', '0', '0', '0', '0', 'default', 'Letter', '2', '2', '4', '1', '1', '0', '0', '2008-04-04 12:34:29', '10', '1', '1', '1', '1');
1555
1556
1557 ### Structure of table `0_voided` ###
1558
1559 DROP TABLE IF EXISTS `0_voided`;
1560
1561 CREATE TABLE `0_voided` (
1562   `type` int(11) NOT NULL default '0',
1563   `id` int(11) NOT NULL default '0',
1564   `date_` date NOT NULL default '0000-00-00',
1565   `memo_` tinytext NOT NULL,
1566   UNIQUE KEY `id` (`type`,`id`)
1567 ) TYPE=InnoDB  ;
1568
1569
1570 ### Data of table `0_voided` ###
1571
1572
1573
1574 ### Structure of table `0_wo_issue_items` ###
1575
1576 DROP TABLE IF EXISTS `0_wo_issue_items`;
1577
1578 CREATE TABLE `0_wo_issue_items` (
1579   `id` int(11) NOT NULL auto_increment,
1580   `stock_id` varchar(40) default NULL,
1581   `issue_id` int(11) default NULL,
1582   `qty_issued` double default NULL,
1583   PRIMARY KEY  (`id`)
1584 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1585
1586
1587 ### Data of table `0_wo_issue_items` ###
1588
1589
1590
1591 ### Structure of table `0_wo_issues` ###
1592
1593 DROP TABLE IF EXISTS `0_wo_issues`;
1594
1595 CREATE TABLE `0_wo_issues` (
1596   `issue_no` int(11) NOT NULL auto_increment,
1597   `workorder_id` int(11) NOT NULL default '0',
1598   `reference` varchar(100) default NULL,
1599   `issue_date` date default NULL,
1600   `loc_code` varchar(5) default NULL,
1601   `workcentre_id` int(11) default NULL,
1602   PRIMARY KEY  (`issue_no`)
1603 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1604
1605
1606 ### Data of table `0_wo_issues` ###
1607
1608
1609
1610 ### Structure of table `0_wo_manufacture` ###
1611
1612 DROP TABLE IF EXISTS `0_wo_manufacture`;
1613
1614 CREATE TABLE `0_wo_manufacture` (
1615   `id` int(11) NOT NULL auto_increment,
1616   `reference` varchar(100) default NULL,
1617   `workorder_id` int(11) NOT NULL default '0',
1618   `quantity` double NOT NULL default '0',
1619   `date_` date NOT NULL default '0000-00-00',
1620   PRIMARY KEY  (`id`)
1621 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1622
1623
1624 ### Data of table `0_wo_manufacture` ###
1625
1626
1627
1628 ### Structure of table `0_wo_requirements` ###
1629
1630 DROP TABLE IF EXISTS `0_wo_requirements`;
1631
1632 CREATE TABLE `0_wo_requirements` (
1633   `id` int(11) NOT NULL auto_increment,
1634   `workorder_id` int(11) NOT NULL default '0',
1635   `stock_id` char(20) NOT NULL default '',
1636   `workcentre` int(11) NOT NULL default '0',
1637   `units_req` double NOT NULL default '1',
1638   `std_cost` double NOT NULL default '0',
1639   `loc_code` char(5) NOT NULL default '',
1640   `units_issued` double NOT NULL default '0',
1641   PRIMARY KEY  (`id`)
1642 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1643
1644
1645 ### Data of table `0_wo_requirements` ###
1646
1647
1648
1649 ### Structure of table `0_workcentres` ###
1650
1651 DROP TABLE IF EXISTS `0_workcentres`;
1652
1653 CREATE TABLE `0_workcentres` (
1654   `id` int(11) NOT NULL auto_increment,
1655   `name` char(40) NOT NULL default '',
1656   `description` char(50) NOT NULL default '',
1657   `inactive` tinyint(1) NOT NULL default '0',
1658   PRIMARY KEY  (`id`),
1659   UNIQUE KEY `name` (`name`)
1660 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
1661
1662
1663 ### Data of table `0_workcentres` ###
1664
1665
1666
1667 ### Structure of table `0_workorders` ###
1668
1669 DROP TABLE IF EXISTS `0_workorders`;
1670
1671 CREATE TABLE `0_workorders` (
1672   `id` int(11) NOT NULL auto_increment,
1673   `wo_ref` varchar(60) NOT NULL default '',
1674   `loc_code` varchar(5) NOT NULL default '',
1675   `units_reqd` double NOT NULL default '1',
1676   `stock_id` varchar(20) NOT NULL default '',
1677   `date_` date NOT NULL default '0000-00-00',
1678   `type` tinyint(4) NOT NULL default '0',
1679   `required_by` date NOT NULL default '0000-00-00',
1680   `released_date` date NOT NULL default '0000-00-00',
1681   `units_issued` double NOT NULL default '0',
1682   `closed` tinyint(1) NOT NULL default '0',
1683   `released` tinyint(1) NOT NULL default '0',
1684   `additional_costs` double NOT NULL default '0',
1685   PRIMARY KEY  (`id`),
1686   UNIQUE KEY `wo_ref` (`wo_ref`)
1687 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1688
1689
1690 ### Data of table `0_workorders` ###
1691