source: main/waeup.ikoba/trunk/src/waeup/ikoba/customers/tests/sample_contract_data.csv @ 12593

Last change on this file since 12593 was 12580, checked in by Henrik Bettermann, 10 years ago

Title must be stored with the contract. Otherwise no title will be displayed if product is removed.

File size: 421 bytes
Line 
1class_name,contract_id,reg_number,product_object,document_object,product_options,tc_dict,title
2SampleContract,c3,1,SAM,DOC1,"[('Base Fee', '800.6', 'USD')]",{'en':'Hello World'},Nice Contract
3SampleContract,c4,2,SAM,DOC1,[],{},
4SampleContract,c5,3,SAM,DOC1,[],{},
5SampleContract,,1,SAM,DOC1,[],{},
6SampleContract,c5,2,SAM,DOC1,[],{},
7SampleContract,c6,3,SAM,NONEXISTENT,[],{},
8SampleContract,c7,3,NONEXISTENT,DOC1,[],{},
Note: See TracBrowser for help on using the repository browser.