Merged changes from main trunk up to 2.2.5
[fa-stable.git] / sql / en_US-new.sql
1 # Built by FrontAccounting 2.1.2
2 # http://frontaccounting.net
3 # Company: Company name
4 # User: Administrator
5 # COA: en_US-new.sql
6
7
8 ### Structure of table `0_areas` ###
9
10 DROP TABLE IF EXISTS `0_areas`;
11
12 CREATE TABLE `0_areas` (
13   `area_code` int(11) NOT NULL auto_increment,
14   `description` varchar(60) NOT NULL default '',
15   `inactive` tinyint(1) NOT NULL default '0',
16   PRIMARY KEY  (`area_code`),
17   UNIQUE KEY `description` (`description`)
18 ) TYPE=MyISAM AUTO_INCREMENT=2 ;
19
20
21 ### Data of table `0_areas` ###
22
23 INSERT INTO `0_areas` VALUES ('1', 'Global', '0');
24
25 ### Structure of table `0_attachments` ###
26
27 DROP TABLE IF EXISTS `0_attachments`;
28
29 CREATE TABLE `0_attachments` (
30   `id` int(11) unsigned NOT NULL auto_increment,
31   `description` varchar(60) NOT NULL default '',
32   `type_no` int(11) NOT NULL default '0',
33   `trans_no` int(11) NOT NULL default '0',
34   `unique_name` varchar(60) NOT NULL default '',
35   `tran_date` date NOT NULL default '0000-00-00',
36   `filename` varchar(60) NOT NULL default '',
37   `filesize` int(11) NOT NULL default '0',
38   `filetype` varchar(60) NOT NULL default '',
39   PRIMARY KEY  (`id`),
40   KEY `type_no` (`type_no`,`trans_no`)
41 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
42
43
44 ### Data of table `0_attachments` ###
45
46 ### Structure of table `0_audit_trail` ###
47
48 DROP TABLE IF EXISTS `0_audit_trail`;
49
50 CREATE TABLE `0_audit_trail` (
51   `id` int(11) NOT NULL AUTO_INCREMENT,
52   `type` smallint(6) unsigned NOT NULL default '0',
53   `trans_no` int(11) unsigned NOT NULL default '0',
54   `user` smallint(6) unsigned NOT NULL default '0',
55   `stamp` timestamp NOT NULL,
56   `description` varchar(60) default NULL,
57   `fiscal_year` int(11) NOT NULL,
58   `gl_date` date NOT NULL default '0000-00-00',
59   `gl_seq` int(11) unsigned default NULL,
60    PRIMARY KEY (`id`),
61   KEY `Seq` (`fiscal_year`, `gl_date`, `gl_seq`),
62   KEY `Type_and_Number` (`type`,`trans_no`)
63 ) TYPE=InnoDB  ;
64
65 ### Data of table `0_audit_trail` ###
66
67
68
69 ### Structure of table `0_bank_accounts` ###
70
71 DROP TABLE IF EXISTS `0_bank_accounts`;
72
73 CREATE TABLE `0_bank_accounts` (
74   `account_code` varchar(11) NOT NULL default '',
75   `account_type` smallint(6) NOT NULL default '0',
76   `bank_account_name` varchar(60) NOT NULL default '',
77   `bank_account_number` varchar(100) NOT NULL default '',
78   `bank_name` varchar(60) NOT NULL default '',
79   `bank_address` tinytext,
80   `bank_curr_code` char(3) NOT NULL default '',
81   `dflt_curr_act` TINYINT(1) NOT NULL default '0',
82   `id` smallint(6) NOT NULL auto_increment,
83   `last_reconciled_date` timestamp NOT NULL default '0000-00-00 00:00:00',
84   `ending_reconcile_balance` double NOT NULL default '0',
85   `inactive` tinyint(1) NOT NULL default '0',
86   PRIMARY KEY  (`id`),
87   KEY `bank_account_name` (`bank_account_name`),
88   KEY `bank_account_number` (`bank_account_number`),
89   KEY (`account_code`)
90 ) TYPE=MyISAM AUTO_INCREMENT=3 ;
91
92
93 ### Data of table `0_bank_accounts` ###
94
95 INSERT INTO `0_bank_accounts` VALUES ('1060', '0', 'Current account', 'N/A', 'N/A', '', 'USD', '1', '1', '0000-00-00 00:00:00', '0', '0');
96 INSERT INTO `0_bank_accounts` VALUES ('1065', '3', 'Petty Cash account', 'N/A', 'N/A', '', 'USD', '0', '2', '0000-00-00 00:00:00', '0', '0');
97
98
99 ### Structure of table `0_bank_trans` ###
100
101 DROP TABLE IF EXISTS `0_bank_trans`;
102
103 CREATE TABLE `0_bank_trans` (
104   `id` int(11) NOT NULL auto_increment,
105   `type` smallint(6) default NULL,
106   `trans_no` int(11) default NULL,
107   `bank_act` varchar(11) default NULL,
108   `ref` varchar(40) default NULL,
109   `trans_date` date NOT NULL default '0000-00-00',
110   `amount` double default NULL,
111   `dimension_id` int(11) NOT NULL default '0',
112   `dimension2_id` int(11) NOT NULL default '0',
113   `person_type_id` int(11) NOT NULL default '0',
114   `person_id` tinyblob,
115   `reconciled` date default NULL,
116   PRIMARY KEY  (`id`),
117   KEY `bank_act` (`bank_act`,`ref`),
118   KEY `type` (`type`,`trans_no`),
119   KEY (`bank_act`,`reconciled`),
120   KEY (`bank_act`,`trans_date`)
121 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
122
123
124 ### Data of table `0_bank_trans` ###
125
126
127
128 ### Structure of table `0_bom` ###
129
130 DROP TABLE IF EXISTS `0_bom`;
131
132 CREATE TABLE `0_bom` (
133   `id` int(11) NOT NULL auto_increment,
134   `parent` char(20) NOT NULL default '',
135   `component` char(20) NOT NULL default '',
136   `workcentre_added` int(11) NOT NULL default '0',
137   `loc_code` char(5) NOT NULL default '',
138   `quantity` double NOT NULL default '1',
139   PRIMARY KEY  (`parent`,`component`,`workcentre_added`,`loc_code`),
140   KEY `component` (`component`),
141   KEY `id` (`id`),
142   KEY `loc_code` (`loc_code`),
143   KEY `parent` (`parent`,`loc_code`),
144   KEY `workcentre_added` (`workcentre_added`)
145 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
146
147
148 ### Data of table `0_bom` ###
149
150
151
152 ### Structure of table `0_budget_trans` ###
153
154 DROP TABLE IF EXISTS `0_budget_trans`;
155
156 CREATE TABLE `0_budget_trans` (
157   `counter` int(11) NOT NULL auto_increment,
158   `type` smallint(6) NOT NULL default '0',
159   `type_no` bigint(16) NOT NULL default '1',
160   `tran_date` date NOT NULL default '0000-00-00',
161   `account` varchar(11) NOT NULL default '',
162   `memo_` tinytext NOT NULL,
163   `amount` double NOT NULL default '0',
164   `dimension_id` int(11) default '0',
165   `dimension2_id` int(11) default '0',
166   `person_type_id` int(11) default NULL,
167   `person_id` tinyblob,
168   PRIMARY KEY  (`counter`),
169   KEY `Type_and_Number` (`type`,`type_no`),
170   KEY `Account` (`account`, `tran_date`, `dimension_id`, `dimension2_id`)
171 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
172
173
174 ### Data of table `0_budget_trans` ###
175
176
177
178 ### Structure of table `0_chart_class` ###
179
180 DROP TABLE IF EXISTS `0_chart_class`;
181
182 CREATE TABLE `0_chart_class` (
183   `cid` int(11) NOT NULL default '0',
184   `class_name` varchar(60) NOT NULL default '',
185   `ctype` tinyint(1) NOT NULL default '0',
186   `inactive` tinyint(1) NOT NULL default '0',
187   PRIMARY KEY  (`cid`)
188 ) TYPE=MyISAM  ;
189
190
191 ### Data of table `0_chart_class` ###
192
193 INSERT INTO `0_chart_class` VALUES ('1', 'Assets', '1', '0');
194 INSERT INTO `0_chart_class` VALUES ('2', 'Liabilities', '2', '0');
195 INSERT INTO `0_chart_class` VALUES ('3', 'Income', '4', '0');
196 INSERT INTO `0_chart_class` VALUES ('4', 'Costs', '6', '0');
197
198 ### Structure of table `0_chart_master` ###
199
200 DROP TABLE IF EXISTS `0_chart_master`;
201
202 CREATE TABLE `0_chart_master` (
203   `account_code` varchar(11) NOT NULL default '',
204   `account_code2` varchar(11) default '',
205   `account_name` varchar(60) NOT NULL default '',
206   `account_type` int(11) NOT NULL default '0',
207   `inactive` tinyint(1) NOT NULL default '0',
208   PRIMARY KEY  (`account_code`),
209   KEY `account_name` (`account_name`),
210   KEY `accounts_by_type` (`account_type`, `account_code`)
211 ) TYPE=MyISAM  ;
212
213
214 ### Data of table `0_chart_master` ###
215
216 INSERT INTO `0_chart_master` VALUES ('1060', '', 'Checking Account', '1', '0');
217 INSERT INTO `0_chart_master` VALUES ('1065', '', 'Petty Cash', '1', '0');
218 INSERT INTO `0_chart_master` VALUES ('1200', '', 'Accounts Receivables', '1', '0');
219 INSERT INTO `0_chart_master` VALUES ('1205', '', 'Allowance for doubtful accounts', '1', '0');
220 INSERT INTO `0_chart_master` VALUES ('1510', '', 'Inventory', '2', '0');
221 INSERT INTO `0_chart_master` VALUES ('1520', '', 'Stocks of Raw Materials', '2', '0');
222 INSERT INTO `0_chart_master` VALUES ('1530', '', 'Stocks of Work In Progress', '2', '0');
223 INSERT INTO `0_chart_master` VALUES ('1540', '', 'Stocks of Finsihed Goods', '2', '0');
224 INSERT INTO `0_chart_master` VALUES ('1550', '', 'Goods Received Clearing account', '2', '0');
225 INSERT INTO `0_chart_master` VALUES ('1820', '', 'Office Furniture & Equipment', '3', '0');
226 INSERT INTO `0_chart_master` VALUES ('1825', '', 'Accum. Amort. -Furn. & Equip.', '3', '0');
227 INSERT INTO `0_chart_master` VALUES ('1840', '', 'Vehicle', '3', '0');
228 INSERT INTO `0_chart_master` VALUES ('1845', '', 'Accum. Amort. -Vehicle', '3', '0');
229 INSERT INTO `0_chart_master` VALUES ('2100', '', 'Accounts Payable', '4', '0');
230 INSERT INTO `0_chart_master` VALUES ('2110', '', 'Accrued Income Tax - Federal', '4', '0');
231 INSERT INTO `0_chart_master` VALUES ('2120', '', 'Accrued Income Tax - State', '4', '0');
232 INSERT INTO `0_chart_master` VALUES ('2130', '', 'Accrued Franchise Tax', '4', '0');
233 INSERT INTO `0_chart_master` VALUES ('2140', '', 'Accrued Real & Personal Prop Tax', '4', '0');
234 INSERT INTO `0_chart_master` VALUES ('2145', '', 'Purchase Tax', '4', '0');
235 INSERT INTO `0_chart_master` VALUES ('2150', '', 'Sales Tax', '4', '0');
236 INSERT INTO `0_chart_master` VALUES ('2160', '', 'Accrued Use Tax Payable', '4', '0');
237 INSERT INTO `0_chart_master` VALUES ('2210', '', 'Accrued Wages', '4', '0');
238 INSERT INTO `0_chart_master` VALUES ('2220', '', 'Accrued Comp Time', '4', '0');
239 INSERT INTO `0_chart_master` VALUES ('2230', '', 'Accrued Holiday Pay', '4', '0');
240 INSERT INTO `0_chart_master` VALUES ('2240', '', 'Accrued Vacation Pay', '4', '0');
241 INSERT INTO `0_chart_master` VALUES ('2310', '', 'Accr. Benefits - 401K', '4', '0');
242 INSERT INTO `0_chart_master` VALUES ('2320', '', 'Accr. Benefits - Stock Purchase', '4', '0');
243 INSERT INTO `0_chart_master` VALUES ('2330', '', 'Accr. Benefits - Med, Den', '4', '0');
244 INSERT INTO `0_chart_master` VALUES ('2340', '', 'Accr. Benefits - Payroll Taxes', '4', '0');
245 INSERT INTO `0_chart_master` VALUES ('2350', '', 'Accr. Benefits - Credit Union', '4', '0');
246 INSERT INTO `0_chart_master` VALUES ('2360', '', 'Accr. Benefits - Savings Bond', '4', '0');
247 INSERT INTO `0_chart_master` VALUES ('2370', '', 'Accr. Benefits - Garnish', '4', '0');
248 INSERT INTO `0_chart_master` VALUES ('2380', '', 'Accr. Benefits - Charity Cont.', '4', '0');
249 INSERT INTO `0_chart_master` VALUES ('2620', '', 'Bank Loans', '5', '0');
250 INSERT INTO `0_chart_master` VALUES ('2680', '', 'Loans from Shareholders', '5', '0');
251 INSERT INTO `0_chart_master` VALUES ('3350', '', 'Common Shares', '6', '0');
252 INSERT INTO `0_chart_master` VALUES ('3590', '', 'Retained Earnings - prior years', '7', '0');
253 INSERT INTO `0_chart_master` VALUES ('4010', '', 'Sales', '8', '0');
254 INSERT INTO `0_chart_master` VALUES ('4430', '', 'Shipping & Handling', '9', '0');
255 INSERT INTO `0_chart_master` VALUES ('4440', '', 'Interest', '9', '0');
256 INSERT INTO `0_chart_master` VALUES ('4450', '', 'Foreign Exchange Gain', '9', '0');
257 INSERT INTO `0_chart_master` VALUES ('4500', '', 'Prompt Payment Discounts', '9', '0');
258 INSERT INTO `0_chart_master` VALUES ('4510', '', 'Discounts Given', '9', '0');
259 INSERT INTO `0_chart_master` VALUES ('5010', '', 'Cost of Goods Sold - Retail', '10', '0');
260 INSERT INTO `0_chart_master` VALUES ('5020', '', 'Material Usage Varaiance', '10', '0');
261 INSERT INTO `0_chart_master` VALUES ('5030', '', 'Consumable Materials', '10', '0');
262 INSERT INTO `0_chart_master` VALUES ('5040', '', 'Purchase price Variance', '10', '0');
263 INSERT INTO `0_chart_master` VALUES ('5050', '', 'Purchases of materials', '10', '0');
264 INSERT INTO `0_chart_master` VALUES ('5060', '', 'Discounts Received', '10', '0');
265 INSERT INTO `0_chart_master` VALUES ('5100', '', 'Freight', '10', '0');
266 INSERT INTO `0_chart_master` VALUES ('5410', '', 'Wages & Salaries', '11', '0');
267 INSERT INTO `0_chart_master` VALUES ('5420', '', 'Wages - Overtime', '11', '0');
268 INSERT INTO `0_chart_master` VALUES ('5430', '', 'Benefits - Comp Time', '11', '0');
269 INSERT INTO `0_chart_master` VALUES ('5440', '', 'Benefits - Payroll Taxes', '11', '0');
270 INSERT INTO `0_chart_master` VALUES ('5450', '', 'Benefits - Workers Comp', '11', '0');
271 INSERT INTO `0_chart_master` VALUES ('5460', '', 'Benefits - Pension', '11', '0');
272 INSERT INTO `0_chart_master` VALUES ('5470', '', 'Benefits - General Benefits', '11', '0');
273 INSERT INTO `0_chart_master` VALUES ('5510', '', 'Inc Tax Exp - Federal', '11', '0');
274 INSERT INTO `0_chart_master` VALUES ('5520', '', 'Inc Tax Exp - State', '11', '0');
275 INSERT INTO `0_chart_master` VALUES ('5530', '', 'Taxes - Real Estate', '11', '0');
276 INSERT INTO `0_chart_master` VALUES ('5540', '', 'Taxes - Personal Property', '11', '0');
277 INSERT INTO `0_chart_master` VALUES ('5550', '', 'Taxes - Franchise', '11', '0');
278 INSERT INTO `0_chart_master` VALUES ('5560', '', 'Taxes - Foreign Withholding', '11', '0');
279 INSERT INTO `0_chart_master` VALUES ('5610', '', 'Accounting & Legal', '12', '0');
280 INSERT INTO `0_chart_master` VALUES ('5615', '', 'Advertising & Promotions', '12', '0');
281 INSERT INTO `0_chart_master` VALUES ('5620', '', 'Bad Debts', '12', '0');
282 INSERT INTO `0_chart_master` VALUES ('5660', '', 'Amortization Expense', '12', '0');
283 INSERT INTO `0_chart_master` VALUES ('5685', '', 'Insurance', '12', '0');
284 INSERT INTO `0_chart_master` VALUES ('5690', '', 'Interest & Bank Charges', '12', '0');
285 INSERT INTO `0_chart_master` VALUES ('5700', '', 'Office Supplies', '12', '0');
286 INSERT INTO `0_chart_master` VALUES ('5760', '', 'Rent', '12', '0');
287 INSERT INTO `0_chart_master` VALUES ('5765', '', 'Repair & Maintenance', '12', '0');
288 INSERT INTO `0_chart_master` VALUES ('5780', '', 'Telephone', '12', '0');
289 INSERT INTO `0_chart_master` VALUES ('5785', '', 'Travel & Entertainment', '12', '0');
290 INSERT INTO `0_chart_master` VALUES ('5790', '', 'Utilities', '12', '0');
291 INSERT INTO `0_chart_master` VALUES ('5795', '', 'Registrations', '12', '0');
292 INSERT INTO `0_chart_master` VALUES ('5800', '', 'Licenses', '12', '0');
293 INSERT INTO `0_chart_master` VALUES ('5810', '', 'Foreign Exchange Loss', '12', '0');
294 INSERT INTO `0_chart_master` VALUES ('9990', '', 'Year Profit/Loss', '12', '0');
295
296
297 ### Structure of table `0_chart_types` ###
298
299 DROP TABLE IF EXISTS `0_chart_types`;
300
301 CREATE TABLE `0_chart_types` (
302   `id` int(11) NOT NULL auto_increment,
303   `name` varchar(60) NOT NULL default '',
304   `class_id` tinyint(1) NOT NULL default '0',
305   `parent` int(11) NOT NULL default '-1',
306   `inactive` tinyint(1) NOT NULL default '0',
307   PRIMARY KEY  (`id`),
308   KEY  (`class_id`),
309   KEY `name` (`name`)
310 ) TYPE=MyISAM AUTO_INCREMENT=13 ;
311
312
313 ### Data of table `0_chart_types` ###
314
315 INSERT INTO `0_chart_types` VALUES ('1', 'Current Assets', '1', '-1', '0');
316 INSERT INTO `0_chart_types` VALUES ('2', 'Inventory Assets', '1', '-1', '0');
317 INSERT INTO `0_chart_types` VALUES ('3', 'Capital Assets', '1', '-1', '0');
318 INSERT INTO `0_chart_types` VALUES ('4', 'Current Liabilities', '2', '-1', '0');
319 INSERT INTO `0_chart_types` VALUES ('5', 'Long Term Liabilities', '2', '-1', '0');
320 INSERT INTO `0_chart_types` VALUES ('6', 'Share Capital', '2', '-1', '0');
321 INSERT INTO `0_chart_types` VALUES ('7', 'Retained Earnings', '2', '-1', '0');
322 INSERT INTO `0_chart_types` VALUES ('8', 'Sales Revenue', '3', '-1', '0');
323 INSERT INTO `0_chart_types` VALUES ('9', 'Other Revenue', '3', '-1', '0');
324 INSERT INTO `0_chart_types` VALUES ('10', 'Cost of Goods Sold', '4', '-1', '0');
325 INSERT INTO `0_chart_types` VALUES ('11', 'Payroll Expenses', '4', '-1', '0');
326 INSERT INTO `0_chart_types` VALUES ('12', 'General & Administrative expenses', '4', -1, '0');
327
328
329 ### Structure of table `0_comments` ###
330
331 DROP TABLE IF EXISTS `0_comments`;
332
333 CREATE TABLE `0_comments` (
334   `type` int(11) NOT NULL default '0',
335   `id` int(11) NOT NULL default '0',
336   `date_` date default '0000-00-00',
337   `memo_` tinytext,
338   KEY `type_and_id` (`type`, `id`)
339 ) TYPE=InnoDB  ;
340
341
342 ### Data of table `0_comments` ###
343
344
345
346 ### Structure of table `0_company` ###
347
348 DROP TABLE IF EXISTS `0_company`;
349
350 CREATE TABLE `0_company` (
351   `coy_code` int(11) NOT NULL default '1',
352   `coy_name` varchar(60) NOT NULL default '',
353   `gst_no` varchar(25) NOT NULL default '',
354   `coy_no` varchar(25) NOT NULL default '0',
355   `tax_prd` int(11) NOT NULL default '1',
356   `tax_last` int(11) NOT NULL default '1',
357   `postal_address` tinytext NOT NULL,
358   `phone` varchar(30) NOT NULL default '',
359   `fax` varchar(30) NOT NULL default '',
360   `email` varchar(100) NOT NULL default '',
361   `coy_logo` varchar(100) NOT NULL default '',
362   `domicile` varchar(55) NOT NULL default '',
363   `curr_default` char(3) NOT NULL default '',
364   `debtors_act` varchar(11) NOT NULL default '',
365   `pyt_discount_act` varchar(11) NOT NULL default '',
366   `creditors_act` varchar(11) NOT NULL default '',
367   `bank_charge_act` varchar(11) NOT NULL default '',
368   `exchange_diff_act` varchar(11) NOT NULL default '',
369   `profit_loss_year_act` varchar(11) NOT NULL default '',
370   `retained_earnings_act` varchar(11) NOT NULL default '',
371   `freight_act` varchar(11) NOT NULL default '',
372   `default_sales_act` varchar(11) NOT NULL default '',
373   `default_sales_discount_act` varchar(11) NOT NULL default '',
374   `default_prompt_payment_act` varchar(11) NOT NULL default '',
375   `default_inventory_act` varchar(11) NOT NULL default '',
376   `default_cogs_act` varchar(11) NOT NULL default '',
377   `default_adj_act` varchar(11) NOT NULL default '',
378   `default_inv_sales_act` varchar(11) NOT NULL default '',
379   `default_assembly_act` varchar(11) NOT NULL default '',
380   `payroll_act` varchar(11) NOT NULL default '',
381   `allow_negative_stock` tinyint(1) NOT NULL default '0',
382   `po_over_receive` int(11) NOT NULL default '10',
383   `po_over_charge` int(11) NOT NULL default '10',
384   `default_credit_limit` int(11) NOT NULL default '1000',
385   `default_workorder_required` int(11) NOT NULL default '20',
386   `default_dim_required` int(11) NOT NULL default '20',
387   `past_due_days` int(11) NOT NULL default '30',
388   `use_dimension` tinyint(1) default '0',
389   `f_year` int(11) NOT NULL default '1',
390   `no_item_list` tinyint(1) NOT NULL default '0',
391   `no_customer_list` tinyint(1) NOT NULL default '0',
392   `no_supplier_list` tinyint(1) NOT NULL default '0',
393   `base_sales` int(11) NOT NULL default '-1',
394   `foreign_codes` tinyint(1) NOT NULL default '0',
395   `accumulate_shipping` tinyint(1) NOT NULL default '0',
396   `legal_text` tinytext NOT NULL,
397   `default_delivery_required` smallint(6) NOT NULL default '1',
398   `version_id` varchar(11) NOT NULL default '',
399   `time_zone` tinyint(1) NOT NULL default '0',
400   `add_pct` int(5) NOT NULL default '-1',
401   `round_to` int(5) NOT NULL default '1',
402   `login_tout` SMALLINT(6) NOT NULL DEFAULT '600',
403   PRIMARY KEY  (`coy_code`)
404 ) TYPE=MyISAM  ;
405
406 ### Data of table `0_company` ###
407
408 INSERT INTO `0_company` VALUES ('1', 'Company name', '', '', '1', '1', 'N/A', '', '', '', '', '', 'USD', '1200', '5060', '2100', '5690', '4450', '9990', '3590', '4430', '4010', '4510', '4500', '1510', '5010', '5040', '4010', '1530', '5000', '0', '10', '10', '1000', '20', '20', '30', '1', '1', '0', '0', '0', '1', '0', '0', '', '1', '2.2', '0', '-1', '1', '600');
409
410 ### Structure of table `0_credit_status` ###
411
412 DROP TABLE IF EXISTS `0_credit_status`;
413
414 CREATE TABLE `0_credit_status` (
415   `id` int(11) NOT NULL auto_increment,
416   `reason_description` char(100) NOT NULL default '',
417   `dissallow_invoices` tinyint(1) NOT NULL default '0',
418   `inactive` tinyint(1) NOT NULL default '0',
419   PRIMARY KEY  (`id`),
420   UNIQUE KEY `reason_description` (`reason_description`)
421 ) TYPE=MyISAM AUTO_INCREMENT=5 ;
422
423
424 ### Data of table `0_credit_status` ###
425
426 INSERT INTO `0_credit_status` VALUES ('1', 'Good History', '0', '0');
427 INSERT INTO `0_credit_status` VALUES ('3', 'No more work until payment received', '1', '0');
428 INSERT INTO `0_credit_status` VALUES ('4', 'In liquidation', '1', '0');
429
430
431 ### Structure of table `0_currencies` ###
432
433 DROP TABLE IF EXISTS `0_currencies`;
434
435 CREATE TABLE `0_currencies` (
436   `currency` varchar(60) NOT NULL default '',
437   `curr_abrev` char(3) NOT NULL default '',
438   `curr_symbol` varchar(10) NOT NULL default '',
439   `country` varchar(100) NOT NULL default '',
440   `hundreds_name` varchar(15) NOT NULL default '',
441   `auto_update` tinyint(1) NOT NULL default '1',
442   `inactive` tinyint(1) NOT NULL default '0',
443   PRIMARY KEY  (`curr_abrev`)
444 ) TYPE=MyISAM  ;
445
446
447 ### Data of table `0_currencies` ###
448
449 INSERT INTO `0_currencies` VALUES ('US Dollars', 'USD', '$', 'United States', 'Cents', '1', '0');
450 INSERT INTO `0_currencies` VALUES ('CA Dollars', 'CAD', '$', 'Canada', 'Cents', '1', '0');
451 INSERT INTO `0_currencies` VALUES ('Euro', 'EUR', '?', 'Europe', 'Cents', '1', '0');
452 INSERT INTO `0_currencies` VALUES ('Pounds', 'GBP', '?', 'England', 'Pence', '1', '0');
453
454 ### Structure of table `0_cust_allocations` ###
455
456 DROP TABLE IF EXISTS `0_cust_allocations`;
457
458 CREATE TABLE `0_cust_allocations` (
459   `id` int(11) NOT NULL auto_increment,
460   `amt` double unsigned default NULL,
461   `date_alloc` date NOT NULL default '0000-00-00',
462   `trans_no_from` int(11) default NULL,
463   `trans_type_from` int(11) default NULL,
464   `trans_no_to` int(11) default NULL,
465   `trans_type_to` int(11) default NULL,
466   PRIMARY KEY  (`id`),
467   KEY `From` (`trans_type_from`, `trans_no_from`),
468   KEY `To` (`trans_type_to`, `trans_no_to`)
469 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
470
471
472 ### Data of table `0_cust_allocations` ###
473
474
475
476 ### Structure of table `0_cust_branch` ###
477
478 DROP TABLE IF EXISTS `0_cust_branch`;
479
480 CREATE TABLE `0_cust_branch` (
481   `branch_code` int(11) NOT NULL auto_increment,
482   `debtor_no` int(11) NOT NULL default '0',
483   `br_name` varchar(60) NOT NULL default '',
484   `branch_ref`  varchar(30) NOT NULL default '',
485   `br_address` tinytext NOT NULL,
486   `area` int(11) default NULL,
487   `salesman` int(11) NOT NULL default '0',
488   `phone` varchar(30) NOT NULL default '',
489   `phone2` varchar(30) NOT NULL default '',
490   `fax` varchar(30) NOT NULL default '',
491   `contact_name` varchar(60) NOT NULL default '',
492   `email` varchar(100) NOT NULL default '',
493   `default_location` varchar(5) NOT NULL default '',
494   `tax_group_id` int(11) default NULL,
495   `sales_account` varchar(11) default NULL,
496   `sales_discount_account` varchar(11) default NULL,
497   `receivables_account` varchar(11) default NULL,
498   `payment_discount_account` varchar(11) default NULL,
499   `default_ship_via` int(11) NOT NULL default '1',
500   `disable_trans` tinyint(4) NOT NULL default '0',
501   `br_post_address` tinytext NOT NULL,
502   `group_no` int(11) NOT NULL default '0',
503   `notes` tinytext NOT NULL,
504   `inactive` tinyint(1) NOT NULL default '0',
505   PRIMARY KEY  (`branch_code`,`debtor_no`),
506   KEY `branch_code` (`branch_code`),
507   KEY (`branch_ref`),
508   KEY (`group_no`)
509 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
510
511
512 ### Data of table `0_cust_branch` ###
513
514
515
516 ### Structure of table `0_debtor_trans` ###
517
518 DROP TABLE IF EXISTS `0_debtor_trans`;
519
520 CREATE TABLE `0_debtor_trans` (
521   `trans_no` int(11) unsigned NOT NULL default '0',
522   `type` smallint(6) unsigned NOT NULL default '0',
523   `version` tinyint(1) unsigned NOT NULL default '0',
524   `debtor_no` int(11) unsigned default NULL,
525   `branch_code` int(11) NOT NULL default '-1',
526   `tran_date` date NOT NULL default '0000-00-00',
527   `due_date` date NOT NULL default '0000-00-00',
528   `reference` varchar(60) NOT NULL default '',
529   `tpe` int(11) NOT NULL default '0',
530   `order_` int(11) NOT NULL default '0',
531   `ov_amount` double NOT NULL default '0',
532   `ov_gst` double NOT NULL default '0',
533   `ov_freight` double NOT NULL default '0',
534   `ov_freight_tax` double NOT NULL default '0',
535   `ov_discount` double NOT NULL default '0',
536   `alloc` double NOT NULL default '0',
537   `rate` double NOT NULL default '1',
538   `ship_via` int(11) default NULL,
539   `trans_link` int(11) NOT NULL default '0',
540   `dimension_id` int(11) NOT NULL default '0',
541   `dimension2_id` int(11) NOT NULL default '0',
542   `payment_terms` int(11) default NULL,
543   PRIMARY KEY  (`type`, `trans_no`),
544   KEY `debtor_no` (`debtor_no`,`branch_code`),
545   KEY (`tran_date`)
546 ) TYPE=InnoDB  ;
547
548
549 ### Data of table `0_debtor_trans` ###
550
551
552
553 ### Structure of table `0_debtor_trans_details` ###
554
555 DROP TABLE IF EXISTS `0_debtor_trans_details`;
556
557 CREATE TABLE `0_debtor_trans_details` (
558   `id` int(11) NOT NULL auto_increment,
559   `debtor_trans_no` int(11) default NULL,
560   `debtor_trans_type` int(11) default NULL,
561   `stock_id` varchar(20) NOT NULL default '',
562   `description` tinytext,
563   `unit_price` double NOT NULL default '0',
564   `unit_tax` double NOT NULL default '0',
565   `quantity` double NOT NULL default '0',
566   `discount_percent` double NOT NULL default '0',
567   `standard_cost` double NOT NULL default '0',
568   `qty_done` double NOT NULL default '0',
569   PRIMARY KEY  (`id`),
570   KEY `Transaction` (`debtor_trans_type`, `debtor_trans_no`)
571 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
572
573
574 ### Data of table `0_debtor_trans_details` ###
575
576
577
578 ### Structure of table `0_debtors_master` ###
579
580 DROP TABLE IF EXISTS `0_debtors_master`;
581
582 CREATE TABLE `0_debtors_master` (
583   `debtor_no` int(11) NOT NULL auto_increment,
584   `name` varchar(100) NOT NULL default '',
585   `debtor_ref` varchar(30) NOT NULL,
586   `address` tinytext,
587   `email` varchar(100) NOT NULL default '',
588   `tax_id` varchar(55) NOT NULL default '',
589   `curr_code` char(3) NOT NULL default '',
590   `sales_type` int(11) NOT NULL default '1',
591   `dimension_id` int(11) NOT NULL default '0',
592   `dimension2_id` int(11) NOT NULL default '0',
593   `credit_status` int(11) NOT NULL default '0',
594   `payment_terms` int(11) default NULL,
595   `discount` double NOT NULL default '0',
596   `pymt_discount` double NOT NULL default '0',
597   `credit_limit` float NOT NULL default '1000',
598   `notes` tinytext NOT NULL,
599   `inactive` tinyint(1) NOT NULL default '0',
600   PRIMARY KEY  (`debtor_no`),
601   UNIQUE KEY `name` (`name`),
602   KEY (`debtor_ref`)
603 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
604
605
606 ### Data of table `0_debtors_master` ###
607
608
609
610 ### Structure of table `0_dimensions` ###
611
612 DROP TABLE IF EXISTS `0_dimensions`;
613
614 CREATE TABLE `0_dimensions` (
615   `id` int(11) NOT NULL auto_increment,
616   `reference` varchar(60) NOT NULL default '',
617   `name` varchar(60) NOT NULL default '',
618   `type_` tinyint(1) NOT NULL default '1',
619   `closed` tinyint(1) NOT NULL default '0',
620   `date_` date NOT NULL default '0000-00-00',
621   `due_date` date NOT NULL default '0000-00-00',
622   PRIMARY KEY  (`id`),
623   UNIQUE KEY `reference` (`reference`),
624   KEY (`date_`),
625   KEY (`due_date`),
626   KEY (`type_`)
627 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
628
629
630 ### Data of table `0_dimensions` ###
631
632
633
634 ### Structure of table `0_exchange_rates` ###
635
636 DROP TABLE IF EXISTS `0_exchange_rates`;
637
638 CREATE TABLE `0_exchange_rates` (
639   `id` int(11) NOT NULL auto_increment,
640   `curr_code` char(3) NOT NULL default '',
641   `rate_buy` double NOT NULL default '0',
642   `rate_sell` double NOT NULL default '0',
643   `date_` date NOT NULL default '0000-00-00',
644   PRIMARY KEY  (`id`),
645   UNIQUE KEY `curr_code` (`curr_code`,`date_`)
646 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
647
648
649 ### Data of table `0_exchange_rates` ###
650
651
652
653 ### Structure of table `0_fiscal_year` ###
654
655 DROP TABLE IF EXISTS `0_fiscal_year`;
656
657 CREATE TABLE `0_fiscal_year` (
658   `id` int(11) NOT NULL auto_increment,
659   `begin` date default '0000-00-00',
660   `end` date default '0000-00-00',
661   `closed` tinyint(1) NOT NULL default '0',
662   PRIMARY KEY  (`id`),
663   UNIQUE KEY(`begin`),
664   UNIQUE KEY(`end`)
665 ) TYPE=InnoDB AUTO_INCREMENT=2 ;
666
667
668 ### Data of table `0_fiscal_year` ###
669
670 INSERT INTO `0_fiscal_year` VALUES ('1', '2008-01-01', '2008-12-31', '0');
671
672
673 ### Structure of table `0_gl_trans` ###
674
675 DROP TABLE IF EXISTS `0_gl_trans`;
676
677 CREATE TABLE `0_gl_trans` (
678   `counter` int(11) NOT NULL auto_increment,
679   `type` smallint(6) NOT NULL default '0',
680   `type_no` bigint(16) NOT NULL default '1',
681   `tran_date` date NOT NULL default '0000-00-00',
682   `account` varchar(11) NOT NULL default '',
683   `memo_` tinytext NOT NULL,
684   `amount` double NOT NULL default '0',
685   `dimension_id` int(11) NOT NULL default '0',
686   `dimension2_id` int(11) NOT NULL default '0',
687   `person_type_id` int(11) default NULL,
688   `person_id` tinyblob,
689   PRIMARY KEY  (`counter`),
690   KEY `Type_and_Number` (`type`,`type_no`),
691   KEY (`dimension_id`),
692   KEY (`dimension2_id`),
693   KEY (`tran_date`),
694   KEY `account_and_tran_date` (`account`,`tran_date`)
695 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
696
697
698 ### Data of table `0_gl_trans` ###
699
700
701
702 ### Structure of table `0_grn_batch` ###
703
704 DROP TABLE IF EXISTS `0_grn_batch`;
705
706 CREATE TABLE `0_grn_batch` (
707   `id` int(11) NOT NULL auto_increment,
708   `supplier_id` int(11) NOT NULL default '0',
709   `purch_order_no` int(11) default NULL,
710   `reference` varchar(60) NOT NULL default '',
711   `delivery_date` date NOT NULL default '0000-00-00',
712   `loc_code` varchar(5) default NULL,
713   PRIMARY KEY  (`id`),
714   KEY(`delivery_date`),
715   KEY(`purch_order_no`)
716 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
717
718
719 ### Data of table `0_grn_batch` ###
720
721
722
723 ### Structure of table `0_grn_items` ###
724
725 DROP TABLE IF EXISTS `0_grn_items`;
726
727 CREATE TABLE `0_grn_items` (
728   `id` int(11) NOT NULL auto_increment,
729   `grn_batch_id` int(11) default NULL,
730   `po_detail_item` int(11) NOT NULL default '0',
731   `item_code` varchar(20) NOT NULL default '',
732   `description` tinytext,
733   `qty_recd` double NOT NULL default '0',
734   `quantity_inv` double NOT NULL default '0',
735   PRIMARY KEY  (`id`),
736   KEY (`grn_batch_id`)
737 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
738
739
740 ### Data of table `0_grn_items` ###
741
742
743
744 ### Structure of table `0_groups` ###
745
746 DROP TABLE IF EXISTS `0_groups`;
747
748 CREATE TABLE `0_groups` (
749   `id` smallint(6) unsigned NOT NULL auto_increment,
750   `description` varchar(60) NOT NULL default '',
751   `inactive` tinyint(1) NOT NULL default '0',
752   PRIMARY KEY  (`id`),
753   UNIQUE KEY `description` (`description`)
754 ) TYPE=MyISAM AUTO_INCREMENT=4 ;
755
756
757 ### Data of table `0_groups` ###
758
759 INSERT INTO `0_groups` VALUES ('1', 'Small', '0');
760 INSERT INTO `0_groups` VALUES ('2', 'Medium', '0');
761 INSERT INTO `0_groups` VALUES ('3', 'Large', '0');
762
763
764 ### Structure of table `0_item_codes` ###
765
766 DROP TABLE IF EXISTS `0_item_codes`;
767
768 CREATE TABLE `0_item_codes` (
769   `id` int(11) unsigned NOT NULL auto_increment,
770   `item_code` varchar(20) NOT NULL,
771   `stock_id` varchar(20) NOT NULL,
772   `description` varchar(200) NOT NULL default '',
773   `category_id` smallint(6) unsigned NOT NULL,
774   `quantity` double NOT NULL default '1',
775   `is_foreign` tinyint(1) NOT NULL default '0',
776   `inactive` tinyint(1) NOT NULL default '0',
777   PRIMARY KEY  (`id`),
778   UNIQUE KEY `stock_id` (`stock_id`,`item_code`),
779   KEY (`item_code`)
780 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
781
782
783 ### Data of table `0_item_codes` ###
784
785
786
787 ### Structure of table `0_item_tax_type_exemptions` ###
788
789 DROP TABLE IF EXISTS `0_item_tax_type_exemptions`;
790
791 CREATE TABLE `0_item_tax_type_exemptions` (
792   `item_tax_type_id` int(11) NOT NULL default '0',
793   `tax_type_id` int(11) NOT NULL default '0',
794   PRIMARY KEY  (`item_tax_type_id`,`tax_type_id`)
795 ) TYPE=InnoDB  ;
796
797
798 ### Data of table `0_item_tax_type_exemptions` ###
799
800
801
802 ### Structure of table `0_item_tax_types` ###
803
804 DROP TABLE IF EXISTS `0_item_tax_types`;
805
806 CREATE TABLE `0_item_tax_types` (
807   `id` int(11) NOT NULL auto_increment,
808   `name` varchar(60) NOT NULL default '',
809   `exempt` tinyint(1) NOT NULL default '0',
810   `inactive` tinyint(1) NOT NULL default '0',
811   PRIMARY KEY  (`id`),
812   UNIQUE KEY `name` (`name`)
813 ) TYPE=InnoDB AUTO_INCREMENT=2 ;
814
815
816 ### Data of table `0_item_tax_types` ###
817
818 INSERT INTO `0_item_tax_types` VALUES ('1', 'Regular', '0', '0');
819
820
821 ### Structure of table `0_item_units` ###
822
823 DROP TABLE IF EXISTS `0_item_units`;
824
825 CREATE TABLE `0_item_units` (
826   `abbr` varchar(20) NOT NULL,
827   `name` varchar(40) NOT NULL,
828   `decimals` tinyint(2) NOT NULL,
829   `inactive` tinyint(1) NOT NULL default '0',
830   PRIMARY KEY  (`abbr`),
831   UNIQUE KEY `name` (`name`)
832 ) TYPE=MyISAM  ;
833
834
835 ### Data of table `0_item_units` ###
836
837 INSERT INTO `0_item_units` VALUES ('ea.', 'Each', '0', '0');
838
839
840 ### Structure of table `0_loc_stock` ###
841
842 DROP TABLE IF EXISTS `0_loc_stock`;
843
844 CREATE TABLE `0_loc_stock` (
845   `loc_code` char(5) NOT NULL default '',
846   `stock_id` char(20) NOT NULL default '',
847   `reorder_level` bigint(20) NOT NULL default '0',
848   PRIMARY KEY  (`loc_code`,`stock_id`),
849   KEY `stock_id` (`stock_id`)
850 ) TYPE=InnoDB  ;
851
852
853 ### Data of table `0_loc_stock` ###
854
855
856
857 ### Structure of table `0_locations` ###
858
859 DROP TABLE IF EXISTS `0_locations`;
860
861 CREATE TABLE `0_locations` (
862   `loc_code` varchar(5) NOT NULL default '',
863   `location_name` varchar(60) NOT NULL default '',
864   `delivery_address` tinytext NOT NULL,
865   `phone` varchar(30) NOT NULL default '',
866   `phone2` varchar(30) NOT NULL default '',
867   `fax` varchar(30) NOT NULL default '',
868   `email` varchar(100) NOT NULL default '',
869   `contact` varchar(30) NOT NULL default '',
870   `inactive` tinyint(1) NOT NULL default '0',
871   PRIMARY KEY  (`loc_code`)
872 ) TYPE=MyISAM  ;
873
874
875 ### Data of table `0_locations` ###
876
877 INSERT INTO `0_locations` VALUES ('DEF', 'Default', 'N/A', '', '', '', '', '', '0');
878
879
880 ### Structure of table `0_movement_types` ###
881
882 DROP TABLE IF EXISTS `0_movement_types`;
883
884 CREATE TABLE `0_movement_types` (
885   `id` int(11) NOT NULL auto_increment,
886   `name` varchar(60) NOT NULL default '',
887   `inactive` tinyint(1) NOT NULL default '0',
888   PRIMARY KEY  (`id`),
889   UNIQUE KEY `name` (`name`)
890 ) TYPE=MyISAM AUTO_INCREMENT=2 ;
891
892
893 ### Data of table `0_movement_types` ###
894
895 INSERT INTO `0_movement_types` VALUES ('1', 'Adjustment', '0');
896
897
898 ### Structure of table `0_payment_terms` ###
899
900 DROP TABLE IF EXISTS `0_payment_terms`;
901
902 CREATE TABLE `0_payment_terms` (
903   `terms_indicator` int(11) NOT NULL auto_increment,
904   `terms` char(80) NOT NULL default '',
905   `days_before_due` smallint(6) NOT NULL default '0',
906   `day_in_following_month` smallint(6) NOT NULL default '0',
907   `inactive` tinyint(1) NOT NULL default '0',
908   PRIMARY KEY  (`terms_indicator`),
909   UNIQUE KEY `terms` (`terms`)
910 ) TYPE=MyISAM AUTO_INCREMENT=5 ;
911
912
913 ### Data of table `0_payment_terms` ###
914
915 INSERT INTO `0_payment_terms` VALUES ('1', 'Due 15th Of the Following Month', '0', '17', '0');
916 INSERT INTO `0_payment_terms` VALUES ('2', 'Due By End Of The Following Month', '0', '30', '0');
917 INSERT INTO `0_payment_terms` VALUES ('3', 'Payment due within 10 days', '10', '0', '0');
918 INSERT INTO `0_payment_terms` VALUES ('4', 'Cash Only', '1', '0', '0');
919
920
921 ### Structure of table `0_prices` ###
922
923 DROP TABLE IF EXISTS `0_prices`;
924
925 CREATE TABLE `0_prices` (
926   `id` int(11) NOT NULL auto_increment,
927   `stock_id` varchar(20) NOT NULL default '',
928   `sales_type_id` int(11) NOT NULL default '0',
929   `curr_abrev` char(3) NOT NULL default '',
930   `price` double NOT NULL default '0',
931   PRIMARY KEY  (`id`),
932   UNIQUE KEY `price` (`stock_id`,`sales_type_id`,`curr_abrev`)
933 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
934
935
936 ### Data of table `0_prices` ###
937
938
939
940 ### Structure of table `0_print_profiles` ###
941
942 DROP TABLE IF EXISTS `0_print_profiles`;
943
944 CREATE TABLE `0_print_profiles` (
945   `id` smallint(6) unsigned NOT NULL auto_increment,
946   `profile` varchar(30) NOT NULL,
947   `report` varchar(5) default NULL,
948   `printer` tinyint(3) unsigned default NULL,
949   PRIMARY KEY  (`id`),
950   UNIQUE KEY `profile` (`profile`,`report`)
951 ) TYPE=MyISAM AUTO_INCREMENT=10 ;
952
953
954 ### Data of table `0_print_profiles` ###
955
956 INSERT INTO `0_print_profiles` VALUES ('1', 'Out of office', '', '0');
957 INSERT INTO `0_print_profiles` VALUES ('2', 'Sales Department', '', '0');
958 INSERT INTO `0_print_profiles` VALUES ('3', 'Central', '', '2');
959 INSERT INTO `0_print_profiles` VALUES ('4', 'Sales Department', '104', '2');
960 INSERT INTO `0_print_profiles` VALUES ('5', 'Sales Department', '105', '2');
961 INSERT INTO `0_print_profiles` VALUES ('6', 'Sales Department', '107', '2');
962 INSERT INTO `0_print_profiles` VALUES ('7', 'Sales Department', '109', '2');
963 INSERT INTO `0_print_profiles` VALUES ('8', 'Sales Department', '110', '2');
964 INSERT INTO `0_print_profiles` VALUES ('9', 'Sales Department', '201', '2');
965
966
967 ### Structure of table `0_printers` ###
968
969 DROP TABLE IF EXISTS `0_printers`;
970
971 CREATE TABLE `0_printers` (
972   `id` tinyint(3) unsigned NOT NULL auto_increment,
973   `name` varchar(20) NOT NULL,
974   `description` varchar(60) NOT NULL,
975   `queue` varchar(20) NOT NULL,
976   `host` varchar(40) NOT NULL,
977   `port` smallint(11) unsigned NOT NULL,
978   `timeout` tinyint(3) unsigned NOT NULL,
979   PRIMARY KEY  (`id`),
980   UNIQUE KEY `name` (`name`)
981 ) TYPE=MyISAM AUTO_INCREMENT=4 ;
982
983
984 ### Data of table `0_printers` ###
985
986 INSERT INTO `0_printers` VALUES ('1', 'QL500', 'Label printer', 'QL500', 'server', '127', '20');
987 INSERT INTO `0_printers` VALUES ('2', 'Samsung', 'Main network printer', 'scx4521F', 'server', '515', '5');
988 INSERT INTO `0_printers` VALUES ('3', 'Local', 'Local print server at user IP', 'lp', '', '515', '10');
989
990
991 ### Structure of table `0_purch_data` ###
992
993 DROP TABLE IF EXISTS `0_purch_data`;
994
995 CREATE TABLE `0_purch_data` (
996   `supplier_id` int(11) NOT NULL default '0',
997   `stock_id` char(20) NOT NULL default '',
998   `price` double NOT NULL default '0',
999   `suppliers_uom` char(50) NOT NULL default '',
1000   `conversion_factor` double NOT NULL default '1',
1001   `supplier_description` char(50) NOT NULL default '',
1002   PRIMARY KEY  (`supplier_id`,`stock_id`)
1003 ) TYPE=MyISAM  ;
1004
1005
1006 ### Data of table `0_purch_data` ###
1007
1008
1009
1010 ### Structure of table `0_purch_order_details` ###
1011
1012 DROP TABLE IF EXISTS `0_purch_order_details`;
1013
1014 CREATE TABLE `0_purch_order_details` (
1015   `po_detail_item` int(11) NOT NULL auto_increment,
1016   `order_no` int(11) NOT NULL default '0',
1017   `item_code` varchar(20) NOT NULL default '',
1018   `description` tinytext,
1019   `delivery_date` date NOT NULL default '0000-00-00',
1020   `qty_invoiced` double NOT NULL default '0',
1021   `unit_price` double NOT NULL default '0',
1022   `act_price` double NOT NULL default '0',
1023   `std_cost_unit` double NOT NULL default '0',
1024   `quantity_ordered` double NOT NULL default '0',
1025   `quantity_received` double NOT NULL default '0',
1026   PRIMARY KEY  (`po_detail_item`),
1027   KEY `order` (`order_no`, `po_detail_item`)
1028 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1029
1030
1031 ### Data of table `0_purch_order_details` ###
1032
1033
1034
1035 ### Structure of table `0_purch_orders` ###
1036
1037 DROP TABLE IF EXISTS `0_purch_orders`;
1038
1039 CREATE TABLE `0_purch_orders` (
1040   `order_no` int(11) NOT NULL auto_increment,
1041   `supplier_id` int(11) NOT NULL default '0',
1042   `comments` tinytext,
1043   `ord_date` date NOT NULL default '0000-00-00',
1044   `reference` tinytext NOT NULL,
1045   `requisition_no` tinytext,
1046   `into_stock_location` varchar(5) NOT NULL default '',
1047   `delivery_address` tinytext NOT NULL,
1048   PRIMARY KEY  (`order_no`),
1049   KEY (`ord_date`)
1050 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1051
1052
1053 ### Data of table `0_purch_orders` ###
1054
1055
1056
1057 ### Structure of table `0_quick_entries` ###
1058
1059 DROP TABLE IF EXISTS `0_quick_entries`;
1060
1061 CREATE TABLE `0_quick_entries` (
1062   `id` smallint(6) unsigned NOT NULL auto_increment,
1063   `type` tinyint(1) NOT NULL default '0',
1064   `description` varchar(60) NOT NULL,
1065   `base_amount` double NOT NULL default '0',
1066   `base_desc` varchar(60) default NULL,
1067   `bal_type` tinyint(1) NOT NULL default '0',
1068   PRIMARY KEY  (`id`),
1069   KEY `description` (`description`)
1070 ) TYPE=MyISAM AUTO_INCREMENT=4 ;
1071
1072
1073 ### Data of table `0_quick_entries` ###
1074
1075 INSERT INTO `0_quick_entries` VALUES ('1', '1', 'Maintenance', '0', 'Amount', '0');
1076 INSERT INTO `0_quick_entries` VALUES ('2', '4', 'Phone', '0', 'Amount', '0');
1077 INSERT INTO `0_quick_entries` VALUES ('3', '2', 'Cash Sales', '0', 'Amount', '0');
1078
1079
1080 ### Structure of table `0_quick_entry_lines` ###
1081
1082 DROP TABLE IF EXISTS `0_quick_entry_lines`;
1083
1084 CREATE TABLE `0_quick_entry_lines` (
1085   `id` smallint(6) unsigned NOT NULL auto_increment,
1086   `qid` smallint(6) unsigned NOT NULL,
1087   `amount` double default '0',
1088   `action` varchar(2) NOT NULL,
1089   `dest_id` varchar(11) NOT NULL,
1090   `dimension_id` smallint(6) unsigned default NULL,
1091   `dimension2_id` smallint(6) unsigned default NULL,
1092   PRIMARY KEY  (`id`),
1093   KEY `qid` (`qid`)
1094 ) TYPE=MyISAM AUTO_INCREMENT=7 ;
1095
1096
1097 ### Data of table `0_quick_entry_lines` ###
1098
1099 INSERT INTO `0_quick_entry_lines` VALUES ('1', '1', '0', 't-', '1', '0', '0');
1100 INSERT INTO `0_quick_entry_lines` VALUES ('2', '2', '0', 't-', '1', '0', '0');
1101 INSERT INTO `0_quick_entry_lines` VALUES ('3', '3', '0', 't-', '1', '0', '0');
1102 INSERT INTO `0_quick_entry_lines` VALUES ('4', '3', '0', '=', '4010', '0', '0');
1103 INSERT INTO `0_quick_entry_lines` VALUES ('5', '1', '0', '=', '5765', '0', '0');
1104 INSERT INTO `0_quick_entry_lines` VALUES ('6', '2', '0', '=', '5780', '0', '0');
1105
1106
1107 ### Structure of table `0_recurrent_invoices` ###
1108
1109 DROP TABLE IF EXISTS `0_recurrent_invoices`;
1110
1111 CREATE TABLE `0_recurrent_invoices` (
1112   `id` smallint(6) unsigned NOT NULL auto_increment,
1113   `description` varchar(60) NOT NULL default '',
1114   `order_no` int(11) unsigned NOT NULL,
1115   `debtor_no` int(11) unsigned default NULL,
1116   `group_no` smallint(6) unsigned default NULL,
1117   `days` int(11) NOT NULL default '0',
1118   `monthly` int(11) NOT NULL default '0',
1119   `begin` date NOT NULL default '0000-00-00',
1120   `end` date NOT NULL default '0000-00-00',
1121   `last_sent` date NOT NULL default '0000-00-00',
1122   PRIMARY KEY  (`id`),
1123   UNIQUE KEY `description` (`description`)
1124 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1125
1126
1127 ### Data of table `0_recurrent_invoices` ###
1128
1129
1130
1131 ### Structure of table `0_refs` ###
1132
1133 DROP TABLE IF EXISTS `0_refs`;
1134
1135 CREATE TABLE `0_refs` (
1136   `id` int(11) NOT NULL default '0',
1137   `type` int(11) NOT NULL default '0',
1138   `reference` varchar(100) NOT NULL default '',
1139   PRIMARY KEY  (`id`,`type`),
1140   KEY `Type_and_Reference` (`type`,`reference`)
1141 ) TYPE=InnoDB  ;
1142
1143
1144 ### Data of table `0_refs` ###
1145
1146
1147
1148 ### Structure of table `0_sales_order_details` ###
1149
1150 DROP TABLE IF EXISTS `0_sales_order_details`;
1151
1152 CREATE TABLE `0_sales_order_details` (
1153   `id` int(11) NOT NULL auto_increment,
1154   `order_no` int(11) NOT NULL default '0',
1155   `trans_type` smallint(6) NOT NULL default '30',
1156   `stk_code` varchar(20) NOT NULL default '',
1157   `description` tinytext,
1158   `qty_sent` double NOT NULL default '0',
1159   `unit_price` double NOT NULL default '0',
1160   `quantity` double NOT NULL default '0',
1161   `discount_percent` double NOT NULL default '0',
1162   PRIMARY KEY  (`id`),
1163   KEY `sorder` (`trans_type`, `order_no`)
1164 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1165
1166
1167 ### Data of table `0_sales_order_details` ###
1168
1169
1170
1171 ### Structure of table `0_sales_orders` ###
1172
1173 DROP TABLE IF EXISTS `0_sales_orders`;
1174
1175 CREATE TABLE `0_sales_orders` (
1176   `order_no` int(11) NOT NULL,
1177   `trans_type` smallint(6) NOT NULL default '30',
1178   `version` tinyint(1) unsigned NOT NULL default '0',
1179   `type` tinyint(1) NOT NULL default '0',
1180   `debtor_no` int(11) NOT NULL default '0',
1181   `branch_code` int(11) NOT NULL default '0',
1182   `reference` varchar(100) NOT NULL default '',
1183   `customer_ref` tinytext NOT NULL,
1184   `comments` tinytext,
1185   `ord_date` date NOT NULL default '0000-00-00',
1186   `order_type` int(11) NOT NULL default '0',
1187   `ship_via` int(11) NOT NULL default '0',
1188   `delivery_address` tinytext NOT NULL,
1189   `contact_phone` varchar(30) default NULL,
1190   `contact_email` varchar(100) default NULL,
1191   `deliver_to` tinytext NOT NULL,
1192   `freight_cost` double NOT NULL default '0',
1193   `from_stk_loc` varchar(5) NOT NULL default '',
1194   `delivery_date` date NOT NULL default '0000-00-00',
1195   `payment_terms` int(11) default NULL,
1196   PRIMARY KEY  (`trans_type`, `order_no`)
1197 ) TYPE=InnoDB;
1198
1199
1200 ### Data of table `0_sales_orders` ###
1201
1202
1203
1204 ### Structure of table `0_sales_pos` ###
1205
1206 DROP TABLE IF EXISTS `0_sales_pos`;
1207
1208 CREATE TABLE `0_sales_pos` (
1209   `id` smallint(6) unsigned NOT NULL auto_increment,
1210   `pos_name` varchar(30) NOT NULL,
1211   `cash_sale` tinyint(1) NOT NULL,
1212   `credit_sale` tinyint(1) NOT NULL,
1213   `pos_location` varchar(5) NOT NULL,
1214   `pos_account` smallint(6) unsigned NOT NULL,
1215   `inactive` tinyint(1) NOT NULL default '0',
1216   PRIMARY KEY  (`id`),
1217   UNIQUE KEY `pos_name` (`pos_name`)
1218 ) TYPE=MyISAM AUTO_INCREMENT=2 ;
1219
1220
1221 ### Data of table `0_sales_pos` ###
1222
1223 INSERT INTO `0_sales_pos` VALUES ('1', 'Default', '1', '1', 'DEF', '2', '0');
1224
1225
1226 ### Structure of table `0_sales_types` ###
1227
1228 DROP TABLE IF EXISTS `0_sales_types`;
1229
1230 CREATE TABLE `0_sales_types` (
1231   `id` int(11) NOT NULL auto_increment,
1232   `sales_type` char(50) NOT NULL default '',
1233   `tax_included` int(1) NOT NULL default '0',
1234   `factor` double NOT NULL default '1',
1235   `inactive` tinyint(1) NOT NULL default '0',
1236   PRIMARY KEY  (`id`),
1237   UNIQUE KEY `sales_type` (`sales_type`)
1238 ) TYPE=MyISAM AUTO_INCREMENT=3 ;
1239
1240
1241 ### Data of table `0_sales_types` ###
1242
1243 INSERT INTO `0_sales_types` VALUES ('1', 'Retail', '1', '1', '0');
1244 INSERT INTO `0_sales_types` VALUES ('2', 'Wholesale', '0', '0.7', '0');
1245
1246
1247 ### Structure of table `0_salesman` ###
1248
1249 DROP TABLE IF EXISTS `0_salesman`;
1250
1251 CREATE TABLE `0_salesman` (
1252   `salesman_code` int(11) NOT NULL auto_increment,
1253   `salesman_name` char(60) NOT NULL default '',
1254   `salesman_phone` char(30) NOT NULL default '',
1255   `salesman_fax` char(30) NOT NULL default '',
1256   `salesman_email` varchar(100) NOT NULL default '',
1257   `provision` double NOT NULL default '0',
1258   `break_pt` double NOT NULL default '0',
1259   `provision2` double NOT NULL default '0',
1260   `inactive` tinyint(1) NOT NULL default '0',
1261   PRIMARY KEY  (`salesman_code`),
1262   UNIQUE KEY `salesman_name` (`salesman_name`)
1263 ) TYPE=MyISAM AUTO_INCREMENT=2 ;
1264
1265
1266 ### Data of table `0_salesman` ###
1267
1268 INSERT INTO `0_salesman` VALUES ('1', 'Sales Person', '', '', '', '5', '1000', '4', '0');
1269
1270 ### Structure of table `0_security_roles` ###
1271
1272 DROP TABLE IF EXISTS `0_security_roles`;
1273 CREATE TABLE IF NOT EXISTS `0_security_roles` (
1274   `id` int(11) NOT NULL auto_increment,
1275   `role` varchar(30) NOT NULL,
1276   `description` varchar(50) default NULL,
1277   `sections` text,
1278   `areas` text,
1279   `inactive` tinyint(1) NOT NULL default '0',
1280   PRIMARY KEY  (`id`),
1281   UNIQUE KEY `role` (`role`)
1282 ) TYPE=MyISAM  AUTO_INCREMENT=11 ;
1283
1284 --
1285 -- Data of table `0_security_roles`
1286 --
1287
1288 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', 0);
1289 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;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;5891;7937;7938;7939;7940;8193;8194;8195;8196;8197;8449;8450;8451;10497;10753;10754;10755;10756;10757;11009;11010;11012;13057;13313;13314;13315;15617;15618;15619;15620;15621;15622;15623;15624;15625;15626;15627;15873;15874;15875;15876;15877;15878;15879;15880;15883;15881;15882;16129;16130;16131;16132', 0);
1290 INSERT INTO `0_security_roles` VALUES (3, 'Salesman', 'Salesman', '768;3072;5632;8192;15872', '773;774;3073;3075;3081;5633;8194;15873', 0);
1291 INSERT INTO `0_security_roles` VALUES (4, 'Stock Manager', 'Stock Manager', '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', 0);
1292 INSERT INTO `0_security_roles` VALUES (5, 'Production Manager', 'Production Manager', '512;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', 0);
1293 INSERT INTO `0_security_roles` VALUES (6, 'Purchase Officer', 'Purchase Officer', '512;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', 0);
1294 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', 0);
1295 INSERT INTO `0_security_roles` VALUES (8, 'AP Officer', 'AP Officer', '512;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', 0);
1296 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', 0);
1297 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', 0);
1298
1299 ### Structure of table `0_shippers` ###
1300
1301 DROP TABLE IF EXISTS `0_shippers`;
1302
1303 CREATE TABLE `0_shippers` (
1304   `shipper_id` int(11) NOT NULL auto_increment,
1305   `shipper_name` varchar(60) NOT NULL default '',
1306   `phone` varchar(30) NOT NULL default '',
1307   `phone2` varchar(30) NOT NULL default '',
1308   `contact` tinytext NOT NULL,
1309   `address` tinytext NOT NULL,
1310   `inactive` tinyint(1) NOT NULL default '0',
1311   PRIMARY KEY  (`shipper_id`),
1312   UNIQUE KEY `name` (`shipper_name`)
1313 ) TYPE=MyISAM AUTO_INCREMENT=2 ;
1314
1315
1316 ### Data of table `0_shippers` ###
1317
1318 INSERT INTO `0_shippers` VALUES ('1', 'Default', '', '', '', '', '0');
1319
1320
1321 ### Structure of table `0_sql_trail` ###
1322
1323 DROP TABLE IF EXISTS `0_sql_trail`;
1324
1325 CREATE TABLE `0_sql_trail` (
1326   `id` int(11) unsigned NOT NULL auto_increment,
1327   `sql` text NOT NULL,
1328   `result` tinyint(1) NOT NULL,
1329   `msg` varchar(255) NOT NULL,
1330   PRIMARY KEY  (`id`)
1331 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
1332
1333
1334 ### Data of table `0_sql_trail` ###
1335
1336
1337
1338 ### Structure of table `0_stock_category` ###
1339
1340 DROP TABLE IF EXISTS `0_stock_category`;
1341
1342 CREATE TABLE `0_stock_category` (
1343   `category_id` int(11) NOT NULL auto_increment,
1344   `description` varchar(60) NOT NULL default '',
1345   `dflt_tax_type` int(11) NOT NULL default '1',
1346   `dflt_units` varchar(20) NOT NULL default 'each',
1347   `dflt_mb_flag` char(1) NOT NULL default 'B',
1348   `dflt_sales_act` varchar(11) NOT NULL default '',
1349   `dflt_cogs_act` varchar(11) NOT NULL default '',
1350   `dflt_inventory_act` varchar(11) NOT NULL default '',
1351   `dflt_adjustment_act` varchar(11) NOT NULL default '',
1352   `dflt_assembly_act` varchar(11) NOT NULL default '',
1353   `dflt_dim1` int(11) default NULL,
1354   `dflt_dim2` int(11) default NULL,
1355   `inactive` tinyint(1) NOT NULL default '0',
1356   `dflt_no_sale` tinyint(1) NOT NULL default '0',
1357   PRIMARY KEY  (`category_id`),
1358   UNIQUE KEY `description` (`description`)
1359 ) TYPE=MyISAM AUTO_INCREMENT=5 ;
1360
1361
1362 ### Data of table `0_stock_category` ###
1363
1364 INSERT INTO `0_stock_category` VALUES ('1', 'Components', '1', 'each', 'B', '4010', '5010', '1510', '5040', '1530', '0', '0', '0', '0');
1365 INSERT INTO `0_stock_category` VALUES ('2', 'Charges', '1', 'each', 'D', '4010', '5010', '1510', '5040', '1530', '0', '0', '0', '0');
1366 INSERT INTO `0_stock_category` VALUES ('3', 'Systems', '1', 'each', 'M', '4010', '5010', '1510', '5040', '1530', '0', '0', '0', '0');
1367 INSERT INTO `0_stock_category` VALUES ('4', 'Services', '1', 'hrs', 'D', '4010', '5010', '1510', '5040', '1530', '0', '0', '0', '0');
1368
1369
1370 ### Structure of table `0_stock_master` ###
1371
1372 DROP TABLE IF EXISTS `0_stock_master`;
1373
1374 CREATE TABLE `0_stock_master` (
1375   `stock_id` varchar(20) NOT NULL default '',
1376   `category_id` int(11) NOT NULL default '0',
1377   `tax_type_id` int(11) NOT NULL default '0',
1378   `description` varchar(200) NOT NULL default '',
1379   `long_description` tinytext NOT NULL,
1380   `units` varchar(20) NOT NULL default 'each',
1381   `mb_flag` char(1) NOT NULL default 'B',
1382   `sales_account` varchar(11) NOT NULL default '',
1383   `cogs_account` varchar(11) NOT NULL default '',
1384   `inventory_account` varchar(11) NOT NULL default '',
1385   `adjustment_account` varchar(11) NOT NULL default '',
1386   `assembly_account` varchar(11) NOT NULL default '',
1387   `dimension_id` int(11) default NULL,
1388   `dimension2_id` int(11) default NULL,
1389   `actual_cost` double NOT NULL default '0',
1390   `last_cost` double NOT NULL default '0',
1391   `material_cost` double NOT NULL default '0',
1392   `labour_cost` double NOT NULL default '0',
1393   `overhead_cost` double NOT NULL default '0',
1394   `inactive` tinyint(1) NOT NULL default '0',
1395   `no_sale` tinyint(1) NOT NULL default '0',
1396   `editable` tinyint(1) NOT NULL default '0',
1397   PRIMARY KEY  (`stock_id`)
1398 ) TYPE=InnoDB  ;
1399
1400
1401 ### Data of table `0_stock_master` ###
1402
1403
1404
1405 ### Structure of table `0_stock_moves` ###
1406
1407 DROP TABLE IF EXISTS `0_stock_moves`;
1408
1409 CREATE TABLE `0_stock_moves` (
1410   `trans_id` int(11) NOT NULL auto_increment,
1411   `trans_no` int(11) NOT NULL default '0',
1412   `stock_id` char(20) NOT NULL default '',
1413   `type` smallint(6) NOT NULL default '0',
1414   `loc_code` char(5) NOT NULL default '',
1415   `tran_date` date NOT NULL default '0000-00-00',
1416   `person_id` int(11) default NULL,
1417   `price` double NOT NULL default '0',
1418   `reference` char(40) NOT NULL default '',
1419   `qty` double NOT NULL default '1',
1420   `discount_percent` double NOT NULL default '0',
1421   `standard_cost` double NOT NULL default '0',
1422   `visible` tinyint(1) NOT NULL default '1',
1423   PRIMARY KEY  (`trans_id`),
1424   KEY `type` (`type`,`trans_no`),
1425   KEY `Move` (`stock_id`,`loc_code`, `tran_date`)
1426 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1427
1428
1429 ### Data of table `0_stock_moves` ###
1430
1431
1432
1433 ### Structure of table `0_supp_allocations` ###
1434
1435 DROP TABLE IF EXISTS `0_supp_allocations`;
1436
1437 CREATE TABLE `0_supp_allocations` (
1438   `id` int(11) NOT NULL auto_increment,
1439   `amt` double unsigned default NULL,
1440   `date_alloc` date NOT NULL default '0000-00-00',
1441   `trans_no_from` int(11) default NULL,
1442   `trans_type_from` int(11) default NULL,
1443   `trans_no_to` int(11) default NULL,
1444   `trans_type_to` int(11) default NULL,
1445   PRIMARY KEY  (`id`),
1446   KEY `From` (`trans_type_from`, `trans_no_from`),
1447   KEY `To` (`trans_type_to`, `trans_no_to`)
1448 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1449
1450
1451 ### Data of table `0_supp_allocations` ###
1452
1453
1454
1455 ### Structure of table `0_supp_invoice_items` ###
1456
1457 DROP TABLE IF EXISTS `0_supp_invoice_items`;
1458
1459 CREATE TABLE `0_supp_invoice_items` (
1460   `id` int(11) NOT NULL auto_increment,
1461   `supp_trans_no` int(11) default NULL,
1462   `supp_trans_type` int(11) default NULL,
1463   `gl_code` varchar(11) NOT NULL default '0',
1464   `grn_item_id` int(11) default NULL,
1465   `po_detail_item_id` int(11) default NULL,
1466   `stock_id` varchar(20) NOT NULL default '',
1467   `description` tinytext,
1468   `quantity` double NOT NULL default '0',
1469   `unit_price` double NOT NULL default '0',
1470   `unit_tax` double NOT NULL default '0',
1471   `memo_` tinytext,
1472   PRIMARY KEY  (`id`),
1473   KEY `Transaction` (`supp_trans_type`, `supp_trans_no`, `stock_id`)
1474 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1475
1476
1477 ### Data of table `0_supp_invoice_items` ###
1478
1479
1480
1481 ### Structure of table `0_supp_trans` ###
1482
1483 DROP TABLE IF EXISTS `0_supp_trans`;
1484
1485 CREATE TABLE `0_supp_trans` (
1486   `trans_no` int(11) unsigned NOT NULL default '0',
1487   `type` smallint(6) unsigned NOT NULL default '0',
1488   `supplier_id` int(11) unsigned default NULL,
1489   `reference` tinytext NOT NULL,
1490   `supp_reference` varchar(60) NOT NULL default '',
1491   `tran_date` date NOT NULL default '0000-00-00',
1492   `due_date` date NOT NULL default '0000-00-00',
1493   `ov_amount` double NOT NULL default '0',
1494   `ov_discount` double NOT NULL default '0',
1495   `ov_gst` double NOT NULL default '0',
1496   `rate` double NOT NULL default '1',
1497   `alloc` double NOT NULL default '0',
1498   PRIMARY KEY  (`type`, `trans_no`),
1499   KEY `supplier_id` (`supplier_id`),
1500   KEY `SupplierID_2` (`supplier_id`,`supp_reference`),
1501   KEY `type` (`type`),
1502   KEY (`tran_date`)
1503 ) TYPE=InnoDB  ;
1504
1505
1506 ### Data of table `0_supp_trans` ###
1507
1508
1509
1510 ### Structure of table `0_suppliers` ###
1511
1512 DROP TABLE IF EXISTS `0_suppliers`;
1513
1514 CREATE TABLE `0_suppliers` (
1515   `supplier_id` int(11) NOT NULL auto_increment,
1516   `supp_name` varchar(60) NOT NULL default '',
1517   `supp_ref` varchar(30) NOT NULL default '',
1518   `address` tinytext NOT NULL,
1519   `supp_address` tinytext NOT NULL,
1520   `phone` varchar(30) NOT NULL default '',
1521   `phone2` varchar(30) NOT NULL default '',
1522   `fax` varchar(30) NOT NULL default '',
1523   `gst_no` varchar(25) NOT NULL default '',
1524   `contact` varchar(60) NOT NULL default '',
1525   `supp_account_no` varchar(40) NOT NULL default '',
1526   `email` varchar(100) NOT NULL default '',
1527   `website` varchar(100) NOT NULL default '',
1528   `bank_account` varchar(60) NOT NULL default '',
1529   `curr_code` char(3) default NULL,
1530   `payment_terms` int(11) default NULL,
1531   `dimension_id` int(11) default '0',
1532   `dimension2_id` int(11) default '0',
1533   `tax_group_id` int(11) default NULL,
1534   `credit_limit` double NOT NULL default '0',
1535   `purchase_account` varchar(11) default NULL,
1536   `payable_account` varchar(11) default NULL,
1537   `payment_discount_account` varchar(11) default NULL,
1538   `notes` tinytext NOT NULL,
1539   `inactive` tinyint(1) NOT NULL default '0',
1540   PRIMARY KEY  (`supplier_id`),
1541   KEY (`supp_ref`)
1542 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
1543
1544
1545 ### Data of table `0_suppliers` ###
1546
1547
1548 ### Structure of table `0_sys_prefs` ###
1549
1550 DROP TABLE IF EXISTS `0_sys_prefs`;
1551
1552 CREATE TABLE `0_sys_prefs` (
1553   `name` varchar(35) NOT NULL default '',
1554   `category` varchar(30) default NULL,
1555   `type` varchar(20) NOT NULL default 'varchar',
1556   `length` smallint(6) default NULL,
1557   `value` tinytext,
1558   PRIMARY KEY  (`name`),
1559   KEY `category` (`category`)
1560 ) TYPE=MyISAM;
1561
1562
1563 ### Data of table `0_sys_prefs` ###
1564
1565 INSERT INTO `0_sys_prefs` VALUES ('coy_name', 'setup.company', 'varchar', '60', 'Company name');
1566 INSERT INTO `0_sys_prefs` VALUES ('gst_no', 'setup.company', 'varchar', '25', NULL);
1567 INSERT INTO `0_sys_prefs` VALUES ('coy_no', 'setup.company', 'varchar', '25', NULL);
1568 INSERT INTO `0_sys_prefs` VALUES ('tax_prd', 'setup.company', 'int', '11', '1');
1569 INSERT INTO `0_sys_prefs` VALUES ('tax_last', 'setup.company', 'int', '11', '1');
1570 INSERT INTO `0_sys_prefs` VALUES ('postal_address', 'setup.company', 'tinytext', '0', 'N/A');
1571 INSERT INTO `0_sys_prefs` VALUES ('phone', 'setup.company', 'varchar', '30', NULL);
1572 INSERT INTO `0_sys_prefs` VALUES ('fax', 'setup.company', 'varchar', '30', NULL);
1573 INSERT INTO `0_sys_prefs` VALUES ('email', 'setup.company', 'varchar', '100', NULL);
1574 INSERT INTO `0_sys_prefs` VALUES ('coy_logo', 'setup.company', 'varchar', '100', NULL);
1575 INSERT INTO `0_sys_prefs` VALUES ('domicile', 'setup.company', 'varchar', '55', NULL);
1576 INSERT INTO `0_sys_prefs` VALUES ('curr_default', 'setup.company', 'char', '3', 'USD');
1577 INSERT INTO `0_sys_prefs` VALUES ('use_dimension', 'setup.company', 'tinyint', '1', '1');
1578 INSERT INTO `0_sys_prefs` VALUES ('f_year', 'setup.company', 'int', '11', '1');
1579 INSERT INTO `0_sys_prefs` VALUES ('no_item_list', 'setup.company', 'tinyint', '1', '0');
1580 INSERT INTO `0_sys_prefs` VALUES ('no_customer_list', 'setup.company', 'tinyint', '1', '0');
1581 INSERT INTO `0_sys_prefs` VALUES ('no_supplier_list', 'setup.company', 'tinyint', '1', '0');
1582 INSERT INTO `0_sys_prefs` VALUES ('base_sales', 'setup.company', 'int', '11', '1');
1583 INSERT INTO `0_sys_prefs` VALUES ('time_zone', 'setup.company', 'tinyint', '1', '0');
1584 INSERT INTO `0_sys_prefs` VALUES ('add_pct', 'setup.company', 'int', '5', '-1');
1585 INSERT INTO `0_sys_prefs` VALUES ('round_to', 'setup.company', 'int', '5', '1');
1586 INSERT INTO `0_sys_prefs` VALUES ('login_tout', 'setup.company', 'smallint', '6', '600');
1587 INSERT INTO `0_sys_prefs` VALUES ('past_due_days', 'glsetup.general', 'int', '11', '30');
1588 INSERT INTO `0_sys_prefs` VALUES ('profit_loss_year_act', 'glsetup.general', 'varchar', '11', '9990');
1589 INSERT INTO `0_sys_prefs` VALUES ('retained_earnings_act', 'glsetup.general', 'varchar', '11', '3590');
1590 INSERT INTO `0_sys_prefs` VALUES ('bank_charge_act', 'glsetup.general', 'varchar', '11', '5690');
1591 INSERT INTO `0_sys_prefs` VALUES ('exchange_diff_act', 'glsetup.general', 'varchar', '11', '4450');
1592 INSERT INTO `0_sys_prefs` VALUES ('default_credit_limit', 'glsetup.customer', 'int', '11', '1000');
1593 INSERT INTO `0_sys_prefs` VALUES ('accumulate_shipping', 'glsetup.customer', 'tinyint', '1', '0');
1594 INSERT INTO `0_sys_prefs` VALUES ('legal_text', 'glsetup.customer', 'tinytext', '0', NULL);
1595 INSERT INTO `0_sys_prefs` VALUES ('freight_act', 'glsetup.customer', 'varchar', '11', '4430');
1596 INSERT INTO `0_sys_prefs` VALUES ('debtors_act', 'glsetup.sales', 'varchar', '11', '1200');
1597 INSERT INTO `0_sys_prefs` VALUES ('default_sales_act', 'glsetup.sales', 'varchar', '11', '4010');
1598 INSERT INTO `0_sys_prefs` VALUES ('default_sales_discount_act', 'glsetup.sales', 'varchar', '11', '4510');
1599 INSERT INTO `0_sys_prefs` VALUES ('default_prompt_payment_act', 'glsetup.sales', 'varchar', '11', '4500');
1600 INSERT INTO `0_sys_prefs` VALUES ('default_delivery_required', 'glsetup.sales', 'smallint', '6', '1');
1601 INSERT INTO `0_sys_prefs` VALUES ('default_dim_required', 'glsetup.dims', 'int', '11', '20');
1602 INSERT INTO `0_sys_prefs` VALUES ('pyt_discount_act', 'glsetup.purchase', 'varchar', '11', '5060');
1603 INSERT INTO `0_sys_prefs` VALUES ('creditors_act', 'glsetup.purchase', 'varchar', '11', '2100');
1604 INSERT INTO `0_sys_prefs` VALUES ('po_over_receive', 'glsetup.purchase', 'int', '11', '10');
1605 INSERT INTO `0_sys_prefs` VALUES ('po_over_charge', 'glsetup.purchase', 'int', '11', '10');
1606 INSERT INTO `0_sys_prefs` VALUES ('allow_negative_stock', 'glsetup.inventory', 'tinyint', '1', '0');
1607 INSERT INTO `0_sys_prefs` VALUES ('default_inventory_act', 'glsetup.items', 'varchar', '11', '1510');
1608 INSERT INTO `0_sys_prefs` VALUES ('default_cogs_act', 'glsetup.items', 'varchar', '11', '5010');
1609 INSERT INTO `0_sys_prefs` VALUES ('default_adj_act', 'glsetup.items', 'varchar', '11', '5040');
1610 INSERT INTO `0_sys_prefs` VALUES ('default_inv_sales_act', 'glsetup.items', 'varchar', '11', '4010');
1611 INSERT INTO `0_sys_prefs` VALUES ('default_assembly_act', 'glsetup.items', 'varchar', '11', '1530');
1612 INSERT INTO `0_sys_prefs` VALUES ('default_workorder_required', 'glsetup.manuf', 'int', '11', '20');
1613 INSERT INTO `0_sys_prefs` VALUES ('version_id', 'system', 'varchar', '11', '2.3');
1614
1615
1616 ### Structure of table `0_sys_types` ###
1617
1618 DROP TABLE IF EXISTS `0_sys_types`;
1619
1620 CREATE TABLE `0_sys_types` (
1621   `type_id` smallint(6) NOT NULL default '0',
1622   `type_no` int(11) NOT NULL default '1',
1623   `next_reference` varchar(100) NOT NULL default '',
1624   PRIMARY KEY  (`type_id`)
1625 ) TYPE=InnoDB  ;
1626
1627
1628 ### Data of table `0_sys_types` ###
1629
1630 INSERT INTO `0_sys_types` VALUES ('0', '17', '1');
1631 INSERT INTO `0_sys_types` VALUES ('1', '7', '1');
1632 INSERT INTO `0_sys_types` VALUES ('2', '4', '1');
1633 INSERT INTO `0_sys_types` VALUES ('4', '3', '1');
1634 INSERT INTO `0_sys_types` VALUES ('10', '16', '1');
1635 INSERT INTO `0_sys_types` VALUES ('11', '2', '1');
1636 INSERT INTO `0_sys_types` VALUES ('12', '6', '1');
1637 INSERT INTO `0_sys_types` VALUES ('13', '1', '1');
1638 INSERT INTO `0_sys_types` VALUES ('16', '2', '1');
1639 INSERT INTO `0_sys_types` VALUES ('17', '2', '1');
1640 INSERT INTO `0_sys_types` VALUES ('18', '1', '1');
1641 INSERT INTO `0_sys_types` VALUES ('20', '6', '1');
1642 INSERT INTO `0_sys_types` VALUES ('21', '1', '1');
1643 INSERT INTO `0_sys_types` VALUES ('22', '3', '1');
1644 INSERT INTO `0_sys_types` VALUES ('25', '1', '1');
1645 INSERT INTO `0_sys_types` VALUES ('26', '1', '1');
1646 INSERT INTO `0_sys_types` VALUES ('28', '1', '1');
1647 INSERT INTO `0_sys_types` VALUES ('29', '1', '1');
1648 INSERT INTO `0_sys_types` VALUES ('30', '0', '1');
1649 INSERT INTO `0_sys_types` VALUES ('32', '0', '1');
1650 INSERT INTO `0_sys_types` VALUES ('35', '1', '1');
1651 INSERT INTO `0_sys_types` VALUES ('40', '1', '1');
1652
1653
1654 ### Structure of table `0_tax_group_items` ###
1655
1656 DROP TABLE IF EXISTS `0_tax_group_items`;
1657
1658 CREATE TABLE `0_tax_group_items` (
1659   `tax_group_id` int(11) NOT NULL default '0',
1660   `tax_type_id` int(11) NOT NULL default '0',
1661   `rate` double NOT NULL default '0',
1662   PRIMARY KEY  (`tax_group_id`,`tax_type_id`)
1663 ) TYPE=InnoDB  ;
1664
1665
1666 ### Data of table `0_tax_group_items` ###
1667
1668 INSERT INTO `0_tax_group_items` VALUES ('1', '1', '5');
1669
1670
1671 ### Structure of table `0_tax_groups` ###
1672
1673 DROP TABLE IF EXISTS `0_tax_groups`;
1674
1675 CREATE TABLE `0_tax_groups` (
1676   `id` int(11) NOT NULL auto_increment,
1677   `name` varchar(60) NOT NULL default '',
1678   `tax_shipping` tinyint(1) NOT NULL default '0',
1679   `inactive` tinyint(1) NOT NULL default '0',
1680   PRIMARY KEY  (`id`),
1681   UNIQUE KEY `name` (`name`)
1682 ) TYPE=InnoDB AUTO_INCREMENT=3 ;
1683
1684
1685 ### Data of table `0_tax_groups` ###
1686
1687 INSERT INTO `0_tax_groups` VALUES ('1', 'Tax', '0', '0');
1688 INSERT INTO `0_tax_groups` VALUES ('2', 'Tax Exempt', '0', '0');
1689
1690
1691 ### Structure of table `0_tax_types` ###
1692
1693 DROP TABLE IF EXISTS `0_tax_types`;
1694
1695 CREATE TABLE `0_tax_types` (
1696   `id` int(11) NOT NULL auto_increment,
1697   `rate` double NOT NULL default '0',
1698   `sales_gl_code` varchar(11) NOT NULL default '',
1699   `purchasing_gl_code` varchar(11) NOT NULL default '',
1700   `name` varchar(60) NOT NULL default '',
1701   `inactive` tinyint(1) NOT NULL default '0',
1702   PRIMARY KEY  (`id`)
1703 ) TYPE=InnoDB AUTO_INCREMENT=2 ;
1704
1705
1706 ### Data of table `0_tax_types` ###
1707
1708 INSERT INTO `0_tax_types` VALUES ('1', '5', '2150', '2145', 'Tax', '0');
1709
1710
1711 ### Structure of table `0_trans_tax_details` ###
1712
1713 DROP TABLE IF EXISTS `0_trans_tax_details`;
1714
1715 CREATE TABLE `0_trans_tax_details` (
1716   `id` int(11) NOT NULL auto_increment,
1717   `trans_type` smallint(6) default NULL,
1718   `trans_no` int(11) default NULL,
1719   `tran_date` date NOT NULL,
1720   `tax_type_id` int(11) NOT NULL default '0',
1721   `rate` double NOT NULL default '0',
1722   `ex_rate` double NOT NULL default '1',
1723   `included_in_price` tinyint(1) NOT NULL default '0',
1724   `net_amount` double NOT NULL default '0',
1725   `amount` double NOT NULL default '0',
1726   `memo` tinytext,
1727   PRIMARY KEY  (`id`),
1728   KEY `Type_and_Number` (`trans_type`,`trans_no`),
1729   KEY (`tran_date`)
1730 ) TYPE=InnoDB AUTO_INCREMENT=1 ;
1731
1732
1733 ### Data of table `0_trans_tax_details` ###
1734
1735
1736
1737 ### Structure of table `0_users` ###
1738
1739 DROP TABLE IF EXISTS `0_users`;
1740
1741 CREATE TABLE `0_users` (
1742   `id` SMALLINT(6) AUTO_INCREMENT,
1743   `user_id` varchar(60) NOT NULL default '',
1744   `password` varchar(100) NOT NULL default '',
1745   `real_name` varchar(100) NOT NULL default '',
1746   `role_id` int(11) NOT NULL default '1',
1747   `phone` varchar(30) NOT NULL default '',
1748   `email` varchar(100) default NULL,
1749   `language` varchar(20) default NULL,
1750   `date_format` tinyint(1) NOT NULL default '0',
1751   `date_sep` tinyint(1) NOT NULL default '0',
1752   `tho_sep` tinyint(1) NOT NULL default '0',
1753   `dec_sep` tinyint(1) NOT NULL default '0',
1754   `theme` varchar(20) NOT NULL default 'default',
1755   `page_size` varchar(20) NOT NULL default 'A4',
1756   `prices_dec` smallint(6) NOT NULL default '2',
1757   `qty_dec` smallint(6) NOT NULL default '2',
1758   `rates_dec` smallint(6) NOT NULL default '4',
1759   `percent_dec` smallint(6) NOT NULL default '1',
1760   `show_gl` tinyint(1) NOT NULL default '1',
1761   `show_codes` tinyint(1) NOT NULL default '0',
1762   `show_hints` tinyint(1) NOT NULL default '0',
1763   `last_visit_date` datetime default NULL,
1764   `query_size` tinyint(1) default '10',
1765   `graphic_links` tinyint(1) default '1',
1766   `pos` smallint(6) default '1',
1767   `print_profile` varchar(30) NOT NULL default '1',
1768   `rep_popup` tinyint(1) default '1',
1769   `sticky_doc_date` tinyint(1) default '0',
1770   `startup_tab` varchar(20) NOT NULL default '',
1771   `inactive` tinyint(1) NOT NULL default '0',
1772   PRIMARY KEY  (`id`),
1773   UNIQUE KEY  (`user_id`)
1774 ) TYPE=MyISAM  AUTO_INCREMENT=2;
1775
1776
1777 ### Data of table `0_users` ###
1778
1779 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', '2008-04-04 12:34:29', '10', '1', '1', '1', '1', '0', 'orders', '0');
1780
1781 ### Structure of table `0_voided` ###
1782
1783 DROP TABLE IF EXISTS `0_voided`;
1784
1785 CREATE TABLE `0_voided` (
1786   `type` int(11) NOT NULL default '0',
1787   `id` int(11) NOT NULL default '0',
1788   `date_` date NOT NULL default '0000-00-00',
1789   `memo_` tinytext NOT NULL,
1790   UNIQUE KEY `id` (`type`,`id`)
1791 ) TYPE=InnoDB  ;
1792
1793
1794 ### Data of table `0_voided` ###
1795
1796
1797
1798 ### Structure of table `0_wo_issue_items` ###
1799
1800 DROP TABLE IF EXISTS `0_wo_issue_items`;
1801
1802 CREATE TABLE `0_wo_issue_items` (
1803   `id` int(11) NOT NULL auto_increment,
1804   `stock_id` varchar(40) default NULL,
1805   `issue_id` int(11) default NULL,
1806   `qty_issued` double default NULL,
1807   PRIMARY KEY  (`id`)
1808 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1809
1810
1811 ### Data of table `0_wo_issue_items` ###
1812
1813
1814
1815 ### Structure of table `0_wo_issues` ###
1816
1817 DROP TABLE IF EXISTS `0_wo_issues`;
1818
1819 CREATE TABLE `0_wo_issues` (
1820   `issue_no` int(11) NOT NULL auto_increment,
1821   `workorder_id` int(11) NOT NULL default '0',
1822   `reference` varchar(100) default NULL,
1823   `issue_date` date default NULL,
1824   `loc_code` varchar(5) default NULL,
1825   `workcentre_id` int(11) default NULL,
1826   PRIMARY KEY  (`issue_no`),
1827   KEY (`workorder_id`)
1828 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1829
1830
1831 ### Data of table `0_wo_issues` ###
1832
1833
1834
1835 ### Structure of table `0_wo_manufacture` ###
1836
1837 DROP TABLE IF EXISTS `0_wo_manufacture`;
1838
1839 CREATE TABLE `0_wo_manufacture` (
1840   `id` int(11) NOT NULL auto_increment,
1841   `reference` varchar(100) default NULL,
1842   `workorder_id` int(11) NOT NULL default '0',
1843   `quantity` double NOT NULL default '0',
1844   `date_` date NOT NULL default '0000-00-00',
1845   PRIMARY KEY  (`id`),
1846   KEY (`workorder_id`)
1847 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1848
1849
1850 ### Data of table `0_wo_manufacture` ###
1851
1852
1853
1854 ### Structure of table `0_wo_requirements` ###
1855
1856 DROP TABLE IF EXISTS `0_wo_requirements`;
1857
1858 CREATE TABLE `0_wo_requirements` (
1859   `id` int(11) NOT NULL auto_increment,
1860   `workorder_id` int(11) NOT NULL default '0',
1861   `stock_id` char(20) NOT NULL default '',
1862   `workcentre` int(11) NOT NULL default '0',
1863   `units_req` double NOT NULL default '1',
1864   `std_cost` double NOT NULL default '0',
1865   `loc_code` char(5) NOT NULL default '',
1866   `units_issued` double NOT NULL default '0',
1867   PRIMARY KEY  (`id`),
1868   KEY (`workorder_id`)
1869 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1870
1871
1872 ### Data of table `0_wo_requirements` ###
1873
1874
1875
1876 ### Structure of table `0_workcentres` ###
1877
1878 DROP TABLE IF EXISTS `0_workcentres`;
1879
1880 CREATE TABLE `0_workcentres` (
1881   `id` int(11) NOT NULL auto_increment,
1882   `name` char(40) NOT NULL default '',
1883   `description` char(50) NOT NULL default '',
1884   `inactive` tinyint(1) NOT NULL default '0',
1885   PRIMARY KEY  (`id`),
1886   UNIQUE KEY `name` (`name`)
1887 ) TYPE=MyISAM  AUTO_INCREMENT=1 ;
1888
1889
1890 ### Data of table `0_workcentres` ###
1891
1892
1893
1894 ### Structure of table `0_workorders` ###
1895
1896 DROP TABLE IF EXISTS `0_workorders`;
1897
1898 CREATE TABLE `0_workorders` (
1899   `id` int(11) NOT NULL auto_increment,
1900   `wo_ref` varchar(60) NOT NULL default '',
1901   `loc_code` varchar(5) NOT NULL default '',
1902   `units_reqd` double NOT NULL default '1',
1903   `stock_id` varchar(20) NOT NULL default '',
1904   `date_` date NOT NULL default '0000-00-00',
1905   `type` tinyint(4) NOT NULL default '0',
1906   `required_by` date NOT NULL default '0000-00-00',
1907   `released_date` date NOT NULL default '0000-00-00',
1908   `units_issued` double NOT NULL default '0',
1909   `closed` tinyint(1) NOT NULL default '0',
1910   `released` tinyint(1) NOT NULL default '0',
1911   `additional_costs` double NOT NULL default '0',
1912   PRIMARY KEY  (`id`),
1913   UNIQUE KEY `wo_ref` (`wo_ref`)
1914 ) TYPE=InnoDB  AUTO_INCREMENT=1 ;
1915
1916
1917 ### Data of table `0_workorders` ###
1918
1919
1920
1921 ### Structure of table `0_tags` ###
1922
1923 DROP TABLE IF EXISTS `0_tags`;
1924
1925 CREATE TABLE `0_tags` (
1926   `id` int(11) NOT NULL auto_increment,
1927   `type` smallint(6) NOT NULL,
1928   `name` varchar(30) NOT NULL,
1929   `description` varchar(60) default NULL,
1930   `inactive` tinyint(1) NOT NULL default '0',
1931   PRIMARY KEY  (`id`),
1932   UNIQUE KEY(`type`,`name`)
1933 ) TYPE=MyISAM AUTO_INCREMENT=1;
1934
1935
1936 ### Data of table `0_chart_tags` ###
1937
1938
1939
1940 ### Structure of table `0_tag_associations` ###
1941
1942 DROP TABLE IF EXISTS `0_tag_associations`;
1943
1944 CREATE TABLE `0_tag_associations` (
1945   `record_id` varchar(11) NOT NULL,
1946   `tag_id` int(11) NOT NULL,
1947   UNIQUE KEY(`record_id`,`tag_id`)
1948 ) TYPE=MyISAM;
1949
1950
1951 ### Data of table `0_tag_associations` ###
1952
1953 DROP TABLE IF EXISTS `0_useronline` ;
1954
1955 CREATE TABLE `0_useronline` (
1956         `id` int(11) NOT NULL AUTO_INCREMENT ,
1957         `timestamp` int(15) NOT NULL default '0',
1958         `ip` varchar(40) NOT NULL default '',
1959         `file` varchar(100) NOT NULL default '',
1960         PRIMARY KEY `id` (`id`) ,
1961         KEY (`timestamp`),
1962         KEY(`ip`)
1963 ) TYPE=MYISAM AUTO_INCREMENT=1;
1964