jen
01/03/2024, 7:43 PMscottvonduhn
01/03/2024, 8:19 PMcreece
01/03/2024, 8:20 PMscottvonduhn
01/03/2024, 8:22 PMjen
01/03/2024, 8:36 PMSam-I-Am
01/03/2024, 8:48 PMSam-I-Am
01/03/2024, 8:50 PMjen
01/03/2024, 9:47 PMSam-I-Am
01/03/2024, 11:07 PMSam-I-Am
01/03/2024, 11:08 PMjen
01/03/2024, 11:21 PMcreece
01/04/2024, 1:54 AMAnnabel
01/04/2024, 2:03 PMjen
01/04/2024, 4:31 PMSam-I-Am
01/04/2024, 4:33 PMTimothy Wong
01/04/2024, 5:20 PMcreece
01/04/2024, 6:33 PMjen
01/04/2024, 7:27 PMcreece
01/04/2024, 7:55 PMjen
01/04/2024, 9:26 PMjen
01/04/2024, 9:26 PMmichoel
01/08/2024, 12:00 AM<#include>
the appropriate template based on the subsidiary. This is what we have done for statements:
<?xml version="1.0"?><!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd">
<!-- Entry point for statements for all Carsales subsidiaries that use native NetSuite statements (i.e do not use invoice consolidation). The actual statement templates are stored as files in the File Cabinet, and the appropriate template is included based on the customer's subsidiary. This is done so that there can be a single form set as the default, because NetSuite does not allow selecting the statement form on Bulk Merges, Email screen or workflows -->
<!-- 47 Appraisal Solutions Pty Ltd -->
<#if subsidiary.id = "86">
<#include "6119773">
<!-- 320 Chileautos SpA -->
<#elseif subsidiary.id = "36">
<#include "6119873">
<!-- 44 Redbook Inspect Pty Ltd -->
<#elseif subsidiary.id = "28">
<#include "6119973">
<!-- 41 Tyresales Pty Ltd -->
<#elseif subsidiary.id = "9">
<#include "6119974">
<#else>
<pdf>
<head></head>
<body>
<p>This subsidiary has not been configured for statements.</p>
</body>
</pdf>
</#if>
jen
01/08/2024, 3:40 PM