PIVP#81074 -- Aanpassing Exact ruimte exports
svn path=/Customer/trunk/; revision=62649
This commit is contained in:
@@ -4268,15 +4268,15 @@ BEGIN
|
||||
pivp.add_xml_row (v_bestand, '<Item code="'||rec.ruimte_nr||'" TYPE="'||rec.ruimte_type_verhuur||'" searchcode="'||rec.ruimte_nr||'">');
|
||||
pivp.add_xml_element (v_bestand, 'Description', rec.ruimte_nr);
|
||||
pivp.add_xml_row (v_bestand, '<Assortment number="4001" code="4001"/>');
|
||||
-- pivp.add_xml_row (v_bestand, '<GLRevenue code="90199" side="C" type="W" subtype="J">');
|
||||
-- pivp.add_xml_row (v_bestand, '<Description>Opbrengst diversen 21%</Description>');
|
||||
-- pivp.add_xml_row (v_bestand, '</GLRevenue>');
|
||||
-- pivp.add_xml_row (v_bestand, '<GLCosts code="70006" side="D" type="W" subtype="K">');
|
||||
-- pivp.add_xml_row (v_bestand, '<Description>Kostprijs verkopen</Description>');
|
||||
-- pivp.add_xml_row (v_bestand, '</GLCosts>');
|
||||
-- pivp.add_xml_row (v_bestand, '<GLPurchase code="41429" side="D" type="W" subtype="K">');
|
||||
-- pivp.add_xml_row (v_bestand, '<Description>Asset Management</Description>');
|
||||
-- pivp.add_xml_row (v_bestand, '</GLPurchase>');
|
||||
pivp.add_xml_row (v_bestand, '<GLRevenue code="90199" side="C" type="W" subtype="J">');
|
||||
pivp.add_xml_row (v_bestand, '<Description>Opbrengst diversen 21%</Description>');
|
||||
pivp.add_xml_row (v_bestand, '</GLRevenue>');
|
||||
pivp.add_xml_row (v_bestand, '<GLCosts code="70006" side="D" type="W" subtype="K">');
|
||||
pivp.add_xml_row (v_bestand, '<Description>Kostprijs verkopen</Description>');
|
||||
pivp.add_xml_row (v_bestand, '</GLCosts>');
|
||||
pivp.add_xml_row (v_bestand, '<GLPurchase code="41429" side="D" type="W" subtype="K">');
|
||||
pivp.add_xml_row (v_bestand, '<Description>Asset Management</Description>');
|
||||
pivp.add_xml_row (v_bestand, '</GLPurchase>');
|
||||
|
||||
pivp.add_xml_row (v_bestand, '<FreeFields>');
|
||||
pivp.add_xml_row (v_bestand, '<FreeNumbers>');
|
||||
|
||||
Reference in New Issue
Block a user