newtomysql
Technical User
Dear All,
I have a system which first receives item as the hq outlet from then I will do a mark up. Eg. say my cost price is 9.9 so I mark up 0.10. So it becomes 10 when it reaches my first outlet. Thereafter the same product can be transfered from one outlet to the other. The problem comes here is that when I have made a mistake in the markup settings say I set it as 100. So my price becomes 109.90 which is wrong. So I have kept a log to track all the markup changes which I have done. The problem I can track when I transfer from hq to first outlet. Problem here is that from the first outlet I could transfer to second and from second to third and there after. So I dont know how to track it via a chain reaction? Any suggestions please. The database is mysql and language i used is C#. Thanks.
I have a system which first receives item as the hq outlet from then I will do a mark up. Eg. say my cost price is 9.9 so I mark up 0.10. So it becomes 10 when it reaches my first outlet. Thereafter the same product can be transfered from one outlet to the other. The problem comes here is that when I have made a mistake in the markup settings say I set it as 100. So my price becomes 109.90 which is wrong. So I have kept a log to track all the markup changes which I have done. The problem I can track when I transfer from hq to first outlet. Problem here is that from the first outlet I could transfer to second and from second to third and there after. So I dont know how to track it via a chain reaction? Any suggestions please. The database is mysql and language i used is C#. Thanks.