X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sql%2Fen_US-demo.sql;h=f9932181276f87f346ab6b670fa5a90891dfdfc9;hb=eefe5267ed97b38ac66179141994fc8c9dd09ea8;hp=18b697078f0c262a13d542eefd57b238aa55cb78;hpb=4deaa6ba6e084655989c30cfb7d9dd307408c7dc;p=fa-stable.git diff --git a/sql/en_US-demo.sql b/sql/en_US-demo.sql index 18b69707..f9932181 100644 --- a/sql/en_US-demo.sql +++ b/sql/en_US-demo.sql @@ -149,6 +149,7 @@ CREATE TABLE `0_bank_trans` ( `ref` varchar(40) DEFAULT NULL, `trans_date` date NOT NULL DEFAULT '0000-00-00', `amount` double DEFAULT NULL, + `charge` double DEFAULT NULL, `dimension_id` int(11) NOT NULL DEFAULT '0', `dimension2_id` int(11) NOT NULL DEFAULT '0', `person_type_id` int(11) NOT NULL DEFAULT '0', @@ -164,11 +165,11 @@ CREATE TABLE `0_bank_trans` ( -- Data of table `0_bank_trans` -- INSERT INTO `0_bank_trans` VALUES -('1', '12', '1', '2', '001/2018', '2018-05-10', '6240', '0', '0', '2', '1', NULL), -('2', '12', '2', '2', '002/2018', '2018-05-07', '300', '0', '0', '2', '1', NULL), -('3', '12', '3', '2', '003/2018', '2018-05-07', '0', '0', '0', '2', '1', NULL), -('4', '1', '1', '1', '001/2018', '2018-05-07', '-5', '0', '0', '0', 'Goods received', NULL), -('5', '12', '4', '2', '001/2019', '2019-01-21', '1250', '0', '0', '2', '1', NULL); +('1', '12', '1', '2', '001/2018', '2018-05-10', '6240', '0', '0', '0', '2', '1', NULL), +('2', '12', '2', '2', '002/2018', '2018-05-07', '300', '0', '0', '0', '2', '1', NULL), +('3', '12', '3', '2', '003/2018', '2018-05-07', '0', '0', '0', '0', '2', '1', NULL), +('4', '1', '1', '1', '001/2018', '2018-05-07', '-5', '0', '0', '0', '0', 'Goods received', NULL), +('5', '12', '4', '2', '001/2019', '2019-01-21', '1250', '0', '0', '0', '2', '1', NULL); -- Structure of table `0_bom` --