Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Micros 3700 v5 dtl.dtl_status documentation

Status
Not open for further replies.

timboc2

Programmer
Aug 10, 2015
5
US
I'm looking for documentation that explains all the bit positions for micros.dtl.dtl_status

Any help is appreciated.

Thanks,
Tim
 
And i want to win the lottery :)

However this is from the SIM document. No idea how accurate it is or if it directly relates to what is stored in the database.

1st digit
#define DTL_PREV_RND 1
#define DTL_MASK 2
#define DTL_NLU_USED 3
#define DTL_RETURN 4
#define DTL_CHANGE 4



2nd digit
#define DTL_VOID 5
#define DTL_REF_FOLLOWS 6
#define DTL_CA_INIT_AUTH 7
#define DTL_CA_AUTH_AND_PAYED 8



3rd digit
#define DTL_SVC 9 /* DSVC ONLY */
#define DTL_EXMPT_SVC_TTL 9 /* SVC TTL ONLY */
#define DTL_SCNDRY_AUTH 9 /* CA AUTH ONLY */
#define DTL_MODIFIED_BY_NO 9 /* MI ONLY */
#define DTL_PRV_RND_VOID 10
#define DTL_PREV_ROUND_CHANGE 11
#define DTL_ERROR_CORRECT 12



4th digit
#define DTL_PL_GST_CHK 13
#define DTL_ITEM_SHARED 14
#define DTL_VOID_EDIT 15
#define DTL_FIXED_PRICE_COURSE 16



5th digit
#define DTL_LI_VOID_NOT_ALLOWED 17
#define DTL_GROUP_START 18
#define DTL_ITEM_FROM_LDS 19
#define DTL_DEBIT_FLAG 20 /* TENDERS W/ CA AUTH ONLY */
#define DTL_REQUIRED_CONDIMENT 20 /* MI ONLY CRS 5-4-98 */



6th digit
#define DTL_CUR_CNV_ACTIVE 21
#define DTL_CA_TAX1_EXMPT 21
#define DTL_BVG_AFT_PROMPT 21 /* MI ONLY */
#define DTL_TAX_SHIFT 22 /* MI & REF ONLY */
#define DTL_CA_TAX2_EXMPT 22
#define DTL_ON_HOLD 23 /* MI, DSVC, TMED ONLY
#define DTL_CA_TAX3_EXMPT 23
#define DTL_CA_TAX4_EXMPT 24



7th digit
#define DTL_CA_TAX5_EXMPT 25
#define DTL_THAI_INVOICE 25 /* TMED ONLY */
#define DTL_CA_TAX6_EXMPT 26
#define DTL_THAI_ACCOUNT 26 /* TMED ONLY */
#define DTL_CA_TAX7_EXMPT 27
#define DTL_CA_TAX8_EXMPT 28



8th digit
#define DTL_OVERTENDER_CHG_TIP 29
#define DTL_SKU_ENTRY 30 /* MI DTL ONLY */
#define DTL_CC_VCHR_CANCELLED 30 /* VOUCHER DTL ONLY */
#define DTL_PRICE_OVERRIDE 31
#define DTL_IS_DIRECT_VOID 32 /* BPD 2-10-98 */





Do you want some custom SIM scripts developed. Contact me via my website
 
Thanks for this. I found something similar for Simphony that's a little more comprehensive (and newer?). It would be so much more helpful if there were a few sentences describing what each bit actually represents, I cringe when I see security via obscurity.

-Tim
 
Well the document i got that extract from is at least 5 years old so i dont know about newer.
Simphony values will have no link to RES values.


Do you want some custom SIM scripts developed. Contact me via my website
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top