Commit Graph

233 Commits

Author SHA1 Message Date
31fb7a7fa6 Merge branch hotfix/v7.2.2 into develop v99.99.99.3236 v99.99.99.3226 v99.99.99.3232 v99.99.99.3235 v99.99.99.3233 v99.99.99.3231 v99.99.99.3230 v99.99.99.3228 v99.99.99.3227 v99.99.99.3237 v99.99.99.3218 v99.99.99.3219 v99.99.99.3220 v99.99.99.3223 v99.99.99.3224 v99.99.99.3225 2022-12-27 13:48:28 +00:00
11aca8000d [oform] Fix minor bugs with read from/save to xml v7.3.0.120 v7.3.0.118 2022-12-25 15:06:38 +03:00
1c2bd5bd6e [oform] Implement writing of default user master to xml
Also fix writing to xml of duplicates in relationship table
2022-12-25 12:14:28 +03:00
22b94b07f8 [oform] Fix writing to xml a field master class v7.3.0.117 v7.3.0.116 2022-12-23 19:50:04 +03:00
0384213a2d [oform] Fix writing oform xml package 2022-12-23 19:49:31 +03:00
dbd10ccedc [oform] Handle relative links writing to xml 2022-12-23 19:48:41 +03:00
b782a77389 [oform] Write users/userMasters/fieldMaster to zip package
Serialize all of these classes to xml if no other classes are related to them
2022-12-23 15:18:27 +03:00
ef13bff264 [oform] Fix zip archive on save 2022-12-23 13:50:35 +03:00
d223836a85 [oform] Write main part to xml 2022-12-23 13:49:57 +03:00
902e1f2373 [oform] Fix issue with minimization 2022-12-23 11:53:29 +03:00
0f7358f40d [oform] Fix test function for writing oform to xml 2022-12-23 10:54:36 +03:00
2f4100e62d [oform] Work on xml writer 2022-12-23 10:28:01 +03:00
50952a7b75 Merge remote-tracking branch 'remotes/origin/feature/oformRoles' into release/v7.3.0 v7.3.0.115 2022-12-22 16:34:51 +03:00
923eed266f [oform] Implement reading all users,user masters, field masters 2022-12-22 14:18:11 +03:00
e412f3095d [oform] Implement reading a default user master 2022-12-22 03:10:38 +03:00
0720f6cce0 [oform] Remove unused files 2022-12-22 03:09:43 +03:00
245697c157 [oform] Implement reading from xml a field master 2022-12-21 22:54:52 +03:00
c8b1fe0448 [oform] Fix read from xml user master 2022-12-21 22:54:01 +03:00
87b2dc1d07 [oform] Implement read from xml cross references 2022-12-21 22:53:26 +03:00
01c1afc35e [oform] Fix read from xml field group 2022-12-21 22:52:30 +03:00
ac50783d02 [oform] Work on reading FieldGroup rels 2022-12-21 02:51:49 +03:00
ea7ea90201 [oform] Fix inheritance 2022-12-20 15:21:48 +03:00
8008816b09 [oform] Fix inheritance of oformXmlPackage from openXmlPackage 2022-12-20 13:30:02 +03:00
5cc816dc6c [oform] Add class XmlPackage 2022-12-20 10:43:54 +03:00
a4d2fbf6f7 [oform] Base methods to read/write main.xml 2022-12-14 20:53:33 +03:00
597d63d4ce [oform] Add base functions to read/write field group from/to xml 2022-12-14 18:43:05 +03:00
e1e6f6fba2 [oform] Remove deprecated function 2022-12-14 02:44:27 +03:00
c86bc764d4 [oform] Fix write/read color in userMaster 2022-12-14 02:41:47 +03:00
8dd0a66829 [oform] Work on read/write userMaster to xml 2022-12-13 19:01:12 +03:00
2f951ed20a [oform] Change file structure 2022-12-12 19:18:58 +03:00
9c11211893 [oform] Fix rendering of role color when deleting a role 2022-12-12 16:17:50 +03:00
82cd96f57e [oform] Fix change of a user color 2022-12-12 12:20:31 +03:00
791e840bec [oform] Add current user
Also add method to get the first user of the fieldMaster
2022-12-09 14:09:54 +03:00
c82887316b [oform] Fix roles update on the end of any action 2022-12-07 20:52:20 +03:00
abde4ac3f9 [oform] Move all corrections to the onEndAction event 2022-12-07 20:33:54 +03:00
f0ea4cfe24 [oform] Check for unused fields at the end of the action 2022-12-07 15:01:11 +03:00
0be878b888 [oform] Add a method to clear the list of users in the field master 2022-12-07 12:04:32 +03:00
c903b45178 [oform] Add correction of a field master array
Also, return the number of role fields that are used in the document
2022-12-07 11:08:56 +03:00
2994a431a1 [oform] Make fixed form float on creation 2022-12-01 20:37:06 +03:00
e73020600e [oform] Implement adding form-field in the fixed form 2022-12-01 20:20:14 +03:00
def429f8b4 [oform] Fixes 2022-12-01 16:57:38 +03:00
fcb0d9ba55 [oform] Add clone method for field master 2022-12-01 16:30:29 +03:00
f6c07aa139 [oform] Implement method to remove role
Also implement method to count the number of fields in field group
2022-11-30 15:56:26 +03:00
b2c1f43e3b [oform] Add empty method to get number of fields in role 2022-11-29 14:38:28 +03:00
f88a486b13 [oform] Add event about changing user master 2022-11-29 14:32:03 +03:00
89e2cb15f9 [oform] Add method to edit role 2022-11-29 12:18:08 +03:00
6cfc7ab50f [oform] Fix color management 2022-11-28 20:28:27 +03:00
81c7af9ee7 [oform] Add event about field group change 2022-11-28 19:32:12 +03:00
614ae67fb6 [oform] Add methods to change the order of roles 2022-11-28 18:27:08 +03:00
14bb7c4042 [oform] Fix weight when add a field group 2022-11-28 15:03:09 +03:00