sales and bill tracking
I have 7 different classes setup which represent differnt counties i do buisness in. Is it possible to somehow assign a office to the transaction?
I have 7 different classes setup which represent differnt counties i do buisness in. Is it possible to somehow assign a office to the transaction?


Offices or stores are usually tracked using classes, you might consider make a sub class of the country for the office, then you can report on the office class itself or a report on the country class will include the office class