Differences between revisions 3 and 4
Revision 3 as of 2007-09-06 06:34:12
Size: 1611
Editor: DannyCheung
Comment:
Revision 4 as of 2007-09-06 06:39:28
Size: 1974
Editor: DannyCheung
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
 login root         login root
Line 20: Line 20:
        macdef  init
  cd /creative
        macdef         init
                cd /creative
Line 23: Line 23:
 login  polling
 password  mushroom
 macdef  init
  cd /u/cc/edi/outgoing}}}
        login           polling
        password        mushroom
        macdef          init
                cd /u/cc/edi/outgoing}}}
Line 31: Line 31:
  * Setup overlay printers   * Setup cash drawers as printers
  * Setup/check
overlay printers
Line 39: Line 40:
  * Set cash drawers    * 1 qty layouts
   * Should be printing 2 copies of invoices, adjustments, orders, etc.
   * Overlay printers to be used for
    * Cash sales
    * Charge sales
    * Refunds
    * Credit Notes
    * Customer Orders
  * Set cash drawer

Installing a DIM Backup Store Server

Configuring Linux:

  • Install Control onto the server according to the InstallingControl wiki page with the following notes:

    • Use Fedora Core 3 . No later as Release 8 is incompatible with anything newer.
    • Make sure the IP address of the server is 192.168.1.85. Do NOT put it on DHCP.
    • vsftp is run at startup
    • Ensure the run level of init is 5
    • Use programs from HO and not the ones on sam.
  • Ensure you have the polling user. Password should be mushroom.
  • Setup the overlay printers. Set them up so that we only need to change the IP address of the printer later.
  • Edit /etc/X11/xdm/Xaccess
    # The following at the bottom of the file
    192.168.1.86-100
  • Create ~ccc/.netrc
    machine 192.168.30.1
            login           root
            password        dts4dim
            macdef          init
                    cd /creative
    machine 192.168.208.1
            login           polling
            password        mushroom
            macdef          init
                    cd /u/cc/edi/outgoing

At the time of installation:

  • Copy data from HO
  • prnaad
    • Setup printers
    • Setup cash drawers as printers
    • Setup/check overlay printers
  • comaad
    • Setup polling location
  • braad
    • Reset docket numbers
  • texaad
    • Set the float in the terminal records
    • Set the printers
      • 1 qty layouts
      • Should be printing 2 copies of invoices, adjustments, orders, etc.
      • Overlay printers to be used for
        • Cash sales
        • Charge sales
        • Refunds
        • Credit Notes
        • Customer Orders
    • Set cash drawer
  • pocont
    • Print/Email/Fax unprinted PO => Y

  • sscont
    • Print coment on dockets => N

    • Print coment on orders => N

    • Suggested deposit percentage => 0

  • cccont
    • Debtor for the GE Credit => <BR>GECREDIT

  • tecont
    • Allow multiple redemption of gift vouchers => <blank>

  • Setup crontab the same as another store

Installing_Dim_Backup (last edited 2013-09-18 06:09:34 by localhost)