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