CodesChart Batch File C++ Flowchart VB6 Others About Privacy Policy

Wednesday, November 22, 2017

coins.ph Review

Lets take a little break on programming things for a while and take a look at this review I created for coins.ph a web wallet that are not just taking money as a funds, but it also taking bitcoins as a funds. You may be a little confuse but the Peso wallet is different in bitcoin wallet. It was alike to paypal, skrill and blockchain, but the difference is you can even make funds from both peso and and bitcoin.
coins.ph

Wallets in coins.ph

Now lets get started as your first sign in you'll be started at the wallet page were you can see all your stored funds in both peso and bitcoin at the center left of the page. To select a wallet just click between PHP and BTC at "ALL WALLETS" form in wallet page. Want to learn more amazing fact? If your are working as freelance and your employer is paying you in bitcoin or you have a family member abroad and sending you bitcoin as your allowances you may just ask the sender itself to just send it to your peso wallet instead of your bitcoin wallet to prevent the risk of having less cash due to fluctuations in the exchange rate. To see your wallet address just click the icon inside the circle at the image below.

Tuesday, November 21, 2017

Ordering System Flowchart

Now I'll gonna teach you guys on how I planned to develop my Ordering System on my last post titled "Ordering System with Simple Database". Sorry, I know It should be posted with the project but I decided to post separately, to make its discussion separately to make it more understandable to others. On this flowchart represent a system with multiple menu's or buttons in just one form of a system. I also included the flowchart for the second form where will be then opened once you wanted to delete  a saved transaction in the database.
Ordering System Flowchart
Ordering System Flowchart
 As what you see at the above flowchart there where words inside of each decision its "Sandwiches, Drink and Special" lets recall at the system itself of how it is been made. As you may see at the image below is the form or the actual ordering system having tabs, button and list boxes with it, try to get focus on the tabs name you'll read "Sandwiches, Drink and Special". But why? lets call it as categorizing in the flowchart same as in the system each of every tabs has different products to offer, that is why it is in decision because each customer has a right to choose whatever he likes. We used categorizing to easily navigate products in our form more specially if your having a lots of product list in your ordering system.
Ordering System Form
Ordering System Form
And as you may see even it is yes or no their is another rounds of decision in the "Ordering System Flowchart". You may think that is the foods in each category also a category theme self. The answer is no; why? Because you cannot consider it as also a category even its on decision. because every customer has also a right to choose whatever he likes to order from each product category. As you may see their is a "Remove" button at the bottom left of the form it meant to remove a selected order in the list if ever a customer change his/her mind to order it. the "Clear" button used to clear the entire cart or ordering list once a transaction has already done. Now lets jump at the main flow of the system, every-time a customer select an order for him he/she will then identify his/hers cash in hand. That will be inputted in cash input box name "Cash". When everything is already set the user must push the "Sell" button at the bottom part of the form. This button is also the save button we used to saved finish transaction of our ordering system.