Closet Maid import

The Closet Maid import module allows you to import XML files from Closet Maid directly into Cienapps.

 

Open the import window (Menu → Sales → CAD/CAM Import) then select Closet Maid as the import type. Afterwards, you have to choose the file and then click on the "Import File" button.

Here is the necessary information to import Closet Maid to Cienapps

The following fields must be filled in for the products to be imported:

  • Description : Product code

  • Part number : Material code

  • # of Items in Design : The quantity for the imported products and materials. This value must be greater than zero in order for the product and materials to be imported

  • Cut Width (optional) : This field is used to import the product and the material. In the case of the product, this field represents the width. In the case of the material, this field is used to calculate the quantity ( Quantity * CutWidth / 12 )

All other fields are optional on import, but each cell must be contained in the row.

<?xml version="1.0" encoding="UTF-8"?> <Workbook> <o:DocumentProperties></o:DocumentProperties> <Styles></Styles> <Worksheet> <Table> <Column /> <Column /> <Row> <Cell><Data>Description</Data></Cell> <Cell><Data>Part Number</Data></Cell> <Cell><Data># of Items in Design</Data></Cell> <Cell><Data># of Packages</Data>/Cell> <Cell><Data># of Items in Pkgs</Data><Cell> <Cell><Data>Cut Width</Data></Cell> <Cell><Data>Cut Height</Data></Cell> <Cell><Data>Cut Depth</Data></Cell> <Cell><Data>Cut Height 2</Data></Cell> <Cell><Data>Material Charge</Data></Cell> <Cell><Data>Labor Charge</Data></Cell> <Cell><Data>Total Charge</Data></Cell> </Row> </Table> </Worksheet> </Workbook>

Â