maduranga2u / Inventory

Inventory for webzash
Other
2 stars 0 forks source link

Feedback #2

Open prashants opened 9 years ago

prashants commented 9 years ago

I suggest you use id as bigint(18) and character set as utf8. Check my mysql script and follow that. Also use FOREIGN KEY constrain to maintain data integreity.

https://github.com/prashants/webzash/blob/master/Config/Schema.Mysql.sql

maduranga2u commented 9 years ago

mysql script updated according to your script.

Still not planing for Sales or Purchase returns so could you please advice.

I will used same method u used to carry forwarding for the next year.

could u please advice to different database using inventory correct way or wrong.

prashants commented 9 years ago

There are lot of things when comes to dealing with inventory. I would suggest that you send a message to the webzash google groups about your project. There are few people on the list that are interested in it. Here are some more things that I could think of

maduranga2u commented 9 years ago

Great thanks for your comment and i will work on that.

prashants commented 9 years ago

What you are trying to do is replicate ERP features. I suggest have a look at erpnext.com.

maduranga2u commented 9 years ago

Most of client main requirement is account updated with daily basis. so i am used manually updated account using feed.Please advised me are there any other option.

prashants commented 9 years ago

Sorry I didnt get what you meant by 'feed'.

maduranga2u commented 9 years ago

Current application Feed process

1.When creating sales or purchase account entries save on my inventory database. 2.When using feed process on this application all selected date account entries grouping and then process to current account database.

These are the currently used process for this application.

prashants commented 9 years ago

You mean to say that you enter data into inventory database and then at the end of the day process it and add to the account database ?

maduranga2u commented 9 years ago

yep. In current application it not automatic process.

prdpspkt commented 6 years ago

The easiest way to maintain both repository and get benefit of both features is to merge both of them. I'm interested in this project but new to cakePHP.