Ejemplo n.º 1
0
            <div class="moduleTab" title="general">
                <fieldset>
                    <legend>general</legend>

                    <p class="big"><?php 
$theform->showField("application_name");
?>
</p>

                    <p class="notes">
                        <strong>Example:</strong> Replace this with your company name + BMS (e.g. "Kreotek BMS").  Replacing
                        the application name will reset the session cookie, and require you to log in again.
                    </p>

                    <p><?php 
$theform->showfield("application_uuid");
?>
</p>
                    <p><?php 
$theform->showfield("auto_check_update");
?>
</p>
                    <p><?php 
$theform->showfield("send_metrics");
?>
                        <br/>
                        <span class="notes">
                            These metrics are general metrics about your bms.
                        </span>
                    </p>
                    <p><?php 
Ejemplo n.º 2
0
?>
</p>

                    <p><?php 
$theform->showField("unitofmeasure");
?>
</p>

                </fieldset>

		<fieldset>
			<legend>shipping</legend>
			<p>
				<label for="packagesperitem">items per package <span class="notes">(number of product items that can fit in a shipping package)</span></label><br />
				<?php 
$theform->showfield("packagesperitem");
?>
			</p>

			<p><?php 
$theform->showfield("isprepackaged");
?>
 <span class="notes">(product is not packed with any other product)</span></p>

			<p><?php 
$theform->showfield("isoversized");
?>
 <span class="notes">(product must be delivered in a box designated as oversized for shipping purposes)</span></p>

                </fieldset>
Ejemplo n.º 3
0
?>
 <label for="times">time(s)</label>
					</span>
					<span id="ondateSpan" style="display:none">
						<?php 
$theform->showField("until");
?>
					</span>
				</p>
			</fieldset>

			<fieldset>
				<legend>New Order Options</legend>

				<p><?php 
$theform->showfield("includepaymenttype");
?>
</p>

				<p><?php 
$thetable->showStatusDropDown($therecord["statusid"]);
?>
</p>

				<div class="fauxP"><?php 
$theform->showField("assignedtoid");
?>
</div>


				<p><?php 
Ejemplo n.º 4
0
                        include folder.
                    </p>
                    <p><?php 
$theform->showField("acName");
?>
</p>
                </div>
                <?php 
if (moduleExists("mod:b2d42220-443b-fe74-dbdb-ed2c0968c38c", $phpbms->modules)) {
    ?>
                    <div id="apiNote">
                        <p class="notes">
                            API stuff.
                        </p>
                        <p><?php 
    $theform->showfield("pushrecordid");
    ?>
</p>
                    </div>
                <?php 
}
//end if
?>

				<p><?php 
$theform->showField("acOption");
?>
</p>

				<p><?php 
$theform->showField("needselect");
Ejemplo n.º 5
0
echo $therecord["type"];
?>
"/>
				</p>

				<p>
					<label for="ponumber">client PO#</label>
					<br />
					<input name="ponumber" id="ponumber" type="text" value="<?php 
echo htmlQuotes($therecord["ponumber"]);
?>
" size="11" maxlength="64"/>
				</p>

				<p><?php 
$theform->showfield("iscreditmemo");
?>
</p>

				<?php 
$style = "display:none;";
if ($therecord["iscreditmemo"] && $therecord["cmuuid"]) {
    $style = "display:block;";
}
?>
				<p id="cmidP" style="<?php 
echo $style;
?>
">
					<?php 
$theform->showfield("cmid");
Ejemplo n.º 6
0
$theform->jsMerge();
//==============================================================
//End Form Elements
$pageTitle = "Push Record";
include "header.php";
?>
<div class="bodyline">
	<?php 
$theform->startForm($pageTitle);
?>

    <div id="fsAttributes">
        <fieldset>
            <legend>attributes</legend>
                <p><?php 
$theform->showfield("originuuid");
?>
</p>
                
                <p>
                    <?php 
$theform->showfield("usecustomdestuuid");
?>
                </p>
                <p>
                    <span id="destuuidspan">
                        <?php 
$theform->showfield("destuuid");
?>
                    </span>
                    <span id="customdestuuidspan">