├── ANSI_Reason_Codes.txt ├── Import_X12_999.sql ├── Import_X12_TA1.sql ├── README.md ├── SQLCreate_X12_999_ErrorMessageTable.sql ├── SQLCreate_X12_TA1_InterchangeNoteCode.sql ├── X12_270_Export_Template.sql ├── X12_810_Import.sql ├── X12_811_Export.php ├── X12_835_Export.php ├── X12_999_Import.php ├── X12_Import_CreateTables.sql ├── X12_Import_Files.sql └── usp_Import_X12.sql /ANSI_Reason_Codes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephenmccready/X12/HEAD/ANSI_Reason_Codes.txt -------------------------------------------------------------------------------- /Import_X12_999.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephenmccready/X12/HEAD/Import_X12_999.sql -------------------------------------------------------------------------------- /Import_X12_TA1.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephenmccready/X12/HEAD/Import_X12_TA1.sql -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephenmccready/X12/HEAD/README.md -------------------------------------------------------------------------------- /SQLCreate_X12_999_ErrorMessageTable.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephenmccready/X12/HEAD/SQLCreate_X12_999_ErrorMessageTable.sql -------------------------------------------------------------------------------- /SQLCreate_X12_TA1_InterchangeNoteCode.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephenmccready/X12/HEAD/SQLCreate_X12_TA1_InterchangeNoteCode.sql -------------------------------------------------------------------------------- /X12_270_Export_Template.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephenmccready/X12/HEAD/X12_270_Export_Template.sql -------------------------------------------------------------------------------- /X12_810_Import.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephenmccready/X12/HEAD/X12_810_Import.sql -------------------------------------------------------------------------------- /X12_811_Export.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephenmccready/X12/HEAD/X12_811_Export.php -------------------------------------------------------------------------------- /X12_835_Export.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephenmccready/X12/HEAD/X12_835_Export.php -------------------------------------------------------------------------------- /X12_999_Import.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephenmccready/X12/HEAD/X12_999_Import.php -------------------------------------------------------------------------------- /X12_Import_CreateTables.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephenmccready/X12/HEAD/X12_Import_CreateTables.sql -------------------------------------------------------------------------------- /X12_Import_Files.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephenmccready/X12/HEAD/X12_Import_Files.sql -------------------------------------------------------------------------------- /usp_Import_X12.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stephenmccready/X12/HEAD/usp_Import_X12.sql --------------------------------------------------------------------------------