User Tools

Site Tools


cecille:ct

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cecille:ct [2016/09/27 01:31]
ca
cecille:ct [2016/09/28 03:32] (current)
ca [Other Buttons]
Line 1: Line 1:
 =====Common Terminlogy===== =====Common Terminlogy=====
   * Understanding the **Common Terminology** used in DreamApps is particularly useful and efficient from day-to-day usage of the system.   * Understanding the **Common Terminology** used in DreamApps is particularly useful and efficient from day-to-day usage of the system.
-===Form=== + 
-  * Entry screen that allows you to enter data.+|**Form**|Entry screen that allows you to enter data.
 //<wrap em>​Sample Form image</​wrap>//​{{ :​cecille:​form.png?​nolink |}} //<wrap em>​Sample Form image</​wrap>//​{{ :​cecille:​form.png?​nolink |}}
-===List=== +|**List**|Usually on the same page with form. A listing of database on the screen.|
-  ​* Usually on the same page with form. A listing of database on the screen.+
 //<wrap em>​Sample List image</​wrap>//​{{ :​cecille:​listing.png?​nolink |}} //<wrap em>​Sample List image</​wrap>//​{{ :​cecille:​listing.png?​nolink |}}
-===Buttons=== +|**Buttons**|The command button control is used to begin, interrupt, or end a process. When clicked, it invokes a command that has been written into its Click event procedure.|
-  ​* The command button control is used to begin, interrupt, or end a process. When clicked, it invokes a command that has been written into its Click event procedure.+
 //<wrap em>​Sample Button Image</​wrap>//​{{ :​cecille:​buttons.png?​nolink |}} //<wrap em>​Sample Button Image</​wrap>//​{{ :​cecille:​buttons.png?​nolink |}}
-===Row=== + 
-  * Row Number - Starts at 10, follows by 20,​30,,​40...In case you want to add in a new row, just type in a Row Number, the details and it will be inserted in between two Rows.+|**Row**|Row Number - Starts at 10, follows by 20,​30,,​40...In case you want to add in a new row, just type in a Row Number, the details and it will be inserted in between two Rows.
     Exmaple: If you type in Row Number 24, it will be inserted between 20 and 30.      Exmaple: If you type in Row Number 24, it will be inserted between 20 and 30. 
-===Base Currency=== + 
-  ​* The Base Currency you use to keep your accounts. + 
-===Base Amount=== +|**Base Currency**| The Base Currency you use to keep your accounts. ​| 
-  ​* The amount in Base Currency. +|**Base Amount**|The amount in Base Currency.| 
-===Prime Currency=== +|**Prime Currency**|The transacted currency, that is, the currency you use to transact with your costumers or suppliers. You may keep your accounts in Peso (base) and you can transact in any currencies (prime), like Peso, SGD, US Dollar, etc.| 
-  ​* The transacted currency, that is, the currency you use to transact with your costumers or suppliers. You may keep your accounts in Peso (base) and you can transact in any currencies (prime), like Peso, SGD, US Dollar, etc. +|**Prime Amount**|The amount in prime currency|
-===Prime Amount=== +
-  ​* The amount in prime currency.+
 Illustration:​ Illustration:​
 The Prime Amount x The Exchange Rate = The base amount, that is The Prime Amount x The Exchange Rate = The base amount, that is
Line 26: Line 24:
 and if the prime amount is the same as base amount, then and if the prime amount is the same as base amount, then
        ​SGD10,​000 x 1.000 = SGD10,​000.00        ​SGD10,​000 x 1.000 = SGD10,​000.00
-===Status=== + 
-  ​* Both the transaction header and details show the current status of the transaction. This information is very important and the user should have a habit of knowing the exact status of the transaction before they proceed to the next step. For example, in a Quotation header, there are several statuses: Open, Confirmed, RFQ to Supplier, Revised and Failed. In a Quotation details, there are also several statuses too: Open, Verified and Scheduled. You will get to know more, when we start implementing OP, PO and SO modules. +|**Status**|Both the transaction header and details show the current status of the transaction. This information is very important and the user should have a habit of knowing the exact status of the transaction before they proceed to the next step. For example, in a Quotation header, there are several statuses: Open, Confirmed, RFQ to Supplier, Revised and Failed. In a Quotation details, there are also several statuses too: Open, Verified and Scheduled. You will get to know more, when we start implementing OP, PO and SO modules.| 
-===Module=== +|**Module**|Classifications of software functions.| 
-  ​* Classifications of software functions. +|**Header and Details**|Most DreamApps transaction consists of header and detail. For example, a Quotation header will have transaction code + number, customer, etc and a Quotation detail will have item, price, quantity, etc.| 
-===Header and Details=== +|**Default**|Original setting by the system or by the company.| 
-  ​* Most DreamApps transaction consists of header and detail. For example, a Quotation header will have transaction code + number, customer, etc and a Quotation detail will have item, price, quantity, etc. +|**Menu**|A selection box to choose the module or functions.| 
-===Default=== +|**Master Maintenance**|Database of static information.| 
-  ​* Original setting by the system or by the company. +|**Transaction Code**|Classifications of transactions.| 
-===Menu=== +|**Group**|Very important field. Used for grouping of Items, Customers and Supplier for GL Interface and Analysis.| 
-  ​* A selection box to choose the module or functions. +|**Interface Table**|Certain matching values for posting to General Ledger.| 
-===Master Maintenance=== +|**On-line Update**|source entries updating value automatically.| 
-  ​* Database of static information. +|**Batch Posting**|Source entries updating target value after posting.| 
-===Transaction Code=== +|**Transaction Number**|Transaction code + Running number| 
-  ​* Classifications of transactions. +|**Document Ref/No**|User defined reference / number during transaction entry.| 
-===Group=== +|**Opening Balance**|Brought forward values from previous year / month.
-  ​* Very important field. Used for grouping of Items, Customers and Supplier + 
-for GL Interface and Analysis. + 
-===Interface Table=== +===Exercise:​ Buttons=== 
-  ​* Certain matching values for posting to General Ledger. +Please practice the following buttons used almost by all modules. 
-===On-line Update=== +  * Click on **Clear** button, the screen becomes a blank page. 
-  ​* source entries updating value automatically. + 
-===Batch Posting=== +  * Click on **Top** button, the screen will show you the last number. In this instance, it will show you the last number for transaction code: QT--. Alternatively,​ you may also select the transaction code you want to work on, enter the number and click on **Show** button,the system will show you the specified transaction. 
-  ​* Source entries updating target value after posting. + 
-===Transaction Number=== +  * Select the transaction code you want to work on. Enter all the necessary information on the screen, click on **Add** button, you will see a new number for that transaction code is created. 
-  ​* Transaction code + Running number + 
-===Document Ref/No=== +  * If you need to make correction, just go ahead and do the changes, and after you have completed the changes, click on **Update** button to save the changes. 
-  ​* User defined reference / number during transaction entry. + 
-===Opening Balance=== +  * You may click on **Delete** button to delete a master file or a transaction,​ please take note that you are unable to delete any master file or a transaction that is still having data in the detail or sub screen. You  have to first delete the record in the detail or sub screen first, then delete the header record. 
-  ​* Brought forward values from previous year / month.+        * You will not be able to delete the master file like Customer, Supplier, Chart of Accounts,​Item if there is  transaction for that master file. 
 +        * However, you are able to delete a code file like Item Group, Division, Section, Project,​Market,​ Region, Territory, etc…even if there is transaction for that file. 
 + 
 +  * Sometimes, you just want to **Undo** the status of a transaction instead of deleting it entirely. If so, you may click on **Undo** button and see the status being undone, and the transaction will revert back to the previous position. A good example will be after a Customer Order is being scheduled for delivery ​ and Inventory Status already being allocated to customer. At this point of time, by clicking on the button **Undo**will bring both the status for the Customer Order and stock to the previous position. 
 + 
 +  * Since the transaction entry screen always shows you the most recent transaction first, if you want to move to the next transaction,​ you should click on **Next** button and if you want to move to the previous transaction,​ you should click on **Previous** button. This is not applicable to all master maintenance files like item, codes, customer, supplier and etc, which will always show in ascending order. 
 + 
 +  * You can attach any form of documents by pointing and clicking on **Docs**button and add in the documents you want to attach. Please refer to the Chapter on System Administration - Docs Folder for the location of Docs Folder. 
 +  * If you want to create a revision of a transaction,​ just click on **Revise** , which can be found on the header screen. 
 + 
 +  * You may click on **Details** button, and that will lead you to the detail screen. 
 + 
 +  * You may click on **Return** when you want to return from detail screen to the header screen. 
 + 
 +  * Check **Activate** to activate the codes that are created by you. 
 + 
 +===Other Buttons=== 
 +  * When you see this **Scrolling list** next to a field, you can search for the content by the description and by the code. 
 + Note: Scrolling List sort the item by item code.{{ :​cecille:​scrolling_list.png?​nolink&​100 |}} 
 +  * You can Key in partial item description and click on **Verify Item** in the OP and PO modules, the system will show you the list of item that contain the partial item description. 
 + 
 +  * Click on this button for **Calendar** {{ :​cecille:​calendar.png?​nolink&​100 |}}
  
/srv/www/htdocs/wiki/data/attic/cecille/ct.1474939882.txt.gz · Last modified: 2016/09/27 01:31 by ca