Add due payment to cashup (#440 #2131)

This commit is contained in:
FrancescoUK
2018-09-30 15:17:31 +01:00
parent cc47df6ee6
commit bc34293cac
8 changed files with 37 additions and 6 deletions

View File

@@ -69,6 +69,7 @@ CREATE TABLE `ospos_cash_up` (
`transfer_amount_cash` decimal(15,2) NOT NULL,
`note` int(1) NOT NULL,
`closed_amount_cash` decimal(15,2) NOT NULL,
`closed_amount_due` decimal(15,2) NOT NULL,
`closed_amount_card` decimal(15,2) NOT NULL,
`closed_amount_check` decimal(15,2) NOT NULL,
`closed_amount_total` decimal(15,2) NOT NULL,