giowck / symphytum

Symphytum Personal Database Software
https://git.io/fxdRt
Other
416 stars 63 forks source link

How to organize Fields correctly so they show the same way on a PDF #106

Closed CoryShubert closed 5 years ago

CoryShubert commented 5 years ago

New to Symphytum and didn't see this on the Wiki, so asking here. Hope it is correct. I have created a form for beer recipes and the Form view and Table view are like this: Screen Shot 2019-11-04 at 8 48 06 AM Screen Shot 2019-11-04 at 8 48 15 AM But when I save as a PDF, the fields for Steps and Notes are AFTER the image field for the finished beer:

Screen Shot 2019-11-04 at 8 49 48 AM

Why is this happening and can I make it so the image is the LAST field?

joshirio commented 5 years ago

Unfortunately the printing functionality is very basic. There are no configuration options for it, so the default order of the fields in the PDF is the same as the order in which the fields got created (added to the collection). See https://github.com/giowck/symphytum/issues/72.

CoryShubert commented 5 years ago

Ok, so if I were to delete a field and add it later on, would it align in the correct order then? Also, is there a tutorial for using the whole copy and paste and reusing collections? Thank you.

joshirio commented 5 years ago

if I were to delete a field and add it later on, would it align in the correct order then?

If you delete a field and add it back it will be printed on the last position.

Also, is there a tutorial for using the whole copy and paste and reusing collections?

Not sure what you mean by whole copy but it's not possible to copy data between collections, the only workaround is to export it to CSV first and open it with you favorite spreadsheet app, and copy & paste manually.