Menu Path: Trading > Sales > Upload Cashsale
Basically the function is similar with upload invoice, only difference is we are adding another row for payment information.
For the payment, we are using hard coded item code called "MOP", as additional row with same BRANCHsame BRANCH_CODE, SALESMAN, INVOICE_DATE, REFERENCE.
For better understanding, please refer example below.
Example 1 : Upload cash sale for 1 item, pay using cash.
Sample upload file should be as below :
BRANCH_CODE | SALESMAN | INVOICE_DATE | REFERENCE | REMARKS | ITEM_CODE | PAYMENT_AMOUNT | ITEM_NAME | ITEM_REMARKS | UNIT_DISCOUNT | UNIT_PRICE | ITEM_QTY | CUSTOMER_CODE | METHOD_OF_PAYMENT |
branch-a | wavelet | 2014-11-19 | ref | item-abcd | item name | item remark1 | 10 | 1500 | 2 | AUTO-1002 | |||
branch-a | wavelet | 2014-11-19 | ref | MOP | 3000 | item name | item remark1 | 0 | AUTO-1002 | CASH |
Example 2 : Upload cashsale for multiple items, pay using cash and card
BRANCH_CODE | SALESMAN | INVOICE_DATE | REFERENCE | REMARKS | ITEM_CODE | PAYMENT_AMOUNT | ITEM_NAME | ITEM_REMARKS | UNIT_DISCOUNT | UNIT_PRICE | ITEM_QTY | CUSTOMER_CODE | METHOD_OF_PAYMENT | PAYMENT_MODE |
branch-a | wavelet | 2014-11-19 | ref | item-abcd | item name | item remark1 | 10 | 1500 | 2 | AUTO-1002 | ||||
branch-a | wavelet | 2014-11-19 | ref | item-xyz | item name | item remark1 | 200 | 1 | AUTO-1002 | |||||
branch-a | wavelet | 2014-11-19 | ref | MOP | 3000 | item name | item remark1 | 0 | AUTO-1002 | CASH | ||||
branch-a | wavelet | 2014-11-19 | ref | MOP | 200 | item name | item remark1 | 0 | AUTO-1002 | CARD | RHB |
Sample of Upload Error List
- Unable to create invoice. No payment for invoice with group
Solution: Add another row : ITEM_CODE: MOP ; METHOD_OF_PAYMENT ; PAYMENT_AMOUNT - Upload Error List, Column with red background is invalid
CUSTOMER_CODE
Solution: refer to Customer > Maintenance > Edit Customer : Account Code Prefix column (usually this code follow existing software customer code); Not the Account PKID - Upload Error List, Column with red background is invalid
INVOICE_DATE : Date format must be in the following format (yyyy-mm-dd)
Solution: change the date format to yyyy-mm-dd - Upload Error List, Column with red background is invalid
PK!��X�y[Content_Types].xml �(��T�n�0�W�?D�V�@����[$��xB
Solution: copy the data in excel file to new sheet, save and upload again - INVOICE WITH THE FOLLOWING KEY EXIST
branch code|customer code|invoice date|reference|salesman
LHQ|AUTO-1002|2015-11-16|ref1|developer
Solution: the information uploaded, remove the data in excel file and upload again