mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Work on cash fence feature
This commit is contained in:
@@ -17,10 +17,12 @@
|
||||
CREATE TABLE llx_pos_cash_fence(
|
||||
rowid INTEGER AUTO_INCREMENT PRIMARY KEY,
|
||||
entity INTEGER DEFAULT 1 NOT NULL,
|
||||
ref VARCHAR(64),
|
||||
label VARCHAR(255),
|
||||
opening double(24,8) default 0,
|
||||
cash double(24,8) default 0,
|
||||
card double(24,8) default 0,
|
||||
cheque double(24,8) default 0,
|
||||
status INTEGER,
|
||||
date_creation DATETIME NOT NULL,
|
||||
day_close INTEGER,
|
||||
@@ -28,6 +30,7 @@ CREATE TABLE llx_pos_cash_fence(
|
||||
year_close INTEGER,
|
||||
posmodule VARCHAR(30),
|
||||
posnumber VARCHAR(30),
|
||||
fk_user_creat integer,
|
||||
fk_user_valid integer,
|
||||
tms TIMESTAMP NOT NULL,
|
||||
import_key VARCHAR(14)
|
||||
|
||||
Reference in New Issue
Block a user