home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / bfast.zip / ORDER.DEF < prev    next >
Text File  |  1992-03-18  |  2KB  |  27 lines

  1.  
  2. #define FLD_ORDER 17
  3.  
  4. #ifndef CL__FIELD
  5. #include "field.hpp"
  6. #endif
  7.  
  8. Field order[]={
  9. {"Order Reference"              ,'c',0                                          ,13},
  10. {"Customer"                     ,'c',13                                         ,13},
  11. {"Date Ordered"                 ,'c',13+13                                      ,9 },
  12. {"Note"                         ,'c',13+13+9                                    ,49},
  13. {"Open/Close"                   ,'c',13+13+9+49                                 ,2 },
  14. {"Customer branch"              ,'c',13+13+9+49+2                               ,13},
  15. {"Time Ordered"                 ,'c',13+13+9+49+2+13                            ,9 },
  16. {"Personal contact"             ,'c',13+13+9+49+2+13+9                          ,21},
  17. {"Service type"                 ,'c',13+13+9+49+2+13+9+21                       ,13},
  18. {"Contract reference"           ,'c',13+13+9+49+2+13+9+21+13                    ,13},
  19. {"Sales tax exemption number"   ,'c',13+13+9+49+2+13+9+21+13+13                 ,13},
  20. {"Customer account number"      ,'l',13+13+9+49+2+13+9+21+13+13+13              ,  },
  21. {"Salesman"                     ,'c',13+13+9+49+2+13+9+21+13+13+13+4            ,13},
  22. {"Sales area"                   ,'c',13+13+9+49+2+13+9+21+13+13+13+4+13         ,13},
  23. {"Sales code"                   ,'c',13+13+9+49+2+13+9+21+13+13+13+4+13+13      ,13},
  24. {"Deduct from forecast?"        ,'c',13+13+9+49+2+13+9+21+13+13+13+4+13+13+13   ,2 },
  25. {"Text"                         ,'c',13+13+9+49+2+13+9+21+13+13+13+4+13+13+13+2 ,59},
  26. };
  27.