1smoothcriminal

joined 2 years ago
[–] 1smoothcriminal@lemm.ee 5 points 1 day ago (1 children)

Yea, I bought one of the induction chargers cause this happened to me about a year ago. My phone still works so i see no reason to buy a new one and quite frankly i just don't want to. Gonna ride this bad boy out until it dies.

[–] 1smoothcriminal@lemm.ee 2 points 1 week ago* (last edited 1 week ago) (1 children)

Not too complicated actually.

I work in sales, I set up a few pages, namely:

  • Clients (a base for clients)
  • Projects (a base for current projects)
  • Tasks (query all the TODO, WAITING, etc)
  • Suppliers (general supplier info)

And then set up a few templates that i use whenever i get a new client and new project so its a simple /template and bam they're automatically linked to the project pages.

here's an example of a new client template:

- # #Client details
  template:: New Client
	- contact::
	- email::
	- telephone::
	- address::
	- tags::
	

It links back to the client page and the new project template links back to that specific client so everything is always within the proper linked reference.

here's an example of a new project:

- # #Projects Details  
  template:: New Project
	-client::
		-status:: TODO
		-creation::
		-deadline::
		-tags::
		
		- ## Project Summary
			-

I log everything in the journal (which is why i prefer logseq).

I had a more complicated set up when if first started but ended up simplifying it and honestly the simpler the better since as long as you make sure to use the project tag all of your notes will show up as linked references.

[–] 1smoothcriminal@lemm.ee 1 points 2 weeks ago (3 children)

I tried everything under the sun and then just decided to build my own CRM system with logseq and I've never looked back.