Alternative way to amend transaction ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
angelena
Forum Commoner
Posts: 53
Joined: Mon Nov 22, 2004 4:10 am

Alternative way to amend transaction ?

Post by angelena »

I haf a mlm system meant for company to keep track their transaction records.The company is formed by HQ,ADMIN,and its centers.

When a center make purchases for their respective member,the system will get the purchases infor n inserted into a LOT table while stock(s) will be deducted from the respective center_inventory table, as well as the Credit_balance of this center.

If in the case of this center make a wrong purchases,isit a good idea for me to provide an 'Edit' function for them to adjust their sales record?
But if i do so,what if the center mess up with the records themselves and there will haf no backup for them to refer on?

Any other alternative way could i use for the center amend their transactions??

Thanks ya :)
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

all i know from bookkooping, is that you don't change the sale record.

you can add sales
you can add credit notes (to correct a sale +/-)
Post Reply