You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But with all kinds of imports from accounting systems, problems arise.
For example, in 1c system, the import file with price types in the data structure does not contain any marks about what the default price should be.
Because of this, we have to come up with various ways to get around this problem. For example, creating a settings model with a field for the association of the default price type or expanding the price type model with the addition of the is_default property to it.
I encounter this problem very often. Here is a list of accounting systems in which I have observed this problem.
The entire line of 1c accounting systems
Orderhive
Third-party software downloads from various self-written systems. Or specialized software for parsing and packaging data.
Since the price storage mechanism in the current version of shopaholic is the same for the default price and custom price types. I propose to do the following:
Add the ability to assign any type of price - as the default price.
Add a seeder for price types, where the default price type will be added after migrations.
The text was updated successfully, but these errors were encountered:
Now the basic price mechanism is working fine.
But with all kinds of imports from accounting systems, problems arise.
For example, in 1c system, the import file with price types in the data structure does not contain any marks about what the default price should be.
Because of this, we have to come up with various ways to get around this problem. For example, creating a settings model with a field for the association of the default price type or expanding the price type model with the addition of the is_default property to it.
I encounter this problem very often. Here is a list of accounting systems in which I have observed this problem.
Since the price storage mechanism in the current version of shopaholic is the same for the default price and custom price types. I propose to do the following:
The text was updated successfully, but these errors were encountered: